.ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: 14px 4px;
        border-bottom: 1px solid #efefef;
        margin: 0 -4px;
        margin-bottom: 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 18px;
        height: 18px;
        cursor: pointer;
        margin-top: -9px;
        text-align: center;
        line-height: 18px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 10px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 10px;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: inline-block;
        position: relative;
        font-size: 0;
        top: 1px;
        width: 8px;
        height: 8px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .ui-datepicker .ui-datepicker-prev span {
        border-left: 1px solid rgba(0,0,0,0.5);
        border-bottom: 1px solid rgba(0,0,0,0.5);
    }

    .ui-datepicker .ui-datepicker-next span {
        border-top: 1px solid rgba(0,0,0,0.5);
        border-right: 1px solid rgba(0,0,0,0.5);
    }

    .ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover span,
    .ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover span {
        border-color: #000;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0;
        line-height: inherit;
        text-align: center;
        text-transform: uppercase;
        color: rgba(0,0,0,0.8);
    }

    .ui-datepicker .ui-datepicker-title select {
        font-size: 1em;
        margin: 1px 0;
    }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker table {
        width: 100%;
    }

    .ui-datepicker .ui-datepicker-buttonpane button {
        float: right;
    }

    .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left;
    }

    .ui-datepicker-rtl {
        direction: rtl;
    }

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
        float: left;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-timepicker-div .ui-widget-header {
        margin-bottom: 8px;
    }

    .ui-timepicker-div dl {
        text-align: left;
    }

    .ui-timepicker-div dl dt {
        height: 25px;
        margin-bottom: -22px;
    }

    .ui-timepicker-div dl .ui_tpicker_time_label {
        margin-bottom: -25px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 65px;
    }

    .ui-timepicker-div td {
        font-size: 90%;
    }

    .ui-tpicker-grid-label {
        background: none;
        border: none;
        margin: 0;
        padding: 0;
    }

    .ui-datepicker {
        padding: 0 4px 4px 4px;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(0, 0, 0, 0.15);
        background-color: #ffffff;
        font-family: 'Typewriter Condensed', sans-serif;
        display: none;
        z-index: 999999 !important;
        width: 300px;
        margin-top: 14px;
    }

    .ui-datepicker:before,
    .ui-datepicker:after {
        width: 0;
        height: 0;
        content: '';
        display: inline-block;
        position: absolute;
        right: 18px;
        top: -8px;
    }

    .ui-datepicker:before {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 8px solid rgba(0, 0, 0, 0.15);
    }

    .ui-datepicker:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 7px solid #fff;
        top: -7px;
        right: 19px;
    }

    .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
        width: 47%;
        margin-right: 0;
    }

    .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
        width: 47%;
    }

    .ui-datepicker td span, .ui-datepicker td a, .ui-datepicker th span {
        display: block;
        padding: 0;
        height: 34px;
        width: 34px;
        line-height: 34px;
        text-align: center;
        text-decoration: none;
        color: #000000;
    }

    .ui-datepicker td a {
        background-color: #dadada;
    }

    .ui-datepicker .ui-datepicker-calendar td a.ui-state-hover {
        background: #1d1d1b;
        color: #fff;
    }

    .ui-datepicker th span {
        color: rgba(0,0,0,0.8);
    }

    .ui-datepicker .ui-datepicker-calendar {
        background: #ffffff;
        border: 0;
        border-collapse: collapse;
    }

    .ui-datepicker .ui-datepicker-calendar th,
    .ui-datepicker .ui-datepicker-calendar td {
        background: #efefef;
        border: #fff 6px solid;
        padding: 0;
    }

    .ui-datepicker .ui-datepicker-calendar th {
        background-color: transparent;
    }

    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
        text-align: center;
        border: #cfcfcf 1px solid;
    }

    .ui-timepicker-div .ui-widget-header {
        margin-bottom: 8px;
    }

    .ui-timepicker-div dl {
        text-align: left;
    }

    .ui-timepicker-div dl dd {
        margin: 0 0 10px 65px;
    }

    .ui-timepicker-div td {
        font-size: 90%;
    }

    .ui-tpicker-grid-label {
        background: none;
        border: none;
        margin: 0;
        padding: 0;
    }

    .ui-slider {
        position: relative;
        text-align: left;
    }

    .ui-slider-horizontal .ui-slider-handle {
        margin-left: -5px;
    }

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        cursor: default;
    }

    .ui-slider-horizontal {
        height: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: none;
        background: #dadada;
    }

    .ui-slider-handle {
        height: 10px;
        width: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #f98b25;
        display: block;
        position: absolute;
    }

    .ui-timepicker-div {
        padding: 10px 0 5px 0;
    }

    .ui-datepicker .ui-datepicker-buttonpane {
        overflow: hidden;
        padding-top: 10px;
        border-top: #cfcfcf 1px solid;
    }

    .ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
        background: #f9f9f9;
    }

    .ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
        color: rgba(0,0,0,0.3);
    }

    .ui-datepicker .ui-datepicker-calendar .ui-state-active {
        background: #1d1d1b;
        color: #fff;
    }

    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
        background: transparent;
    }
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #dcd0b3;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #efeadd;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #dcd0b3;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 500;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #efeadd;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #efeadd;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #efeadd;
  border: 1px solid #dcd0b3;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #dcd0b3;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*
 * Copyright © Overdose Digital. All rights reserved.
 * See LICENSE_OVERDOSE.txt for license details.
 */
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.product-items,
footer .footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider,
.select2-results__options {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.product-items > li,
footer .footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li,
.select2-results__options > li {
  margin: 0;
}
.abs-action-link-button,
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.abs-reset-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-block-title,
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.widget .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-block-title > strong,
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.block-wishlist .block-title > strong,
.widget .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.abs-account-blocks .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.abs-account-blocks .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.abs-account-blocks .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-account-blocks .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.abs-account-blocks .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.abs-product-link,
.product-item-name {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-add-fields .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .fieldset .field:not(.choice) .control,
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.products-grid.wishlist .product-item .comment-box .label,
.product-item-actions .actions-secondary > .action span,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.toolbar:after,
.toolbar-products:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.product-item,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-action-addto-product,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.abs-actions-addto-gridlist,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist,
.product-item-actions .actions-secondary > .action {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span,
.product-item-actions .actions-secondary > .action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before,
.product-item-actions .actions-secondary > .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before {
  color: #333333;
}
.abs-button-l,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-button-as-link,
.abs-action-remove,
.checkout-container .action-additional,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.checkout-container .action-additional:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.checkout-container .action-additional:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.checkout-container .action-additional:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.checkout-container .action-additional:hover,
.checkout-container .action-additional:active,
.checkout-container .action-additional:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.checkout-container .action-additional.disabled,
.checkout-container .action-additional[disabled],
fieldset[disabled] .checkout-container .action-additional,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.checkout-container .action-additional:active,
.checkout-container .action-additional:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.abs-box-tocart,
.bundle-actions {
  margin: 10px 0;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.abs-account-title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #dcd0b3;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-colon:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.abs-block-items-counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.abs-field-date .control,
.field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.abs-sidebar-totals .mark strong,
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.abs-sidebar-totals .amount,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong,
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.abs-sidebar-totals .grand .amount strong,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #dcd0b3;
  border-bottom: 1px solid #dcd0b3;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #dcd0b3;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-discount-block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #dcd0b3;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .abs-discount-block > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.abs-discount-block > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Gibson';
  src: url('../../frontend/Overdose/woop/en_NZ/fonts/custom/gibson-light-webfont.woff2') format('woff2'), url('../../frontend/Overdose/woop/en_NZ/fonts/custom/gibson-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('../../frontend/Overdose/woop/en_NZ/fonts/custom/Gibson-Regular.woff2') format('woff2'), url('../../frontend/Overdose/woop/en_NZ/fonts/custom/Gibson-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('../../frontend/Overdose/woop/en_NZ/fonts/custom/Gibson-Italic.woff2') format('woff2'), url('../../frontend/Overdose/woop/en_NZ/fonts/custom/Gibson-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('../../frontend/Overdose/woop/en_NZ/fonts/custom/gibson-semibold-webfont.woff2') format('woff2'), url('../../frontend/Overdose/woop/en_NZ/fonts/custom/gibson-semibold-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('../../frontend/Overdose/woop/en_NZ/fonts/custom/gibson-semibold-webfont.woff2') format('woff2'), url('../../frontend/Overdose/woop/en_NZ/fonts/custom/gibson-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('../../frontend/Overdose/woop/en_NZ/fonts/custom/gibson-bold-webfont.woff2') format('woff2'), url('../../frontend/Overdose/woop/en_NZ/fonts/custom/gibson-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Emmeline';
  src: url('../../frontend/Overdose/woop/en_NZ/fonts/custom/emmeline-regular_1-webfont.woff2') format('woff2'), url('../../frontend/Overdose/woop/en_NZ/fonts/custom/emmeline-regular_1-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typewriter Condensed';
  src: url('../../frontend/Overdose/woop/en_NZ/fonts/custom/typewriter_condensed-webfont.woff2') format('woff2'), url('../../frontend/Overdose/woop/en_NZ/fonts/custom/typewriter_condensed-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typewriter Condensed';
  src: url('../../frontend/Overdose/woop/en_NZ/fonts/custom/typewriter_condensed-bold-webfont.woff2') format('woff2'), url('../../frontend/Overdose/woop/en_NZ/fonts/custom/typewriter_condensed-bold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
h1 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 500;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  text-transform: uppercase;
}
.items,
ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #dcd0b3;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #dcd0b3;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  right: 15px;
  position: absolute;
  top: 8px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Overdose/woop/en_NZ/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/Overdose/woop/en_NZ/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Overdose/woop/en_NZ/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 3px;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items .item.title {
  float: left;
  width: auto;
}
.product.data.items .item.title a {
  display: inline-block;
  padding: 0 23px;
  height: 30px;
  border-bottom: 1px solid #e3e3e3;
  text-transform: uppercase;
  color: #000000;
  font: 400 1.3rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.product.data.items .item.title.active a {
  font-weight: 600;
  border-bottom: 2px solid #cdc5ae;
  height: 31px;
}
.product.data.items .item.title.forbidden {
  display: none;
}
.product.data.items .item.title.forbidden a {
  cursor: auto;
  color: rgba(0, 0, 0, 0.2);
}
.product.data.items .item.content {
  float: right;
  margin-left: -100%;
  width: 100%;
  margin-top: 55px;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #dcd0b3;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 20px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .change-shipping-address-button,
.checkout-container .change-billing-address-button {
  display: block;
  margin-bottom: 15px;
}
.checkout-container .edit-shipping-address-button,
.checkout-container .edit-billing-address-button {
  display: block;
}
.checkout-container .checkout-shipping-address div.new-address-popup,
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 0;
  position: relative;
}
.checkout-container .checkout-shipping-address div.change-address-popup,
.checkout-container .checkout-payment-method div.change-address-popup {
  margin: 5px 0 -5px 0;
}
.checkout-container .checkout-shipping-address div.edit-address-popup,
.checkout-container .checkout-payment-method div.edit-address-popup {
  float: left;
  margin: 5px 35px -5px 0;
}
.checkout-container .checkout-shipping-address div.shipping-address-item.selected,
.checkout-container .checkout-payment-method div.shipping-address-item.selected,
.checkout-container .checkout-shipping-address .checkout-billing-address,
.checkout-container .checkout-payment-method .checkout-billing-address {
  margin: 0;
  padding-left: 0;
}
.checkout-container .checkout-shipping-address .new-billing-address-button,
.checkout-container .checkout-payment-method .new-billing-address-button {
  display: block;
  margin: 20px 35px 0 20px;
  position: relative;
}
.shipping-address-modal.modal-popup.modal-slide .modal-inner-wrap[class],
.billing-address-modal.modal-popup.modal-slide .modal-inner-wrap[class] {
  background-color: #ffffff;
}
.shipping-address-modal .modal-inner-wrap h1.modal-title,
.billing-address-modal .modal-inner-wrap h1.modal-title {
  border: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-search,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-search {
  width: 250px;
}
.shipping-address-modal .modal-inner-wrap .block.block-search,
.billing-address-modal .modal-inner-wrap .block.block-search {
  left: 20px;
  position: absolute;
  top: 81px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count,
.billing-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count {
  border-bottom: 1px solid #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 5px -30px 10px -30px;
  padding: 0 0 5px 30px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 5px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root {
  border-bottom: 1px solid #cccccc;
  clear: both;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details {
  float: left;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift {
  background: #006bb7;
  border: 1px solid #006bb4;
  box-shadow: none;
  color: #ffffff;
  outline: 0;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift {
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
  color: #777777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift:hover {
  cursor: auto;
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
  color: #777777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift {
  background-color: Transparent;
  border: none;
  box-shadow: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary {
  color: #777777;
  text-transform: uppercase;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary:hover {
  cursor: auto;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift.action-primary {
  color: #006bb4;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
  margin-top: 10px;
  overflow-y: auto;
}
.shipping-address-modal .modal-inner-wrap ul,
.billing-address-modal .modal-inner-wrap ul {
  list-style-type: none;
  padding-left: 0;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url('../../frontend/Overdose/woop/en_NZ/images/loader-2.gif') 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url('../../frontend/Overdose/woop/en_NZ/images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Overdose/woop/en_NZ/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Overdose/woop/en_NZ/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Overdose/woop/en_NZ/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Overdose/woop/en_NZ/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Overdose/woop/en_NZ/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin: 0;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  background: #1d1d1b !important;
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50.5%;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.slick-prev:hover,
.slick-next:hover {
  background: #000000;
  border: none;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-next {
  right: -6px;
}
.slick-next:before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: translate(-64%, -50%) rotate(45deg);
  -moz-transform: translate(-64%, -50%) rotate(45deg);
  -ms-transform: translate(-64%, -50%) rotate(45deg);
  transform: translate(-64%, -50%) rotate(45deg);
}
.slick-prev {
  left: -13px;
}
.slick-prev:before {
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: translate(-36%, -50%) rotate(45deg);
  -moz-transform: translate(-36%, -50%) rotate(45deg);
  -ms-transform: translate(-36%, -50%) rotate(45deg);
  transform: translate(-36%, -50%) rotate(45deg);
}
.slick-dots {
  display: block;
  list-style: none;
  margin: 15px 0 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #cdc5ae;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 9px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 9px;
  opacity: .5;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  opacity: 1;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1440px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #efeadd;
  border-bottom: 1px solid #dcd0b3;
  border-left: 1px solid #dcd0b3;
  border-right: 1px solid #dcd0b3;
  border-top: 1px solid #dcd0b3;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #f7f5ef;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #dcd0b3;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 20px;
  position: relative;
}
.checkout-shipping-address .address-sender {
  position: relative;
  z-index: 1;
}
.checkout-shipping-address .address-sender .radio {
  position: absolute;
  top: 9px;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item {
  left: 25px;
  padding: 0 0 25px 0;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item:before {
  content: none;
}
.checkout-shipping-address .default-shipping-address.address-sender ~ .new-address-popup {
  margin-left: 25px;
}
[data-content-type='dynamic_block'] figure[data-content-type='image'] img {
  display: inline;
}
[data-content-type='dynamic_block'] .block-banners .banner-item-content,
[data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}
.dd-account-subscriptions fieldset > .field {
  width: 48%;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../../frontend/Overdose/woop/en_NZ/Dotdigitalgroup_Sms/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../../frontend/Overdose/woop/en_NZ/Dotdigitalgroup_Sms/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.form-create-account .iti__flag-container,
.form-address-edit .iti__flag-container,
#connector-newsletter-form-validate .iti__flag-container {
  height: 32px;
}
.googlepay-button-container button,
.googlepay-button-container .cart.table-wrapper .actions-toolbar > .action,
.googlepay-button-container .action-gift {
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center center;
  background-size: contain;
  border: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display: none;
}
/*seo-info*/
/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}
/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family: Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family: Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family: Arial;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform: none;
}
.seo-info .seo-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
}
/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width: 100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label,
.seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label,
.seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width: 100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}
/*link*/
.seo-info .seo-additional-info-link-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}
/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}
/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}
/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}
.seo-info .m-seo-info-scroll-hide {
  display: none;
}
/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display: table;
  width: 100%;
  padding-top: 3px;
}
.seo-info .m-seo-info-template-table-row {
  display: table-row;
}
.seo-info .m-seo-info-template-table-cell {
  display: table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}
.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-id-width {
  width: 30px;
}
.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}
.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}
.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}
.seo-info .m-seo-info-status-width {
  width: auto;
}
/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}
@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}
.mst-seo-content__description {
  display: block;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mst-seo-sitemap__map .search-bar {
  display: flex;
}
.mst-seo-sitemap__map .search-bar input[type=search] {
  position: relative;
  margin: 0 auto;
  max-width: 45rem;
}
.mst-seo-sitemap__map .provider {
  margin-bottom: 4rem;
}
.mst-seo-sitemap__map .provider ul {
  list-style: none;
  margin: 2rem 0 0 2rem;
  padding: 0;
}
.mst-seo-sitemap__map .provider ul.cols-1 {
  column-count: 1;
}
.mst-seo-sitemap__map .provider ul.cols-2 {
  column-count: 2;
}
.mst-seo-sitemap__map .provider ul.cols-3 {
  column-count: 3;
}
.mst-seo-sitemap__map .provider ul.cols-4 {
  column-count: 4;
}
.mst-seo-sitemap__map .provider ul.cols-5 {
  column-count: 5;
}
.mst-seo-sitemap__map .provider ul.cols-6 {
  column-count: 6;
}
.mst-seo-sitemap__map .provider ul.cols-7 {
  column-count: 7;
}
.mst-seo-sitemap__map .provider ul.cols-8 {
  column-count: 8;
}
.mst-seo-sitemap__map .provider ul.cols-9 {
  column-count: 9;
}
.mst-seo-sitemap__map .provider ul.cols-10 {
  column-count: 10;
}
.mst-seo-sitemap__map .provider ul li {
  display: inline;
}
.mst-seo-sitemap__map .provider ul li a {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: .5rem;
}
.mst-seo-sitemap__map .provider ul li a span:after {
  font-size: 10px;
  line-height: 20px;
  content: "\e608";
  font-family: "luma-icons";
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #707070;
}
.mst-seo-sitemap__map .provider ul li a span:last-child:after {
  display: none;
}
.mst-seo-sitemap__map .provider .letter {
  margin: 0 0 2rem -2rem;
}
.mst-seo-sitemap__map .provider .letter strong {
  font-size: 2rem;
  font-weight: 800;
  display: block;
}
.mst-seo-sitemap__map .provider .letter .strong_visible {
  display: block;
}
.mst-seo-sitemap__map .provider .letter .strong_hidden {
  display: none;
}
.mst-seo-sitemap__map .provider .letter ul {
  margin-top: 0;
}
.mst-seo-sitemap__map .provider ._highlight {
  background: #fad764;
  font-style: normal;
}
@media (max-width: 801px) {
  .mst-seo-sitemap__map ul {
    column-count: 1 !important;
  }
}
.mst-seo-toolbar__toolbar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 10rem;
  background: #fff;
}
.mst-seo-toolbar__toolbar-header {
  font-weight: 600;
  color: #fff;
  background: #315aa5;
  padding: 1rem 2rem 1rem 4rem;
  text-align: center;
  position: relative;
}
.mst-seo-toolbar__toolbar-header > i {
  position: absolute;
  left: 1rem;
  font-size: 15px;
}
.mst-seo-toolbar__toolbar-header .close {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  font-size: 18px;
  cursor: pointer;
}
.mst-seo-toolbar__toolbar-content {
  background: #F5F5F5;
  max-height: 55vh;
  overflow-y: auto;
}
.mst-seo-toolbar__toolbar-content section label {
  color: #999;
  padding: 1rem;
  display: block;
}
.mst-seo-toolbar__toolbar-content section ul {
  margin: 0;
  background: #fff;
  padding: 0 1rem;
  list-style: none;
}
.mst-seo-toolbar__toolbar-content section ul li {
  display: flex;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1rem 0;
}
.mst-seo-toolbar__toolbar-content section ul li .title {
  font-weight: 600;
  width: 12rem;
  font-size: 1.3rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status {
  width: 20px;
  height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status._success {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%231C9D74' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M13.8274662,4.73712054 C13.6809464,4.57908482 13.4424141,4.57908482 13.2968944,4.73712054 L7.70563722,10.6990848 C7.55911738,10.858192 7.32008501,10.858192 7.17456531,10.6990848 L4.72473356,8.02640625 C4.65222374,7.94712054 4.55721087,7.90801339 4.46169794,7.90747768 C4.36518487,7.90694196 4.2671716,7.94604911 4.19366164,8.02640625 L3.11101503,9.06890625 C3.03900528,9.14819196 3,9.24729911 3,9.35069196 C3,9.45462054 3.03900528,9.56337054 3.1115151,9.64212054 L5.58184963,12.4192634 C5.7278694,12.5778348 5.96740184,12.8349777 6.11292154,12.9924777 L7.17506537,14.139442 C7.32108515,14.2964063 7.55961745,14.2964063 7.70613729,14.139442 L14.8901101,6.45729911 C15.03663,6.29979911 15.03663,6.04104911 14.8901101,5.88354911 L13.8274662,4.73712054 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .status._warning,
.mst-seo-toolbar__toolbar-content section ul li .status._error {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%23FF5501' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.21944,3 C11.02296,3 11.4246,3.54804 11.4246,4.17468 C11.4246,4.95732 10.72692,5.68128 9.81768,5.68128 C9.0564,5.68128 8.61228,5.23104 8.6334,4.48764 C8.6334,3.86112 9.162,3 10.21944,3 Z M7.74516,15 C7.11072,15 6.64548,14.60856 7.0896,12.8862 L7.818,9.83136 C7.94484,9.34212 7.9656,9.14652 7.818,9.14652 C7.62744,9.14652 6.80388,9.48444 6.3168,9.81732 L6,9.28872 C7.54356,7.9776 9.31944,7.20864 10.08048,7.20864 C10.71468,7.20864 10.82064,7.97196 10.50348,9.1464 L9.6696,12.3576 C9.52152,12.92508 9.58524,13.12068 9.73284,13.12068 C9.92316,13.12068 10.54728,12.88512 11.16036,12.39576 L11.52,12.88524 C10.01856,14.412 8.3796,15 7.74516,15 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .description {
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .action {
  margin-bottom: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .note {
  color: #999;
  font-size: 90%;
  overflow-x: hidden;
  word-wrap: break-word;
  margin-top: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li a {
  font-size: 1.2rem;
  color: #006bb4;
  text-decoration: underline;
}
.mst-seo-toolbar__toolbar-content section ul li a:hover {
  text-decoration: none;
}
.mst-seo-toolbar__toolbar._hidden {
  outline: none;
  box-shadow: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-content {
  display: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  background: #315aa5;
  color: #fff;
  padding: 1rem 1.5rem 1rem 4rem;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 100000;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header .close {
  display: none;
}
body.tutorial .mst-seo-toolbar__toolbar,
body.no-tutorial .mst-seo-toolbar__toolbar {
  left: 1rem;
  right: auto;
}
/*
    Variables
 */
.form-add-review .field {
  margin-bottom: 10px;
}
.rating-recipe-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 18px 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin: 0;
  background-color: #fff;
}
.rating-title {
  font: 600 1.4rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .25px;
}
.recipe-rating-stars {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.recipe-rating-stars .star-item {
  cursor: pointer;
  margin: 0;
  line-height: 17px;
  height: 17px;
}
.recipe-rating-stars .star-item:before {
  content: '\e605';
  font-size: 28px;
  font-family: 'icons-blank-theme';
  display: inline-block;
  letter-spacing: -6px;
  line-height: 17px;
  height: 17px;
  color: rgba(0, 0, 0, 0.1);
}
.recipe-rating-stars .star-item.active:before {
  color: #b2ceb5;
}
.recipe-rating-stars:not(.active) .star-item:hover:before {
  color: #b2ceb5;
}
.thank-block {
  display: none;
}
.add-comment-block textarea {
  max-height: 250px;
}
.thank-block {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.thank-block:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto 15px;
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/icon_xl_tick.png") no-repeat;
}
.thank-block span {
  font-size: 15px;
  font-weight: 300;
  width: 178px;
  display: inline-block;
}
.answer-stars-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 55px);
  overflow: auto;
  background: #ffffff;
  z-index: 1;
  padding: 25px 20px 15px;
  display: none;
}
.answer-stars-wrapper.active {
  display: block;
}
.answer-stars-wrapper .action-close {
  position: absolute;
  top: 10px;
  right: 5px;
  cursor: pointer;
}
.answer-stars-wrapper .action-close:after {
  content: '\e616';
  font-size: 30px;
  color: #000000;
  font-family: 'icons-blank-theme';
}
.answer-stars-wrapper .answer-title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.answer-stars-wrapper .answer-title span {
  display: block;
  max-width: 260px;
  margin: 0 auto;
}
.answer-stars-wrapper .add-comment-block {
  width: 100%;
}
.answer-stars-wrapper .add-comment-block .actions-toolbar {
  margin: 0 !important;
}
.answer-stars-wrapper .add-comment-block .actions-toolbar .action {
  width: 100%;
}
.customer-account-myrecipes .answer-stars-wrapper {
  left: 6px;
  width: calc(100% - 12px);
}
.tab-recipes .tabs-block .tab-list-slider {
  display: none;
}
.tab-recipes .tabs-block .item {
  position: relative;
}
.tab-recipes .tabs-block .block-loader {
  background: url('../../frontend/Overdose/woop/en_NZ/images/loader-1.gif') no-repeat 50% 30%;
  border-radius: 5px;
  bottom: 0;
  color: #575757;
  font-size: 14px;
  font-weight: bold;
  height: 160px;
  left: 0;
  margin: auto;
  opacity: .95;
  right: 0;
  text-align: center;
  top: 0;
  width: 160px;
}
.product-list-item .additional-roundel {
  width: 120px;
  position: absolute;
  right: -10px;
  bottom: -49px;
}
.quickview-details-popup .quickview-additional-roundel {
  width: 210px;
  position: absolute;
  right: 10px;
}
.block-dashboard-upcoming-delivery .additional-roundel {
  width: 95px;
  position: absolute;
  bottom: -35px;
}
.od-curtains-container {
  position: relative;
  display: block;
}
.od-curtains-container:after {
  display: table;
  content: '';
  clear: both;
}
.od-curtains-container figure {
  display: block;
  margin: 0;
  height: auto;
  overflow: hidden;
  width: 100%;
  float: left;
  position: relative;
}
.od-curtains-container figure img {
  display: block;
  max-width: unset;
}
.od-curtains-container figure.img-underlay {
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.od-curtains-container figure.img-underlay:before {
  display: block;
  content: '';
  background-color: #f8f7f2;
  height: 25px;
  width: 100%;
  float: left;
}
.od-curtains-container figure.img-underlay img {
  position: relative;
  right: 0;
  max-width: 100%;
}
.od-curtains-container figure.img-overlay:after {
  display: block;
  content: '';
  background-color: #f8f7f2;
  height: 25px;
  width: 100%;
  float: left;
}
.od-curtains-container .curtain {
  top: 0;
  left: 50%;
  height: 100%;
  width: 30px;
  background-color: #f8f7f2;
  border-radius: 0;
  position: absolute;
  z-index: 1;
  cursor: ew-resize;
}
.od-curtains-container .curtain:before {
  display: block;
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  background-image: url("../../frontend/Overdose/woop/en_NZ//images/icons/drag-icon.png");
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -40px;
  left: -25px;
}
.od-curtains-container .curtain:after {
  display: block;
  position: absolute;
  top: calc(50% + 65px);
  left: -9px;
  content: 'DRAG';
  transform: rotate(-90deg);
  font-weight: 600;
  color: #1d1d1b;
  letter-spacing: 2px;
  font-size: 14px;
}
.loading_body .preloading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FFF;
  opacity: .8;
  z-index: 9999999;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.loading_body .loading {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  background-repeat: no-repeat;
  background-size: 100%;
}
.loading_img .lazyload {
  /* background-image: url("../../frontend/Overdose/woop/en_NZ/Overdose_SpeedOptimizer/images/loader.svg"); */
  background-size: 30px auto;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.loading_img .lazyload.loaded {
  background-image: none;
  background-size: auto;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 700;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #dcd0b3;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #dcd0b3;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #dcd0b3;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #dcd0b3;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #dcd0b3;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #f9f7f2;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #f9f7f2;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #dcd0b3;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #dcd0b3;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #dcd0b3;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #dcd0b3;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #dcd0b3;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #dcd0b3;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #1d1d1b;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.25;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #dcd0b3;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #dcd0b3;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../../frontend/Overdose/woop/en_NZ/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Overdose/woop/en_NZ/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #dcd0b3;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #dcd0b3;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #dcd0b3;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #dcd0b3;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Overdose/woop/en_NZ/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #dcd0b3;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #dcd0b3;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #dcd0b3;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: 1.4rem;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  padding: 0;
  width: calc((100% - 2%) / 2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #1979c3;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.catalog-product-view .page-wrapper > .page-main.page-main-details {
  display: none;
}
.catalog-product-view .page-wrapper .notification-block.messages:first-of-type {
  margin: 0;
  min-height: auto;
}
.catalog-product-view .header.content {
  background: #ffffff;
}
.block.newsletter {
  margin-bottom: 0;
  font-size: 0;
  padding: 0 20px;
  width: 100%;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0 0 10px 0;
  width: 100%;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  content: none;
}
.block.newsletter .newsletter-input-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block.newsletter .newsletter-input-wrapper .single-input-wrapper {
  width: 100%;
}
.block.newsletter input {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15) !important;
  display: inline-block;
  border-width: 0;
  padding: 0 15px;
  vertical-align: middle;
}
.block.newsletter input::placeholder {
  color: #000000;
  font-weight: 400;
  opacity: .4;
}
.block.newsletter input:first-child {
  border-bottom: 1px solid #f2f0eb;
}
.block.newsletter label {
  font-size: 0;
  width: 100%;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .label,
.block.newsletter h5 {
  position: relative;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.block.newsletter .actions {
  display: block;
  width: 100%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 100%;
}
.week-heading-block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.week-heading-block .left-desc-block {
  max-width: 715px;
}
.week-heading-block .left-desc-block .info-text {
  color: #e7e6e1;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.week-heading-block .left-desc-block .date-text {
  color: #000000;
  font-family: 'Typewriter Condensed';
  line-height: 20px;
  margin-top: -15px;
}
.week-heading-block .left-desc-block .additional-info {
  color: #1d1d1b;
  opacity: .5;
}
.week-heading-block .right-desc-block,
.preference-wrapper .right-desc-block {
  padding: 5px 30px 0 0;
  color: #000000;
  font: 400 3.5rem/30px 'Emmeline', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  margin-bottom: -25px;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.week-heading-block .right-desc-block:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 30px;
  top: calc(100% + 7px);
  right: 122px;
  background: url("../../frontend/Overdose/woop/en_NZ/images/arrow_bottom.png");
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product.data.recipes .item.content[style="display: none;"] {
  display: block !important;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.product.data.recipes .item.content[style="display: none;"] .product-list {
  height: 0;
}
.product.data.recipes .item.content {
  margin: 40px 0 0;
}
.product.data.recipes .title-block {
  float: right;
}
.product-list,
.christmas-product-list {
  margin: 0 -5px;
}
.product-list.slick-initialized,
.christmas-product-list.slick-initialized {
  display: block;
}
.product-list .slick-slide:nth-of-type(3n + 1) .product-list-item,
.christmas-product-list .slick-slide:nth-of-type(3n + 1) .product-list-item {
  margin-top: 20px;
}
.product-list .slick-slide:nth-of-type(3n + 3) .product-list-item,
.christmas-product-list .slick-slide:nth-of-type(3n + 3) .product-list-item {
  margin-top: 40px;
}
.product-list-item,
.christmas-product-list-item {
  padding: 0 5px;
}
.product-list .product-top,
.christmas-product-list .product-top {
  position: relative;
}
.product-list .main-image,
.christmas-product-list .main-image {
  position: relative;
}
.product-list .main-image img,
.christmas-product-list .main-image img {
  display: block;
  height: auto;
  width: 100%;
}
.product-list .additional-foodie,
.christmas-product-list .additional-foodie {
  position: absolute;
  left: 11px;
  top: 12px;
}
.product-list .product-info,
.christmas-product-list .product-info {
  padding: 22px 22px 10px;
  background-color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 212px;
}
.product-list .product-info .product-name,
.christmas-product-list .product-info .product-name {
  display: block;
  color: #000000;
  font: 400 1.6rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.product-list .product-info .desc,
.christmas-product-list .product-info .desc {
  color: #000000;
  font: 300 1.4rem/18px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: .5;
  margin-bottom: 15px;
  max-height: 35px;
  overflow: hidden;
}
.product-list .attributes .value,
.christmas-product-list .attributes .value {
  margin-right: 6px;
}
.product-list .view-block,
.christmas-product-list .view-block {
  margin: auto 0 15px;
  justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  width: 100%;
}
.product-list .view-block .time-block,
.christmas-product-list .view-block .time-block {
  font: 700 1.4rem 'Typewriter Condensed';
  letter-spacing: .5px;
  color: #000000;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-list .view-block .time-block span:first-child,
.christmas-product-list .view-block .time-block span:first-child {
  margin-right: 10px;
}
.product-list .view-block .time-block:before,
.christmas-product-list .view-block .time-block:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../../frontend/Overdose/woop/en_NZ/images/icon-time.png") no-repeat;
  margin-right: 8px;
}
.product-list .view-block .action-toolbar .action,
.christmas-product-list .view-block .action-toolbar .action {
  color: #000000;
  font: 700 1.4rem 'Typewriter Condensed';
  letter-spacing: .5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
}
.product-list .view-block .action-toolbar span.action,
.christmas-product-list .view-block .action-toolbar span.action {
  cursor: pointer;
}
.product-list .product-footer,
.christmas-product-list .product-footer {
  background-color: #edeae1;
  text-align: center;
  padding: 6px 0;
}
.product-list .product-footer span,
.christmas-product-list .product-footer span {
  font: 500 1.2rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: .25;
}
.christmas-product-list .product-list-item .product-info {
  min-height: 127px;
}
.signup-index-index .recipes-step-container .product-list-item-wrapper,
.signup-index-index .addons-step-container .product-list-item-wrapper {
  display: block !important;
}
.signup-index-index .recipes-step-container .product-list-item-wrapper .product-info .desc,
.signup-index-index .addons-step-container .product-list-item-wrapper .product-info .desc {
  min-height: 35px;
}
.cms-index-index .slick-slide:nth-of-type(3n + 1) .product-list-item {
  margin-top: 0;
}
.cms-index-index .slick-slide:nth-of-type(3n + 3) .product-list-item {
  margin-top: 0;
}
body {
  background-color: #f9f7f2;
}
body .grecaptcha-badge {
  display: none !important;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-wrapper .woop-full-width {
  width: 100% !important;
}
.account .main .suspended,
.account .main .paused {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #f9c3a9;
}
.account .main .cancelled {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #e98d5f;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  margin-bottom: 20px;
  padding: 0 5px;
}
.header.content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 20px;
  position: relative;
}
.logo {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 50%;
  width: 62px;
  height: 60px;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.page-wrapper a {
  color: #1d1d1b;
  text-decoration: none;
}
.page-wrapper a:visited {
  color: #1d1d1b;
  text-decoration: none;
}
.page-wrapper a:hover {
  color: #1d1d1b;
  text-decoration: none;
  cursor: pointer;
}
.page-wrapper a:active {
  color: #1d1d1b;
  text-decoration: none;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
ul.list-style-inside {
  list-style: inside;
}
.page-footer {
  margin-top: auto;
}
footer .footer.content {
  margin-top: 25px;
  padding: 25px 0 0;
}
footer .footer.content .links > li {
  margin: 0 0 8px;
}
footer .footer.content .switcher-store {
  margin: 0 0 30px;
}
footer .footer.content .as-see-in {
  margin-top: 50px;
}
footer .footer.content .as-see-in ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
footer .footer.content .as-see-in ul li {
  float: left;
  margin: 0 0 20px 0;
}
footer .footer.content .as-see-in ul li:first-child {
  margin-left: 0;
}
footer .footer.content .woop-footer-links {
  width: 100%;
}
footer .footer.content .woop-footer-links .woop-footer-links-block {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0 16px;
  opacity: 1;
  position: relative;
}
footer .footer.content .woop-footer-links .woop-footer-links-block [data-role="collapsible"]:after {
  content: '';
  transform: rotate(45deg);
  border-color: #000000;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 3px;
  height: 0;
  right: 20px;
  margin: 0;
  position: absolute;
  top: 21px;
  width: 0;
}
footer .footer.content .woop-footer-links .woop-footer-links-block [data-role="collapsible"].active:after {
  transform: rotate(225deg);
  top: 25px;
}
footer .footer.content .woop-footer-links .woop-footer-links-block [data-role="content"] {
  padding-top: 6px;
  padding-bottom: 45px;
}
footer .footer.content .woop-footer-links .woop-footer-links-block:last-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
footer .footer.content .woop-footer-links .woop-footer-links-block:last-child li {
  display: inline-block;
  vertical-align: top;
  opacity: 1;
}
footer .footer.content .woop-footer-links .woop-footer-links-block:last-child li a {
  display: block;
}
footer .footer.content .woop-footer-links .woop-footer-links-block:last-child li a img {
  display: block;
  vertical-align: top;
}
footer .footer.content .woop-footer-links .woop-footer-links-block:last-child li:first-child {
  margin-right: 20px;
}
footer .footer.content .woop-footer-links ul li {
  opacity: 0.4;
  font-weight: 400;
  line-height: 40px;
}
footer .footer.content .woop-footer-links ul li:hover {
  opacity: 1;
}
footer .footer .footer-logo {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 62px;
  height: auto;
  vertical-align: top;
}
footer .footer .footer-logo img {
  width: 100%;
  display: block;
}
footer .footer .copyright {
  -webkit-flex-grow: 2;
  flex-grow: 2;
}
footer .footer .copyright,
footer .footer .bugs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 13px 0 10px;
  width: 100%;
}
footer .footer .copyright > a,
footer .footer .bugs > a {
  display: inline-block;
  vertical-align: top;
}
footer .footer .copyright > a img,
footer .footer .bugs > a img {
  display: block;
}
footer .footer .copyright p,
footer .footer .bugs p {
  display: inline;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
  font-weight: 400;
}
footer .footer .copyright ul,
footer .footer .bugs ul {
  width: 100%;
}
footer .footer .copyright ul li,
footer .footer .bugs ul li {
  display: inline-block;
  color: #1d1d1b;
  vertical-align: top;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0;
  opacity: 0.5;
}
footer .footer .copyright ul:nth-child(1),
footer .footer .bugs ul:nth-child(1) {
  -webkit-flex-grow: 2;
  flex-grow: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0 16px 13px;
}
footer .footer .copyright ul:nth-child(1) a,
footer .footer .bugs ul:nth-child(1) a {
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.82px;
  text-transform: uppercase;
  margin-right: 6px;
}
footer .footer .copyright ul:nth-child(1) li:first-child,
footer .footer .bugs ul:nth-child(1) li:first-child {
  opacity: 1;
}
footer .footer .copyright ul:last-child,
footer .footer .bugs ul:last-child {
  text-align: right;
  padding: 40px 16px 10px;
}
footer .footer .copyright ul:last-child li,
footer .footer .bugs ul:last-child li {
  font-size: 1.2rem;
}
footer .footer .copyright ul:last-child li:first-child,
footer .footer .bugs ul:last-child li:first-child {
  margin-right: 2.8rem;
}
footer .footer .subscription-copyright,
footer .footer .subscription-copyright [data-content-type='html'] {
  -webkit-flex-grow: 2;
  flex-grow: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 13px 0 10px;
  width: 100%;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 21px 40px 23px;
}
footer .footer .subscription-copyright > a,
footer .footer .subscription-copyright [data-content-type='html'] > a {
  display: inline-block;
  vertical-align: top;
}
footer .footer .subscription-copyright > a img,
footer .footer .subscription-copyright [data-content-type='html'] > a img {
  display: block;
}
footer .footer .subscription-copyright p,
footer .footer .subscription-copyright [data-content-type='html'] p {
  display: inline;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
  font-weight: 400;
}
footer .footer .subscription-copyright ul,
footer .footer .subscription-copyright [data-content-type='html'] ul {
  width: 100%;
}
footer .footer .subscription-copyright ul li,
footer .footer .subscription-copyright [data-content-type='html'] ul li {
  display: inline-block;
  color: #1d1d1b;
  vertical-align: top;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0;
  opacity: 0.5;
}
footer .footer .subscription-copyright ul:nth-child(1),
footer .footer .subscription-copyright [data-content-type='html'] ul:nth-child(1) {
  -webkit-flex-grow: 2;
  flex-grow: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0 16px 13px;
}
footer .footer .subscription-copyright ul:nth-child(1) a,
footer .footer .subscription-copyright [data-content-type='html'] ul:nth-child(1) a {
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.82px;
  text-transform: uppercase;
  margin-right: 6px;
}
footer .footer .subscription-copyright ul:nth-child(1) li:first-child,
footer .footer .subscription-copyright [data-content-type='html'] ul:nth-child(1) li:first-child {
  opacity: 1;
}
footer .footer .subscription-copyright ul:last-child,
footer .footer .subscription-copyright [data-content-type='html'] ul:last-child {
  text-align: right;
  padding: 40px 16px 10px;
}
footer .footer .subscription-copyright ul:last-child li,
footer .footer .subscription-copyright [data-content-type='html'] ul:last-child li {
  font-size: 1.2rem;
}
footer .footer .subscription-copyright ul:last-child li:first-child,
footer .footer .subscription-copyright [data-content-type='html'] ul:last-child li:first-child {
  margin-right: 2.8rem;
}
footer .footer .subscription-copyright [data-appearance='contained'],
footer .footer .subscription-copyright [data-content-type='html'] [data-appearance='contained'] {
  width: 100%;
}
footer .footer .subscription-copyright p,
footer .footer .subscription-copyright [data-content-type='html'] p {
  font-size: 1.5rem;
  margin: 0 3px 0 9px;
}
footer .footer .subscription-copyright [data-content-type="row"],
footer .footer .subscription-copyright [data-content-type='html'] [data-content-type="row"] {
  width: 100%;
}
footer .footer .subscription-copyright ul,
footer .footer .subscription-copyright [data-content-type='html'] ul {
  width: 100%;
  text-align: left;
}
footer .footer .subscription-copyright ul li,
footer .footer .subscription-copyright [data-content-type='html'] ul li {
  font-size: 1.5rem;
}
footer .footer .subscription-copyright ul li:first-child,
footer .footer .subscription-copyright [data-content-type='html'] ul li:first-child {
  opacity: 1;
  font-size: 1.4rem;
}
footer .footer .subscription-copyright ul li:first-child a,
footer .footer .subscription-copyright [data-content-type='html'] ul li:first-child a {
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.82px;
  margin-right: 6px;
  text-transform: uppercase;
}
footer .footer .subscription-copyright ul:first-child,
footer .footer .subscription-copyright [data-content-type='html'] ul:first-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border: none;
  padding: 0;
  float: left;
  margin-bottom: 8px;
  text-align: center;
}
footer .footer .subscription-copyright ul:last-child,
footer .footer .subscription-copyright [data-content-type='html'] ul:last-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0;
  float: right;
  text-align: center;
}
footer .footer .subscription-copyright ul:last-child li:first-child,
footer .footer .subscription-copyright [data-content-type='html'] ul:last-child li:first-child {
  margin-right: 1.2rem;
}
footer .footer .subscription-copyright ul:last-child li:last-child,
footer .footer .subscription-copyright [data-content-type='html'] ul:last-child li:last-child {
  font-size: 1.5rem;
}
footer .footer .subscription-copyright ul.footer-center,
footer .footer .subscription-copyright [data-content-type='html'] ul.footer-center {
  position: absolute;
  margin-top: 32px;
}
footer .footer .subscription-copyright ul.footer-center li span,
footer .footer .subscription-copyright [data-content-type='html'] ul.footer-center li span {
  text-align: left;
  font-size: 1.5rem;
}
footer .footer .footer-top-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  padding: 0;
  margin-bottom: 0;
  width: 100%;
}
footer .footer .footer-bottom-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  padding: 0;
  position: relative;
  width: 100%;
}
footer .form .subscribe .label {
  position: relative;
  top: 0;
  left: 0;
}
.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.woop-authorization-link .get-start-link {
  background: transparent none;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 1px;
  padding: 16px 30px;
  font: 600 1.4rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 1.25px;
  transition: background-color 0.4s;
  text-transform: uppercase;
}
.woop-authorization-link .get-start-link:hover {
  color: #ffffff;
  font-weight: 600;
  background: #000000 none;
}
.display-block {
  display: block !important;
}
.addons-index-index div.page-wrapper {
  background: url("../../frontend/Overdose/woop/en_NZ/images/addons_top_bg.png") no-repeat;
  background-position: center 40px;
}
@media (max-width: 1440px) {
  .addons-index-index div.page-wrapper {
    background-size: 127%;
    background-position: 20% 40px;
  }
}
.addons-index-index .page-title-wrapper .main-text {
  color: #000000;
  font: 400 3.2rem/3.6rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
}
.addons-index-index .page-title-wrapper .additional-text {
  font: 400 5.2rem/4.2rem 'Emmeline', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: -2.09px;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  margin: 10px 0 0;
  z-index: 10;
  position: relative;
}
.addons-index-index .page-title-wrapper .additional-text:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(100% + 10px);
  left: 44%;
  width: 33px;
  height: 47px;
  background: url("../../frontend/Overdose/woop/en_NZ/images/arrow_bottom_long.png") no-repeat;
}
.addons-index-index .product-list .desc {
  height: 35px;
  overflow: hidden;
}
.addons-index-index .product-list .view-block {
  margin: 15px 0 10px;
}
.addons-index-index .product-list .action-wrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}
.addons-index-index .product-list .action-btn {
  border-color: #1d1d1b;
  width: 100%;
  padding: 13px 40px;
  background: none;
  text-transform: uppercase;
}
.addons-index-index .page-title-wrapper-customer {
  text-align: center;
  width: 65%;
}
.addons-index-index .page-title-wrapper-customer .top-text {
  color: #000;
  opacity: 0.5;
}
body .addon-add-popup {
  font-size: 1.6rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .addon-add-popup__heading {
  margin: 0 0 2.4rem 0;
  font-weight: 600;
  white-space: pre;
}
body .addon-add-popup__wrapper {
  top: 50%;
  transform: translate(-50%, -50%);
}
body .addon-add-popup__wrapper.modal-popup.modal-slide {
  left: 50%;
}
body .addon-add-popup__wrapper .modal-inner-wrap {
  position: relative;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
body .addon-add-popup__wrapper .modal-header {
  position: relative;
  z-index: 10;
}
body .addon-add-popup__product-info {
  opacity: 0.5;
}
body .addon-add-popup__frequency-container {
  margin-top: auto;
  border-top: 1px solid #efefef;
  text-align: left;
}
body .addon-add-popup__frequency-container .select2-container {
  display: block;
  width: 100% !important;
}
body .addon-add-popup__frequency-container .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: black;
}
body .addon-add-popup__frequency-label {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-bottom: .9rem;
}
body .addon-add-popup .actions-toolbar {
  margin-top: 3rem;
}
body .addon-add-popup .actions-toolbar .action {
  width: 100%;
}
body.woop-myaccount-page .modal-popup.addon-add-popup__wrapper .modal-inner-wrap {
  width: 100%;
  background: white;
}
.delivery-addons {
  padding-bottom: 2rem;
}
.delivery-addons .addon-product-list-title__section-name {
  font-family: 'Typewriter Condensed';
  font-weight: 600;
  opacity: 0.5;
  margin-bottom: .1rem;
}
.delivery-addons .addon-product-list-title__section-message {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.delivery-addons .products-list .main-image {
  line-height: 0;
  position: relative;
}
.delivery-addons .products-list .main-image img {
  display: block;
  height: auto;
  width: 100%;
}
.delivery-addons .products-list .product-info {
  min-height: 0;
  position: relative;
  padding-bottom: 2rem;
}
.delivery-addons .products-list .product-info .view-block {
  margin: 0;
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.delivery-addons .products-list .product-info .view-block .price {
  font-weight: 600;
  letter-spacing: .75px;
  font-size: 1.4rem;
}
.delivery-addons .products-list .product-info .view-block .price:before {
  content: '+ ';
}
.delivery-addons .products-list .product-info .view-block .action-toolbar .action.addon-view-details {
  padding-bottom: 1px;
  color: #000000;
  font: 700 1.4rem 'Typewriter Condensed';
  letter-spacing: .5px;
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
}
.delivery-addons .products-list .product-info .product-name {
  display: block;
  color: #000000;
  font: 400 1.6rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.delivery-addons .products-list .product-info .desc {
  color: #000000;
  font: 300 1.4rem/18px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: .5;
  margin-bottom: 15px;
  height: 35px;
  max-height: 35px;
  overflow: hidden;
}
.delivery-available-addon {
  border: 1px solid #efefef;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.delivery-available-addon__add {
  padding: 1.3rem 0;
  font-size: 1.2rem;
  line-height: 1.16666667;
  letter-spacing: 1.29px;
  display: block;
  margin: 0 auto;
  font-weight: 600;
  border-radius: 1px;
  text-transform: uppercase;
}
.delivery-available-addon__add,
.delivery-available-addon__add:active,
.delivery-available-addon__add:hover,
.delivery-available-addon__add:focus {
  background: none;
  border: solid 1px #1d1d1b;
}
.delivery-available-addon__actions {
  padding-bottom: 2rem;
}
.selected-addons-list {
  margin-top: 4rem;
}
.selected-addon {
  background: #ffffff;
  color: #000000;
}
.selected-addon__description {
  opacity: .5;
}
.selected-addon__name {
  line-height: 1.25;
  margin-bottom: .4rem;
}
.selected-addon__image-container {
  height: 18rem;
  position: relative;
}
.selected-addon__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.selected-addon-info {
  line-height: normal;
  border-bottom: 1px solid #efefef;
}
.selected-addon-info__date {
  text-transform: uppercase;
  opacity: 50%;
  font-family: 'Typewriter Condensed';
  font-size: 1.4rem;
}
.selected-addon-info__type {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.055625em;
}
.selected-addon-info__name {
  opacity: .5;
}
.selected-addon-info__days-left {
  font-family: 'Typewriter Condensed';
  color: #9dcca1;
  text-transform: uppercase;
}
a.selected-addon-info__action {
  display: inline-block;
}
a.selected-addon-info__action,
a.selected-addon-info__action:visited,
a.selected-addon-info__action:active,
a.selected-addon-info__action:focus {
  color: #151515;
  opacity: 0.8;
  font-family: 'Typewriter Condensed';
  text-transform: uppercase;
}
.selected-addon-info__action:before {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 1.6rem;
  height: 1.8rem;
  margin: 0 auto 1.4rem;
}
.selected-addon-info__skip:before {
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/icons/skip_week.png");
}
.selected-addon-info__unskip:before {
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/icons/unskip_week.png");
}
.selected-addon-info__remove:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0 auto 1rem;
  display: block;
  width: auto;
  height: auto;
  line-height: 0.5;
  font-size: 3.4rem;
}
:root {
  --schedule-info-height: 115px;
}
.dashboard-container .action-block {
  max-width: 1440px;
  margin: 0 auto;
  background: #edeae1;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  font-family: 'Gibson';
}
.dashboard-container .action-block.canceled .canceled-block {
  text-align: center;
}
.dashboard-container .action-block.canceled .canceled-block .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dashboard-container .action-block.canceled .canceled-block .block-content .description {
  display: inline-block;
}
.dashboard-container .action-block.canceled .canceled-block .block-content .description:before {
  content: '';
  background-image: url('../../frontend/Overdose/woop/en_NZ/images/icons/delicious.png');
  background-size: 95% 95%;
  background-repeat: no-repeat;
  display: block;
}
.dashboard-container .action-block.canceled .canceled-block .block-content .description .title {
  color: #000000;
  font-family: 'Gibson';
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}
.dashboard-container .action-block.canceled .canceled-block .block-content .description .plan {
  color: #1d1d1b;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  display: inline-block;
  opacity: .5;
}
.dashboard-container .action-block.canceled .canceled-block .block-content .actions-toolbar .restart-my-deliveries {
  background-color: #000000;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #ffffff;
}
.dashboard-container .action-block.canceled .canceled-block .block-content .actions-toolbar .restart-my-deliveries span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dashboard-container .action-block.canceled .canceled-block .block-content .actions-toolbar .restart-my-deliveries:hover {
  background: #ffffff;
  color: #000000;
}
.dashboard-container .action-block.canceled .canceled-block .block-content .actions-toolbar .restart-my-deliveries:hover span {
  color: inherit;
}
.dashboard-container .action-block.long-weekend .long-weekend-block {
  text-align: center;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .description {
  display: inline-block;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .description:before {
  content: '';
  background-image: url('../../frontend/Overdose/woop/en_NZ/images/icons/subscription-question.png');
  background-size: 95% 95%;
  background-repeat: no-repeat;
  display: block;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .description .title {
  color: #000000;
  font-family: 'Gibson';
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .description p {
  color: #1d1d1b;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  display: inline-block;
  opacity: .5;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar .control {
  float: left;
  margin-right: 10px;
  min-width: 200px;
  max-width: 300px;
  display: inline-block;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar .control .select2-container {
  width: 100% !important;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar .control .select2-selection__rendered {
  text-align: left;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar .update-deliver-time {
  background-color: #000000;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #ffffff;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar .update-deliver-time span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar .update-deliver-time:hover {
  background: #ffffff;
  color: #000000;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar .update-deliver-time:hover span {
  color: inherit;
}
.suspended-wrapper {
  text-align: center;
  padding: 20px;
}
.suspended-wrapper h4 {
  font-size: 1.6rem;
  letter-spacing: 0.89px;
  margin: 2rem 0 1.4rem;
}
.suspended-wrapper .suspend-sub-msg {
  color: #000000;
  font-weight: 400;
  max-width: 525px;
  margin: 0 auto 33px;
}
.suspended-wrapper .suspended-account-plans {
  padding: 16px 33px;
  width: 100%;
}
.calendar-header-bar {
  background: #ffffff;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1440px;
  padding: 0 0 0 20px;
  z-index: 2;
  position: relative;
  width: 100%;
}
.calendar-header-bar .subscription-default-status {
  overflow: hidden;
  font-size: 0;
  margin: 12px 0 0;
  float: left;
}
.calendar-header-bar .subscription-default-status li {
  color: #151515;
  font-size: 1.4rem;
  float: left;
  margin: 0 0 0 18px;
}
.calendar-header-bar .subscription-default-status li:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  border-radius: 40px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.calendar-header-bar .subscription-default-status li.confirmed-status:before {
  background: #afcacc;
}
.calendar-header-bar .subscription-default-status li.scheduled-status:before {
  background: #b2ceb5;
}
.calendar-header-bar .subscription-default-status li.skipped-status:before {
  background: #f9c3a9;
}
.calendar-header-bar .subscription-default-status li.cancelled-status:before {
  background: #d22626;
}
.calendar-header-bar .subscription-default-status li:first-child {
  margin-left: 0;
}
.calendar-header-bar .change-calendar-view {
  float: right;
  font-size: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  height: 45px;
}
.calendar-header-bar .change-calendar-view a {
  opacity: 1;
  display: block;
  text-align: center;
  padding: 0 20px 0 18px;
  position: relative;
  top: 50%;
  margin-top: -10px;
}
.calendar-header-bar .change-calendar-view a span {
  display: none;
}
.calendar-header-bar .change-calendar-view a:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-size: 2.6rem;
  position: relative;
  top: -8px;
  display: block;
  width: 15px;
  height: 15px;
  left: -5px;
}
.calendar-header-bar .change-calendar-view a:hover {
  border: none;
}
.calendar-header-bar:after {
  content: '';
  display: block;
  clear: both;
}
.calendar-month-index .tooltip-wrapper .tooltip-content {
  letter-spacing: normal;
}
.calendar-month-index .page-wrapper .page-main {
  padding: 0;
  max-width: 1440px;
}
.calendar-month-index .page-wrapper .column.main {
  border: none;
  padding-top: 0;
}
.calendar-month-index .page-wrapper .notification-block.messages:first-of-type {
  margin: 0 auto -18px auto;
  min-height: 18px;
}
.calendar-month-index .header.content {
  padding-left: 20px;
}
.calendar-month-index .select2-results__option {
  font-size: 1.4rem;
  line-height: 29px;
}
.calendar-month-index.woop-myaccount-page .page-header {
  margin-bottom: 0;
}
.my_calendar,
.redo_my_calendar {
  margin: 45px 0 0;
}
.my_calendar .month-wrapper,
.redo_my_calendar .month-wrapper {
  margin-bottom: 40px;
}
.my_calendar .month-wrapper .month-title,
.redo_my_calendar .month-wrapper .month-title {
  text-align: center;
  margin: 0 0 43px;
}
.my_calendar .month-wrapper:first-child .single-month-wrapper .single-month .last-delivery-in-month > span,
.redo_my_calendar .month-wrapper:first-child .single-month-wrapper .single-month .last-delivery-in-month > span {
  position: relative;
}
.my_calendar .month-wrapper:first-child .single-month-wrapper .single-month .last-delivery-in-month > span:after,
.redo_my_calendar .month-wrapper:first-child .single-month-wrapper .single-month .last-delivery-in-month > span:after {
  font-family: 'Emmeline';
  font-size: 40px;
  opacity: 1;
  text-transform: none;
  letter-spacing: 1.38px;
  content: 'Tap any circle to view your delivery';
  background: url("../../frontend/Overdose/woop/en_NZ//images/icons/tap_arrow.png") no-repeat;
  color: #000000;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.22px;
  line-height: 20px;
  padding: 23px 0 0 30px;
  white-space: nowrap;
  position: absolute;
  bottom: -50px;
  left: 18px;
  width: auto;
}
.my_calendar .circle-status,
.redo_my_calendar .circle-status {
  display: block;
  border-radius: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.my_calendar .circle-status:hover,
.redo_my_calendar .circle-status:hover,
.my_calendar .circle-status.active,
.redo_my_calendar .circle-status.active {
  cursor: pointer;
  color: #ffffff;
}
.my_calendar .single-month-wrapper,
.redo_my_calendar .single-month-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
  margin-bottom: 93px;
}
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip {
  position: relative;
  margin: 0;
  line-height: 1.4rem;
  display: inline-block;
  vertical-align: top;
}
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:after,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:after,
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:before,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:after,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:before,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:after,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:after,
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:before,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:before {
  bottom: 100%;
}
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:after,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:before,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-toggle,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-toggle {
  cursor: help;
}
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-toggle:hover + .tooltip-content,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-toggle:hover + .tooltip-content,
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-toggle:focus + .tooltip-content,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-toggle:focus + .tooltip-content,
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip:hover .tooltip-content,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip:hover .tooltip-content {
  display: block;
}
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-toggle,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-toggle {
  color: #84abad;
  font-size: 1.4rem;
  line-height: 61px;
  opacity: 1;
  cursor: pointer;
  line-height: normal;
}
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-toggle:after,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-toggle:after {
  content: '?';
  display: inline-block;
  background: #84abad;
  border-radius: 10px;
  color: #ffffff;
  width: 15px;
  height: 15px;
  vertical-align: top;
  margin-left: 7px;
  position: relative;
  top: 0;
}
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-toggle.cancelled-order,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-toggle.cancelled-order {
  color: #d22626;
}
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-toggle.cancelled-order:after,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-toggle.cancelled-order:after {
  background: #d22626;
}
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(29, 29, 27, 0.05);
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 16px;
  text-transform: none;
  min-width: 225px;
  padding: 8px 18px;
  right: -20px;
  left: auto;
}
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:before,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:before {
  border-bottom-color: rgba(29, 29, 27, 0.05);
}
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:before,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:before,
.my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:after,
.redo_my_calendar .single-month-wrapper .calendar-confirmed-tooltip .tooltip-content:after {
  left: auto;
  right: 23px;
}
.my_calendar .single-month-wrapper .single-month,
.redo_my_calendar .single-month-wrapper .single-month {
  border-bottom: 1px solid #eae8e4;
  width: 14.28%;
}
.my_calendar .single-month-wrapper .single-month .title-day,
.redo_my_calendar .single-month-wrapper .single-month .title-day {
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.71px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 17px 0;
}
.my_calendar .single-month-wrapper .days-wrapper,
.redo_my_calendar .single-month-wrapper .days-wrapper {
  border-top: 1px solid #eae8e4;
  text-align: center;
  margin: 0 0 -1px 0;
  padding-top: 1px;
}
.my_calendar .single-month-wrapper .days-wrapper li,
.redo_my_calendar .single-month-wrapper .days-wrapper li {
  border-top: 1px solid #eae8e4;
  color: rgba(29, 29, 27, 0.6);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 40px;
  padding: 14px 0;
  margin: 0;
  width: 100%;
}
.my_calendar .single-month-wrapper .days-wrapper li.other-month span,
.redo_my_calendar .single-month-wrapper .days-wrapper li.other-month span {
  opacity: .2;
}
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="2"] > span,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="2"] > span {
  display: block;
  border-radius: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: rgba(175, 202, 204, 0.15);
  border: 1px solid #afcacc;
  color: #afcacc;
}
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="2"] > span:hover,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="2"] > span:hover,
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="2"] > span.active,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="2"] > span.active {
  cursor: pointer;
  color: #ffffff;
}
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="2"] > span:hover,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="2"] > span:hover {
  background-color: #afcacc;
}
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="2"].active > span,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="2"].active > span {
  background-color: #afcacc;
  color: #ffffff;
}
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="1"] > span,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="1"] > span {
  display: block;
  border-radius: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: rgba(178, 206, 181, 0.15);
  border: 1px solid #b2ceb5;
  color: #b2ceb5;
}
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="1"] > span:hover,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="1"] > span:hover,
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="1"] > span.active,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="1"] > span.active {
  cursor: pointer;
  color: #ffffff;
}
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="1"] > span:hover,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="1"] > span:hover {
  background-color: #b2ceb5;
}
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="1"].active > span,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="1"].active > span {
  background-color: #b2ceb5;
  color: #ffffff;
}
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="3"] > span,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="3"] > span {
  display: block;
  border-radius: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: rgba(249, 195, 169, 0.15);
  border: 1px solid #f9c3a9;
  color: #f9c3a9;
}
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="3"] > span:hover,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="3"] > span:hover,
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="3"] > span.active,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="3"] > span.active {
  cursor: pointer;
  color: #ffffff;
}
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="3"] > span:hover,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="3"] > span:hover {
  background-color: #f9c3a9;
}
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="3"] .plan-info .kick-off-day,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="3"] .plan-info .kick-off-day {
  color: #e98d5f;
}
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="3"] .plan-actions .edit-calendar-plan,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="3"] .plan-actions .edit-calendar-plan,
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="3"] .plan-actions .edit-calendar-addon-plan,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="3"] .plan-actions .edit-calendar-addon-plan {
  pointer-events: none;
  opacity: 0.3;
}
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="3"].active > span,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="3"].active > span {
  background-color: #f9c3a9;
  color: #ffffff;
}
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="4"] > span,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="4"] > span {
  display: block;
  border-radius: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: rgba(210, 38, 38, 0.15);
  border: 1px solid #d22626;
  color: #d22626;
}
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="4"] > span:hover,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="4"] > span:hover,
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="4"] > span.active,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="4"] > span.active {
  cursor: pointer;
  color: #ffffff;
}
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="4"] > span:hover,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="4"] > span:hover {
  background-color: #d22626;
}
.my_calendar .single-month-wrapper .days-wrapper li[data-status-day="4"].active > span,
.redo_my_calendar .single-month-wrapper .days-wrapper li[data-status-day="4"].active > span {
  background-color: #d22626;
  color: #ffffff;
}
.my_calendar .single-month-wrapper .days-wrapper li:first-child,
.redo_my_calendar .single-month-wrapper .days-wrapper li:first-child {
  border-top: none;
}
.my_calendar .single-month-wrapper .days-wrapper li.active > span,
.redo_my_calendar .single-month-wrapper .days-wrapper li.active > span {
  position: relative;
}
.my_calendar .single-month-wrapper .days-wrapper li.active > span:before,
.redo_my_calendar .single-month-wrapper .days-wrapper li.active > span:before {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ//images/icons/triangle_calendar_popup.png") no-repeat;
  width: 18px;
  height: 10px;
  position: absolute;
  top: 47px;
  right: 8px;
  z-index: 3;
}
.my_calendar .single-month-wrapper.skewed-nth-2 .days-wrapper li[data-nth-of-type='2'],
.redo_my_calendar .single-month-wrapper.skewed-nth-2 .days-wrapper li[data-nth-of-type='2'] {
  padding-top: var(--schedule-info-height);
}
.my_calendar .single-month-wrapper.skewed-nth-3 .days-wrapper li[data-nth-of-type='3'],
.redo_my_calendar .single-month-wrapper.skewed-nth-3 .days-wrapper li[data-nth-of-type='3'] {
  padding-top: var(--schedule-info-height);
}
.my_calendar .single-month-wrapper.skewed-nth-4 .days-wrapper li[data-nth-of-type='4'],
.redo_my_calendar .single-month-wrapper.skewed-nth-4 .days-wrapper li[data-nth-of-type='4'] {
  padding-top: var(--schedule-info-height);
}
.my_calendar .single-month-wrapper.skewed-nth-5 .days-wrapper li[data-nth-of-type='5'],
.redo_my_calendar .single-month-wrapper.skewed-nth-5 .days-wrapper li[data-nth-of-type='5'] {
  padding-top: var(--schedule-info-height);
}
.my_calendar .single-month-wrapper.skewed-nth-6 .days-wrapper li[data-nth-of-type='6'],
.redo_my_calendar .single-month-wrapper.skewed-nth-6 .days-wrapper li[data-nth-of-type='6'] {
  padding-top: var(--schedule-info-height);
}
.my_calendar .single-month-wrapper.last-row-nth-1 .days-wrapper li[data-nth-of-type='1'],
.redo_my_calendar .single-month-wrapper.last-row-nth-1 .days-wrapper li[data-nth-of-type='1'] {
  padding-bottom: var(--schedule-info-height);
}
.my_calendar .single-month-wrapper.last-row-nth-2 .days-wrapper li[data-nth-of-type='2'],
.redo_my_calendar .single-month-wrapper.last-row-nth-2 .days-wrapper li[data-nth-of-type='2'] {
  padding-bottom: var(--schedule-info-height);
}
.my_calendar .single-month-wrapper.last-row-nth-3 .days-wrapper li[data-nth-of-type='3'],
.redo_my_calendar .single-month-wrapper.last-row-nth-3 .days-wrapper li[data-nth-of-type='3'] {
  padding-bottom: var(--schedule-info-height);
}
.my_calendar .single-month-wrapper.last-row-nth-4 .days-wrapper li[data-nth-of-type='4'],
.redo_my_calendar .single-month-wrapper.last-row-nth-4 .days-wrapper li[data-nth-of-type='4'] {
  padding-bottom: var(--schedule-info-height);
}
.my_calendar .single-month-wrapper.last-row-nth-5 .days-wrapper li[data-nth-of-type='5'],
.redo_my_calendar .single-month-wrapper.last-row-nth-5 .days-wrapper li[data-nth-of-type='5'] {
  padding-bottom: var(--schedule-info-height);
}
.my_calendar .single-month-wrapper.last-row-nth-6 .days-wrapper li[data-nth-of-type='6'],
.redo_my_calendar .single-month-wrapper.last-row-nth-6 .days-wrapper li[data-nth-of-type='6'] {
  padding-bottom: var(--schedule-info-height);
}
.my_calendar {
  margin: 15px 0 0;
}
.subscription-info-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 19px 0;
  height: auto;
  margin-top: 15px;
  max-height: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
}
.subscription-info-wrapper .plan-title {
  padding-right: 0;
  width: 100%;
  margin: 0 20px 18px;
  align-self: center;
  text-align: center;
}
.subscription-info-wrapper .plan-title .plan-date {
  color: rgba(29, 29, 27, 0.5);
  line-height: 1.4rem;
  letter-spacing: 0.4px;
  opacity: 1;
  margin: 0;
}
.subscription-info-wrapper .plan-title h5 {
  color: #000000;
  letter-spacing: 0.94px;
  font-size: 1.6rem;
  margin: 0;
}
.subscription-info-wrapper .plan-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0 0 15px;
  margin: 0 20px 15px;
  align-self: center;
  width: 100%;
  line-height: normal;
  text-align: center;
}
.subscription-info-wrapper .plan-info .plan-info-text {
  font-weight: 400;
  text-transform: none;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin: 0 0 5px 0;
}
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip {
  position: relative;
  margin: 0;
  line-height: 1.4rem;
  display: inline-block;
  vertical-align: top;
}
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-content:after,
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-content:after,
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-content:before {
  bottom: 100%;
}
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-toggle {
  cursor: help;
}
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-toggle:hover + .tooltip-content,
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-toggle:focus + .tooltip-content,
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip:hover .tooltip-content {
  display: block;
}
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-toggle {
  color: #84abad;
  font-size: 1.6rem;
  line-height: normal;
  opacity: 1;
  cursor: pointer;
}
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-toggle.cancelled-order {
  color: #d22626;
}
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-toggle.cancelled-order:after {
  background: #d22626;
}
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-toggle:after {
  content: '?';
  display: inline-block;
  background: #84abad;
  border-radius: 10px;
  color: #ffffff;
  width: 15px;
  height: 15px;
  vertical-align: top;
  margin-left: 7px;
  position: relative;
  top: 0;
  text-align: center;
}
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-content {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(29, 29, 27, 0.05);
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 16px;
  text-transform: none;
  min-width: 225px;
  padding: 8px 18px;
  right: -20px;
  left: auto;
}
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-content:before {
  border-bottom-color: rgba(29, 29, 27, 0.05);
}
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-content:before,
.subscription-info-wrapper .plan-info .calendar-confirmed-tooltip .tooltip-content:after {
  left: auto;
  right: 23px;
}
.subscription-info-wrapper .plan-info .kick-off-day {
  color: #9dcca1;
  font-size: 1.4rem;
  margin: 0;
  opacity: 1;
  line-height: 1.4rem;
  text-align: center;
}
.subscription-info-wrapper .plan-actions {
  padding-left: 0;
  align-self: center;
  margin: 0 20px;
  width: 100%;
}
.subscription-info-wrapper .plan-actions .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-around;
  font-size: 0;
}
.subscription-info-wrapper .plan-actions .actions-toolbar .woop-underline-button {
  transition: opacity 0.3s;
  opacity: 1;
}
.subscription-info-wrapper .plan-actions .actions-toolbar .woop-underline-button span {
  font-size: 1.4rem;
}
.subscription-info-wrapper .plan-actions .actions-toolbar .woop-underline-button.edit-calendar-plan {
  min-width: 97px;
}
.subscription-info-wrapper .plan-actions .actions-toolbar .woop-underline-button.active {
  opacity: 1;
}
.subscription-info-wrapper .plan-actions .actions-toolbar .woop-underline-button.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.subscription-info-wrapper .plan-actions .actions-toolbar.has-active .woop-underline-button {
  opacity: 0.4;
  pointer-events: none;
}
.subscription-info-wrapper .plan-actions .actions-toolbar.has-active .woop-underline-button.active {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.subscription-info-wrapper .plan-actions .edit-calendar-plan,
.subscription-info-wrapper .plan-actions .edit-calendar-addon-plan {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: top;
  line-height: normal;
}
.subscription-info-wrapper .plan-actions .edit-calendar-plan:before,
.subscription-info-wrapper .plan-actions .edit-calendar-addon-plan:before {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/edit-subsc.png") no-repeat;
  display: block;
  width: 20px;
  height: 22px;
  margin: 0 auto 8px;
}
.subscription-info-wrapper .plan-actions .edit-calendar-plan.active:before,
.subscription-info-wrapper .plan-actions .edit-calendar-addon-plan.active:before {
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/close-icon.png") no-repeat 50% 0;
}
.subscription-info-wrapper .plan-actions .rate-recipes {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: normal;
}
.subscription-info-wrapper .plan-actions .rate-recipes:before {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/rate_recipes.png") no-repeat;
  display: block;
  width: 22px;
  height: 23px;
  margin: 0 auto 7px;
}
.subscription-info-wrapper .plan-actions .view-calendar-plan {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: normal;
  margin: 0 30px;
}
.subscription-info-wrapper .plan-actions .view-calendar-plan:before {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/view-menu.png") no-repeat;
  display: block;
  width: 28px;
  height: 18px;
  margin: 0 auto 12px;
}
.subscription-info-wrapper .plan-actions .view-calendar-plan.active:before {
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/close-icon.png") no-repeat 50% 0;
}
.subscription-info-wrapper .plan-actions .rate-recipes ~ .view-calendar-plan {
  margin: 0;
}
.subscription-info-wrapper .plan-actions .rate-recipes ~ .edit-calendar-plan {
  margin: 0 30px;
}
.subscription-info-wrapper .plan-actions .skip-calendar-plan {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: top;
  line-height: normal;
}
.subscription-info-wrapper .plan-actions .skip-calendar-plan:before {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/skip_week.png") no-repeat;
  background-size: cover;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto 14px;
}
.subscription-info-wrapper .plan-actions .skip-calendar-plan.active:before {
  width: 13px;
}
.subscription-info-wrapper .plan-actions .restart-calendar-plan {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: top;
  line-height: normal;
  cursor: pointer;
}
.subscription-info-wrapper .plan-actions .restart-calendar-plan:before {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ//images/icons/restart.png") no-repeat;
  background-size: cover;
  display: block;
  width: 24px;
  height: 25px;
  margin: 0 auto 14px;
}
.subscription-info-wrapper .subscription-info-wrapper {
  box-shadow: none;
}
.subscription-info-wrapper.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.subscription-info-wrapper.active .calendar-subscription-addon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: -206px;
}
.subscription-info-wrapper.active .calendar-subscription-addon .edit-calendar-plan,
.subscription-info-wrapper.active .calendar-subscription-addon .edit-calendar-addon-plan {
  margin-right: 30px;
}
.subscription-info-wrapper.active .actions-toolbar.has-active .woop-underline-button {
  pointer-events: none;
}
.subscription-info-wrapper.active .actions-toolbar.has-active .woop-underline-button.active {
  pointer-events: auto;
}
.subscription-info-wrapper.calendar-subscription-addon.no-active {
  display: none;
}
.subscription-info-wrapper.calendar-edit-subscription-block {
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: none;
  min-height: 205px;
  height: auto;
  padding: 19px 20px 0;
  margin: 19px 0 0;
  max-height: none;
  position: relative;
  bottom: 0;
}
.subscription-info-wrapper.calendar-edit-subscription-block.after-cutoff {
  min-height: unset;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-subscription-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  height: 100%;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  text-align: left;
  position: relative;
  padding: 20px 0;
  width: 100%;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box h6 {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .delivery-time-wrapper {
  padding-top: 15px;
  width: 100%;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .delivery-time-wrapper .title {
  color: #000000;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .delivery-time-wrapper .select2-container {
  width: 100% !important;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .delivery-time-wrapper .select2-container span {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: none;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .delivery-time-wrapper .select2-container .select2-selection__rendered {
  line-height: 38px;
  min-height: 36px;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .delivery-time-wrapper .control {
  margin: 8px 0 0;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .box-price-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .calendar-edit-preference {
  color: rgba(29, 29, 27, 0.5);
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  margin: 17px 0 0;
  padding-bottom: 0;
  width: 70%;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .calendar-edit-preference.box-price {
  color: #23231f;
  font-size: 1.5rem;
  text-decoration: line-through;
  opacity: 0.3;
  margin-right: 7px;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .calendar-edit-plan {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  width: 100%;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .calendar-edit-plan .actions-toolbar {
  width: 100%;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .calendar-edit-plan .field {
  width: 47%;
  margin: 10px 0 0;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .calendar-edit-plan .label {
  float: none;
  line-height: normal;
  padding: 0;
  text-align: left;
  display: block;
  width: 100%;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .calendar-edit-plan .label span {
  line-height: normal;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .calendar-edit-plan .control {
  width: 100%;
  margin: 8px 0 20px;
  float: none;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .calendar-edit-plan .control .select2-container {
  width: 100% !important;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .calendar-edit-plan .actions-toolbar {
  position: relative;
  bottom: -7px;
  text-align: right;
  width: 26%;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .calendar-edit-plan .select2-selection__rendered {
  font-size: 1.4rem;
  line-height: 38px;
  padding-left: 13px;
  text-transform: none;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .calendar-edit-plan .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  transform: rotate(45deg);
  margin-left: -4.5px;
  margin-top: -8px;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .calendar-edit-plan .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(225deg);
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .calendar-edit-plan .future-deliveries-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .calendar-edit-plan .future-deliveries {
  width: 65%;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .calendar-edit-plan .future-deliveries label {
  color: rgba(29, 29, 27, 0.5);
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  margin: 17px 0 0;
  padding-bottom: 0;
  width: 70%;
  display: block;
  padding: 5px 0 0 36px;
  margin: 0;
  width: 100%;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .calendar-edit-plan .future-deliveries label.box-price {
  color: #23231f;
  font-size: 1.5rem;
  text-decoration: line-through;
  opacity: 0.3;
  margin-right: 7px;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .calendar-edit-plan .future-deliveries .checkmark {
  width: 25px;
  height: 25px;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .calendar-edit-plan .future-deliveries .checkmark:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box.calendar-edit-select {
  width: 100%;
  padding-bottom: 10px;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box.calendar-edit-select .actions-toolbar {
  position: relative;
  bottom: -5px;
  text-align: right;
  margin: 0;
  width: 34%;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .actions-toolbar {
  line-height: normal;
  margin: 17px 0 0;
  text-align: right;
  float: left;
  width: 30%;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .actions-toolbar button,
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .actions-toolbar .action-gift {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.8);
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .actions-toolbar button.action-save,
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action-save,
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .actions-toolbar .action-gift.action-save {
  float: left;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .actions-toolbar button.action-unskip,
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .actions-toolbar button.action-skip,
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action-unskip,
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action-skip,
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .actions-toolbar .action-gift.action-unskip,
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .actions-toolbar .action-gift.action-skip {
  float: right;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box.delivery-info-box .actions-toolbar {
  width: 100%;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box:last-child {
  width: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box:last-child .calendar-edit-preference {
  display: block;
}
.subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box:first-child {
  border-top: none;
  padding-top: 0;
}
.subscription-info-wrapper.calendar-edit-subscription-block.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}
.subscription-info-wrapper.calendar-view-menu-subscription-block {
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: none;
  min-height: 205px;
  height: auto;
  padding: 19px 20px 0;
  margin: 20px 0 0;
  max-height: none;
  position: relative;
  bottom: 0;
}
.subscription-info-wrapper.calendar-view-menu-subscription-block .calendar-edit-subscription-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  width: 100%;
}
.subscription-info-wrapper.calendar-view-menu-subscription-block.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block {
  padding: 24px 0 13px;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list {
  width: 100%;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list .calendar-products-list-topnav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 20px 25px;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list .calendar-products-list-topnav .calendar-products-list-title {
  text-align: left;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list .calendar-products-list-topnav .calendar-products-list-title h5 {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.76px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list .calendar-products-list-topnav .calendar-products-list-title p {
  color: rgba(29, 29, 27, 0.5);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 18px;
  text-transform: none;
  margin: 0;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list .calendar-products-list-topnav .price-offer-box-content {
  display: flex;
  flex-direction: column;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list .calendar-products-list-topnav .price-offer-box-content .price-info {
  display: flex;
  align-items: center;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list .calendar-products-list-topnav .price-offer-box-content .price-info h6 {
  margin: 0;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list .calendar-products-list-topnav .price-offer-box-content .price-info span {
  color: #1d1d1b;
  font-size: 16px;
  opacity: 0.5;
  font-weight: 400;
  line-height: 26px;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list .calendar-products-list-topnav .price-offer-box-content .price-info span.box-price {
  margin-left: 12px;
  color: #23231f;
  font-size: 16px;
  text-decoration: line-through;
  opacity: 0.3;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list .calendar-products-list-topnav .price-offer-box-content .price-info span.box-special-price {
  margin-left: 12px;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list .calendar-products-list-topnav .actions-toolbar {
  display: none;
  line-height: normal;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list .calendar-products-list-topnav .actions-toolbar .action {
  font-size: 1.1rem;
  letter-spacing: 1.5px;
  min-width: 166px;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list .actions-toolbar.mobile-action {
  display: block;
  padding: 0 20px;
  margin: 25px 0 10px;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list .actions-toolbar.mobile-action .action {
  width: 100%;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list-wrapper {
  padding: 0 10px;
  margin: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  display: flex;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list-wrapper.slick-initialized {
  display: block;
  opacity: 1;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list-wrapper .slick-list {
  padding-bottom: 5px;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list-wrapper .slick-list .slick-track {
  display: flex;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list-wrapper .product-list-item {
  padding: 0 10px;
  height: auto;
  width: 312px;
  margin-top: 0 !important;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list-wrapper .product-list-item .product-list-item-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #efefef;
  background-color: #ffffff;
  height: 100%;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list-wrapper .product-list-item .product-list-item-wrapper .tooltip-wrapper {
  line-height: normal;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list-wrapper .product-list-item .product-list-item-wrapper .addons-step-img img {
  max-height: 229px;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list-wrapper .product-list-item .main-image img {
  width: 100%;
  /*max-height: 200px;*/
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list-wrapper .product-list-item .view-block {
  line-height: normal;
  margin-top: auto;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list-wrapper .product-list-item .view-block .price {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.75px;
  line-height: 20px;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list-wrapper .product-list-item .product-info {
  text-align: left;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list-wrapper .product-list-item .product-info .product-name {
  text-transform: none;
  font-size: 1.5rem;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list-wrapper .product-list-item .product-info .desc {
  text-transform: none;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list-wrapper .product-list-item .product-info .attributes {
  font-size: 0;
  line-height: 25px;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list-wrapper .product-list-item .product-info .attributes .value {
  margin-right: 5px;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list {
  width: 100%;
  margin-top: 20px;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .calendar-products-list-wrapper {
  opacity: 1;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .addon-product-list-title {
  text-align: left;
  padding: 5px 20px 18px;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .addon-product-list-title h5 {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.76px;
  text-transform: uppercase;
  margin: 0;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .addon-product-list-title p {
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Typewriter Condensed';
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: normal;
  margin: 0 0 3px 0;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .calendar-products-list-wrapper {
  padding: 0 10px;
  margin: 0;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item {
  border: none;
  padding: 0 10px;
  height: auto;
  width: 312px;
  margin-top: 0;
  /*.product-info {
                            padding-top: 25px;
                            padding-bottom: 15px;

                            .product-name {
                                margin-bottom: 2px;
                            }

                            .desc {
                                height: 35px;
                            }
                        }*/
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .view-block {
  margin: 0;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .view-block .action-toolbar .action {
  padding-bottom: 0;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .product-list-item-wrapper {
  display: block;
  height: auto;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .product-footer {
  background: rgba(205, 197, 174, 0.25);
  padding: 10px 21px;
  line-height: normal;
  text-align: left;
  position: relative;
  transition: all 0.5s ease;
  width: 100%;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .product-footer .checkmark {
  display: none;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .product-footer .recipe-status {
  color: #000000;
  letter-spacing: 1px;
  opacity: 1;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  width: 84%;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .product-footer.selected-recipe-list {
  padding: 10px 21px;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .product-footer .addon-select-wrapper {
  background: #e9faeb;
  padding: 13px 0;
  width: 100%;
  z-index: 2;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .product-footer .select2 {
  opacity: 1;
  padding: 0;
  margin-top: 0;
  width: 100% !important;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .product-footer .select2 .selection {
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .product-footer .select2 span {
  opacity: 1;
  font-size: 1.5rem;
  border: none;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .product-footer .select2 .select2-selection--single .select2-selection__rendered {
  line-height: 43px;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .product-footer .select2 .select2-selection--single .select2-selection__arrow {
  right: 20px;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .product-footer .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
  margin-left: -1px;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .product-footer:hover {
  cursor: pointer;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .product-footer:before {
  content: '';
  background: #ffffff;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 10px;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .product-footer.selected-recipe-list {
  background: #e9faeb;
  font-size: 0;
  text-align: left;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .product-footer.selected-recipe-list .woop-button-text-second-medium {
  color: #000000;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .product-footer.selected-recipe-list:before {
  background: #b2ceb5 url("../../frontend/Overdose/woop/en_NZ/images/icons/icon_big_tick.jpg") no-repeat 50% 0;
}
.subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .product-footer.selected-recipe-list:after {
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-size: 2.3rem;
  color: #000000;
  position: absolute;
  right: 13px;
  line-height: normal;
  top: 9px;
}
.shipping-address-item.selected {
  border: 1px solid #000000;
}
.single-month-wrapper.has-hidden-weeks.hidden-before-2 .days-wrapper li[data-nth-of-type="1"] {
  display: none;
  visibility: hidden;
}
.single-month-wrapper.has-hidden-weeks.hidden-before-3 .days-wrapper li[data-nth-of-type="1"],
.single-month-wrapper.has-hidden-weeks.hidden-before-3 .days-wrapper li[data-nth-of-type="2"] {
  display: none;
  visibility: hidden;
}
.single-month-wrapper.has-hidden-weeks.hidden-before-4 .days-wrapper li[data-nth-of-type="1"],
.single-month-wrapper.has-hidden-weeks.hidden-before-4 .days-wrapper li[data-nth-of-type="2"],
.single-month-wrapper.has-hidden-weeks.hidden-before-4 .days-wrapper li[data-nth-of-type="3"] {
  display: none;
  visibility: hidden;
}
.single-month-wrapper.has-hidden-weeks.hidden-before-5 .days-wrapper li[data-nth-of-type="1"],
.single-month-wrapper.has-hidden-weeks.hidden-before-5 .days-wrapper li[data-nth-of-type="2"],
.single-month-wrapper.has-hidden-weeks.hidden-before-5 .days-wrapper li[data-nth-of-type="3"],
.single-month-wrapper.has-hidden-weeks.hidden-before-5 .days-wrapper li[data-nth-of-type="4"] {
  display: none;
  visibility: hidden;
}
.single-month-wrapper.has-hidden-weeks.hidden-before-6 .days-wrapper li[data-nth-of-type="1"],
.single-month-wrapper.has-hidden-weeks.hidden-before-6 .days-wrapper li[data-nth-of-type="2"],
.single-month-wrapper.has-hidden-weeks.hidden-before-6 .days-wrapper li[data-nth-of-type="3"],
.single-month-wrapper.has-hidden-weeks.hidden-before-6 .days-wrapper li[data-nth-of-type="4"],
.single-month-wrapper.has-hidden-weeks.hidden-before-6 .days-wrapper li[data-nth-of-type="5"] {
  display: none;
  visibility: hidden;
}
.single-month-wrapper.has-hidden-weeks.hidden-after-1 .days-wrapper li[data-nth-of-type="2"],
.single-month-wrapper.has-hidden-weeks.hidden-after-1 .days-wrapper li[data-nth-of-type="3"],
.single-month-wrapper.has-hidden-weeks.hidden-after-1 .days-wrapper li[data-nth-of-type="4"],
.single-month-wrapper.has-hidden-weeks.hidden-after-1 .days-wrapper li[data-nth-of-type="5"],
.single-month-wrapper.has-hidden-weeks.hidden-after-1 .days-wrapper li[data-nth-of-type="6"] {
  display: none;
  visibility: hidden;
}
.single-month-wrapper.has-hidden-weeks.hidden-after-2 .days-wrapper li[data-nth-of-type="3"],
.single-month-wrapper.has-hidden-weeks.hidden-after-2 .days-wrapper li[data-nth-of-type="4"],
.single-month-wrapper.has-hidden-weeks.hidden-after-2 .days-wrapper li[data-nth-of-type="5"],
.single-month-wrapper.has-hidden-weeks.hidden-after-2 .days-wrapper li[data-nth-of-type="6"] {
  display: none;
  visibility: hidden;
}
.single-month-wrapper.has-hidden-weeks.hidden-after-3 .days-wrapper li[data-nth-of-type="4"],
.single-month-wrapper.has-hidden-weeks.hidden-after-3 .days-wrapper li[data-nth-of-type="5"],
.single-month-wrapper.has-hidden-weeks.hidden-after-3 .days-wrapper li[data-nth-of-type="6"] {
  display: none;
  visibility: hidden;
}
.single-month-wrapper.has-hidden-weeks.hidden-after-4 .days-wrapper li[data-nth-of-type="5"],
.single-month-wrapper.has-hidden-weeks.hidden-after-4 .days-wrapper li[data-nth-of-type="6"] {
  display: none;
  visibility: hidden;
}
.single-month-wrapper.has-hidden-weeks.hidden-after-5 .days-wrapper li[data-nth-of-type="6"] {
  display: none;
  visibility: hidden;
}
.my_calendar .single-month-wrapper.has-hidden-weeks .days-wrapper,
.redo_my_calendar .single-month-wrapper.has-hidden-weeks .days-wrapper {
  border-top: 0;
}
.select2-container.select2-container--disabled .select2-selection__arrow {
  display: none;
}
.calendar-month-index .delivery-addons {
  text-transform: none;
  line-height: normal;
  text-align: left;
  font-size: 1.6rem;
  color: black;
  font-weight: normal;
}
.calendar-month-index .subscription-info-wrapper {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: none;
  box-shadow: none;
}
.calendar-month-index .subscription-info-wrapper.active {
  display: block;
}
.calendar-month-index .subscription-info-wrapper.active .subscription-info-additional-wrapper {
  display: flex;
}
.calendar-month-index .subscription-info-wrapper .subscription-info-additional-wrapper {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 19px 0;
}
.monthly-grid-selected-addons {
  margin-top: .4rem;
}
.monthly-grid-selected-addons .selected-addon:not(:last-child) {
  margin-bottom: .4rem;
}
.monthly-grid-selected-addons .selected-addon-info {
  text-transform: none;
  width: 100%;
}
.monthly-grid-selected-addons .selected-addon-info__days-left {
  font-weight: 700;
  letter-spacing: .5px;
}
.block-gifts-popup {
  display: none;
}
.campaign-rewards-block .campaign-reward-commit-block {
  width: 100%;
  margin-bottom: 30px;
}
.campaign-rewards-block .campaign-reward-commit-block .block-wrapper {
  background-color: #fddd9e;
}
.campaign-rewards-block .campaign-reward-commit-block .block-wrapper .block-content .block-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
.campaign-rewards-block .campaign-reward-commit-block .block-wrapper .block-content .block-info-wrapper .block-info {
  display: inline-block;
  float: left;
  width: 50%;
}
.campaign-rewards-block .campaign-reward-commit-block .block-wrapper .block-content .block-info-wrapper .block-info .title {
  color: #000000;
  font-size: 20px;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.11px;
  margin-bottom: 10px;
}
.campaign-rewards-block .campaign-reward-commit-block .block-wrapper .block-content .block-info-wrapper .block-info .description {
  color: #000000;
  font-size: 15px;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  opacity: .5;
}
.campaign-rewards-block .campaign-reward-commit-block .block-wrapper .block-content .block-info-wrapper .block-info .commit-campaign-rule {
  background-color: #000000;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #ffffff;
  padding: 14px 37px;
  margin-top: 20px;
}
.campaign-rewards-block .campaign-reward-commit-block .block-wrapper .block-content .block-info-wrapper .block-info .commit-campaign-rule span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.campaign-rewards-block .campaign-reward-commit-block .block-wrapper .block-content .block-info-wrapper .block-info .commit-campaign-rule:hover {
  background: #ffffff;
  color: #000000;
}
.campaign-rewards-block .campaign-reward-commit-block .block-wrapper .block-content .block-info-wrapper .block-info .commit-campaign-rule:hover span {
  color: inherit;
}
.campaign-rewards-block .campaign-reward-commit-block .block-wrapper .block-content .block-info-wrapper .commit-list {
  display: inline-block;
  width: 48%;
  text-align: right;
  padding: 0;
}
.campaign-rewards-block .campaign-reward-commit-block .block-wrapper .block-content .block-info-wrapper .commit-list .commit-item {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 0;
  background: #fad792;
}
.campaign-rewards-block .campaign-reward-commit-block .block-wrapper .block-content .block-info-wrapper .commit-list .commit-item:before {
  content: "";
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/icons/commit-icon-item.png");
  background-repeat: no-repeat;
  display: inline-block;
}
.campaign-rewards-block .campaign-reward-commit-block .block-wrapper .block-content .block-info-wrapper .commit-list .commit-item:after {
  content: "0" counter(i);
  counter-increment: i;
  position: absolute;
  top: 0;
  right: 0;
  font: 400 2.8rem/30px 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.8);
}
.campaign-rewards-block .campaign-reward-commit-block .block-wrapper .block-content .block-info-wrapper .commit-list .commit-item:nth-of-type(2n) {
  margin-top: 15px;
}
.campaign-rewards-block .campaign-reward-commit-block .block-wrapper .block-content .block-info-wrapper .commit-list .commit-item:first-child {
  -webkit-transform: rotate(11deg);
  -moz-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
}
.campaign-rewards-block .campaign-reward-commit-block .block-wrapper .block-content .block-info-wrapper .commit-list .commit-item:last-child {
  -webkit-transform: rotate(-18deg);
  -moz-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  transform: rotate(-18deg);
}
.campaign-rewards-block .campaign-reward-commit-block .block-wrapper .block-content .block-info-wrapper .commit-list .info-text {
  color: #000000;
  font: 400 4rem 'Emmeline', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: absolute;
  right: 110px;
  top: 120px;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.campaign-rewards-block .campaign-reward-commit-block .block-wrapper .block-content .block-info-wrapper .commit-list .info-text:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: calc(100% + 10px);
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/icons/icon-up.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 63px;
  height: 101px;
}
.campaign-rewards-block .campaign-reward-commit-block .block-info-footer {
  background: url("../../frontend/Overdose/woop/en_NZ/images/gifts/gift_box_bottom.png") repeat-x;
  background-position: bottom;
  width: 100%;
  height: 10px;
  margin-top: -1px;
}
.block-claim-gift {
  width: 100%;
  height: 350px;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
}
.block-free-gifts-list {
  display: block;
}
.block-free-gifts-list input {
  display: none;
}
.block-free-gifts-list .block-info {
  width: 25%;
  float: left;
}
.block-free-gifts-list .block-products {
  width: 75%;
  float: left;
}
.block-free-gifts-list .block-footer {
  width: 100%;
  float: left;
}
:root {
  --scroll-bar: 8px;
}
.christmas-menu-wrapper .christmas-menu-title {
  position: relative;
  font-weight: 700;
  font-size: 6.6rem;
  line-height: 6.4rem;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 50px;
  margin-bottom: 89px;
  color: #000000;
}
.christmas-menu-wrapper .christmas-menu-title:after {
  content: '';
  position: absolute;
  top: calc(100% + 27px);
  left: 51.4%;
  width: 62px;
  height: 134px;
  transform: rotate(221deg);
  background-image: url("../../frontend/Overdose/woop/en_NZ//images/icons/hashtag-icon-up-revert.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.christmas-menu-wrapper .christmas-menu-items {
  display: flex;
  padding: 0 20px;
  margin-bottom: 20px;
}
.christmas-menu-wrapper .christmas-menu-items .menu-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 7px;
  margin: 0;
  cursor: pointer;
  background-color: #f9f7f2;
  width: 100%;
  max-width: 260px;
  text-align: center;
}
.christmas-menu-wrapper .christmas-menu-items .menu-item-title {
  color: #1d1d1b;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: .5;
}
.christmas-menu-wrapper .christmas-menu-items .menu-item-sub-title {
  color: #8e8e8d;
  font-size: 1.4rem;
  line-height: 2rem;
}
.christmas-menu-wrapper .christmas-menu-items .menu-item.active {
  background-color: #000000;
}
.christmas-menu-wrapper .christmas-menu-items .menu-item.active .menu-item-title {
  color: #ffffff;
  opacity: 1;
}
.christmas-menu-wrapper .christmas-menu-items .menu-item.active .menu-item-sub-title {
  color: #ffffff;
  opacity: .7;
}
.christmas-menu-wrapper .menu-products-wrapper .menu-product-item {
  display: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.christmas-menu-wrapper .menu-products-wrapper .menu-product-item.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.christmas-menu-wrapper .menu-products-wrapper .menu-product-item .christmas-menu-title {
  display: none;
}
.christmas-menu-wrapper .menu-products-wrapper .menu-product-item-selector {
  display: none;
}
.christmas-menu-wrapper .menu-products-wrapper .menu-product-item-selector.active {
  display: block;
}
.christmas-menu-wrapper .menu-products-wrapper .menu-product-item-info {
  margin-top: 22px;
  margin-bottom: 18px;
  padding: 0 20px;
}
.christmas-menu-wrapper .menu-products-wrapper .menu-product-item-info-top {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: .75px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 4px;
}
.christmas-menu-wrapper .menu-products-wrapper .menu-product-item-info-bottom {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
}
.christmas-menu-wrapper .menu-products-wrapper .box-option-menu-wrapper,
.christmas-menu-wrapper .menu-products-wrapper .box-option-cms-content {
  width: 100%;
}
.christmas-menu-wrapper .menu-products-wrapper .box-delivery-options-trigger {
  display: flex;
  align-items: center;
  font-family: 'Typewriter Condensed';
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.5px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  margin-top: 6px;
}
.christmas-menu-wrapper .menu-products-wrapper .box-delivery-options-trigger [data-role='trigger'] {
  padding-right: 18px;
  margin-right: 10px;
  position: relative;
}
.christmas-menu-wrapper .menu-products-wrapper .box-delivery-options-trigger [data-role='trigger']::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  width: 12px;
  height: 7px;
  background-image: url("../../frontend/Overdose/woop/en_NZ//images/icons/arrow-down.png");
  background-repeat: no-repeat;
}
.christmas-menu-wrapper .menu-products-wrapper .box-delivery-options-trigger-hide {
  display: none;
}
.christmas-menu-wrapper .menu-products-wrapper .box-delivery-options-trigger.active .box-delivery-options-trigger-hide {
  display: inline;
}
.christmas-menu-wrapper .menu-products-wrapper .box-delivery-options-trigger.active .box-delivery-options-trigger-show {
  display: none;
}
.christmas-menu-wrapper .menu-products-wrapper .box-delivery-options-trigger.active [data-role='trigger']::after {
  transform: rotate(180deg);
}
.christmas-menu-wrapper .menu-products-wrapper .box-delivery-options-content {
  margin-bottom: 3px;
}
.christmas-menu-wrapper .menu-products-wrapper .box-delivery-options-content ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin: 0;
}
.christmas-menu-wrapper .menu-products-wrapper .box-delivery-options-content li {
  font-size: 16px;
  line-height: 20px;
  color: #8e8e8d;
  margin: 0;
}
.christmas-menu-wrapper .menu-products-wrapper .box-delivery-options-content li span {
  color: #1d1d1b;
}
.christmas-menu-wrapper .menu-products-wrapper .box-delivery-options-content-title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.christmas-menu-wrapper .menu-products-wrapper .box-option-menu-wrapper {
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 30px;
}
.christmas-menu-wrapper .menu-products-wrapper .box-option-menu-wrapper:after {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: url("../../frontend/Overdose/woop/en_NZ/Overdose_Testimonials/images/bg-white.png") repeat-x left bottom;
}
.christmas-menu-wrapper .menu-products-wrapper .box-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  background-position: bottom;
  background-size: 6px 1px;
  background-repeat: repeat-x;
  margin-top: 24px;
  margin-bottom: 10px;
}
.christmas-menu-wrapper .menu-products-wrapper .box-sub-title {
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  color: #1d1d1b;
  opacity: 0.5;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.christmas-menu-wrapper .menu-products-wrapper .price-wrapper {
  margin: 0 20px 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 27px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.christmas-menu-wrapper .menu-products-wrapper .price-wrapper .price {
  font-size: 28px;
  font-weight: 600;
  color: #000000;
}
.christmas-menu-wrapper .menu-products-wrapper .price-wrapper .price-title {
  font-size: 12px;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  margin-top: -5px;
}
.christmas-menu-wrapper .menu-products-wrapper .price-wrapper .add-to-cart {
  width: 100%;
}
.christmas-menu-wrapper .menu-products-wrapper .price-wrapper .add-to-cart button,
.christmas-menu-wrapper .menu-products-wrapper .price-wrapper .add-to-cart .cart.table-wrapper .actions-toolbar > .action,
.christmas-menu-wrapper .menu-products-wrapper .price-wrapper .add-to-cart .action-gift {
  background-color: #000000;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #ffffff;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 17px 0 16px;
  width: 100%;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
}
.christmas-menu-wrapper .menu-products-wrapper .price-wrapper .add-to-cart button:hover,
.christmas-menu-wrapper .menu-products-wrapper .price-wrapper .add-to-cart .cart.table-wrapper .actions-toolbar > .action:hover,
.christmas-menu-wrapper .menu-products-wrapper .price-wrapper .add-to-cart .action-gift:hover {
  background: #ffffff;
  color: #000000;
}
.christmas-menu-wrapper .menu-products-wrapper .box-info-title {
  position: relative;
}
.christmas-menu-wrapper .box-recipes-wrapper figure {
  position: relative;
}
.christmas-menu-wrapper .box-recipes-wrapper figure .box-recipes-label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  left: 10px;
  background-color: #fddd9e;
  font-family: 'Typewriter Condensed';
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-transform: uppercase;
  color: #000000;
  padding: 4px 10px;
}
.christmas-menu-wrapper .box-recipes-wrapper figure[data-content-type='image'] {
  margin-bottom: 40px;
}
.christmas-menu-wrapper .box-recipes-wrapper figure[data-content-type='image'] figcaption {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  margin-top: 10px;
}
.christmas-menu-wrapper [data-content-type="text"].box-info-title .typewriter-text {
  font-size: 20px;
  line-height: 20px;
}
.christmas-menu-wrapper [data-content-type="text"].box-info-title .woop-box-subtitle {
  font-size: 45px;
  line-height: 40px;
  letter-spacing: 2px;
  bottom: -30px;
}
.box-configurator {
  margin: 30px 20px 26px;
  border-top: 1px dashed #1d1d1b;
}
.box-configurator-info {
  margin-top: 22px;
  margin-bottom: 18px;
}
.box-configurator-info-top {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: .75px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 4px;
}
.box-configurator-info-bottom {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
}
.box-configurator .option-name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.75px;
  color: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.box-configurator .option-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
}
.box-configurator .option-list .option-item {
  flex-grow: 1;
  flex-basis: 0;
  padding: 15px 10px 13px;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  background-color: #f9f7f2;
  cursor: pointer;
  text-transform: uppercase;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.box-configurator .option-list .option-item:first-child {
  border-left: 0;
}
.box-configurator .option-list .option-item:last-child {
  border-right: 0;
}
.box-configurator .option-list .option-item:before {
  display: block;
  content: '';
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  background-color: transparent;
  z-index: -1;
}
.box-configurator .option-list .option-item.active {
  z-index: 1;
  background-color: #1d1d1b;
  color: #fff;
}
.box-configurator .option-list .option-item.active:before {
  background-color: #1d1d1b;
}
.box-configurator .option-list .option-item.disabled {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.christmas-box-popup-trigger {
  font-family: 'Typewriter Condensed';
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: 0.5px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #000000;
  margin-top: 4px;
  cursor: pointer;
}
.addons-wrapper {
  position: relative;
  z-index: 1;
}
.addons-wrapper .product-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 20px;
}
.addons-wrapper .product-list .product-info {
  min-height: 142px;
}
.addons-wrapper .product-list .slick-slide:nth-of-type(3n + 1) .product-list-item,
.addons-wrapper .product-list .slick-slide:nth-of-type(3n + 3) .product-list-item {
  margin-top: 0;
}
.addons-wrapper .product-list.slick-slider:not(.slick-initialized) {
  opacity: 0;
}
.addons-wrapper .product-list .slick-slide {
  margin-right: 12px;
}
.addons-wrapper .product-list .slick-slide .product-list-item {
  padding: 0;
  margin-bottom: 30px;
}
.addons-wrapper .product-list .main-image {
  transition: all .3s ease;
}
.addons-wrapper .product-list img.lazyload:not(.loaded) {
  max-height: 160px;
}
.addons-wrapper .addon-select-wrapper {
  display: none;
}
.addons-wrapper .added-to-delivery-action {
  display: none;
}
.addons-wrapper .product-list-item {
  width: 100%;
  padding: 0 6px;
}
.addons-wrapper .product-list-item.added-to-delivery .addon-select-wrapper {
  display: block;
}
.addons-wrapper .product-list-item.added-to-delivery .added-to-delivery-action {
  display: block;
}
.addons-wrapper .product-list-item.added-to-delivery .add-to-delivery-action {
  display: none;
}
.addons-wrapper .product-list-item .price-block {
  font-weight: 600;
}
:root {
  --scroll-bar: 8px;
}
.summary-configurator-wrapper {
  background: url("../../frontend/Overdose/woop/en_NZ//images/christmas/christmas-bottom-banner.png") no-repeat center center;
  margin: 0 -15px;
  padding: 0 15px;
  position: relative;
}
.summary-configurator {
  width: 100%;
}
.summary-configurator-inner {
  width: 100%;
}
.summary-configurator-inner .configurator-options-wrapper,
.summary-configurator-inner .total-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.summary-configurator-inner .configurator-option {
  width: 100%;
}
.summary-configurator-inner .configurator-option.box-configurator {
  margin: 0 0 15px 0;
}
.summary-configurator-inner .configurator-option.box-configurator:nth-of-type(1) .option-list .option-item {
  padding: 15px 8px 13px;
}
.summary-configurator-inner .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.75px;
  color: #000000;
  margin: 0 0 20px 0;
}
.summary-configurator-inner .total-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.summary-configurator-inner .total-wrapper .add-to-cart {
  width: 100%;
  margin-top: 15px;
}
.summary-configurator-inner .total-wrapper .add-to-cart button,
.summary-configurator-inner .total-wrapper .add-to-cart .cart.table-wrapper .actions-toolbar > .action,
.summary-configurator-inner .total-wrapper .add-to-cart .action-gift {
  background-color: #000000;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #ffffff;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 17px 0 16px;
  width: 100%;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
}
.summary-configurator-inner .total-wrapper .add-to-cart button:hover,
.summary-configurator-inner .total-wrapper .add-to-cart .cart.table-wrapper .actions-toolbar > .action:hover,
.summary-configurator-inner .total-wrapper .add-to-cart .action-gift:hover {
  background: #ffffff;
  color: #000000;
}
.summary-configurator-inner .price-info {
  position: relative;
  padding-right: 80px;
}
.summary-configurator-inner .price-info .price {
  color: #000;
  font-size: 28px;
  font-weight: 600;
}
.summary-configurator-inner .price-info .price-title {
  display: block;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.summary-configurator-inner .price-info:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #1d1d1b;
  opacity: 0.34;
  position: absolute;
  top: 2px;
  right: 38px;
}
.summary-configurator-inner .box-title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-transform: uppercase;
}
.christmas_box-index-addons .addons-wrapper .product-list-item {
  margin-bottom: 20px;
}
.christmas_box-index-addons .page-title-wrapper {
  text-align: center;
}
.christmas_box-index-addons .page-title-wrapper .page-title {
  margin-bottom: 7px;
  font-size: 35px;
  line-height: 1.14;
  letter-spacing: 1.5px;
}
.christmas_box-index-addons .page-title-wrapper .top-text {
  font-size: 16px;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.christmas_box-index-addons .summary-sidebar {
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1440px;
  width: 100%;
  z-index: 8;
  text-align: center;
}
.christmas_box-index-addons .summary-sidebar .actions-toolbar .action.button-primary-large {
  background: #fff;
  color: #000;
}
.christmas_box-index-addons .summary-sidebar .actions-toolbar .action.button-primary-large:hover,
.christmas_box-index-addons .summary-sidebar .actions-toolbar .action.button-primary-large:focus,
.christmas_box-index-addons .summary-sidebar .actions-toolbar .action.button-primary-large:active {
  background: #000;
  color: #fff;
}
.christmas_box-index-addons .summary-sidebar .actions-toolbar .action.button-primary-large span.addon-added {
  display: none;
}
.christmas_box-index-addons .summary-sidebar.added .actions-toolbar .action.button-primary-large {
  background: #000;
  color: #fff;
}
.christmas_box-index-addons .summary-sidebar.added .actions-toolbar .action.button-primary-large:hover,
.christmas_box-index-addons .summary-sidebar.added .actions-toolbar .action.button-primary-large:focus,
.christmas_box-index-addons .summary-sidebar.added .actions-toolbar .action.button-primary-large:active {
  background: #fff;
  color: #000;
}
.christmas_box-index-addons .summary-sidebar.added .actions-toolbar .action.button-primary-large span {
  display: none;
}
.christmas_box-index-addons .summary-sidebar.added .actions-toolbar .action.button-primary-large span.addon-added {
  display: inline-block;
}
.christmas_box-index-addons .product-list-item .product-list-item-wrapper {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.christmas_box-index-addons .product-list-item .product-footer {
  margin: 0;
  background-color: transparent;
  padding: 0;
  position: relative;
  text-align: left;
}
.christmas_box-index-addons .product-list-item .product-footer .recipe-status {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: #f9f7f2;
  min-height: 44px;
  line-height: 44px;
  padding: 0 0 0 54px;
  margin: 0;
  cursor: pointer;
  opacity: 1;
  text-transform: uppercase;
}
.christmas_box-index-addons .product-list-item .product-footer .checkmark {
  position: absolute;
  top: 12px;
  margin-top: 0;
  left: 22px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-color: #fff;
  border-radius: 50%;
  opacity: 1;
  display: inline-block;
}
.christmas_box-index-addons .product-list-item .product-footer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  left: 8px;
  top: 4px;
}
.christmas_box-index-addons .product-list-item .product-footer .added-to-delivery-action {
  display: none;
}
.christmas_box-index-addons .product-list-item .product-footer .addon-select-wrapper {
  background: #e9faeb;
  padding: 5px 20px 20px;
  width: 100%;
  z-index: 2;
}
.christmas_box-index-addons .product-list-item .product-footer .select2 {
  opacity: 1;
  padding: 0;
  margin-top: 0;
  width: 100% !important;
}
.christmas_box-index-addons .product-list-item .product-footer .select2 .selection {
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.christmas_box-index-addons .product-list-item .product-footer .select2 span {
  opacity: 1;
  font-size: 1.5rem;
  border: none;
}
.christmas_box-index-addons .product-list-item .product-footer .select2 .select2-selection--single .select2-selection__rendered {
  line-height: 43px;
}
.christmas_box-index-addons .product-list-item .product-footer .select2 .select2-selection--single .select2-selection__arrow {
  right: 20px;
}
.christmas_box-index-addons .product-list-item .product-footer .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
  margin-left: -1px;
}
.christmas_box-index-addons .product-list-item.added-to-delivery .product-footer .recipe-status {
  background-color: #e9faeb;
}
.christmas_box-index-addons .product-list-item.added-to-delivery .product-footer .recipe-status:after {
  display: inline-block;
  content: '\e616';
  font-family: 'icons-blank-theme';
  color: #000;
  position: absolute;
  right: 16px;
  font-size: 22px;
}
.christmas_box-index-addons .product-list-item.added-to-delivery .product-footer .checkmark {
  background-color: #b2ceb5;
  border-color: #b2ceb5;
}
.christmas_box-index-addons .product-list-item.added-to-delivery .product-footer .checkmark:after {
  display: block;
}
.christmas_box-index-addons .product-list-item.added-to-delivery .product-footer .added-to-delivery-action {
  display: block;
}
.christmas_box-index-addons .product-list-item.added-to-delivery .product-footer .add-to-delivery-action {
  display: none;
}
#html-body .christmas-box-popup[data-element='inner'] {
  display: none;
}
.christmas-box-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}
.christmas-box-modal ~ .modals-overlay {
  background: rgba(0, 0, 0, 0.3);
}
.christmas-box-modal .modal-header {
  padding: 0;
}
.christmas-box-modal .modal-header .action-close {
  padding: 10px 0 0;
}
.christmas-box-modal .modal-content {
  padding: 0;
}
.christmas-box-modal .modal-inner-wrap {
  width: 100%;
  max-width: 1205px;
  max-height: 100%;
  margin: 0;
  position: static;
  box-shadow: none;
}
.christmas-box-modal h3 {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  margin: 70px 0 13px;
}
.christmas-box-modal h4 {
  width: 100%;
  margin: 0 0 10px 0;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
}
.christmas-box-modal p {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #1d1d1b;
  opacity: 0.5;
  margin: 0;
}
.christmas-box-modal hr {
  opacity: 0;
  margin: 9px 0 9px 0;
}
.christmas-box-modal .dashed hr {
  opacity: 1;
  border-top: 1px dashed #8e8e8d !important;
  margin: 30px 0 21px;
}
.christmas-box-modal .pagebuilder-column:first-child {
  flex-shrink: 0;
  width: 58.35% !important;
  min-height: 612px;
}
.christmas-box-modal .pagebuilder-column:not(:first-child) {
  justify-content: space-between !important;
  text-align: center;
  padding: 0 3.2%;
  background-color: #f9f7f2;
  overflow: hidden;
}
.christmas-box-modal [data-content-type='tabs'] {
  position: relative;
  text-align: left;
  margin: 72px -9.1% 0;
  background-color: #b0cacc;
  padding: 28px 10px 29px 40px;
}
.christmas-box-modal [data-content-type='tabs']::before {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  height: 10px;
  background-image: url("../../frontend/Overdose/woop/en_NZ//images/border-ingredient-popup.png");
}
.christmas-box-modal [data-content-type='tabs'] .tabs-navigation {
  display: none;
}
.christmas-box-modal [data-content-type='tabs'] [data-content-type='text'] {
  width: 39%;
  min-width: 200px;
}
.christmas-box-modal [data-content-type='tabs'] [data-content-type='text'].full-width {
  width: 100%;
}
.christmas-box-modal [data-content-type='tabs'] p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #000000;
  opacity: 1;
}
.christmas-box-modal [data-content-type='tabs'] .tabs-content {
  display: flex;
  flex-direction: column;
  row-gap: 42px;
  border: 0;
  min-height: initial !important;
}
.christmas-box-modal [data-content-type='tab-item'] {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: space-between !important;
  column-gap: 11%;
}
.christmas-top-banner .pagebuilder-banner-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.christmas-top-banner .pagebuilder-banner-wrapper .pagebuilder-overlay {
  width: 130px;
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  bottom: -60px;
  padding: 25px 10px 15px 10px;
}
.christmas-top-banner .pagebuilder-banner-wrapper .pagebuilder-overlay:after {
  display: block !important;
  content: '';
  width: 100%;
  position: absolute;
  height: 12px;
  background: url("../../frontend/Overdose/woop/en_NZ//images/christmas/christmas_bottom_bg.png") repeat-x left bottom;
  left: 0;
  bottom: -10px;
  background-size: 35px 10px;
}
.christmas-top-banner .pagebuilder-banner-wrapper .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.67px;
  text-align: center;
  color: #000000;
}
.christmas-top-banner .pagebuilder-banner-wrapper .subtitle {
  transform: rotate(-3deg);
  font-family: 'Emmeline';
  font-size: 35px;
  font-weight: normal;
  line-height: 0.71;
  letter-spacing: -0.38px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}
.christmas-top-banner .pagebuilder-banner-wrapper [data-element='content'] {
  overflow: inherit;
}
.christmas-banner {
  width: 100%;
}
.christmas-banner[data-content-type='row'][data-appearance='full-width'] {
  margin: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
}
.christmas-banner [data-content-type="text"] {
  max-width: 813px;
  margin: 0 auto 30px;
}
.christmas-banner [data-content-type="text"] p {
  font-family: 'Gibson';
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 2.5px;
}
.christmas-banner [data-content-type="button-item"] a.woop-primary-button,
.christmas-banner [data-content-type="button-item"] a.woop-secondary-button,
.christmas-banner [data-content-type="button-item"] a.woop-secondary-button-blue-text {
  padding: 14px 0;
}
.christmas-banner [data-content-type="button-item"] a.woop-secondary-button {
  background-color: #ffffff;
}
.christmas-top-promo-text {
  position: relative;
}
.christmas-top-promo-text .underlined:after {
  background-repeat: repeat-x;
}
.christmas-top-promo-text [data-content-type='button-item'] {
  width: 100%;
}
.christmas-top-promo-text .pagebuilder-button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 65px;
  padding: 10px;
  min-height: 50px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  max-width: 335px;
}
.christmas-top-promo-text .pagebuilder-button-link:hover,
.christmas-top-promo-text .pagebuilder-button-link:focus {
  color: #ffffff;
  background-color: #000000;
}
.christmas-top-products-wrapper {
  position: relative;
}
.christmas-top-products-wrapper .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
}
.christmas-top-products-wrapper .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay:after {
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  height: 12px;
  background: url("../../frontend/Overdose/woop/en_NZ//images/christmas/christmas_bottom_bg.png") repeat-x left bottom;
  left: 0;
  bottom: -10px;
  background-size: 35px 10px;
}
.christmas-top-products-wrapper h3 {
  letter-spacing: 2px;
  line-height: 2rem !important;
}
.christmas-top-products-wrapper.new .video-container {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.christmas-top-products-wrapper.new .video-container iframe,
.christmas-top-products-wrapper.new .video-container img {
  position: absolute;
  left: 0;
  top: 0;
}
.christmas-top-products-wrapper.new .video-container img {
  width: 100%;
  height: 100%;
}
.christmas-top-products-wrapper.new .video-container .play-button {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.christmas-top-products-wrapper.new .video-container .play-button p {
  padding: 17px 48px;
  background: #ffffff;
  box-shadow: 0 4px 4px 0 #000000 40;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  cursor: pointer;
}
.christmas-top-products-wrapper.new .video-container .play-button p:before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 7.6333L-6.52533e-07 14.5615L-4.68497e-08 0.705097L12 7.6333Z' fill='black'/%3E%3C/svg%3E");
  width: 12px;
  height: 15px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 10px;
  vertical-align: bottom;
}
.christmas-top-products-wrapper.new .video-container .play-button p:hover {
  color: #ffffff;
  background: #000000;
}
.christmas-top-products-wrapper.new .video-container .play-button p:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 7.6333L-6.52533e-07 14.5615L-4.68497e-08 0.705097L12 7.6333Z' fill='white'/%3E%3C/svg%3E");
}
.christmas-top-products-wrapper.new .christmas-box-word .box {
  position: relative;
}
.christmas-top-products-wrapper.new .christmas-box-word .box .box-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
.christmas-top-products-wrapper.new .christmas-box-word .box .box-title .number {
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: #edeae1;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #1d1d1b 66;
}
.christmas-top-products-wrapper.new .christmas-box-word .box .box-title .description {
  line-height: 22px;
  letter-spacing: 0;
}
.christmas-top-products-wrapper.new .christmas-box-word .box .box-title + .box-content {
  display: none;
}
.christmas-top-products-wrapper.new .christmas-box-word .box .box-title.active {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.christmas-top-products-wrapper.new .christmas-box-word .box .box-title.active:before {
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  background: #000000;
}
.christmas-top-products-wrapper.new .christmas-box-word .box .box-title.active .number {
  color: #ffffff;
  background: #000000;
}
.christmas-top-products-wrapper.new .christmas-box-word .box .box-title.active + .box-content {
  display: block;
}
.christmas-top-products-wrapper.new .christmas-box-word .box:last-child .box-title.active:before {
  display: none;
}
.christmas-top-products-wrapper.new .christmas-box-word .box .box-content {
  line-height: 120%;
  letter-spacing: 0;
  color: #1d1d1b;
  opacity: .5;
}
.christmas-bottom-promo-text-wrapper {
  position: relative;
  font-size: 16px;
}
.christmas-bottom-promo-text-wrapper ul {
  list-style: disc;
  list-style-position: inside;
}
.christmas-bottom-promo-text-wrapper ul li {
  line-height: 1.75;
  margin: 0;
}
.christmas-bottom-promo-text-wrapper [data-content-type="buttons"] {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  margin-bottom: 127px;
}
.christmas-bottom-promo-text-wrapper [data-content-type="buttons"] a {
  width: 225px;
  padding: 14px 10px!important;
  text-align: center;
}
.christmas_box-index-index .customer-testimonials {
  max-width: 100%;
  padding: 0;
}
[data-content-type="row"] .christmas-sub-title p {
  font-family: 'Typewriter Condensed';
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 12px;
  color: #1d1d1b 80;
}
[data-content-type="row"] .woop-christmas-box-title p {
  font-family: 'Gibson';
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #000000;
}
#html-body .christmas-box-breadcrumbs {
  margin: 0 0 80px!important;
  width: 100%;
  position: static;
  padding-left: 88px;
}
#html-body .christmas-box-breadcrumbs .row-full-width-inner {
  max-width: initial;
  padding: 0;
}
#html-body .christmas-box-breadcrumbs p {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin: 0;
  width: 100%;
}
#html-body .christmas-box-breadcrumbs p::after {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.0623907);
}
#html-body .christmas-box-breadcrumbs a {
  display: flex;
  column-gap: 5px;
  font-family: 'Typewriter Condensed';
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.1rem;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: rgba(21, 21, 21, 0.8);
  opacity: 0.5;
  white-space: nowrap;
}
#html-body .christmas-box-breadcrumbs a:not(:last-child)::after {
  content: '/';
}
.woop-myaccount-page .page-main {
  max-width: 1024px;
  margin-top: 27px;
  padding-top: 0;
}
.woop-myaccount-page .nav-toggle {
  right: 18px;
}
.woop-myaccount-page .header.content {
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.woop-myaccount-page .page-header {
  background: #ffffff;
  padding: 0;
}
.woop-myaccount-page .page-title-wrapper {
  text-align: left;
  margin-bottom: 8px;
  padding: 0 20px;
}
.woop-myaccount-page .page-title-wrapper .page-title {
  font-size: 1.6rem;
  letter-spacing: 0.89px;
}
.woop-myaccount-page .subtitle-myacc-title {
  max-width: 760px;
  margin: 0 auto 27px;
  padding: 0 20px;
  text-align: center;
}
.woop-myaccount-page .subtitle-myacc-title p {
  color: #000000;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  opacity: 0.5;
  font-weight: 400;
  line-height: 2rem;
  text-align: left;
}
.woop-myaccount-page .block-myacc {
  margin-bottom: 30px;
}
.woop-myaccount-page .block-myacc h6 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0 20px 17px;
  margin: 2px 0 0;
}
.woop-myaccount-page .block-myacc .block-content-title-nav {
  padding: 2px 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.woop-myaccount-page .block-myacc .block-content-title-nav.nav-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.woop-myaccount-page .block-myacc .block-content-title-nav h6 {
  padding: 0;
  border-bottom: none;
  float: left;
}
.woop-myaccount-page .block-myacc .block-content-title-nav .delivery-nav {
  font-size: 0;
  float: right;
  margin: -1px 0 0px;
}
.woop-myaccount-page .block-myacc .block-content-title-nav .delivery-nav li {
  font-family: 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(21, 21, 21, 0.8);
  font-size: 1.6rem;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 35px;
}
.woop-myaccount-page .block-myacc .block-content-title-nav .delivery-nav li:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 0 0;
}
.woop-myaccount-page .block-myacc .block-content-title-nav .delivery-nav li.view-delivery:before {
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/view-menu.png") no-repeat;
  width: 28px;
  height: 18px;
}
.woop-myaccount-page .block-myacc .block-content-title-nav .delivery-nav li.skip-week:before {
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/skip_week.png") no-repeat 0 3px;
  background-size: 100%;
  width: 13px;
  height: 17px;
}
.woop-myaccount-page .block-myacc .block-content-title-nav .delivery-nav li.unskip-week:before {
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/unskip_week.png") no-repeat 0 2px;
  background-size: 100%;
  width: 13px;
  height: 17px;
}
.woop-myaccount-page .block-myacc .block-content-title-nav .delivery-nav li.edit-delivery:before {
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/edit-subsc.png") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 22px;
}
.woop-myaccount-page .block-myacc .block-content-title-nav .delivery-nav li:first-child {
  margin: 0;
}
.woop-myaccount-page .block-myacc .block-content-title-nav .delivery-nav li:hover {
  cursor: pointer;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper,
.woop-myaccount-page .block-myacc.form-edit-account-wrapper {
  display: none;
  margin-bottom: 0;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .block-content,
.woop-myaccount-page .block-myacc.form-edit-account-wrapper .block-content {
  box-shadow: 0 -5px 5px -5px transparent;
  box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.15);
  box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.15);
  padding-bottom: 0;
  padding-top: 22px;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .fieldset.edit-subscription-info .label,
.woop-myaccount-page .block-myacc.form-edit-account-wrapper .fieldset.edit-subscription-info .label {
  padding: 0;
  text-align: left;
  width: auto;
  float: none;
  margin: 0 0 6px;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .fieldset.edit-subscription-info .control,
.woop-myaccount-page .block-myacc.form-edit-account-wrapper .fieldset.edit-subscription-info .control {
  width: 100%;
  float: none;
  margin: 0;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .fieldset.edit-subscription-info .magento-edit-subscription-message,
.woop-myaccount-page .block-myacc.form-edit-account-wrapper .fieldset.edit-subscription-info .magento-edit-subscription-message {
  border-radius: 1px;
  border: 1px solid #fdb957;
  background-color: #feefd8;
  padding: 13px 15px;
  margin-bottom: 12px;
  width: 100%;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .fieldset.edit-subscription-info .magento-edit-subscription-message p,
.woop-myaccount-page .block-myacc.form-edit-account-wrapper .fieldset.edit-subscription-info .magento-edit-subscription-message p {
  color: #1d1d1b;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.5;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 24px;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .fieldset.edit-subscription-info .field,
.woop-myaccount-page .block-myacc.form-edit-account-wrapper .fieldset.edit-subscription-info .field {
  margin: 0 0 21px 0;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .fieldset.edit-subscription-info .field.field-plan-price,
.woop-myaccount-page .block-myacc.form-edit-account-wrapper .fieldset.edit-subscription-info .field.field-plan-price {
  width: 100%;
  margin: 0 0 13px 0;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .fieldset.edit-subscription-info .field.field-plan-price p,
.woop-myaccount-page .block-myacc.form-edit-account-wrapper .fieldset.edit-subscription-info .field.field-plan-price p {
  color: #1d1d1b;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.5;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .fieldset.edit-subscription-info .field.field-plan-price .label,
.woop-myaccount-page .block-myacc.form-edit-account-wrapper .fieldset.edit-subscription-info .field.field-plan-price .label {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 1;
}
.woop-myaccount-page .block-myacc .block-content {
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  padding: 16px 0 27px;
  position: relative;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account {
  padding: 0 20px;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .edited-field {
  display: none;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .actions-toolbar {
  margin: 10px 0 0;
  font-size: 0;
  width: 100%;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .actions-toolbar > .primary {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: right;
  width: 50%;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .actions-toolbar > .primary:first-child {
  text-align: left;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .actions-toolbar button,
.woop-myaccount-page .block-myacc .block-content .form-edit-account .actions-toolbar a.cancel,
.woop-myaccount-page .block-myacc .block-content .form-edit-account .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.woop-myaccount-page .block-myacc .block-content .form-edit-account .actions-toolbar .action-gift {
  text-align: center;
  margin: 0;
  max-width: 159px;
  width: 100%;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .actions-toolbar a.cancel {
  color: #1d1d1b;
  font-size: 1.2rem;
  line-height: 16px;
  transition: background-color 0.4s;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .actions-toolbar a.cancel:hover {
  color: #ffffff;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: normal;
  margin: 0;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field {
  width: 100%;
  margin: 0 0 13px 0;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field input {
  text-align: left;
  width: 100%;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.field-name-firstname,
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.new.password,
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.email {
  margin-right: 0;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.field-name-firstname {
  order: 1;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.field-name-lastname {
  order: 2;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.email {
  order: 3;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.field-dob {
  order: 4;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.telephone {
  order: 5;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.old-password {
  display: block;
  order: 5;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.old-password input {
  padding-right: 90px;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.old-password input::placeholder {
  color: #000000;
  vertical-align: middle;
  position: relative;
  top: 5px;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.old-password input::-webkit-input-placeholder {
  color: #000000;
  vertical-align: middle;
  position: relative;
  top: 5px;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.old-password input:-moz-placeholder {
  color: #000000;
  vertical-align: middle;
  position: relative;
  top: 5px;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.old-password input:-ms-input-placeholder {
  color: #000000;
  vertical-align: middle;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.old-password input::-ms-input-placeholder {
  color: #000000;
  vertical-align: middle;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.old-password .button-underline {
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.6);
  border-radius: 0;
  color: rgba(21, 21, 21, 0.6);
  font-family: 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  letter-spacing: .25px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  float: none;
  position: absolute;
  right: 14px;
  top: 13px;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.old-password .button-underline:hover {
  color: #000000;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.old-password .control {
  position: relative;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.old-password .control:after {
  right: 75px;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field.password.current {
  order: 6;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field .label {
  padding: 0;
  text-align: left;
  float: none;
  margin: 0 0 6px;
  width: auto;
}
.woop-myaccount-page .block-myacc .block-content .form-edit-account .fieldset .field .control {
  float: none;
  margin: 0;
  width: auto;
}
.woop-myaccount-page .block-myacc .block-content.active .subscription-status-label,
.woop-myaccount-page .block-myacc .block-content.canceled .subscription-status-label,
.woop-myaccount-page .block-myacc .block-content.paused .subscription-status-label,
.woop-myaccount-page .block-myacc .block-content.suspended .subscription-status-label {
  background-color: rgba(178, 206, 181, 0.25);
  color: #76b57c;
  font-size: 1.3rem;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.82px;
  margin: 0;
  padding: 6px 22px 5px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.woop-myaccount-page .block-myacc .block-content.paused,
.woop-myaccount-page .block-myacc .block-content.suspended {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #f9c3a9;
}
.woop-myaccount-page .block-myacc .block-content.suspended h6 small {
  color: #e98d5f;
  font-size: 15px;
  font-weight: 300;
  margin-left: 20px;
  text-transform: none;
}
.woop-myaccount-page .block-myacc .block-content.suspended .subscription-status-label {
  background-color: rgba(249, 195, 169, 0.25);
  color: #e98d5f;
}
.woop-myaccount-page .block-myacc .block-content.canceled {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #e98d5f;
}
.woop-myaccount-page .block-myacc .block-content.canceled .subscription-status-label {
  background-color: rgba(249, 195, 169, 0.25);
  color: #e98d5f;
}
.woop-myaccount-page .block-myacc .block-content.canceled .box-information.box-subscription-info,
.woop-myaccount-page .block-myacc .block-content.canceled .box-information.box-subscription-delivered {
  position: relative;
}
.woop-myaccount-page .block-myacc .block-content.canceled .box-information.box-subscription-info:after,
.woop-myaccount-page .block-myacc .block-content.canceled .box-information.box-subscription-delivered:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}
.woop-myaccount-page .block-myacc .block-content.paused .subscription-status-label {
  background-color: rgba(249, 195, 169, 0.25);
  color: #e98d5f;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .block-content {
  box-shadow: none;
  padding: 0;
  position: relative;
  top: -3px;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .block-content .actions-toolbar {
  margin: 10px 0 0;
  font-size: 0;
  width: 100%;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .block-content .actions-toolbar > .primary {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: right;
  width: 50%;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .block-content .actions-toolbar > .primary:first-child {
  text-align: left;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .block-content .actions-toolbar button,
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .block-content .actions-toolbar a.cancel,
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .block-content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .block-content .actions-toolbar .action-gift {
  text-align: center;
  margin: 0;
  max-width: 159px;
  width: 100%;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .block-content .actions-toolbar a.cancel {
  color: #1d1d1b;
  font-size: 1.2rem;
  line-height: 16px;
  transition: background-color 0.4s;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .block-content .actions-toolbar a.cancel:hover {
  color: #ffffff;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .block-content .actions-toolbar > .primary {
  margin-bottom: 0;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .fieldset {
  margin: 0;
}
.woop-myaccount-page .block-myacc.form-edit-subscription-wrapper .fieldset.edit-subscription-info .field {
  margin-bottom: 13px;
}
.woop-myaccount-page .block-myacc .box-information {
  padding: 26px 20px 0;
}
.woop-myaccount-page .block-myacc .box-information .box-information-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.woop-myaccount-page .block-myacc .box-information .account-box-content {
  width: 100%;
  font-size: 0;
}
.woop-myaccount-page .block-myacc .box-information .account-box-content div {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
}
.woop-myaccount-page .block-myacc .box-information .account-box-content div a {
  color: #1d1d1b;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.5;
  font-weight: 400;
  opacity: .8;
  text-decoration: underline;
}
.woop-myaccount-page .block-myacc .box-information .account-box-content span {
  color: #1d1d1b;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.5;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  top: -3px;
}
.woop-myaccount-page .block-myacc .box-information .account-box-content h6 {
  float: left;
  border: none;
  padding: 0;
  margin: 0 18px 10px 0;
}
.woop-myaccount-page .block-myacc .box-information .actions-toolbar .action.edit-account-cancel-plan,
.woop-myaccount-page .block-myacc .box-information .actions-toolbar .action.edit-account-plans,
.woop-myaccount-page .block-myacc .box-information .actions-toolbar .action.edit-account-address,
.woop-myaccount-page .block-myacc .box-information .actions-toolbar .action.edit-account-details {
  font-size: 1.6rem;
  color: rgba(21, 21, 21, 0.6);
  margin-top: 22px;
}
.woop-myaccount-page .block-myacc .box-information .actions-toolbar .action.edit-account-cancel-plan:focus,
.woop-myaccount-page .block-myacc .box-information .actions-toolbar .action.edit-account-plans:focus,
.woop-myaccount-page .block-myacc .box-information .actions-toolbar .action.edit-account-address:focus,
.woop-myaccount-page .block-myacc .box-information .actions-toolbar .action.edit-account-details:focus,
.woop-myaccount-page .block-myacc .box-information .actions-toolbar .action.edit-account-cancel-plan:hover,
.woop-myaccount-page .block-myacc .box-information .actions-toolbar .action.edit-account-plans:hover,
.woop-myaccount-page .block-myacc .box-information .actions-toolbar .action.edit-account-address:hover,
.woop-myaccount-page .block-myacc .box-information .actions-toolbar .action.edit-account-details:hover {
  box-shadow: none;
}
.woop-myaccount-page .block-myacc .box-information .actions-toolbar .edit-account-pause-plan {
  font-size: 1.3rem;
  padding: 16px 22px 16px 21px;
  min-width: 236px;
}
.woop-myaccount-page .block-myacc .box-information .actions-toolbar .edit-account-pause-plan:focus,
.woop-myaccount-page .block-myacc .box-information .actions-toolbar .edit-account-pause-plan:hover {
  box-shadow: none;
}
.woop-myaccount-page .block-myacc .box-information:first-child .box-information-wrapper {
  border-top: none;
}
.woop-myaccount-page .block-myacc .box-information.box-subscription-status .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 27px;
}
.woop-myaccount-page .block-myacc .box-information.box-subscription-status .actions-toolbar .edit-account-cancel-plan {
  order: 2;
  align-self: center;
  margin-top: 28px;
}
.woop-myaccount-page .block-myacc .box-information.box-subscription-status .actions-toolbar .edit-account-pause-plan {
  order: 1;
}
.woop-myaccount-page .block-myacc.suspend-status,
.woop-myaccount-page .block-myacc.canceled-status {
  border: 1px solid #e98d5f;
}
.woop-myaccount-page .block-myacc.failed-payment {
  border: 1px solid #f9c3a9;
}
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-status .actions-toolbar {
  margin-top: 0;
}
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-status .actions-toolbar .edit-account-cancel-plan {
  align-self: flex-start;
  margin-top: 0;
}
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription h6 + .box-information .box-information-wrapper,
.woop-myaccount-page .block-myacc.block-dashboard-upcoming-deliver h6 + .box-information .box-information-wrapper,
.woop-myaccount-page .block-myacc.block-dashboard-box-subscription h6 + .box-information .box-information-wrapper,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription h6 + .box-information .box-information-wrapper {
  border-top: none;
  padding-top: 0;
}
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-info .box-information-wrapper,
.woop-myaccount-page .block-myacc.block-dashboard-upcoming-deliver .box-information.box-subscription-info .box-information-wrapper,
.woop-myaccount-page .block-myacc.block-dashboard-box-subscription .box-information.box-subscription-info .box-information-wrapper,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-info .box-information-wrapper {
  border-top: 0;
  padding-top: 0;
}
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information .box-information-wrapper,
.woop-myaccount-page .block-myacc.block-dashboard-upcoming-deliver .box-information .box-information-wrapper,
.woop-myaccount-page .block-myacc.block-dashboard-box-subscription .box-information .box-information-wrapper,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information .box-information-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 28px;
}
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information .box-information-wrapper h6,
.woop-myaccount-page .block-myacc.block-dashboard-upcoming-deliver .box-information .box-information-wrapper h6,
.woop-myaccount-page .block-myacc.block-dashboard-box-subscription .box-information .box-information-wrapper h6,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information .box-information-wrapper h6 {
  float: none;
  margin: 0 0 8px 0;
}
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information .account-box-content,
.woop-myaccount-page .block-myacc.block-dashboard-upcoming-deliver .box-information .account-box-content,
.woop-myaccount-page .block-myacc.block-dashboard-box-subscription .box-information .account-box-content,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information .account-box-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information .account-box-content div,
.woop-myaccount-page .block-myacc.block-dashboard-upcoming-deliver .box-information .account-box-content div,
.woop-myaccount-page .block-myacc.block-dashboard-box-subscription .box-information .account-box-content div,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information .account-box-content div {
  width: 50%;
  margin-bottom: 17px;
}
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-delivered,
.woop-myaccount-page .block-myacc.block-dashboard-upcoming-deliver .box-information.box-subscription-delivered,
.woop-myaccount-page .block-myacc.block-dashboard-box-subscription .box-information.box-subscription-delivered,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-delivered,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-status,
.woop-myaccount-page .block-myacc.block-dashboard-upcoming-deliver .box-information.box-subscription-status,
.woop-myaccount-page .block-myacc.block-dashboard-box-subscription .box-information.box-subscription-status,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-status {
  padding-top: 26px;
}
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-delivered .box-information-wrapper h6,
.woop-myaccount-page .block-myacc.block-dashboard-upcoming-deliver .box-information.box-subscription-delivered .box-information-wrapper h6,
.woop-myaccount-page .block-myacc.block-dashboard-box-subscription .box-information.box-subscription-delivered .box-information-wrapper h6,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-delivered .box-information-wrapper h6,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-status .box-information-wrapper h6,
.woop-myaccount-page .block-myacc.block-dashboard-upcoming-deliver .box-information.box-subscription-status .box-information-wrapper h6,
.woop-myaccount-page .block-myacc.block-dashboard-box-subscription .box-information.box-subscription-status .box-information-wrapper h6,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-status .box-information-wrapper h6 {
  margin-bottom: 11px;
}
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-delivered .box-information-wrapper div,
.woop-myaccount-page .block-myacc.block-dashboard-upcoming-deliver .box-information.box-subscription-delivered .box-information-wrapper div,
.woop-myaccount-page .block-myacc.block-dashboard-box-subscription .box-information.box-subscription-delivered .box-information-wrapper div,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-delivered .box-information-wrapper div,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-status .box-information-wrapper div,
.woop-myaccount-page .block-myacc.block-dashboard-upcoming-deliver .box-information.box-subscription-status .box-information-wrapper div,
.woop-myaccount-page .block-myacc.block-dashboard-box-subscription .box-information.box-subscription-status .box-information-wrapper div,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-status .box-information-wrapper div {
  width: 100%;
}
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information span,
.woop-myaccount-page .block-myacc.block-dashboard-upcoming-deliver .box-information span,
.woop-myaccount-page .block-myacc.block-dashboard-box-subscription .box-information span,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information span {
  top: 0;
}
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information:first-child .box-information-wrapper,
.woop-myaccount-page .block-myacc.block-dashboard-upcoming-deliver .box-information:first-child .box-information-wrapper,
.woop-myaccount-page .block-myacc.block-dashboard-box-subscription .box-information:first-child .box-information-wrapper,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information:first-child .box-information-wrapper {
  border-top: none;
}
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .control .select2,
.woop-myaccount-page .block-myacc.block-dashboard-upcoming-deliver .control .select2,
.woop-myaccount-page .block-myacc.block-dashboard-box-subscription .control .select2,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .control .select2 {
  width: 100% !important;
}
.woop-myaccount-page .block-dashboard-info h5,
.woop-myaccount-page .block-dashboard-info h6 {
  color: #000000;
}
.woop-myaccount-page .block-dashboard-info h5 {
  padding: 0 20px;
}
.woop-myaccount-page .columns .main {
  border-top: 1px dashed #aeada9;
  padding-top: 23px;
}
.woop-myaccount-page .nav-sections .user-initials {
  display: none;
  color: #afcacc;
  font: 700 1.8rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border: 1px solid rgba(175, 202, 204, 0.25);
  background-color: rgba(175, 202, 204, 0.25);
  text-align: center;
  line-height: 40px;
  margin-right: 11px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.woop-myaccount-page .nav-sections .navigation ul:first-child {
  margin-top: 9px;
}
.woop-myaccount-page .nav-sections .woop-authorization-link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -20px;
}
.woop-myaccount-page .nav-sections .woop-authorization-link li {
  position: relative;
}
.woop-myaccount-page .nav-sections .woop-authorization-link li a:hover {
  text-decoration: none !important;
  background: none !important;
}
.woop-myaccount-page .nav-sections .woop-authorization-link li.user-data > a {
  display: none;
}
.woop-myaccount-page .nav-sections .woop-authorization-link li .submenu {
  display: none;
  padding-top: 46px;
  position: absolute;
  left: auto !important;
  right: 0;
}
.woop-myaccount-page .nav-sections .woop-authorization-link li .submenu ul {
  padding: 12px 25px 25px 23px;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #efefef;
  margin: 0;
  position: initial;
}
.woop-myaccount-page .nav-sections .woop-authorization-link li .submenu:before {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/triangle-menu.png") no-repeat;
  width: 18px;
  height: 10px;
  position: absolute;
  top: 38px;
  right: 15px;
  z-index: 1;
}
.woop-myaccount-page .nav-sections .woop-authorization-link li.user-logout {
  display: block;
}
.woop-myaccount-page .nav-sections .woop-authorization-link li.user-logout a {
  background: transparent none;
  border: 1px solid #1d1d1b;
  color: #1d1d1b;
  border-radius: 1px;
  padding: 16px 30px;
  font: 500 1.4rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: 1.25px;
  transition: background-color 0.4s;
  text-transform: uppercase;
}
.woop-myaccount-page .nav-sections .woop-authorization-link li.user-logout a:hover,
.woop-myaccount-page .nav-sections .woop-authorization-link li.user-logout a:focus {
  color: #ffffff;
  font-weight: 600;
  background: #1d1d1b none !important;
}
.woop-myaccount-page .nav-sections .woop-authorization-link a {
  margin: 0;
}
.woop-myaccount-page.woop-customer-logged-out .nav-sections .woop-authorization-link a {
  margin-left: 38px;
}
.woop-myaccount-page .block-myacc.block-dashboard-box-subscription .box-information.box-subscription-status .box-information-wrapper div.customer-subscription-status {
  margin: 0;
}
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-status .box-information-wrapper div.customer-subscription-status,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-delivered .box-information-wrapper div.customer-subscription-status,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-status .box-information-wrapper div.customer-subscription-delivered,
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-delivered .box-information-wrapper div.customer-subscription-delivered {
  margin: 0;
}
.woop-myaccount-page .block-myacc.block-dashboard-addon-box-subscription .main-block-content + .main-block-content {
  margin-top: 30px;
}
.customer-account-dashboard .columns .main {
  border-top: none;
}
.customer-account-dashboard .select2-container .select2-dropdown {
  border: none;
}
.customer-account-dashboard .select2-container .select2-results li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  line-height: 29px;
}
.customer-account-dashboard .block-myacc .block-content {
  padding-bottom: 20px;
}
.customer-account-dashboard .block-myacc .box-information h6 {
  border: none;
}
/*
    .dont-delivery-yet .modal-inner-wrap {
        max-width: 884px;

        .popup-title {
            margin: 0 0 30px 0;
            text-align: center;
            font-size: 16px;
        }

        .additional-text {
            font-weight: 300;
        }

        .modal-content {
            padding-bottom: 0;

            .do-not-deliver {
                padding-bottom: 20px;
            }
        }

        .modal-footer {
            border: none;
            padding-top: 0;
            .lib-vendor-prefix-display(flex);
            justify-content: space-between;
            .lib-css(justify-content, space-between, 1);
            .lib-vendor-box-align(center);

            .primary.submit-button {
                width: 100%;
                max-width: 49%;
                background: @color-black;
                border-color: @color-black;
                height: 50px;
                text-transform: uppercase;
                font-size: 1.4rem;
                font-weight: 600;
                transition: background-color .4s;

                &:hover {
                    color: @color-black;
                    background: transparent;
                }
            }

            .action.cancel {
                letter-spacing: 0;
                font-size: 16px;
                line-height: 16px;
                text-transform: none;
                display: inline-block;
                border: none;
                background: transparent;
                padding: 0;
                font-weight: 300;
            }
        }
    } */
.gm-style {
  color: #333333;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
.deliveryareas-index-index .notification-block.messages {
  margin: 0 auto !important;
  min-height: auto !important;
}
.deliveryareas-index-index .notification-block.messages .message {
  padding-right: 20px;
}
.deliveryareas-index-index .page-main {
  padding: 0;
}
.deliveryareas-index-index .breadcrumbs {
  margin-top: 45px;
}
.delivery-areas-map {
  box-sizing: content-box;
  height: 667px;
  overflow: visible !important;
}
.delivery-areas-container {
  position: relative;
  margin: 0;
  padding-top: 310px;
  overflow: hidden;
  transition: all 1s ease;
}
.delivery-areas-container .delivery-areas-form {
  background: none;
  position: absolute;
  padding: 0;
  max-width: 100%;
  top: -310px !important;
  left: 0;
  transition: all 0.7s ease;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-form-wrapper {
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 16px 20px 28px 20px;
  position: relative;
}
.delivery-areas-container .delivery-areas-form .title {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 1.11px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.delivery-areas-container .delivery-areas-form .description {
  border-bottom: 1px solid rgba(29, 29, 27, 0.1);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 23px;
  margin-bottom: 25px;
}
.delivery-areas-container .delivery-areas-form .field .label {
  margin-bottom: 4px;
  width: 100%;
}
.delivery-areas-container .delivery-areas-form .field .label span {
  font-weight: 600;
}
.delivery-areas-container .delivery-areas-form .field .control {
  margin-bottom: 0;
}
.delivery-areas-container .delivery-areas-form .field .control .controls {
  border-color: #dadada;
  float: left;
  width: 85%;
}
.delivery-areas-container .delivery-areas-form .field .actions-toolbar {
  float: left;
  height: 50px;
  width: 13.5%;
  max-width: 50px;
}
.delivery-areas-container .delivery-areas-form .field .actions-toolbar button,
.delivery-areas-container .delivery-areas-form .field .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.delivery-areas-container .delivery-areas-form .field .actions-toolbar .action-gift {
  padding: 0;
  line-height: normal;
  width: 50px;
}
.delivery-areas-container .delivery-areas-form .field .actions-toolbar button:before,
.delivery-areas-container .delivery-areas-form .field .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:before,
.delivery-areas-container .delivery-areas-form .field .actions-toolbar .action-gift:before {
  content: '\e615';
  font-family: 'icons-blank-theme';
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 48px;
}
.delivery-areas-container .delivery-areas-form .field .actions-toolbar button:hover,
.delivery-areas-container .delivery-areas-form .field .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover,
.delivery-areas-container .delivery-areas-form .field .actions-toolbar .action-gift:hover {
  cursor: pointer;
}
.delivery-areas-container .delivery-areas-form .field:after {
  content: '';
  display: block;
  clear: both;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .delivery-areas-response-wrapper {
  background: #f9f7f2;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .do-deliver {
  text-align: center;
  padding: 29px 20px 40px 20px;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .do-deliver .title {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  line-height: 3rem;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .do-deliver .title:before {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/delivery-ok.png") no-repeat;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .do-deliver .description {
  border-bottom: 1px solid rgba(29, 29, 27, 0.1);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 23px;
  margin-bottom: 25px;
  text-align: left;
  border: none;
  padding: 0;
  margin-bottom: 23px;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .do-deliver .get-start-link {
  display: block;
  color: #1d1d1b;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid #1d1d1b;
  border-radius: 1px;
  padding: 14px 30px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  transition: background-color 0.4s;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .do-deliver .get-start-link:hover {
  color: #ffffff;
  background-color: #000000;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .do-not-deliver {
  text-align: center;
  padding: 27px 20px 30px 20px;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .do-not-deliver .login-form-actions.get-started-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .do-not-deliver .title {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  line-height: 3rem;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .do-not-deliver .title:before {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/delivery-ok.png") no-repeat;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .do-not-deliver .title:before {
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/alert.png") no-repeat;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .do-not-deliver .description {
  text-align: left;
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .do-not-deliver .description.description-email-field {
  margin-bottom: 12px;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .do-not-deliver .control {
  width: 70%;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .do-not-deliver .controls {
  border: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .do-not-deliver .actions-toolbar {
  margin: 0;
  width: 30%;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .do-not-deliver .actions-toolbar .action {
  padding: 16px 20px 16px;
  margin: 0;
  line-height: 16px;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .do-not-deliver .or.form-separator {
  margin: 25px 0 15px 0;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .or.form-separator {
  color: #1d1d1b;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.5;
  font-weight: 400;
  text-align: center;
  margin: 21px 0 15px 0;
  line-height: normal;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .or.form-separator:after,
.delivery-areas-container .delivery-areas-form .delivery-areas-response .or.form-separator:before {
  content: '';
  display: inline-block;
  background-color: #dfdddd;
  vertical-align: middle;
  width: 25px;
  height: 1px;
  margin: 0 0 0 12px;
  position: relative;
  top: -1px;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .or.form-separator:before {
  margin: 0 12px 0 0;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .another-address-button {
  color: #000000;
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  background: none;
  font: 400 1.6rem 'Typewriter Condensed';
  letter-spacing: 0.44px;
  text-transform: uppercase;
  padding: 0;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .another-address-button:hover {
  color: #000000;
  border: none;
  border-bottom: 1px solid transparent;
  background: none;
}
.delivery-areas-container .delivery-areas-form .delivery-areas-response .popup-map-footer {
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/border_popup_map.png") repeat-x;
  height: 10px;
  width: 100%;
}
.block-delivery-areas .common-questions-wrapper {
  margin-top: 60px;
  padding: 0 20px;
}
.my-cards {
  margin-top: 30px;
}
.woop-myaccount-page .select2-container--classic .select2-results > .select2-results__options {
  max-height: 300px;
}
.add-card-popup .actions-toolbar {
  margin-top: 20px;
}
.add-card-popup .actions-toolbar:before,
.add-card-popup .actions-toolbar:after {
  display: none;
}
.add-card-popup .actions-toolbar .checkmark {
  top: 4px;
}
.add-card-popup .actions-toolbar .paragraph-light {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 16px;
  text-transform: none;
  display: inline-block;
}
.add-card-popup .actions-toolbar .action.primary,
.add-card-popup .actions-toolbar .secondary {
  width: 100%;
}
.add-card-popup .select-month-wrapper,
.add-card-popup .select-year-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.add-card-popup .select-month-wrapper .mage-error,
.add-card-popup .select-year-wrapper .mage-error {
  order: 3;
}
.form-mycard-edit .field.date .securefields-wrapper {
  position: relative;
}
.form-mycard-edit .field.date .securefields-wrapper:before,
.form-mycard-edit .field.date .securefields-wrapper:after {
  content: "";
  border-width: 0 1px 1px 0;
  border-color: #000000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  margin-left: -4px;
  margin-top: -5px;
  position: absolute;
  padding: 3px;
  border-style: solid;
  height: 0;
  top: 55%;
  width: 0;
}
.form-mycard-edit .field.date .securefields-wrapper:before {
  left: calc(45% - 20px);
}
.form-mycard-edit .field.date .securefields-wrapper:after {
  left: calc(100% - 20px);
}
.loyalty-rewards-popup-block,
.loyalty-rewards-notify-block {
  display: none;
}
.loyalty-rewards-notify-block {
  width: 100%;
}
.block-loader {
  background: url('../../frontend/Overdose/woop/en_NZ/images/loader-1.gif') no-repeat 50% 30%;
  border-radius: 5px;
  bottom: 0;
  color: #575757;
  font-size: 14px;
  font-weight: bold;
  height: 160px;
  left: 0;
  margin: auto;
  opacity: .95;
  right: 0;
  text-align: center;
  top: 0;
  width: 160px;
}
.loyalty-rewards-block {
  /** Add label to info blocks and show help message */
}
.loyalty-rewards-block .block-wrapper {
  background-color: rgba(178, 206, 181, 0.6);
  margin-bottom: 30px;
  padding: 40px;
}
.loyalty-rewards-block .block-wrapper .block-content {
  display: flex;
  flex-direction: row;
  position: relative;
}
.loyalty-rewards-block .block-wrapper .block-content .block-info-wrapper {
  width: 280px;
  float: right;
}
.loyalty-rewards-block .block-wrapper .block-content .block-info-wrapper .block-info {
  display: inline-block;
  padding: 60px 30px;
  background: #a8c8ab;
}
.loyalty-rewards-block .block-wrapper .block-content .block-info-wrapper .block-info .block-title {
  color: #000000;
  font-size: 38px;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 38px;
  margin-bottom: 40px;
}
.loyalty-rewards-block .block-wrapper .block-content .block-info-wrapper .block-info .block-description {
  color: #000000;
  font-size: 70px;
  font-family: 'Emmeline';
  font-weight: normal;
  text-align: center;
  letter-spacing: -0.76px;
  line-height: 50px;
}
.loyalty-rewards-block .block-wrapper .block-content .block-info-wrapper .block-info-footer {
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/loyalty-rewards/info-foter-bg.png");
  background-repeat: repeat-x;
  background-position: bottom;
  width: 100%;
  height: 10px;
  margin-top: -1px;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 62%;
  text-align: right;
  padding: 0 20px 0 40px;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row {
  display: flex;
  justify-content: space-between;
  margin: 22px;
  vertical-align: middle;
  position: relative;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle {
  display: inline-block;
  position: relative;
  z-index: 100;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin: auto 0;
  text-align: center;
  vertical-align: middle;
  background: #d4e4d5;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle .image {
  display: inline-block;
  margin: 20% auto;
  background-image: url('../../frontend/Overdose/woop/en_NZ/images/loyalty-rewards/box.png');
  background-repeat: no-repeat;
  background-size: 95% 95%;
  width: 38px;
  height: 38px;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle .number {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  padding: 8px;
  display: inline-block;
  margin: -6px;
  text-align: center;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 10;
  border: 0.5px solid #d5d5d5;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.active {
  background: #a8c8ab;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.active .image {
  background-image: url('../../frontend/Overdose/woop/en_NZ/images/loyalty-rewards/salad.png');
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.active.last {
  height: 70px;
  width: 70px;
  border-radius: 35px;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.active.last .image {
  width: 42px;
  height: 42px;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.gift,
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.box {
  background: #ffffff;
  cursor: pointer;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.gift:hover,
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.box:hover {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.gift .image,
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.box .image {
  margin: 20% auto;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.gift .info,
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.box .info {
  color: #000000;
  font-size: 24px;
  font-family: 'Emmeline';
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.83px;
  line-height: 20px;
  display: inline-block;
  width: 100px;
  margin-left: -20px;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.gift .info:before,
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.box .info:before {
  content: '';
  background-image: url('../../frontend/Overdose/woop/en_NZ/images/loyalty-rewards/arrow.png');
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 18px;
  top: 90%;
  position: absolute;
  left: 38%;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.box .image {
  background-size: 95% 95%;
  width: 42px;
  height: 42px;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .line {
  display: block;
  width: 9%;
  height: 1px;
  margin: auto 0;
  opacity: 0.5;
  background: repeating-linear-gradient(to right, #000000 0, #000000 5px, transparent 5px, transparent 9px);
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .line:not(.last).active {
  height: 1.8px;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .line:last-child {
  content: '';
  display: block;
  width: 10%;
  height: 102px;
  border: 1px dashed #000;
  border-right: 0;
  top: 50%;
  position: absolute;
  left: -5%;
  border-radius: 70px 0 0 70px;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:nth-child(2n+1) .circle:nth-child(3) .image,
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:nth-child(2n+1) .circle:nth-child(7) .image {
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:nth-child(2n+1) .line:last-child {
  display: block;
  width: 10%;
  height: 102px;
  border: 1px dashed #000;
  border-left: 0;
  top: 50%;
  position: absolute;
  left: 95%;
  border-radius: 0 70px 70px 0;
  background: transparent;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:nth-child(2n+1) .line:last-child.active {
  border: 1.8px dashed #000;
  border-left: 0;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:nth-child(2n) {
  flex-direction: row-reverse;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:nth-child(2n).item {
  margin-right: auto;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:nth-child(2n) .circle:nth-child(1) .image,
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:nth-child(2n) .circle:nth-child(5) .image,
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:nth-child(2n) .circle:nth-child(9) .image {
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:nth-child(2n) .line:last-child {
  display: block;
  width: 10%;
  height: 102px;
  border: 1px dashed #000;
  border-right: 0;
  top: 50%;
  position: absolute;
  left: -5%;
  border-radius: 70px 0 0 70px;
  background: transparent;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:nth-child(2n) .line:last-child.active {
  border: 1.8px dashed #000;
  border-right: 0;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:first-child {
  margin-top: 0;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:last-child {
  margin-bottom: 0;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:last-child .line:last-child {
  display: none;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:last-child .circle.gift .info,
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:last-child .circle.box .info {
  color: #000000;
  font-size: 24px;
  font-family: 'Emmeline';
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.83px;
  line-height: 20px;
  position: absolute;
  top: -30px;
  left: 0;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:last-child .circle.gift .info:before,
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:last-child .circle.box .info:before {
  content: none;
}
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:last-child .circle.gift .info:after,
.loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:last-child .circle.box .info:after {
  content: '';
  background-image: url('../../frontend/Overdose/woop/en_NZ/images/loyalty-rewards/arrow.png');
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 18px;
  top: 90%;
  position: absolute;
  left: 36%;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.loyalty-rewards-block .block-wrapper .block-content .block-helper {
  width: 126px;
  height: 75px;
  color: #000000;
  font-size: 30px;
  font-family: 'Emmeline';
  font-weight: normal;
  text-align: center;
  letter-spacing: -0.25px;
  line-height: 25px;
  position: absolute;
  left: 107%;
  top: 40%;
  display: none;
}
.loyalty-rewards-block .block-wrapper .block-content .block-helper:after {
  content: '';
  background-image: url('../../frontend/Overdose/woop/en_NZ/images/loyalty-rewards/arrow-left.png');
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  margin-top: -55px;
  margin-left: -45px;
}
.loyalty-rewards-block:hover .block-content .block-boxes-cycle .row .circle.gift .info {
  width: 100px;
  margin-left: -15px;
}
.loyalty-rewards-block:hover .block-content .block-boxes-cycle .row .circle.gift .info span {
  width: 100%;
  margin: 0 auto;
}
.loyalty-rewards-block:hover .block-content .block-boxes-cycle .row .circle.gift .info span:before {
  content: attr(data-label) ' ';
}
.loyalty-rewards-block:hover .block-content .block-helper {
  display: block;
}
.loyalty-rewards-popup-block {
  display: none;
}
.loyalty-rewards-modal-block .modal-inner-wrap {
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/gifts/select-free-gift-popup-bg.png");
  background-repeat: repeat;
  background-size: cover;
}
.block-loyalty-reward-free-box .block-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.block-loyalty-reward-free-box .block-content .block-info {
  display: inline-block;
  flex: 1 1 auto;
  margin: auto 0;
  width: 18%;
}
.block-loyalty-reward-free-box .block-content .block-info .block-title {
  width: 100%;
  color: #000000;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.block-loyalty-reward-free-box .block-content .block-info .block-description {
  opacity: 0.5;
  color: #000000;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.block-loyalty-reward-free-box .block-content .block-image {
  display: inline-block;
  flex: 1 1 auto;
  width: 62%;
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/loyalty-rewards/box-bg.png");
  background-repeat: no-repeat;
  min-height: 340px;
}
.block-loyalty-reward-free-box .block-footer {
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid rgba(29, 29, 27, 0.1);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.block-loyalty-reward-free-box .block-footer .delivery-text {
  display: block;
  flex: 1 1 auto;
  margin: auto 0;
  opacity: 0.5;
  color: #000000;
}
.block-loyalty-reward-free-box .block-footer .delivery-text span {
  margin: auto 0;
}
.block-loyalty-reward-free-box .block-footer .actions-block {
  display: inline-block;
}
.block-loyalty-reward-free-box .block-footer .actions-block .confirm-action {
  background-color: #000000;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #ffffff;
  width: 225px;
  height: 50px;
}
.block-loyalty-reward-free-box .block-footer .actions-block .confirm-action span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.block-loyalty-reward-free-box .block-footer .actions-block .confirm-action:hover {
  background: #ffffff;
  color: #000000;
}
.block-loyalty-reward-free-box .block-footer .actions-block .confirm-action:hover span {
  color: inherit;
}
.plans-menu-wrap {
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/our_plans_background.png");
  background-repeat: no-repeat;
}
.plans-menu-wrap .tabs-block {
  -webkit-flex-basis: calc(100% - 450px);
  flex-basis: calc(100% - 450px);
}
.actions-toolbar.mobile {
  display: none;
}
.block-offer-price-list {
  display: none;
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/gifts/select-free-gift-popup-bg.png");
  background-repeat: repeat;
  background-size: cover;
  margin-bottom: 30px;
  position: relative;
}
.block-offer-price-list .block-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.block-offer-price-list .block-content .block-info {
  display: inline-block;
  flex: 1 1 auto;
  margin: auto 0;
}
.block-offer-price-list .block-content .block-info .block-title {
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}
.block-offer-price-list .block-content .block-info .block-description {
  opacity: 0.5;
  color: #000000;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.block-offer-price-list .block-content .block-offers {
  display: inline-block;
  flex: 1 1 auto;
  text-align: right;
}
.block-offer-price-list .block-content .block-offers .slick-slide {
  margin-right: 10px;
}
.block-offer-price-list .block-content .block-offers .slick-slide:last-child {
  margin-right: 0;
}
.block-offer-price-list .block-content .block-offers .block-offer-price-item {
  display: inline-block;
  background: #fff;
  padding: 17px;
  margin-right: 10px;
}
.block-offer-price-list .block-content .block-offers .block-offer-price-item:last-child {
  margin-right: 0;
}
.block-offer-price-list .block-content .block-offers .block-offer-price-item input[type=radio] {
  display: none;
}
.block-offer-price-list .block-content .block-offers .block-offer-price-item .title {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.82px;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 1.7rem;
  margin-bottom: 2rem;
  border-bottom: 1px dashed #d1d1d1;
}
.block-offer-price-list .block-content .block-offers .block-offer-price-item .price {
  font-size: 50px;
  font-weight: bold;
  height: 30px;
  letter-spacing: 0.74px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.block-offer-price-list .block-content .block-offers .block-offer-price-item .period {
  font-size: 13px;
  font-weight: 600;
  height: 16px;
  letter-spacing: 0.82px;
  text-align: center;
  text-transform: uppercase;
}
.block-offer-price-list .block-content .block-offers .block-offer-price-item .description {
  text-align: center;
  font-size: 14px;
  opacity: .5;
  height: 17px;
  overflow: hidden;
  margin: 2.2rem 0;
}
.block-offer-price-list .block-content .block-offers .block-offer-price-item .select-button {
  margin-top: 20px;
}
.block-offer-price-list .block-content .block-offers .block-offer-price-item .select-button .select-action {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #000000;
}
.block-offer-price-list .block-content .block-offers .block-offer-price-item .select-button .select-action span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.block-offer-price-list .block-content .block-offers .block-offer-price-item .select-button .select-action:hover {
  background: #000000;
  color: #ffffff;
}
.block-offer-price-list .block-content .block-offers .block-offer-price-item .select-button .select-action:hover span {
  color: inherit;
}
.block-offer-price-list .block-content .block-offers .block-offer-price-item .select-button .select-action.selected {
  background: #000000;
}
.block-offer-price-list .block-content .block-offers .block-offer-price-item .select-button .select-action.selected span {
  color: #ffffff;
}
.block-offer-price-list .block-content .block-offers .slick-dots > li:only-child button,
.block-offer-price-list .block-content .block-offers .slick-dots > li:only-child .cart.table-wrapper .actions-toolbar > .action,
.block-offer-price-list .block-content .block-offers .slick-dots > li:only-child .action-gift {
  display: none;
}
.block-offer-price-list .block-footer {
  width: 100%;
  border-top: 1px solid rgba(29, 29, 27, 0.1);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 40px;
}
.block-offer-price-list .block-footer .delivery-text {
  display: block;
  flex: 1 1 auto;
  margin: auto 0;
  opacity: 0.5;
  color: #000000;
}
.block-offer-price-list .block-footer .delivery-text span {
  margin: auto 0;
  float: left;
}
.block-offer-price-list .block-footer .actions-block {
  display: inline-block;
}
.block-offer-price-list .block-footer .actions-block .confirm-offer-select-action {
  background-color: #000000;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #ffffff;
}
.block-offer-price-list .block-footer .actions-block .confirm-offer-select-action span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.block-offer-price-list .block-footer .actions-block .confirm-offer-select-action:hover {
  background: #ffffff;
  color: #000000;
}
.block-offer-price-list .block-footer .actions-block .confirm-offer-select-action:hover span {
  color: inherit;
}
.ourrecipes-index-index .breadcrumbs .items:after {
  content: "" !important;
}
.ourrecipes-index-index.open-filter {
  overflow: hidden;
}
.ourrecipes-index-index.open-filter:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 29, 27, 0.25);
  z-index: 10;
}
.ourrecipes-index-index.open-filter .hide-important {
  display: none !important;
}
.ourrecipes-index-index.open-filter .acc-recipe-menu {
  display: none;
}
.ourrecipes-index-index.open-filter .acc-recipe-menu.active {
  display: block;
}
.ourrecipes-index-index.open-filter .acc-recipe-menu.active .active-menu-tag {
  display: block;
}
.ourrecipes-index-index.open-filter .acc-recipe-nav-title:after {
  content: none !important;
}
.ourrecipes-index-index .page-wrapper {
  background: url("../../frontend/Overdose/woop/en_NZ/images/our_recipes_top_bg.png") no-repeat;
  background-position: 0 20px;
  background-size: contain;
  max-width: 1480px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .ourrecipes-index-index .page-wrapper {
    background-position: -20px 20px;
  }
}
.ourrecipes-index-index .page-title-wrapper {
  padding: 60px 0 40px 165px;
}
.ourrecipes-index-index .page-title-wrapper p {
  font: 700 3.2rem/3.6rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  color: #000000;
}
.ourrecipes-index-index .page-main {
  margin-top: 27px;
  padding: 0 20px;
}
.ourrecipes-index-index .page-main .subtitle-myacc-title {
  margin-bottom: 4px;
  padding: 0;
}
.ourrecipes-index-index .column.main {
  border: none;
}
.ourrecipes-index-index .acc-recipe-filter-menu {
  padding: 16px 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
}
.ourrecipes-index-index .acc-recipe-filter-menu .acc-recipe-nav-title {
  color: #151515;
  font: 400 1.6rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  margin-bottom: 0;
  float: left;
}
.ourrecipes-index-index .acc-recipe-filter-menu .acc-recipe-nav-title:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  border-color: #000000;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 2.5px;
  margin-left: 17px;
  position: relative;
  top: -5px;
  left: -2px;
  width: 0;
  height: 0;
}
.ourrecipes-index-index .acc-recipe-filter-menu .acc-recipe-nav-title:hover:after {
  transform: rotate(225deg);
  top: -2px;
}
.ourrecipes-index-index .acc-recipe-filter-menu .acc-recipe-nav-title span {
  display: none;
}
.ourrecipes-index-index .acc-recipe-filter-menu .acc-recipe-nav-title:hover {
  cursor: pointer;
}
.ourrecipes-index-index .acc-recipe-filter-menu .acc-recipe-nav-title:hover:after {
  transform: rotate(45deg);
  top: -5px;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper {
  float: left;
  padding-bottom: 16px;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags {
  float: left;
  margin: 0 0 0 23px;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags:after {
  display: table;
  clear: both;
  content: '';
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p {
  background: #e0dbcc;
  display: inline-block;
  vertical-align: top;
  padding: 0 18px 1px 8px;
  margin: 0 0 2px 0;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p span,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p span {
  color: #151515;
  font: 400 1.6rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  margin-bottom: 0;
  float: left;
  line-height: normal;
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
  float: none;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p span:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  border-color: #000000;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 2.5px;
  margin-left: 17px;
  position: relative;
  top: -5px;
  left: -2px;
  width: 0;
  height: 0;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p span:hover:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p span:hover:after {
  transform: rotate(225deg);
  top: -2px;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p span span,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p span span {
  display: none;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p span:hover,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p span:hover {
  cursor: pointer;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p span:hover:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p span:hover:after {
  transform: rotate(45deg);
  top: -5px;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p span:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p span:after {
  content: none;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p:before,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-size: 2.3rem;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  line-height: normal;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p:hover,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p:hover {
  cursor: pointer;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown,
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown {
  display: none;
  background: #f9f7f2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown .recipes-filter-column,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown .recipes-filter-column,
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown .recipes-filter-column,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown .recipes-filter-column {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 16px 20px 16px 20px;
  position: relative;
  width: 100%;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown .recipes-filter-column [data-collapsible="true"]:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown .recipes-filter-column [data-collapsible="true"]:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown .recipes-filter-column [data-collapsible="true"]:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown .recipes-filter-column [data-collapsible="true"]:after {
  content: '';
  transform: rotate(45deg);
  border-color: #000000;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 3px;
  height: 0;
  right: 20px;
  margin: 0;
  position: absolute;
  top: 21px;
  width: 0;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown .recipes-filter-column [data-collapsible="true"][aria-selected="true"]:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown .recipes-filter-column [data-collapsible="true"][aria-selected="true"]:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown .recipes-filter-column [data-collapsible="true"][aria-selected="true"]:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown .recipes-filter-column [data-collapsible="true"][aria-selected="true"]:after {
  transform: rotate(225deg);
  top: 25px;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown .recipes-filter-column [data-collapsible="true"]:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown .recipes-filter-column [data-collapsible="true"]:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown .recipes-filter-column [data-collapsible="true"]:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown .recipes-filter-column [data-collapsible="true"]:after {
  top: 0;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown p,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown p,
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown p,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown p {
  color: #151515;
  font: 400 1.6rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown p:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown p:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown p:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown p:after {
  content: none;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown .active-filter-tags p,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown .active-filter-tags p,
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown .active-filter-tags p,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown .active-filter-tags p {
  margin: 0 0 2px 0;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown label,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown label,
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown label,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown label .checkmark,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown label .checkmark,
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown label .checkmark,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown label .checkmark {
  top: -1px;
  width: 20px;
  height: 20px;
  border-color: #e3e3e3;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown label.woop-checkbox .checkmark:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown label.woop-checkbox .checkmark:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown label.woop-checkbox .checkmark:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown label.woop-checkbox .checkmark:after {
  left: 7px;
  top: 2px;
  width: 6px;
  height: 11px;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown label.woop-radio .checkmark:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown label.woop-radio .checkmark:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown label.woop-radio .checkmark:after,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown label.woop-radio .checkmark:after {
  left: 5px;
  top: 5px;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown ul,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown ul,
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown ul,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown ul {
  margin: 15px 0 0;
  display: inline-block;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown ul li,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown ul li,
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown ul li,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown ul li {
  padding: 0;
  margin-bottom: 15px;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown ul li:last-child,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown ul li:last-child,
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown ul li:last-child,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown ul li:last-child {
  margin-bottom: 0;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown {
  width: 100%;
  right: 0;
  left: auto;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown .recipes-filter-column,
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown .recipes-filter-column {
  padding-right: 30px;
  padding-top: 5px;
  width: 100%;
}
.ourrecipes-index-index .acc-recipe-filter-menu .acc-recipe-menu.active {
  width: 100%;
}
.ourrecipes-index-index .acc-recipe-filter-menu .acc-recipe-menu.active .active-sort-tags {
  float: right;
}
.ourrecipes-index-index .acc-recipe-filter-menu .acc-recipe-menu.active .recipe-filter-dropdown,
.ourrecipes-index-index .acc-recipe-filter-menu .acc-recipe-menu.active .recipe-sort-dropdown {
  display: block;
  z-index: 11;
  padding-bottom: 70px;
  position: fixed;
  height: calc(100% - 60px);
  top: 60px;
  overflow-y: auto;
}
.ourrecipes-index-index .acc-recipe-filter-menu .acc-recipe-menu.active.recipe-filter-wrapper .acc-recipe-nav-title:after,
.ourrecipes-index-index .acc-recipe-filter-menu .acc-recipe-menu.active.recipes-sort-wrapper .acc-recipe-nav-title:after {
  transform: rotate(225deg);
  top: -2px;
}
.ourrecipes-index-index .acc-recipe-filter-menu .acc-recipe-menu.active .action-wrap {
  background: #f9f7f2;
  padding: 10px 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.ourrecipes-index-index .acc-recipe-filter-menu .acc-recipe-menu.active .action.done {
  display: block;
  background: transparent none;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 1px;
  padding: 16px 30px;
  font: 600 1.4rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 1.25px;
  transition: background-color 0.4s;
  text-transform: uppercase;
}
.ourrecipes-index-index .acc-recipe-filter-menu .acc-recipe-menu.active .action.done:hover {
  color: #ffffff;
  font-weight: 600;
  background: #000000 none;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper {
  padding-bottom: 16px;
  min-width: 170px;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper {
  float: right;
  cursor: pointer;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  border-color: #000000;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 2.5px;
  margin-left: 17px;
  position: relative;
  top: -5px;
  left: -2px;
  width: 0;
  height: 0;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper:hover:after {
  transform: rotate(225deg);
  top: -2px;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper:hover:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -5px;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper.active:after {
  top: -2px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .acc-recipe-nav-title {
  margin: 0 4px 0 0;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .acc-recipe-nav-title:after {
  content: none;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .acc-recipe-nav-title:hover {
  cursor: pointer;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .active-sort-tags {
  font-size: 0;
  float: left;
  margin: 0;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .active-sort-tags > p {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 5px;
  margin: 0;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .active-sort-tags > p span {
  color: #151515;
  font: 400 1.6rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  line-height: normal;
  display: inline-block;
  vertical-align: top;
  padding-top: 0;
  float: none;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper .active-sort-tags > p span:after {
  content: none;
}
.ourrecipes-index-index .acc-recipe-filter-menu .recipes-sort-wrapper:after:hover {
  cursor: pointer;
}
.ourrecipes-index-index .our-recipes-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  max-width: 1310px;
  margin: 40px auto 0;
}
.ourrecipes-index-index .our-recipes-grid .product-list-item {
  position: relative;
}
.ourrecipes-index-index .our-recipes-grid .view-block .action-toolbar .action {
  padding-bottom: 1px;
}
.ourrecipes-index-index .our-recipes-grid .view-block .time-block span {
  margin-top: 3px;
}
.ourrecipes-index-index .our-recipes-grid .product-list-item {
  margin-bottom: 20px;
  width: 100%;
  padding: 0;
  border: 1px solid #efefef;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  /*.product-info {
                    padding: 23px 20px 0 22px;
                }*/
}
.ourrecipes-index-index .our-recipes-grid .product-list-item .product-top {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #efefef;
  border-bottom: none;
}
.ourrecipes-index-index .our-recipes-grid .product-list-item .additional-recipe-date {
  background: #ffffff;
  position: absolute;
  right: 11px;
  top: 12px;
}
.ourrecipes-index-index .our-recipes-grid .product-list-item .additional-recipe-date span {
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  font: 700 1.3rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 6px 7px 6px 4px;
  text-transform: uppercase;
}
.ourrecipes-index-index .our-recipes-grid .product-list-item .additional-recipe-date:before {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/icon-recipe-calendar.png") no-repeat;
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 12px;
  margin: 6px 0 0 9px;
}
.ourrecipes-index-index .our-recipes-grid .product-list-loader-wrapper {
  width: 100%;
  clear: both;
  text-align: center;
  margin: 35px 0 0;
}
.ourrecipes-index-index .our-recipes-grid .product-list-loader-wrapper p {
  color: #000000;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  opacity: 0.5;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.67px;
  opacity: .6;
  text-align: center;
  margin-bottom: 15px;
}
.ourrecipes-index-index .our-recipes-grid .product-list-loader-wrapper .product-list-loader-indicator {
  background-color: rgba(205, 197, 174, 0.4);
  width: 253px;
  height: 4px;
  margin: 0 auto 40px;
  position: relative;
}
.ourrecipes-index-index .our-recipes-grid .product-list-loader-wrapper .product-list-loader-indicator .count {
  background: #cdc5ae;
  position: absolute;
  display: block;
  left: 0;
  height: 4px;
  top: 0;
}
.ourrecipes-index-index .our-recipes-grid .product-list-loader-wrapper .actions-toolbar .action {
  min-width: 253px;
}
.questionnaire-popup-block {
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  pointer-events: all;
}
.questionnaire-popup-block .modal-inner-wrap {
  max-width: 600px;
  margin: 60px auto !important;
  background-color: #ffffff !important;
  height: auto !important;
}
.questionnaire-popup-block .modal-inner-wrap .modal-header {
  padding: 0 !important;
}
.questionnaire-popup-block .modal-inner-wrap .modal-title {
  color: #000000;
  font-family: 'Gibson';
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: none;
}
.questionnaire-popup-block .modal-inner-wrap .modal-footer {
  border-top: none !important;
  text-align: center !important;
}
.questionnaire-popup-block .modal-inner-wrap .modal-footer button,
.questionnaire-popup-block .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.questionnaire-popup-block .modal-inner-wrap .modal-footer .action-gift {
  background-color: #000000;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #ffffff;
  width: 100%;
  padding: 12px;
}
.questionnaire-popup-block .modal-inner-wrap .modal-footer button span,
.questionnaire-popup-block .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action span,
.questionnaire-popup-block .modal-inner-wrap .modal-footer .action-gift span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.questionnaire-popup-block .modal-inner-wrap .modal-footer button:hover,
.questionnaire-popup-block .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action:hover,
.questionnaire-popup-block .modal-inner-wrap .modal-footer .action-gift:hover {
  background: #ffffff;
  color: #000000;
}
.questionnaire-popup-block .modal-inner-wrap .modal-footer button:hover span,
.questionnaire-popup-block .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action:hover span,
.questionnaire-popup-block .modal-inner-wrap .modal-footer .action-gift:hover span {
  color: inherit;
}
.questionnaire-popup-block .form-content .other-source-area {
  display: none;
}
.questionnaire-popup-block .form-content .form-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.questionnaire-popup-block .form-content .form-items .field {
  flex: 1 1 245px;
  padding: 0.4rem;
}
.questionnaire-popup-block .form-content .form-items .field.checkbox .woop-checkbox {
  font-size: 15px;
}
.questionnaire-popup-block .form-content .form-items .field.checkbox .woop-checkbox .paragraph-light {
  text-transform: none;
  display: inline-block;
  letter-spacing: 0;
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}
.questionnaire-popup-block .form-content .form-items .field.checkbox .woop-checkbox .checkmark {
  top: -1px;
}
.questionnaire-popup-block .form-content .form-items .field.checkbox .woop-checkbox {
  padding: 0;
}
.questionnaire-popup-block .form-content .form-items .field.checkbox .woop-checkbox .paragraph-light {
  padding: 14px 40px 13px 15px;
  border: 1px solid #dadada;
  display: block;
}
.questionnaire-popup-block .form-content .form-items .field.checkbox .woop-checkbox .paragraph-light:hover {
  border-color: rgba(29, 29, 27, 0.5);
}
.questionnaire-popup-block .form-content .form-items .field.checkbox .woop-checkbox .checkmark {
  top: 50%;
  left: auto;
  right: 12px;
  height: 26px;
  width: 26px;
  margin-top: -13px;
  border: 1px solid #dadada;
  border-radius: 50%;
}
.questionnaire-popup-block .form-content .form-items .field.checkbox .woop-checkbox .checkmark:after {
  left: 10px;
  top: 6px;
}
.questionnaire-popup-block .form-content .form-items .field.checkbox .woop-checkbox input:checked ~ .paragraph-light {
  color: rgba(0, 0, 0, 0.8);
  border-color: rgba(29, 29, 27, 0.5);
}
.questionnaire-popup-block .form-content .form-items .field.checkbox .woop-checkbox input:checked ~ .checkmark {
  border-color: #000000;
}
.questionnaire-popup-block .form-content .textarea {
  padding: 0.4rem;
}
.questionnaire-popup-block .form-content .textarea textarea {
  min-height: 100px;
  padding: 15px;
  display: block;
}
.questionnaire-popup-block .form-content .textarea textarea:focus {
  box-shadow: none;
  border-color: rgba(29, 29, 27, 0.5);
}
.woop-myaccount-page .subtitle-myacc-title {
  margin: 0;
}
.woop-myaccount-page .subtitle-myacc-title div div {
  padding: 0;
}
.woop-myaccount-page .columns .column.main {
  border-top: 0;
  padding-top: 0;
}
.woop-myaccount-page.checkout-onepage-success .checkout-success p {
  text-align: center;
}
.woop-myaccount-page.checkout-onepage-success h1 {
  text-align: center;
}
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info {
  width: 100%;
  display: flex;
  background: transparent;
  border-top: 1px dashed #aeada9;
  border-bottom: 1px dashed #aeada9;
  margin-bottom: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col {
  text-align: left;
  flex: 1 1 auto;
}
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col.payment .title,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col.payment .title {
  font-weight: normal;
}
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col.action,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col.action {
  margin: auto 0;
  text-align: right;
  width: 20%;
}
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col.action .href-underline,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col.action .href-underline {
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.6);
  border-radius: 0;
  color: #151515;
  font-family: 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  letter-spacing: .25px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  right: 14px;
  top: 13px;
}
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col.action .href-underline:hover,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col.action .href-underline:hover {
  color: #000000;
  border-bottom: 0;
}
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col .label,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col .label {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 5px;
}
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col .content,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col .content {
  float: left;
  padding: 6px 0 5px;
}
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col .content.status span,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col .content.status span {
  font-size: 1.3rem;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.82px;
  margin: -6px;
  padding: 6px 22px 5px;
  right: 20px;
  top: 10px;
  opacity: 1;
}
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col .content.status span div,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col .content.status span div {
  text-transform: capitalize;
}
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col .content.status.complete span,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col .content.status.complete span {
  background-color: rgba(178, 206, 181, 0.25);
}
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col .content.status.complete span div,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col .content.status.complete span div {
  color: #76b57c;
}
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col .content.status.canceled span,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col .content.status.canceled span,
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col .content.status.closed span,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col .content.status.closed span {
  background-color: rgba(249, 195, 169, 0.25);
}
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col .content.status.canceled span div,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col .content.status.canceled span div,
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col .content.status.closed span div,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col .content.status.closed span div {
  color: #e98d5f;
}
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col .content.status.pending span,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col .content.status.pending span,
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col .content.status.eway_captured span,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col .content.status.eway_captured span,
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col .content.status.processing span,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col .content.status.processing span,
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col .content.status.holded span,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col .content.status.holded span {
  background-color: #fff3cd;
}
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col .content.status.pending span div,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col .content.status.pending span div,
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col .content.status.eway_captured span div,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col .content.status.eway_captured span div,
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col .content.status.processing span div,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col .content.status.processing span div,
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col .content.status.holded span div,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col .content.status.holded span div {
  color: #856404;
}
.woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col .content dl,
.woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col .content dl {
  margin-bottom: 12px;
}
.woop-myaccount-page.sales-order-view .block-order-details-view,
.woop-myaccount-page.checkout-onepage-success .block-order-details-view {
  width: 100%;
  position: relative;
  display: inline-block;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 16px 0 7px;
}
.woop-myaccount-page.sales-order-view .block-order-details-view .box-order-shipping-address,
.woop-myaccount-page.checkout-onepage-success .block-order-details-view .box-order-shipping-address,
.woop-myaccount-page.sales-order-view .block-order-details-view .box-order-delivery-details,
.woop-myaccount-page.checkout-onepage-success .block-order-details-view .box-order-delivery-details {
  width: 100%;
}
.woop-myaccount-page.sales-order-view .block-order-details-view .box-order-shipping-address .box-title,
.woop-myaccount-page.checkout-onepage-success .block-order-details-view .box-order-shipping-address .box-title,
.woop-myaccount-page.sales-order-view .block-order-details-view .box-order-delivery-details .box-title,
.woop-myaccount-page.checkout-onepage-success .block-order-details-view .box-order-delivery-details .box-title {
  display: inline-block;
  width: 100%;
  float: left;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0 20px 17px;
  margin: 2px 0 0;
}
.woop-myaccount-page.sales-order-view .block-order-details-view .box-order-shipping-address .box-content,
.woop-myaccount-page.checkout-onepage-success .block-order-details-view .box-order-shipping-address .box-content,
.woop-myaccount-page.sales-order-view .block-order-details-view .box-order-delivery-details .box-content,
.woop-myaccount-page.checkout-onepage-success .block-order-details-view .box-order-delivery-details .box-content {
  padding: 26px 20px 0;
  color: rgba(21, 21, 21, 0.6);
  opacity: .5;
  font-size: 1.6rem;
}
.woop-myaccount-page.sales-order-view .block-order-details-view .box-order-shipping-address .box-content p,
.woop-myaccount-page.checkout-onepage-success .block-order-details-view .box-order-shipping-address .box-content p,
.woop-myaccount-page.sales-order-view .block-order-details-view .box-order-delivery-details .box-content p,
.woop-myaccount-page.checkout-onepage-success .block-order-details-view .box-order-delivery-details .box-content p {
  display: inline-block;
  float: left;
  margin: 15px 0 5px;
  width: 100%;
}
.woop-myaccount-page.sales-order-view .block-order-details-view .box-order-shipping-address .box-content a,
.woop-myaccount-page.checkout-onepage-success .block-order-details-view .box-order-shipping-address .box-content a,
.woop-myaccount-page.sales-order-view .block-order-details-view .box-order-delivery-details .box-content a,
.woop-myaccount-page.checkout-onepage-success .block-order-details-view .box-order-delivery-details .box-content a {
  float: left;
  margin-top: 5px;
  margin-bottom: 15px;
}
.woop-myaccount-page.sales-order-view .order-details-items,
.woop-myaccount-page.checkout-onepage-success .order-details-items {
  border: 0;
  margin: 0;
  padding: 0;
}
.woop-myaccount-page.sales-order-view .order-details-items .col,
.woop-myaccount-page.checkout-onepage-success .order-details-items .col {
  text-align: left;
  margin: auto 0;
}
.woop-myaccount-page.sales-order-view .order-details-items .table-order-items,
.woop-myaccount-page.checkout-onepage-success .order-details-items .table-order-items {
  position: relative;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 16px 0 7px;
  z-index: 2;
  display: inline-block;
  width: 100%;
  float: left;
}
.woop-myaccount-page.sales-order-view .order-details-items .table-order-items .table-head-block,
.woop-myaccount-page.checkout-onepage-success .order-details-items .table-order-items .table-head-block {
  display: inline-block;
  width: 100%;
  float: left;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0 20px 17px;
  margin: 2px 0 0;
}
.woop-myaccount-page.sales-order-view .order-details-items .table-order-items .table-head-block .row,
.woop-myaccount-page.checkout-onepage-success .order-details-items .table-order-items .table-head-block .row {
  display: flex;
  flex-wrap: wrap;
}
.woop-myaccount-page.sales-order-view .order-details-items .table-order-items .table-head-block .row .col,
.woop-myaccount-page.checkout-onepage-success .order-details-items .table-order-items .table-head-block .row .col {
  text-align: left;
  flex: 1 1 auto;
  margin: auto 0;
}
.woop-myaccount-page.sales-order-view .order-details-items .table-order-items .table-head-block .row .col.name,
.woop-myaccount-page.checkout-onepage-success .order-details-items .table-order-items .table-head-block .row .col.name {
  width: 62%;
}
.woop-myaccount-page.sales-order-view .order-details-items .table-order-items .table-head-block .row .col.qty,
.woop-myaccount-page.checkout-onepage-success .order-details-items .table-order-items .table-head-block .row .col.qty {
  width: 18%;
}
.woop-myaccount-page.sales-order-view .order-details-items .table-order-items .table-head-block .row .col.subtotal,
.woop-myaccount-page.checkout-onepage-success .order-details-items .table-order-items .table-head-block .row .col.subtotal {
  width: 20%;
}
.woop-myaccount-page.sales-order-view .order-details-items .table-order-items .table-head-block .row .col:last-child,
.woop-myaccount-page.checkout-onepage-success .order-details-items .table-order-items .table-head-block .row .col:last-child {
  text-align: right;
}
.woop-myaccount-page.sales-order-view .order-details-items .table-order-items .table-items-block,
.woop-myaccount-page.checkout-onepage-success .order-details-items .table-order-items .table-items-block {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 0 20px 0;
}
.woop-myaccount-page.sales-order-view .order-details-items .table-order-items .table-items-block .row,
.woop-myaccount-page.checkout-onepage-success .order-details-items .table-order-items .table-items-block .row {
  margin: 17px 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.woop-myaccount-page.sales-order-view .order-details-items .table-order-items .table-items-block .row:last-child,
.woop-myaccount-page.checkout-onepage-success .order-details-items .table-order-items .table-items-block .row:last-child {
  border-bottom: 0;
}
.woop-myaccount-page.sales-order-view .order-details-items .table-order-items .table-items-block .row .col,
.woop-myaccount-page.checkout-onepage-success .order-details-items .table-order-items .table-items-block .row .col {
  flex: 1 1 auto;
  color: #1d1d1b;
  opacity: .5;
}
.woop-myaccount-page.sales-order-view .order-details-items .table-order-items .table-items-block .row .col.name,
.woop-myaccount-page.checkout-onepage-success .order-details-items .table-order-items .table-items-block .row .col.name {
  display: flex;
  float: left;
  flex-wrap: wrap;
  opacity: 1;
}
.woop-myaccount-page.sales-order-view .order-details-items .table-order-items .table-items-block .row .col.subtotal .price-excluding-tax,
.woop-myaccount-page.checkout-onepage-success .order-details-items .table-order-items .table-items-block .row .col.subtotal .price-excluding-tax {
  font-size: 1.4rem;
}
.woop-myaccount-page.sales-order-view .order-details-items .table-order-items .table-items-block .row .col.subtotal .price-excluding-tax .price,
.woop-myaccount-page.checkout-onepage-success .order-details-items .table-order-items .table-items-block .row .col.subtotal .price-excluding-tax .price {
  font-weight: 400;
}
.woop-myaccount-page.sales-order-view .order-details-items .table-order-items .table-items-block .row .col.image,
.woop-myaccount-page.checkout-onepage-success .order-details-items .table-order-items .table-items-block .row .col.image {
  opacity: 1;
}
.woop-myaccount-page.sales-order-view .order-details-items .order-totals,
.woop-myaccount-page.checkout-onepage-success .order-details-items .order-totals {
  width: 100%;
  position: relative;
  display: inline-block;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 16px 0 7px;
  z-index: 0;
  margin-top: -5px;
  padding: 16px 16px 7px;
}
.woop-myaccount-page.sales-order-view .order-details-items .order-totals .row,
.woop-myaccount-page.checkout-onepage-success .order-details-items .order-totals .row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.woop-myaccount-page.sales-order-view .order-details-items .order-totals .row.grand_total,
.woop-myaccount-page.checkout-onepage-success .order-details-items .order-totals .row.grand_total {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 15px;
  font-weight: 500;
}
.woop-myaccount-page.sales-order-view .order-details-items .order-totals .row .col,
.woop-myaccount-page.checkout-onepage-success .order-details-items .order-totals .row .col {
  width: 50%;
  flex: 1 1 auto;
}
.woop-myaccount-page.sales-order-view .order-details-items .order-totals .row .col:last-child,
.woop-myaccount-page.checkout-onepage-success .order-details-items .order-totals .row .col:last-child {
  text-align: right;
}
.woop-myaccount-page.sales-order-view .actions-toolbar,
.woop-myaccount-page.checkout-onepage-success .actions-toolbar {
  width: 100%;
  display: inline-block;
  float: left;
}
.woop-myaccount-page.sales-order-view .actions-toolbar a,
.woop-myaccount-page.checkout-onepage-success .actions-toolbar a {
  border: 1px solid #1d1d1b;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
  display: inline-block;
  text-align: center;
  min-width: 200px;
}
.woop-myaccount-page.sales-order-view .actions-toolbar a:hover,
.woop-myaccount-page.checkout-onepage-success .actions-toolbar a:hover {
  background: #000000;
  color: #ffffff;
}
.woop-myaccount-page.sales-order-view .actions-toolbar a span,
.woop-myaccount-page.checkout-onepage-success .actions-toolbar a span {
  font-size: 1.3rem;
  text-transform: uppercase;
}
.woop-myaccount-page.sales-recipeorder-history .subtitle-myacc-title {
  margin: 0 auto;
}
.woop-myaccount-page.sales-recipeorder-history .columns .main {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.woop-myaccount-page.sales-recipeorder-history .order-history-head .sub-title-text {
  width: 100%;
  text-align: center;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list {
  width: 100%;
  position: relative;
  display: inline-block;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 16px 0 7px;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .col.date {
  width: 10%;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .col.increment_id {
  width: 10%;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .col.plan {
  width: 20%;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .col.grand_total {
  width: 15%;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .col.status {
  width: 20%;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .col.actions-toolbar {
  width: 10%;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-head-block {
  width: 100%;
  float: left;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0 20px 17px;
  margin: 2px 0 0;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-head-block .row {
  display: flex;
  flex-wrap: wrap;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-head-block .row .col {
  text-align: left;
  flex: 1 1 auto;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 0 20px 0;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row {
  margin: 0;
  padding: 17px 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  align-items: center;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row:last-child {
  border-bottom: 0;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row .col {
  flex: 1 1 auto;
  color: rgba(21, 21, 21, 0.6);
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row .col span {
  opacity: .5;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row .col.status span {
  font-size: 1.3rem;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.82px;
  margin: -6px;
  padding: 6px 22px 5px;
  right: 20px;
  top: 10px;
  opacity: 1;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row .col.status span div {
  text-transform: capitalize;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row .col.status.complete span {
  background-color: rgba(178, 206, 181, 0.25);
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row .col.status.complete span div {
  color: #76b57c;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row .col.status.canceled span,
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row .col.status.closed span {
  background-color: rgba(249, 195, 169, 0.25);
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row .col.status.canceled span div,
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row .col.status.closed span div {
  color: #e98d5f;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row .col.status.pending span,
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row .col.status.eway_captured span,
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row .col.status.processing span,
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row .col.status.holded span {
  background-color: #fff3cd;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row .col.status.pending span div,
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row .col.status.eway_captured span div,
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row .col.status.processing span div,
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .table-items-block .row .col.status.holded span div {
  color: #856404;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .actions-toolbar .href-underline {
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.6);
  border-radius: 0;
  color: #151515;
  font-family: 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  letter-spacing: .25px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  right: 14px;
  top: 13px;
}
.woop-myaccount-page.sales-recipeorder-history .table-orders-list .actions-toolbar .href-underline:hover {
  color: #000000;
  border-bottom: 0;
}
.woop-myaccount-page.sales-recipeorder-history .load-more {
  border: 1px solid #1d1d1b;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
  display: inline-block;
  text-align: center;
  min-width: 200px;
  margin-top: 20px;
}
.woop-myaccount-page.sales-recipeorder-history .load-more:hover {
  background: #000000;
  color: #ffffff;
}
.woop-myaccount-page.sales-recipeorder-history .load-more span {
  font-size: 1.3rem;
  text-transform: uppercase;
}
.checkout-sidebar .cart-item-block {
  background: #b2ceb5;
}
.checkout-sidebar .summary-title {
  color: #000000;
  font: 600 1.8rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.checkout-sidebar .totals .title {
  font-weight: 400;
  text-transform: none;
  color: rgba(29, 29, 27, 0.5);
}
.checkout-sidebar .totals .amount {
  text-transform: none;
}
.checkout-sidebar .totals:not(:nth-last-child(-n+2)) {
  border-bottom: 1px solid rgba(29, 29, 27, 0.1);
}
.checkout-sidebar .totals.rule {
  border-bottom: none;
}
.checkout-sidebar .totals.weeks .amount {
  width: 100%;
}
.checkout-sidebar .totals.weeks .value {
  width: 100%;
  float: right;
  text-align: right;
}
.checkout-sidebar .title,
.checkout-sidebar .amount {
  color: #000000;
  font: 500 1.5rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: .75px;
  text-transform: uppercase;
}
.checkout-sidebar .title.mini,
.checkout-sidebar .amount.mini {
  font: 500 1.2rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000000;
  display: block;
  margin-bottom: 12px;
}
.checkout-sidebar .details-fd .value {
  color: #000000;
}
.checkout-sidebar .details-fd .value span {
  color: #000000;
}
.checkout-sidebar .content.minicart-items {
  padding-bottom: 20px;
}
.checkout-sidebar .cart-item {
  padding-top: 27px;
  padding-bottom: 0;
  border-top: 1px solid rgba(29, 29, 27, 0.1);
}
.checkout-sidebar .cart-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.checkout-sidebar .image-container {
  display: inline-block;
  margin-right: 15px;
  min-width: 120px;
  white-space: nowrap;
}
.checkout-sidebar .image-container .image-wrapper {
  display: inline-block;
  padding: 10px;
  background-color: #a8c8ab;
  max-width: 120px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.checkout-sidebar .item-name {
  display: block;
  color: #1d1d1b;
  font: 400 1.5rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 21px;
}
.checkout-sidebar .item-attributes {
  font: 400 1.5rem/22px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.checkout-sidebar .item-attributes span {
  color: rgba(29, 29, 27, 0.5);
}
.checkout-sidebar .delivery-value span + span:before {
  display: inline;
  content: ', ';
  margin-left: -3px;
}
.checkout-sidebar .delivery-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 0 10px;
  border-top: 1px solid rgba(29, 29, 27, 0.1);
  border-bottom: 1px solid rgba(29, 29, 27, 0.1);
}
.checkout-sidebar .delivery-info .title {
  margin-bottom: 10px;
}
.checkout-sidebar .totals-block {
  display: block;
  margin: 0 -30px;
  width: auto;
  max-width: none;
}
.checkout-sidebar .totals-block .totals,
.checkout-sidebar .grand-totals {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.checkout-sidebar .totals-block .totals:first-child {
  padding-top: 0;
}
.checkout-sidebar .totals-block .grand-totals {
  margin-top: 10px;
}
.checkout-sidebar .totals-block td,
.checkout-sidebar .totals-block th,
.checkout-sidebar .totals-block tbody {
  display: block;
  padding: 0;
}
.checkout-sidebar .totals-block tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.checkout-sidebar .grand-totals {
  background: #f9f7f2 url("../../frontend/Overdose/woop/en_NZ/images/rectangle.png") no-repeat;
  padding: 20px;
}
.checkout-sidebar .grand-totals .title,
.checkout-sidebar .grand-totals .amount {
  font-size: 1.6rem;
  font-weight: 600;
}
.checkout-sidebar .grand-totals .title {
  font: 500 1.5rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.checkout-wrapper {
  background: #ffffff;
}
.checkout-wrapper .select2-container.select2-container--classic .select2-selection--single,
.checkout-wrapper .select2-container.select2-container--classic .select2-selection--single.select2-container--open {
  border: 1px solid #dadada;
}
.checkout-wrapper .select2-container.select2-container--classic .select2-selection--single .select2-selection__rendered,
.checkout-wrapper .select2-container.select2-container--classic .select2-selection--single.select2-container--open .select2-selection__rendered {
  padding-right: 23px;
}
.signup-index-index .dont-delivery-yet .modal-inner-wrap .popup-title,
.checkout-index-index .dont-delivery-yet .modal-inner-wrap .popup-title {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 16px;
}
.signup-index-index .dont-delivery-yet .modal-inner-wrap .additional-text,
.checkout-index-index .dont-delivery-yet .modal-inner-wrap .additional-text {
  font-weight: 300;
}
.signup-index-index .dont-delivery-yet .modal-inner-wrap .modal-content,
.checkout-index-index .dont-delivery-yet .modal-inner-wrap .modal-content {
  padding-bottom: 0;
}
.signup-index-index .dont-delivery-yet .modal-inner-wrap .modal-footer,
.checkout-index-index .dont-delivery-yet .modal-inner-wrap .modal-footer {
  border: none;
  padding-top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.signup-index-index .dont-delivery-yet .modal-inner-wrap .modal-footer .primary.submit-button,
.checkout-index-index .dont-delivery-yet .modal-inner-wrap .modal-footer .primary.submit-button {
  width: 100%;
  max-width: 49%;
  background: #000000;
  border-color: #000000;
  height: 50px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  transition: background-color 0.4s;
}
.signup-index-index .dont-delivery-yet .modal-inner-wrap .modal-footer .primary.submit-button:hover,
.checkout-index-index .dont-delivery-yet .modal-inner-wrap .modal-footer .primary.submit-button:hover {
  color: #000000;
  background: transparent;
}
.signup-index-index .dont-delivery-yet .modal-inner-wrap .modal-footer .action.cancel,
.checkout-index-index .dont-delivery-yet .modal-inner-wrap .modal-footer .action.cancel {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 16px;
  text-transform: none;
  display: inline-block;
  border: none;
  background: transparent;
  padding: 0;
  font-weight: 300;
}
.checkout-content .title-block {
  margin-bottom: 21px;
  text-align: center;
}
.checkout-content .page-title {
  color: #000000;
  margin: 0 0 10px;
}
.checkout-content .additional-title p {
  color: #1d1d1b;
  font: 400 1.6rem/20px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: .5;
  margin: 0;
}
.checkout-content .price {
  color: #000000;
  font: 500 2.2rem/22px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.checkout-content .label-price {
  color: #000000;
  font: 400 1.2rem/12px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 1.5px;
  margin-left: 9px;
}
.checkout-content .payment-top-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.checkout-content .payment-top-block .payment-title-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.checkout-content .field.field-your-address-optional .control input {
  padding-right: 110px;
}
.checkout-content .field.field-your-address-optional .control:after {
  content: '(optional)';
  width: 88px;
  text-align: right;
  line-height: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}
.checkout-content input {
  opacity: 1;
}
.checkout-content .fields-group,
.checkout-content .actions-toolbar.bottom {
  padding: 35px 0 20px;
  border-top: 1px solid #efefef;
}
.checkout-content .fields-group {
  padding: 0;
}
.checkout-content .actions-toolbar.bottom {
  margin: 0 !important;
}
.checkout-content .actions-toolbar.bottom .totals {
  display: none;
}
.checkout-content .actions-toolbar.bottom .totals .price {
  font-size: 2.2rem;
  color: #000000;
  font-weight: 600;
  margin-right: 10px;
}
.checkout-content .actions-toolbar.bottom .totals .date {
  font-size: 1.2rem;
  color: #000000;
  font-weight: 300;
  opacity: .8;
  text-transform: uppercase;
}
.checkout-content .actions-toolbar.bottom .action.disabled {
  opacity: .25;
}
.checkout-content .form-wrapper {
  margin-top: 25px;
}
.checkout-content .form-wrapper label {
  line-height: 1.26rem;
  margin-bottom: 8px;
}
.checkout-content .form-wrapper label span {
  font: 500 1.1rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 1;
}
.checkout-content .form-wrapper .field.address .field:first-child {
  margin-bottom: 17px;
}
.checkout-content .message,
.checkout-content #delivery-options-form .field.text {
  color: #8f8f8f;
  font: 400 1.2rem/16px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.checkout-content .message p {
  margin: 0;
}
.checkout-content .actions-toolbar.bottom .primary {
  width: 100%;
}
.checkout-content #delivery-options-form > .field[name="deliveryOptions.where_leave_box"] label span {
  color: #8f8f8f;
  font: 400 1.4rem/16px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 10px 0 17px;
  letter-spacing: normal;
  text-transform: none;
}
.checkout-content #delivery-options-form .select2-container {
  width: 100% !important;
}
.checkout-content #delivery-options-form .additional-info {
  margin-bottom: 10px;
}
.checkout-content #delivery-options-form textarea {
  height: 120px;
  display: block;
}
.checkout-content #delivery-options-form [name="deliveryOptions.instructions"] {
  order: 6;
}
.checkout-content #delivery-options-form .field.text {
  padding-top: 13px;
  max-width: 300px;
}
.checkout-content #delivery-options-form .field.text p {
  margin: 0;
}
.checkout-content .coupon-code-form .actions-toolbar {
  margin: 0;
}
.checkout-content .coupon-code-form .actions-toolbar:before,
.checkout-content .coupon-code-form .actions-toolbar:after {
  display: none;
}
.checkout-content .coupon-code-form .actions-toolbar .action.coupon {
  padding: 16px 14px;
}
.checkout-content .coupon-code-form .field-your-address-optional {
  position: relative;
}
.checkout-content .coupon-code-form .field-your-address-optional [data-role="checkout-messages"] {
  position: absolute;
  top: -22px;
}
.checkout-content .coupon-code-form .field-your-address-optional .message-success,
.checkout-content .coupon-code-form .field-your-address-optional .message-error {
  max-height: 15px;
}
.checkout-content .coupon-code-form .field-your-address-optional .message-success > div,
.checkout-content .coupon-code-form .field-your-address-optional .message-error > div {
  width: 100%;
  text-align: left;
}
.checkout-content .coupon-code-form .field-your-address-optional .message-success > div:before,
.checkout-content .coupon-code-form .field-your-address-optional .message-error > div:before {
  position: static;
  margin: 0;
}
.checkout-content .coupon-code-form .field-your-address-optional .message-error > div:before {
  font-size: 22px;
  margin-top: -2px;
}
.checkout-content .coupon-code-form .discount-code .control,
.checkout-content .coupon-code-form .discount-code .actions-toolbar {
  display: inline-block;
  vertical-align: top;
}
.checkout-content .coupon-code-form .discount-code .control {
  width: calc(100% - 73px);
}
.checkout-content .coupon-code-form .discount-code .actions-toolbar {
  margin-left: -2px;
}
.checkout-content .coupon-code-form .discount-code .action.disabled {
  opacity: .5;
}
.checkout-content .coupon-code-form .discount-code .action.applied {
  padding: 16px 6px;
}
.checkout-content .coupon-code-form .discount-code .actions-toolbar.remove-coupon {
  margin-left: 0;
}
.checkout-content .coupon-code-form > .field.form-referral .actions-toolbar {
  margin: 0;
}
.checkout-content .coupon-code-form > .field.form-referral .actions-toolbar .action-find-friend {
  margin-left: auto;
}
.checkout-content .coupon-code-form .form-referral .control {
  width: calc(100% - 76px);
  float: left;
}
.checkout-content .coupon-code-form .form-referral .control:after {
  content: '(optional)';
  width: 88px;
  text-align: right;
  line-height: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}
.checkout-content .coupon-code-form .form-referral .actions-toolbar button.action-apply.button-secondary-medium:disabled,
.checkout-content .coupon-code-form .form-referral .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action-apply.button-secondary-medium:disabled,
.checkout-content .coupon-code-form .form-referral .actions-toolbar .action-gift.action-apply.button-secondary-medium:disabled {
  opacity: .5;
}
.checkout-content .coupon-code-form .form-referral .actions-toolbar button.action-apply.button-secondary-medium:disabled.applied,
.checkout-content .coupon-code-form .form-referral .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action-apply.button-secondary-medium:disabled.applied,
.checkout-content .coupon-code-form .form-referral .actions-toolbar .action-gift.action-apply.button-secondary-medium:disabled.applied {
  padding: 16px 6px;
}
.checkout-content .coupon-code-form .form-referral .remove-referral {
  width: 100%;
}
.checkout-content .coupon-code-form .referral-link {
  color: rgba(29, 29, 27, 0.5);
  opacity: .8;
  font: 400 1.4rem/18px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-right: 10px;
}
.checkout-content .payment-method .fields.payment > .field .select2-container {
  width: 100% !important;
}
.checkout-content .payment-method .fields.payment > .field.cvv .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-content .payment-method .fields.payment > .field.cvv .field-block {
  max-width: 148px;
}
.checkout-content .payment-method .fields.payment > .field.cvv .block-questions {
  margin-left: 10px;
  padding-top: 15px;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.checkout-content .payment-method .fields.payment > .field.cvv .block-questions .tooltip-toggle {
  color: #000000;
  font: 700 1.3rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: .41px;
  text-transform: uppercase;
  text-decoration: underline;
}
.checkout-content .payment-method .fields.payment > .field.cvv .block-questions p {
  margin: 0;
}
.checkout-content .payment-method .fields.payment > .field.cvv .field-tooltip {
  position: static;
  margin: 0;
}
.checkout-content .payment-method .fields.payment > .field.cvv .actions-toolbar._active .field-tooltip-content {
  display: block;
}
.checkout-content .payment-method .fields.payment > .field.date .control .select-wrapper {
  position: relative;
}
.checkout-content .payment-method .fields.payment > .field.date .control .select-wrapper:before,
.checkout-content .payment-method .fields.payment > .field.date .control .select-wrapper:after {
  content: "";
  border-width: 0 1px 1px 0;
  border-color: #000000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  margin-left: -4px;
  margin-top: -5px;
  position: absolute;
  padding: 3px;
  border-style: solid;
  height: 0;
  top: 55%;
  width: 0;
}
.checkout-content .payment-method .fields.payment > .field.date .control .select-wrapper:before {
  left: calc(48.5% - 20px);
}
.checkout-content .payment-method .fields.payment > .field.date .control .select-wrapper:after {
  left: calc(100% - 20px);
}
.checkout-content #delivery-address-form .field[name="shippingAddress.street.0"] .control {
  margin-bottom: 10px;
}
.checkout-content #delivery-address-form .field[name="shippingAddress.street.1"] .label {
  display: none;
}
.preference-wrapper {
  background-color: #ffffff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
.preference-wrapper .content-preference {
  position: relative;
}
.preference-wrapper .right-desc-block {
  max-width: 182px;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .preference-wrapper .right-desc-block {
    display: none;
  }
}
.preference-wrapper .right-desc-block:before {
  content: "";
  right: auto;
  display: inline-block;
  width: 23px;
  height: 21px;
  background: url("../../frontend/Overdose/woop/en_NZ/images/arrow_bottom.png");
  margin: 10px 30px 0 0;
  background-size: cover;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}
.preference-title {
  margin: 0 0 19px;
  text-align: center;
}
.preference-types {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.preference-text {
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.preference-text .select-preference {
  color: #000000;
  font: 500 1.1rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.preference-text .view-preference {
  font: 700 1.4rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  opacity: .8;
  cursor: pointer;
  position: relative;
  padding-bottom: 1px;
  color: #000000;
}
.preference-text .view-preference:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: inline-block;
  height: 1px;
  background: #000000;
}
.preference-item-type {
  border: 1px solid #dadada;
  cursor: pointer;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  position: relative;
}
.preference-item-type.chosen {
  background: #b2ceb5;
  border-color: #b2ceb5;
}
.preference-item-type.chosen:after {
  content: "";
  position: absolute;
  top: -8px;
  right: -5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #000000 url("../../frontend/Overdose/woop/en_NZ/images/icons/tick_icon.png") no-repeat center;
}
.preference-item-type .preference-item-price {
  display: none;
}
.preference-item-name {
  color: #1d1d1b;
  font: 600 1.6rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 14px;
  text-transform: uppercase;
  display: block;
}
.preference-item-logo {
  margin-top: 23px;
  margin-bottom: 15px;
  max-width: 35px;
}
.preference-item-logo img {
  display: block;
}
.preference-item-text {
  text-align: center;
}
.preference-item-text.preference-item-data {
  color: #1d1d1b;
  font: 300 1.4rem/20px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  max-height: 60px;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 0px;
}
.preference-item-text.preference-item-data.forbidden {
  font: 400 20px/30px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 1.5px;
  text-transform: inherit;
  max-height: none;
}
.recipes-people-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.people-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.no-of-people-selector,
.no-of-recipes-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.no-of-people-selector .people-item,
.no-of-recipes-selector .people-item,
.no-of-people-selector .recipe-item,
.no-of-recipes-selector .recipe-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #dadada;
  border-width: 1px 0;
  width: 50px;
  height: 46px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .no-of-people-selector .people-item,
  .no-of-recipes-selector .people-item,
  .no-of-people-selector .recipe-item,
  .no-of-recipes-selector .recipe-item {
    width: 60px;
  }
}
.no-of-people-selector .people-item span,
.no-of-recipes-selector .people-item span,
.no-of-people-selector .recipe-item span,
.no-of-recipes-selector .recipe-item span {
  color: rgba(29, 29, 27, 0.5);
  font: 700 2rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.no-of-people-selector .people-item span.tooltip-content,
.no-of-recipes-selector .people-item span.tooltip-content,
.no-of-people-selector .recipe-item span.tooltip-content,
.no-of-recipes-selector .recipe-item span.tooltip-content {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: normal;
  font-family: 'Gibson';
}
.no-of-people-selector .people-item.chosen,
.no-of-recipes-selector .people-item.chosen,
.no-of-people-selector .recipe-item.chosen,
.no-of-recipes-selector .recipe-item.chosen {
  background-color: #b2ceb5;
  -webkit-transform: scale(1, 1.1);
  -moz-transform: scale(1, 1.1);
  -ms-transform: scale(1, 1.1);
  transform: scale(1, 1.1);
}
.no-of-people-selector .people-item.chosen span,
.no-of-recipes-selector .people-item.chosen span,
.no-of-people-selector .recipe-item.chosen span,
.no-of-recipes-selector .recipe-item.chosen span {
  color: #000000;
}
.no-of-people-selector .people-item:last-child,
.no-of-recipes-selector .people-item:last-child,
.no-of-people-selector .recipe-item:last-child,
.no-of-recipes-selector .recipe-item:last-child {
  border-width: 1px 1px 1px 0;
}
.no-of-people-selector .people-item:first-child,
.no-of-recipes-selector .people-item:first-child,
.no-of-people-selector .recipe-item:first-child,
.no-of-recipes-selector .recipe-item:first-child {
  border-width: 1px 0 1px 1px;
}
.subscription-settings .title,
.signup-index-index .delivery-info .delivery-frequency-wrapper .title,
.signup-index-index .delivery-info .first-delivery-date-wrapper .title {
  color: #000000;
  font: 500 1.1rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
  display: inline-block;
}
.subscription-settings .after-cut-off-message,
.subscription-settings .people-text .preference-type {
  color: rgba(29, 29, 27, 0.6);
  font: 400 1.3rem/17px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.subscription-settings .people-text .preference-type {
  margin-left: 15px;
  line-height: 17px;
  display: inline-block;
}
.subscription-settings .select2-container--classic {
  width: 100% !important;
}
.select-your-plan .preference-slogan-text {
  margin-top: 10px;
}
.select-your-plan .preference-slogan-text .preference-slogan {
  color: rgba(29, 29, 27, 0.6);
  font: 400 1.3rem/17px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.preference-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #efefef;
}
.preference-summary .period-text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.preference-summary .period-text span:first-child {
  margin-right: 3px;
}
.your-preferences-step-container button.action.continue,
.your-preferences-step-container .cart.table-wrapper .actions-toolbar > .action.action.continue,
.your-preferences-step-container .action-gift.action.continue {
  background: #000000;
  font-size: 1.4rem;
  color: #ffffff;
}
.your-preferences-step-container button.action.continue:hover,
.your-preferences-step-container .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
.your-preferences-step-container .action-gift.action.continue:hover {
  background: transparent;
  color: #000000;
}
.preference-item-type.forbidden,
.people-item.forbidden,
.recipe-item.forbidden,
.our-plan-wrapper .plan-item-type.forbidden,
.box-subscription .plan-item-type.forbidden {
  background: lightgrey;
  cursor: auto;
}
.coupon-code-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.coupon-code-title {
  color: #000000;
  font: 600 1.4rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: .82px;
  text-transform: uppercase;
}
#coupon-code-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#your-preferences {
  width: 100%;
}
#your-preferences .woop-featured-wrapper:before {
  display: none;
}
.signup-index-index .plans-menu-wrap {
  padding: 0 0 50px;
}
.your-preferences-step-container .step-content {
  display: flex;
  flex-direction: column;
}
.your-preferences-step-container .preference-wrapper {
  width: 100%;
  margin-bottom: 37px;
}
.your-preferences-step-container .block-recipes-slide .title-block {
  display: none !important;
}
.your-preferences-step-container .plans-menu-wrap .product-list .product-info {
  min-height: 200px;
}
.your-preferences-step-container .plans-menu-wrap .product-list .product-info .desc {
  font-weight: 400;
}
.your-preferences-step-container .plans-menu-wrap .product-list .product-list-item {
  margin-bottom: 19px;
}
.your-preferences-step-container .plans-menu-wrap .product-list .product-list-item:nth-of-type(3n + 2),
.your-preferences-step-container .plans-menu-wrap .product-list .product-list-item:nth-of-type(2n) {
  margin: 0 0 19px;
}
.your-preferences-step-container .plans-menu-wrap div.product-list .product-list-item .product-info {
  padding: 18px 20px 10px;
}
.signup-index-index .week-heading-plan-block {
  text-align: center;
}
.signup-index-index .week-heading-plan-block .info-text {
  font-size: 2.4rem;
  line-height: 2.88rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.signup-index-index .week-heading-plan-block .date-text {
  font-size: 1.6rem;
  line-height: 1.4rem;
  color: #000000;
  font-family: 'Typewriter Condensed';
  margin-bottom: 18px;
}
.signup-index-index .week-heading-plan-block .additional-info {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #000000;
  opacity: .5;
}
.signup-index-index .recipe-list-bottom {
  width: 100%;
  margin: 38px auto 0;
  text-align: center;
}
.signup-index-index .recipe-list-bottom__title {
  font-size: 1.2rem;
  line-height: 1.38rem;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.signup-index-index .recipe-list-bottom__title span:nth-child(2) {
  position: relative;
}
.signup-index-index .recipe-list-bottom__title span:nth-child(2):before {
  position: absolute;
  content: '';
  width: 90%;
  height: 1px;
  background: #000000;
  bottom: -1px;
  right: 0;
}
.signup-index-index .recipe-list-bottom__description {
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #6d6d6d;
  padding: 0 15px;
  margin-bottom: 26px;
}
.signup-index-index .recipe-list-bottom__description.cut-off {
  font-size: 1.4rem;
}
.signup-index-index .recipe-list-bottom__description span:nth-child(2) {
  color: #000000;
}
.signup-index-index .recipe-list-bottom__button .button-secondary-medium {
  padding: 14px;
  width: 100%;
}
.signup-index-index .common-questions {
  min-width: 100%;
  padding: 0 20px;
}
.signup-index-index .common-questions .common-questions-text .common-questions-list li {
  list-style: disc;
}
.signup-index-index .common-question-content .question-item-title {
  margin-bottom: 25px;
}
.signup-index-index .preference-summary {
  padding-top: 0;
  border-top: none;
}
.signup-index-index .preference-summary .preference-summary-info .preference-price:after {
  display: none;
}
.signup-index-index .preference-summary .period-text {
  font-weight: 600;
  letter-spacing: .5px;
}
.signup-index-index .preference-summary .preference-price .period-text,
.signup-index-index .preference-summary .preference-price .formatted-price-value {
  color: #1d1d1b;
}
.signup-index-index .preference-summary .preference-flexible-delivery .after-cut-off-message {
  display: none;
}
.signup-index-index .preference-wrapper {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.signup-index-index .preference-title {
  color: #000000;
  line-height: 2.88rem;
}
.signup-index-index .plan-types {
  margin-bottom: 20px;
}
.signup-index-index .plan-people-selector {
  position: relative;
  padding-bottom: 41px;
  width: 100%;
}
.signup-index-index .plan-people-selector .preference-type {
  color: #8f8f8f;
  font-style: italic;
}
.signup-index-index .plan-people-selector:before {
  position: absolute;
  bottom: 20px;
  left: -20px;
  content: '';
  width: calc(100% + 40px);
  height: 20px;
  z-index: 2;
  background-position: 0 58px;
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/bottom_bg.png");
}
.signup-index-index .plan-people-selector:after {
  position: absolute;
  bottom: -1px;
  left: -20px;
  width: calc(100% + 40px);
  height: 25px;
  background: #f9f7f2;
  content: '';
  z-index: 0;
}
.signup-index-index .preference-chosen-values-description {
  font-size: 1.1rem;
  color: #1d1d1b;
  font-weight: 400;
  min-width: 149px;
  text-align: right;
}
.signup-index-index .preference-chosen-values-description .chosen-first-delivery {
  margin-bottom: 6px;
}
.signup-index-index .preference-chosen-values-description .show-date {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Typewriter Condensed';
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.signup-index-index .preference-chosen-values-description .show-date:after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  bottom: -1px;
  right: 0;
  width: 100%;
  background-color: #1d1d1b;
}
.signup-index-index .preference-chosen-values-description .show-date:hover:before {
  display: none;
}
.signup-index-index .preference-summary .preference-summary-info {
  flex-wrap: wrap;
}
.signup-index-index .preference-summary .preference-summary-info .preference-price {
  width: 42%;
  padding: 0;
}
.signup-index-index .preference-summary .preference-summary-info .preference-chosen-values-description {
  width: 58%;
  padding-left: 5px;
}
.signup-index-index .preference-summary .preference-summary-info .preference-chosen-values-description .period-text {
  white-space: nowrap;
}
.signup-index-index .preference-summary .preference-summary-info .preference-flexible-plan {
  width: 100%;
}
.signup-index-index .preference-flexible-plan,
.signup-index-index .delivery-info .choose-message {
  font-size: 1.1rem;
  line-height: 1.32rem;
  color: #8f8f8f;
  width: 100%;
  margin-top: 18px;
}
.signup-index-index .subscription-settings .title,
.signup-index-index .delivery-info .delivery-frequency-wrapper .title,
.signup-index-index .delivery-info .first-delivery-date-wrapper .title {
  line-height: 1.3rem;
  font-weight: 400;
  margin-bottom: 11px;
  letter-spacing: .4px;
}
.signup-index-index .delivery-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.signup-index-index .delivery-info .delivery-frequency-wrapper,
.signup-index-index .delivery-info .first-delivery-date-wrapper {
  width: 100%;
  margin-bottom: 0;
}
.signup-index-index .delivery-info .delivery-frequency-wrapper .select2-container,
.signup-index-index .delivery-info .first-delivery-date-wrapper .select2-container {
  width: 100% !important;
}
.signup-index-index .delivery-info .delivery-frequency-wrapper .title,
.signup-index-index .delivery-info .first-delivery-date-wrapper .title {
  margin-bottom: 7px;
}
.signup-index-index .delivery-info .choose-message,
.signup-index-index .delivery-info .after-cut-off-message {
  width: 100%;
}
.signup-index-index .delivery-info .choose-message {
  font-style: italic;
  margin-top: 10px;
  display: none;
}
.signup-index-index .delivery-info .choose-message.mobile {
  display: block;
}
.signup-index-index .delivery-cms {
  margin-top: 25px;
}
.signup-index-index .delivery-cms .delivery-cms-title {
  font-size: 1.2rem;
  color: #000000;
  letter-spacing: .5px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.signup-index-index .delivery-cms ul {
  margin-bottom: 0;
}
.signup-index-index .delivery-cms ul li {
  color: #8f8f8f;
}
.signup-index-index .delivery-cms ul li span {
  color: #000000;
}
.signup-index-index .delivery-cms ul li:last-child {
  margin-bottom: 0;
}
.signup-index-index .your-preferences-step-container button.action.continue,
.signup-index-index .your-preferences-step-container .cart.table-wrapper .actions-toolbar > .action.action.continue,
.signup-index-index .your-preferences-step-container .action-gift.action.continue {
  font-size: 1.2rem;
  padding: 14px 16px;
}
.signup-index-index .our-plan-wrapper .plan-people-selector .recipes-selector > div,
.signup-index-index .our-plan-wrapper .plan-people-selector .people-selector > div {
  padding: 13px 10px;
  height: 42px;
  border: none;
}
.signup-index-index .our-plan-wrapper .plan-people-selector .recipes-selector > div.forbidden,
.signup-index-index .our-plan-wrapper .plan-people-selector .people-selector > div.forbidden {
  display: none;
}
.signup-index-index .our-plan-wrapper .plan-types {
  position: relative;
}
.signup-index-index .our-plan-wrapper .plan-types .plan-item-type {
  padding: 11px 4px;
}
.signup-index-index .our-plan-wrapper .plan-types .plan-item-type .subtitle {
  font-size: 1.1rem;
  margin-top: 6px;
  padding: 0;
}
.signup-index-index .our-plan-wrapper .plan-types .arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
.signup-index-index .our-plan-wrapper .plan-types .arrow.arrow-right {
  right: 0;
}
.signup-index-index .our-plan-wrapper .plan-item-type.chosen {
  color: #f8f7f2;
  border: 1px solid #000000;
}
.signup-index-index .preference-text {
  margin-bottom: 10px;
}
.signup-index-index .preference-text .select-preference {
  font-weight: 400;
  letter-spacing: .4px;
}
.payments .payment-info-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payments .payment-info-title .payment-title-block {
  display: flex;
  align-items: center;
}
.payments .payment-info-title .payment-title-block span {
  letter-spacing: 1px;
  color: #000000;
}
.payments .payment-info-title .tooltip-wrapper {
  margin-left: 8px;
}
.payments .payment-info-title .tooltip-wrapper .tooltip-toggle {
  height: 100%;
  display: block;
}
.payments .payment-info-title .tooltip-wrapper .woop-question:before {
  width: 12px;
  height: 12px;
  background-size: contain;
}
.payments .payment-info-title .tooltip-content {
  left: -20px;
}
.payments .payment-info-title .tooltip-content p {
  margin: 0;
}
.payments .payment-info-title .card-icon-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: -5px;
  background-color: #ffffff;
}
.payments .payment-info-title .card-icon-list .card-item {
  margin: 0;
}
.payments .payment-info-title .card-icon-list img {
  width: 33px;
  display: block;
}
.payments .payment-info-title .card-icon-list {
  margin: 0 0 0 10px;
}
.payments .payment-info-title .card-icon-list .card-item:not(:first-child) {
  margin-left: 2px;
}
.payments .actions-toolbar .action.button-primary-large {
  padding: 14px 48px 14px 47px;
}
.payments .actions-toolbar.bottom {
  border-top: none;
}
.payments.fields-group .fieldset:last-child {
  margin-bottom: 0;
}
.checkout-content .opc-payment.form-wrapper {
  margin-top: 20px;
}
.checkout-step-container .actions-toolbar .action.button-secondary-medium,
.checkout-step-container .actions-toolbar .action.button-primary-large {
  font-size: 1.2rem;
}
.checkout-step-container .actions-toolbar .action.button-primary-large {
  padding: 14px 48px 14px 47px;
  width: 100%;
}
.checkout-step-container .actions-toolbar.continue {
  padding: 15px 0 0;
}
.checkout-step-container .actions-toolbar.continue.bottom {
  padding-bottom: 0;
}
.checkout-step-container .fields-group.disabled {
  pointer-events: none;
}
.checkout-step-container .fields-group.disabled .woop-button-text-large {
  color: #bfbfbf;
  cursor: default;
}
.checkout-step-container .fields-group.success [aria-selected="false"] {
  position: relative;
}
.checkout-step-container .fields-group.success [aria-selected="false"]:before {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/icon-complete.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  z-index: 2;
}
.checkout-step-container .fields-group .woop-button-text-large {
  display: block;
  cursor: pointer;
  padding: 29px 0 24px;
}
.checkout-step-container .fields-group .woop-button-text-large[aria-expanded="true"] {
  padding: 29px 0 0;
}
.checkout-step-container .fields-group .woop-button-text-large.payment-options-title {
  border-bottom: 1px solid #efefef;
}
.checkout-step-container .fields-group .woop-button-text-large.payment-options-title[aria-expanded="true"] {
  border-bottom: none;
}
.checkout-step-container .fields-group [data-role="content"] {
  padding: 0 0 24px;
}
.checkout-step-container .fields-group .payment-wrap[aria-hidden="false"] {
  padding: 0;
}
.checkout-step-container .field[name="shippingAddress.street.1"]:before {
  font-size: 1.6rem;
  position: absolute;
  top: 14px;
  right: 14px;
  content: '(optional)';
  color: #c2c2c2;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  z-index: 1;
}
.checkout-step-container .field[name='shippingAddress.street.1'],
.checkout-step-container .field[name='shippingAddress.street.2'],
.checkout-step-container .field[name='shippingAddress.region'],
.checkout-step-container .field[name='shippingAddress.city'],
.checkout-step-container .field[name='shippingAddress.postcode'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-step-container .field.visual-visible[name='shippingAddress.street.1'],
.checkout-step-container .field.visual-visible[name='shippingAddress.street.2'],
.checkout-step-container .field.visual-visible[name='shippingAddress.region'],
.checkout-step-container .field.visual-visible[name='shippingAddress.city'],
.checkout-step-container .field.visual-visible[name='shippingAddress.postcode'] {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.checkout-step-container .field.visual-visible[name='shippingAddress.street.1'] {
  position: relative;
}
.checkout-step-container .field .input-text.error {
  border-color: #f9c3a9;
}
.checkout-step-container .label + .control {
  margin-bottom: 17px;
}
.checkout-step-container .label + .control input.mage-error {
  text-align: left;
  padding-left: 15px;
}
.checkout-step-container .email.already-exist {
  display: none;
}
.checkout-step-container .email.already-exist.mage-error {
  font-size: 1.6rem;
  border: 1px solid #f9c3a9;
  background-color: #f9c3a9;
  color: #1d1d1b;
  display: block;
  text-align: center;
  margin: -17px 0 0;
  opacity: .8;
  padding: 13px;
  font-weight: 400;
  margin-bottom: 17px;
}
.checkout-step-container .email.already-exist.mage-error a {
  text-decoration: underline;
}
.checkout-step-container .page-wrapper .get-started-wrapper .get-started-info.manually-type-container {
  margin: 0 0 10px;
  text-align: left;
}
.signup-index-index .dont-delivery-yet .modal-inner-wrap,
.checkout-index-index .dont-delivery-yet .modal-inner-wrap {
  max-width: 484px;
}
.signup-index-index .dont-delivery-yet .modal-inner-wrap div.mage-error,
.checkout-index-index .dont-delivery-yet .modal-inner-wrap div.mage-error {
  position: absolute;
}
.signup-index-index .dont-delivery-yet .modal-inner-wrap .modal-footer .action.cancel,
.checkout-index-index .dont-delivery-yet .modal-inner-wrap .modal-footer .action.cancel {
  font-family: 'Typewriter Condensed';
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
}
.signup-index-index .dont-delivery-yet .modal-inner-wrap .modal-footer .primary.submit-button,
.checkout-index-index .dont-delivery-yet .modal-inner-wrap .modal-footer .primary.submit-button {
  max-width: 110px;
  position: absolute;
  bottom: 121px;
  right: 30px;
}
.signup-index-index .dont-delivery-yet .modal-inner-wrap .additional-text,
.checkout-index-index .dont-delivery-yet .modal-inner-wrap .additional-text {
  opacity: .5;
  margin: 0 auto 40px;
  text-align: center;
}
.signup-index-index .dont-delivery-yet .modal-inner-wrap input,
.checkout-index-index .dont-delivery-yet .modal-inner-wrap input {
  width: calc(100% - 110px);
}
.signup-index-index .dont-delivery-yet .modal-inner-wrap .popup-title,
.checkout-index-index .dont-delivery-yet .modal-inner-wrap .popup-title {
  position: relative;
}
.signup-index-index .dont-delivery-yet .modal-inner-wrap .popup-title:before,
.checkout-index-index .dont-delivery-yet .modal-inner-wrap .popup-title:before {
  font-size: 2.6rem;
  line-height: 1.6rem;
  font-family: 'Emmeline';
  background-color: #f9c3a9;
  position: absolute;
  left: 21px;
  top: -4px;
  content: '!';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
}
.signup-index-index .dont-delivery-yet .modal-content,
.checkout-index-index .dont-delivery-yet .modal-content {
  position: relative;
}
.signup-index-index .dont-delivery-yet .modal-content:after,
.checkout-index-index .dont-delivery-yet .modal-content:after {
  font-size: 1.6rem;
  color: #000000;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: .5;
  content: 'or';
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.signup-index-index .dont-delivery-yet .modal-content .do-not-deliver,
.checkout-index-index .dont-delivery-yet .modal-content .do-not-deliver {
  padding-bottom: 60px;
}
.signup-index-index footer .footer .subscription-copyright [data-content-type='html'] ul li,
.signup-index-index footer .footer .subscription-copyright ul li {
  opacity: 1;
}
.signup-index-index footer .footer .subscription-copyright [data-content-type='html'] p,
.signup-index-index footer .footer .subscription-copyright p {
  font-weight: 600;
  font-size: 1.4rem;
}
.signup-index-index .addons-step-container .step-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.signup-index-index .addons-step-container .addons-sidebar {
  width: calc(100% + 40px);
  position: relative;
  right: 20px;
  margin-bottom: 23px;
}
.signup-index-index .addons-step-container .actions-toolbar .button.button-secondary-medium {
  font-size: 1.2rem;
  padding: 14px 16px;
  width: 100%;
}
.signup-index-index .addons-step-container .actions-toolbar .button.secondary {
  background-color: #1d1d1b;
  color: #ffffff;
}
.signup-index-index .addons-step-container .actions-toolbar .button.secondary:hover {
  background-color: #ffffff;
  color: #1d1d1b;
}
.signup-index-index .addons-step-container .product-list .view-block {
  margin: auto 0 0;
}
.signup-index-index .addons-step-container .product-list .product-info {
  padding: 18px 20px 20px;
  min-height: auto;
}
.signup-index-index .addons-step-container .product-list .product-list-item .view-block .action-toolbar {
  text-align: right;
}
.signup-index-index .addons-step-container .product-list .product-list-item .view-block .price-block {
  margin-right: 5px;
}
.signup-index-index .addons-step-container .product-list .product-list-item .product-footer .woop-button-text-second-medium {
  color: #000000;
  position: relative;
  text-align: left;
  white-space: nowrap;
}
.signup-index-index .addons-step-container .product-list .product-list-item .product-footer .woop-button-text-second-medium:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
}
.signup-index-index .addons-step-container .product-list .product-list-item .product-footer .default {
  display: none;
}
.signup-index-index .addons-step-container .product-list .product-list-item .product-footer .selected {
  position: relative;
}
.signup-index-index .addons-step-container .product-list .product-list-item .product-footer .selected:after {
  font-size: 2.3rem;
  color: #000000;
  content: '\e616';
  font-family: 'icons-blank-theme';
  position: absolute;
  right: 5px;
  line-height: normal;
  top: 9px;
}
.signup-index-index .addons-step-container .product-list .product-list-item .product-footer .selected .woop-button-text-second-medium {
  background-color: #e9faeb;
}
.signup-index-index .addons-step-container .product-list .product-list-item .product-footer .selected .woop-button-text-second-medium:before {
  background-color: #b2ceb5;
}
.signup-index-index .addons-step-container .product-list .product-list-item .product-footer .selected .woop-button-text-second-medium:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(125deg);
  left: 26px;
  content: '';
  width: 8px;
  height: 4px;
  background-color: transparent;
  border-width: 1px 1px 0 0;
  border-color: #ffffff;
  border-style: solid;
}
.signup-index-index .addons-step-container .product-list .product-list-item .product-footer .selected .addon-select-wrapper {
  display: none;
  position: static;
}
.signup-index-index .addons-step-container .product-list .product-list-item .product-footer .addon-select-wrapper {
  position: relative;
}
.signup-index-index .addons-step-container .product-list .product-list-item .product-footer .select2 {
  margin-top: 0;
}
.signup-index-index .addons-step-container .product-list .product-list-item.selected-recipe-list .product-footer:before {
  top: 22px;
  z-index: 3;
}
.signup-index-index .addons-step-container .product-wrapper .actions-toolbar {
  padding-top: 30px;
}
.signup-index-index .addons-sidebar {
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px 30px;
}
.signup-index-index .addons-sidebar:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 20px;
  z-index: 2;
  background-position: 0 58px;
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/bottom_bg.png");
}
.signup-index-index .addons-sidebar .title {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 13px;
}
.signup-index-index .addons-sidebar .description {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #1d1d1b;
  opacity: .5;
  margin-bottom: 20px;
  padding: 0 25px;
}
.signup-index-index .addons-sidebar .actions-toolbar {
  margin-bottom: 21px;
}
.signup-index-index .addons-sidebar .bottom-add {
  display: flex;
  justify-content: space-between;
}
.signup-index-index .addons-sidebar .bottom-add .bottom-price,
.signup-index-index .addons-sidebar .bottom-add .bottom-title {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000000;
  font-weight: 600;
}
.cerberus-sandbox-modal {
  z-index: 100 !important;
}
.loader-content {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  width: 34%;
  padding: 10px;
  height: auto;
  text-align: center;
  font-family: 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
}
.recipe-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(29, 29, 27, 0.6);
  z-index: 7;
  width: 100%;
  height: 100%;
}
.checkout-step-container {
  width: 100%;
}
.signup-index-index .page-main > .page-title-wrapper {
  display: none;
}
.signup-index-index .header.content {
  display: none;
}
.signup-index-index .page-wrapper .notification-block.messages:first-of-type,
.signup-index-index .page-wrapper .page.messages:first-of-type {
  margin: -9px auto;
  min-height: 18px;
}
.select2-container--open .select2-dropdown {
  border: none;
}
.select2-container--open .select2-dropdown .select2-results__option {
  line-height: 30px;
  font-size: 1.5rem;
}
.select2-results__options .select2-results__option[aria-disabled=true] {
  display: none;
}
.recipes-step-container,
.addons-step-container {
  padding: 0 20px;
  width: 100%;
}
.recipes-step-container .page-title-wrapper,
.addons-step-container .page-title-wrapper {
  text-align: center;
}
.recipes-step-container .page-title-wrapper h2,
.addons-step-container .page-title-wrapper h2 {
  font-size: 2.4rem;
  letter-spacing: 1px;
  line-height: 24px;
  margin: -7px 0 10px;
}
.recipes-step-container .subtitle,
.addons-step-container .subtitle {
  max-width: 85%;
  margin: 0 auto 32px;
}
.recipes-step-container .subtitle .paragraph-large,
.addons-step-container .subtitle .paragraph-large {
  font-weight: 400;
}
.recipes-step-container .product-list,
.addons-step-container .product-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.recipes-step-container .product-list .product-info .desc,
.addons-step-container .product-list .product-info .desc {
  height: 100%;
}
.recipes-step-container .product-list .product-list-item,
.addons-step-container .product-list .product-list-item {
  position: relative;
  background: none;
  width: 100%;
  margin: 0 0 20px 0;
}
.recipes-step-container .product-list .product-list-item .product-list-item-wrapper,
.addons-step-container .product-list .product-list-item .product-list-item-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}
.recipes-step-container .product-list .product-list-item .product-list-item-wrapper .view-block .price-block,
.addons-step-container .product-list .product-list-item .product-list-item-wrapper .view-block .price-block {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.75px;
  line-height: 20px;
}
.recipes-step-container .product-list .product-list-item .out-of-stock-container,
.addons-step-container .product-list .product-list-item .out-of-stock-container {
  position: absolute;
  top: 62px;
  left: 50%;
  z-index: 4;
  text-align: center;
  max-width: 245px;
  line-height: 20px;
  margin-left: -122.5px;
}
.recipes-step-container .product-list .product-list-item .view-block .action-toolbar .action,
.addons-step-container .product-list .product-list-item .view-block .action-toolbar .action {
  padding-bottom: 0;
}
.recipes-step-container .product-list .product-list-item .view-block .action-toolbar .action:hover,
.addons-step-container .product-list .product-list-item .view-block .action-toolbar .action:hover {
  border-bottom: none;
}
.recipes-step-container .product-list .product-list-item .product-footer,
.addons-step-container .product-list .product-list-item .product-footer {
  background: rgba(205, 197, 174, 0.25);
  padding: 10px 21px;
  position: relative;
  width: 100%;
}
.recipes-step-container .product-list .product-list-item .product-footer .woop-button-text-second-medium,
.addons-step-container .product-list .product-list-item .product-footer .woop-button-text-second-medium {
  color: rgba(0, 0, 0, 0.25);
  opacity: 1;
  line-height: 20px;
}
.recipes-step-container .product-list .product-list-item .product-footer .addon-select-wrapper,
.addons-step-container .product-list .product-list-item .product-footer .addon-select-wrapper {
  background: #e9faeb;
  padding: 0 20px 20px;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
}
.recipes-step-container .product-list .product-list-item .product-footer .select2,
.addons-step-container .product-list .product-list-item .product-footer .select2 {
  opacity: 1;
  padding: 0;
  margin-top: 13px;
  width: 100% !important;
}
.recipes-step-container .product-list .product-list-item .product-footer .select2 .selection,
.addons-step-container .product-list .product-list-item .product-footer .select2 .selection {
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.recipes-step-container .product-list .product-list-item .product-footer .select2 span,
.addons-step-container .product-list .product-list-item .product-footer .select2 span {
  opacity: 1;
  font-size: 1.5rem;
  border: none;
}
.recipes-step-container .product-list .product-list-item .product-footer .select2 .select2-selection--single .select2-selection__rendered,
.addons-step-container .product-list .product-list-item .product-footer .select2 .select2-selection--single .select2-selection__rendered {
  line-height: 43px;
}
.recipes-step-container .product-list .product-list-item .product-footer .select2 .select2-selection--single .select2-selection__arrow,
.addons-step-container .product-list .product-list-item .product-footer .select2 .select2-selection--single .select2-selection__arrow {
  right: 20px;
}
.recipes-step-container .product-list .product-list-item .product-footer .select2.select2-container--open .select2-selection--single .select2-selection__arrow b,
.addons-step-container .product-list .product-list-item .product-footer .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
  margin-left: -1px;
}
.recipes-step-container .product-list .product-list-item .product-footer:hover,
.addons-step-container .product-list .product-list-item .product-footer:hover {
  cursor: pointer;
}
.recipes-step-container .product-list .product-list-item.selected-recipe-list .product-footer,
.addons-step-container .product-list .product-list-item.selected-recipe-list .product-footer {
  background: #e9faeb;
  font-size: 0;
  text-align: left;
}
.recipes-step-container .product-list .product-list-item.selected-recipe-list .product-footer .woop-button-text-second-medium,
.addons-step-container .product-list .product-list-item.selected-recipe-list .product-footer .woop-button-text-second-medium {
  color: #000000;
}
.recipes-step-container .product-list .product-list-item.selected-recipe-list .product-footer:before,
.addons-step-container .product-list .product-list-item.selected-recipe-list .product-footer:before {
  content: '';
  background: #b2ceb5 url("../../frontend/Overdose/woop/en_NZ/images/icons/icon_big_tick.jpg") no-repeat 50% 0;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 14px;
}
.recipes-step-container .product-list .product-list-item.selected-recipe-list .product-footer:after,
.addons-step-container .product-list .product-list-item.selected-recipe-list .product-footer:after {
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-size: 2.3rem;
  color: #000000;
  position: absolute;
  right: 13px;
  line-height: normal;
  top: 9px;
}
.recipes-step-container .product-list .product-list-item.select-recipe-list .product-footer,
.addons-step-container .product-list .product-list-item.select-recipe-list .product-footer {
  background: #e9faeb;
  font-size: 0;
  text-align: left;
  background: #f2f0eb;
}
.recipes-step-container .product-list .product-list-item.select-recipe-list .product-footer .woop-button-text-second-medium,
.addons-step-container .product-list .product-list-item.select-recipe-list .product-footer .woop-button-text-second-medium {
  color: #000000;
}
.recipes-step-container .product-list .product-list-item.select-recipe-list .product-footer:before,
.addons-step-container .product-list .product-list-item.select-recipe-list .product-footer:before {
  content: '';
  background: #b2ceb5 url("../../frontend/Overdose/woop/en_NZ/images/icons/icon_big_tick.jpg") no-repeat 50% 0;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 14px;
}
.recipes-step-container .product-list .product-list-item.select-recipe-list .product-footer:after,
.addons-step-container .product-list .product-list-item.select-recipe-list .product-footer:after {
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-size: 2.3rem;
  color: #000000;
  position: absolute;
  right: 13px;
  line-height: normal;
  top: 9px;
}
.recipes-step-container .product-list .product-list-item.select-recipe-list .product-footer:before,
.addons-step-container .product-list .product-list-item.select-recipe-list .product-footer:before {
  background: #ffffff;
}
.recipes-step-container .product-list .product-list-item.select-recipe-list .product-footer:after,
.addons-step-container .product-list .product-list-item.select-recipe-list .product-footer:after {
  content: none;
}
.recipes-step-container .product-list .product-list-item.out-of-stock-recipe-list .product-list-overlay,
.addons-step-container .product-list .product-list-item.out-of-stock-recipe-list .product-list-overlay {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.recipes-step-container .product-list .main-image.addons-step-img img,
.addons-step-container .product-list .main-image.addons-step-img img {
  max-height: 252px;
}
.recipes-step-container .summary-sidebar,
.addons-step-container .summary-sidebar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1440px;
  width: 100%;
  z-index: 8;
}
.recipes-step-container .summary-sidebar .summary-selected-recipes-wrapper,
.addons-step-container .summary-sidebar .summary-selected-recipes-wrapper {
  padding: 0 0 0 20px;
  text-align: left;
  width: 100%;
}
.recipes-step-container .summary-sidebar .summary-selected-recipes-wrapper .woop-underline-button,
.addons-step-container .summary-sidebar .summary-selected-recipes-wrapper .woop-underline-button {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 1.3rem;
  font-weight: 700;
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
  margin: 2px 0 0;
  width: auto;
}
.recipes-step-container .summary-sidebar .summary-selected-recipes,
.addons-step-container .summary-sidebar .summary-selected-recipes {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  width: 100%;
}
.recipes-step-container .summary-sidebar .select-recipe,
.addons-step-container .summary-sidebar .select-recipe {
  display: none;
  position: relative;
  background: none;
  margin: 0 0 20px;
  padding: 0 20px;
  font-size: 0;
  width: 100%;
}
.recipes-step-container .summary-sidebar .select-recipe .selected-recipe-item,
.addons-step-container .summary-sidebar .select-recipe .selected-recipe-item {
  background: #ffffff;
  border: 1px solid rgba(29, 29, 27, 0.25);
  border-radius: 20px;
  color: rgba(29, 29, 27, 0.8);
  font-family: 'Typewriter Condensed';
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  margin-right: 15px;
  width: 35px;
  height: 35px;
}
.recipes-step-container .summary-sidebar .select-recipe .deselect-recipe-item,
.addons-step-container .summary-sidebar .select-recipe .deselect-recipe-item {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #000000;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 3;
}
.recipes-step-container .summary-sidebar .select-recipe .deselect-recipe-item span,
.addons-step-container .summary-sidebar .select-recipe .deselect-recipe-item span {
  font-family: 'Typewriter Condensed';
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  margin-left: 3px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.recipes-step-container .summary-sidebar .select-recipe .deselect-recipe-item:before,
.addons-step-container .summary-sidebar .select-recipe .deselect-recipe-item:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-size: 1.8rem;
  position: relative;
  left: -1px;
  color: #000000;
}
.recipes-step-container .summary-sidebar .select-recipe.selected .selected-recipe-item,
.addons-step-container .summary-sidebar .select-recipe.selected .selected-recipe-item {
  background: #e9faeb;
  border: none;
  color: #b2ceb5;
}
.recipes-step-container .summary-sidebar .select-recipe .selected-recipe-name,
.addons-step-container .summary-sidebar .select-recipe .selected-recipe-name {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
  display: inline-block;
  margin-top: 10px;
  max-width: 155px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recipes-step-container .summary-sidebar .select-recipe .no-selected-recipe-name,
.addons-step-container .summary-sidebar .select-recipe .no-selected-recipe-name {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
  display: inline-block;
  margin-top: 10px;
  max-width: 155px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.3);
}
.recipes-step-container .summary-sidebar .select-recipe:first-child,
.addons-step-container .summary-sidebar .select-recipe:first-child {
  margin-top: 20px;
}
.recipes-step-container .summary-sidebar .actions-toolbar,
.addons-step-container .summary-sidebar .actions-toolbar {
  -webkit-flex-grow: 2;
  flex-grow: 2;
  text-align: right;
  margin: 0;
  padding: 0 10px 0;
  width: 55%;
}
.recipes-step-container .summary-sidebar .actions-toolbar [disabled="true"],
.addons-step-container .summary-sidebar .actions-toolbar [disabled="true"] {
  opacity: .25;
}
.recipes-step-container .summary-sidebar .actions-toolbar .action,
.addons-step-container .summary-sidebar .actions-toolbar .action {
  width: 100%;
  font-size: 11px;
  letter-spacing: 0.85px;
  padding: 11px 10px;
}
.recipes-step-container .summary-sidebar .actions-toolbar.no-cutoff,
.addons-step-container .summary-sidebar .actions-toolbar.no-cutoff {
  text-align: center;
}
.recipes-step-container .summary-sidebar.active,
.addons-step-container .summary-sidebar.active {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 18px;
}
.recipes-step-container .summary-sidebar.active .summary-selected-recipes,
.addons-step-container .summary-sidebar.active .summary-selected-recipes {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #efefef;
  padding-bottom: 18px;
  text-align: center;
}
.recipes-step-container .summary-sidebar.active .summary-selected-recipes-wrapper,
.addons-step-container .summary-sidebar.active .summary-selected-recipes-wrapper,
.recipes-step-container .summary-sidebar.active .summary-recipes-list-wrapper,
.addons-step-container .summary-sidebar.active .summary-recipes-list-wrapper {
  padding: 0;
  width: 100%;
}
.recipes-step-container .summary-sidebar.active .summary-selected-recipes-wrapper .woop-underline-button,
.addons-step-container .summary-sidebar.active .summary-selected-recipes-wrapper .woop-underline-button,
.recipes-step-container .summary-sidebar.active .summary-recipes-list-wrapper .woop-underline-button,
.addons-step-container .summary-sidebar.active .summary-recipes-list-wrapper .woop-underline-button {
  display: none;
}
.recipes-step-container .summary-sidebar.active .actions-toolbar,
.addons-step-container .summary-sidebar.active .actions-toolbar {
  border-top: 1px solid #efefef;
  padding-top: 10px;
  width: 100%;
}
.recipes-step-container .summary-sidebar .summary-recipes-list-wrapper,
.addons-step-container .summary-sidebar .summary-recipes-list-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 44%;
}
.recipes-step-container .summary-sidebar .summary-recipes-list-wrapper .select-recipe:first-child,
.addons-step-container .summary-sidebar .summary-recipes-list-wrapper .select-recipe:first-child {
  margin: 0;
}
.addons-step-container .product-list .product-list-item .product-footer {
  padding: 0;
}
.addons-step-container .product-list .product-list-item .product-footer .woop-button-text-second-medium {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 12px 21px;
  text-indent: 34px;
  position: relative;
  z-index: 2;
}
.addons-step-container .product-list .product-list-item .product-footer:before {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: -10px 0 0 !important;
  z-index: 1;
}
.addons-step-container .summary-sidebar .actions-toolbar {
  text-align: center;
}
.addons-step-container .summary-sidebar .actions-toolbar .action {
  background: #ffffff;
  border-color: #1d1d1b;
  color: #1d1d1b;
}
.addons-step-container .summary-sidebar .actions-toolbar .action:hover {
  color: #ffffff;
  background: #000000;
}
.addons-step-container .summary-sidebar .actions-toolbar .action.btn-selected-recipe-list {
  background: #000000;
  border-color: #1d1d1b;
  color: #ffffff;
}
.addons-step-container .summary-sidebar .actions-toolbar .action.btn-selected-recipe-list:hover {
  color: #000000;
  background: #ffffff;
}
.customer-testimonials {
  padding: 0 0 0 20px;
  width: 100vw;
}
.customer-testimonials .customer-testimonials-wrapper,
.customer-testimonials [data-content-type='html'] {
  display: block;
}
.customer-testimonials .customer-testimonials-wrapper h1,
.customer-testimonials [data-content-type='html'] h1 {
  width: 300px;
  font-size: 2.4rem;
  letter-spacing: 1px;
  text-align: center;
  line-height: 25px;
  margin: 0 auto 30px;
  padding-right: 20px;
}
.customer-testimonials .slick-prev,
.customer-testimonials .slick-next {
  display: none;
}
.customer-testimonials .slick-slide.slick-current .customer-review {
  margin-left: 0;
}
.customer-testimonials .customer-review {
  background: #ffffff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  padding: 20px 10px 30px 20px;
  position: relative;
  margin: 0 10px;
}
.customer-testimonials .customer-review p {
  margin-bottom: 0;
}
.customer-testimonials .customer-review .reviews-text {
  color: #1d1d1b;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.5;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 35px;
  overflow: hidden;
  font-weight: 400;
}
.customer-testimonials .customer-review:first-child .rating-result span {
  width: 100%;
}
.customer-testimonials .customer-review .rating-result {
  margin: 0 0 13px -4px;
}
.customer-testimonials .customer-review .rating-result:before,
.customer-testimonials .customer-review .rating-result span:before {
  color: #bfbfbf;
  font-size: 2.4rem;
  letter-spacing: -7.5px;
  height: 24px;
}
.customer-testimonials .customer-review .rating-result span:before {
  color: #000000;
}
.customer-testimonials .customer-review .customer-name {
  color: #000000;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  opacity: 0.5;
  font-weight: 600;
  letter-spacing: 0.82px;
  float: left;
  opacity: 1;
  text-transform: uppercase;
}
.customer-testimonials .customer-review .review-date {
  color: rgba(0, 0, 0, 0.5);
  font: 400 1.7rem 'Typewriter Condensed';
  line-height: 18px;
  float: right;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  margin: 3px 20px 0 0;
}
.customer-testimonials .customer-review .review-info {
  overflow: hidden;
}
.customer-testimonials .customer-review:before {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/Overdose_Testimonials/images/quote-icon.png") no-repeat;
  display: inline-block;
  margin: 0 0 3px 0;
  width: 17px;
  height: 15px;
  float: none;
}
.customer-testimonials .customer-review:after {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/Overdose_Testimonials/images/bg-white.png") repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.customer-testimonials .slick-list {
  overflow: hidden;
  padding: 4px 0 8px 4px;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .navigation {
    padding: 0;
    background: none;
  }
  .navigation ul li,
  .navigation ul a {
    color: #151515;
    font-family: 'Typewriter Condensed';
    font-size: 2.4rem;
    font-weight: 400;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: normal;
    margin-bottom: 0;
    padding: 10px 0;
  }
  .navigation ul a {
    padding: 0;
  }
  .navigation ul a:hover {
    background: none;
    color: #151515;
  }
  .navigation ul.woop-authorization-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-top: 1px dashed rgba(29, 29, 27, 0.34);
    height: 100%;
    padding-top: 15px;
    margin-top: 13px;
    justify-content: space-between;
  }
  .navigation ul.woop-authorization-link li:last-child {
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    transition: right 0.3s;
    height: 100%;
    right: -80%;
    right: calc(-1 * (100% - 40px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 40px);
  }
  .nav-sections .navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: none;
    padding: 0;
    position: relative;
    height: 100%;
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    right: 80%;
    right: calc(100% - 40px);
  }
  .nav-open .nav-sections {
    background: #f9f7f2;
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    text-align: right;
    right: 0;
    z-index: 99;
  }
  .nav-open .nav-sections .close-mobile-menu {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
  }
  .nav-open .nav-sections .close-mobile-menu:before {
    content: '\e616';
    font-family: 'icons-blank-theme';
    color: #000000;
    font-size: 4rem;
    line-height: normal;
    letter-spacing: normal;
  }
  .nav-open .nav-toggle:after {
    background: rgba(29, 29, 27, 0.25);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    height: 100%;
    position: relative;
    text-align: left;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 0;
    height: 100%;
    width: 100%;
    padding: 65px 40px 40px;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .product-list .slick-list {
    padding-right: 50px;
    margin-right: -10px;
  }
  .week-heading-block .left-desc-block {
    padding-right: 25px;
  }
  .week-heading-block .info-text {
    font: 700 5rem/45px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .week-heading-block .date-text {
    font-size: 2rem;
  }
  .week-heading-block .additional-info {
    margin-top: 21px;
    font: 400 1.6rem/20px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .week-heading-block .right-desc-block,
  .preference-wrapper .right-desc-block {
    display: none;
  }
  .product.data.recipes .title-block {
    margin-top: 50px;
  }
  footer .footer .copyright ul:first-child strong {
    letter-spacing: .823529px;
  }
  footer .footer .copyright ul:first-child li:last-child {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #1d1d1b;
    opacity: .5;
    margin-top: 2px;
  }
  footer .footer .copyright ul:first-child li:last-child p {
    font-weight: 600;
    margin: 0 5px;
  }
  footer .footer .copyright ul:first-child li:last-child p:first-child {
    margin-left: 0;
  }
  footer .footer .copyright ul:last-child {
    display: flex;
    justify-content: flex-end;
  }
  .addons-index-index div.page-wrapper {
    background-size: 250%;
    background-position: 78% -33px;
  }
  .addons-index-index div.page-title-wrapper {
    margin-top: 55px;
  }
  .addons-index-index div.page-title-wrapper br {
    display: none;
  }
  .addons-index-index div.page-title-wrapper .page-title {
    font-size: 4rem;
    line-height: 4rem;
    margin: 0 0 10px;
  }
  .addons-index-index div.page-title-wrapper .main-text {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 25px;
  }
  .addons-index-index div.page-title-wrapper .additional-text {
    font-size: 3rem;
    letter-spacing: -1.21px;
    line-height: 20px;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    margin: 0;
    text-align: center;
    position: relative;
  }
  .addons-index-index div.page-title-wrapper .additional-text:after {
    left: 48%;
    width: 21px;
    height: 30px;
    background-size: cover;
  }
  .addons-index-index .my-recipes-grid .products-list {
    margin-top: 25px;
  }
  .addons-index-index .my-recipes-grid .products-list .product-list-item {
    padding: 0;
  }
  .addons-index-index .breadcrumbs {
    margin-top: 40px;
  }
  .addons-index-index .breadcrumbs .items:after {
    content: "" !important;
  }
  .addons-index-index .page-title-wrapper-customer {
    margin: 0 auto;
    width: 80%;
  }
  body .addon-add-popup {
    padding: 3.7rem 2rem;
  }
  body .addon-add-popup__heading {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .89px;
  }
  body .addon-add-popup__wrapper {
    height: 35.8rem;
    width: 33.5rem;
  }
  body .addon-add-popup__wrapper .modal-header {
    padding-bottom: 0;
  }
  body .addon-add-popup__wrapper .modal-header .action-close {
    padding-top: .7rem;
  }
  body .addon-add-popup__wrapper .modal-header .action-close:before {
    font-size: 3.3rem;
  }
  body .addon-add-popup__frequency-container {
    padding-top: 2.6rem;
  }
  .delivery-addons .addon-product-list-title {
    margin-bottom: 1.6rem;
  }
  .delivery-addons .addon-product-list-title__section-name {
    margin-bottom: .1rem;
  }
  .delivery-addons .addon-product-list-title__section-message {
    font-size: 13px;
  }
  .delivery-addons .products-list .product-list-item .desc {
    line-height: 1.29;
  }
  .delivery-addons .products-list .product-info {
    padding: 2.1rem 2.4rem 1.7rem 2.2rem;
  }
  .delivery-addons .products-list .product-info .product-name {
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: .4rem;
  }
  .delivery-addons .products-list .product-info .view-block {
    bottom: 2.2rem;
    left: 2rem;
    right: 2rem;
  }
  .delivery-addons .products-list .product-info .desc {
    font-size: 1.4rem;
    line-height: 1.29;
    margin-bottom: 1.4rem;
  }
  .delivery-addons .products-list .slick-list {
    margin-right: -2rem;
  }
  .delivery-addons .products-list .slick-slide {
    margin-right: 2rem;
    width: 30.5rem;
  }
  .my-recipes-grid .delivery-addons .products-list .delivery-available-addon,
  .calendar-month-index .delivery-addons .products-list .delivery-available-addon {
    margin-bottom: 0;
  }
  .my-recipes-grid .delivery-addons .products-list .delivery-available-addon:not(:last-child),
  .calendar-month-index .delivery-addons .products-list .delivery-available-addon:not(:last-child) {
    margin-bottom: 2rem;
  }
  .delivery-available-addon__actions {
    padding: 0 2.2rem 2rem 2.2rem;
  }
  .delivery-available-addon__add {
    width: 100%;
  }
  .selected-addon-info {
    padding: 2.6rem 2.1rem 2rem;
    text-align: center;
  }
  .selected-addon-info__type {
    font-size: 1.6rem;
  }
  .selected-addon-info__secondary {
    margin-top: 1.7rem;
  }
  .selected-addon-info__name {
    opacity: .5;
  }
  .selected-addon-info__days-left {
    margin-top: .4rem;
  }
  .selected-addon-info__actions {
    margin-top: 2.6rem;
    border-top: 1px solid #efefef;
    padding-top: 2.3rem;
  }
  .selected-addon {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    color: #000000;
  }
  .selected-addon:not(:last-child) {
    margin-bottom: 2rem;
  }
  .selected-addon__container {
    padding: 2.5rem 2rem 2.3rem;
  }
  .selected-addon__inner-wrapper {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  }
  .selected-addon__info {
    padding: 1.5rem 4.7rem 2.3rem 2rem;
  }
  .selected-addon__name {
    font-size: 1.6rem;
  }
  .calendar-month-index .subscription-info-wrapper {
    padding-bottom: 14px;
  }
  .monthly-grid-selected-addons .selected-addon-info__actions {
    width: 18.4rem;
    margin-left: auto;
    margin-right: auto;
  }
  .christmas-menu-wrapper {
    margin: 0 -10px;
  }
  .christmas-menu-wrapper .menu-products-wrapper .box-info-title {
    padding-top: 0 !important;
  }
  .addons-wrapper {
    margin: 0 -15px 30px;
  }
  .addons-wrapper .product-list .slick-list {
    width: 100vw;
    padding: 0 60px 0 20px;
    margin: 0 0 0 -44px;
  }
  #html-body .christmas-box-breadcrumbs {
    padding-left: 20px;
    margin: 0 0 -18px !important;
  }
  #html-body .christmas-box-breadcrumbs .row-full-width-inner {
    padding: 0 !important;
  }
  .christmas-top-promo-text div[data-content-type='text'] {
    padding: 25px 0 !important;
  }
  .christmas-top-products-wrapper .pagebuilder-column:nth-of-type(1) {
    padding-left: 0 !important;
    padding-right: 10px !important;
  }
  .christmas-top-products-wrapper .pagebuilder-column:nth-of-type(2) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .christmas-top-products-wrapper .pagebuilder-column:nth-of-type(3) {
    padding-left: 10px !important;
    padding-right: 0 !important;
  }
  .christmas-top-products-wrapper h3 {
    font-size: 1.4rem !important;
    line-height: 1.6rem !important;
    letter-spacing: 1px;
  }
  .christmas-bottom-promo-text-wrapper .pagebuilder-column:nth-of-type(1) {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 90% !important;
  }
  .christmas-bottom-promo-text-wrapper .pagebuilder-column:nth-of-type(2) {
    width: 10% !important;
  }
  .christmas-bottom-promo-text-wrapper .title-wrapper {
    padding-top: 25px !important;
  }
  .christmas-bottom-promo-text-wrapper:after {
    display: block;
    content: '';
    width: 150px;
    position: absolute;
    height: 170px;
    background: url("../../frontend/Overdose/woop/en_NZ//images/christmas/christmas_promo_bottom_bg.png") no-repeat center center;
    top: 115px;
    right: -20px;
    background-size: contain;
  }
  [data-content-type='row'][data-appearance='full-width'].christmas-bottom-promo-text-wrapper .row-full-width-inner {
    padding-left: 5px;
    padding-right: 5px;
  }
  .christmas_box-index-index .customer-testimonials {
    margin-bottom: 50px;
  }
  .christmas_box-index-index .customer-testimonials .slick-list {
    padding: 4px 60px 8px 24px;
    width: 100vw;
    margin: 0 0 0 -34px;
  }
  .nav-open .user-initials {
    display: none !important;
  }
  .nav-open .woop-myaccount-page .nav-sections-item-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .nav-open .woop-myaccount-page .nav-sections .woop-authorization-link {
    margin: 0;
  }
  .nav-open .nav-sections .woop-authorization-link {
    border: none;
    margin: 0;
    padding: 0;
  }
  .nav-open .nav-sections .woop-authorization-link li.user-data {
    height: 100%;
  }
  .nav-open .nav-sections .woop-authorization-link li.user-data > a {
    display: none !important;
  }
  .nav-open .nav-sections .woop-authorization-link li.user-data .submenu {
    display: block !important;
    background: none;
    box-shadow: none;
    border: none;
    padding: 0 0 70px 0;
    height: 100%;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    text-align: left;
  }
  .nav-open .nav-sections .woop-authorization-link li.user-data .submenu ul {
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
  }
  .nav-open .nav-sections .woop-authorization-link li.user-data .submenu:before {
    content: none;
  }
  .nav-open .nav-sections .woop-authorization-link li.user-logout {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0;
    transform: translate(-50%);
    max-width: 255px;
  }
  .woop-myaccount-page .nav-sections .woop-authorization-link .submenu a {
    color: #1d1d1b;
  }
  .woop-myaccount-page .block-dashboard-info .main-block-content .box-information-wrapper .actions-toolbar {
    text-align: left;
  }
  .deliveryareas-index-index .page-header {
    background: #ffffff;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .deliveryareas-index-index .column.main {
    padding-bottom: 10px;
  }
  .deliveryareas-index-index footer .footer.content {
    margin-top: 0;
    padding-top: 17px;
  }
  .add-card-popup .field.date .select-month-wrapper {
    margin-bottom: 1.7rem;
  }
  .add-card-popup .field.date .select2-container {
    width: 100% !important;
  }
  .add-card-popup .fields .actions-toolbar {
    margin-top: 30px;
    padding-top: 30px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .add-card-popup .fields .actions-toolbar .primary,
  .add-card-popup .fields .actions-toolbar .secondary {
    width: 100%;
  }
  .add-card-popup .fields .actions-toolbar > .primary {
    margin-bottom: 30px;
  }
  .block-loyalty-reward-free-box .block-content {
    padding: 0;
  }
  .block-loyalty-reward-free-box .block-content .block-products .block-free-gift-item {
    width: 172px;
  }
  .block-loyalty-reward-free-box .block-content .block-footer .delivery-text {
    float: left;
    width: 60%;
  }
  .block-loyalty-reward-free-box .block-content .block-footer .actions-block {
    float: right;
    text-align: right;
    width: 40%;
  }
  .block-loyalty-reward-free-box .block-content .block-footer .actions-block .confirm-action {
    width: 225px;
    height: 50px;
  }
  .plans-menu-wrap {
    background-position: -50px 101%;
    padding: 10px 20px 50px;
  }
  .plans-menu-wrap .our-plan-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    padding: 15px 20px 30px;
    width: auto;
    max-width: 100vw;
    position: relative;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
  }
  .plans-menu-wrap .our-plan-wrapper:after {
    display: block;
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: url("../../frontend/Overdose/woop/en_NZ//images/bottom_bg.png") repeat-x left bottom;
  }
  .plans-menu-wrap .our-plan-wrapper .title-block {
    padding-bottom: 0;
    border: 0;
  }
  .plans-menu-wrap .our-plan-wrapper .plan-title {
    margin: 0;
  }
  .plans-menu-wrap .our-plan-wrapper .subscription-settings:not(.top) {
    display: none;
    visibility: hidden;
  }
  .plans-menu-wrap .actions-toolbar.mobile {
    display: block;
  }
  .plans-menu-wrap .actions-toolbar.mobile .action {
    width: 100%;
    margin-top: 15px;
  }
  .our-plan-wrapper .slick-prev,
  .our-plan-wrapper .slick-next {
    top: calc(50% - 27px);
    width: 30px;
    height: 30px;
  }
  .our-plan-wrapper .slick-prev:before,
  .our-plan-wrapper .slick-next:before {
    width: 8px;
    height: 8px;
  }
  .our-plan-wrapper .slick-dots {
    margin: 5px 0 0 0;
    padding: 0;
  }
  .our-plan-wrapper .slick-dots li button,
  .our-plan-wrapper .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
  .our-plan-wrapper .slick-dots li .action-gift {
    border-radius: 50%;
    height: 6px;
    width: 6px;
  }
  .our-plan-wrapper .plan-item-type .subtitle,
  .box-subscription .plan-item-type .subtitle {
    margin-top: 5px;
  }
  .our-plan-wrapper .plan-types.slick-slider .slick-slide {
    padding: 0 5px;
    height: auto;
  }
  .our-plan-wrapper .plan-types.slick-slider .slick-slide > div {
    display: flex;
    height: 100%;
  }
  .our-plan-wrapper .plan-types.slick-slider .slick-slide .plan-item-type {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 80px;
  }
  .our-plan-wrapper .plan-types.slick-slider .slick-list {
    margin: 0 -5px;
    width: calc(100% + 10px);
    padding-right: 20%;
    position: relative;
  }
  .our-plan-wrapper .plan-types.slick-slider .slick-list:after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 90%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 90%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  }
  .our-plan-wrapper .plan-types.slick-slider .slick-track {
    display: flex;
  }
  .our-plan-wrapper .plan-types.slick-slider .tooltip-wrapper .tooltip-content {
    display: none !important;
    visibility: hidden;
  }
  .menuandplans-index-index .page-main {
    padding: 0;
  }
  .menuandplans-index-index .page-main .common-question-title-block,
  .menuandplans-index-index .page-main .common-question-content,
  .menuandplans-index-index .page-main .mobile-button.common-question-button {
    padding: 0 20px;
  }
  .menuandplans-index-index .page-footer {
    display: none;
    visibility: hidden;
  }
  .menuandplans-index-index .page-header {
    padding: 0;
  }
  .menuandplans-index-index .select-your-plan .preference-slogan-text {
    display: none;
    visibility: hidden;
  }
  .tabs-block .slick-dots {
    margin-top: 0;
    padding-bottom: 0;
  }
  .block-offer-price-list {
    padding: 20px;
  }
  .block-offer-price-list .additional-bg-image {
    display: none;
  }
  .block-offer-price-list .block-content .block-info {
    width: 28%;
    padding: 0 20px 0 4px;
  }
  .block-offer-price-list .block-content .block-info .block-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 0;
    margin-bottom: 2rem;
  }
  .block-offer-price-list .block-content .block-offers {
    width: 72%;
  }
  .block-offer-price-list .block-footer .delivery-text {
    width: 60%;
  }
  .block-offer-price-list .block-footer .actions-block {
    width: 40%;
    text-align: right;
    margin-top: 10px;
  }
  .block-offer-price-list .block-footer .actions-block .confirm-offer-select-action {
    width: 100%;
    height: 50px;
  }
  .ourrecipes-index-index .active-filter-tags {
    display: none;
  }
  .ourrecipes-index-index:after {
    opacity: 0;
  }
  .ourrecipes-index-index .breadcrumbs {
    margin-top: 50px;
    padding: 0;
    left: 143px;
  }
  .ourrecipes-index-index .flexible-banner {
    display: none !important;
  }
  .ourrecipes-index-index div.page-wrapper {
    background-image: url("../../frontend/Overdose/woop/en_NZ/images/ourrecipes_mobile_bg.png");
    background-position: 112% -18px;
    background-size: inherit;
  }
  .ourrecipes-index-index div.page-title-wrapper {
    padding: 15px 0 47px;
  }
  .ourrecipes-index-index div.page-title-wrapper .page-title {
    font-size: 4rem;
    line-height: 1.6;
    margin: 0;
  }
  .ourrecipes-index-index div.page-title-wrapper p {
    font-size: 2rem;
    line-height: 2rem;
  }
  .ourrecipes-index-index .recipes-filter-column [data-role="title"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer;
  }
  .ourrecipes-index-index .recipes-filter-column [data-role="title"]:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    transform: rotate(45deg);
    border-color: #000000;
    border-style: solid;
    border-width: 0 1px 1px 0;
    padding: 2.5px;
    margin-left: 17px;
    position: relative;
    top: -5px;
    left: -2px;
    width: 0;
    height: 0;
  }
  .ourrecipes-index-index .recipes-filter-column [data-role="title"]:hover:after {
    transform: rotate(225deg);
    top: -2px;
  }
  .ourrecipes-index-index .recipes-filter-column [data-role="title"]:after {
    top: inherit;
  }
  .ourrecipes-index-index .recipes-filter-column [data-role="title"]:hover:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: inherit;
  }
  .ourrecipes-index-index .recipes-filter-column.active [data-role="title"]:after {
    top: 6px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .ourrecipes-index-index .acc-recipe-filter-menu:after {
    display: table;
    content: '';
    clear: both;
  }
  .ourrecipes-index-index .acc-recipe-filter-menu .mobile-switcher {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 14px 20px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .ourrecipes-index-index .acc-recipe-filter-menu .mobile-switcher .acc-recipe-nav-title,
  .ourrecipes-index-index .acc-recipe-filter-menu .mobile-switcher .active-filter-tags {
    float: none;
  }
  .ourrecipes-index-index .acc-recipe-filter-menu .acc-recipe-menu.active .recipe-filter-dropdown,
  .ourrecipes-index-index .acc-recipe-filter-menu .acc-recipe-menu.active .recipe-sort-dropdown {
    border-top: none;
    box-shadow: none;
  }
  .questionnaire-popup-block {
    padding: 0 40px;
  }
  .questionnaire-popup-block .modal-inner-wrap .modal-header {
    margin-top: 45px !important;
    margin-bottom: 23px !important;
  }
  .questionnaire-popup-block .modal-inner-wrap .modal-title {
    font-size: 16px;
  }
  .questionnaire-popup-block .modal-inner-wrap .modal-content {
    padding: 0 50px !important;
  }
  .questionnaire-popup-block .modal-inner-wrap .modal-footer {
    padding: 20px 53px 40px;
  }
  .checkout-container-block .checkout-sidebar .grand-totals {
    background-size: 100% 100%;
    padding: 20px;
  }
  .checkout-sidebar .cart-item-block .item-attributes .details-fd span {
    font-size: 1.5rem;
  }
  .checkout-sidebar .summary-title {
    display: block;
  }
  .checkout-sidebar .summary-title:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 10px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #000000;
    transform: rotate(135deg);
  }
  .checkout-sidebar .summary {
    margin-bottom: 10px;
    position: relative;
  }
  .checkout-sidebar .totals-block {
    margin: 0 -20px;
  }
  .checkout-sidebar .totals-block .totals,
  .checkout-sidebar .grand-totals {
    display: none;
    padding: 9px 20px;
  }
  .checkout-sidebar .cart-item {
    display: none;
  }
  .checkout-sidebar.active-mobile .totals-block .totals {
    display: flex;
  }
  .checkout-sidebar.active-mobile .cart-item {
    display: block;
  }
  .checkout-sidebar.active-mobile .summary-title {
    margin-bottom: 20px;
  }
  .checkout-sidebar.active-mobile .summary-title:before {
    transform: rotate(315deg);
    top: 8px;
  }
  .checkout-content .actions-toolbar.bottom .total-price {
    margin-bottom: 25px;
  }
  #delivery-address-form .field[name="shippingAddress.postcode"] {
    width: 50%;
  }
  .checkout-content .fields.payment .block-questions {
    display: none;
  }
  .payment-method .card-link {
    display: none;
  }
  .signup-index-index .dont-delivery-yet .modal-inner-wrap .modal-footer,
  .checkout-index-index .dont-delivery-yet .modal-inner-wrap .modal-footer {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .signup-index-index .dont-delivery-yet .modal-inner-wrap .modal-footer .action.cancel,
  .checkout-index-index .dont-delivery-yet .modal-inner-wrap .modal-footer .action.cancel {
    margin-bottom: 15px;
  }
  .checkout-content .actions-toolbar.bottom .totals {
    margin-bottom: 25px;
  }
  .checkout-content .discount-code .remove-coupon {
    margin-bottom: 20px;
  }
  .preference-wrapper {
    padding: 36px 20px 30px;
  }
  .preference-wrapper .delivery-info {
    padding-bottom: 30px;
  }
  .preference-title {
    font-size: 24px;
  }
  .preference-types {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .preference-types .preference-item-type {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .preference-types .preference-item-type:not(:last-child) {
    margin-bottom: 10px;
  }
  .preference-types .preference-item-type .preference-item-logo {
    margin: 0 20px 0 0;
    min-width: 55px;
  }
  .preference-types .preference-item-type .preference-item-text {
    text-align: left;
  }
  .preference-types .preference-item-type .preference-item-name {
    margin-bottom: 8px;
  }
  .preference-types .preference-item-type .preference-item-price {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .preference-types .preference-item-type .preference-item-price .price {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    text-transform: uppercase;
  }
  .subscription-settings {
    margin-bottom: 25px;
  }
  .recipes-people-selector {
    margin-bottom: 30px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .delivery-frequency-wrapper {
    margin-bottom: 27px;
  }
  .after-cut-off-message {
    margin-top: 17px;
    display: inline-block;
  }
  .preference-summary {
    padding-top: 22px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .preference-summary .preference-summary-info {
    margin-bottom: 22px;
  }
  .preference-summary .action.continue {
    width: 100%;
  }
  .coupon-code-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
  }
  .coupon-code-wrapper .coupon-code-title {
    margin-bottom: 20px;
  }
  #coupon-code-form {
    width: 100%;
  }
  #coupon-code-form .action.continue {
    min-width: 97px;
  }
  #your-preferences .woop-featured-wrapper {
    background-position: -112px -8%;
    background-size: auto 124px;
  }
  #your-preferences .woop-featured-wrapper:after {
    top: auto;
    bottom: 0;
  }
  #your-preferences .week-heading-block {
    margin-top: 45px;
    padding: 0 20px;
  }
  #your-preferences .block-recipes-slide {
    padding: 0 20px;
  }
  #your-preferences .product-list {
    margin: 0;
  }
  .woop-featured-wrapper .woop-featured-content {
    padding-top: 60px;
  }
  .your-preferences-step-container .plans-menu-wrap .product-list .product-list-item:nth-child(n + 4) {
    display: none;
  }
  .your-preferences-step-container .plans-menu-wrap .product-list.show .product-list-item:nth-child(n + 4) {
    display: block;
  }
  .signup-index-index .preference-summary {
    position: relative;
    padding: 19px 18px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
  .signup-index-index .preference-summary:after,
  .signup-index-index .preference-summary:before {
    background-color: #f9f7f2;
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 19px;
    height: calc(100% + 40px);
  }
  .signup-index-index .preference-summary:after {
    left: auto;
    right: -20px;
  }
  .signup-index-index .preference-summary .preference-summary-info {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .signup-index-index .preference-wrapper {
    box-shadow: none;
    padding-bottom: 0;
  }
  .signup-index-index .preference-wrapper .delivery-info {
    padding-bottom: 0;
  }
  .signup-index-index .after-cut-off-message {
    margin-top: 0;
  }
  .signup-index-index .sign-up-continue {
    margin-top: 16px;
  }
  .signup-index-index .delivery-info .delivery-frequency-wrapper {
    margin-bottom: 20px;
  }
  .signup-index-index .our-plan-wrapper .plan-types {
    flex-wrap: nowrap;
  }
  .signup-index-index .our-plan-wrapper .plan-types.slick-slider .slick-slide {
    padding: 0;
  }
  .signup-index-index .our-plan-wrapper .plan-types.slick-slider .slick-slide .plan-item-type {
    height: 72px;
  }
  .signup-index-index .our-plan-wrapper .plan-types .plan-item-type {
    min-width: 240px;
    max-width: 240px;
  }
  .signup-index-index .our-plan-wrapper .plan-types .slick-prev,
  .signup-index-index .our-plan-wrapper .plan-types .slick-next {
    top: 50%;
    transform: translateY(-50%);
  }
  .checkout-content .payment-method .fields.payment > .field.cvv .field-block {
    max-width: 48.5%;
  }
  .payments .actions-toolbar.bottom {
    border: none;
    padding: 10px 0 0;
  }
  .payments .actions-toolbar.bottom .button-primary-large {
    margin-bottom: -15px;
  }
  .payments.fields-group {
    padding-bottom: 5px;
  }
  .checkout-step-container .field[name="customerDetail.mobile_number"] .message {
    margin: -3px 0 24px;
  }
  .checkout-step-container .field[name="deliveryOptions.where_leave_box"] .label {
    margin-bottom: 15px;
  }
  .checkout-step-container #delivery-options-form .field.text {
    padding-top: 0;
    margin: -4px 0 5px;
  }
  .checkout-step-container #customer-data-form .message {
    margin-bottom: 24px;
  }
  .signup-index-index .dont-delivery-yet .modal-inner-wrap,
  .checkout-index-index .dont-delivery-yet .modal-inner-wrap {
    width: calc(100% - 40px);
  }
  .signup-index-index .dont-delivery-yet .modal-inner-wrap .popup-title,
  .checkout-index-index .dont-delivery-yet .modal-inner-wrap .popup-title {
    padding-top: 30px;
  }
  .signup-index-index .dont-delivery-yet .modal-inner-wrap .popup-title:before,
  .checkout-index-index .dont-delivery-yet .modal-inner-wrap .popup-title:before {
    left: 50%;
    top: -4px;
    transform: translateX(-50%);
  }
  .signup-index-index footer .footer .subscription-copyright [data-content-type='html'] ul:last-child,
  .signup-index-index footer .footer .subscription-copyright ul:last-child {
    align-items: center;
  }
  .signup-index-index footer .footer .subscription-copyright [data-content-type='html'] ul li:last-child,
  .signup-index-index footer .footer .subscription-copyright ul li:last-child {
    display: flex;
    flex-direction: column;
    text-align: right;
  }
  .signup-index-index .page-main {
    padding: 0;
  }
  .signup-index-index .page-wrapper .column.main {
    padding: 0;
  }
  .signup-index-index .page-wrapper li {
    list-style: none;
  }
  .signup-index-index .page-wrapper .terms-container p {
    margin-top: 1.5rem;
    margin-bottom: 0px;
    color: #8f8f8f;
  }
  .signup-index-index .page-wrapper .terms-container p a {
    color: #000;
    text-decoration: none;
  }
  .checkout-container-block .checkout-wrapper {
    padding: 22px 20px 30px;
  }
  .checkout-container-block .cart-item-block {
    padding: 22px 20px 0;
  }
  .checkout-container-block .checkout-sidebar .grand.totals {
    background-size: 100% 100%;
  }
  .signup-index-index .customer-testimonials {
    padding: 0 20px;
    width: 100%;
  }
  .signup-index-index .customer-testimonials .slick-list {
    padding-right: 40px;
    margin-right: -20px;
  }
  .signup-index-index .preference-setting .subscription-settings {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .signup-index-index .preference-setting .subscription-settings .delivery-info {
    order: 3;
    padding: 30px 0 0;
  }
  .get-started-wrapper .get-started-sory-wrapper .title-get-started h4 {
    line-height: normal;
  }
  .commit-block {
    padding: 28px 20px 30px;
    margin: 0 -15px;
  }
  .commit-block .pagebuilder-column-group {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .commit-block .pagebuilder-column-group .pagebuilder-column {
    width: auto !important;
  }
  .commit-block .pagebuilder-column-group .commit-gift-block {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .commit-block .commit-item {
    padding: 14px 16px;
  }
  .commit-block .commit-item:before {
    width: 34px;
    height: 30px;
    background-size: contain;
  }
  .commit-block .commit-item:after {
    font-size: 1.8rem;
  }
  .commit-block .commit-item:not(:last-child) {
    margin-right: 35px;
  }
  .commit-block .commit-gift-block {
    max-width: 270px;
    margin: 0 auto;
  }
  .commit-block .commit-gift-block .info-text {
    font-size: 3rem;
    letter-spacing: 1.03px;
    -webkit-align-self: start;
    -moz-align-self: start;
    -ms-align-self: start;
    align-self: start;
  }
  .commit-block .commit-gift-block .info-text:after {
    width: 41px;
    height: 62px;
  }
  .commit-block .commit-actions {
    width: 100%;
  }
  .commit-additional {
    margin-bottom: 19px;
  }
  .commit-content-block {
    margin-bottom: 30px;
  }
  .modal-popup-gifts-block .modal-inner-wrap {
    max-width: 1026px;
  }
  .popup-gifts-list .block-content {
    padding: 0;
  }
  .popup-gifts-list .block-content .block-products .block-free-gift-item {
    width: 172px;
  }
  .popup-gifts-list .block-content .block-products .slick-slide {
    margin-right: 15px;
  }
  .popup-gifts-list .block-footer .delivery-text {
    float: left;
    width: 60%;
  }
  .popup-gifts-list .block-footer .actions-block {
    float: right;
    text-align: right;
    width: 40%;
  }
  .popup-gifts-list .block-footer .actions-block .confirm-action {
    width: 225px;
    height: 50px;
  }
  .chopped-wrapper span.chopped {
    font-size: 40px;
    line-height: 40px;
    top: -5px;
    left: -55px;
  }
  .chopped-wrapper span.chopped:after {
    top: 15px;
    left: 65px;
  }
  .mobile-moving {
    width: 100%;
    text-align: center;
  }
  .mobile-moving .woop-secondary-button-blue-text,
  .mobile-moving .woop-secondary-button,
  .mobile-moving .woop-primary-button {
    min-width: 270px;
  }
  [data-content-type='column'] .mobile-moving {
    display: none !important;
  }
  [data-content-type='row'].m-no-bg {
    background-image: none !important;
  }
  [data-content-type='row'].ml-no-bg {
    background-image: inherit !important;
  }
  [data-content-type='column'].first-sm {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  [data-content-type="text"].wop-box-subtitle-wrapper {
    margin: 0 !important;
    padding: 0 !important;
  }
  [data-content-type='row'].flexible-banner {
    background-position: -280px top !important;
  }
  div.product.cooking-attribute {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  div.product.cooking-attribute .ingredients {
    width: 100%;
  }
  div.product.cooking-attribute .ingredients .container {
    padding: 44px 20px;
  }
  div.product.cooking-attribute .ingredients .container:after {
    top: 0;
    bottom: auto;
    background: #f9f7f2 url("../../frontend/Overdose/woop/en_NZ/images/product-ingridients-bg-rotate.png");
  }
  div.product.cooking-attribute .cooking-instructions {
    order: 2;
    padding: 45px 20px 0;
    width: 100%;
  }
  div.product.cooking-attribute .cooking-instructions ul li {
    padding: 35px 0 15px;
  }
  div.product.cooking-attribute .type {
    padding-bottom: 20px;
  }
  .catalog-product-view .page-title-wrapper {
    margin-bottom: 17px;
  }
  .catalog-product-view .page-title-wrapper .page-title,
  .catalog-product-view .page-title-wrapper .short-description {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .catalog-product-view .page-header {
    margin: 0;
  }
  .catalog-product-view .header.content {
    background: transparent;
  }
  .catalog-product-view div.block-information {
    padding: 15px 20px;
    background: transparent;
    border: none;
  }
  .catalog-product-view div.block-information .product-reviews-summary {
    display: none;
  }
  .catalog-product-view div.cook-time {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .catalog-product-view div.product-info {
    padding: 35px 0 0;
    margin: 0 20px 20px;
  }
  .catalog-product-view div.product-info .top > *,
  .catalog-product-view div.product-info .bottom > * {
    margin-bottom: 30px;
  }
  .catalog-product-view div.product-info .nutritional-info ul li:nth-child(odd) {
    -webkit-flex: 0 55%;
    -moz-flex: 0 55%;
    -ms-flex: 0 55%;
    flex: 0 55%;
  }
  .catalog-product-view div.product-info .nutritional-info ul li:nth-child(even) {
    max-width: 130px;
    padding-left: 10px;
  }
  div.recipe-bottom-block .recipe-bottom-text {
    padding: 45px 20px 0;
  }
  div.recipe-bottom-block .recipe-bottom-text .row-full-width-inner {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 47px;
  }
  div.recipe-bottom-block .recipe-bottom-text .row-full-width-inner h1 {
    max-width: 248px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 25px;
    font-size: 24px;
  }
  div.recipe-bottom-block .recipe-bottom-images-block {
    padding: 0 20px;
  }
  div.recipe-bottom-block .recipe-bottom-images-block .row-full-width-inner [data-content-type="text"] p {
    font-size: 3rem;
  }
  div.recipe-bottom-block .recipe-bottom-images-block .row-full-width-inner [data-content-type="text"] p:after {
    left: 19%;
    bottom: 131%;
    background-image: url("../../frontend/Overdose/woop/en_NZ/images/icons/icon-up-revert.png");
    height: 83px;
    width: 59px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .checkout-index-index .page-header {
    padding: 0 30px 0 0;
  }
  div.delivery-options-container {
    margin-bottom: 11px;
  }
  div.delivery-options-container div.field.delivery-instructions {
    margin-bottom: 0;
  }
  div.delivery-options-container div.field.delivery-instructions .label {
    margin-bottom: 9px;
  }
  div.delivery-options-container [name='quote.instructions'] textarea {
    min-height: 147px;
    max-height: 147px;
  }
  .checkout-index-index .field.cvv-wrapper .block-questions {
    display: none;
  }
  .checkout-index-index footer div.footer.content {
    margin-top: 56px;
  }
  [data-content-type='row'].hero-banner-row {
    margin-bottom: 30px !important;
  }
  [data-content-type='row'].hero-banner-row .pagebuilder-slide-wrapper {
    background-size: contain !important;
    min-height: 450px !important;
  }
  .cms-index-index .page-header {
    margin-bottom: 2px;
  }
  .cms-index-index .mobile-init-slick {
    overflow: hidden;
  }
  .cms-index-index .mobile-init-slick .pagebuilder-column-group {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
  }
  .cms-index-index .mobile-init-slick .pagebuilder-column-group.slick-slider {
    display: block !important;
    max-width: 90%;
  }
  .cms-index-index .mobile-init-slick .pagebuilder-column-group.slick-slider .slick-list {
    overflow: visible;
  }
  .column.main .customer-testimonials .slick-list {
    padding-right: 50px;
    margin-right: -10px;
  }
  .cms-our-philosophy .page-wrapper #maincontent .column.main {
    padding-left: 0;
    padding-right: 0;
  }
  .philosophy-banner-row {
    margin: 0 10px 90px !important;
  }
  .philosophy-believe-row {
    background: none !important;
    padding: 0 !important;
    margin: 0 20px !important;
  }
  .philosophy-believe-row .philosophy-believe-list-left,
  .philosophy-believe-row .philosophy-believe-list-right {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .philosophy-believe-row .philosophy-believe-bottom-title {
    text-align: center !important;
    margin-top: 30px !important;
  }
  .philosophy-believe-row ul li {
    position: relative;
    padding-left: 20px;
  }
  .philosophy-believe-row ul li:before {
    position: absolute;
    left: 0;
    top: 11px;
  }
  .philosophy-curtains-slider {
    margin-top: 35px !important;
    margin-bottom: 22px !important;
  }
  .philosophy-curtains-slider .od-curtains-container {
    display: none;
  }
  .philosophy-curtains-slider .od-curtains-container-mobile {
    text-align: center;
  }
  .philosophy-curtains-slider .od-curtains-container-mobile img {
    display: inline-block;
  }
  .philosophy-curtains-slider .od-curtains-container-mobile img:first-child {
    margin-bottom: 10px;
  }
  .philosophy-our-commitment {
    padding: 4px 20px 0 !important;
    background-position-y: -15px !important;
  }
  .philosophy-our-commitment .philosophy-commitment-info h4 {
    margin: 11px 0 15px 0 !important;
  }
  .philosophy-our-commitment .philosophy-commitment-title {
    margin: 0 !important;
  }
  .philosophy-our-commitment .pagebuilder-column-two .philosophy-commitment-info .cross-title-wrapper h4 {
    margin-bottom: 0 !important;
  }
  .philosophy-our-commitment .pagebuilder-column-two .philosophy-commitment-info .cross-title-wrapper + h4 {
    margin-top: -4px !important;
  }
  .philosophy-our-commitment .pagebuilder-column-two .philosophy-commitment-info .cross-title {
    margin-top: 6.5px !important;
    margin-right: 5px !important;
  }
  .philosophy-our-commitment .pagebuilder-column-three .philosophy-commitment-info {
    top: -23px !important;
    right: 10px;
    margin: 0 !important;
    padding: 12px 0 19px  19px !important;
  }
  .philosophy-our-commitment .pagebuilder-column-three .philosophy-commitment-info h4 {
    margin-bottom: 23px !important;
  }
  .philosophy-our-commitment .pagebuilder-column-three .philosophy-commitment-info-custom p {
    max-width: 180px;
    text-align: center;
  }
  .philosophy-our-commitment .pagebuilder-column-three .philosophy-commitment-info-custom p:before {
    left: 88px;
  }
  .philosophy-our-commitment .pagebuilder-column-three .philosophy-commitment-info-custom {
    display: none;
    bottom: -72px;
    left: -10px;
  }
  .philosophy-our-commitment .pagebuilder-column-four {
    padding-bottom: 45px !important;
  }
  .philosophy-our-commitment .pagebuilder-column-four .philosophy-commitment-info h4 br:first-child {
    display: none;
  }
  .philosophy-local-producer {
    margin-top: 24px !important;
    padding: 0 20px !important;
  }
  .philosophy-local-producer .philosophy-local-producer-img {
    margin-top: 75px !important;
  }
  .philosophy-local-producer .philosophy-local-producer-info {
    background-image: none;
  }
  .philosophy-our-team {
    padding: 0 20px !important;
    background: none !important;
  }
  .philosophy-our-team .philosophy-our-team-title {
    padding: 0 !important;
  }
  .philosophy-our-team .philosophy-our-team-middle-column .philosophy-our-team-text-img {
    order: 3;
  }
  .philosophy-our-team .pagebuilder-column-group .pagebuilder-column .philosophy-our-team-text-img {
    margin-top: 10px !important;
  }
  .philosophy-our-team .pagebuilder-column-group .pagebuilder-column:nth-child(1) {
    margin-top: 26px !important;
  }
  .philosophy-our-team .pagebuilder-column-group .pagebuilder-column:nth-child(3) {
    margin-top: 20px !important;
  }
  .philosophy-our-team .pagebuilder-column-group .pagebuilder-column:nth-child(5) {
    margin-top: 35px !important;
  }
  .careers-asking-block {
    margin-top: 61px;
  }
  .careers-asking-block .pagebuilder-column-group {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .careers-asking-block .pagebuilder-column-group .pagebuilder-column {
    width: 100% !important;
  }
  .careers-asking-block .pagebuilder-column-group .pagebuilder-column:not(:last-child) {
    margin-bottom: 55px;
  }
  .careers-asking-block .pagebuilder-column-group [data-content-type="heading"] {
    line-height: 20px;
  }
  .careers-asking-block .pagebuilder-column-group [data-content-type="text"] p {
    font-size: 1.6rem;
  }
  div.open-position-heading {
    margin-top: 60px !important;
    margin-bottom: 41px !important;
  }
  div.open-position-heading span {
    font-size: 26px !important;
    line-height: 26px !important;
    display: inline-block;
    margin-bottom: 10px;
  }
  div.open-position-heading p {
    max-width: 190px;
    white-space: normal;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  .open-position-content .pagebuilder-column:last-child .open-position-text-block {
    margin-top: 55px;
  }
  .open-position-content .pagebuilder-column-group {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .open-position-content .pagebuilder-column-group .pagebuilder-column {
    width: 100% !important;
  }
  .open-position-content .open-poistion-column-heading span {
    font-size: 19px !important;
    line-height: 20px !important;
  }
  .open-position-content .additional-heading span {
    font-size: 22px !important;
    line-height: 32px;
  }
  .cms-how-it-works .mobile-init-slick {
    overflow: hidden;
  }
  .cms-how-it-works .mobile-init-slick .pagebuilder-column-group.slick-slider {
    display: block !important;
    max-width: 90%;
  }
  .cms-how-it-works .mobile-init-slick .pagebuilder-column-group.slick-slider .slick-list {
    overflow: visible;
  }
  .cms-how-it-works .dinner-ready-subtitle-wrapper {
    min-height: 175px;
    margin: 0 0 0 -10px !important;
    padding: 0 !important;
  }
  .cms-how-it-works .dinner-ready-subtitle-wrapper .woop-box-subtitle {
    top: 0;
    font-size: 60px;
    letter-spacing: 1.36px;
    line-height: 50px;
    bottom: auto;
    max-width: 350px;
    position: absolute;
  }
  .cms-how-it-works .dinner-btn-wrapper {
    padding: 0 !important;
  }
  .cms-how-it-works .dinner-btn-wrapper [data-content-type="buttons"] {
    margin: 0 !important;
  }
  .cms-how-it-works .dinners-block-row {
    margin-bottom: 0 !important;
    position: relative;
    top: -90px;
  }
  .cms-how-it-works .flexible-banner {
    margin-bottom: 40px !important;
  }
  .your-woop-box {
    margin-bottom: 20px !important;
  }
  .your-woop-box .woop-box-subtitle {
    bottom: -50px;
    font-size: 100px;
    letter-spacing: 2px;
    line-height: 80px;
  }
  .your-woop-box .box-content-buttons {
    margin: 30px 0 60px 0 !important;
  }
  .your-woop-box .box-content-buttons .woop-secondary-button,
  .your-woop-box .box-content-buttons .woop-secondary-button-blue-text {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .your-woop-box .box-content-buttons .woop-primary-button {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .your-woop-box .pagebuilder-column {
    padding: 0 !important;
  }
  .your-woop-box .recycle-info {
    font-family: 'Emmeline';
    font-size: 40px;
    letter-spacing: -1.61px;
    line-height: 30px;
    text-align: center;
    transform: rotate(-6deg);
    margin-bottom: 50px;
  }
  .mobile-init-slick.environment {
    margin-bottom: 0 !important;
  }
  .mobile-init-slick.environment .commitment-title {
    margin-left: 10px !important;
  }
  .mobile-init-slick.environment .commitment-title h3 {
    font-size: 26px !important;
    letter-spacing: 1px !important;
    line-height: 26px !important;
  }
  .cms-how-it-works .your-woop-box .text-with-img-block,
  .cms-how-it-works .info-icons-row .text-with-img-block {
    padding-right: 0;
  }
  .tabbed-links {
    height: auto !important;
  }
  .tabbed-links ul {
    width: 100% !important;
  }
  .sustainability-box h3 {
    font-size: 1.2em !important;
    margin-bottom: 0px !important;
  }
  .sustainability-box p {
    font-size: 1.1em !important;
    margin: 20px 0px 0 0!important;
  }
  .sustainability-commitment h2 {
    font-size: 2.5em !important;
  }
  .sustainability-commitment p {
    font-size: 1.3em !important;
  }
  .my-cards .content-box-wrapper .payment-info {
    padding: 10px 0 20px;
  }
  .my-cards .content-box-wrapper .payment-info .payment-card {
    max-width: 45px;
  }
  .my-cards .content-box-wrapper .payment-info > * {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .my-cards .content-box-wrapper .payment-info .exp {
    margin: 0;
    text-align: right;
  }
  .my-cards .content-box-wrapper .actions-toolbar {
    margin: 0;
    text-align: left;
    width: auto;
  }
  .my-cards .content-box-wrapper .actions-toolbar.bottom {
    margin-left: 20px;
  }
  .my-cards .content-box-wrapper .actions-toolbar.failed {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .my-cards .content-box-wrapper .actions-toolbar.failed .action.update {
    order: 2;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .my-cards .content-box-wrapper .actions-toolbar.failed .action.retry {
    margin-bottom: 20px;
  }
  div.block-myacc.block-dashboard-recent-recipes .block-content-title-nav {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  div.block-myacc.block-dashboard-recent-recipes .block-content-title-nav .title-block {
    margin-bottom: 10px;
  }
  div.block-myacc.block-dashboard-recent-recipes .block-content-title-nav.nav-top .delivery-rating {
    display: none;
  }
  div.block-myacc.block-dashboard-recent-recipes .block-content-title-nav.nav-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .content-box-wrapper .edit-payment > .actions-toolbar {
    margin-top: 30px;
  }
  .account-credit.failed .content-item .balance-additional {
    display: block;
    margin-bottom: 35px;
  }
  .account-credit.failed .content-item .balance-info {
    margin-bottom: 15px;
  }
  .account-credit.failed .content-item .actions-toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .account-credit.failed .content-item .actions-toolbar .action.retry {
    margin-bottom: 20px;
  }
  .account-credit.failed .content-item .actions-toolbar .action.update {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .content-box-wrapper .balance-additional {
    margin-top: 15px;
  }
  .woop-myaccount-page.customer-account-changeplan .change-plan-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
  .woop-myaccount-page.customer-account-changeplan .column:not(.sidebar-main) form.form-change-plan .actions-toolbar,
  .woop-myaccount-page.customer-account-changeplan .column:not(.sidebar-additional) form.form-change-plan .actions-toolbar {
    flex-direction: row;
  }
  .subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list .calendar-products-list-topnav {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list .calendar-products-list-topnav .calendar-products-list-title {
    margin-bottom: 10px;
  }
  .subscription-info-wrapper .calendar-view-menu-subscription-block .calendar-products-list .calendar-products-list-topnav .price-offer-box-content {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .customer-account-mydeliveries .subscription-info-wrapper .plan-actions .actions-toolbar .woop-underline-button.edit-calendar-plan {
    min-width: auto;
  }
  .customer-account-mydeliveries .subscription-info-wrapper .plan-actions .actions-toolbar .woop-underline-button + .woop-underline-button {
    margin-left: 0;
  }
  .customer-account-mydeliveries .subscription-info-wrapper .plan-actions .actions-toolbar .woop-underline-button.view-calendar-plan {
    margin-left: 30px;
  }
  body .my-recipes-grid {
    padding-left: 0;
    padding-right: 0;
  }
  body .mydeliveries-recipes-wrapper .selected-recipe-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .address-list .actions-buttons.cancel {
    margin-top: 15px;
  }
  .content-box-wrapper.block-dashboard-addresses {
    margin: 0 0 30px 0;
  }
  .address-box-content .address-item-info {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .address-box-content .address-item-info .actions-toolbar {
    width: 100%;
    margin-top: 22px;
  }
  .address-box-content .address-item-info .actions-toolbar button,
  .address-box-content .address-item-info .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
  .address-box-content .address-item-info .actions-toolbar .action-gift {
    float: right;
  }
  .address-box-content .address-item-info .actions-toolbar button.action + button.action,
  .address-box-content .address-item-info .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action + .cart.table-wrapper .actions-toolbar > .action.action,
  .address-box-content .address-item-info .actions-toolbar .action-gift.action + .action-gift.action {
    margin-left: 0;
    float: left;
  }
  .messages .message .text {
    font-size: 15px;
    line-height: 50px;
    text-align: center;
  }
  .messages .message .text a,
  .messages .message .text button,
  .messages .message .text .cart.table-wrapper .actions-toolbar > .action,
  .messages .message .text .action-gift {
    margin-left: 30px;
  }
  .common-question-content .pagebuilder-column-group {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .common-question-content .pagebuilder-column-group .question-item {
    width: 100% !important;
  }
  .common-question-content .pagebuilder-column-group .question-item-title {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .common-question-content .pagebuilder-column-group .question-item-title:after {
    content: "";
    width: 7px;
    min-width: 7px;
    height: 7px;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 7%;
  }
  .common-question-content .pagebuilder-column-group .question-item-title.open:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .common-question-content .pagebuilder-column-group div.common-questions-text {
    display: none;
    margin-top: 15px !important;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .common-question-content .pagebuilder-column-group div.common-questions-text.open {
    display: block;
  }
  .common-question-content .pagebuilder-column-group div.common-questions-text p {
    margin: 0;
  }
  .common-question-content .pagebuilder-column-group .question-item {
    padding: 19px 0;
    border-top: 1px solid #e9e7e2 !important;
  }
  .common-question-content .pagebuilder-column-group .question-item:last-child {
    border-bottom: 1px solid #e9e7e2 !important;
  }
  div.common-question-title-block {
    margin: 0 0 43px;
  }
  div.common-question-title-block .main-title {
    font: 700 2.6rem/2.6rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
  }
  div.common-question-title-block > [data-content-type="buttons"] {
    display: none;
  }
  .christmas_box-index-index .common-question-content h3.question-item-title {
    margin: 0;
  }
  .customer-account-myrecipes .active-filter-tags {
    display: none;
  }
  .customer-account-myrecipes:after {
    opacity: 0;
  }
  .customer-account-myrecipes .recipes-filter-column [data-role="title"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer;
  }
  .customer-account-myrecipes .recipes-filter-column [data-role="title"]:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    transform: rotate(45deg);
    border-color: #000000;
    border-style: solid;
    border-width: 0 1px 1px 0;
    padding: 2.5px;
    margin-left: 17px;
    position: relative;
    top: -5px;
    left: -2px;
    width: 0;
    height: 0;
  }
  .customer-account-myrecipes .recipes-filter-column [data-role="title"]:hover:after {
    transform: rotate(225deg);
    top: -2px;
  }
  .customer-account-myrecipes .recipes-filter-column [data-role="title"]:after {
    top: 5px;
  }
  .customer-account-myrecipes .recipes-filter-column [data-role="title"]:hover:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
  }
  .customer-account-myrecipes .recipes-filter-column.active [data-role="title"]:after {
    top: 6px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .customer-account-myrecipes .acc-recipe-filter-menu:after {
    display: table;
    content: '';
    clear: both;
  }
  .customer-account-myrecipes .acc-recipe-filter-menu .mobile-switcher {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 14px 20px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #f4f1eb;
  }
  .customer-account-myrecipes .acc-recipe-filter-menu .mobile-switcher .acc-recipe-nav-title,
  .customer-account-myrecipes .acc-recipe-filter-menu .mobile-switcher .active-filter-tags {
    float: none;
  }
  .customer-account-myrecipes .acc-recipe-filter-menu .acc-recipe-menu.active .recipe-filter-dropdown,
  .customer-account-myrecipes .acc-recipe-filter-menu .acc-recipe-menu.active .recipe-sort-dropdown {
    border-top: none;
    box-shadow: none;
  }
  body.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .product-list .slick-slide,
  body.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .product-list .slick-slide,
  body.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .christmas-product-list .slick-slide,
  body.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .christmas-product-list .slick-slide {
    padding: 0 10px;
  }
  body.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .products-list:not(.delivery-available-addons-list),
  body.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .products-list:not(.delivery-available-addons-list) {
    margin: 0 -10px;
  }
  body.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-title-nav.nav-bottom,
  body.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-title-nav.nav-bottom {
    display: flex;
  }
  body.customer-account-dashboard .box-information.product-list.addon-account-slider {
    margin: 0;
  }
  .notification-blocks-container .notification-block.suspended .block-content {
    display: inline-block;
  }
  .notification-blocks-container .notification-block.suspended .block-content .title {
    margin-bottom: 10px;
  }
  .notification-blocks-container .notification-block.suspended .block-content .description {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
  }
  .notification-blocks-container .notification-block.suspended .block-content .actions-toolbar {
    width: 100%;
  }
  .notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .retry-credit-card {
    margin-right: 20px;
  }
  .notification-blocks-container .notification-block.canceled {
    padding: 0 20px;
  }
  .notification-blocks-container .notification-block.canceled .canceled-block {
    margin-bottom: 40px;
  }
  .notification-blocks-container .notification-block.canceled .canceled-block .block-content {
    padding: 20px 30px;
  }
  .notification-blocks-container .notification-block.canceled .canceled-block .block-content .description .title {
    font-size: 14px;
  }
  .notification-blocks-container .notification-block.canceled .canceled-block .block-content .description p {
    font-size: 15px;
  }
  .notification-blocks-container .notification-block.canceled .canceled-block .block-content .actions-toolbar {
    margin: 10px auto;
    width: 100%;
  }
  .notification-blocks-container .notification-block.canceled .canceled-block .block-content .actions-toolbar .restart-my-deliveries {
    padding: 10px 20px;
    width: 100%;
  }
  .notification-blocks-container .notification-block.canceled .bottom-action-toolbar {
    margin: 0;
  }
  .notification-blocks-container .notification-block.canceled .bottom-action-toolbar .restart-my-deliveries {
    padding: 15px 70px;
  }
  .customer-account-mydeliveries .notification-blocks-container .notification-block.suspended .block-content .description span {
    font-size: 20px;
  }
  .customer-account-mydeliveries .notification-blocks-container .notification-block.suspended .block-content .description p {
    font-size: 15px;
  }
  .dashboard-container .action-block.canceled .canceled-block {
    padding: 30px 20px;
  }
  .dashboard-container .action-block.canceled .canceled-block .block-content .description {
    width: 100%;
    text-align: center;
  }
  .dashboard-container .action-block.canceled .canceled-block .block-content .description:before {
    content: '';
    background-image: url('../../frontend/Overdose/woop/en_NZ/images/icons/delicious.png');
    background-size: 95% 95%;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    width: 50px;
    position: relative;
    margin: 0 auto;
  }
  .dashboard-container .action-block.canceled .canceled-block .block-content .description .title {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .dashboard-container .action-block.canceled .canceled-block .block-content .description .plan {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .dashboard-container .action-block.canceled .canceled-block .block-content .actions-toolbar {
    margin-top: 20px;
    width: 100%;
  }
  .dashboard-container .action-block.canceled .canceled-block .block-content .actions-toolbar .restart-my-deliveries {
    padding: 14px 20px;
    width: 100%;
  }
  .dashboard-container .action-block.long-weekend .long-weekend-block {
    padding: 30px 20px;
  }
  .dashboard-container .action-block.long-weekend .long-weekend-block .block-content .description {
    width: 100%;
    text-align: center;
  }
  .dashboard-container .action-block.long-weekend .long-weekend-block .block-content .description:before {
    content: '';
    background-image: url('../../frontend/Overdose/woop/en_NZ/images/icons/subscription-cancelled.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    width: 54px;
    position: relative;
    margin: 0 auto;
  }
  .dashboard-container .action-block.long-weekend .long-weekend-block .block-content .description .title {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .dashboard-container .action-block.long-weekend .long-weekend-block .block-content .description p {
    font-size: 14px;
    text-align: center;
  }
  .dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar {
    margin-top: 20px;
    width: 100%;
  }
  .dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar div.control {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    max-width: 100%;
  }
  .dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar .update-deliver-time {
    padding: 14px 20px;
    width: 100%;
  }
  .mydeliveries-recipes-wrapper-inner .delivery-rating {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .communication-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .communication-list .communication-item ul.form-list li {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .communication-list .communication-item ul.form-list li .cms-content {
    margin-left: 70px;
  }
  .communication-list .communication-item:first-child {
    margin-bottom: 20px;
  }
  .connector-newsletter .communication-title {
    margin: 0 0 20px 20px;
  }
  .menuandplans-index-index._has-modal {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
  .menuandplans-index-index .preference-summary {
    border: 0;
    padding: 0;
  }
  div.plans-menu-wrap .product-list .slick-slide .product-list-item {
    margin: 0;
  }
  div.plans-menu-wrap .list-header {
    padding-bottom: 30px;
  }
  div.plans-menu-wrap .list-header .title {
    font-size: 4rem;
    line-height: 3.8rem;
    letter-spacing: 1.5px;
  }
  div.plans-menu-wrap .list-header .description {
    font-size: 2rem;
    line-height: 2rem;
  }
  div.plans-menu-wrap .slider-header {
    margin: 15px 0 36px;
  }
  div.plans-menu-wrap .slider-header .title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  div.box-subscription {
    padding: 60px 20px 64px;
    background: url("../../frontend/Overdose/woop/en_NZ/images/subscription-box-banner.png");
    background-size: cover;
    background-position: 31% 113%;
    margin-top: 20px;
  }
  div.box-subscription .plan-setting {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  div.box-subscription .box-subscription-content {
    max-width: 350px;
    margin: 0 auto;
  }
  div.box-subscription div.title-block .title {
    margin-bottom: 24px;
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: 1.25px;
  }
  div.box-subscription .plan-people-selector {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  div.box-subscription .plan-people-selector .no-people-wrapper,
  div.box-subscription .plan-people-selector .no-recipe-wrapper {
    width: auto;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
  }
  div.box-subscription .plan-people-selector .recipes-selector {
    max-width: none;
  }
  div.box-subscription .select-your-plan {
    margin-bottom: 25px;
  }
  div.box-subscription .subscription-settings .plan-people-selector .no-people-wrapper {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #dcd0b3;
    border-top: 1px solid #dcd0b3;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .page-wrapper h1 {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .page-wrapper h2 {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .page-wrapper h3 {
    font-size: 24px;
  }
  .page-wrapper h4 {
    font-size: 16px;
    letter-spacing: 0.89px;
  }
  .page-wrapper h5 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .page-wrapper h6 {
    font-size: 13px;
    letter-spacing: 0.82px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .shipping-address-modal.modal-popup.modal-slide,
  .billing-address-modal.modal-popup.modal-slide {
    left: 0;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 400px;
  }
  .shipping-address-modal .modal-inner-wrap h1.modal-title,
  .billing-address-modal .modal-inner-wrap h1.modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
    clear: left;
    float: left;
    margin-top: 5px;
    position: relative;
    top: 5px;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address {
    margin-top: 5px;
    position: absolute;
    right: 1rem;
    top: 0;
  }
  .address-loading-mask {
    top: 105px;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .quickview-details-popup .quickview-additional-roundel {
    width: 150px;
  }
  .cms-index-index .product-list-item .additional-roundel {
    width: 120px;
  }
  .your-woop-box .box-img {
    padding: 0 !important;
  }
  .od-curtains-container-mobile img {
    display: block;
    margin: 0 auto 10px;
  }
  [data-content-type="text"].wop-box-subtitle-wrapper {
    position: relative;
  }
  .od-curtains-container figure.img-underlay:before {
    display: none;
  }
  .od-curtains-container figure.img-overlay:after {
    display: none;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #dcd0b3;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .catalog-product-view .column.main {
    width: 100%;
  }
  .catalog-product-view .page-main {
    padding: 0;
  }
  .block.newsletter input {
    width: 100%;
  }
  .block.newsletter .actions {
    display: block;
  }
  .product.data.recipes .title-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }
  .product.data.recipes .title-block > .item.title {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .product.data.recipes .title-block > .item.title a {
    padding: 0;
    text-align: center;
    width: 100%;
    font-size: 1rem;
  }
  footer .footer.content .as-see-in ul li {
    display: block;
  }
  footer .footer .copyright ul li {
    display: block;
  }
  .calendar-month-index .delivery-addons {
    margin-top: 2.6rem;
    padding: 0 2rem;
  }
  .christmas-menu-wrapper {
    margin: 0 -15px;
  }
  .christmas-menu-wrapper > .christmas-menu-title {
    display: none;
  }
  .christmas-menu-wrapper .christmas-menu-items {
    padding: 0 15px;
  }
  .christmas-menu-wrapper .christmas-menu-title {
    font-size: 4rem;
    line-height: 4.2rem;
    padding-top: 15px;
    margin: 0 auto 34px;
    max-width: 300px;
  }
  .christmas-menu-wrapper .christmas-menu-title:after {
    top: 51%;
    left: 89.4%;
    width: 43px;
    height: 107px;
    transform: rotate(-202deg);
  }
  .christmas-menu-wrapper .box-configurator-info-bottom {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .christmas-menu-wrapper .box-configurator-info {
    margin-bottom: 9px;
  }
  .christmas-menu-wrapper .menu-products-wrapper .box-delivery-options-content li {
    font-size: 1.5rem;
  }
  .christmas-menu-wrapper .menu-products-wrapper .box-delivery-options-trigger {
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin-top: 1px;
  }
  .christmas-menu-wrapper .menu-products-wrapper .box-delivery-options-trigger [data-role='trigger'] {
    margin-right: 7px;
  }
  .christmas-menu-wrapper .menu-products-wrapper .price-wrapper {
    row-gap: 19px;
  }
  .christmas-menu-wrapper .menu-products-wrapper .price-wrapper .price-title {
    margin-top: 0;
  }
  .christmas-menu-wrapper .menu-products-wrapper .price-wrapper .price {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .christmas-menu-wrapper .menu-products-wrapper .menu-product-item .christmas-menu-title {
    display: block;
    order: 2;
  }
  .christmas-menu-wrapper .menu-products-wrapper .menu-product-item-info {
    margin-top: 18px;
  }
  .christmas-menu-wrapper .menu-products-wrapper .menu-product-item-info-top {
    margin-bottom: 4px;
  }
  .christmas-menu-wrapper .menu-products-wrapper .menu-product-item-info-bottom {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .christmas-menu-wrapper .menu-products-wrapper .box-title {
    font-size: 2.6rem;
    line-height: 2.6rem;
    padding: 0 20px;
    max-width: 273px;
    margin: 22px auto 10px;
    letter-spacing: 1px;
  }
  .christmas-menu-wrapper .menu-products-wrapper .box-configurator {
    margin-bottom: 28px;
  }
  .christmas-menu-wrapper .menu-products-wrapper .box-configurator .option-list .option-item {
    font-size: 1.4rem;
    line-height: 1.6rem;
    letter-spacing: 1px;
  }
  .christmas-menu-wrapper .menu-products-wrapper .box-sub-title {
    font-size: 1.6rem;
    margin: 0 20px 0px;
  }
  .christmas-menu-wrapper .christmas-menu-items .menu-item-title {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .christmas-menu-wrapper .box-option-cms-content {
    padding: 0 20px;
    order: 1;
  }
  .christmas-menu-wrapper .box-option-cms-content .pagebuilder-column {
    flex-basis: 50%;
    max-width: 50%;
  }
  .christmas-menu-wrapper .box-recipes-wrapper {
    margin-bottom: 0 !important;
  }
  .christmas-menu-wrapper .box-option-menu-wrapper {
    order: 3;
  }
  .christmas-addons-text [data-content-type="text"] {
    padding: 0 20px 25px !important;
  }
  .christmas-addons-text [data-content-type="text"] .woop-box-subtitle {
    font-size: 45px;
    line-height: 0.9;
    letter-spacing: 2px;
    text-align: left;
    bottom: -34px;
    transform: none;
  }
  .christmas-addons-text [data-content-type="text"] .typewriter-text {
    font-size: 20px;
    line-height: 20px;
    text-align: left;
  }
  .addons-wrapper .product-list .slick-list {
    margin: 0 0 0 -20px;
  }
  .addons-wrapper .slick-dots {
    margin: 0;
    padding: 0;
  }
  .summary-configurator-inner .configurator-option {
    width: 100%;
  }
  .summary-configurator-inner .configurator-option.box-configurator {
    margin: 0 0 15px 0;
  }
  .summary-configurator-inner .configurator-option.box-configurator .option-list .option-item {
    font-size: 14px;
  }
  /*.summary-configurator-wrapper {
        background-image: none;
        background-color: #f9c3a9;
        padding: 40px 20px;

        &:after {
            display: block !important;
            content: '';
            width: 100%;
            position: absolute;
            height: 10px;
            background: url(../../frontend/Overdose/woop/en_NZ/css/@woop-christmas_menu_configurator_bg_xs) repeat-x left bottom;
            left: 0;
            bottom: -10px;
            background-size: 35px 10px;
        }
    }*/
  .summary-configurator-wrapper {
    background: url("../../frontend/Overdose/woop/en_NZ//images/christmas/christmas-bottom-banner-mob.png") repeat-x left bottom;
    padding: 40px 20px;
    background-size: cover;
  }
  .modal-popup.christmas-box-modal {
    left: 0 !important;
    right: 0 !important;
    padding: 54px 20px 37px;
  }
  .modal-popup.christmas-box-modal .modal-inner-wrap {
    overflow-y: visible;
    width: 100%;
  }
  .modal-popup.christmas-box-modal .modal-content {
    padding-bottom: 36px;
  }
  .modal-popup.christmas-box-modal .action-close {
    top: -44px;
    right: -8px;
  }
  .modal-popup.christmas-box-modal .action-close::before {
    color: #ffffff;
  }
  .modal-popup.christmas-box-modal .pagebuilder-column:first-child {
    min-height: 350px;
  }
  .modal-popup.christmas-box-modal h3 {
    margin: 18px auto 11px;
    max-width: 255px;
  }
  .modal-popup.christmas-box-modal .dashed hr {
    margin: 20px 0 15px;
  }
  .modal-popup.christmas-box-modal [data-content-type='tabs'] {
    margin: 30px -3.3% 0;
    padding: 10px 0 25px;
  }
  .modal-popup.christmas-box-modal [data-content-type='tabs'] .tabs-content {
    row-gap: 15px;
  }
  .modal-popup.christmas-box-modal [data-content-type='tabs'] [data-content-type='text'] {
    display: none;
    min-width: 122px;
    width: auto;
  }
  .modal-popup.christmas-box-modal [data-content-type='tabs'] h4 {
    position: relative;
  }
  .modal-popup.christmas-box-modal [data-content-type='tabs'] h4::after {
    content: '';
    display: block;
    position: absolute;
    right: -14px;
    top: 8px;
    width: 12px;
    height: 7px;
    background-image: url("../../frontend/Overdose/woop/en_NZ//images/icons/arrow-down.png");
    background-repeat: no-repeat;
  }
  .modal-popup.christmas-box-modal [data-content-type='tabs'] h4.active::after {
    transform: rotate(180deg);
  }
  .modal-popup.christmas-box-modal [data-content-type='tabs'] h4.active ~ [data-content-type='text'] {
    display: block;
  }
  .modal-popup.christmas-box-modal [data-content-type='tab-item'] {
    padding: 0 29px 0 17px;
  }
  .modal-popup.christmas-box-modal [data-content-type='tab-item']:not(:last-child) {
    padding-bottom: 13px;
    border-bottom: 1px solid #a7c0c2;
  }
  .christmas-top-banner {
    margin: 10px -5px 70px !important;
  }
  .christmas-top-banner .pagebuilder-banner-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
    min-height: 250px !important;
    background-position: center center !important;
    background-size: cover !important;
  }
  .christmas-top-promo-text [data-content-type="text"],
  .christmas-bottom-promo-text-wrapper [data-content-type="text"] {
    padding: 10px 5px 20px !important;
  }
  .christmas-top-promo-text [data-content-type="text"] .woop-box-subtitle,
  .christmas-bottom-promo-text-wrapper [data-content-type="text"] .woop-box-subtitle {
    font-size: 4.5rem;
    line-height: 0.9;
    letter-spacing: 2px;
    text-align: left;
    bottom: -34px;
  }
  .christmas-top-promo-text [data-content-type="text"] .typewriter-text,
  .christmas-bottom-promo-text-wrapper [data-content-type="text"] .typewriter-text {
    font-size: 20px;
    line-height: 20px;
    text-align: left;
  }
  .christmas-top-promo-text {
    margin-bottom: 30px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .christmas-top-promo-text .pagebuilder-button-link {
    margin-bottom: 31px;
  }
  .christmas_box-index-index [data-content-type='row'][data-appearance='full-width'] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .christmas_box-index-index [data-content-type='row'][data-appearance='full-width'] .row-full-width-inner {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .christmas_box-index-index [data-content-type='row'][data-appearance='full-width'].christmas-bottom-promo-text-wrapper {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .christmas_box-index-index [data-content-type='row'][data-appearance='full-width'].christmas-bottom-promo-text-wrapper .row-full-width-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .christmas_box-index-index [data-content-type='row'][data-appearance='full-width'].christmas-top-products-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .christmas-top-products-wrapper .pagebuilder-column:nth-of-type(1),
  .christmas-top-products-wrapper .pagebuilder-column:nth-of-type(2),
  .christmas-top-products-wrapper .pagebuilder-column:nth-of-type(3) {
    padding: 0 0 22px 0 !important;
  }
  .christmas-top-products-wrapper.new .pagebuilder-column:nth-of-type(1),
  .christmas-top-products-wrapper.new .pagebuilder-column:nth-of-type(2),
  .christmas-top-products-wrapper.new .pagebuilder-column:nth-of-type(3) {
    padding: 0 0 32px 0 !important;
  }
  .christmas-top-products-wrapper.new .pagebuilder-column:nth-of-type(1) {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .christmas-top-products-wrapper.new .christmas-box-word {
    margin: 32px 0;
  }
  .christmas-top-products-wrapper.new .christmas-box-word .box .box-title .number {
    width: 40px;
    height: 40px;
    margin-right: 18px;
  }
  .christmas-top-products-wrapper.new .christmas-box-word .box .box-title .description {
    font-size: 1.8rem;
  }
  .christmas-top-products-wrapper.new .christmas-box-word .box .box-title.active:before {
    height: calc(100% - 48px);
    top: 48px;
    left: 19px;
  }
  .christmas-top-products-wrapper.new .christmas-box-word .box .box-title.active .number {
    width: 40px;
    height: 40px;
  }
  .christmas-top-products-wrapper.new .christmas-box-word .box:not(:last-child) {
    padding-bottom: 24px;
  }
  .christmas-top-products-wrapper.new .christmas-box-word .box .box-content {
    margin: -6px 0 0;
    padding-left: 58px;
    font-size: 1.6rem;
  }
  .christmas-top-products-wrapper.new [data-content-type="button-item"] {
    width: 100%;
  }
  .christmas-top-products-wrapper.new [data-content-type="button-item"] a.woop-primary-button {
    padding: 14px 22px;
    letter-spacing: 1.25px;
    width: 100%;
  }
  .christmas-top-products-wrapper .chopped-outer-wrapper {
    order: 10;
    min-height: 60px;
  }
  .christmas-top-products-wrapper .chopped-outer-wrapper .chopped-wrapper span.chopped {
    transform: none;
    width: 100%;
    left: 0;
    top: 15px;
    text-align: center;
  }
  .christmas-top-products-wrapper .chopped-outer-wrapper .chopped-wrapper span.chopped br {
    display: none;
  }
  .christmas-top-products-wrapper .chopped-outer-wrapper .chopped-wrapper span.chopped:after {
    background-image: url("../../frontend/Overdose/woop/en_NZ//images/icons/hashtag-icon-up-revert.png");
    width: 50px;
    height: 130px;
    top: -98px;
    left: -10px;
    transform: rotate(-26deg);
  }
  .christmas-top-products-wrapper [data-content-type='banner'] {
    margin: -60px 20px 0 !important;
  }
  [data-content-type="row"] .woop-christmas-box-title p {
    font-size: 2.6rem;
    line-height: 110%;
    letter-spacing: 1px;
  }
  .christmas-bottom-promo-text-wrapper {
    overflow-x: hidden;
  }
  .christmas-bottom-promo-text-wrapper [data-content-type="text"] {
    padding: 0 !important;
  }
  .christmas-bottom-promo-text-wrapper .pagebuilder-column {
    padding: 0 !important;
  }
  .christmas-bottom-promo-text-wrapper:after {
    top: 115px;
    right: -45px;
  }
  .christmas-bottom-promo-text-wrapper [data-content-type="buttons"] {
    padding: 20px 0 0 0 !important;
    margin-bottom: 57px;
  }
  .christmas-bottom-promo-text-wrapper [data-content-type="button-item"] {
    width: 50%;
  }
  .christmas-bottom-promo-text-wrapper [data-content-type="button-item"] a {
    width: 100%;
  }
  .christmas-bottom-promo-text-wrapper [data-content-type="button-item"] > div {
    width: calc(100% - 5px);
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .christmas-bottom-promo-text-wrapper [data-content-type="button-item"]:nth-of-type(2) > div {
    margin-left: 5px !important;
  }
  .christmas_box-index-index .customer-testimonials .slick-list {
    margin: 0 0 0 -20px;
    padding: 4px 60px 8px 20px;
  }
  .christmas-banner {
    padding: 58.22px 0;
  }
  .christmas-banner[data-content-type='row'][data-appearance='full-width'] {
    min-height: 585px;
  }
  .christmas-banner [data-content-type="text"] {
    padding: 0 15px;
  }
  .christmas-banner [data-content-type="text"] p {
    font-size: 3rem;
    line-height: 100%;
  }
  .loyalty-rewards-block {
    overflow-x: hidden;
  }
  .loyalty-rewards-block .block-wrapper {
    background-color: rgba(178, 206, 181, 0.6);
    margin-bottom: 45px;
    padding: 15px;
    overflow: hidden;
  }
  .loyalty-rewards-block .block-wrapper .block-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
  }
  .loyalty-rewards-block .block-wrapper .block-content .block-info-wrapper {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .loyalty-rewards-block .block-wrapper .block-content .block-info-wrapper .block-info {
    padding: 34px 15px 15px;
    display: block;
  }
  .loyalty-rewards-block .block-wrapper .block-content .block-info-wrapper .block-info .block-title {
    font-size: 30px;
    margin-bottom: 0;
  }
  .loyalty-rewards-block .block-wrapper .block-content .block-info-wrapper .block-info .block-description {
    font-size: 45px;
  }
  .loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle {
    width: 100%;
    padding: 0;
  }
  .loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row {
    margin: 15px;
  }
  .loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle {
    width: 46px;
    height: 46px;
    border-radius: 30px;
  }
  .loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle .image {
    background-image: url('../../frontend/Overdose/woop/en_NZ/images/loyalty-rewards/box.png');
    width: 26px;
    height: 26px;
    margin: 25% auto;
  }
  .loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle .number {
    width: 23px;
    height: 23px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.91px;
    padding: 4px;
  }
  .loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.gift .info,
  .loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.box .info {
    width: 100px;
    margin-left: -20px;
    font-size: 22px;
    letter-spacing: 0.76px;
  }
  .loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.active {
    background: #a8c8ab;
  }
  .loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.active .image {
    background-image: url('../../frontend/Overdose/woop/en_NZ/images/loyalty-rewards/salad.png');
    width: 26px;
    height: 26px;
  }
  .loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.active.last {
    height: 54px;
    width: 54px;
    border-radius: 35px;
  }
  .loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.active.last .image {
    background-image: url('../../frontend/Overdose/woop/en_NZ/images/loyalty-rewards/salad.png');
    width: 30px;
    height: 30px;
    margin: 25% auto;
  }
  .loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row .circle.box .image {
    background-image: url('../../frontend/Overdose/woop/en_NZ/images/loyalty-rewards/box.png');
    width: 29px;
    height: 27px;
    margin: 25% auto;
  }
  .loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:nth-child(2n+1) .line:last-child {
    height: 82px;
  }
  .loyalty-rewards-block .block-wrapper .block-content .block-boxes-cycle .row:nth-child(2n) .line:last-child {
    height: 82px;
  }
  .loyalty-rewards-block .block-wrapper .block-content .block-helper {
    width: 100%;
    height: auto;
    font-size: 30px;
    font-family: 'Emmeline';
    font-weight: normal;
    text-align: center;
    letter-spacing: -0.25px;
    line-height: 25px;
    position: absolute;
    top: 105%;
    left: 0;
    display: none;
  }
  .loyalty-rewards-block .block-wrapper .block-content .block-helper:after {
    content: '';
    background-image: url('../../frontend/Overdose/woop/en_NZ/images/loyalty-rewards/arrow-left.png');
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    margin-top: 135px;
    margin-left: -45px;
    transform: rotate(90deg);
    top: 10px;
  }
  .loyalty-rewards-modal-block {
    left: 15px !important;
  }
  .loyalty-rewards-modal-block .modal-inner-wrap {
    height: auto !important;
    margin-top: 6rem !important;
    width: 95% !important;
  }
  .block-loyalty-reward-free-box .block-content {
    padding: 0;
  }
  .block-loyalty-reward-free-box .block-content .block-info {
    width: 100%;
    text-align: center;
  }
  .block-loyalty-reward-free-box .block-content .block-info .block-title {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .block-loyalty-reward-free-box .block-content .block-image {
    width: 100%;
    background-image: url("../../frontend/Overdose/woop/en_NZ/images/loyalty-rewards/box-bg-m.png");
    background-repeat: no-repeat;
    min-height: 196px;
  }
  .block-loyalty-reward-free-box .block-footer .delivery-text {
    float: left;
  }
  .block-loyalty-reward-free-box .block-footer .actions-block {
    margin-top: 20px;
    float: left;
    width: 100%;
  }
  .block-loyalty-reward-free-box .block-footer .actions-block .confirm-action {
    width: 100%;
    height: 50px;
  }
  .block-offer-price-list {
    padding: 20px;
  }
  .block-offer-price-list .additional-bg-image {
    display: none;
  }
  .block-offer-price-list .block-content .block-info {
    width: 100%;
    padding: 0;
  }
  .block-offer-price-list .block-content .block-info .block-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .block-offer-price-list .block-content .block-offers {
    width: 100%;
    margin-top: 10px;
  }
  .block-offer-price-list .block-content .block-offers .block-offer-price-item {
    width: 180px;
    margin-right: 20px;
  }
  .block-offer-price-list .block-content .block-offers .slick-dots {
    margin: 0;
  }
  .block-offer-price-list .block-footer .delivery-text {
    width: 100%;
  }
  .block-offer-price-list .block-footer .actions-block {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  .block-offer-price-list .block-footer .actions-block .confirm-offer-select-action {
    width: 100%;
    height: 50px;
  }
  .checkout-onepage-success .checkout-success {
    padding-left: 20px;
    padding-right: 20px;
  }
  .woop-myaccount-page.sales-order-view .block-order-info,
  .woop-myaccount-page.checkout-onepage-success .block-order-info {
    padding: 0 20px;
  }
  .woop-myaccount-page.sales-order-view .block-order-info .block-base-info,
  .woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info {
    margin-bottom: 40px;
    padding: 10px 0 25px 0;
  }
  .woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col,
  .woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col {
    text-align: left;
    flex: 1 1 auto;
    width: 50%;
    margin: 0 0 10px 0;
  }
  .woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col.action,
  .woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col.action {
    text-align: left;
    width: 50%;
  }
  .woop-myaccount-page.sales-order-view .block-order-info .block-base-info .col:nth-child(even),
  .woop-myaccount-page.checkout-onepage-success .block-order-info .block-base-info .col:nth-child(even) {
    padding-left: 15px;
  }
  .woop-myaccount-page .order-details-items .table-head-block .col.name {
    width: 100%;
  }
  .woop-myaccount-page .order-details-items .table-head-block .col.qty {
    display: none;
  }
  .woop-myaccount-page .order-details-items .table-head-block .col.subtotal {
    display: none;
  }
  .woop-myaccount-page .order-details-items .table-items-block .col {
    text-align: left;
  }
  .woop-myaccount-page .order-details-items .table-items-block .col.name {
    padding: 0;
    width: 100%;
  }
  .woop-myaccount-page .order-details-items .table-items-block .col.qty {
    width: 100%;
  }
  .woop-myaccount-page .order-details-items .table-items-block .col.qty:before {
    content: attr(data-label) ':';
    padding-right: 3px;
  }
  .woop-myaccount-page .order-details-items .table-items-block .col.subtotal {
    width: 100%;
    text-align: left;
  }
  .woop-myaccount-page .order-details-items .table-items-block .item-info {
    width: 55%;
    margin: auto 0;
  }
  .woop-myaccount-page .order-details-items .order-totals {
    width: 100%;
    float: left;
  }
  .woop-myaccount-page .actions-toolbar {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .signup-index-index .our-plan-wrapper .plan-types .plan-item-type {
    min-width: 131px;
    max-width: 131px;
  }
  .signup-index-index .product-list .main-image.addons-step-img img {
    height: 252px;
    object-fit: cover;
  }
  .signup-index-index .product-list .product-info .product-name {
    white-space: normal;
  }
  .signup-index-index .addons-step-container .product-list .product-info {
    padding: 18px 20px 25px;
  }
  .loader-content {
    top: 65%;
    width: 80%;
    font-size: 1.9rem;
  }
  .cerberus-sandbox-modal-content {
    width: 80% !important;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .paragraph-feature {
    color: #000000;
    font-family: 'Typewriter Condensed';
    font-size: 28px;
    font-weight: 400;
    opacity: 1;
    font-size: 2rem;
  }
  .woop-large-subtitle {
    font-size: 4.4rem;
    letter-spacing: 2px;
  }
  .hidden-mobile {
    display: none !important;
  }
  .checkout-index-index .subscription-nav .my-opc-progress-bar li.my-opc-progress-bar-item {
    display: flex;
    align-items: center;
  }
  .checkout-index-index .subscription-nav .my-opc-progress-bar li.my-opc-progress-bar-item:not(:last-child)::after {
    content: '';
    display: block;
    width: 13px;
    height: 1px;
    background: #d9d9d9;
  }
  .checkout-index-index .subscription-nav .my-opc-progress-bar li.my-opc-progress-bar-item span {
    display: none;
  }
  .modal-popup-gifts-block {
    left: 15px !important;
  }
  .modal-popup-gifts-block .modal-inner-wrap {
    height: auto !important;
    margin-top: 6rem !important;
    width: 95% !important;
  }
  .popup-gifts-list .block-content {
    padding: 0;
  }
  .popup-gifts-list .block-content .block-info {
    width: 100%;
  }
  .popup-gifts-list .block-content .block-info .block-title {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .popup-gifts-list .block-content .block-products {
    width: 100%;
    margin-top: 20px;
  }
  .popup-gifts-list .block-content .block-products .slick-slide {
    width: 172px !important;
    margin-right: 15px;
  }
  .popup-gifts-list .block-content .block-products .slick-dots {
    margin: 0;
  }
  .popup-gifts-list .block-footer .delivery-text {
    float: left;
  }
  .popup-gifts-list .block-footer .actions-block {
    margin-top: 20px;
    float: left;
    width: 100%;
  }
  .popup-gifts-list .block-footer .actions-block .confirm-action {
    width: 100%;
    height: 50px;
  }
  .main .bbq-how-it-works .how-it-works-subtitle {
    font-size: 6em;
    line-height: 0.9em;
    padding: 0 20px;
  }
  .main .bbq-how-it-works .how-it-works-bbq-box {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 90px;
    font-size: 5rem;
  }
  .main .bbq-how-it-works .how-it-works-bbq-box:after {
    left: 40px;
    transform: rotate(-30deg);
  }
  .main .bbq-how-it-works .block-static-block .block-static-block {
    padding: 20px 20px 0 0;
  }
  .main .bbq-how-it-works h3 {
    margin-bottom: 10px;
  }
  .main .bbq-how-it-works h3 + p {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
  .main .bbq-block {
    margin: 80px 20px 40px 20px;
  }
  .main .bbq-block .bbq-img figure {
    padding: 0 20px 5px 20px;
    margin-top: -50px;
  }
  .main .bbq-block .bbq-text {
    margin-top: 0px;
    padding: 15px 30px 0px 30px;
  }
  .main .bbq-block .bbq-text h1 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    padding: 10px;
  }
  .main .bbq-block .bbq-text h1::before {
    display: inline;
    padding: 0px;
    margin: 0px;
    padding-right: 10px;
    font-size: 60px;
  }
  .main .bbq-block .bbq-text p {
    font-size: 15px;
    max-width: 400px;
    line-height: 20px;
    text-align: center;
  }
  .main .bbq-block .bbq-buttons .bbq-button {
    margin: 5px 0 15px 0;
  }
  .main .bbq-block .bbq-buttons .bbq-button > div {
    padding: 0 20px;
  }
  .cms-our-philosophy .philosophy-flexible-plans .row-full-width-inner {
    margin-left: 20px;
    margin-right: 20px;
  }
  [data-content-type='row'] .hero-banner-text > h3,
  [data-content-type='row'] .hero-banner-text > h4,
  [data-content-type='row'] .hero-banner-text > h2 {
    font-size: 24px !important;
    line-height: 20px !important;
    font-weight: bold !important;
  }
  [data-content-type='row'].xs-no-bg {
    background-image: none !important;
  }
  [data-content-type='row'].m-no-bg {
    background-image: inherit !important;
  }
  [data-content-type='row'].ml-no-bg {
    background-image: inherit !important;
  }
  [data-content-type='row'] > .curtains-slider-wrapper,
  [data-content-type='row'].home-recipes-slider-row,
  [data-content-type='row'].home-testimonials-row {
    margin-bottom: 50px !important;
  }
  [data-content-type='row'].mobile-init-slick {
    margin-bottom: 40px !important;
    background-size: 40% !important;
    background-position: 100% 25px !important;
  }
  [data-content-type='row'].your-woop-box [data-content-type="buttons"] {
    margin: 15px 0 40px 0 !important;
  }
  [data-content-type='row'].your-woop-box [data-content-type="buttons"] [data-content-type="button-item"] {
    width: 50%;
  }
  [data-content-type='row'].your-woop-box [data-content-type="buttons"] [data-content-type="button-item"] .woop-primary-button,
  [data-content-type='row'].your-woop-box [data-content-type="buttons"] [data-content-type="button-item"] .woop-secondary-button,
  [data-content-type='row'].your-woop-box [data-content-type="buttons"] [data-content-type="button-item"] .woop-secondary-button-blue-text {
    width: calc(100% - 10px);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [data-content-type='row'].flexible-banner {
    min-height: 375px !important;
    background-position: right top !important;
  }
  [data-content-type='row'].flexible-banner h3 {
    font-size: 26px !important;
    letter-spacing: 1px !important;
    line-height: 26px !important;
    margin-top: 55px !important;
  }
  [data-content-type='row'].flexible-banner .typewriter-text {
    font-size: 20px !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
  }
  [data-content-type='column'].first-xs {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  [data-content-type='row'][data-appearance='full-width'].hero-banner-row {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  [data-content-type='row'][data-appearance='full-width'].hero-banner-row > .row-full-width-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [data-content-type='row'] .hashtag-msg-container {
    width: 100%;
  }
  [data-content-type='row'] .hashtag-msg-wrapper {
    min-height: 125px;
    width: 100%;
  }
  [data-content-type='row'] .hashtag-msg {
    left: 50%;
    transform: rotate(-3deg);
    font-size: 30px;
    letter-spacing: 1.08px;
    line-height: 30px;
    bottom: 0;
    right: auto;
    margin-left: -150px;
  }
  [data-content-type='row'] .hashtag-msg:after {
    background-image: url("../../frontend/Overdose/woop/en_NZ//images/icons/hashtag-icon-up-revert.png");
    top: -135px;
    right: auto;
    left: 55px;
  }
  .easy-to-follow {
    top: 350px;
  }
  .post-view .post-main-content .post-bottom {
    justify-content: flex-start;
  }
  .post-view .post-main-content .post-bottom .addthis_wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
  .post-view .post-main-content .post-bottom .post-tags {
    width: 100%;
  }
  .post-view .post-main-content .post-bottom .post-tags .post-tags-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(86% - 19px);
  }
  .post-view .post-main-content .post-bottom .post-tags a.tag-item:first-child {
    margin-left: 21px;
  }
  .post-view .post-main-content .post-bottom .post-tags .label {
    margin: 0;
  }
  .checkout-index-index .page-header {
    padding: 0;
  }
  .checkout-index-index .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout-index-index .checkout-container .checkout-shipping-address div.new-address-popup,
  .checkout-index-index .checkout-container .checkout-payment-method div.new-address-popup {
    margin: 0 0 20px 0;
  }
  .checkout-index-index .opc-estimated-wrapper {
    display: none;
  }
  .checkout-index-index .opc-sidebar.custom-slide {
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    min-width: unset;
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }
  .checkout-index-index .opc-sidebar.custom-slide._show {
    overflow: visible;
  }
  .checkout-index-index .opc-sidebar.custom-slide .modal-inner-wrap {
    background-color: transparent;
    height: auto;
    min-height: unset;
    position: static;
    transform: none;
    box-shadow: none;
  }
  .checkout-index-index .opc-sidebar.custom-slide .modal-header {
    display: none;
  }
  .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-payment-method .payment-method-content > .actions-toolbar > .secondary {
    order: 10;
    margin: 10px auto 0;
    max-width: 80px;
  }
  .checkout-payment-method .payment-method-content > .actions-toolbar > .primary {
    width: 100%;
  }
  body.checkout-onepage-success .block-order-details-view {
    flex-wrap: wrap;
  }
  body.checkout-onepage-success .block-order-details-view .block-content {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0623907);
  }
  body.checkout-onepage-success .block-order-details-view .block-content:not(:first-child) {
    border-left: 0;
  }
  body.checkout-onepage-success .page-main {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  body.checkout-onepage-success .page-main::before {
    left: -9px;
    top: -23px;
    width: 176px;
    max-width: 15.9vw;
    height: 231px;
  }
  body.checkout-onepage-success .page-main::after {
    right: -9px;
    bottom: -38px;
    width: 93px;
    height: 224px;
    z-index: 0;
  }
  body.checkout-onepage-success .checkout-success {
    margin-bottom: 58px;
  }
  body.checkout-onepage-success .checkout-success .success-page-info {
    margin-bottom: 15px;
  }
  body.checkout-onepage-success .column.main {
    padding-top: 38px;
    padding-bottom: 0;
  }
  body.checkout-onepage-success h1 {
    font-size: 3.4rem;
    line-height: 3.4rem;
    margin: 0 0 16px;
  }
  body.checkout-onepage-success h6 {
    margin-bottom: 10px;
  }
  body.checkout-onepage-success .christmas-top-promo-text {
    margin-bottom: 0 !important;
  }
  body.checkout-onepage-success .order-totals {
    margin-left: 0;
    max-width: 100%;
  }
  body.checkout-onepage-success .block-order-details-view {
    margin-bottom: 35px;
  }
  body.checkout-onepage-success .block-order-details-view .box-title {
    padding: 15px 20px 18px;
  }
  body.checkout-onepage-success .block-order-details-view .box-content {
    row-gap: 8px;
  }
  body.checkout-onepage-success .block-order-details-view .box-content a.tel {
    margin-top: 16px;
  }
  body.checkout-onepage-success .order-details-items .table-head-block .col.qty,
  body.checkout-onepage-success .order-details-items .table-head-block .col.subtotal {
    display: none;
  }
  body.checkout-onepage-success .order-details-items .table-order-items .row {
    flex-direction: column;
  }
  body.checkout-onepage-success .order-details-items .table-order-items .row .col {
    width: 100%;
  }
  body.checkout-onepage-success .order-details-items .table-order-items .row .col.image {
    margin-bottom: 20px;
  }
  body.checkout-onepage-success .order-details-items .table-order-items .row .col.image * {
    width: 100% !important;
  }
  body.checkout-onepage-success .order-details-items .table-order-items .row .col.qty {
    min-width: 100%;
  }
  body.checkout-onepage-success .order-details-items .table-order-items .row .col.qty::before {
    content: attr(data-label);
  }
  body.checkout-onepage-success .order-details-items .table-order-items .row .col.name .price {
    display: none;
  }
  body.checkout-onepage-success .order-details-items .table-order-items .table-items-block {
    padding-bottom: 17px;
  }
  body.checkout-onepage-success .order-details-items .table-order-items .table-items-block .row .col.name {
    margin-bottom: 8px;
  }
  body.checkout-onepage-success .order-details-items .item-info {
    flex-direction: column;
    padding: 0;
  }
  .checkout-index-index footer div.footer.content {
    margin-top: 0;
  }
  .cms-index-index .page-header {
    margin-top: 10px;
    width: 100%;
    padding: 0;
  }
  .cms-index-index .page-header > .header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cms-index-index .customer-testimonials .customer-testimonials-wrapper h1,
  .cms-index-index .customer-testimonials [data-content-type='html'] h1 {
    text-align: left;
    margin-left: 0;
  }
  .cms-index-index [data-content-type='row'].flexible-banner {
    background-position: right top !important;
  }
  .cms-index-index .mobile-init-slick .pagebuilder-column {
    min-width: 80%;
  }
  [data-content-type='row'].your-woop-box {
    margin-bottom: 20px !important;
  }
  [data-content-type='row'].your-woop-box .pagebuilder-column.mobile-contents-init-slick {
    padding-bottom: 10px !important;
  }
  [data-content-type='row'].hashtag-imgs-row {
    margin: 0 -10px 85px !important;
    padding: 0 !important;
    max-width: 100%;
  }
  [data-content-type='row'].hashtag-imgs-row .pagebuilder-column-group {
    padding: 0 5px !important;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    display: block !important;
  }
  [data-content-type='row'].hashtag-imgs-row .pagebuilder-column {
    display: inline-block !important;
    width: 100% !important;
    padding: 0 5px !important;
  }
  [data-content-type='row'].hashtag-imgs-row .pagebuilder-column figure {
    display: block;
    margin: 0 0 6px 0 !important;
  }
  [data-content-type='row'].hashtag-imgs-row .pagebuilder-column figure img {
    display: block;
  }
  [data-content-type='row'].hashtag-imgs-row .pagebuilder-column:nth-of-type(3) figure {
    margin: 30px 0 6px 0 !important;
  }
  [data-content-type='row'].hashtag-msg-row {
    padding: 0 0 15px !important;
  }
  [data-content-type='row'].hashtag-msg-row h3 {
    font-size: 26px !important;
    letter-spacing: 1px !important;
    line-height: 26px !important;
  }
  [data-content-type='row'].hashtag-msg-row p {
    text-align: left !important;
  }
  .your-woop-box {
    overflow: hidden;
  }
  .your-woop-box .slick-slider {
    display: block !important;
    max-width: 80%;
  }
  .your-woop-box .slick-slider .slick-list {
    overflow: visible;
  }
  .your-woop-box .slick-slider .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .mobile-init-slick.environment.philosophy-our-commitment {
    background-position: 100% -15px !important;
  }
  div.careers-banner .banner-image img {
    width: 100%;
  }
  div.careers-banner .banner-image [data-content-type="text"] p {
    font-size: 15px;
    line-height: 18px;
  }
  div.careers-banner .banner-text {
    padding: 25px 32px 14px 19px;
    right: 20px;
    bottom: -10px;
  }
  div.careers-banner .banner-text .main-text {
    max-width: 80px;
    margin-bottom: 0;
    letter-spacing: 0.8px;
  }
  div.careers-banner .banner-text .main-text span {
    font: 700 2.4rem/2rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  }
  div.careers-banner .join {
    font: 400 4.5rem/3rem 'Emmeline', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width: 80px;
    letter-spacing: -0.49px;
  }
  .new-homepage-banner .woop-mobile-text {
    display: inline-block !important;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    margin: 33px auto 25px;
  }
  .new-homepage-banner .slick-arrow {
    background: none !important;
    top: calc(50% - 25px);
  }
  .new-homepage-banner .slick-prev:before {
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .new-homepage-banner .slick-next:before {
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
  }
  .new-homepage-banner .pagebuilder-banner-wrapper {
    min-height: 420px !important;
    padding-left: 0 !important;
    padding-top: 205px !important;
  }
  .new-homepage-banner .pagebuilder-banner-wrapper .pagebuilder-overlay {
    padding: 0;
    max-width: 402px;
    margin: auto;
  }
  .new-homepage-banner .pagebuilder-banner-wrapper .pagebuilder-overlay .pagebuilder-collage-content {
    padding: 0 10px;
  }
  .new-homepage-banner .pagebuilder-banner-wrapper .pagebuilder-overlay .pagebuilder-collage-content > div {
    overflow: initial;
  }
  .new-homepage-banner .pagebuilder-banner-wrapper .pagebuilder-overlay .pagebuilder-collage-content div,
  .new-homepage-banner .pagebuilder-banner-wrapper .pagebuilder-overlay .pagebuilder-collage-content p {
    text-align: center !important;
  }
  .new-homepage-banner .pagebuilder-banner-wrapper .pagebuilder-overlay .pagebuilder-collage-content span {
    letter-spacing: 3px !important;
    font-size: 30px !important;
    line-height: 30px !important;
    display: inline-block !important;
    padding-bottom: 17px !important;
    text-align: center !important;
  }
  .new-homepage-banner .pagebuilder-banner-wrapper .pagebuilder-overlay .pagebuilder-collage-content img {
    margin-bottom: 33px;
  }
  .new-homepage-banner .pagebuilder-banner-wrapper .pagebuilder-overlay .pagebuilder-collage-content .pagebuilder-button-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #fff;
    border-radius: initial;
    padding: 16px 59px!important;
    margin: 0 auto;
    float: none !important;
  }
  .new-homepage-banner .pagebuilder-banner-wrapper .pagebuilder-overlay .pagebuilder-collage-content .pagebuilder-button-link:hover {
    text-decoration: none;
  }
  .new-homepage-banner .pagebuilder-banner-wrapper .pagebuilder-overlay .desktop-line {
    display: none;
  }
  .new-homepage-banner .pagebuilder-column-group {
    margin-top: 0 !important;
  }
  .new-homepage-banner .pagebuilder-column-group figure {
    display: block !important;
    margin: auto;
  }
  .new-homepage-banner .pagebuilder-column-group figure img {
    margin-right: auto !important;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .new-homepage-banner .pagebuilder-column-group figure figcaption {
    margin: auto;
    text-align: center !important;
    max-width: 245px !important;
  }
  .our-people-block {
    margin-top: 27px;
  }
  .our-people-block figure {
    text-align: center;
  }
  .our-people-block figure:not(:first-child) {
    text-align: center;
    display: none;
  }
  div.open-position-heading {
    margin: 0 -15px !important;
    padding: 60px 15px 41px 15px;
    background: url("../../frontend/Overdose/woop/en_NZ/images/careers_mobile_bg.png") no-repeat;
    background-position: calc(100% + 45px) 16px !important;
    background-size: auto !important;
  }
  .cms-careers-at-woop [data-content-type='row'].flexible-banner {
    background-position: right top !important;
    background-size: cover !important;
  }
  .info-icons-row {
    padding: 0 !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .info-icons-row .text-with-img-block {
    margin-bottom: 35px;
    padding-right: 0;
  }
  .info-icons-row .text-with-img-block img {
    float: none;
    margin: 0 30px 15px 0;
  }
  [data-content-type='row'].your-woop-box {
    margin-bottom: 20px !important;
  }
  [data-content-type='row'].your-woop-box .box-img {
    min-height: 420px;
  }
  [data-content-type='row'].your-woop-box .mobile-slider-init .item img {
    min-height: 119px;
  }
  .your-woop-box {
    overflow: hidden;
  }
  .your-woop-box .slick-slider {
    display: block !important;
    max-width: 80%;
  }
  .your-woop-box .slick-slider .slick-list {
    overflow: visible;
  }
  .your-woop-box .slick-slider .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .mobile-init-slick.environment {
    margin-bottom: 0 !important;
    background-position: 210px -88px !important;
  }
  .dinners-block-row {
    top: 0;
  }
  .tabbed-links ul li {
    display: block !important;
    width: 100% !important;
  }
  .sustainability-box h3 {
    font-size: 1.2em !important;
    margin: 20px 0px!important;
  }
  .sustainability-box p {
    font-size: 1.1em !important;
    margin: 20px 0px!important;
  }
  .sustainability-floatbox {
    margin: 0px !important;
  }
  .privacy-policy-row {
    padding-top: 0 !important;
  }
  .privacy-policy-row .anchor-content-wrapper {
    padding-top: 0 !important;
  }
  .privacy-policy-row .anchor-content-wrapper [data-content-type='text'] h3 {
    margin-top: 0;
  }
  .privacy-policy-row .pagebuilder-column-group {
    margin-left: -10px;
    margin-right: -10px;
  }
  .privacy-policy-row .anchor-nav-wrapper,
  .privacy-policy-row .anchor-nav-wrapper.sticky {
    background: #f9f7f2;
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    z-index: 10;
    padding: 20px !important;
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    overflow: visible;
    width: calc(100vw - 60px) !important;
    max-width: 300px;
    transform: translateX(-100%);
    transition: transform 0.3s ease-out;
  }
  .privacy-policy-row .anchor-nav-wrapper.open,
  .privacy-policy-row .anchor-nav-wrapper.sticky.open {
    transform: translateX(0);
  }
  .privacy-policy-row .anchor-nav-wrapper.open .mobile-sidebar-toggler::before,
  .privacy-policy-row .anchor-nav-wrapper.sticky.open .mobile-sidebar-toggler::before {
    content: '\e617';
    left: -15px;
  }
  .privacy-policy-row .anchor-nav-wrapper.open .mobile-sidebar-toggler::after,
  .privacy-policy-row .anchor-nav-wrapper.sticky.open .mobile-sidebar-toggler::after {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.3s ease-out;
    transition-delay: .3s;
  }
  .privacy-policy-row .anchor-nav-wrapper .close-mobile-menu,
  .privacy-policy-row .anchor-nav-wrapper.sticky .close-mobile-menu {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
  }
  .privacy-policy-row .anchor-nav-wrapper .close-mobile-menu:before,
  .privacy-policy-row .anchor-nav-wrapper.sticky .close-mobile-menu:before {
    content: '\e616';
    font-family: 'icons-blank-theme';
    color: #000000;
    font-size: 4rem;
    line-height: normal;
    letter-spacing: normal;
  }
  .privacy-policy-row .anchor-nav {
    max-height: 100%;
    overflow-y: auto;
  }
  .privacy-policy-row .anchor-content-wrapper [data-content-type='text'] table {
    display: block;
    border-bottom: 0;
  }
  .privacy-policy-row .anchor-content-wrapper [data-content-type='text'] table tbody {
    display: block;
  }
  .privacy-policy-row .anchor-content-wrapper [data-content-type='text'] table tbody tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #c1c0bb;
  }
  .privacy-policy-row .anchor-content-wrapper [data-content-type='text'] table tbody tr:first-of-type {
    border-bottom: 0;
    flex-wrap: nowrap;
  }
  .privacy-policy-row .anchor-content-wrapper [data-content-type='text'] table tbody tr:first-of-type td {
    display: none;
  }
  .privacy-policy-row .anchor-content-wrapper [data-content-type='text'] table tbody tr:first-of-type td:first-of-type {
    display: inline-block;
    padding: 16px 20px;
  }
  .privacy-policy-row .anchor-content-wrapper [data-content-type='text'] table tbody tr td {
    width: 100% !important;
    flex-grow: 1;
    padding-top: 0;
    border: 0;
  }
  .privacy-policy-row .anchor-content-wrapper [data-content-type='text'] table tbody tr td:first-of-type {
    width: 100% !important;
    padding-top: 12px;
    padding-bottom: 0;
    border: 0;
  }
  .mobile-sidebar-toggler {
    display: block;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50vh;
    margin: -78px 0 0 0;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    right: -30px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .mobile-sidebar-toggler::before {
    display: inline-block;
    content: '\e608';
    font-family: 'icons-blank-theme';
    position: relative;
    left: -14px;
    font-size: 6rem;
  }
  .mobile-sidebar-toggler::after {
    display: block;
    width: calc(100vw - 300px);
    height: 100vh;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 300px;
    opacity: 0;
    transform: translateX(-110%);
  }
  body .cancel-subscription-wrapper {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
  }
  body .cancel-subscription-wrapper .box-content {
    max-width: 100%;
  }
  .woop-myaccount-page.customer-account-pauseplan .page-main {
    padding-top: 5px;
  }
  .woop-myaccount-page.customer-account-pauseplan .pause-plan-wrapper-inner {
    margin-left: 20px;
    margin-right: 20px;
  }
  .woop-myaccount-page.customer-account-pauseplan .column:not(.sidebar-main) form.form-pause-plan .actions-toolbar,
  .woop-myaccount-page.customer-account-pauseplan .column:not(.sidebar-additional) form.form-pause-plan .actions-toolbar {
    margin: 3px 0 10px;
  }
  .woop-myaccount-page.customer-account-pauseplan .column:not(.sidebar-main) form.form-pause-plan .actions-toolbar .primary,
  .woop-myaccount-page.customer-account-pauseplan .column:not(.sidebar-additional) form.form-pause-plan .actions-toolbar .primary {
    margin-bottom: 20px;
  }
  .woop-myaccount-page.customer-account-changeplan .page-main {
    padding-top: 5px;
  }
  .woop-myaccount-page.customer-account-changeplan .column:not(.sidebar-main) form.form-change-plan .actions-toolbar,
  .woop-myaccount-page.customer-account-changeplan .column:not(.sidebar-additional) form.form-change-plan .actions-toolbar {
    margin: 3px 0 10px;
  }
  .woop-myaccount-page.customer-account-cancelplan .page-main {
    padding-top: 0;
  }
  .woop-myaccount-page.customer-account-cancelplan .columns .main {
    padding-top: 0;
  }
  .woop-myaccount-page.customer-account-cancelplan .cancel-plan-feedback-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
  .woop-myaccount-page.customer-account-cancelplan .column:not(.sidebar-main) form.form-cancel-plan .actions-toolbar,
  .woop-myaccount-page.customer-account-cancelplan .column:not(.sidebar-additional) form.form-cancel-plan .actions-toolbar {
    margin: 22px 0 10px;
  }
  .woop-myaccount-page.customer-account-cancelplan .column:not(.sidebar-main) form.form-cancel-plan .actions-toolbar .primary,
  .woop-myaccount-page.customer-account-cancelplan .column:not(.sidebar-additional) form.form-cancel-plan .actions-toolbar .primary {
    margin-bottom: 20px;
  }
  .woop-myaccount-page.customer-account-welcome .page-main {
    padding-top: 0;
    margin-top: 22px;
  }
  .woop-myaccount-page.customer-account-welcome .columns .main {
    border-top: 0;
    padding-top: 0;
  }
  .woop-myaccount-page .content-box.welcome-carousel {
    overflow: hidden;
    margin-top: 20px;
  }
  .woop-myaccount-page .content-box.welcome-carousel .box-content-inner {
    padding: 0 10px;
  }
  .woop-myaccount-page .content-box.welcome-carousel .slick-list {
    overflow: visible;
  }
  .woop-myaccount-page .content-box.welcome-carousel .welcome-carousel-wrapper {
    max-width: 80%;
  }
  .woop-myaccount-page .content-box.welcome-carousel .welcome-carousel-wrapper.slick-initialized {
    min-height: unset;
  }
  .block-dashboard-welcome-info {
    margin-top: 20px;
  }
  .block-dashboard-welcome-info .dashboard-block {
    padding: 0 20px;
    max-width: 400px;
    margin: 0 auto;
  }
  .block-dashboard-welcome-info .dashboard-block img {
    max-height: 400px;
    margin: 0 auto;
    display: block;
  }
  .block-dashboard-welcome-info .dashboard-block .block-info {
    bottom: 20px;
    max-width: calc(100% - 80px);
  }
  body .change-recipe-navigation .recipe-navigation-inner {
    padding: 10px;
  }
  body .change-recipe-navigation .recipe-navigation-inner .actions .action.button-primary-large {
    font-size: 11px;
    padding: 11px 10px;
    letter-spacing: 0;
    width: 100%;
  }
  body .change-recipe-navigation .recipe-navigation-inner .selected-recipes-wrapper {
    display: none;
  }
  body .change-recipe-navigation .recipe-navigation-inner.active .selected-recipes-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .subscription-info-wrapper .plan-info {
    margin-bottom: 18px;
  }
  .subscription-info-wrapper .plan-actions .actions-toolbar {
    margin-top: 0;
  }
  .subscription-info-wrapper .plan-actions .actions-toolbar .woop-underline-button {
    cursor: pointer;
  }
  div.mydeliveries-recipes-wrapper .mydeliveries-recipes-wrapper-inner .price-offer-box-content {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .woop-myaccount-page.customer-account-referral h6.xs-visible {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin: 20px 0 15px;
    padding: 16px 0 0;
    border-bottom: 0;
  }
  .woop-myaccount-page.customer-account-referral .page-main {
    padding-top: 0;
    margin-top: 22px;
  }
  .woop-myaccount-page.customer-account-referral .columns .main {
    border-top: 0;
    padding-top: 0;
  }
  .xs-visible {
    display: block;
    visibility: visible;
  }
  .customer-account-addons.account .page-main {
    padding-top: 0;
  }
  .address-box-form form .actions-toolbar {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .address-box-form form .actions-toolbar .primary.action + .primary.action {
    margin-top: 0;
    margin-left: 0;
  }
  /* Mobile Styles for My account Popups */
  .woop-myaccount-page .modal-popup.add-address-popup.modal-slide,
  .woop-myaccount-page .modal-popup.cancel-subscriptions-popup.modal-slide {
    left: 0;
    padding: 20px;
  }
  .woop-myaccount-page .modal-popup.add-address-popup .modal-inner-wrap[class],
  .woop-myaccount-page .modal-popup.cancel-subscriptions-popup .modal-inner-wrap[class] {
    background-color: #fff;
    width: 100%;
    min-height: auto;
  }
  .woop-myaccount-page .preference-summary .preference-summary-info,
  .woop-myaccount-page .preference-summary .preference-summary-info.primary {
    margin-bottom: 20px;
  }
  .woop-myaccount-page .preference-summary .preference-summary-info .preference-price,
  .woop-myaccount-page .preference-summary .preference-summary-info.primary .preference-price {
    padding-right: 30px;
  }
  .woop-myaccount-page .preference-summary .preference-summary-info .preference-price:after,
  .woop-myaccount-page .preference-summary .preference-summary-info.primary .preference-price:after {
    right: 14px;
  }
  .woop-myaccount-page.customer-account-index .block-myacc .block-content {
    margin-left: 0;
    margin-right: 0;
  }
  .woop-myaccount-page.account .page-main {
    padding-top: 0;
  }
  .woop-myaccount-page.customer-account-dashboard .page-main {
    margin-top: 0;
  }
  .messages .message .text {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    margin: 22px 20px;
  }
  .messages .message .text a,
  .messages .message .text button,
  .messages .message .text .cart.table-wrapper .actions-toolbar > .action,
  .messages .message .text .action-gift {
    margin-left: 0;
    display: block;
    white-space: nowrap;
    margin-top: 10px;
    width: 120px;
  }
  .messages.notification-block .message .text button,
  .messages.notification-block .message .text .cart.table-wrapper .actions-toolbar > .action,
  .messages.notification-block .message .text .action-gift {
    margin-left: auto;
    margin-right: auto;
  }
  .customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .date-info {
    margin: auto 0;
  }
  .customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .date-info .kick-off-day {
    margin-left: 5px;
  }
  .customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .product-list .slick-list,
  .customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .product-list .slick-list,
  .customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .christmas-product-list .slick-list,
  .customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .christmas-product-list .slick-list {
    padding-right: 50px;
    margin-right: -30px;
  }
  .customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .main-block-content,
  .customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .main-block-content {
    padding: 0;
  }
  .customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-title-nav,
  .customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-title-nav {
    padding: 14px 15px;
    justify-content: space-between;
  }
  .customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-title-nav .title,
  .customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-title-nav .title {
    font-size: 12px;
    letter-spacing: 0.75px;
  }
  .customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-title-nav .delivery-nav,
  .customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-title-nav .delivery-nav {
    display: none;
  }
  .customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-bottom-nav,
  .customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-bottom-nav {
    border-top: 1px solid #efefef;
    padding: 20px;
  }
  .customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-bottom-nav .delivery-nav,
  .customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-bottom-nav .delivery-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-bottom-nav .delivery-nav li,
  .customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-bottom-nav .delivery-nav li {
    font-size: 16px;
    font-family: 'Typewriter Condensed';
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    margin: 0;
  }
  .customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-bottom-nav .delivery-nav li span,
  .customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-bottom-nav .delivery-nav li span {
    border-bottom: 1px solid;
  }
  .customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-bottom-nav .delivery-nav li:hover span,
  .customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-bottom-nav .delivery-nav li:hover span {
    border-bottom: 1px transparent;
  }
  .customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .addon-account-dashboard .product-list:not(.delivery-available-addons-list),
  .customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .addon-account-dashboard .product-list:not(.delivery-available-addons-list),
  .customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .addon-account-dashboard .christmas-product-list,
  .customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .addon-account-dashboard .christmas-product-list {
    margin: 0;
  }
  .customer-account-dashboard .delivery-addons {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .notification-blocks-container .notification-block.suspended .block-content {
    display: inline-block;
  }
  .notification-blocks-container .notification-block.suspended .block-content .title {
    margin-bottom: 10px;
  }
  .notification-blocks-container .notification-block.suspended .block-content .description {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
  }
  .notification-blocks-container .notification-block.suspended .block-content .actions-toolbar {
    width: 100%;
    flex-flow: column;
  }
  .notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .retry-credit-card {
    order: 2;
    margin: 20px auto 0;
  }
  .notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .update-credit-card {
    order: 1;
  }
  .notification-blocks-container .notification-block.canceled {
    padding: 0 20px;
  }
  .notification-blocks-container .notification-block.canceled .canceled-block {
    margin-bottom: 40px;
  }
  .notification-blocks-container .notification-block.canceled .canceled-block .block-content {
    padding: 20px 30px;
  }
  .notification-blocks-container .notification-block.canceled .canceled-block .block-content .description .title {
    font-size: 14px;
  }
  .notification-blocks-container .notification-block.canceled .canceled-block .block-content .description p {
    font-size: 15px;
  }
  .notification-blocks-container .notification-block.canceled .canceled-block .block-content .actions-toolbar {
    margin: 10px auto;
    width: 100%;
  }
  .notification-blocks-container .notification-block.canceled .canceled-block .block-content .actions-toolbar .restart-my-deliveries {
    padding: 10px 20px;
    width: 100%;
  }
  .notification-blocks-container .notification-block.canceled .bottom-action-toolbar {
    margin: 0;
  }
  .notification-blocks-container .notification-block.canceled .bottom-action-toolbar .restart-my-deliveries {
    padding: 15px 70px;
  }
  .customer-account-mydeliveries .notification-blocks-container .notification-block.suspended .block-content .description span {
    font-size: 18px;
  }
  .customer-account-mydeliveries .notification-blocks-container .notification-block.suspended .block-content .description p {
    font-size: 14px;
  }
  .customer-account-mydeliveries .notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .update-credit-card {
    width: 100%;
  }
  .dashboard-container .action-block.canceled .canceled-block {
    padding: 30px 20px;
  }
  .dashboard-container .action-block.canceled .canceled-block .block-content .description {
    width: 100%;
    text-align: center;
  }
  .dashboard-container .action-block.canceled .canceled-block .block-content .description:before {
    content: '';
    background-image: url('../../frontend/Overdose/woop/en_NZ/images/icons/delicious.png');
    background-size: 95% 95%;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    width: 50px;
    position: relative;
    margin: 0 auto;
  }
  .dashboard-container .action-block.canceled .canceled-block .block-content .description .title {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .dashboard-container .action-block.canceled .canceled-block .block-content .description .plan {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .dashboard-container .action-block.canceled .canceled-block .block-content .actions-toolbar {
    margin-top: 20px;
    width: 100%;
  }
  .dashboard-container .action-block.canceled .canceled-block .block-content .actions-toolbar .restart-my-deliveries {
    padding: 14px 20px;
    width: 100%;
  }
  .dashboard-container .action-block.long-weekend .long-weekend-block {
    padding: 30px 20px;
  }
  .dashboard-container .action-block.long-weekend .long-weekend-block .block-content .description {
    width: 100%;
    text-align: center;
  }
  .dashboard-container .action-block.long-weekend .long-weekend-block .block-content .description:before {
    content: '';
    background-image: url('../../frontend/Overdose/woop/en_NZ/images/icons/subscription-cancelled.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    width: 54px;
    position: relative;
    margin: 0 auto;
  }
  .dashboard-container .action-block.long-weekend .long-weekend-block .block-content .description .title {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .dashboard-container .action-block.long-weekend .long-weekend-block .block-content .description p {
    font-size: 14px;
    text-align: center;
  }
  .dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar {
    margin-top: 20px;
    width: 100%;
  }
  .dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar .control {
    width: 100%;
    margin-bottom: 10px;
  }
  .dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar .update-deliver-time {
    padding: 14px 20px;
    width: 100%;
  }
  .delivery-popup .shipping-address-items,
  .delivery-popup .leave-box-place-wrapper,
  .delivery-popup #address-form-list > .actions-toolbar {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .delivery-popup .shipping-address-items .shipping-address-item:last-child {
    padding: 14px 0;
  }
  .delivery-popup .leave-box-place-wrapper > * {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  .delivery-popup .leave-box-place-wrapper .title {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .delivery-popup #address-form-list > .actions-toolbar .action {
    font-size: 1.3rem;
    padding: 16px 17px;
  }
  .delivery-popup #address-form-list > .actions-toolbar > .primary {
    line-height: 18px;
    margin-bottom: 30px;
  }
  .delivery-popup #address-form-list > .actions-toolbar > .primary .paragraph-light {
    font-size: 14px;
  }
  div#delivery-rating-star-wrapper .popup-heading {
    margin-bottom: 30px;
  }
  div#delivery-rating-star-wrapper .popup-rating .field textarea {
    height: 200px;
  }
  div#delivery-rating-star-wrapper .popup-rating .field .control {
    margin-bottom: 2rem;
  }
  div#delivery-rating-star-wrapper .popup-rating .field .control:after {
    top: auto;
    bottom: 20px;
  }
  div.mydeliveries-recipes-wrapper-inner .selected-recipe-block {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
  }
  div.mydeliveries-recipes-wrapper-inner .selected-recipe-block .heading-block {
    margin-bottom: 10px;
  }
  .dashboard-selected-addons-list {
    margin-top: 4rem;
  }
  .dashboard-selected-addons-list__container {
    padding: 2rem;
  }
  .dashboard-selected-addons-list__view-all {
    text-align: center;
    text-transform: uppercase;
    opacity: 0.6;
    font-family: 'Typewriter Condensed';
    font-size: 1.6rem;
    padding: 1.2rem 0 1.6rem;
    border-top: 1px solid #efefef;
  }
  .dashboard-selected-addons-list__view-all a {
    display: inline-block;
    border-bottom: 1px solid currentColor;
    line-height: 1;
  }
  .dashboard-selected-addons-list .slick-list {
    margin-right: -2rem;
  }
  .dashboard-selected-addons-list .slick-slide {
    margin-right: 2rem;
    width: 30.5rem;
  }
  .dashboard-selected-addons-info {
    padding: 2rem 0 1.9rem 2rem;
  }
  .dashboard-selected-addons-info__text {
    font-size: 1.2rem;
    margin-right: .5rem;
  }
  .dashboard-selected-addons-info__date {
    font-size: 1.4rem;
  }
  .dashboard-selected-addons-info__days-left {
    font-size: 1.5rem;
  }
  .dashboard-selected-addons-info__actions {
    display: none;
  }
  .menuandplans-index-index .plans-menu-wrap {
    min-height: calc(100vh - 80px);
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child),
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #dcd0b3;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #dcd0b3;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .my_calendar .month-wrapper:first-child .single-month-wrapper .single-month .last-delivery-in-month > span:after,
  .redo_my_calendar .month-wrapper:first-child .single-month-wrapper .single-month .last-delivery-in-month > span:after {
    content: none;
  }
  .campaign-rewards-block .campaign-reward-commit-block .block-content {
    padding: 28px 20px 30px;
  }
  .campaign-rewards-block .campaign-reward-commit-block .block-content .block-info-wrapper .block-info {
    width: 100%;
  }
  .campaign-rewards-block .campaign-reward-commit-block .block-content .block-info-wrapper .block-info .title {
    font-size: 16px;
  }
  .campaign-rewards-block .campaign-reward-commit-block .block-content .block-info-wrapper .block-info .description {
    display: inline-block;
  }
  .campaign-rewards-block .campaign-reward-commit-block .block-content .block-info-wrapper .block-info .commit-campaign-rule {
    margin-top: 20px;
    width: 100%;
  }
  .campaign-rewards-block .campaign-reward-commit-block .block-content .block-info-wrapper .commit-list {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .campaign-rewards-block .campaign-reward-commit-block .block-content .block-info-wrapper .commit-list .commit-item {
    padding: 14px 16px;
  }
  .campaign-rewards-block .campaign-reward-commit-block .block-content .block-info-wrapper .commit-list .commit-item:before {
    width: 34px;
    height: 30px;
    background-size: contain;
  }
  .campaign-rewards-block .campaign-reward-commit-block .block-content .block-info-wrapper .commit-list .commit-item:after {
    font-size: 1.8rem;
  }
  .campaign-rewards-block .campaign-reward-commit-block .block-content .block-info-wrapper .commit-list .commit-item:not(:last-child) {
    margin-right: 35px;
  }
  .campaign-rewards-block .campaign-reward-commit-block .block-content .block-info-wrapper .commit-list .info-text {
    font-size: 3rem;
    letter-spacing: 1.03px;
    position: relative;
    left: 0;
    top: 0;
    margin-top: -30px;
    -webkit-align-self: start;
    -moz-align-self: start;
    -ms-align-self: start;
    align-self: start;
  }
  .campaign-rewards-block .campaign-reward-commit-block .block-content .block-info-wrapper .commit-list .info-text:after {
    width: 41px;
    height: 62px;
    top: 0;
    left: 0;
    position: relative;
    background-size: 100%;
  }
  .summary-configurator-inner .price-info {
    padding-right: 17px;
    width: 50%;
  }
  .summary-configurator-inner .price-info:after {
    right: 0;
  }
  .summary-configurator-inner .box-title {
    padding-left: 17px;
    flex-basis: 50%;
  }
  .questionnaire-popup-block {
    padding: 0;
  }
  .questionnaire-popup-block .modal-inner-wrap .modal-header {
    margin-top: 45px !important;
    margin-bottom: 10px !important;
  }
  .questionnaire-popup-block .modal-inner-wrap .modal-header .action-close::before {
    font-size: 35px;
  }
  .questionnaire-popup-block .modal-inner-wrap .modal-title {
    font-size: 14px;
  }
  .questionnaire-popup-block .modal-inner-wrap .modal-content {
    padding: 0 20px !important;
  }
  .questionnaire-popup-block .modal-inner-wrap .modal-content .form-content .textarea {
    padding: 0.4rem;
  }
  .questionnaire-popup-block .modal-inner-wrap .modal-content .form-content .textarea textarea {
    height: 90px;
  }
  .questionnaire-popup-block .modal-inner-wrap .modal-footer {
    border-top: none !important;
    text-align: center !important;
    padding: 10px 20px 20px;
  }
  .woop-myaccount-page .sub-title-text {
    text-align: left;
    padding: 0 20px;
  }
  .woop-myaccount-page .table-orders-list .table-head-block .col {
    display: none;
  }
  .woop-myaccount-page .table-orders-list .table-head-block .col.actions-toolbar {
    display: inline-block;
    width: 100%;
    margin-top: 0;
  }
  .woop-myaccount-page .table-orders-list .table-items-block .row .item {
    width: 60%;
  }
  .woop-myaccount-page .table-orders-list .table-items-block .row .col {
    width: 100%;
    margin: 5px 0 0 0;
  }
  .woop-myaccount-page .table-orders-list .table-items-block .row .col.date span {
    opacity: 1;
  }
  .woop-myaccount-page .table-orders-list .table-items-block .row .col.status {
    display: none;
  }
  .woop-myaccount-page .table-orders-list .table-items-block .row .col.actions-toolbar {
    width: 40%;
    text-align: right;
    margin: auto 0;
  }
  .block-gift-notify {
    position: relative;
  }
  .block-gift-notify .block-info-wrapper {
    width: auto;
    float: left;
    margin-left: 2rem;
    margin-right: 2rem;
    position: absolute;
    bottom: 20px;
  }
  .block-gift-notify .block-info-wrapper .block-info {
    padding: 35px 20px;
  }
  .block-gift-notify .block-info-wrapper .block-info .block-button button,
  .block-gift-notify .block-info-wrapper .block-info .block-button .cart.table-wrapper .actions-toolbar > .action,
  .block-gift-notify .block-info-wrapper .block-info .block-button .action-gift {
    width: 100%;
    padding: 10px;
  }
  div.recipe-bottom-block .recipe-bottom-images-block .row-full-width-inner [data-content-type="image"] {
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }
  div.recipe-bottom-block .recipe-bottom-images-block .row-full-width-inner [data-content-type="image"]:nth-of-type(4n + 2) {
    margin-top: 30px !important;
  }
  div.recipe-bottom-block .recipe-bottom-images-block .row-full-width-inner [data-content-type="image"]:nth-of-type(4n + 3) {
    margin-top: -30px !important;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item .action.edit-address-link {
    position: relative;
    display: block;
    float: left;
    right: auto;
    top: auto;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item .action.edit-address-link > span {
    clip: unset;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item .action.edit-address-link:before {
    display: none;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item .action-select-shipping-item {
    float: right;
    width: auto;
  }
  .philosophy-local-producer {
    background-position: 104% 94% !important;
  }
  .customer-account-addons .my-recipes-grid .product-list {
    margin: 0;
  }
  .customer-account-addons .my-recipes-grid .product-list .product-list-item {
    padding: 0;
  }
  .woop-myaccount-page.customer-account-addons .block-myacc h6 small {
    display: block;
    margin-top: 15px;
    line-height: 20px;
  }
  .woop-myaccount-page.customer-account-addons .block-myacc .block-content {
    padding: 16px 0 7px;
    margin: 0;
  }
  .modal-popup.skip-week-popup.modal-slide._show .modal-inner-wrap {
    top: 0;
    margin-top: 145px;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .product-list .product-list-item {
    margin: 0;
  }
  .subscription-copyright ul li,
  .subscription-copyright [data-content-type='html'] ul li {
    float: left;
  }
  footer .footer .subscription-copyright,
  footer .footer .subscription-copyright [data-content-type='html'] {
    padding: 21px 20px 18px;
  }
  footer .footer .subscription-copyright p,
  footer .footer .subscription-copyright [data-content-type='html'] p {
    font-size: 1.4rem;
  }
  footer .footer .subscription-copyright ul li:first-child,
  footer .footer .subscription-copyright [data-content-type='html'] ul li:first-child {
    font-size: 1.2rem;
  }
  footer .footer .subscription-copyright ul li:first-child a,
  footer .footer .subscription-copyright [data-content-type='html'] ul li:first-child a {
    line-height: 20px;
  }
  footer .footer .subscription-copyright ul li:first-child strong,
  footer .footer .subscription-copyright [data-content-type='html'] ul li:first-child strong {
    white-space: nowrap;
  }
  footer .footer .subscription-copyright ul li:last-child,
  footer .footer .subscription-copyright [data-content-type='html'] ul li:last-child {
    font-size: 1.4rem;
    text-align: right;
  }
  footer .footer .subscription-copyright ul.footer-center,
  footer .footer .subscription-copyright [data-content-type='html'] ul.footer-center {
    position: absolute;
    margin-top: 32px;
  }
  footer .footer .subscription-copyright ul.footer-center li span,
  footer .footer .subscription-copyright [data-content-type='html'] ul.footer-center li span {
    text-align: left;
  }
  .subscription-info-wrapper .calendar-view-menu-subscription-block .addon-product-list .product-list .product-list-item .product-footer .recipe-status {
    width: 80%;
  }
  .calendar-header-bar .subscription-default-status li {
    margin-left: 8px;
  }
  .your-preferences-step-container .plans-menu-wrap .product-list .product-list-item .main-image img {
    max-height: 200px;
    object-fit: cover;
  }
  [data-content-type='row'] .hero-banner-text > h3 > br,
  [data-content-type='row'] .hero-banner-text > h4 > br,
  [data-content-type='row'] .hero-banner-text > h2 > br {
    display: none;
  }
  .easy-to-follow {
    top: 160px;
  }
  .your-woop-box .contents-carousel.slick-slider {
    max-width: 65%;
  }
  [data-content-type='row'].hero-banner-row .pagebuilder-slide-wrapper {
    background-size: cover !important;
  }
  .cms-index-index .mobile-init-slick .pagebuilder-column-group.slick-slider {
    max-width: 80%;
  }
  .philosophy-banner-row .philosophy-banner-signature {
    left: 0;
    bottom: -55px;
    max-width: 50%;
  }
  .cms-careers-at-woop .careers-banner .banner-image [data-content-type="text"] {
    max-width: 45%;
  }
  .cms-how-it-works .mobile-init-slick .pagebuilder-column-group.slick-slider {
    max-width: 80%;
  }
  .your-woop-box .box-content-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .your-woop-box .box-content-buttons [data-content-type="button-item"] {
    width: calc(50% - 5px);
  }
  .your-woop-box .box-content-buttons [data-content-type="button-item"] .woop-secondary-button-blue-text,
  .your-woop-box .box-content-buttons [data-content-type="button-item"] .woop-secondary-button,
  .your-woop-box .box-content-buttons [data-content-type="button-item"] .woop-primary-button {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
  body .breadcrumbs .items:after {
    content: none;
  }
  body.customer-account-forgotpassword .login-bg {
    top: 45px;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content {
    padding-top: 25px;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content .navigation .display-block li {
    padding: 5px 0;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content .navigation .display-block li a {
    font-size: 2.1rem;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content .woop-authorization-link .ui-menu-item li {
    padding: 5px 0;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content .woop-authorization-link .ui-menu-item li a {
    font-size: 2.1rem;
  }
  .woop-myaccount-page .modal-popup.confirm.confirm-cancel-addon .modal-footer button span,
  .woop-myaccount-page .modal-popup.confirm.confirm-cancel-addon .modal-footer .cart.table-wrapper .actions-toolbar > .action span,
  .woop-myaccount-page .modal-popup.confirm.confirm-cancel-addon .modal-footer .action-gift span {
    font-size: 0.9rem;
  }
  body.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-title-nav .title,
  body.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-title-nav .title {
    font-size: 10px;
  }
  body.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-title-nav .date-info .plan-date,
  body.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-title-nav .date-info .plan-date {
    font-size: 12px;
  }
}
@media only screen and (max-width: 374px) {
  .philosophy-banner-row .philosophy-banner-signature {
    max-width: 145px;
    bottom: -61px;
  }
}
@media only screen and (max-width: 1365px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .your-preferences-step-container .people-wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .your-preferences-step-container .people-wrap .preference-type {
    margin: 10px 0 0 0;
  }
  .your-preferences-step-container .people-wrap .people-text {
    max-width: 150px;
  }
  .your-preferences-step-container .preference-setting .delivery-info > div {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
  }
  .your-preferences-step-container .preference-setting .delivery-info > div.additional-text {
    display: none;
  }
  [data-content-type='row'].ml-no-bg {
    background-image: none !important;
  }
  .slick-slider .pagebuilder-column {
    padding: 10px;
  }
  body.cms-index-index .customer-testimonials .slick-list {
    padding-right: 40px;
    margin-right: -20px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .recipes-step-container .product-list .product-list-item,
  .addons-step-container .product-list .product-list-item {
    width: 50%;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .recipe-bottom-block .recipe-bottom-images-block [data-content-type="image"]:nth-of-type(4n + 1) {
    margin-top: 10px !important;
  }
  .recipe-bottom-block .recipe-bottom-images-block [data-content-type="image"]:nth-of-type(4n + 2) {
    margin-top: 30px !important;
  }
  .recipe-bottom-block .recipe-bottom-images-block [data-content-type="image"]:nth-of-type(4n) {
    margin-top: 60px !important;
  }
  .customer-account-addons .my-recipes-grid .product-list {
    margin: 0 -10px;
  }
  .customer-account-addons .my-recipes-grid .product-list .product-list-item {
    padding: 0 10px;
    max-width: 50%;
  }
}
@media all and (min-width: 480px), print {
  .ourrecipes-index-index .our-recipes-grid .product-list-item {
    -webkit-flex: 0 1 48%;
    -moz-flex: 0 1 48%;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
  }
  .customer-account-myrecipes .my-recipes-grid .product-list-item {
    -webkit-flex: 0 1 calc(50% - 10px);
    -moz-flex: 0 1 calc(50% - 10px);
    -ms-flex: 0 1 calc(50% - 10px);
    flex: 0 1 calc(50% - 10px);
    margin-left: 10px;
    min-width: calc(50% - 10px);
  }
}
.container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  width: auto;
}
.cerberus-sandbox-modal {
  z-index: 100 !important;
}
.cookie-status-message {
  display: none;
}
img {
  max-height: 100%;
}
.woop-hide {
  display: none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #dcd0b3;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #efeadd;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #dcd0b3;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 500;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #efeadd;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #efeadd;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #efeadd;
  border: 1px solid #dcd0b3;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #dcd0b3;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.page-wrapper .page.messages {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 0;
  z-index: 1;
}
.paragraph-large {
  color: #1d1d1b;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.5;
}
.paragraph-light {
  color: #000000;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  opacity: 0.5;
}
.paragraph-dark {
  color: #000000;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  opacity: 1;
}
.paragraph-small {
  color: #000000;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  opacity: 0.5;
}
.tooltip-wrapper {
  position: relative;
}
.tooltip-wrapper .tooltip-content {
  background: #ffffff;
  border-radius: 5px;
  max-width: 152px;
  min-width: 152px;
  padding: 8px 5px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 16px;
  font-size: 1.2rem;
  border: 1px solid rgba(29, 29, 27, 0.05);
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip-wrapper .tooltip-content:after,
.tooltip-wrapper .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip-wrapper .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip-wrapper .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip-wrapper .tooltip-content:after,
.tooltip-wrapper .tooltip-content:before {
  bottom: 100%;
}
.tooltip-wrapper .tooltip-content:after {
  border-bottom-color: #ffffff;
  left: 29px;
  margin-left: -5px;
}
.tooltip-wrapper .tooltip-content:before {
  border-bottom-color: rgba(29, 29, 27, 0.05);
  left: 29px;
  margin-left: -6px;
}
.tooltip-wrapper .tooltip-toggle {
  cursor: help;
}
.tooltip-wrapper .tooltip-toggle:hover + .tooltip-content,
.tooltip-wrapper .tooltip-toggle:focus + .tooltip-content,
.tooltip-wrapper:hover .tooltip-content {
  display: block;
}
.tooltip-wrapper .tooltip-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  text-transform: none;
}
.woop-small-subtitle {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.woop-large-subtitle {
  color: #e7e6e1;
  font-weight: 700;
  text-transform: uppercase;
}
.woop-font-label {
  color: #000000;
  font-family: 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  opacity: 0.5;
  text-transform: uppercase;
}
.woop-question:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/question-icon.png") no-repeat;
}
.woop-button-text-large,
.actions-toolbar .action.button-primary-large,
.actions .action.button-primary-large,
.actions-toolbar .action.button-primary-medium,
.actions .action.button-primary-medium {
  color: #000000;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woop-button-text-medium {
  color: #000000;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woop-button-text-second-medium,
.actions-toolbar .action.button-secondary-medium,
.actions .action.button-secondary-medium,
.actions-toolbar .action.button-secondary-small,
.actions .action.button-secondary-small {
  color: #1d1d1b;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: none;
}
.woop-underline-button {
  color: #151515;
  font-family: 'Typewriter Condensed';
  font-size: 1.6rem;
  font-weight: 400;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}
.woop-underline-button:visited {
  color: #151515;
}
.woop-placeholder-text,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="datetime"]::placeholder,
input[type="email"]::placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="datetime"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder {
  color: #1d1d1b;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  opacity: 0.4;
  text-transform: none;
}
.woop-field-title {
  color: #000000;
  font-family: 'Typewriter Condensed';
  font-size: 1.3rem;
  font-weight: 400;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.23px;
}
.woop-filled-text {
  color: #1a1a1a;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  opacity: 0.8;
  text-transform: none;
}
.woop-navigation-active,
.woop-navigation-notactive,
.subscription-nav ul li.active,
.subscription-nav ul li._active,
.subscription-nav ul li._complete,
.subscription-nav ul li {
  color: #151515;
  font-family: 'Typewriter Condensed';
  font-size: 1.8rem;
  font-weight: 700;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.woop-navigation-notactive,
.subscription-nav ul li {
  font-weight: 400;
}
.woop-script-text-large {
  color: #000000;
  font-family: 'Emmeline';
  font-size: 80px;
  font-weight: 400;
  opacity: 1;
  text-transform: none;
  letter-spacing: -0.15px;
}
.woop-script-text-medium {
  color: #000000;
  font-family: 'Emmeline';
  font-size: 40px;
  font-weight: 400;
  opacity: 1;
  text-transform: none;
  letter-spacing: 1.38px;
}
.woop-script-text-small {
  color: #000000;
  font-family: 'Emmeline';
  font-size: 24px;
  font-weight: 400;
  opacity: 1;
  text-transform: none;
  letter-spacing: 0.83px;
}
.actions-toolbar button.action,
.actions button.action,
.actions-toolbar .action[class*="button-"],
.actions .action[class*="button-"],
.actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action,
.actions .cart.table-wrapper .actions-toolbar > .action.action,
.actions-toolbar .action-gift.action,
.actions .action-gift.action {
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
}
.actions-toolbar .action.button-primary-large,
.actions .action.button-primary-large {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  border-radius: 1px;
  padding: 16px 48px 16px 47px;
  float: none;
}
.actions-toolbar .action.button-primary-large:hover,
.actions .action.button-primary-large:hover {
  color: #000000;
  background: #ffffff;
}
.actions-toolbar .action.button-primary-medium,
.actions .action.button-primary-medium {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  border-radius: 1px;
  padding: 16px 48px 16px 47px;
  float: none;
  font-size: 1.2rem;
  padding: 11px 21px 11px 22px;
}
.actions-toolbar .action.button-primary-medium:hover,
.actions .action.button-primary-medium:hover {
  color: #000000;
  background: #ffffff;
}
.actions-toolbar .action.button-secondary-medium,
.actions .action.button-secondary-medium {
  background: #ffffff;
  border-color: #1d1d1b;
  border-radius: 1px;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 16px;
}
.actions-toolbar .action.button-secondary-medium:hover,
.actions .action.button-secondary-medium:hover {
  color: #ffffff;
  background: #000000;
}
.actions-toolbar .action.button-secondary-small,
.actions .action.button-secondary-small {
  background: #ffffff;
  border-color: #1d1d1b;
  border-radius: 1px;
  padding: 11px 22px 11px 21px;
}
.actions-toolbar .action.button-secondary-small:hover,
.actions .action.button-secondary-small:hover {
  color: #ffffff;
  background: #000000;
}
.actions-toolbar .action.button-underline,
.actions .action.button-underline {
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.4);
  border-radius: 0;
  color: #000000;
  font-family: 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  letter-spacing: .25px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  float: none;
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
}
.actions-toolbar .action.button-underline:hover,
.actions .action.button-underline:hover {
  border-color: transparent;
}
.actions-toolbar .action.button-noactive,
.actions .action.button-noactive {
  opacity: .15;
  padding: 16px 62.5px;
}
.actions-toolbar .action.button-noactive:hover,
.actions .action.button-noactive:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  opacity: .15;
}
.actions-toolbar .action.button-transparent,
.actions .action.button-transparent {
  background-color: transparent;
}
.actions-toolbar .action.button-wide,
.actions .action.button-wide {
  width: 100%;
}
.actions-toolbar .action:disabled,
.actions .action:disabled,
.actions-toolbar .action.disabled,
.actions .action.disabled {
  opacity: .5;
  cursor: auto;
}
.preference-tag-pale-orange {
  background: #fddd9e;
  color: #000000;
  display: inline-block;
  font: 700 1.3rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 6px 13px 6px 12px;
  text-transform: uppercase;
}
.preference-tag-pale-green {
  background: #fddd9e;
  color: #000000;
  display: inline-block;
  font: 700 1.3rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 6px 13px 6px 12px;
  text-transform: uppercase;
  background: #afcacc;
}
.preference-tag-pale-red {
  background: #fddd9e;
  color: #000000;
  display: inline-block;
  font: 700 1.3rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 6px 13px 6px 12px;
  text-transform: uppercase;
  background: #f9c3a9;
}
.account-tag-pale-green {
  background-color: rgba(178, 206, 181, 0.25);
  color: #76b57c;
  font-size: 1.3rem;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.82px;
  margin: 0;
  padding: 6px 22px 5px;
}
.account-tag-pale-red,
.content-box-wrapper .content-box.failed .box-title:after {
  background-color: rgba(178, 206, 181, 0.25);
  color: #76b57c;
  font-size: 1.3rem;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.82px;
  margin: 0;
  padding: 6px 22px 5px;
  padding: 6px 20px 6px;
  background-color: rgba(249, 195, 169, 0.25);
  color: #e98d5f;
}
.account-tag-pale-orange {
  background-color: rgba(178, 206, 181, 0.25);
  color: #76b57c;
  font-size: 1.3rem;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.82px;
  margin: 0;
  padding: 6px 22px 5px;
  background-color: rgba(253, 214, 158, 0.25);
  color: #fdb957;
}
.attr-style-tag {
  background-color: rgba(0, 0, 0, 0.05);
  display: inline-block;
  color: #000000;
  font: 700 1.2rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 4px 7px;
}
.woop-checkbox {
  user-select: none;
  display: block;
  position: relative;
  padding: 0 0 0 33px;
  margin: 0;
  cursor: pointer;
  font-size: 22px;
}
.woop-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.woop-checkbox input:checked ~ .checkmark {
  background-color: #000000;
}
.woop-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.woop-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #ffffff;
  border: 1px solid rgba(29, 29, 27, 0.5);
  border-radius: 1px;
}
.woop-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.woop-radio {
  user-select: none;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
}
.woop-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.woop-radio input:checked ~ .checkmark {
  background-color: #000000;
}
.woop-radio input:checked ~ .checkmark:after {
  content: "";
  display: block;
  top: 6.5px;
  left: 6.5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}
.woop-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #ffffff;
  border: 1px solid rgba(29, 29, 27, 0.5);
  border-radius: 50%;
}
.woop-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.woop-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}
.woop-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.woop-switch input:checked + .slider {
  background-color: #a8c8ab;
}
.woop-switch input:checked + .slider:before {
  transform: translateX(-26px);
}
.woop-switch:focus + .slider {
  box-shadow: 0 0 1px #a8c8ab;
}
.woop-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: .4s;
  transition: .4s;
}
.woop-switch .slider.round {
  border-radius: 34px;
}
.woop-switch .slider.round:before {
  border-radius: 50%;
}
.woop-switch .slider:before {
  position: absolute;
  content: "";
  height: 27px;
  width: 27px;
  right: 0;
  bottom: -1px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
textarea {
  border-color: #dadada;
  font-size: 1.6rem;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  border: 1px solid #dadada;
  background: #ffffff;
  border-radius: 0;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0;
  opacity: .8;
  padding: 0 9px 0 15px;
  height: 50px;
  width: 100%;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="datetime"]::placeholder,
input[type="email"]::placeholder {
  opacity: 1;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus {
  box-shadow: none;
}
label {
  display: inline-block;
  margin-bottom: 4px;
  text-align: left;
}
label > span {
  color: #000000;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
label + .control {
  position: relative;
  margin-bottom: 1.5rem;
}
label + .control input[type="text"],
label + .control input[type="tel"],
label + .control input[type="search"],
label + .control input[type="number"],
label + .control input[type="email"] {
  padding-right: 39px;
}
label + .control:after {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/icon-complete.png") no-repeat;
  position: absolute;
  right: 15px;
  top: 17px;
  width: 15px;
  height: 15px;
  z-index: 2;
}
label + .control .mage-error,
label + .control .field-error {
  border: 1px solid #f9c3a9;
  background-color: #f9c3a9;
  color: #1d1d1b;
  text-align: center;
  margin: 0;
  opacity: 0.8;
  padding: 13px;
  font-size: 1.6rem;
  font-weight: 400;
}
label + .control input {
  background-color: #ffffff;
  text-overflow: ellipsis;
}
label + .control input.mage-error {
  text-align: center;
  background-color: #ffffff;
}
label + .control:after {
  background: none;
}
label.mage-complete + .control input[type="text"],
label.mage-complete + .control input[type="tel"],
label.mage-complete + .control input[type="search"],
label.mage-complete + .control input[type="number"],
label.mage-complete + .control input[type="email"] {
  padding-right: 39px;
}
label.mage-complete + .control:after {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/icon-complete.png") no-repeat;
  position: absolute;
  right: 15px;
  top: 17px;
  width: 15px;
  height: 15px;
  z-index: 2;
}
label.mage-select.mage-complete + .control:after,
label.mage-select.mage-not-allowed + .control:after {
  right: 40px;
}
label.mage-not-allowed + .control input[type="text"],
label.mage-not-allowed + .control input[type="tel"],
label.mage-not-allowed + .control input[type="search"],
label.mage-not-allowed + .control input[type="number"],
label.mage-not-allowed + .control input[type="email"] {
  padding-right: 39px;
}
label.mage-not-allowed + .control:after {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/icon-complete.png") no-repeat;
  position: absolute;
  right: 15px;
  top: 17px;
  width: 15px;
  height: 15px;
  z-index: 2;
}
label.mage-not-allowed + .control input,
label.mage-not-allowed + .control .select2-selection--single {
  background-color: rgba(0, 0, 0, 0.02);
}
label.mage-error + .control input[type="text"],
label.mage-error + .control input[type="tel"],
label.mage-error + .control input[type="search"],
label.mage-error + .control input[type="number"],
label.mage-error + .control input[type="email"] {
  padding-right: 39px;
}
label.mage-error + .control:after {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/icon-complete.png") no-repeat;
  position: absolute;
  right: 15px;
  top: 17px;
  width: 15px;
  height: 15px;
  z-index: 2;
}
label.mage-error + .control input {
  border-color: #f9c3a9;
}
label.mage-error + .control:after {
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/icon-cancel.png") no-repeat;
}
label.mage-selection-field + .control input[type="text"],
label.mage-selection-field + .control input[type="tel"],
label.mage-selection-field + .control input[type="search"],
label.mage-selection-field + .control input[type="number"],
label.mage-selection-field + .control input[type="email"] {
  padding-right: 39px;
}
label.mage-selection-field + .control:after {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/icon-complete.png") no-repeat;
  position: absolute;
  right: 15px;
  top: 17px;
  width: 15px;
  height: 15px;
  z-index: 2;
}
label.mage-selection-field + .control:after {
  background: none;
  border-radius: 13px;
  border: 1px solid #dadada;
  display: block;
  top: 13px;
  width: 25px;
  height: 25px;
}
label.mage-selection-field-noactive + .control input[type="text"],
label.mage-selection-field-noactive + .control input[type="tel"],
label.mage-selection-field-noactive + .control input[type="search"],
label.mage-selection-field-noactive + .control input[type="number"],
label.mage-selection-field-noactive + .control input[type="email"] {
  padding-right: 39px;
}
label.mage-selection-field-noactive + .control:after {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/icon-complete.png") no-repeat;
  position: absolute;
  right: 15px;
  top: 17px;
  width: 15px;
  height: 15px;
  z-index: 2;
}
label.mage-selection-field-noactive + .control input {
  border-color: rgba(29, 29, 27, 0.5);
}
label.mage-selection-field-noactive + .control:after {
  content: '';
  background: #1d1d1b url("../../frontend/Overdose/woop/en_NZ/images/icons/tick_icon.png") no-repeat 50% 50%;
  border-radius: 13px;
  border-color: #1d1d1b;
  display: block;
  top: 13px;
  width: 25px;
  height: 25px;
}
label.mage-selection-field-on + .control input[type="text"],
label.mage-selection-field-on + .control input[type="tel"],
label.mage-selection-field-on + .control input[type="search"],
label.mage-selection-field-on + .control input[type="number"],
label.mage-selection-field-on + .control input[type="email"] {
  padding-right: 39px;
}
label.mage-selection-field-on + .control:after {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/icon-complete.png") no-repeat;
  position: absolute;
  right: 15px;
  top: 17px;
  width: 15px;
  height: 15px;
  z-index: 2;
}
label.mage-selection-field-on + .control input {
  background-color: #ffffff;
  border-color: rgba(218, 218, 218, 0.5);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
label.mage-selection-field-on + .control:after {
  background: none;
}
.field.field-on {
  background: #f9f7f2;
  padding: 13px 18px;
}
.field._error .label + .control input[type="text"],
.field._error .label + .control input[type="tel"],
.field._error .label + .control input[type="search"],
.field._error .label + .control input[type="number"],
.field._error .label + .control input[type="email"] {
  padding-right: 39px;
  border-color: #f9c3a9;
}
.field._error .label + .control:after {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/icon-cancel.png") no-repeat;
  position: absolute;
  right: 15px;
  top: 17px;
  width: 15px;
  height: 15px;
  z-index: 2;
}
.recipe-field {
  color: #000000;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
  padding: 10px 20px;
  letter-spacing: 1px;
  line-height: 2rem;
  position: relative;
}
.recipe-field:before {
  content: '';
  border-radius: 20px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.recipe-field:hover {
  cursor: pointer;
}
.select-recipe {
  background-color: rgba(205, 197, 174, 0.25);
}
.selected-recipe {
  background-color: #e9faeb;
}
.selected-recipe:before {
  background: #b2ceb5 url("../../frontend/Overdose/woop/en_NZ/images/icons/tick_icon.png") no-repeat 50% 50%;
}
.selected-recipe:after {
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-size: 2.3rem;
  color: #000000;
  position: absolute;
  right: 5px;
  line-height: normal;
  top: 9px;
}
.signup-index-index .page-main {
  padding: 0;
}
.signup-index-index ul.af_list {
  max-width: none !important;
}
.signup-index-index ul.af_list li {
  width: 100%;
}
.signup-index-index .customer-testimonials {
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
}
.signup-index-index .customer-testimonials.visible {
  height: auto;
  padding-bottom: 6px;
}
.subscription-logo {
  width: 62px;
  height: 60px;
  margin-right: 0;
}
.subscription-logo img {
  width: 100%;
}
#signup .page-header {
  margin-bottom: 20px;
}
.subscription-nav {
  -webkit-flex-grow: 2;
  flex-grow: 2;
  counter-reset: section;
  text-align: right;
  margin-top: 7px;
}
.subscription-nav ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.subscription-nav ul li {
  list-style: none;
  float: left;
  margin: 0 0 0 5px;
  line-height: 2.6rem;
}
.subscription-nav ul li.my-opc-progress-bar-item {
  font-size: 1.3rem;
}
.subscription-nav ul li span {
  display: none;
}
.subscription-nav ul li.active span {
  display: inline;
  margin-right: 10px;
}
.subscription-nav ul li:first-child {
  margin-left: 0;
}
.subscription-nav ul li:last-child:after {
  content: none;
}
.subscription-nav ul li:hover {
  cursor: pointer;
}
.subscription-nav ul li:before {
  counter-increment: section;
  content: counter(section);
  background: none;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.6rem;
  width: 26px;
  height: 26px;
}
.subscription-nav ul li.active:before,
.subscription-nav ul li._active:before,
.subscription-nav ul li._complete:before {
  background: #000000;
  color: #ffffff;
}
.subscription-nav ul:after {
  content: '';
  display: block;
  clear: both;
}
.cms-subscription-sory-form .page-main,
.cms-subscription .page-main,
.cms-myacc .page-main,
.woop-myaccount-page .page-main,
.woop-subscription-page .page-main {
  padding-left: 0;
  padding-right: 0;
}
.cms-subscription-sory-form .page-header,
.cms-subscription .page-header,
.cms-myacc .page-header,
.woop-myaccount-page .page-header,
.woop-subscription-page .page-header {
  margin-bottom: 18px;
}
.get-started-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.get-started-wrapper .title-get-started {
  padding: 0 20px;
  text-align: center;
}
.get-started-wrapper .title-get-started h2 {
  color: #000000;
  margin: 5px 0 14px 0;
  font-size: 2.4rem;
}
.get-started-wrapper .title-get-started h4 {
  color: #000000;
  line-height: 3.3rem;
  margin: 87px 0 20px;
}
.get-started-wrapper .title-get-started h4:before {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ//images/icons/alert.png") no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  width: 25px;
  height: 30px;
}
.get-started-wrapper .title-get-started p {
  color: #1d1d1b;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.5;
  font-weight: 400;
  max-width: 340px;
  margin: 0 auto;
}
.get-started-wrapper .form.get-started-sory-form,
.get-started-wrapper .form.get-started-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
}
.get-started-wrapper .form.get-started-sory-form .field,
.get-started-wrapper .form.get-started-form .field {
  width: 100%;
}
.get-started-wrapper .form.get-started-sory-form .field .select2-container,
.get-started-wrapper .form.get-started-form .field .select2-container {
  width: 100% !important;
}
.get-started-wrapper .form.get-started-sory-form .field.field-your-address,
.get-started-wrapper .form.get-started-form .field.field-your-address,
.get-started-wrapper .form.get-started-sory-form .field[name="shippingAddress.street.full"],
.get-started-wrapper .form.get-started-form .field[name="shippingAddress.street.full"] {
  width: 100%;
  margin-bottom: 0;
}
.get-started-wrapper .form.get-started-sory-form .field[name="shippingAddress.street.full"] .control .af_list,
.get-started-wrapper .form.get-started-form .field[name="shippingAddress.street.full"] .control .af_list {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  max-width: 100%;
  width: 100%;
}
.get-started-wrapper .form.get-started-sory-form .field[name="shippingAddress.street.full"] .control .af_list .field-error,
.get-started-wrapper .form.get-started-form .field[name="shippingAddress.street.full"] .control .af_list .field-error {
  width: 100%;
}
.get-started-wrapper .form.get-started-sory-form .field.field-your-address-optional .label,
.get-started-wrapper .form.get-started-form .field.field-your-address-optional .label {
  display: none;
}
.get-started-wrapper .form.get-started-sory-form .field.field-your-address-optional .control input,
.get-started-wrapper .form.get-started-form .field.field-your-address-optional .control input {
  padding-right: 110px;
}
.get-started-wrapper .form.get-started-sory-form .field.field-your-address-optional .control:after,
.get-started-wrapper .form.get-started-form .field.field-your-address-optional .control:after {
  content: '(optional)';
  width: 88px;
  text-align: right;
  line-height: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}
.get-started-wrapper .form.get-started-sory-form .actions-toolbar,
.get-started-wrapper .form.get-started-form .actions-toolbar {
  margin: 17px 0 0;
  width: 100%;
}
.get-started-wrapper .form.get-started-sory-form .actions-toolbar .primary,
.get-started-wrapper .form.get-started-form .actions-toolbar .primary {
  width: 100%;
}
.get-started-wrapper .form.get-started-sory-form .actions-toolbar .action,
.get-started-wrapper .form.get-started-form .actions-toolbar .action {
  margin: 0;
  padding: 16px 10px;
  width: 100%;
}
.get-started-wrapper .form.get-started-sory-form .actions-toolbar .action:disabled,
.get-started-wrapper .form.get-started-form .actions-toolbar .action:disabled {
  opacity: .5;
}
.get-started-wrapper .form.get-started-sory-form {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 43px;
}
.get-started-wrapper .form.get-started-sory-form .field {
  max-width: 225px;
}
.get-started-wrapper .form.get-started-sory-form .field-your-address .field .label {
  display: none;
}
.get-started-wrapper .form.get-started-sory-form .actions-toolbar {
  max-width: 110px;
  margin: 0 !important;
}
.get-started-wrapper .form.get-started-sory-form .actions-toolbar .action {
  padding: 16px;
}
.get-started-wrapper .form.get-started-sory-form + .get-started-info .form-separator {
  margin-bottom: 15px;
}
.get-started-wrapper .get-started-info {
  text-align: center;
  padding: 0;
  width: 100%;
  margin: 25px 0 25px;
}
.get-started-wrapper .get-started-info.manually-type-container {
  margin: 12px 0 16px;
  transition: all 500ms ease;
}
.get-started-wrapper .get-started-info.manually-type-container ul li:first-child {
  margin-right: 20px;
}
.get-started-wrapper .get-started-info.manually-type-container.active {
  margin-top: 62px;
}
.get-started-wrapper .get-started-info .form-separator {
  color: #1d1d1b;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.5;
  font-weight: 400;
  margin: 0 0 17px 0;
  line-height: normal;
}
.get-started-wrapper .get-started-info .form-separator:after,
.get-started-wrapper .get-started-info .form-separator:before {
  content: '';
  display: inline-block;
  background-color: #efefef;
  vertical-align: middle;
  width: 25px;
  height: 1px;
  margin: 0 0 0 12px;
  position: relative;
  top: -1px;
}
.get-started-wrapper .get-started-info .form-separator:before {
  margin: 0 12px 0 0;
}
.get-started-wrapper .get-started-info ul {
  margin: 0;
  font-size: 0;
}
.get-started-wrapper .get-started-info ul li {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  vertical-align: top;
}
.get-started-wrapper .get-started-info ul li > span {
  color: #1d1d1b;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.5;
  font-weight: 400;
}
.get-started-wrapper .get-started-info ul li a {
  color: #000000;
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  background: none;
  font: 700 1.6rem 'Typewriter Condensed';
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0;
}
.get-started-wrapper .get-started-info ul li a:hover {
  color: #000000;
  border: none;
  border-bottom: 1px solid transparent;
  background: none;
}
.get-started-wrapper .get-started-info ul li:first-child {
  margin-right: 7px;
}
.get-started-wrapper .get-started-form-copyright {
  border-top: 1px solid #efefef;
  padding: 20px 20px 0;
  text-align: center;
}
.get-started-wrapper .get-started-form-copyright p,
.get-started-wrapper .get-started-form-copyright a {
  color: rgba(29, 29, 27, 0.5);
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
  margin: 0;
}
.get-started-wrapper .get-started-form-copyright a {
  color: rgba(29, 29, 27, 0.8);
}
.get-started-wrapper .get-started-left-block {
  background: #ffffff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  padding: 30px 0;
  width: 100%;
}
.get-started-wrapper .get-started-sory-wrapper .title-get-started h4 {
  margin: 0 0 33px;
}
.get-started-wrapper .get-started-sory-wrapper .title-get-started h4 br {
  display: inline;
}
.get-started-wrapper .get-started-sory-wrapper .title-get-started h4:before {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ//images/icons/alert.png") no-repeat 50% 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  width: 100%;
  height: 30px;
}
.get-started-wrapper .get-started-sory-wrapper .get-started-left-block {
  padding-bottom: 26px;
}
.get-started-wrapper .get-started-right-block {
  width: 100%;
}
.get-started-wrapper .get-started-right-block .get-started-right-wrapper {
  background: #fddd9e url("../../frontend/Overdose/woop/en_NZ/images/how-it-works/bg.svg") no-repeat;
  background-size: cover;
  padding: 40px 20px 4px;
  text-align: center;
  position: relative;
  width: 100%;
}
.get-started-wrapper .get-started-right-block .get-started-right-wrapper h4 {
  color: #000000;
  border-bottom: 1px solid rgba(29, 29, 27, 0.1);
  line-height: 3.3rem;
  margin: 0 0 35px;
  padding-bottom: 22px;
}
.get-started-wrapper .get-started-right-block .get-started-right-wrapper ul li {
  margin-bottom: 35px;
}
.get-started-wrapper .get-started-right-block .get-started-right-wrapper ul li:before {
  content: '';
  background-image: url("../../frontend/Overdose/woop/en_NZ//images/how-it-works/flex-sibscription.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 60px;
  margin-right: 0;
  float: none;
}
.get-started-wrapper .get-started-right-block .get-started-right-wrapper ul li:nth-child(2):before {
  background-image: url("../../frontend/Overdose/woop/en_NZ//images/how-it-works/cook-with.png");
  width: 63px;
  height: 56px;
}
.get-started-wrapper .get-started-right-block .get-started-right-wrapper ul li:nth-child(3):before {
  background-image: url("../../frontend/Overdose/woop/en_NZ//images/how-it-works/delicious-new.png");
  width: 60px;
  height: 60px;
}
.get-started-wrapper .get-started-right-block .get-started-right-wrapper ul .how-it-works-description {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.82px;
  text-transform: uppercase;
}
.get-started-wrapper .get-started-right-block .get-started-right-wrapper ul div p {
  overflow: hidden;
  display: block;
  opacity: 0.5;
  color: #1d1d1b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8rem;
}
.get-started-wrapper .get-started-right-block .get-started-right-wrapper:after {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ//images/how-it-works/bg-border.png") repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.get-started-wrapper .welcome-step-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 0;
}
/*
 * Copyright © Overdose Digital. All rights reserved.
 * See LICENSE_OVERDOSE.txt for license details.
 */
/*
 * Copyright © Overdose Digital. All rights reserved.
 * See LICENSE_OVERDOSE.txt for license details.
 */
/*
 * Copyright © Overdose Digital. All rights reserved.
 * See LICENSE_OVERDOSE.txt for license details.
 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  /*
 * Copyright © Overdose Digital. All rights reserved.
 * See LICENSE_OVERDOSE.txt for license details.
 */
  /*
 * Copyright © Overdose Digital. All rights reserved.
 * See LICENSE_OVERDOSE.txt for license details.
 */
}
.select2-container .swatch-attribute.color {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.select2-container .swatch-attribute.color .swatch-option {
  margin-bottom: 0;
}
.select2-container .swatch-attribute.color .swatch-option:before {
  display: none;
}
.select2-container .select2-selection--single {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Copyright © Overdose Digital. All rights reserved.
 * See LICENSE_OVERDOSE.txt for license details.
 */
.select2-dropdown {
  border-radius: 3px;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  background: #ffffff;
  border: 1px solid #8f8e8c;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 13px;
  transition: all 200ms ease;
  color: #1d1d1b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 40px;
  border-bottom: 1px solid #dadada;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0482681);
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-results__option__label-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.select2-container--open .select2-dropdown {
  left: 0;
  top: 1px;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
/*
 * Copyright © Overdose Digital. All rights reserved.
 * See LICENSE_OVERDOSE.txt for license details.
 */
.select2-container--default {
  /*
 * Copyright © Overdose Digital. All rights reserved.
 * See LICENSE_OVERDOSE.txt for license details.
 */
  /*
 * Copyright © Overdose Digital. All rights reserved.
 * See LICENSE_OVERDOSE.txt for license details.
 */
}
.select2-container--default .select2-selection--single {
  border-radius: 3px;
  background: none;
  border: 1px solid #8f8e8c;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
  padding: 14px 40px 13px 13px;
  line-height: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered__label-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  opacity: 0.6;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: inline-block;
  text-decoration: none;
  line-height: 4.8rem;
  height: 48px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: "\e90f";
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #333333;
  color: #ffffff;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #333333;
  color: #ffffff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
/*
 * Copyright © Overdose Digital. All rights reserved.
 * See LICENSE_OVERDOSE.txt for license details.
 */
.select2-container--classic {
  /*
 * Copyright © Overdose Digital. All rights reserved.
 * See LICENSE_OVERDOSE.txt for license details.
 */
  /*
 * Copyright © Overdose Digital. All rights reserved.
 * See LICENSE_OVERDOSE.txt for license details.
 */
}
.select2-container--classic .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #dadada;
  border-radius: 1px;
  outline: 0;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #8e8e8d;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: rgba(29, 29, 27, 0.8);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 48px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  border: none;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  height: 100%;
  position: absolute;
  top: 4px;
  right: 18px;
  width: 16px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  transform: rotate(45deg) translateY(-50%);
  border-color: #000000;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 3px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dadada;
  border-radius: 0;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #8e8e8d;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(225deg);
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dadada;
  border-radius: 1px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #8e8e8d;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dadada;
  border-radius: 1px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #8e8e8d;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dadada;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #ffffff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 400px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: #808080;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #fafcfc;
  color: #1d1d1b;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #dadada;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07000000000000001);
}
.content-box {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  margin-bottom: 20px;
}
.content-box .box-title {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.content-box .box-title h6 {
  margin: 0;
  letter-spacing: .82px;
  padding: 0;
  border: none;
}
.content-box .box-items {
  padding: 0 20px;
}
.commit-list {
  margin: 0;
  counter-reset: i;
}
.commit-item {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 0;
  background: #fad792;
}
.commit-item:before {
  content: "";
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/icons/commit-icon-item.png");
  background-repeat: no-repeat;
  display: inline-block;
}
.commit-item:after {
  content: "0" counter(i);
  counter-increment: i;
  position: absolute;
  top: 0;
  right: 0;
  font: 400 2.8rem/30px 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.8);
}
.commit-item:nth-of-type(2n) {
  margin-top: 15px;
}
.commit-item:first-child {
  -webkit-transform: rotate(11deg);
  -moz-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
}
.commit-item:last-child {
  -webkit-transform: rotate(-18deg);
  -moz-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  transform: rotate(-18deg);
}
.commit-gift-block .info-text {
  color: #000000;
  font: 400 4rem 'Emmeline', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.commit-gift-block .info-text:after {
  content: "";
  position: absolute;
  bottom: 23px;
  left: calc(100% + 10px);
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/icons/icon-up.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 63px;
  height: 101px;
}
.commit-additional {
  color: rgba(0, 0, 0, 0.5);
  font: 400 1.5rem/20px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.commit-actions {
  font-size: 1.3rem;
}
.modal-popup-gifts-block .modal-inner-wrap {
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/gifts/select-free-gift-popup-bg.png");
  background-repeat: repeat;
  background-size: cover;
}
.popup-gifts-list .block-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.popup-gifts-list .block-content .block-info {
  display: inline-block;
  flex: 1 1 auto;
  margin: auto 0;
  padding: 0 20px 0 0;
}
.popup-gifts-list .block-content .block-info .block-title {
  width: 100%;
  color: #000000;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.popup-gifts-list .block-content .block-info .block-description {
  opacity: 0.5;
  color: #000000;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.popup-gifts-list .block-content .block-products {
  display: inline-block;
  flex: 1 1 auto;
  width: 62%;
  text-align: right;
}
.popup-gifts-list .block-content .block-products .slick-slide {
  display: inline-block;
  background: #fff;
  padding: 20px;
  width: 202px;
}
.popup-gifts-list .block-content .block-products .slick-slide:last-child {
  margin-right: 0;
}
.popup-gifts-list .block-content .block-products .slick-slide input[type=radio] {
  display: none;
}
.popup-gifts-list .block-content .block-products .slick-slide .image {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.popup-gifts-list .block-content .block-products .slick-slide .image img {
  margin: 0 auto;
}
.popup-gifts-list .block-content .block-products .slick-slide .title {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.popup-gifts-list .block-content .block-products .slick-slide .description {
  text-align: center;
  font-size: 13px;
  opacity: .5;
  height: 32px;
  overflow: hidden;
}
.popup-gifts-list .block-content .block-products .slick-slide .select-button {
  margin-top: 20px;
}
.popup-gifts-list .block-content .block-products .slick-slide .select-button .select-action {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #000000;
}
.popup-gifts-list .block-content .block-products .slick-slide .select-button .select-action span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.popup-gifts-list .block-content .block-products .slick-slide .select-button .select-action:hover {
  background: #000000;
  color: #ffffff;
}
.popup-gifts-list .block-content .block-products .slick-slide .select-button .select-action:hover span {
  color: inherit;
}
.popup-gifts-list .block-content .block-products .slick-slide .select-button .select-action.selected {
  background: #000000;
}
.popup-gifts-list .block-content .block-products .slick-slide .select-button .select-action.selected span {
  color: #ffffff;
}
.popup-gifts-list .block-content .block-products .slick-dots li:only-child button,
.popup-gifts-list .block-content .block-products .slick-dots li:only-child .cart.table-wrapper .actions-toolbar > .action,
.popup-gifts-list .block-content .block-products .slick-dots li:only-child .action-gift {
  display: none;
}
.popup-gifts-list .block-footer {
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid rgba(29, 29, 27, 0.1);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.popup-gifts-list .block-footer .delivery-text {
  display: block;
  flex: 1 1 auto;
  margin: auto 0;
  opacity: 0.5;
  color: #000000;
}
.popup-gifts-list .block-footer .delivery-text span {
  margin: auto 0;
}
.popup-gifts-list .block-footer .actions-block {
  display: inline-block;
}
.popup-gifts-list .block-footer .actions-block .confirm-action {
  background-color: #000000;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #ffffff;
}
.popup-gifts-list .block-footer .actions-block .confirm-action span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.popup-gifts-list .block-footer .actions-block .confirm-action:hover {
  background: #ffffff;
  color: #000000;
}
.popup-gifts-list .block-footer .actions-block .confirm-action:hover span {
  color: inherit;
}
.block-gift-notify {
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/gift-notify-bg.jpg");
  background-repeat: no-repeat, repeat;
  background-size: cover;
  height: 350px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.block-gift-notify .block-info-wrapper {
  float: right;
}
.block-gift-notify .block-info-wrapper .block-info {
  background-color: #fddd9e;
  padding: 35px 40px;
  position: relative;
  display: inline-block;
}
.block-gift-notify .block-info-wrapper .block-info .block-title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  border-bottom: 1px dashed #aeada9;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.block-gift-notify .block-info-wrapper .block-info .block-description {
  opacity: 0.5;
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  display: inline-block;
  max-height: 60px;
  overflow: hidden;
}
.block-gift-notify .block-info-wrapper .block-info .block-button {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  float: left;
}
.block-gift-notify .block-info-wrapper .block-info .block-button button,
.block-gift-notify .block-info-wrapper .block-info .block-button .cart.table-wrapper .actions-toolbar > .action,
.block-gift-notify .block-info-wrapper .block-info .block-button .action-gift {
  background-color: #000000;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #ffffff;
  padding: 14px 70px;
}
.block-gift-notify .block-info-wrapper .block-info .block-button button span,
.block-gift-notify .block-info-wrapper .block-info .block-button .cart.table-wrapper .actions-toolbar > .action span,
.block-gift-notify .block-info-wrapper .block-info .block-button .action-gift span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.block-gift-notify .block-info-wrapper .block-info .block-button button:hover,
.block-gift-notify .block-info-wrapper .block-info .block-button .cart.table-wrapper .actions-toolbar > .action:hover,
.block-gift-notify .block-info-wrapper .block-info .block-button .action-gift:hover {
  background: #ffffff;
  color: #000000;
}
.block-gift-notify .block-info-wrapper .block-info .block-button button:hover span,
.block-gift-notify .block-info-wrapper .block-info .block-button .cart.table-wrapper .actions-toolbar > .action:hover span,
.block-gift-notify .block-info-wrapper .block-info .block-button .action-gift:hover span {
  color: inherit;
}
.block-gift-notify .block-info-wrapper .block-info-footer {
  background: url("../../frontend/Overdose/woop/en_NZ/images/gifts/gift_box_bottom.png") repeat-x;
  background-position: bottom;
  width: 100%;
  height: 10px;
  margin-top: -1px;
}
:root {
  --scroll-bar: 8px;
}
.bbq-how-it-works {
  padding: 10px;
  background-color: #edeae2;
}
.bbq-how-it-works .how-it-works-subtitle {
  color: #f8f7f2;
}
.bbq-how-it-works .how-it-works-bbq-box {
  display: block;
  color: #000;
  text-align: left;
  font-family: 'Emmeline';
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: .75px;
  line-height: 3rem;
  margin-bottom: 100px;
  margin-top: -30px;
  margin-left: 120px;
}
.bbq-how-it-works .how-it-works-bbq-box:after {
  content: '';
  background-image: url("../../frontend/Overdose/woop/en_NZ//images/icons/big-arrow-left.png");
  background-position: center;
  position: absolute;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-top: 7px;
  transform: rotate(-125deg);
  background-size: contain;
  padding-left: 70px;
}
.bbq-how-it-works h3 {
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.3rem;
  letter-spacing: 1.375px;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 15px;
}
.bbq-how-it-works h3 + p {
  color: rgba(29, 29, 27, 0.5);
  font: 400 1.6rem/2.1rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.bbq-how-it-works .block-static-block .block-static-block {
  padding-top: 60px;
}
.bbq-how-it-works .block-static-block .block-static-block .pagebuilder-column {
  padding: 20px;
}
.pagebuilder-column {
  max-width: 100%;
}
[data-content-type='row'] h1,
[data-content-type='row'] h2,
[data-content-type='row'] h3,
[data-content-type='row'] h4,
[data-content-type='row'] h5,
[data-content-type='row'] h6 {
  color: #000000;
}
[data-content-type="text"] h3.dropcap-title,
[data-content-type="banner"] h3.dropcap-title {
  color: #000000;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
}
[data-content-type="text"] h3.dropcap-title:first-letter,
[data-content-type="banner"] h3.dropcap-title:first-letter {
  font-size: 50px;
  letter-spacing: 0;
  line-height: 30px;
  float: left;
  padding: 0 15px 15px 0;
}
[data-content-type="text"] h3.dropcap-title:after,
[data-content-type="banner"] h3.dropcap-title:after {
  display: table;
  content: '';
  clear: both;
}
[data-content-type="text"] .typewriter-text,
[data-content-type="banner"] .typewriter-text {
  font-family: 'Typewriter Condensed';
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
}
[data-content-type="text"] .contents-carousel,
[data-content-type="banner"] .contents-carousel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
[data-content-type="text"] .contents-carousel.slick-initialized .slick-slide img,
[data-content-type="banner"] .contents-carousel.slick-initialized .slick-slide img {
  max-width: 210px;
  margin: 0 auto;
}
[data-content-type="text"] .contents-carousel.slick-initialized .slick-slide:nth-of-type(1) img,
[data-content-type="banner"] .contents-carousel.slick-initialized .slick-slide:nth-of-type(1) img {
  max-width: 165px;
}
[data-content-type="text"] .woop-box-subtitle,
[data-content-type="banner"] .woop-box-subtitle {
  color: #e7e6e1;
  font-weight: bold;
  font-size: 58px;
  letter-spacing: 1px;
  line-height: 50px;
  text-transform: uppercase;
  z-index: -1;
  position: relative;
  bottom: -20px;
}
[data-content-type="text"] .button-underline,
[data-content-type="banner"] .button-underline {
  border-bottom: 1px solid rgba(21, 21, 21, 0.4);
  color: #000000;
  font-family: 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  letter-spacing: .5px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  float: none;
}
[data-content-type="text"] .button-underline:hover,
[data-content-type="banner"] .button-underline:hover {
  border-color: transparent;
}
[data-content-type="text"].wop-box-subtitle-wrapper {
  position: relative;
}
[data-content-type="text"] .inner-columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
[data-content-type="text"] .inner-columns .col {
  width: 100%;
  display: block;
}
[data-content-type="text"] .inner-columns.col-2 .col {
  max-width: 50%;
}
.chopped-wrapper {
  position: relative;
}
span.chopped {
  color: #1d1d1b;
  font-family: 'Emmeline';
  font-size: 72px;
  font-weight: 400;
  letter-spacing: -1.8px;
  line-height: 52px;
  position: absolute;
  top: -54px;
  left: -125px;
  transform: rotate(-6deg);
}
span.chopped:after {
  content: '';
  background-image: url("../../frontend/Overdose/woop/en_NZ//images/icons/arrow_bottom_right.png");
  width: 100px;
  height: 100px;
  top: 72px;
  left: 95px;
  background-position: center;
  position: absolute;
  background-repeat: no-repeat;
}
.how-it-works-subtitle {
  color: #e7e6e1;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 58px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 50px;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  margin-bottom: -15px;
}
[data-content-type="button-item"] a.woop-primary-button,
[data-content-type="banner"] a.woop-primary-button,
[data-content-type="slide"] a.woop-primary-button,
[data-content-type="button-item"] button.woop-primary-button,
[data-content-type="banner"] button.woop-primary-button,
[data-content-type="slide"] button.woop-primary-button,
[data-content-type="button-item"] div.woop-primary-button,
[data-content-type="banner"] div.woop-primary-button,
[data-content-type="slide"] div.woop-primary-button,
[data-content-type="button-item"] a.woop-secondary-button,
[data-content-type="banner"] a.woop-secondary-button,
[data-content-type="slide"] a.woop-secondary-button,
[data-content-type="button-item"] button.woop-secondary-button,
[data-content-type="banner"] button.woop-secondary-button,
[data-content-type="slide"] button.woop-secondary-button,
[data-content-type="button-item"] div.woop-secondary-button,
[data-content-type="banner"] div.woop-secondary-button,
[data-content-type="slide"] div.woop-secondary-button,
[data-content-type="button-item"] a.woop-secondary-button-blue-text,
[data-content-type="banner"] a.woop-secondary-button-blue-text,
[data-content-type="slide"] a.woop-secondary-button-blue-text,
[data-content-type="button-item"] button.woop-secondary-button-blue-text,
[data-content-type="banner"] button.woop-secondary-button-blue-text,
[data-content-type="slide"] button.woop-secondary-button-blue-text,
[data-content-type="button-item"] div.woop-secondary-button-blue-text,
[data-content-type="banner"] div.woop-secondary-button-blue-text,
[data-content-type="slide"] div.woop-secondary-button-blue-text,
[data-content-type="button-item"] .cart.table-wrapper .actions-toolbar > .action.woop-primary-button,
[data-content-type="banner"] .cart.table-wrapper .actions-toolbar > .action.woop-primary-button,
[data-content-type="slide"] .cart.table-wrapper .actions-toolbar > .action.woop-primary-button,
[data-content-type="button-item"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button,
[data-content-type="banner"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button,
[data-content-type="slide"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button,
[data-content-type="button-item"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button-blue-text,
[data-content-type="banner"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button-blue-text,
[data-content-type="slide"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button-blue-text,
[data-content-type="button-item"] .action-gift.woop-primary-button,
[data-content-type="banner"] .action-gift.woop-primary-button,
[data-content-type="slide"] .action-gift.woop-primary-button,
[data-content-type="button-item"] .action-gift.woop-secondary-button,
[data-content-type="banner"] .action-gift.woop-secondary-button,
[data-content-type="slide"] .action-gift.woop-secondary-button,
[data-content-type="button-item"] .action-gift.woop-secondary-button-blue-text,
[data-content-type="banner"] .action-gift.woop-secondary-button-blue-text,
[data-content-type="slide"] .action-gift.woop-secondary-button-blue-text {
  line-height: inherit;
  display: inline-block;
  border: 1px solid;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 16px 20px 17px 20px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}
[data-content-type="button-item"] a.woop-primary-button,
[data-content-type="banner"] a.woop-primary-button,
[data-content-type="slide"] a.woop-primary-button,
[data-content-type="button-item"] button.woop-primary-button,
[data-content-type="banner"] button.woop-primary-button,
[data-content-type="slide"] button.woop-primary-button,
[data-content-type="button-item"] div.woop-primary-button,
[data-content-type="banner"] div.woop-primary-button,
[data-content-type="slide"] div.woop-primary-button,
[data-content-type="button-item"] .cart.table-wrapper .actions-toolbar > .action.woop-primary-button,
[data-content-type="banner"] .cart.table-wrapper .actions-toolbar > .action.woop-primary-button,
[data-content-type="slide"] .cart.table-wrapper .actions-toolbar > .action.woop-primary-button,
[data-content-type="button-item"] .action-gift.woop-primary-button,
[data-content-type="banner"] .action-gift.woop-primary-button,
[data-content-type="slide"] .action-gift.woop-primary-button {
  background: #1d1d1b;
  border-color: #1d1d1b;
  color: #fff;
}
[data-content-type="button-item"] a.woop-primary-button:hover,
[data-content-type="banner"] a.woop-primary-button:hover,
[data-content-type="slide"] a.woop-primary-button:hover,
[data-content-type="button-item"] button.woop-primary-button:hover,
[data-content-type="banner"] button.woop-primary-button:hover,
[data-content-type="slide"] button.woop-primary-button:hover,
[data-content-type="button-item"] div.woop-primary-button:hover,
[data-content-type="banner"] div.woop-primary-button:hover,
[data-content-type="slide"] div.woop-primary-button:hover,
[data-content-type="button-item"] .cart.table-wrapper .actions-toolbar > .action.woop-primary-button:hover,
[data-content-type="banner"] .cart.table-wrapper .actions-toolbar > .action.woop-primary-button:hover,
[data-content-type="slide"] .cart.table-wrapper .actions-toolbar > .action.woop-primary-button:hover,
[data-content-type="button-item"] .action-gift.woop-primary-button:hover,
[data-content-type="banner"] .action-gift.woop-primary-button:hover,
[data-content-type="slide"] .action-gift.woop-primary-button:hover {
  color: #1d1d1b;
  background: #fff;
}
[data-content-type="button-item"] a.woop-secondary-button,
[data-content-type="banner"] a.woop-secondary-button,
[data-content-type="slide"] a.woop-secondary-button,
[data-content-type="button-item"] button.woop-secondary-button,
[data-content-type="banner"] button.woop-secondary-button,
[data-content-type="slide"] button.woop-secondary-button,
[data-content-type="button-item"] div.woop-secondary-button,
[data-content-type="banner"] div.woop-secondary-button,
[data-content-type="slide"] div.woop-secondary-button,
[data-content-type="button-item"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button,
[data-content-type="banner"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button,
[data-content-type="slide"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button,
[data-content-type="button-item"] .action-gift.woop-secondary-button,
[data-content-type="banner"] .action-gift.woop-secondary-button,
[data-content-type="slide"] .action-gift.woop-secondary-button {
  background: transparent;
  border-color: #1d1d1b;
  color: #1d1d1b;
}
[data-content-type="button-item"] a.woop-secondary-button:hover,
[data-content-type="banner"] a.woop-secondary-button:hover,
[data-content-type="slide"] a.woop-secondary-button:hover,
[data-content-type="button-item"] button.woop-secondary-button:hover,
[data-content-type="banner"] button.woop-secondary-button:hover,
[data-content-type="slide"] button.woop-secondary-button:hover,
[data-content-type="button-item"] div.woop-secondary-button:hover,
[data-content-type="banner"] div.woop-secondary-button:hover,
[data-content-type="slide"] div.woop-secondary-button:hover,
[data-content-type="button-item"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button:hover,
[data-content-type="banner"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button:hover,
[data-content-type="slide"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button:hover,
[data-content-type="button-item"] .action-gift.woop-secondary-button:hover,
[data-content-type="banner"] .action-gift.woop-secondary-button:hover,
[data-content-type="slide"] .action-gift.woop-secondary-button:hover {
  color: #fff;
  background: #1d1d1b;
}
[data-content-type="button-item"] a.woop-secondary-button-blue-text,
[data-content-type="banner"] a.woop-secondary-button-blue-text,
[data-content-type="slide"] a.woop-secondary-button-blue-text,
[data-content-type="button-item"] button.woop-secondary-button-blue-text,
[data-content-type="banner"] button.woop-secondary-button-blue-text,
[data-content-type="slide"] button.woop-secondary-button-blue-text,
[data-content-type="button-item"] div.woop-secondary-button-blue-text,
[data-content-type="banner"] div.woop-secondary-button-blue-text,
[data-content-type="slide"] div.woop-secondary-button-blue-text,
[data-content-type="button-item"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button-blue-text,
[data-content-type="banner"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button-blue-text,
[data-content-type="slide"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button-blue-text,
[data-content-type="button-item"] .action-gift.woop-secondary-button-blue-text,
[data-content-type="banner"] .action-gift.woop-secondary-button-blue-text,
[data-content-type="slide"] .action-gift.woop-secondary-button-blue-text {
  text-decoration: none !important;
  border-color: #1d1d1b;
  background: none;
  color: #006bb4 !important;
}
[data-content-type="button-item"] a.woop-secondary-button-blue-text:hover,
[data-content-type="banner"] a.woop-secondary-button-blue-text:hover,
[data-content-type="slide"] a.woop-secondary-button-blue-text:hover,
[data-content-type="button-item"] button.woop-secondary-button-blue-text:hover,
[data-content-type="banner"] button.woop-secondary-button-blue-text:hover,
[data-content-type="slide"] button.woop-secondary-button-blue-text:hover,
[data-content-type="button-item"] div.woop-secondary-button-blue-text:hover,
[data-content-type="banner"] div.woop-secondary-button-blue-text:hover,
[data-content-type="slide"] div.woop-secondary-button-blue-text:hover,
[data-content-type="button-item"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button-blue-text:hover,
[data-content-type="banner"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button-blue-text:hover,
[data-content-type="slide"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button-blue-text:hover,
[data-content-type="button-item"] .action-gift.woop-secondary-button-blue-text:hover,
[data-content-type="banner"] .action-gift.woop-secondary-button-blue-text:hover,
[data-content-type="slide"] .action-gift.woop-secondary-button-blue-text:hover {
  text-decoration: none !important;
  background: #1d1d1b;
  color: #006bb4 !important;
}
[data-content-type="button-item"] a.woop-secondary-button-blue-text:active,
[data-content-type="banner"] a.woop-secondary-button-blue-text:active,
[data-content-type="slide"] a.woop-secondary-button-blue-text:active,
[data-content-type="button-item"] button.woop-secondary-button-blue-text:active,
[data-content-type="banner"] button.woop-secondary-button-blue-text:active,
[data-content-type="slide"] button.woop-secondary-button-blue-text:active,
[data-content-type="button-item"] div.woop-secondary-button-blue-text:active,
[data-content-type="banner"] div.woop-secondary-button-blue-text:active,
[data-content-type="slide"] div.woop-secondary-button-blue-text:active,
[data-content-type="button-item"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button-blue-text:active,
[data-content-type="banner"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button-blue-text:active,
[data-content-type="slide"] .cart.table-wrapper .actions-toolbar > .action.woop-secondary-button-blue-text:active,
[data-content-type="button-item"] .action-gift.woop-secondary-button-blue-text:active,
[data-content-type="banner"] .action-gift.woop-secondary-button-blue-text:active,
[data-content-type="slide"] .action-gift.woop-secondary-button-blue-text:active {
  text-decoration: none !important;
  color: #006bb4 !important;
}
.bottom-bg-orange {
  position: relative;
  z-index: 1;
}
.bottom-bg-orange .pagebuilder-overlay {
  position: relative;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
}
.bottom-bg-orange .pagebuilder-overlay:after {
  display: block;
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/gifts/gift_box_bottom.png") repeat-x left bottom;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.bbq-block {
  position: relative;
  margin: 40px 0px;
  background: #fcdd9d;
}
.bbq-block .bbq-text {
  margin-top: -45px;
}
.bbq-block .bbq-text h1 {
  position: relative;
  font-size: 28px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.bbq-block .bbq-text h1::before {
  content: "New!";
  font-family: 'Emmeline';
  font-size: 70px;
  letter-spacing: -.76px;
  font-weight: 400;
  text-transform: none;
  display: block;
  transform: rotate(-5deg);
  margin-top: -15px;
  padding-bottom: 15px;
}
.bbq-block .bbq-text p {
  font-size: 18px;
  max-width: 400px;
  line-height: 25px;
}
.bbq-block .bbq-buttons {
  justify-content: center !important;
}
.bbq-block .bbq-buttons .bbq-button {
  width: 100%;
  display: block;
}
.bbq-block .bbq-buttons .bbq-button > div {
  width: 100%;
  padding: 0 30px 0 0;
}
.bbq-block .bbq-buttons .bbq-button a {
  padding: 10px;
  display: block;
}
.bbq-block .bbq-buttons .bbq-button a span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
.bbq-block .bbq-img figure {
  padding: 0px 40px 5px 35px;
  margin-top: -30px;
}
.bbq-block:after {
  display: block;
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/gifts/gift_box_bottom.png") repeat-x left bottom;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.mobile-init-slick .custom-slider-nav,
.your-woop-box .custom-slider-nav {
  border: 0;
}
.mobile-init-slick .pagebuilder-column-group.slick-slider .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.mobile-init-slick .pagebuilder-column-line.slick-slider .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
[data-content-type='row'] .hero-banner-text {
  position: absolute;
  top: 65px;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
[data-content-type='row'] .hero-banner-text .underlined {
  position: relative;
}
[data-content-type='row'] .hero-banner-text .underlined:after {
  display: block;
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/hero_underline.png") repeat-x left bottom;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
[data-content-type='row'] .hero-banner-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -27px;
  min-width: 270px;
}
.hashtag-msg-wrapper {
  position: relative;
}
.hashtag-msg {
  color: #1d1d1b;
  font-family: 'Emmeline';
  font-weight: 400;
  position: absolute;
  bottom: -85px;
  right: -225px;
  transform: rotate(-3deg);
  font-size: 40px;
  letter-spacing: 1.38px;
  line-height: 30px;
}
.hashtag-msg:after {
  content: '';
  background-image: url("../../frontend/Overdose/woop/en_NZ//images/icons/hashtag-icon-up.png");
  width: 100px;
  height: 140px;
  top: -120px;
  right: -65px;
  background-position: center;
  position: absolute;
  background-repeat: no-repeat;
}
.underlined {
  position: relative;
}
.underlined:after {
  display: block;
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/underline.svg") no-repeat left bottom;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
[data-content-type='row'][data-appearance='full-width'] {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  padding-left: 10px;
  padding-right: 10px;
}
[data-content-type='row'][data-appearance='full-width'].hero-banner-row > .row-full-width-inner {
  padding-left: 20px;
  padding-right: 20px;
}
[data-content-type='row'][data-appearance='full-width'].hero-banner-row div[data-content-type='slider'] .slick-list > div,
[data-content-type='row'][data-appearance='full-width'].hero-banner-row div[data-content-type='slider'] .slick-track > div,
[data-content-type='row'][data-appearance='full-width'].hero-banner-row div[data-content-type='slider'] .slick-slide > div {
  transition: none !important;
}
.text-with-img-block {
  margin-bottom: 50px;
  padding-right: 110px;
}
.text-with-img-block:after {
  display: table;
  content: '';
  clear: both;
}
.text-with-img-block img {
  display: block;
  float: left;
  margin: 0 30px 10px 0;
  max-width: 100px;
}
.text-with-img-block .title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.text-with-img-block .msg {
  color: #a1a1a1;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}
.how-it-works-page {
  position: relative;
}
.how-it-works-page .inner-wrapper {
  font-family: 'Typewriter Condensed';
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 40px;
}
.how-it-works-page .how-it-works-title {
  color: #000000;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: 'Gibson';
  margin: 0 0 10px 0;
}
.pagebuilder-column.mobile-contents-init-slick {
  position: relative;
}
.easy-to-follow {
  z-index: 1;
  left: 0;
  width: 100%;
  position: absolute;
}
.blog-page .notification-block.messages {
  margin: 0 auto !important;
  min-height: auto !important;
}
.blog-page .page-header {
  margin-bottom: 0;
}
.blog-page .page-wrapper {
  overflow: hidden;
}
.blog-page.blog-page-list .columns {
  padding: 0 20px;
}
.blog-page.blog-page-list .page-main {
  max-width: none;
  padding: 0;
}
.blog-page.blog-post-view .page-main {
  padding: 0;
}
.blog-page .page-title-wrapper {
  padding: 10px 0 17px 20px;
  box-sizing: border-box;
}
.blog-page .page-title-wrapper .page-title {
  color: #000000;
  font-size: 4rem;
  letter-spacing: 1.21px;
  line-height: 64px;
}
.blog-page .page-title-wrapper .page-title:after {
  content: 'News, articles, recipes';
  display: block;
  margin: -25px 0 0;
  font-family: 'Emmeline';
  font-size: 5rem;
  font-weight: 400;
  text-transform: none;
  line-height: 50px;
  letter-spacing: normal;
  transform: rotate(-2deg);
}
.blog-page .page-title-wrapper:after {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ//images/blog/blog_bg_title_mobile.png") no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 121px;
  height: 118px;
}
.blog-page .widget.block-categories {
  border-top: 1px solid rgba(29, 29, 27, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin: 0 0 37px 0;
}
.blog-page .widget.block-categories .accordion {
  margin: 0;
}
.blog-page .widget.block-categories .accordion li {
  line-height: 49px;
  list-style: none;
  margin: 0 0 0 20px;
}
.blog-page .widget.block-categories .accordion li a {
  color: #151515;
  font-family: 'Typewriter Condensed';
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
.blog-page .widget.block-categories [data-role="title"] {
  line-height: 49px;
}
.blog-page .widget.block-categories [data-role="title"] p,
.blog-page .widget.block-categories [data-role="title"] a {
  display: block;
  color: #151515;
  font-family: 'Typewriter Condensed';
  margin: 0 0 0 20px;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  position: relative;
}
.blog-page .widget.block-categories [data-role="title"] p:after,
.blog-page .widget.block-categories [data-role="title"] a:after {
  content: '\e622';
  font-family: 'icons-blank-theme';
  font-size: 2.8rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 0;
}
.blog-page .widget.block-categories.active [data-role="title"] p:after {
  content: '\e621';
}
.blog-page .toolbar-blog-posts {
  margin: 0 0 10px;
}
.blog-page .toolbar-blog-posts .actions-toolbar .action {
  min-width: 253px;
}
.blog-page .toolbar-blog-posts .text-post-indicator {
  color: #000000;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  opacity: 0.5;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.67px;
  opacity: .6;
  text-align: center;
  margin-bottom: 15px;
}
.blog-page .toolbar-blog-posts .product-list-loader-indicator {
  background-color: rgba(205, 197, 174, 0.4);
  width: 253px;
  height: 4px;
  margin: 0 auto 40px;
}
.blog-page .toolbar-blog-posts .product-list-loader-indicator .percent-loaded {
  background: #cdc5ae;
  display: block;
  width: 100%;
  height: 4px;
  transition: all 0.5s ease;
}
.post-list-wrapper {
  max-width: 1279px;
  margin: 0 auto;
}
.post-list-wrapper .post-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  margin-bottom: 5px;
}
.post-list-wrapper .post-list .post-holder {
  border: none;
  text-align: left;
  margin: 0 0 40px 0;
  padding: 0;
  width: 100%;
}
.post-list-wrapper .post-list .post-holder .post-item-list-wrapper {
  background: #ffffff;
  box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.15), 3px 0 6px -3px rgba(0, 0, 0, 0.15), -3px 0 6px -3px rgba(0, 0, 0, 0.15);
}
.post-list-wrapper .post-list .post-holder .post-item-list-wrapper .post-footer {
  background: #f9f7f2 url("../../frontend/Overdose/woop/en_NZ//images/blog/blog-post-bottom-border.jpg") repeat-x 0 bottom;
  height: 10px;
  width: 100%;
  position: relative;
  bottom: -3px;
}
.post-list-wrapper .post-list .post-header {
  padding: 25px 30px 0;
}
.post-list-wrapper .post-list .post-header .post-title {
  float: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  min-width: 100%;
}
.post-list-wrapper .post-list .post-header .post-title a {
  display: block;
  color: #000000;
  font-size: 1.6rem;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post-list-wrapper .post-list .post-header .post-info {
  padding: 0;
}
.post-list-wrapper .post-list .post-header .post-categories a {
  color: #1d1d1b;
  font-family: 'Typewriter Condensed';
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
}
.post-list-wrapper .post-list .post-content .post-ftimg-hld {
  margin: 0;
}
.post-list-wrapper .post-list .post-content .post-ftimg-hld img {
  max-height: 300px;
  display: block;
}
.post-list-wrapper .post-list .post-content .post-ftimg-hld a {
  display: block;
}
.post-list-wrapper .post-list .post-content .post-text-hld {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 22px;
  padding: 5px 30px 15px;
}
.post-list-wrapper .post-list .post-content .post-text-hld [data-element="inner"] {
  margin: 0 !important;
  padding: 0 !important;
}
.post-list-wrapper .post-list .post-content .post-read-more {
  border-bottom: 1px solid #000000;
  color: #1d1d1b;
  font-family: 'Typewriter Condensed';
  font-size: 1.6rem;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 30px;
  float: none;
}
.post-list-wrapper .post-list .post-content .post-read-more:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}
.post-list-wrapper .post-list .post-content .post-description {
  padding-bottom: 25px;
  display: block;
}
.post-list-wrapper.related {
  background: #edeae1;
  max-width: 1440px;
  padding: 48px 0 0 10px;
  overflow: hidden;
  margin-bottom: 50px;
}
.post-list-wrapper.related .slick-dots {
  margin: 0;
  padding: 12px 0 28px;
}
.post-list-wrapper.related .slick-next {
  right: 90px;
  top: 34.5%;
}
.post-list-wrapper.related .slick-prev {
  left: 5px;
  top: 34.5%;
}
.post-list-wrapper.related .post-list {
  margin-bottom: 0;
}
.post-list-wrapper.related .post-list .post-holder {
  max-width: 325px;
  padding: 0 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.post-list-wrapper.related .post-list .post-holder .post-item-list-wrapper .post-footer {
  background-image: url("../../frontend/Overdose/woop/en_NZ//images/blog/blog-post-bottom-border-single.jpg");
}
.post-list-wrapper.related .post-list .post-holder .post-text-hld {
  padding-bottom: 20px;
  padding-top: 20px;
}
.post-list-wrapper.related .block-title {
  margin-bottom: 25px;
}
.post-list-wrapper.related .block-title h3 {
  color: #000000;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 2.4rem;
  margin: 0 0 0 10px;
}
.blog-post-view .column.main {
  padding-bottom: 0;
}
.post-view .post-holder {
  border: none;
  padding: 0;
  margin-bottom: 8px;
}
.post-view .post-ftimg-hld {
  background-size: cover !important;
  background-position: -115px 0 !important;
  margin: 0;
  min-height: 375px;
}
.post-view .post-ftimg-hld img {
  display: none;
}
.post-view .post-header .post-nextprev-hld {
  background-color: #f4f1eb;
  margin: 0;
}
.post-view .post-header .post-nextprev-hld .nextprev-link {
  line-height: 50px;
  opacity: .5;
}
.post-view .post-header .post-nextprev-hld .nextprev-link:after,
.post-view .post-header .post-nextprev-hld .nextprev-link:before {
  content: '\e617';
  font-family: 'icons-blank-theme';
  font-size: 2.8rem;
  font-weight: 400;
  line-height: normal;
  position: relative;
  top: 7px;
  right: -5px;
}
.post-view .post-header .post-nextprev-hld .nextprev-link.prev-link {
  margin-left: 3px;
}
.post-view .post-header .post-nextprev-hld .nextprev-link.prev-link:after {
  content: none;
}
.post-view .post-header .post-nextprev-hld .nextprev-link.next-link {
  margin-right: 3px;
}
.post-view .post-header .post-nextprev-hld .nextprev-link.next-link:before {
  content: none;
}
.post-view .post-header .post-nextprev-hld .nextprev-link.next-link:after {
  content: '\e608';
  margin-left: -5px;
  right: auto;
  left: -5px;
}
.post-view .post-header .post-nextprev-hld .nextprev-link:hover {
  opacity: 1;
}
.post-view .post-main-content {
  max-width: 790px;
  padding: 0 20px;
  margin: 40px auto 0;
}
.post-view .post-main-content .post-info-wrapper {
  margin-bottom: 45px;
}
.post-view .post-main-content .post-info-wrapper .post-info {
  text-align: center;
}
.post-view .post-main-content .post-info-wrapper .post-categories {
  margin-bottom: 8px;
}
.post-view .post-main-content .post-info-wrapper .post-categories a {
  color: #000000;
  font-family: 'Emmeline';
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: lowercase;
}
.post-view .post-main-content .post-info-wrapper .item-post-title h2 {
  font-size: 2rem;
  line-height: 1.6rem;
  letter-spacing: 1px;
  margin: 0;
}
.post-view .post-main-content .post-info-wrapper .post-author {
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.57px;
  text-transform: uppercase;
  margin-top: 23px;
}
.post-view .post-main-content .post-text-hld {
  color: #1d1d1b;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.5;
  border-top: 1px dashed #c1c0bb;
  border-bottom: 1px dashed #c1c0bb;
  color: rgba(0, 0, 0, 0.5);
  line-height: 22px;
  padding: 50px 0;
  opacity: 1;
}
.post-view .post-main-content .post-text-hld h1,
.post-view .post-main-content .post-text-hld h2,
.post-view .post-main-content .post-text-hld h3,
.post-view .post-main-content .post-text-hld h4,
.post-view .post-main-content .post-text-hld h5,
.post-view .post-main-content .post-text-hld h6 {
  color: #1d1d1b;
}
.post-view .post-main-content .post-text-hld h5 {
  color: #000000;
  letter-spacing: 0.5px;
  margin: 0 0 12px 0;
}
.post-view .post-main-content .post-text-hld img {
  margin: 0 auto;
}
.post-view .post-main-content .post-text-hld p {
  color: #1d1d1b;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.5;
  color: rgba(0, 0, 0, 0.5);
  line-height: 22px;
  opacity: 1;
  margin: 0 0 23px 0;
}
.post-view .post-main-content .post-text-hld p:last-child {
  margin-bottom: 0;
}
.post-view .post-main-content .post-text-hld p:last-child img {
  margin-bottom: 0;
}
.post-view .post-main-content .post-text-hld p strong,
.post-view .post-main-content .post-text-hld p b {
  color: #000000;
  font-weight: 600;
}
.post-view .post-main-content .emmeline-font {
  margin: 35px 0 !important;
}
.post-view .post-main-content .emmeline-font p {
  color: #000000;
  font-family: 'Emmeline';
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 4rem;
  margin: 0;
}
.post-view .post-main-content .post-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 0;
}
.post-view .post-main-content .post-bottom .label {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 19px 0 0;
  float: left;
}
.post-view .post-main-content .post-bottom .addthis_wrapper {
  overflow: hidden;
}
.post-view .post-main-content .post-bottom .addthis_wrapper .addthis_toolbox {
  float: left;
}
.post-view .post-main-content .post-bottom .addthis_wrapper .addthis_toolbox a {
  margin: 0 0 0 20px;
}
.post-view .post-main-content .post-bottom .addthis_wrapper .addthis_toolbox a:first-child {
  margin: 0;
}
.post-view .post-main-content .post-bottom .addthis_wrapper .addthis_toolbox .addthis_button_email img {
  width: 17px;
  height: 12px;
}
.post-view .post-main-content .post-bottom .addthis_wrapper .addthis_toolbox .addthis_button_facebook img {
  width: 9px;
  height: 18px;
}
.post-view .post-main-content .post-bottom .addthis_wrapper .addthis_toolbox .addthis_button_pinterest_follow,
.post-view .post-main-content .post-bottom .addthis_wrapper .addthis_toolbox .addthis_button_pinterest_share {
  position: relative;
  top: 1px;
}
.post-view .post-main-content .post-bottom .addthis_wrapper .addthis_toolbox .addthis_button_pinterest_follow img,
.post-view .post-main-content .post-bottom .addthis_wrapper .addthis_toolbox .addthis_button_pinterest_share img {
  width: 15px;
  height: 19px;
}
.post-view .post-main-content .post-bottom .addthis_wrapper .addthis_toolbox .addthis_button_twitter img {
  margin-top: 3px;
  width: 17px;
  height: 15px;
}
.post-view .post-main-content .post-bottom .addthis_wrapper img {
  max-height: 18px;
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
}
.post-view .post-main-content .post-bottom .post-tags {
  overflow: hidden;
}
.post-view .post-main-content .post-bottom .post-tags .post-tags-wrapper {
  float: left;
}
.post-view .post-main-content .post-bottom .post-tags .tag-item {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 0 21px;
}
.post-view .post-main-content .post-bottom .post-tags .tag-item:first-child {
  margin: 0;
}
.post-view .bg-post-view {
  display: none;
}
.block-related-post-list {
  position: relative;
}
.block-related-post-list .bg-related-list {
  display: none;
  position: absolute;
  top: -25px;
  right: 0;
}
.block-related-post-list .bg-related-list.mobile-bg {
  display: block;
}
.catalog-product-view .gallery-placeholder {
  margin-bottom: 50px;
  background-size: cover;
  min-height: 375px;
}
.product.cooking-attribute {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.product.cooking-attribute .cooking-instructions {
  background: #ffffff;
  padding: 45px 58px 0;
}
.product.cooking-attribute .cooking-instructions .container {
  padding: 0;
}
.product.cooking-attribute .cooking-instructions ul {
  margin: 0;
}
.product.cooking-attribute .cooking-instructions ul li {
  margin: 0;
  padding: 45px 0 25px;
}
.product.cooking-attribute .cooking-instructions ul li:not(:last-child) {
  border-bottom: 1px solid rgba(29, 29, 27, 0.1);
}
.product.cooking-attribute .cooking-instructions ul h5 {
  color: #000000;
  margin: 0 0 20px;
}
.product.cooking-attribute .cooking-instructions ul p {
  font: 300 1.6rem/2.2rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 20px;
}
.product.cooking-attribute .cooking-instructions ul strong {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
}
.product.cooking-attribute .ingredients .container {
  background: #afcacc;
  padding: 45px 50px 50px;
  position: relative;
}
.product.cooking-attribute .ingredients .container:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #f9f7f2 url("../../frontend/Overdose/woop/en_NZ/images/product-ingridients-bg.png") no-repeat bottom;
  background-size: cover;
}
.product.cooking-attribute .ingredients .type {
  margin-bottom: 28px;
}
.product.cooking-attribute .ingredients .delivery-title {
  color: #000000;
  font: 600 1.2rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .75px;
  margin-bottom: 15px;
  display: inline-block;
}
.product.cooking-attribute .ingredients ul {
  margin: 0;
}
.product.cooking-attribute .ingredients ul li {
  color: rgba(29, 29, 27, 0.8);
  font: 300 1.6rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 0 11px;
}
.product.cooking-attribute .type {
  font: 600 2rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.11px;
  color: #000000;
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(29, 29, 27, 0.1);
}
.catalog-product-view .page-title-wrapper {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto 32px;
}
.catalog-product-view .page-title,
.catalog-product-view .short-description {
  color: #000000;
  font: 700 3.5rem/3.5rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 1.5px;
  margin: 0;
}
.catalog-product-view .short-description {
  text-transform: uppercase;
}
.catalog-product-view .cook-time {
  font: 400 1.8rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 55px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.catalog-product-view .cook-time:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/time-icon.png") no-repeat;
  margin-right: 15px;
}
.catalog-product-view .cook-time p {
  margin: 0;
}
.catalog-product-view .product-info {
  max-width: 1140px;
  padding: 55px 0 0 ;
  margin: 0 auto 50px;
  border-top: 1px dashed #aeada9;
}
.catalog-product-view .product-info .container {
  padding: 0;
}
.catalog-product-view .product-info .recipe-origins .value {
  line-height: 22px;
}
.catalog-product-view .product-info .type {
  font: 600 1.2rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  margin-bottom: 15px;
}
.catalog-product-view .product-info .nutritional-info {
  font: 300 1.6rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.catalog-product-view .product-info .nutritional-info .value,
.catalog-product-view .product-info .recipe-origins .value,
.catalog-product-view .product-info .serving-amount .value {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  font-size: 1.6rem;
}
.catalog-product-view .product-info .nutritional-info ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  max-width: 340px;
}
.catalog-product-view .product-info .nutritional-info ul li {
  -webkit-flex: 0 50%;
  -moz-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  margin-bottom: 5px;
}
.catalog-product-view .product-info .nutritional-info ul li:nth-child(even) {
  padding-left: 30px;
}
.catalog-product-view .product-info .product-social-wrapper .type {
  margin-bottom: 25px;
}
.catalog-product-view .product-info .product-social-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.catalog-product-view .product-info .product-social-links .action {
  margin-right: 20px;
}
.catalog-product-view .product-info .product-social-links .action.mailto:before {
  content: "";
  width: 19px;
  height: 12px;
  display: inline-block;
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/mail-to-friend.png") no-repeat;
}
.catalog-product-view .product-info .product-social-links .action.add-to-facebook:before {
  content: "";
  width: 9px;
  height: 18px;
  display: inline-block;
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/facebook.png") no-repeat;
}
.catalog-product-view .product-info .product-social-links .action.pinterest:before {
  content: "";
  width: 15px;
  height: 19px;
  display: inline-block;
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/icon_pinterest.png") no-repeat;
  background-size: contain;
}
.catalog-product-view .product-info .share-product-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalog-product-view .product-info .share-product-block > * {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.catalog-product-view .product-info .share-product-block .action.download {
  width: 140px;
  border: 1px solid rgba(29, 29, 27, 0.24);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  height: 40px;
  padding: 0 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  justify-contentm space-between: 1;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font: 500 1.2rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: .5px;
  text-transform: uppercase;
}
.catalog-product-view .product-info .share-product-block .action.download:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 19px;
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/download.png") no-repeat;
}
body .recipe-bottom-block .recipe-bottom-text[data-content-type='row'][data-appearance='full-width'],
body .recipe-bottom-block .recipe-bottom-images-block[data-content-type='row'][data-appearance='full-width'] {
  position: static;
  margin: 0 !important;
  width: 100%;
}
.recipe-bottom-block .recipe-bottom-text .row-full-width-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 80px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.recipe-bottom-block .recipe-bottom-text .row-full-width-inner h1 {
  max-width: 422px;
  letter-spacing: 2.25px;
  margin: 0;
  line-height: 40px;
}
.recipe-bottom-block .recipe-bottom-text .row-full-width-inner [data-content-type="text"] {
  -webkit-flex-basis: calc(100% - 510px);
  flex-basis: calc(100% - 510px);
}
.recipe-bottom-block .recipe-bottom-text .row-full-width-inner [data-content-type="text"] p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  line-height: 2.2rem;
  font: 300 1.6rem/2.2rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
}
.recipe-bottom-block .recipe-bottom-images-block .row-full-width-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 75px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.recipe-bottom-block .recipe-bottom-images-block .row-full-width-inner [data-content-type="image"] {
  -webkit-flex: 0 1 25%;
  -moz-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  padding: 0 5px !important;
}
.recipe-bottom-block .recipe-bottom-images-block .row-full-width-inner [data-content-type="text"] {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-3deg);
  -moz-transform: translateX(-50%) rotate(-3deg);
  -ms-transform: translateX(-50%) rotate(-3deg);
  transform: translateX(-50%) rotate(-3deg);
  white-space: nowrap;
}
.recipe-bottom-block .recipe-bottom-images-block .row-full-width-inner [data-content-type="text"] p {
  color: #000000;
  font: 400 4rem 'Emmeline', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  position: relative;
}
.recipe-bottom-block .recipe-bottom-images-block .row-full-width-inner [data-content-type="text"] p:after {
  content: "";
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/icon-up.png") no-repeat;
  display: inline-block;
  width: 62px;
  position: absolute;
  height: 123px;
  bottom: 40%;
  left: calc(100% + 11px);
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.catalog-product-view .block-information {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.catalog-product-view .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.catalog-product-view .block-content .action.back {
  font: 400 1.6rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #151515;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 0.25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.catalog-product-view .block-content .action.back:before {
  content: "";
  height: 6px;
  width: 6px;
  display: inline-block;
  margin: -3px 14px 0 3px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.catalog-product-view .product-reviews-summary {
  margin: 0;
}
.catalog-product-view .rating-summary {
  left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.catalog-product-view .rating-summary .title {
  letter-spacing: .25px;
  text-transform: uppercase;
  font: 400 1.6rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000000;
  margin-right: 12px;
}
.catalog-product-view .rating-summary .rating-result > span:before {
  color: #b2ceb5;
}
.checkout-index-index .checkout-container {
  margin-bottom: 0;
}
.checkout-index-index .page-wrapper {
  overflow-x: hidden;
}
.checkout-index-index .page-main,
.checkout-index-index .columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.checkout-index-index .checkout-container {
  flex-grow: 1;
  height: 100%;
}
.opc-wrapper .step-content {
  margin-bottom: 0;
}
.opc-wrapper .authentication-wrapper {
  display: none;
  visibility: hidden;
}
.opc-sidebar {
  position: relative;
  padding: 20px;
  margin: 0px -20px;
  background-color: #edeae1;
}
.opc-sidebar::after {
  position: absolute;
  content: '';
  width: 50vw;
  top: 0;
  bottom: 0;
  left: 100%;
  background-color: #edeae1;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #edeae1;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 24px;
  display: block;
}
.opc-wrapper .form-login .fieldset .note:before,
.opc-wrapper .form-shipping-address .fieldset .note:before {
  display: none;
}
.opc-wrapper .form-login .control,
.opc-wrapper .form-login .field,
.opc-wrapper .form-login .fieldset {
  margin-bottom: 0;
}
.opc-wrapper .form-login .fieldset > .field {
  margin-bottom: 30px;
}
.opc-wrapper .action-show-popup {
  background-color: #000000;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #ffffff;
  height: 50px;
  margin: 0 0 20px;
  padding-left: 35px;
  padding-right: 35px;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
}
.opc-wrapper .action-show-popup span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.opc-wrapper .action-show-popup:hover {
  background: #ffffff;
  color: #000000;
}
.opc-wrapper .action-show-popup:hover span {
  color: inherit;
}
.opc-wrapper .shipping-address-item {
  line-height: 22px;
  margin: 0 0 20px;
  padding: 15px;
  color: rgba(0, 0, 0, 0.5);
  transition: none;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #000;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background-color: #000;
}
.opc-wrapper .checkout-shipping-method .step-title {
  margin: 0 0 12px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: 1px;
  color: #1a1a1a;
  text-transform: uppercase;
  border: 0;
  padding: 0;
}
.opc-wrapper .checkout-shipping-method .actions-toolbar .action.primary {
  background-color: #000000;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  padding-top: 13px;
  padding-bottom: 12px;
}
.opc-wrapper .checkout-shipping-method .actions-toolbar .action.primary span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.opc-wrapper .checkout-shipping-method .actions-toolbar .action.primary:hover {
  background: #ffffff;
  color: #000000;
}
.opc-wrapper .checkout-shipping-method .actions-toolbar .action.primary:hover span {
  color: inherit;
}
.table-checkout-shipping-method {
  width: 100%;
  border-style: solid;
  border-color: #000000;
  border-width: 0 1px 1px 1px;
  margin-bottom: 15px;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #000000;
  padding: 0;
  height: 60px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 20px;
  padding-right: 10px;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: 1px solid #000000;
}
.table-checkout-shipping-method .col.col-method {
  position: relative;
  overflow: hidden;
}
.table-checkout-shipping-method .col.col-method input.radio {
  position: absolute;
  left: -20px;
  width: 1px;
  height: 1px;
}
.table-checkout-shipping-method .col.col-method input.radio ~ .radio-label {
  position: relative;
  margin: 0;
  padding-left: 35px;
}
.table-checkout-shipping-method .col.col-method input.radio ~ .radio-label:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #000000;
  top: -2px;
  box-shadow: inset 0 0 0 4px #f9f7f2;
  left: 0;
}
.table-checkout-shipping-method .col.col-method input.radio:checked ~ .radio-label:before {
  background-color: #000000;
}
.opc-wrapper .fieldset > .field {
  margin-bottom: 15px;
}
.opc-wrapper .fieldset > .field > .label {
  padding: 0;
  text-align: left;
  width: 100%;
  float: none;
}
.opc-wrapper .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: none;
  margin-bottom: 0;
}
.opc-wrapper label + .control input {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  opacity: 1;
}
.opc-wrapper label + .control .mage-error,
.opc-wrapper label + .control .field-error {
  width: 100%;
}
.form-login #customer-email-fieldset .label {
  margin-bottom: 9px;
}
.form-login #customer-email-fieldset .label > span {
  font-size: 14px;
}
.form-login #customer-email-fieldset .label:after {
  display: none;
}
.form-login .hidden-fields .field.password {
  margin-bottom: 30px;
}
.form-login .hidden-fields .field.password .label {
  display: none;
}
.form-login .hidden-fields .field.password .control {
  position: relative;
  padding-right: 110px;
}
.form-login .hidden-fields .field.password .control .actions-toolbar {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  width: 200px;
  z-index: 2;
}
.form-login .hidden-fields .field.password .control .input-text {
  padding-right: 95px;
}
.form-login .hidden-fields .field.password .action.login {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #000000;
  max-width: 100px;
  height: 50px;
  background-color: transparent;
  float: right;
}
.form-login .hidden-fields .field.password .action.login span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.form-login .hidden-fields .field.password .action.login:hover {
  background: #000000;
  color: #ffffff;
}
.form-login .hidden-fields .field.password .action.login:hover span {
  color: inherit;
}
.form-login .hidden-fields .field.password .action.remind {
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.6);
  border-radius: 0;
  color: #151515;
  font-family: 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  letter-spacing: .25px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  right: 14px;
  top: 13px;
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  float: left;
  margin-left: 6px;
  position: relative;
  right: auto;
}
.form-login .hidden-fields .field.password .action.remind:hover {
  color: #000000;
  border-bottom: 1px solid transparent;
}
.opc-block-summary {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.opc-block-summary > .title {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 1px;
  color: #1a1a1a;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  padding: 0;
  border: 0;
}
.opc-block-summary .items-in-cart {
  border-radius: 3px 3px 0 0;
  background-color: #ffffff;
  padding: 0 20px 11px;
  margin: 0;
}
.opc-block-summary .items-in-cart > .title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
  text-transform: uppercase;
  border: 0;
  padding: 9px 0 15px;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title:after {
  right: -6px;
  top: 12px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 13px !important;
  font-weight: 600;
  margin: 0;
}
.opc-block-summary .items-in-cart.active .title {
  background: url('../../frontend/Overdose/woop/en_NZ/images/icons/light-grey.svg') repeat-x left bottom;
}
.opc-block-summary .items-in-cart:after {
  display: block;
  width: 100%;
  height: 4px;
  content: '';
  margin: 0;
  background: url('../../frontend/Overdose/woop/en_NZ/images/icons/light-grey.svg') repeat-x left bottom;
}
.opc-block-summary .items-in-cart .product-image-container {
  display: block;
  float: none;
  margin-bottom: 8px;
}
.opc-block-summary .items-in-cart .product-image-wrapper,
.opc-block-summary .items-in-cart .product-image-wrapper img {
  display: block;
  width: 100%;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0;
  padding: 0;
  max-height: 50vh;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding: 10px 0 11px;
  border-color: #edeae1;
}
.opc-block-summary .minicart-items .product-item-details {
  padding-left: 0;
}
.opc-block-summary .minicart-items .product-item-details .product.options {
  display: none;
}
.opc-block-summary .product-item .product-item-inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
}
.opc-block-summary .product-item .product-item-inner .product-item-name-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: normal;
  color: #1d1d1b;
  width: 100%;
  margin: 0;
}
.opc-block-summary .product-item .product-item-inner .product-item-name-block .product-item-name {
  margin: 0;
  width: 100%;
}
.opc-block-summary .product-item .product-item-inner .product-item-name-block .subtotal span {
  margin: 0;
}
.opc-block-summary .product-item .product-item-inner .product-item-name-block .item-options,
.opc-block-summary .product-item .product-item-inner .product-item-name-block .details-qty,
.opc-block-summary .product-item .product-item-inner .product-item-name-block .subtotal .price {
  color: rgba(29, 29, 27, 0.5);
}
.opc-block-summary .product-item .product-item-inner .product-item-name-block .details-qty {
  margin: 0;
}
.checkout-payment-method .step-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: 1px;
  color: #1a1a1a;
  text-transform: uppercase;
  border: 0;
  padding: 0;
}
.checkout-payment-method .payment-method-title {
  display: none;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0;
}
.checkout-payment-method .payment-method-content .eway-checkout-fields {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-payment-method .payment-method-content .field {
  width: 100%;
  margin-bottom: 20px;
}
.checkout-payment-method .securefields-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 5px 0 !important;
  display: block;
}
.checkout-payment-method .securefields-wrapper {
  height: 50px !important;
}
.checkout-payment-method .step-content .form.payments .fieldset > hr {
  display: none;
}
.checkout-payment-method .payment-method-content > .actions-toolbar {
  margin: 15px 0 0 0 !important;
  padding: 40px 0 0 0;
  border-top: 1px solid #edeae1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .secondary {
  padding: 15px 0;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .secondary .action.action-back {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #1a1a1a;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0 0 0 30px;
  position: relative;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .secondary .action.action-back:before {
  position: absolute;
  display: block;
  content: '';
  width: 14px;
  height: 1px;
  background-color: #000000;
  left: 0;
  top: 7px;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .secondary .action.action-back:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 4px;
  width: 7px;
  height: 7px;
  border: solid #000000;
  border-width: 0 0 1px 1px;
  transform: rotate(45deg);
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.checkout {
  background-color: #000000;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.checkout span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.checkout:hover {
  background: #ffffff;
  color: #000000;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.checkout:hover span {
  color: inherit;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.checkout span {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.checkout span:after {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/padlock-white.svg") no-repeat left top;
  background-size: contain;
  top: -2px;
  right: 0;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.checkout:hover span:after,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.checkout:focus span:after,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.checkout:active span:after {
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/padlock.svg") no-repeat left top;
  background-size: contain;
}
.opc-block-shipping-information {
  padding: 0;
}
.opc-block-shipping-information .shipping-information {
  border: solid 1px #dddddd;
  background-color: #ffffff;
  padding: 20px;
  margin-top: 40px;
}
.opc-block-shipping-information .shipping-information .shipping-information-title {
  border: none;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.5px;
  margin-right: 6px;
  text-transform: uppercase;
  border: 0;
}
.opc-block-shipping-information .shipping-information .shipping-information-title .action-edit:before {
  display: none;
}
.opc-block-shipping-information .shipping-information .shipping-information-title .action-edit > span {
  position: static;
  font-family: 'Typewriter Condensed';
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: right;
  color: #000000;
  text-transform: uppercase;
  text-decoration: underline;
}
.opc-block-shipping-information .shipping-information .shipping-information-content {
  color: #8e8e8d;
  line-height: 22px;
  margin-bottom: 12px;
}
.opc-block-shipping-information .shipping-information .shipping-information-content a {
  color: #8e8e8d;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0;
}
.checkout-index-index .delivery-options-container {
  margin-bottom: 51px;
}
.checkout-index-index .delivery-options-container .field.delivery-instructions {
  padding-top: 26px;
  margin-bottom: 0;
}
.checkout-index-index .delivery-options-container .field.delivery-instructions .control {
  margin-bottom: 0;
}
.checkout-index-index .delivery-options-container .field.delivery-instructions .label {
  margin-bottom: 2px;
}
.checkout-index-index .delivery-options-container .field.delivery-instructions .label > span {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a1a1a;
}
.checkout-index-index .delivery-options-container .field.delivery-instructions .delivery-instructions-subtitle {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #8e8e8d;
  margin-bottom: 21px;
}
.checkout-index-index .delivery-options-container .field.delivery-instructions .select2 .select2-results__option {
  padding: 9px 13px;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0482681);
}
.checkout-index-index .delivery-options-container [name='quote.instructions'] {
  min-width: 100%;
}
.checkout-index-index .delivery-options-container [name='quote.instructions'] label {
  display: none;
}
.checkout-index-index .delivery-options-container [name='quote.instructions'] .control {
  position: relative;
  margin: 0;
}
.checkout-index-index .delivery-options-container [name='quote.instructions'] textarea {
  display: block;
  min-height: 113px;
  max-height: 113px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.checkout-index-index .delivery-options-container [name='quote.instructions'] .symbol-counter {
  position: absolute;
  font-size: 1.3rem;
  line-height: 1.8rem;
  right: 1px;
  bottom: 1px;
  padding: 12px;
  background-color: #ffffff;
  color: rgba(26, 26, 26, 0.5);
}
.checkout-index-index .delivery-options-container [name='quote.instructions']._error .symbol-counter {
  bottom: 52px;
}
.checkout-onepage-success p {
  margin: 0;
}
.checkout-onepage-success .page-main {
  max-width: initial;
  position: relative;
}
.checkout-onepage-success .page-main::before,
.checkout-onepage-success .page-main::after {
  display: block;
  position: absolute;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.checkout-onepage-success .page-main::before {
  left: 0;
  top: 57px;
  background-image: url('../../frontend/Overdose/woop/en_NZ/images/success-page-bg-top.png');
  width: 154px;
  max-width: 10.8vw;
  height: 224px;
}
.checkout-onepage-success .page-main::after {
  right: 0;
  bottom: 174px;
  background-image: url('../../frontend/Overdose/woop/en_NZ/images/success-page-bg-bottom.png');
  width: 229px;
  height: 224px;
}
.checkout-onepage-success .column.main {
  padding-top: 77px;
  padding-bottom: 225px;
}
.checkout-onepage-success h6 {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0;
}
.checkout-onepage-success h1 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 6.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 6px;
}
.checkout-onepage-success .checkout-success {
  text-align: center;
  max-width: 792px;
  padding: 0 20px;
  margin: 0 auto 64px;
}
.checkout-onepage-success .checkout-success .success-contact-info,
.checkout-onepage-success .checkout-success .paragraph-light span {
  font-weight: 400;
  font-size: 1.5rem !important;
  line-height: 2rem;
  color: #000000;
}
.checkout-onepage-success .checkout-success [data-content-type='text'] {
  padding: 0 !important;
}
.checkout-onepage-success .checkout-success .success-contact-info {
  opacity: .5;
  margin: 0;
}
.checkout-onepage-success .checkout-success .success-page-info {
  margin-bottom: 18px;
}
.checkout-onepage-success .block-order-details-view,
.checkout-onepage-success .order-details-items {
  max-width: 1018px;
  margin: 0 auto;
}
.checkout-onepage-success .block-order-details-view,
.checkout-onepage-success .table-order-items,
.checkout-onepage-success .order-totals {
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.checkout-onepage-success .order-totals {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  max-width: 316px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5rem;
  letter-spacing: 0.8125px;
  text-transform: uppercase;
  color: #000000;
  padding: 26px 20px 27px;
}
.checkout-onepage-success .order-totals .col {
  opacity: 0.8;
}
.checkout-onepage-success .order-totals .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-onepage-success .order-totals .row.grand_total {
  margin-top: 2px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.0623907);
}
.checkout-onepage-success .order-totals .row.grand_total .price {
  letter-spacing: initial;
}
.checkout-onepage-success .block-order-details-view {
  display: flex;
  margin-bottom: 40px;
}
.checkout-onepage-success .block-order-details-view .block-content {
  width: 100%;
}
.checkout-onepage-success .block-order-details-view .block-content:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.0623907);
}
.checkout-onepage-success .block-order-details-view .box-title {
  display: block;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5rem;
  letter-spacing: 0.817143px;
  text-transform: uppercase;
  color: #000000;
  padding: 19px 20px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0623907);
}
.checkout-onepage-success .block-order-details-view .box-content {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding: 22px 20px 27px;
}
.checkout-onepage-success .block-order-details-view .box-content p,
.checkout-onepage-success .block-order-details-view .box-content a {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #8e8e8d;
}
.checkout-onepage-success .block-order-details-view .box-content p.tel,
.checkout-onepage-success .block-order-details-view .box-content a.tel {
  margin-top: 13px;
}
.checkout-onepage-success .block-order-details-view .box-content .box-content-black {
  color: #1d1d1b;
}
.checkout-onepage-success .order-details-items {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
.checkout-onepage-success .order-details-items .table-head-block .col {
  display: block;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5rem;
  letter-spacing: 0.817143px;
  text-transform: uppercase;
  color: #000000;
  padding: 16px 20px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0623907);
}
.checkout-onepage-success .order-details-items .table-head-block .col.qty {
  min-width: 19.7%;
}
.checkout-onepage-success .order-details-items .row {
  display: flex;
  align-items: flex-start;
  z-index: 1;
}
.checkout-onepage-success .order-details-items .col.name {
  width: 100%;
}
.checkout-onepage-success .order-details-items .col.image {
  display: flex;
  align-items: center;
  width: 16.2%;
}
.checkout-onepage-success .order-details-items .table-items-block {
  padding: 18px 20px 28px;
}
.checkout-onepage-success .order-details-items .item-info {
  display: flex;
  width: 100%;
  padding: 20px 0 0 2.3%;
  align-items: center;
}
.checkout-onepage-success .order-details-items .item-info .qty,
.checkout-onepage-success .order-details-items .item-info dt,
.checkout-onepage-success .order-details-items .item-info dd,
.checkout-onepage-success .order-details-items .item-info .product-item-name,
.checkout-onepage-success .order-details-items .item-info .price {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #1d1d1b;
  opacity: .5;
}
.checkout-onepage-success .order-details-items .item-info .product-item-name {
  opacity: 1;
  margin: 0;
  max-width: 340px;
}
.checkout-onepage-success .order-details-items .item-info .col.qty {
  min-width: 26.3%;
}
.checkout-onepage-success .order-details-items .item-info .col.name .price {
  margin-top: 10px;
}
.checkout-index-index .messages .message {
  padding: 10px 20px 10px 40px;
}
.checkout-index-index .page-wrapper .select2-container {
  width: 100% !important;
  max-width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
.checkout-index-index .page-header .header.content {
  padding: 0;
}
.checkout-index-index .subscription-copyright div {
  display: block !important;
  text-align: center !important;
  width: 100% !important;
}
.checkout-index-index .subscription-copyright ul {
  display: none !important;
}
.checkout-index-index .subscription-copyright ul:first-child {
  display: block !important;
  text-align: center !important;
  width: 100% !important;
}
.checkout-index-index .opc-payment-additional.discount-code {
  display: none;
}
.checkout-index-index .fieldset.address {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .fieldset.address .field {
  width: 100%;
}
.checkout-index-index .fieldset.address .field.street legend {
  display: none;
}
.checkout-index-index .fieldset.address .field.street .label > span {
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.checkout-index-index .fieldset.address .field.street .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.checkout-index-index .fieldset.address .field._required > .label:after,
.checkout-index-index .fieldset.address .field.required > .label:after {
  display: none;
}
.checkout-index-index .fieldset.address .field[name="shippingAddress.region"],
.checkout-index-index .fieldset.address .field[name="shippingAddress.country_id"] {
  display: none;
}
.checkout-index-index .terms-container p {
  text-align: right;
  color: #8f8f8f;
}
.checkout-index-index .terms-container p a {
  color: #000;
  text-decoration: none;
}
.checkout-index-index .delivery-options-container .form-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .delivery-options-container .form-wrapper .field {
  width: 100%;
}
.checkout-index-index .delivery-options-container .label span {
  line-height: 1.3rem;
}
.checkout-index-index .delivery-options-container [name='quote.delivery_date'] .select2-selection__rendered,
.checkout-index-index .delivery-options-container [name='quote.delivery_time'] .select2-selection__rendered {
  position: relative;
}
.checkout-index-index .delivery-options-container [name='quote.delivery_date'] .select2-selection__rendered::after,
.checkout-index-index .delivery-options-container [name='quote.delivery_time'] .select2-selection__rendered::after {
  content: '';
  position: absolute;
  transform: translateY(-50%);
  right: 40px;
  top: 54%;
  width: 15px;
  height: 15px;
  background: #e9faeb url("../../frontend/Overdose/woop/en_NZ/images/icons/tick_icon_green.png") no-repeat center;
  border-radius: 50%;
}
.checkout-index-index .payment-top-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.checkout-index-index .payment-top-block .card-icon-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-index-index .payment-top-block .card-icon-list .card-item {
  margin: 0 0 0 5px;
}
.checkout-index-index .payment-top-block .card-icon-list img {
  display: block;
  width: 45px;
}
.checkout-index-index .popup-title {
  display: none;
}
.checkout-index-index .modal-popup {
  /*
            &.dont-delivery-yet {
                .modal-header {
                    padding: 42px 0 30px 0;
                }

                .modal-title {
                    display: block;
                }
            } */
  /*
            &.dont-delivery-yet {
                .modal-header {
                    padding-bottom: 0;
                }

                .modal-footer {
                    .action.cancel {
                        span {
                            text-transform: none;
                            font-weight: 300;
                            font-size: 16px;
                        }

                        &:hover {
                            background: transparent;
                            border: 0;
                            color: rgba(0, 0, 0, 0.5);
                        }
                    }
                }
            } */
}
.checkout-index-index .modal-popup .modal-header {
  padding: 42px 0 0 0;
}
.checkout-index-index .modal-popup .popup-title {
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: center;
  font-size: 16px;
  border-bottom: 0;
  padding: 0;
  margin: 0 0 30px 0;
  display: block;
  text-transform: uppercase;
}
.checkout-index-index .modal-popup .modal-title,
.checkout-index-index .modal-popup .step-title {
  display: none;
}
.checkout-index-index .modal-popup .form-shipping-address .fieldset.address {
  margin-bottom: 0;
}
.checkout-index-index .modal-popup .form-shipping-address .fieldset.address .field.street {
  margin-bottom: 0;
}
.checkout-index-index .modal-footer .action,
.checkout-index-index .opc-wrapper .action {
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
}
.checkout-index-index .modal-footer .action.primary,
.checkout-index-index .opc-wrapper .action.primary {
  background-color: #000000;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #ffffff;
  height: 50px;
}
.checkout-index-index .modal-footer .action.primary span,
.checkout-index-index .opc-wrapper .action.primary span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.checkout-index-index .modal-footer .action.primary:hover,
.checkout-index-index .opc-wrapper .action.primary:hover {
  background: #ffffff;
  color: #000000;
}
.checkout-index-index .modal-footer .action.primary:hover span,
.checkout-index-index .opc-wrapper .action.primary:hover span {
  color: inherit;
}
.checkout-index-index .modal-footer .action.secondary,
.checkout-index-index .opc-wrapper .action.secondary,
.checkout-index-index .modal-footer .action.cancel,
.checkout-index-index .opc-wrapper .action.cancel {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #000000;
  height: 50px;
  width: auto;
}
.checkout-index-index .modal-footer .action.secondary span,
.checkout-index-index .opc-wrapper .action.secondary span,
.checkout-index-index .modal-footer .action.cancel span,
.checkout-index-index .opc-wrapper .action.cancel span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.checkout-index-index .modal-footer .action.secondary:hover,
.checkout-index-index .opc-wrapper .action.secondary:hover,
.checkout-index-index .modal-footer .action.cancel:hover,
.checkout-index-index .opc-wrapper .action.cancel:hover {
  background: #000000;
  color: #ffffff;
}
.checkout-index-index .modal-footer .action.secondary:hover span,
.checkout-index-index .opc-wrapper .action.secondary:hover span,
.checkout-index-index .modal-footer .action.cancel:hover span,
.checkout-index-index .opc-wrapper .action.cancel:hover span {
  color: inherit;
}
.checkout-index-index .modal-footer .action.edit-address-link,
.checkout-index-index .opc-wrapper .action.edit-address-link,
.checkout-index-index .modal-footer .action.action-select-shipping-item,
.checkout-index-index .opc-wrapper .action.action-select-shipping-item {
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.6);
  border-radius: 0;
  color: #151515;
  font-family: 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  letter-spacing: .25px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  right: 14px;
  top: 13px;
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  margin-top: 15px;
  line-height: 1;
  font-weight: 400;
}
.checkout-index-index .modal-footer .action.edit-address-link:hover,
.checkout-index-index .opc-wrapper .action.edit-address-link:hover,
.checkout-index-index .modal-footer .action.action-select-shipping-item:hover,
.checkout-index-index .opc-wrapper .action.action-select-shipping-item:hover {
  color: #000000;
  border-bottom: 1px solid transparent;
}
.checkout-index-index .token-list-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.checkout-index-index .token-list-wrapper .select2-container {
  margin-bottom: 20px;
}
.checkout-index-index .field.choice,
.checkout-index-index .save_card_checkbox {
  position: relative;
  overflow: hidden;
}
.checkout-index-index .field.choice:before,
.checkout-index-index .save_card_checkbox:before,
.checkout-index-index .field.choice:after,
.checkout-index-index .save_card_checkbox:after {
  display: none;
}
.checkout-index-index .field.choice input[type="checkbox"],
.checkout-index-index .save_card_checkbox input[type="checkbox"] {
  position: absolute;
  left: -20px;
  width: 1px;
  height: 1px;
}
.checkout-index-index .field.choice input[type="checkbox"] ~ .label,
.checkout-index-index .save_card_checkbox input[type="checkbox"] ~ .label {
  top: 35px;
  position: relative;
  margin: 0;
  padding-left: 35px;
  display: inline-block;
  min-height: 23px;
}
.checkout-index-index .field.choice input[type="checkbox"] ~ .label > span,
.checkout-index-index .save_card_checkbox input[type="checkbox"] ~ .label > span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  text-transform: none;
}
.checkout-index-index .field.choice input[type="checkbox"] ~ .label:before,
.checkout-index-index .save_card_checkbox input[type="checkbox"] ~ .label:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: 1px solid rgba(29, 29, 27, 0.5);
  border-radius: 1px;
}
.checkout-index-index .field.choice input[type="checkbox"]:checked ~ .label:before,
.checkout-index-index .save_card_checkbox input[type="checkbox"]:checked ~ .label:before {
  background-color: #000000;
}
.checkout-index-index .field.choice input[type="checkbox"]:checked ~ .label:after,
.checkout-index-index .save_card_checkbox input[type="checkbox"]:checked ~ .label:after {
  content: "";
  position: absolute;
  display: block;
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.checkout-index-index .save_card_checkbox {
  margin-bottom: 40px;
}
.checkout-index-index .save_card_checkbox input[type="checkbox"] ~ .label {
  top: 0;
}
.checkout-index-index .opc-block-summary .table-totals {
  background: #ffffff;
  position: relative;
  border-radius: 0 0 3px 3px;
}
.checkout-index-index .opc-block-summary .table-totals .label {
  letter-spacing: .5px;
}
.checkout-index-index .opc-block-summary .table-totals .amount {
  letter-spacing: .3px;
}
.checkout-index-index .opc-block-summary .table-totals .totals .mark {
  padding-top: 5px;
  padding-left: 20px;
  color: #000000;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.checkout-index-index .opc-block-summary .table-totals .totals .mark strong {
  color: #000000;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.checkout-index-index .opc-block-summary .table-totals .totals .amount {
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 600;
  letter-spacing: .3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-right: 20px;
  padding-bottom: 11px;
}
.checkout-index-index .opc-block-summary .table-totals .totals .amount strong {
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 600;
  letter-spacing: .3px;
  text-transform: uppercase;
}
.checkout-index-index .opc-block-summary .table-totals .totals.grand .mark,
.checkout-index-index .opc-block-summary .table-totals .totals.grand .amount {
  padding-bottom: 15px;
}
.checkout-index-index .field.street .field .label {
  clip: unset;
  height: auto;
  margin: 0 0 5px 0;
  overflow: unset;
  padding: 0;
  position: relative;
  width: auto;
}
.checkout-index-index footer .footer.content {
  max-width: 100%;
  padding: 0;
  background: #f9f7f2;
  position: relative;
  margin-top: 44px;
}
.checkout-index-index footer .footer.content .subscription-copyright {
  position: relative;
  padding: 12px 5px;
}
.checkout-index-index footer .footer.content .subscription-copyright ul {
  margin: 0;
}
.cart.table-wrapper dl.item-options,
.opc-block-summary .items-in-cart .product dl.item-options {
  width: 100%;
  margin: 0 0 9px;
}
.cart.table-wrapper dl.item-options dt,
.opc-block-summary .items-in-cart .product dl.item-options dt {
  font-weight: normal;
  margin: 0 3px 0 0;
}
.cart.table-wrapper dl.item-options dd,
.opc-block-summary .items-in-cart .product dl.item-options dd {
  margin: 0;
}
.opc-wrapper .step-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: 1px;
  color: #1a1a1a;
  text-transform: uppercase;
  border: 0;
  padding: 0;
}
.field.cvv-wrapper {
  position: relative;
}
.field.cvv-wrapper .securefields-wrapper {
  max-width: 148px;
  display: inline-block;
}
.field.cvv-wrapper .block-questions {
  margin: 0 0 0 10px;
  padding: 0;
  display: inline-block;
  line-height: 50px;
  vertical-align: top;
}
.field.cvv-wrapper .block-questions .tooltip-toggle {
  color: #000000;
  font: 700 1.3rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: .41px;
  text-transform: uppercase;
  text-decoration: underline;
}
.field.cvv-wrapper .block-questions p {
  margin: 0;
}
.cms-index-index.page-layout-1column .column.main {
  padding-left: 20px;
  padding-right: 20px;
}
.cms-index-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.column.main .customer-testimonials {
  padding: 0;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  position: relative;
}
.cms-no-route .notification-block.messages {
  margin: 0 auto !important;
  min-height: auto !important;
}
.cms-no-route .page-header {
  margin-bottom: 0;
}
.cms-no-route .page-title-wrapper {
  text-align: center;
  margin-top: 37%;
}
.cms-no-route .page-main {
  background: url("../../frontend/Overdose/woop/en_NZ//images/404/404-bg-left.png") no-repeat -180px -35px;
  background-size: 334px;
  overflow: hidden;
  padding: 20px 0 0;
}
.cms-no-route .page-title {
  color: #000000;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2.4rem;
  max-width: 300px;
  margin: 0 auto 46px;
}
.cms-no-route .column.main {
  background: url("../../frontend/Overdose/woop/en_NZ//images/404/404-bg-right.png") no-repeat 109.2% 95px;
  background-size: 153px;
  padding-bottom: 200px;
}
.cms-no-route .column.main .page-404 ul {
  font-size: 0;
  text-align: center;
  max-width: 207px;
  margin: 0 auto;
}
.cms-no-route .column.main .page-404 ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.cms-no-route .column.main .page-404 ul li a {
  display: block;
  border-radius: 1px;
  border: 1px solid #1d1d1b;
  color: #1d1d1b;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 27px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  line-height: 48px;
}
.cms-no-route .column.main .page-404 ul li a:hover {
  background: #1d1d1b;
  color: #ffffff;
  transition: all 0.4s ease;
}
.cms-no-route .column.main .page-404 ul li:first-child {
  margin: 0 0 10px 0;
}
.cms-page-view .notification-block.messages {
  margin: 0 auto !important;
  min-height: auto !important;
}
.cms-page-view .page-header {
  margin-bottom: 10px;
}
.cms-page-view .columns .column.main {
  padding-bottom: 32px;
}
.cms-page-view footer .footer.content {
  margin-top: 12px;
}
.philosophy-banner-row {
  position: relative;
  max-width: 962px;
  height: 250px;
}
.philosophy-banner-signature {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
  position: absolute;
  left: 7px;
  bottom: -54px;
  max-width: 185px;
}
.philosophy-banner-signature p {
  margin: 0;
}
.philosophy-banner-text {
  background: url("../../frontend/Overdose/woop/en_NZ//images/icons/philosophy-banner-border.png") repeat-x 0 100%;
  position: absolute;
  right: 20px;
  bottom: -68px;
  width: 100%;
  max-width: 133px;
}
.philosophy-banner-text .philosophy-banner-text-wrapper {
  background: #cdc5ae;
  box-shadow: 0 1px 6px 0 #cdc5ae;
  padding: 20px 0 18px;
}
.philosophy-banner-text h1 {
  color: #000000;
  font-size: 3rem;
  letter-spacing: 1px;
  line-height: 2.5rem;
  margin: 0 0 5px 0;
}
.philosophy-banner-text p {
  transform: rotate(-3deg);
  color: #000000;
  font-family: 'Emmeline';
  font-size: 4.5rem;
  font-weight: 400;
  letter-spacing: -0.49px;
  line-height: 3rem;
  margin: 0;
}
.philosophy-believe-row {
  position: relative;
  background-position: 103.5% -69px !important;
  background-size: 167px 347px !important;
}
.philosophy-believe-row .pagebuilder-column-group {
  max-width: 1245px;
  margin: 0 auto;
  width: 100%;
}
.philosophy-believe-row p {
  margin: 0;
}
.philosophy-believe-row .philosophy-believe-bg {
  color: #e7e6e1;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 5rem;
  text-transform: uppercase;
}
.philosophy-believe-row ul {
  margin: 0;
}
.philosophy-believe-row ul li {
  color: rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin: 0;
}
.philosophy-believe-row ul li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  margin-right: 15px;
  width: 6px;
  height: 6px;
}
.philosophy-believe-row .pagebuilder-column-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
}
.philosophy-believe-row .pagebuilder-column-group:first-child {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}
.philosophy-believe-row .pagebuilder-column-group:nth-child(2) {
  margin-top: 102px;
}
.philosophy-believe-row .philosophy-believe-bottom-title p {
  transform: rotate(-2deg);
  color: #000000;
  font-family: 'Emmeline';
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 3rem;
  max-width: 98%;
}
.philosophy-believe-row .philosophy-believe-list-right div > p {
  display: none;
}
.philosophy-believe-row .philosophy-believe-list-right li:nth-child(2) {
  background: url("../../frontend/Overdose/woop/en_NZ//images/icons/hover-believe.png") no-repeat 22px 85%;
  background-size: 187px;
}
.philosophy-curtains-slider {
  max-width: 1245px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}
.philosophy-curtains-slider .od-curtains-container figure.img-overlay:after {
  height: 30px;
}
.philosophy-curtains-slider .od-curtains-container figure.img-underlay:before {
  height: 30px;
}
.philosophy-our-commitment {
  max-width: 1245px;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden;
  width: 100%;
}
.philosophy-our-commitment .cross-title-wrapper {
  display: inline-block;
  width: 100%;
}
.philosophy-our-commitment .cross-title-wrapper h4 {
  margin: 2rem 0 0;
}
.philosophy-our-commitment .cross-title-wrapper .cross-title {
  background: url("../../frontend/Overdose/woop/en_NZ//images/icons/cross.png") no-repeat;
  background-size: contain;
  position: relative;
  padding: 5px 0;
  margin: 1.5rem 5px -5px 0;
  float: left;
}
.philosophy-our-commitment .cross-title-wrapper .cross-title:before {
  content: 'No';
  color: #000000;
  font-family: 'Emmeline';
  font-size: 5.2rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.52px;
  line-height: 3rem;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%);
}
.philosophy-our-commitment .cross-title-wrapper + h4 {
  margin-top: 0;
}
.philosophy-our-commitment .philosophy-commitment-title {
  color: #000000;
}
.philosophy-our-commitment .philosophy-commitment-title h2 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 2.6rem;
  margin-bottom: 16px;
}
.philosophy-our-commitment .philosophy-commitment-title p {
  font-family: 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}
.philosophy-our-commitment .philosophy-commitment-info h4 {
  color: #000000;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2rem;
}
.philosophy-our-commitment .philosophy-commitment-info p {
  color: rgba(29, 29, 27, 0.5);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 4px;
  letter-spacing: 0.3px;
}
.philosophy-our-commitment .philosophy-commitment-info .lostof {
  position: relative;
  display: inline;
}
.philosophy-our-commitment .philosophy-commitment-info .lostof:after {
  content: 'lots of';
  transform: rotate(-2deg);
  color: #000000;
  font-family: 'Emmeline';
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 3rem;
  margin: 0;
  position: absolute;
  top: 35px;
  left: -35px;
  width: 55px;
}
.philosophy-our-commitment .philosophy-commitment-info .lostof:before {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ//images/icons/arrow-em.png") no-repeat 50% 0;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 19px;
  left: -4px;
}
.philosophy-our-commitment .pagebuilder-column-three {
  position: relative;
}
.philosophy-our-commitment .pagebuilder-column-three .philosophy-commitment-info {
  background: #cdc5ae;
  position: relative;
  top: -28px;
  width: 100%;
}
.philosophy-our-commitment .pagebuilder-column-three .philosophy-commitment-info h4 {
  margin: 0 0 20px 0;
  line-height: 1.6rem;
}
.philosophy-our-commitment .pagebuilder-column-three .philosophy-commitment-info p {
  margin: 0;
}
.philosophy-our-commitment .pagebuilder-column-three .philosophy-commitment-info-custom {
  transform: rotate(-2deg);
  color: #000000;
  font-family: 'Emmeline';
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0.4px;
  line-height: 3rem;
  position: absolute;
  bottom: -72px;
  left: -10px;
}
.philosophy-our-commitment .pagebuilder-column-three .philosophy-commitment-info-custom p {
  margin: 10px 0 0;
  letter-spacing: normal;
}
.philosophy-our-commitment .pagebuilder-column-three .philosophy-commitment-info-custom:before {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ//images/icons/delivery-arrow.png") no-repeat;
  width: 33px;
  height: 47px;
  display: block;
  position: relative;
  left: 88px;
  transform: rotate(-180deg);
}
.philosophy-our-commitment .pagebuilder-column-group.slick-initialized {
  margin-left: -10px;
  margin-right: -10px;
}
.philosophy-local-producer {
  position: relative;
  min-height: 330px;
}
.philosophy-local-producer .philosophy-local-producer-bg {
  color: #e7e6e1;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 4rem;
  text-transform: uppercase;
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 1;
}
.philosophy-local-producer .pagebuilder-column-group {
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.philosophy-local-producer .philosophy-local-producer-info {
  max-width: 575px;
  position: relative;
  top: 86px;
}
.philosophy-local-producer .philosophy-local-producer-info p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2rem;
}
.philosophy-local-producer .philosophy-local-producer-info p:first-child {
  color: #000000;
  font-family: 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 62px;
}
.philosophy-local-producer .philosophy-local-producer-info p .lostof {
  position: relative;
  display: inline-block;
  width: 1px;
}
.philosophy-local-producer .philosophy-local-producer-info p .lostof:after {
  content: 'kiwi';
  transform: rotate(-2deg);
  color: #000000;
  font-family: 'Emmeline';
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 3rem;
  margin: 0;
  position: absolute;
  top: 29px;
  left: -9px;
}
.philosophy-local-producer .philosophy-local-producer-info p .lostof:before {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ//images/icons/arrow-em.png") no-repeat 50% 0;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 19px;
  left: 2px;
}
.philosophy-our-team .philosophy-our-team-title {
  max-width: 1245px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}
.philosophy-our-team .philosophy-our-team-title h3 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 2.6rem;
  margin-bottom: 16px;
}
.philosophy-our-team .philosophy-our-team-title p {
  font-family: 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}
.philosophy-our-team .pagebuilder-column-group {
  justify-content: space-between;
}
.philosophy-our-team .pagebuilder-column h4 {
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.6rem;
  margin: 30px 0 18px;
}
.philosophy-our-team .pagebuilder-column p {
  color: rgba(29, 29, 27, 0.5);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
}
.philosophy-our-team .pagebuilder-column:nth-child(even) {
  width: 5.27% !important;
}
.philosophy-our-team .pagebuilder-column:nth-child(odd) {
  width: 25.8% !important;
}
.philosophy-our-team .pagebuilder-column:last-child {
  display: none !important;
}
.philosophy-local-blog-list .block.post-list-wrapper {
  background: none;
  padding: 90px 0 20px 10px;
}
.philosophy-local-blog-list .block.post-list-wrapper #block-relatedposts-heading {
  font-size: 2.6rem;
  line-height: 2.6rem;
  letter-spacing: 1px;
}
.philosophy-local-blog-list .block.post-list-wrapper .block-title.title {
  margin-bottom: 37px;
}
.philosophy-local-blog-list .block.post-list-wrapper .slick-track {
  padding-top: 4px;
}
.cms-page-view .page-title-wrapper,
.cms-careers-at-woop .page-title-wrapper,
.cms-our-philosophy .page-title-wrapper,
.cms-how-it-works .page-title-wrapper,
.cms-privacy-policy .page-title-wrapper,
.cms-sustainability .page-title-wrapper,
.cms-terms-conditions .page-title-wrapper {
  display: none;
}
.careers-banner {
  max-width: 963px;
  margin: 0 auto;
  position: relative;
}
.careers-banner .banner-image {
  width: 100% !important;
}
.careers-banner .banner-image [data-content-type="text"] {
  padding-right: 5px !important;
  max-width: 54%;
}
.careers-banner .banner-image [data-content-type="text"] p {
  font: 400 1.8rem/2.2rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 10px 0 0;
  color: rgba(0, 0, 0, 0.5);
}
.careers-banner .banner-text {
  width: auto !important;
  position: absolute;
  padding: 52px 53px 43px 54px;
  right: 63px;
  bottom: -40px;
}
.careers-banner .main-text {
  max-width: 162px;
  margin-bottom: 25px;
}
.careers-banner .join {
  font: 400 9rem/5rem 'Emmeline', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  transform rotate(-3deg): 1;
  letter-spacing: -0.98px;
  color: #000000;
  max-width: 160px;
  text-align: center;
}
.careers-banner .join p {
  margin: 0;
}
.new-homepage-banner .pagebuilder-banner-wrapper .pagebuilder-overlay {
  padding: 0;
  max-width: 402px;
}
.new-homepage-banner .pagebuilder-banner-wrapper .pagebuilder-overlay .pagebuilder-collage-content > div {
  overflow: initial;
}
.new-homepage-banner .pagebuilder-banner-wrapper .pagebuilder-overlay .pagebuilder-collage-content span {
  letter-spacing: 2.5px;
  font-weight: 700;
  line-height: 46px;
  display: inline-block;
  padding-bottom: 17px;
}
.new-homepage-banner .pagebuilder-banner-wrapper .pagebuilder-overlay .pagebuilder-collage-content img {
  margin-bottom: 33px;
}
.new-homepage-banner .pagebuilder-banner-wrapper .pagebuilder-overlay .pagebuilder-collage-content .pagebuilder-button-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid #fff;
  border-radius: initial;
  padding: 17px 88px;
  margin: 0;
  float: left;
  background: #000000;
}
.new-homepage-banner .pagebuilder-banner-wrapper .pagebuilder-overlay .pagebuilder-collage-content .pagebuilder-button-link:hover {
  text-decoration: none;
}
.new-homepage-banner .pagebuilder-column-group {
  margin-top: 30px;
}
.new-homepage-banner .pagebuilder-column-group figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-homepage-banner .pagebuilder-column-group figure img {
  margin-right: 17px;
}
.new-homepage-banner .pagebuilder-column-group figure figcaption {
  max-width: 171px;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Typewriter Condensed';
  color: #000000;
}
.new-homepage-banner .woop-mobile-text {
  display: none;
}
.careers-asking-block [data-content-type="heading"] {
  margin: 0 0 13px;
  font: 700 1.9rem/2.8rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  color: #000000;
}
.careers-asking-block [data-content-type="text"] p {
  color: rgba(29, 29, 27, 0.5);
  font: 400 1.8rem/2.7rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.careers-asking-block [data-content-type="text"] p:before {
  content: "•";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.open-position-content .text {
  color: rgba(29, 29, 27, 0.5);
  line-height: 20px;
  display: inline-block;
}
.open-position-content .open-poistion-column-heading {
  margin: 0 0 12px;
  font: 700 2.4rem/2.4rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.open-position-content .additional-heading {
  color: #000000;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 12px;
}
.open-position-content .woop-secondary-button,
.open-position-content .woop-secondary-button-blue-text {
  min-width: 150px;
}
.open-position-heading [data-content-type="text"] {
  position: relative;
}
.open-position-heading p {
  font: 400 5rem/4rem 'Emmeline', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000000;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  white-space: nowrap;
}
.open-position-heading h5 {
  margin: 0;
}
.cms-how-it-works.page-layout-1column .column.main {
  padding-left: 20px;
  padding-right: 20px;
}
.cms-how-it-works .page-header .header.content:before {
  content: '';
  display: block;
  width: 235px;
  height: 285px;
  top: 0;
  right: 0;
  background-image: url("../../frontend/Overdose/woop/en_NZ//images/how-it-works/how-it-works-header-bg.png");
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.cms-how-it-works .page-main {
  padding-left: 0;
  padding-right: 0;
}
.cms-how-it-works .your-woop-box .text-with-img-block {
  margin-bottom: 25px;
}
.cms-how-it-works .your-woop-box .text-with-img-block .msg {
  line-height: 22px;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  position: relative;
}
.dinner-ready-wrapper,
.more-locations-wrapper {
  position: relative;
}
.dinner-ready-wrapper .dinner-ready,
.more-locations-wrapper .dinner-ready,
.dinner-ready-wrapper .more-locations,
.more-locations-wrapper .more-locations {
  color: #1d1d1b;
  font-family: 'Emmeline';
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -1.61px;
  line-height: 30px;
  position: absolute;
  transform: rotate(-6deg);
  top: 15px;
  right: auto;
  left: 175px;
  max-width: 120px;
}
.dinner-ready-wrapper .dinner-ready:after,
.more-locations-wrapper .dinner-ready:after,
.dinner-ready-wrapper .more-locations:after,
.more-locations-wrapper .more-locations:after {
  content: '';
  background-image: url("../../frontend/Overdose/woop/en_NZ//images/icons/big-arrow-left.png");
  background-position: center;
  position: absolute;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  top: 5px;
  left: -40px;
  transform: rotate(54deg);
  background-size: contain;
}
.more-locations-wrapper .more-locations {
  top: -25px;
  left: 125px;
  min-width: 200px;
}
.more-locations-wrapper .more-locations:after {
  background-image: url("../../frontend/Overdose/woop/en_NZ//images/icons/big-arrow-left-reverted.png");
  top: -25px;
  left: 5px;
  transform: rotate(0deg);
}
.dinner-ready-subtitle-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.dinner-ready-subtitle-wrapper .woop-box-subtitle {
  font-size: 140px;
  line-height: 131px;
}
.cross-title {
  background: url("../../frontend/Overdose/woop/en_NZ//images/icons/cross.png") no-repeat;
  background-size: contain;
  position: relative;
  padding: 5px 0;
  margin: 0 5px -5px 0;
  display: inline-block;
}
.cross-title:before {
  content: 'No';
  color: #000000;
  font-family: 'Emmeline';
  font-size: 5.2rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.52px;
  line-height: 3rem;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%);
}
.recycled-wrapper,
.planting-wrapper {
  position: relative;
}
.recycled-wrapper .planting,
.planting-wrapper .planting,
.recycled-wrapper .recycled,
.planting-wrapper .recycled {
  transform: rotate(-2deg);
  color: #000000;
  font-family: 'Emmeline';
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0.4px;
  line-height: 3rem;
  position: relative;
  bottom: -20px;
  left: 0;
}
.recycled-wrapper .planting:after,
.planting-wrapper .planting:after,
.recycled-wrapper .recycled:after,
.planting-wrapper .recycled:after {
  content: '';
  background-image: url("../../frontend/Overdose/woop/en_NZ//images/icons/delivery-arrow.png");
  width: 30px;
  height: 30px;
  top: -25px;
  left: 140px;
  background-position: center;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.planting-wrapper .planting {
  top: 5px;
  left: 42px;
}
.planting-wrapper .planting:after {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ//images/icons/arrow-em.png") no-repeat 50% 0;
  width: 12px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 22px;
}
a.to-box-btn {
  font: 500 1.4rem/5rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 1px;
  border: 1px solid #1d1d1b;
  height: 50px;
  width: 100%;
  max-width: 100%;
  padding: 0;
  letter-spacing: 1.25px;
  transition: .3s;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
a.to-box-btn:hover {
  background: #1d1d1b;
  color: #ffffff;
}
.maxwidth-1200 {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.maxwidth-1100 {
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.maxwidth-1000 {
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.step-box h3 {
  font-size: 2em;
  font-weight: 700;
}
.step-box p {
  font-size: 1.4em;
}
.step-boxx h3 {
  font-size: 1.8em;
  font-weight: 700;
}
.step-boxx p {
  font-size: 1.3em;
  font-weight: 300;
}
.sustainability-commitment h2 {
  font-size: 3.5em;
  margin: 1em 0;
}
.sustainability-commitment p {
  font-size: 1.7em;
}
.sustainability-commitment .block-related-post-list .block-title {
  display: none;
}
.sustainability-box h3 {
  font-weight: 700;
  font-size: 1.7em;
  margin-bottom: 40px;
}
.sustainability-box p {
  font-size: 1.4em;
  margin: 30px 0px;
}
.sustainability-box a {
  text-decoration: underline;
}
.sustainability-floatbox {
  background: #fff;
}
.sustainability-floatbox h3 {
  font-weight: 700;
  font-size: 1.7em;
  margin: 20px 0;
}
.sustainability-floatbox p {
  font-size: 1.4em;
  margin: 20px 0px;
  line-height: 1.4em;
  font-weight: 100;
}
.sustainability-floatbox a {
  text-decoration: underline;
}
.other-initiatives .row-full-width-inner > .pagebuilder-column-group {
  max-width: 1000px;
  margin: 0 auto;
}
.other-initiatives .pagebuilder-column-group figure {
  background: #fff;
}
.other-initiatives .pagebuilder-column-group .page {
  padding: 0px 15px 1px 15px;
  background: #fff;
}
.other-initiatives .pagebuilder-column-group .page h3 {
  margin: 0px !important;
  padding: 20px 0px 0px 0px;
}
.tabbed-links {
  font-family: 'Typewriter Condensed';
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  height: 55px;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.05);
}
.tabbed-links ul {
  width: 80%;
  padding: 0px;
  margin: 0 auto;
}
.tabbed-links ul li {
  display: inline-block;
  width: 24%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.tabbed-links ul li a {
  position: relative;
  line-height: 30px;
  padding: 10px 5px;
}
.tabbed-links ul li a:hover:after,
.tabbed-links ul li a.active:after {
  display: block;
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/underline.svg") no-repeat center bottom;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cms-page-view.page-layout-1column .column.main {
  padding-left: 20px;
  padding-right: 20px;
}
.cms-page-view .page-main {
  padding-left: 0;
  padding-right: 0;
}
.privacy-policy-row .anchor-content-wrapper [data-content-type='text'] + [data-content-type='text'] {
  border-top: 1px dashed #aeada9 !important;
  padding-top: 40px !important;
  margin-top: 25px !important;
}
.privacy-policy-row [data-content-type='text'] h3,
.privacy-policy-row [data-content-type='text'] h4,
.privacy-policy-row [data-content-type='text'] h5,
.privacy-policy-row [data-content-type='text'] h6 {
  margin-top: 0;
}
.privacy-policy-row [data-content-type='text'] h3 {
  margin-bottom: 20px;
  margin-top: 10px;
}
.privacy-policy-row [data-content-type='text'] h5 {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.privacy-policy-row [data-content-type='text'] p,
.privacy-policy-row [data-content-type='text'] ul li {
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
}
.privacy-policy-row [data-content-type='text'] p + p {
  padding-top: 10px;
}
.privacy-policy-row [data-content-type='text'] ul {
  list-style: disc;
  list-style-position: outside;
  margin-bottom: 1.6rem;
  padding-left: 15px;
}
.privacy-policy-row [data-content-type='text'] ul li {
  padding-left: 5px;
  margin-bottom: 0;
}
.privacy-policy-row [data-content-type='text'].anchor-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.privacy-policy-row [data-content-type='text'].anchor-nav ul li {
  color: #000;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 0 2px 30px;
  position: relative;
  border-left: 2px solid transparent;
  transition: border-color 0.3s ease-out;
  margin-bottom: 10px;
  cursor: pointer;
}
.privacy-policy-row [data-content-type='text'].anchor-nav ul li.active {
  border-color: #000;
}
.privacy-policy-row [data-content-type='text'].anchor-nav ul li.active + li.active {
  border-color: transparent;
}
.privacy-policy-row [data-content-type='text'] table {
  border-color: #c1c0bb;
}
.privacy-policy-row [data-content-type='text'] table tbody tr:first-of-type td {
  background-color: #edeae1;
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 16px 20px;
}
.privacy-policy-row [data-content-type='text'] table tbody tr td {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  border-color: #c1c0bb;
  width: 70% !important;
  vertical-align: middle;
}
.privacy-policy-row [data-content-type='text'] table tbody tr td:first-of-type {
  width: 30% !important;
}
.cms-index-index .page-wrapper .notification-block.messages:first-of-type,
.customer-account-forgotpassword .page-wrapper .notification-block.messages:first-of-type,
.customer-account-login .page-wrapper .notification-block.messages:first-of-type,
.customer-account-createpassword .page-wrapper .notification-block.messages:first-of-type,
.cms-index-index .page-wrapper .page.messages:first-of-type,
.customer-account-forgotpassword .page-wrapper .page.messages:first-of-type,
.customer-account-login .page-wrapper .page.messages:first-of-type,
.customer-account-createpassword .page-wrapper .page.messages:first-of-type {
  margin: 0 auto;
}
.cms-index-index .customer-testimonials,
.customer-account-forgotpassword .customer-testimonials,
.customer-account-login .customer-testimonials,
.customer-account-createpassword .customer-testimonials {
  width: 100%;
}
.column.main .customer-testimonials {
  width: 100%;
}
.customer-account-login .login-bg,
.customer-account-forgotpassword .login-bg {
  position: absolute;
  top: 215px;
  right: -345px;
}
.customer-account-login .page-main,
.customer-account-forgotpassword .page-main {
  padding: 0 20px;
  overflow: hidden;
}
.customer-account-login .login-container,
.customer-account-forgotpassword .login-container,
.customer-account-login .forget-container,
.customer-account-forgotpassword .forget-container {
  position: relative;
  padding-bottom: 50px;
}
.customer-account-login .login-container .block-customer-login,
.customer-account-forgotpassword .login-container .block-customer-login,
.customer-account-login .forget-container .block-customer-login,
.customer-account-forgotpassword .forget-container .block-customer-login,
.customer-account-login .login-container .block-customer-forget,
.customer-account-forgotpassword .login-container .block-customer-forget,
.customer-account-login .forget-container .block-customer-forget,
.customer-account-forgotpassword .forget-container .block-customer-forget {
  z-index: 2;
  position: relative;
  width: 100%;
  float: none;
}
.customer-account-login .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper {
  margin: -4px 0 15px 0;
}
.customer-account-login .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-title-wrapper .page-title {
  font-weight: 600;
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.5rem;
  letter-spacing: 1px;
  color: #000000;
}
.customer-account-forgotpassword .page-title-wrapper {
  max-width: 446px;
  margin: 0 auto;
  width: 220px;
}
.customer-account-forgotpassword .page-title-wrapper .page-title {
  line-height: 24px;
  margin-bottom: 15px;
}
.block-customer-login .block-title,
.block-customer-forget .block-title {
  border: none;
}
.block-customer-login .form-login .fieldset.login,
.block-customer-forget .form-login .fieldset.login,
.block-customer-login .form.forget .fieldset.login,
.block-customer-forget .form.forget .fieldset.login,
.block-customer-login .form-login .fieldset.forget,
.block-customer-forget .form-login .fieldset.forget,
.block-customer-login .form.forget .fieldset.forget,
.block-customer-forget .form.forget .fieldset.forget {
  margin: 0;
}
.block-customer-login .form-login .fieldset.login .field,
.block-customer-forget .form-login .fieldset.login .field,
.block-customer-login .form.forget .fieldset.login .field,
.block-customer-forget .form.forget .fieldset.login .field,
.block-customer-login .form-login .fieldset.forget .field,
.block-customer-forget .form-login .fieldset.forget .field,
.block-customer-login .form.forget .fieldset.forget .field,
.block-customer-forget .form.forget .fieldset.forget .field {
  margin: 0;
}
.block-customer-login .form-login .fieldset.login .field.note,
.block-customer-forget .form-login .fieldset.login .field.note,
.block-customer-login .form.forget .fieldset.login .field.note,
.block-customer-forget .form.forget .fieldset.login .field.note,
.block-customer-login .form-login .fieldset.forget .field.note,
.block-customer-forget .form-login .fieldset.forget .field.note,
.block-customer-login .form.forget .fieldset.forget .field.note,
.block-customer-forget .form.forget .fieldset.forget .field.note {
  color: rgba(29, 29, 27, 0.8);
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
  margin-bottom: 36px;
}
.block-customer-login .form-login .fieldset.login .field.password,
.block-customer-forget .form-login .fieldset.login .field.password,
.block-customer-login .form.forget .fieldset.login .field.password,
.block-customer-forget .form.forget .fieldset.login .field.password,
.block-customer-login .form-login .fieldset.forget .field.password,
.block-customer-forget .form-login .fieldset.forget .field.password,
.block-customer-login .form.forget .fieldset.forget .field.password,
.block-customer-forget .form.forget .fieldset.forget .field.password {
  margin-bottom: 20px;
}
.block-customer-login .form-login .fieldset.login .field.password .control:after,
.block-customer-forget .form-login .fieldset.login .field.password .control:after,
.block-customer-login .form.forget .fieldset.login .field.password .control:after,
.block-customer-forget .form.forget .fieldset.login .field.password .control:after,
.block-customer-login .form-login .fieldset.forget .field.password .control:after,
.block-customer-forget .form-login .fieldset.forget .field.password .control:after,
.block-customer-login .form.forget .fieldset.forget .field.password .control:after,
.block-customer-forget .form.forget .fieldset.forget .field.password .control:after {
  content: none;
}
.block-customer-login .form-login .fieldset.login .field.remember,
.block-customer-forget .form-login .fieldset.login .field.remember,
.block-customer-login .form.forget .fieldset.login .field.remember,
.block-customer-forget .form.forget .fieldset.login .field.remember,
.block-customer-login .form-login .fieldset.forget .field.remember,
.block-customer-forget .form-login .fieldset.forget .field.remember,
.block-customer-login .form.forget .fieldset.forget .field.remember,
.block-customer-forget .form.forget .fieldset.forget .field.remember {
  margin-bottom: 15px;
}
.block-customer-login .form-login .fieldset.login .field.remember .woop-checkbox,
.block-customer-forget .form-login .fieldset.login .field.remember .woop-checkbox,
.block-customer-login .form.forget .fieldset.login .field.remember .woop-checkbox,
.block-customer-forget .form.forget .fieldset.login .field.remember .woop-checkbox,
.block-customer-login .form-login .fieldset.forget .field.remember .woop-checkbox,
.block-customer-forget .form-login .fieldset.forget .field.remember .woop-checkbox,
.block-customer-login .form.forget .fieldset.forget .field.remember .woop-checkbox,
.block-customer-forget .form.forget .fieldset.forget .field.remember .woop-checkbox {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 0 0 50px;
  line-height: 35px;
}
.block-customer-login .form-login .fieldset.login .field.remember .woop-checkbox span,
.block-customer-forget .form-login .fieldset.login .field.remember .woop-checkbox span,
.block-customer-login .form.forget .fieldset.login .field.remember .woop-checkbox span,
.block-customer-forget .form.forget .fieldset.login .field.remember .woop-checkbox span,
.block-customer-login .form-login .fieldset.forget .field.remember .woop-checkbox span,
.block-customer-forget .form-login .fieldset.forget .field.remember .woop-checkbox span,
.block-customer-login .form.forget .fieldset.forget .field.remember .woop-checkbox span,
.block-customer-forget .form.forget .fieldset.forget .field.remember .woop-checkbox span {
  color: rgba(29, 29, 27, 0.8);
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}
.block-customer-login .form-login .fieldset.login .field.remember .checkmark,
.block-customer-forget .form-login .fieldset.login .field.remember .checkmark,
.block-customer-login .form.forget .fieldset.login .field.remember .checkmark,
.block-customer-forget .form.forget .fieldset.login .field.remember .checkmark,
.block-customer-login .form-login .fieldset.forget .field.remember .checkmark,
.block-customer-forget .form-login .fieldset.forget .field.remember .checkmark,
.block-customer-login .form.forget .fieldset.forget .field.remember .checkmark,
.block-customer-forget .form.forget .fieldset.forget .field.remember .checkmark {
  width: 30px;
  height: 30px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  border: none;
}
.block-customer-login .form-login .fieldset.login .field.remember .checkmark:after,
.block-customer-forget .form-login .fieldset.login .field.remember .checkmark:after,
.block-customer-login .form.forget .fieldset.login .field.remember .checkmark:after,
.block-customer-forget .form.forget .fieldset.login .field.remember .checkmark:after,
.block-customer-login .form-login .fieldset.forget .field.remember .checkmark:after,
.block-customer-forget .form-login .fieldset.forget .field.remember .checkmark:after,
.block-customer-login .form.forget .fieldset.forget .field.remember .checkmark:after,
.block-customer-forget .form.forget .fieldset.forget .field.remember .checkmark:after {
  left: 10px;
  top: 5px;
  width: 10px;
  height: 15px;
}
.block-customer-login .form-login .fieldset.login .field.remember:before,
.block-customer-forget .form-login .fieldset.login .field.remember:before,
.block-customer-login .form.forget .fieldset.login .field.remember:before,
.block-customer-forget .form.forget .fieldset.login .field.remember:before,
.block-customer-login .form-login .fieldset.forget .field.remember:before,
.block-customer-forget .form-login .fieldset.forget .field.remember:before,
.block-customer-login .form.forget .fieldset.forget .field.remember:before,
.block-customer-forget .form.forget .fieldset.forget .field.remember:before {
  content: none;
}
.block-customer-login .form-login .fieldset.login .label,
.block-customer-forget .form-login .fieldset.login .label,
.block-customer-login .form.forget .fieldset.login .label,
.block-customer-forget .form.forget .fieldset.login .label,
.block-customer-login .form-login .fieldset.forget .label,
.block-customer-forget .form-login .fieldset.forget .label,
.block-customer-login .form.forget .fieldset.forget .label,
.block-customer-forget .form.forget .fieldset.forget .label {
  text-align: left;
  padding: 0;
  margin-bottom: 9px;
  line-height: 11px;
  float: none;
  width: 100%;
}
.block-customer-login .form-login .fieldset.login .label:after,
.block-customer-forget .form-login .fieldset.login .label:after,
.block-customer-login .form.forget .fieldset.login .label:after,
.block-customer-forget .form.forget .fieldset.login .label:after,
.block-customer-login .form-login .fieldset.forget .label:after,
.block-customer-forget .form-login .fieldset.forget .label:after,
.block-customer-login .form.forget .fieldset.forget .label:after,
.block-customer-forget .form.forget .fieldset.forget .label:after {
  content: none;
}
.block-customer-login .form-login .fieldset.login .control,
.block-customer-forget .form-login .fieldset.login .control,
.block-customer-login .form.forget .fieldset.login .control,
.block-customer-forget .form.forget .fieldset.login .control,
.block-customer-login .form-login .fieldset.forget .control,
.block-customer-forget .form-login .fieldset.forget .control,
.block-customer-login .form.forget .fieldset.forget .control,
.block-customer-forget .form.forget .fieldset.forget .control {
  position: relative;
  width: 100%;
}
.block-customer-login .form-login .fieldset.login .control input,
.block-customer-forget .form-login .fieldset.login .control input,
.block-customer-login .form.forget .fieldset.login .control input,
.block-customer-forget .form.forget .fieldset.login .control input,
.block-customer-login .form-login .fieldset.forget .control input,
.block-customer-forget .form-login .fieldset.forget .control input,
.block-customer-login .form.forget .fieldset.forget .control input,
.block-customer-forget .form.forget .fieldset.forget .control input {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  border: none;
}
.block-customer-login .form-login .fieldset.login .remind,
.block-customer-forget .form-login .fieldset.login .remind,
.block-customer-login .form.forget .fieldset.login .remind,
.block-customer-forget .form.forget .fieldset.login .remind,
.block-customer-login .form-login .fieldset.forget .remind,
.block-customer-forget .form-login .fieldset.forget .remind,
.block-customer-login .form.forget .fieldset.forget .remind,
.block-customer-forget .form.forget .fieldset.forget .remind {
  border: 0;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  color: #000000;
  font-family: 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  letter-spacing: .44px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  position: absolute;
  right: 17px;
  top: 25px;
  z-index: 3;
  transform: translateY(-50%);
}
.block-customer-login .form-login .fieldset.login .remind:hover,
.block-customer-forget .form-login .fieldset.login .remind:hover,
.block-customer-login .form.forget .fieldset.login .remind:hover,
.block-customer-forget .form.forget .fieldset.login .remind:hover,
.block-customer-login .form-login .fieldset.forget .remind:hover,
.block-customer-forget .form-login .fieldset.forget .remind:hover,
.block-customer-login .form.forget .fieldset.forget .remind:hover,
.block-customer-forget .form.forget .fieldset.forget .remind:hover {
  border-color: transparent;
}
.block-customer-login .form-login .fieldset.login .actions-toolbar,
.block-customer-forget .form-login .fieldset.login .actions-toolbar,
.block-customer-login .form.forget .fieldset.login .actions-toolbar,
.block-customer-forget .form.forget .fieldset.login .actions-toolbar,
.block-customer-login .form-login .fieldset.forget .actions-toolbar,
.block-customer-forget .form-login .fieldset.forget .actions-toolbar,
.block-customer-login .form.forget .fieldset.forget .actions-toolbar,
.block-customer-forget .form.forget .fieldset.forget .actions-toolbar {
  margin: 0;
}
.block-customer-login .form-login .fieldset.login .actions-toolbar .login,
.block-customer-forget .form-login .fieldset.login .actions-toolbar .login,
.block-customer-login .form.forget .fieldset.login .actions-toolbar .login,
.block-customer-forget .form.forget .fieldset.login .actions-toolbar .login,
.block-customer-login .form-login .fieldset.forget .actions-toolbar .login,
.block-customer-forget .form-login .fieldset.forget .actions-toolbar .login,
.block-customer-login .form.forget .fieldset.forget .actions-toolbar .login,
.block-customer-forget .form.forget .fieldset.forget .actions-toolbar .login {
  width: 100%;
  margin: 0;
}
.block-customer-login .form-login .fieldset.login .actions-toolbar .primary,
.block-customer-forget .form-login .fieldset.login .actions-toolbar .primary,
.block-customer-login .form.forget .fieldset.login .actions-toolbar .primary,
.block-customer-forget .form.forget .fieldset.login .actions-toolbar .primary,
.block-customer-login .form-login .fieldset.forget .actions-toolbar .primary,
.block-customer-forget .form-login .fieldset.forget .actions-toolbar .primary,
.block-customer-login .form.forget .fieldset.forget .actions-toolbar .primary,
.block-customer-forget .form.forget .fieldset.forget .actions-toolbar .primary {
  width: 100%;
  float: none;
}
.block-customer-login .form-login .fieldset.login:after,
.block-customer-forget .form-login .fieldset.login:after,
.block-customer-login .form.forget .fieldset.login:after,
.block-customer-forget .form.forget .fieldset.login:after,
.block-customer-login .form-login .fieldset.forget:after,
.block-customer-forget .form-login .fieldset.forget:after,
.block-customer-login .form.forget .fieldset.forget:after,
.block-customer-forget .form.forget .fieldset.forget:after {
  content: none;
}
.block-customer-login .form-login .fieldset.forget .captcha .control.captcha,
.block-customer-forget .form-login .fieldset.forget .captcha .control.captcha,
.block-customer-login .form.forget .fieldset.forget .captcha .control.captcha,
.block-customer-forget .form.forget .fieldset.forget .captcha .control.captcha {
  margin-bottom: 10px;
}
.block-customer-login .form-login .fieldset.forget .captcha .actions-toolbar,
.block-customer-forget .form-login .fieldset.forget .captcha .actions-toolbar,
.block-customer-login .form.forget .fieldset.forget .captcha .actions-toolbar,
.block-customer-forget .form.forget .fieldset.forget .captcha .actions-toolbar {
  display: inline-block;
  vertical-align: baseline;
}
.block-customer-login .form-login .fieldset.forget .actions-toolbar .primary,
.block-customer-forget .form-login .fieldset.forget .actions-toolbar .primary,
.block-customer-login .form.forget .fieldset.forget .actions-toolbar .primary,
.block-customer-forget .form.forget .fieldset.forget .actions-toolbar .primary {
  width: 100%;
}
.block-customer-login .form-login .fieldset.forget .actions-toolbar .action,
.block-customer-forget .form-login .fieldset.forget .actions-toolbar .action,
.block-customer-login .form.forget .fieldset.forget .actions-toolbar .action,
.block-customer-forget .form.forget .fieldset.forget .actions-toolbar .action {
  margin: 0;
  width: 100%;
}
.block-customer-login .form.password.forget,
.block-customer-forget .form.password.forget {
  min-width: initial;
  width: 100%;
}
.block-customer-login .form.password.forget .field.email .label,
.block-customer-forget .form.password.forget .field.email .label {
  display: none;
}
body .breadcrumbs {
  padding: 0 0 0 20px;
  margin: 0 20px 0 0;
  max-width: 1285px;
}
.breadcrumbs {
  overflow: hidden;
}
.breadcrumbs .item {
  font-family: 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(29, 29, 27, 0.8);
  opacity: .5;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}
.breadcrumbs .item:not(:last-child):after {
  content: '\e60f';
  font-size: 2.6rem;
  line-height: 21px;
  transform: rotate(-72deg);
  margin: 0 -5px 0 -9px;
}
.breadcrumbs .item:last-child {
  padding-right: 30px;
  max-width: 141px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.breadcrumbs .item:nth-child(2) {
  max-width: none;
}
.breadcrumbs .items {
  position: relative;
  overflow: hidden;
}
.breadcrumbs .items .item a {
  font-family: 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(29, 29, 27, 0.8);
  opacity: .5;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  opacity: 1;
  padding: 0;
  max-width: none;
  vertical-align: top;
}
.breadcrumbs .items .item a:not(:last-child):after {
  content: '\e60f';
  font-size: 2.6rem;
  line-height: 21px;
  transform: rotate(-72deg);
  margin: 0 -5px 0 -9px;
}
.breadcrumbs .items .item a:last-child {
  padding-right: 30px;
  max-width: 141px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.breadcrumbs .items .item a:nth-child(2) {
  max-width: none;
}
.breadcrumbs .items .item a:last-child {
  padding: 0;
}
.breadcrumbs .items > li:first-child {
  margin-left: 0;
}
.breadcrumbs .items:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.06);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.page-header .nav-sections .user-initials {
  display: none;
  color: #afcacc;
  font: 700 1.8rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border: 1px solid rgba(175, 202, 204, 0.25);
  background-color: rgba(175, 202, 204, 0.25);
  text-align: center;
  line-height: 40px;
  margin-right: 11px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.page-header .nav-sections .navigation ul:first-child {
  margin-top: 0;
}
.page-header .nav-sections .woop-authorization-link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: visible;
}
.page-header .nav-sections .woop-authorization-link li {
  position: relative;
}
.page-header .nav-sections .woop-authorization-link li.user-data > a {
  display: none;
}
.page-header .nav-sections .woop-authorization-link li.user-data a {
  margin: 0;
}
.page-header .nav-sections .woop-authorization-link li .submenu {
  display: none;
  position: absolute;
  padding-top: 46px;
  left: auto !important;
  right: 0;
}
.page-header .nav-sections .woop-authorization-link li .submenu ul {
  display: block !important;
  padding: 12px 25px 25px 23px;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #efefef;
  margin: 0;
  position: initial;
}
.page-header .nav-sections .woop-authorization-link li .submenu ul li a {
  color: #1d1d1b;
}
.page-header .nav-sections .woop-authorization-link li .submenu:before {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ//images/icons/triangle-menu.png") no-repeat;
  width: 18px;
  height: 10px;
  position: absolute;
  top: 38px;
  right: 15px;
  z-index: 1;
}
.page-header .nav-sections .woop-authorization-link li.user-logout {
  display: block;
}
.page-header .nav-sections .woop-authorization-link li.user-logout a {
  background: transparent none;
  border: 1px solid #1d1d1b;
  color: #1d1d1b;
  border-radius: 1px;
  padding: 16px 30px;
  font: 500 1.4rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: 1.25px;
  transition: background-color 0.4s;
  text-transform: uppercase;
}
.page-header .nav-sections .woop-authorization-link li.user-logout a:hover,
.page-header .nav-sections .woop-authorization-link li.user-logout a:focus {
  color: #ffffff;
  font-weight: 600;
  background: #1d1d1b none !important;
}
.page-header .nav-sections .woop-authorization-link:not(.not-logged) li.user-data > a:hover {
  text-decoration: none !important;
  background: none !important;
}
.page-header .nav-sections .woop-authorization-link.not-logged li.user-data:after {
  content: none;
}
.payment-content-block .end,
.payment-content-block .exp {
  color: rgba(29, 29, 27, 0.5);
  font: 400 1.6rem/20px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.payment-content-block .end {
  margin-left: 15px;
}
.payment-content-block .action.button-underline {
  opacity: .6;
  font-size: 1.6rem;
}
.payment-content-block .action.button-underline + .action.button-underline {
  margin-left: 40px;
}
.payment-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.payment-info img {
  display: block;
}
.my-cards .title-content span {
  display: inline-block;
  margin-right: 5px;
}
.block-myacc.block-dashboard-recent-recipes .product-list-item {
  position: relative;
}
.block-myacc.block-dashboard-recent-recipes .rating-title {
  white-space: nowrap;
}
.block-myacc.block-dashboard-recent-recipes .block-content-title-nav {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.block-myacc.block-dashboard-recent-recipes .block-content-title-nav .title-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.block-myacc.block-dashboard-recent-recipes .block-content-title-nav .delivery-rating {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block-myacc.block-dashboard-recent-recipes .block-content-title-nav .delivery-rating span.title {
  margin-right: 17px;
}
.block-myacc.block-dashboard-recent-recipes .date-info {
  margin-left: 15px;
}
.block-myacc.block-dashboard-recent-recipes .date-info .plan-date {
  font: 300 1.5rem/2rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(29, 29, 27, 0.5) !important;
}
.block-myacc.block-dashboard-recent-recipes .product-info {
  padding-bottom: 0;
}
.block-myacc.block-dashboard-recent-recipes .answer-stars-wrapper {
  padding: 25px 15px 15px;
}
.content-box-wrapper .edit-payment .action.set {
  color: rgba(0, 0, 0, 0.5);
  font: 300 1.5rem/25px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.content-box-wrapper .edit-payment > .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-box-wrapper .edit-payment > .actions-toolbar button,
.content-box-wrapper .edit-payment > .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.content-box-wrapper .edit-payment > .actions-toolbar .action-gift {
  height: 40px;
  padding: 11px 0;
  -webkit-flex-basis: calc(50% - 5px);
  flex-basis: calc(50% - 5px);
}
.content-box-wrapper .edit-payment > .actions-toolbar button.cancel,
.content-box-wrapper .edit-payment > .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.cancel,
.content-box-wrapper .edit-payment > .actions-toolbar .action-gift.cancel {
  margin-left: 10px;
}
.content-box-wrapper .content-box.failed {
  border: 1px solid #f9c3a9;
}
.content-box-wrapper .content-box.failed .balance-value {
  color: #f9c3a9;
  margin-right: 10px;
}
.content-box-wrapper .content-box.failed .balance-additional {
  text-align: left;
}
.content-box-wrapper .content-box.failed .box-title {
  position: relative;
}
.content-box-wrapper .content-box.failed .box-title:after {
  content: "failed payment";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
}
.content-box-wrapper .credit-balance-block .balance-value {
  color: #76b57c;
  font: 500 1.6rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: block;
}
.content-box-wrapper .credit-balance-block .balance-additional {
  color: rgba(0, 0, 0, 0.5);
  font: 400 1.5rem/20px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.content-box-wrapper .credit-balance-block .balance-additional p {
  margin: 0;
}
.account-credit.failed .actions-toolbar .retry {
  height: 50px;
  padding: 16px 50px;
}
.account-credit.failed .update {
  opacity: .6;
  font-size: 1.6rem;
}
:root {
  --address-field-width: 400px;
}
body ul.af_list {
  width: 100%;
}
body ul.af_list li {
  width: 100%;
  max-width: 100%;
}
.modal-popup.add-address-popup .toggle-full-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 45px;
}
.modal-popup.add-address-popup .toggle-full-form .msg {
  margin: 0 20px 0 0;
}
.modal-popup.add-address-popup .toggle-full-form .show-address-form {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.modal-popup.add-address-popup .actions-toolbar,
.add-card-popup .actions-toolbar {
  padding-top: 22px;
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.modal-popup.add-address-popup .actions-toolbar:before,
.modal-popup.add-address-popup .actions-toolbar:after {
  display: none;
}
.modal-popup.add-address-popup .actions-toolbar .primary,
.modal-popup.add-address-popup .actions-toolbar .secondary {
  width: 100%;
}
.modal-popup.add-address-popup .actions-toolbar div.primary {
  margin-bottom: 25px;
}
.modal-popup.add-address-popup .modal-content {
  padding: 0 48px 40px 48px;
}
.modal-popup.add-address-popup .woop-checkbox.label > span {
  text-transform: none;
}
.modal-popup.add-address-popup .woop-checkbox .checkmark {
  top: 4px;
}
.modal-popup.add-address-popup .woop-checkbox .paragraph-light {
  letter-spacing: 0;
  font-size: 16px;
}
.modal-popup.add-address-popup .address-finder-wrapper,
.modal-popup.add-address-popup .full-form {
  width: 100%;
}
.modal-popup.add-address-popup .full-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-popup.add-address-popup form {
  width: 100%;
}
.modal-popup.add-address-popup form.form-address-add.short > div {
  width: 100%;
}
.modal-popup.add-address-popup form .field {
  width: 100%;
}
.modal-popup.add-address-popup form .field.street .control {
  margin-bottom: 10px;
}
.modal-popup.add-address-popup form .field.street_2 {
  margin-bottom: 1.7rem;
}
.modal-popup.add-address-popup form .field.zip {
  margin-bottom: 30px;
}
.modal-popup.add-address-popup form select#country {
  display: none;
  visibility: hidden;
}
.modal-popup.add-address-popup form select#country + .select2-container {
  display: none;
  visibility: hidden;
}
.modal-popup.add-address-popup .select2-container {
  width: 100% !important;
}
label.mage-complete.select + .control:after {
  right: 35px;
}
.modals-overlay {
  background-color: rgba(29, 29, 27, 0.6);
  opacity: 0.9;
}
#show-add-address-form {
  width: 200px;
  height: 40px;
  border: 1px solid #1d1d1b;
  color: #1d1d1b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 38px;
  background-color: transparent;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 40px;
}
#show-add-address-form:hover,
#show-add-address-form:focus,
#show-add-address-form:active {
  color: #fff;
  background: #000;
}
.woop-myaccount-page .modal-popup.add-address-popup .actions-toolbar .action.primary.edit-account-address {
  margin-top: 0;
}
#cancel-price-offer {
  font-size: 1.6rem;
  color: rgba(21, 21, 21, 0.6);
  margin-top: 8px;
}
.page-wrapper .subscriptions-wrapper h5 {
  padding: 0 20px;
}
.subscriptions-wrapper {
  border-top: 1px dashed #aeada9;
  padding-top: 40px;
  margin-top: 60px;
}
.woop-myaccount-page .block-myacc .box-information .account-box-content.price-offer-box-content span.box-price {
  color: #23231f;
  font-size: 16px;
  text-decoration: line-through;
  opacity: 0.3;
}
.woop-myaccount-page .block-myacc .box-information .account-box-content.price-offer-box-content span.box-price + span.box-special-price {
  margin-left: 12px;
}
.modal-popup.price-offer-popup {
  text-align: center;
}
.modal-popup.price-offer-popup .msg {
  opacity: 0.5;
  color: #31312a;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 45px 0;
  text-align: center;
}
.modal-popup.price-offer-popup .msg p {
  margin: 0;
  opacity: 1;
}
.modal-popup.price-offer-popup .actions-toolbar button.action,
.modal-popup.price-offer-popup .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action,
.modal-popup.price-offer-popup .actions-toolbar .action-gift.action {
  -webkit-transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}
.woop-myaccount-page.customer-account-beforecancel .columns .main {
  border-top: 0;
  padding: 0 20px;
}
.woop-myaccount-page.customer-account-beforecancel .page-main {
  max-width: 1440px;
  margin-top: 0;
}
.cancel-subscription-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 90px;
}
.cancel-subscription-wrapper .wellcome-msg,
.cancel-subscription-wrapper .actions-toolbar,
.cancel-subscription-wrapper .box-content {
  width: 100%;
}
.cancel-subscription-wrapper .wellcome-msg {
  text-align: center;
  margin: 72px 0 45px 0;
}
.cancel-subscription-wrapper .wellcome-msg h5 {
  font-size: 20px;
  letter-spacing: 1.11px;
  margin: 0 0 10px 0;
}
.cancel-subscription-wrapper .wellcome-msg .msg-text-wrapper {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
  max-width: 750px;
}
.cancel-subscription-wrapper .wellcome-msg .msg-text-wrapper p:last-of-type {
  margin-bottom: 0;
}
.cancel-subscription-wrapper .box-content {
  padding: 47px 30px 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  max-width: calc(50% - 20px);
}
.cancel-subscription-wrapper .box-content:after {
  display: block;
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/bottom_bg.png") repeat-x left bottom;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.cancel-subscription-wrapper .box-content .box-content-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cancel-subscription-wrapper .box-content .img-wrapper {
  width: 100%;
  height: 62px;
  max-height: 62px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cancel-subscription-wrapper .box-content h6 {
  margin-top: 0;
  font-size: 14px;
  text-align: center;
}
.cancel-subscription-wrapper .box-content p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}
.cancel-subscription-wrapper .box-content .action.primary {
  display: block;
  margin-top: auto;
  width: 100%;
  height: 50px;
  border-radius: 1px;
  border: 1px solid #1d1d1b;
  background-color: #fff;
  color: #1d1d1b;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.cancel-subscription-wrapper .box-content .action.primary:hover,
.cancel-subscription-wrapper .box-content .action.primary:focus,
.cancel-subscription-wrapper .box-content .action.primary:active {
  background-color: #1d1d1b;
  color: #fff;
}
.cancel-subscription-wrapper .actions-toolbar {
  text-align: center;
  margin-top: 60px;
}
.cancel-subscription-wrapper .actions-toolbar .action.cancel-plan {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.modal-popup.cancel-subscriptions-popup .imgs-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-popup.cancel-subscriptions-popup .imgs-wrapper .item {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-popup.cancel-subscriptions-popup .imgs-wrapper strong {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: inline-block;
}
.modal-popup.cancel-subscriptions-popup .imgs-wrapper p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 26px;
}
.modal-popup.cancel-subscriptions-popup .imgs-wrapper img {
  display: block;
  margin: auto auto 0;
}
.modal-popup.cancel-subscriptions-popup .actions-toolbar {
  border-top: 1px solid #efefef;
  text-align: center;
  padding-top: 30px;
}
.modal-popup.cancel-subscriptions-popup .actions-toolbar button.action,
.modal-popup.cancel-subscriptions-popup .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action,
.modal-popup.cancel-subscriptions-popup .actions-toolbar .action-gift.action {
  -webkit-transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}
.woop-myaccount-page.customer-account-pauseplan .page-main {
  max-width: 1440px;
}
.form-pause-plan .field.paused_from,
.form-pause-plan .field.restart_from {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.form-pause-plan .field.paused_from .label,
.form-pause-plan .field.restart_from .label {
  margin-bottom: 20px;
}
.form-pause-plan .field.paused_from .label small,
.form-pause-plan .field.restart_from .label small {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: 300;
  line-height: 14px;
}
.form-pause-plan .field.paused_from .control,
.form-pause-plan .field.restart_from .control {
  width: 100%;
  margin-bottom: 20px;
}
.pause-plan-wrapper-inner {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}
.pause-plan-wrapper-inner:after {
  display: block;
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/bottom_bg.png") repeat-x left bottom;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.column:not(.sidebar-main) form.form-pause-plan .actions-toolbar,
.column:not(.sidebar-additional) form.form-pause-plan .actions-toolbar {
  margin: 20px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.column:not(.sidebar-main) form.form-pause-plan .actions-toolbar:before,
.column:not(.sidebar-additional) form.form-pause-plan .actions-toolbar:before,
.column:not(.sidebar-main) form.form-pause-plan .actions-toolbar:after,
.column:not(.sidebar-additional) form.form-pause-plan .actions-toolbar:after {
  display: none;
}
.column:not(.sidebar-main) form.form-pause-plan .actions-toolbar .primary,
.column:not(.sidebar-additional) form.form-pause-plan .actions-toolbar .primary {
  text-align: left;
}
.column:not(.sidebar-main) form.form-pause-plan .actions-toolbar .primary div.paused-from,
.column:not(.sidebar-additional) form.form-pause-plan .actions-toolbar .primary div.paused-from,
.column:not(.sidebar-main) form.form-pause-plan .actions-toolbar .primary div.restart-from,
.column:not(.sidebar-additional) form.form-pause-plan .actions-toolbar .primary div.restart-from {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
}
.column:not(.sidebar-main) form.form-pause-plan .actions-toolbar .secondary,
.column:not(.sidebar-additional) form.form-pause-plan .actions-toolbar .secondary {
  width: 100%;
}
.column:not(.sidebar-main) form.form-pause-plan .actions-toolbar .secondary .action,
.column:not(.sidebar-additional) form.form-pause-plan .actions-toolbar .secondary .action {
  width: 100%;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.column:not(.sidebar-main) form.form-pause-plan .actions-toolbar .secondary button[disabled],
.column:not(.sidebar-additional) form.form-pause-plan .actions-toolbar .secondary button[disabled],
.column:not(.sidebar-main) form.form-pause-plan .actions-toolbar .secondary .cart.table-wrapper .actions-toolbar > .action[disabled],
.column:not(.sidebar-additional) form.form-pause-plan .actions-toolbar .secondary .cart.table-wrapper .actions-toolbar > .action[disabled],
.column:not(.sidebar-main) form.form-pause-plan .actions-toolbar .secondary .action-gift[disabled],
.column:not(.sidebar-additional) form.form-pause-plan .actions-toolbar .secondary .action-gift[disabled] {
  opacity: 0.5;
}
.customer-account-pauseplan .action.cancel-plan {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.customer-account-pauseplan.woop-myaccount-page .columns .main {
  padding-top: 0;
  border: 0;
}
.woop-myaccount-page.customer-account-changeplan .page-main {
  max-width: 1440px;
}
.form-change-plan {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.form-change-plan .field {
  width: 100%;
}
.form-change-plan .field .select2-container {
  width: 100% !important;
}
.column:not(.sidebar-main) form.form-change-plan .actions-toolbar,
.column:not(.sidebar-additional) form.form-change-plan .actions-toolbar {
  width: 100%;
  margin: 20px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 0;
}
.column:not(.sidebar-main) form.form-change-plan .actions-toolbar:before,
.column:not(.sidebar-additional) form.form-change-plan .actions-toolbar:before,
.column:not(.sidebar-main) form.form-change-plan .actions-toolbar:after,
.column:not(.sidebar-additional) form.form-change-plan .actions-toolbar:after {
  display: none;
}
.column:not(.sidebar-main) form.form-change-plan .actions-toolbar .secondary,
.column:not(.sidebar-additional) form.form-change-plan .actions-toolbar .secondary {
  width: 100%;
}
.column:not(.sidebar-main) form.form-change-plan .actions-toolbar .secondary .action,
.column:not(.sidebar-additional) form.form-change-plan .actions-toolbar .secondary .action {
  width: 100%;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.customer-account-changeplan .action.cancel-plan {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.customer-account-changeplan.woop-myaccount-page .columns .main {
  padding-top: 0;
  border: 0;
}
.customer-account-changeplan .wellcome-msg,
.customer-account-changeplan .form-change-plan {
  padding: 20px;
  background-color: #fff;
  position: relative;
}
.customer-account-changeplan .form-change-plan {
  margin-bottom: 30px;
}
.customer-account-changeplan .form-change-plan:after {
  display: block;
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/bottom_bg.png") repeat-x left bottom;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.customer-account-changeplan .block-recipes-slide {
  margin-bottom: 40px;
}
.customer-account-changeplan .block-recipes-slide:after {
  display: table;
  clear: both;
  content: '';
}
.woop-myaccount-page.customer-account-cancelplan .page-main {
  max-width: 1440px;
}
.woop-myaccount-page.customer-account-cancelplan .columns .main {
  border-top: 0;
}
.form-cancel-plan {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.form-cancel-plan .field {
  width: 100%;
}
.form-cancel-plan .field.checkbox .woop-checkbox {
  font-size: 15px;
}
.form-cancel-plan .field.checkbox .woop-checkbox .paragraph-light {
  text-transform: none;
  display: inline-block;
  letter-spacing: 0;
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}
.form-cancel-plan .field.checkbox .woop-checkbox .checkmark {
  top: -1px;
}
.form-cancel-plan .field.checkbox.feedback {
  margin-bottom: 10px;
}
.form-cancel-plan .field.checkbox.feedback .woop-checkbox {
  padding: 0;
}
.form-cancel-plan .field.checkbox.feedback .woop-checkbox .paragraph-light {
  padding: 14px 40px 13px 15px;
  border: 1px solid #dadada;
  display: block;
}
.form-cancel-plan .field.checkbox.feedback .woop-checkbox .paragraph-light:hover {
  border-color: rgba(29, 29, 27, 0.5);
}
.form-cancel-plan .field.checkbox.feedback .woop-checkbox .checkmark {
  top: 50%;
  left: auto;
  right: 12px;
  height: 26px;
  width: 26px;
  margin-top: -13px;
  border: 1px solid #dadada;
  border-radius: 50%;
}
.form-cancel-plan .field.checkbox.feedback .woop-checkbox .checkmark:after {
  left: 10px;
  top: 6px;
}
.form-cancel-plan .field.checkbox.feedback .woop-checkbox input:checked ~ .paragraph-light {
  color: rgba(0, 0, 0, 0.8);
  border-color: rgba(29, 29, 27, 0.5);
}
.form-cancel-plan .field.checkbox.feedback .woop-checkbox input:checked ~ .checkmark {
  border-color: #000000;
}
.form-cancel-plan .field.textarea {
  margin: 10px 0 20px;
}
.form-cancel-plan .field.textarea textarea {
  min-height: 100px;
  padding: 15px;
  display: block;
}
.form-cancel-plan .field.textarea textarea:focus {
  box-shadow: none;
  border-color: rgba(29, 29, 27, 0.5);
}
.form-cancel-plan .field.textarea textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-weight: 300;
}
.form-cancel-plan .field.textarea textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-weight: 300;
}
.form-cancel-plan .field.textarea textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-weight: 300;
}
.form-cancel-plan .field.textarea textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-weight: 300;
}
.form-cancel-plan .field.textarea textarea::placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-weight: 300;
}
.form-cancel-plan .field.textarea textarea.mage-error {
  border-color: #dadada;
}
.form-cancel-plan .field.textarea textarea.mage-error:focus {
  border-color: rgba(29, 29, 27, 0.5);
}
.form-cancel-plan button.action[disabled],
.form-cancel-plan .cart.table-wrapper .actions-toolbar > .action.action[disabled],
.form-cancel-plan .action-gift.action[disabled] {
  opacity: 0.5;
}
.form-cancel-plan > div.mage-error {
  background-color: #f9c3a9;
  color: #1d1d1b;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  width: 100%;
  text-align: center;
  line-height: 16px;
  margin: 0 0 10px;
  padding: 17px 0;
}
.cancel-plan-feedback-wrapper-inner {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}
.cancel-plan-feedback-wrapper-inner:after {
  display: block;
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/bottom_bg.png") repeat-x left bottom;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.woop-myaccount-page .cancel-plan-feedback-wrapper-inner .box-content-inner {
  border-bottom: 0;
  margin-bottom: 7px;
}
.column:not(.sidebar-main) form.form-cancel-plan .actions-toolbar,
.column:not(.sidebar-additional) form.form-cancel-plan .actions-toolbar {
  margin: 20px 0 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
.column:not(.sidebar-main) form.form-cancel-plan .actions-toolbar:before,
.column:not(.sidebar-additional) form.form-cancel-plan .actions-toolbar:before,
.column:not(.sidebar-main) form.form-cancel-plan .actions-toolbar:after,
.column:not(.sidebar-additional) form.form-cancel-plan .actions-toolbar:after {
  display: none;
}
.column:not(.sidebar-main) form.form-cancel-plan .actions-toolbar .primary,
.column:not(.sidebar-additional) form.form-cancel-plan .actions-toolbar .primary,
.column:not(.sidebar-main) form.form-cancel-plan .actions-toolbar .secondary,
.column:not(.sidebar-additional) form.form-cancel-plan .actions-toolbar .secondary {
  width: 100%;
}
.column:not(.sidebar-main) form.form-cancel-plan .actions-toolbar .primary .action,
.column:not(.sidebar-additional) form.form-cancel-plan .actions-toolbar .primary .action,
.column:not(.sidebar-main) form.form-cancel-plan .actions-toolbar .secondary .action,
.column:not(.sidebar-additional) form.form-cancel-plan .actions-toolbar .secondary .action {
  width: 100%;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.woop-myaccount-page.customer-account-welcome .columns .main {
  border-top: 0;
  padding-top: 0;
}
.woop-myaccount-page.customer-account-welcome .action.dismiss-info {
  display: none !important;
  visibility: hidden;
}
.block-dashboard-welcome-info {
  margin-bottom: 40px;
}
.block-dashboard-welcome-info .dashboard-block {
  position: relative;
}
.block-dashboard-welcome-info .block-info {
  position: absolute;
  padding: 35px 40px;
  width: 100%;
  bottom: 45px;
  right: 40px;
  background-color: #cdc5ae;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.block-dashboard-welcome-info .block-info:after {
  display: block;
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/welcome_banner_bottom_bg.png") repeat-x left bottom;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.block-dashboard-welcome-info .block-info img {
  display: block;
}
.block-dashboard-welcome-info .block-title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 18px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.34) 50%, rgba(255, 255, 255, 0) 20%);
  background-position: bottom;
  background-size: 8px 1px;
  background-repeat: repeat-x;
}
.content-box.welcome-carousel .box-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-box.welcome-carousel .box-title .action.button-underline {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.content-box.welcome-carousel .box-content-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 0;
  padding: 0 25px;
  margin-bottom: 0;
}
.content-box.welcome-carousel .box-content-inner h6 {
  margin: 0 0 14px 0;
  font-size: 14px;
  text-align: center;
}
.content-box.welcome-carousel .box-content-inner p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 35px;
}
.content-box.welcome-carousel .img-wrapper {
  width: 100%;
  height: 62px;
  max-height: 62px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.content-box.welcome-carousel .action.primary {
  display: block;
  margin-top: auto;
  width: 100%;
  height: 50px;
  border-radius: 1px;
  border: 1px solid #1d1d1b;
  background-color: #fff;
  color: #1d1d1b;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.content-box.welcome-carousel .action.primary:hover,
.content-box.welcome-carousel .action.primary:focus,
.content-box.welcome-carousel .action.primary:active {
  background-color: #1d1d1b;
  color: #fff;
}
.content-box.welcome-carousel .welcome-carousel-wrapper {
  padding: 50px 20px 40px;
  position: relative;
  min-height: 345px;
}
.content-box.welcome-carousel .welcome-carousel-wrapper:before {
  background-image: url('../../frontend/Overdose/woop/en_NZ/images/loader-1.gif');
  background-size: contain;
  content: '';
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: 2;
}
.content-box.welcome-carousel .welcome-carousel-wrapper > div {
  display: none;
}
.content-box.welcome-carousel .welcome-carousel-wrapper.slick-initialized {
  min-height: unset;
}
.content-box.welcome-carousel .welcome-carousel-wrapper.slick-initialized:before {
  display: none;
}
.content-box.welcome-carousel .welcome-carousel-wrapper.slick-initialized > div {
  display: block;
}
.content-box.welcome-carousel .welcome-carousel-wrapper .widget.slick-slide {
  clear: none;
}
.custom-slider-nav {
  position: relative;
  margin: 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.custom-slider-nav .slick-prev,
.custom-slider-nav .slick-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  transform: none;
  width: 20px;
  height: 20px;
  background: transparent !important;
  border: 0;
}
.custom-slider-nav .slick-prev:before,
.custom-slider-nav .slick-next:before {
  width: 8px;
  height: 8px;
  border-color: rgba(0, 0, 0, 0.5);
  border-width: 1px;
}
.custom-slider-nav .slick-prev:hover:before,
.custom-slider-nav .slick-next:hover:before {
  border-color: #000000;
}
.custom-slider-nav .slick-prev.slick-disabled,
.custom-slider-nav .slick-next.slick-disabled {
  opacity: 0.5;
}
.custom-slider-nav .slick-prev.slick-disabled:hover:before,
.custom-slider-nav .slick-next.slick-disabled:hover:before {
  border-color: rgba(0, 0, 0, 0.5);
}
.custom-slider-nav .slick-next {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.custom-slider-nav .slick-dots {
  display: inline-block;
  margin: 0 30px;
  padding: 20px 0;
  width: auto;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.woop-myaccount-page.customer-account-dashboard .content-box.welcome-carousel {
  display: none;
  margin-bottom: 40px;
}
.woop-myaccount-page.customer-account-mydeliveries .columns .main {
  border-top: 0;
}
.woop-myaccount-page.customer-account-mydeliveries .page-main {
  margin-top: 0;
}
.woop-myaccount-page.customer-account-mydeliveries .page-header {
  margin-bottom: 0;
}
.woop-myaccount-page.customer-account-mydeliveries .subscription-info-wrapper.calendar-edit-subscription-block .calendar-edit-box .delivery-time-wrapper .title,
.woop-myaccount-page.customer-account-mydeliveries .subscription-info-wrapper.calendar-edit-subscription-block .field > .label {
  margin-bottom: 10px;
}
.calendar-nav-wrapper {
  width: 100%;
}
.calendar-nav-wrapper .actions-toolbar {
  position: absolute;
  right: 0;
  width: auto;
  margin: 0;
}
.calendar-nav-wrapper .calendar-nav-inner {
  background-color: #fff;
  min-height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.calendar-nav-wrapper.sticky-element {
  margin-top: 0;
}
.calendar-nav-wrapper.sticky-element .calendar-nav-inner {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.calendar-nav-wrapper .skipped-msg.actions {
  width: 100%;
  position: absolute;
  top: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #feeade;
}
.deliveries-carousel {
  min-height: 50px;
  margin: 0;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: calc(100% - 56px);
  padding: 0 30% 0 15%;
  overflow: hidden;
}
.deliveries-carousel:before,
.deliveries-carousel:after {
  display: block;
  content: '';
  width: 5%;
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.deliveries-carousel:after {
  left: auto;
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.deliveries-carousel > div {
  display: none;
}
.deliveries-carousel.slick-initialized {
  min-height: unset;
}
.deliveries-carousel.slick-initialized > div {
  display: block;
}
.deliveries-carousel .slick-list {
  overflow: visible;
  padding: 0 !important;
}
.deliveries-carousel .single-date {
  padding: 0 16px;
  height: 50px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  position: relative;
  text-transform: uppercase;
}
.deliveries-carousel .single-date:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  left: 50%;
  background-color: transparent;
  -webkit-transition: background-color 0.3s, width 0.3s, left 0.3s;
  -o-transition: background-color 0.3s, width 0.3s, left 0.3s;
  transition: background-color 0.3s, width 0.3s, left 0.3s;
}
.deliveries-carousel .single-date span {
  display: block;
  font-family: 'Typewriter Condensed';
  letter-spacing: 0.5px;
  margin: 10px 0 -2px 0;
}
.deliveries-carousel .single-date strong {
  font-weight: 600;
  letter-spacing: 0.88px;
}
.deliveries-carousel .single-date strong span {
  font-size: 12px;
  display: inline;
  letter-spacing: inherit;
  font-family: 'Gibson';
}
.deliveries-carousel .single-date strong span.suffix {
  vertical-align: text-top;
  font-size: 8px;
}
.deliveries-carousel .slick-current .single-date {
  color: #000000;
}
.deliveries-carousel .slick-current .single-date:after {
  width: calc(100% - 20px);
  left: 10px;
  background-color: #1d1d1b;
}
.deliveries-carousel .slick-current .single-date.skipped {
  color: #e98d5f;
}
.deliveries-carousel .slick-current .single-date.skipped:after {
  background-color: #e98d5f;
}
.deliveries-carousel .slick-current .single-date.canceled {
  color: #d22626;
}
.deliveries-carousel .slick-current .single-date.canceled:after {
  background-color: #d22626;
}
.customer-account-mydeliveries.woop-myaccount-page .page-header {
  z-index: 4;
}
.customer-account-mydeliveries .custom-slider-nav {
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
}
.customer-account-mydeliveries .custom-slider-nav .slick-prev,
.customer-account-mydeliveries .custom-slider-nav .slick-next {
  left: 0;
  position: absolute;
}
.customer-account-mydeliveries .custom-slider-nav .slick-next {
  left: auto;
  right: 0;
}
.actions-toolbar .action.button-underline.view-monthly {
  color: #151515;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 0;
}
.actions-toolbar .action.button-underline.view-monthly:before {
  display: inline-block;
  content: '';
  clear: none;
  width: 56px;
  height: 50px;
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/monthly_calendar_icon.png") no-repeat center center;
}
.actions-toolbar .action.button-underline.view-monthly span {
  border-bottom: 1px solid rgba(21, 21, 21, 0.4);
  display: none;
}
.actions-toolbar .action.button-underline.view-monthly:hover span {
  border-color: transparent;
}
.sticky-element {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: move-down 0.2s forwards;
  animation: move-down 0.2s forwards;
}
@-webkit-keyframes move-down {
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes move-down {
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.subscription-info-wrapper.weekly {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  box-shadow: none;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.subscription-info-wrapper.weekly .plan-info .plan-info-text {
  text-align: center;
}
.subscription-info-wrapper.weekly .plan-info .plan-info-text span + span:before {
  display: inline-block;
  content: '-';
  padding: 0 10px 0 7px;
}
.subscription-info-wrapper.weekly .plan-info .kick-off-day.confirmed {
  color: #84abad;
}
.subscription-info-wrapper.weekly .plan-info .kick-off-day .tooltip-wrapper {
  display: inline-block;
  line-height: initial;
  position: relative;
  top: -2px;
}
.subscription-info-wrapper.weekly .plan-info .kick-off-day .tooltip-wrapper .tooltip-content {
  right: -4px;
  font-weight: normal;
  text-transform: none;
  left: auto;
  top: 25px;
}
.subscription-info-wrapper.weekly .plan-info .kick-off-day .tooltip-wrapper .tooltip-content:before {
  left: auto;
  right: 7px;
}
.subscription-info-wrapper.weekly .plan-info .kick-off-day .tooltip-wrapper .tooltip-content:after {
  left: auto;
  right: 8px;
}
.subscription-info-wrapper.weekly .plan-info .kick-off-day .preference-tag-pale-orange {
  background: #84abad;
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
}
.subscription-info-wrapper .plan-actions .woop-underline-button.edit-calendar-plan {
  min-width: auto;
}
.subscription-info-wrapper .plan-actions .actions-toolbar .woop-underline-button + .woop-underline-button {
  margin-left: 20px;
}
.my-recipes-grid {
  padding: 0 20px;
  margin: 0;
}
.my-recipes-grid .product-list-item {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  background: #ffffff;
  border: 1px solid #efefef;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.my-recipes-grid .products-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.my-recipes-grid .products-list .product-list-item {
  padding: 0;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.my-recipes-grid .products-list .product-list-item:nth-of-type(3n + 1),
.my-recipes-grid .products-list .product-list-item:nth-of-type(3n + 3) {
  margin-top: 0;
}
.my-recipes-grid .products-list .product-footer {
  margin: 0 -22px -10px -22px;
  background-color: transparent;
  padding: 0;
  position: relative;
  text-align: left;
}
.my-recipes-grid .products-list .product-footer .recipe-status {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: #f9f7f2;
  min-height: 40px;
  line-height: 40px;
  padding: 0 0 0 54px;
  margin: 0;
  cursor: pointer;
  opacity: 1;
  text-transform: uppercase;
}
.my-recipes-grid .products-list .product-footer .recipe-status.selected {
  background-color: #e9faeb;
}
.my-recipes-grid .products-list .product-footer .recipe-status.selected:after {
  display: inline-block;
  content: '\e616';
  font-family: 'icons-blank-theme';
  color: #000;
  position: absolute;
  right: 16px;
  font-size: 22px;
}
.my-recipes-grid .products-list .product-footer .checkmark {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 22px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-color: #fff;
  border-radius: 50%;
  opacity: 1;
  display: inline-block;
}
.my-recipes-grid .products-list .product-footer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  left: 8px;
  top: 4px;
}
.my-recipes-grid .products-list .product-footer .checkmark.selected {
  background-color: #b2ceb5;
  border-color: #b2ceb5;
}
.my-recipes-grid .products-list .product-footer .checkmark.selected:after {
  display: block;
}
.mydeliveries-recipes-wrapper .selected-recipe-container {
  padding: 25px 30px 0;
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.mydeliveries-recipes-wrapper.skipped .mydeliveries-recipes-wrapper-inner {
  position: relative;
}
.mydeliveries-recipes-wrapper.skipped .mydeliveries-recipes-wrapper-inner:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.price-offer-box-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.price-offer-box-content .price-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.price-offer-box-content .price-info h6 {
  margin: 0;
  color: #000000;
}
.price-offer-box-content .price-info span {
  color: #1d1d1b;
  font-size: 13px;
  opacity: 0.5;
  font-weight: 400;
}
.price-offer-box-content .price-info span.box-price {
  margin-left: 12px;
  color: #23231f;
  font-size: 16px;
  text-decoration: line-through;
  opacity: .3;
  line-height: normal;
}
.price-offer-box-content .price-info span.box-special-price {
  margin-left: 12px;
}
.price-offer-box-content .left-deliveries {
  line-height: normal;
}
.price-offer-box-content .left-deliveries span {
  color: #b2ceb5;
  font-size: 1.4rem;
  text-transform: none;
  letter-spacing: normal;
}
.products-list.skipped {
  position: relative;
}
.products-list.skipped:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.recipes-title-wrapper {
  margin-bottom: 20px;
  padding: 0 20px;
}
.recipes-title-wrapper h5 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.82px;
  margin: 0;
}
.recipes-title-wrapper p {
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}
.change-recipe-navigation {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}
.change-recipe-navigation .recipe-navigation-inner {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.change-recipe-navigation .recipe-navigation-inner .selected-recipes-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.change-recipe-navigation .recipe-navigation-inner .actions {
  width: 100%;
  max-width: 55%;
}
.change-recipe-navigation .recipe-navigation-inner .mobile-toggler.actions {
  display: block;
  max-width: 45%;
}
.change-recipe-navigation .recipe-navigation-inner .mobile-toggler.actions span {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.change-recipe-navigation .recipe-navigation-inner .mobile-toggler.actions .action.show-selects {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}
.change-recipe-navigation .recipe-navigation-inner .select-recipe {
  background-color: transparent;
  position: relative;
  width: 100%;
  max-width: 50%;
  padding: 5px 0;
}
.change-recipe-navigation .recipe-navigation-inner .select-recipe span.name {
  display: inline-block;
  color: rgba(0, 0, 0, 0.15);
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  padding: 0 20px 0 0;
  position: relative;
  max-width: calc(100% - 80px);
}
.change-recipe-navigation .recipe-navigation-inner .select-recipe span.count {
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  height: 36px;
  line-height: 36px;
  width: 36px;
  color: #1d1d1b;
  font-family: 'Typewriter Condensed';
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-right: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.change-recipe-navigation .recipe-navigation-inner .select-recipe span.cross {
  position: absolute;
  left: 25px;
  top: 0;
  color: #fff;
  background: #1d1d1b;
  border-radius: 8px;
  height: 16px;
  width: 16px;
  text-align: center;
  cursor: pointer;
}
.change-recipe-navigation .recipe-navigation-inner .select-recipe span.cross:before {
  display: inline-block;
  line-height: 16px;
  font-size: 16px;
  content: '\e616';
  font-family: 'icons-blank-theme';
}
.change-recipe-navigation .recipe-navigation-inner .select-recipe span.cross:hover,
.change-recipe-navigation .recipe-navigation-inner .select-recipe span.cross:focus,
.change-recipe-navigation .recipe-navigation-inner .select-recipe span.cross:active {
  opacity: 0.6;
}
.change-recipe-navigation .recipe-navigation-inner .select-recipe.selected span.name {
  color: #000000;
}
.change-recipe-navigation .recipe-navigation-inner .select-recipe.selected span.count {
  background: #e9faeb;
  color: #b2ceb5;
  border-color: #e9faeb;
}
.my-recipes-grid .products-list.addon .product-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.my-recipes-grid .products-list.addon .product-footer {
  margin: 0 -1px -1px -1px;
}
.my-recipes-grid .products-list.addon .product-footer .addon-select-wrapper {
  background: #e9faeb;
  padding: 0 20px 20px;
  width: 100%;
  z-index: 2;
}
.my-recipes-grid .products-list.addon .product-footer .checkmark {
  top: 10px;
  margin-top: 0;
}
.my-recipes-grid .products-list.addon .product-footer .select2 {
  opacity: 1;
  padding: 0;
  margin-top: 0;
  width: 100% !important;
}
.my-recipes-grid .products-list.addon .product-footer .select2 .selection {
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.my-recipes-grid .products-list.addon .product-footer .select2 span {
  opacity: 1;
  font-size: 1.5rem;
  border: none;
}
.my-recipes-grid .products-list.addon .product-footer .select2 .select2-selection--single .select2-selection__rendered {
  line-height: 43px;
}
.my-recipes-grid .products-list.addon .product-footer .select2 .select2-selection--single .select2-selection__arrow {
  right: 20px;
}
.my-recipes-grid .products-list.addon .product-footer .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
  margin-left: -1px;
}
.my-recipes-grid .products-list.addon .addon-product-list-title {
  text-align: left;
  padding: 5px 20px 18px;
  color: red;
}
.my-recipes-grid .products-list.addon .addon-product-list-title h5 {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.76px;
  text-transform: uppercase;
  margin: 0;
}
.my-recipes-grid .products-list.addon .addon-product-list-title p {
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Typewriter Condensed';
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: normal;
  margin: 0 0 3px 0;
}
.mydeliveries-recipes-wrapper.skipped .subscription-info-wrapper .plan-info .kick-off-day {
  color: #e98d5f;
}
.woop-myaccount-page.customer-account-referral .columns .main {
  border-top: 0;
  padding-top: 0;
}
.woop-myaccount-page.customer-account-referral .content-box.welcome-carousel {
  margin-bottom: 40px;
}
.block-dashboard-welcome-info.referral {
  display: block;
}
.block-dashboard-welcome-info.referral .block-info {
  background-color: #a8c8ab;
}
.block-dashboard-welcome-info.referral .block-info:after {
  background: url("../../frontend/Overdose/woop/en_NZ/images/loyalty-rewards/info-foter-bg.png") repeat-x left bottom;
}
.block-dashboard-welcome-info.referral .dashboard-block img {
  display: block;
  margin: 0 auto;
}
.social-media-icons:after {
  display: table;
  content: '';
  clear: both;
}
.social-media-icons a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  float: left;
  margin-right: 10px;
}
.social-media-icons a.facebook {
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/icons/facebook.svg");
  background-color: #3c5a98;
}
.social-media-icons a.f-messenger {
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/icons/f_messenger.svg");
  background-color: #0084ff;
}
.social-media-icons a.twitter {
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/icons/twitter.svg");
  background-color: #1da1f2;
}
.social-media-icons a.mail {
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/icons/mail.svg");
  background-color: #1d1d1b;
}
.social-media-icons a:hover,
.social-media-icons a:focus,
.social-media-icons a:active {
  opacity: 0.8;
}
.woop-myaccount-page .block-myacc .block-content {
  margin: 0 -20px;
}
.woop-myaccount-page .block-myacc.block-refer {
  margin-bottom: 45px;
}
.woop-myaccount-page .block-myacc.block-refer .refer-box-content,
.woop-myaccount-page .block-myacc.block-refer .social-share-box-content {
  width: 100%;
}
.woop-myaccount-page .block-myacc.block-refer h6 {
  width: 100%;
}
.woop-myaccount-page .block-myacc.block-refer h6 span {
  width: 100%;
  display: inline-block;
  float: left;
}
.woop-myaccount-page .block-myacc.block-refer h6 span + span {
  display: none;
}
.woop-myaccount-page .block-myacc.block-refer h6::after {
  display: table;
  content: '';
  clear: both;
}
.woop-myaccount-page .block-myacc.block-refer .refer-box-content #referral-link {
  display: inline-block;
  width: 100%;
  max-width: calc(100% - 60px);
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid #dadada;
  padding: 14px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.woop-myaccount-page .block-myacc.block-refer .refer-box-content .actions {
  max-width: 60px;
  display: inline-block;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: #dadada;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
  padding: 0 15px;
  margin-left: -4px;
}
.woop-myaccount-page .block-myacc.block-refer .refer-box-content .actions .action.button-underline {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}
.woop-myaccount-page .block-myacc.block-completed-refers .block-content {
  padding-bottom: 0;
}
.woop-myaccount-page .block-myacc.block-completed-refers .box-information {
  padding-top: 0;
}
.woop-myaccount-page .block-myacc.block-completed-refers h6 {
  width: 100%;
}
.woop-myaccount-page .block-myacc.block-completed-refers h6 span {
  width: 100%;
  display: inline-block;
  float: left;
  max-width: 50%;
}
.woop-myaccount-page .block-myacc.block-completed-refers h6 span + span {
  display: none;
}
.woop-myaccount-page .block-myacc.block-completed-refers h6::after {
  display: table;
  content: '';
  clear: both;
}
.woop-myaccount-page .block-myacc.block-completed-refers .single-referral {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 15px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woop-myaccount-page .block-myacc.block-completed-refers .single-referral:last-of-type {
  border: 0;
  margin-bottom: 10px;
}
.woop-myaccount-page .block-myacc.block-completed-refers .single-referral span {
  display: block;
  width: 100%;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
}
.woop-myaccount-page .block-myacc.block-completed-refers .single-referral span.price {
  float: none;
  display: inline;
  font-weight: 500;
  color: #a8c8ab;
  padding: 0 3px;
}
.woop-myaccount-page .block-myacc.block-completed-refers .single-referral .name,
.woop-myaccount-page .block-myacc.block-completed-refers .single-referral .sign-up-date {
  padding-right: 55%;
}
.woop-myaccount-page .block-myacc.block-completed-refers .single-referral .msg {
  max-width: 50%;
  text-align: right;
  position: absolute;
  right: 20px;
}
.referrals-info-wrapper {
  border-top: 1px dashed #aeada9;
  margin: 40px 20px 0;
  padding-top: 30px;
}
.customer-account-addons .my-recipes-grid {
  padding: 0;
}
.customer-account-addons .my-recipes-grid .product-list .product-list-item {
  margin-bottom: 20px;
  border: 0;
  box-shadow: none;
}
.customer-account-addons .my-recipes-grid .product-list .product-list-item .product-list-item-wrapper {
  border: 1px solid #efefef;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.customer-account-addons .my-recipes-grid .product-list .product-footer {
  margin-bottom: -11px;
}
.customer-account-addons .my-recipes-grid .product-list .product-footer .addon-select-wrapper {
  background: #e9faeb;
  padding: 0 20px 20px;
  position: relative;
  width: 100%;
}
.customer-account-addons .my-recipes-grid .product-list .product-footer .select2 {
  opacity: 1;
  padding: 0;
  margin-top: 13px;
  width: 100% !important;
}
.customer-account-addons .my-recipes-grid .product-list .product-footer .select2 .selection {
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.customer-account-addons .my-recipes-grid .product-list .product-footer .select2 span {
  opacity: 1;
  font-size: 1.5rem;
  border: none;
}
.customer-account-addons .my-recipes-grid .product-list .product-footer .select2 .select2-selection--single .select2-selection__rendered {
  line-height: 43px;
}
.customer-account-addons .my-recipes-grid .product-list .product-footer .select2 .select2-selection--single .select2-selection__arrow {
  right: 20px;
}
.customer-account-addons .my-recipes-grid .product-list .product-footer .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
  margin-left: -1px;
}
.customer-account-addons .my-recipes-grid .product-list .product-footer .recipe-status {
  min-height: 50px;
  line-height: 50px;
}
.customer-account-addons .my-recipes-grid .product-list .product-footer .checkmark {
  margin-top: 0;
  top: 15px;
}
.customer-account-addons .my-recipes-grid .product-list .product-info {
  margin: 0;
  box-shadow: none;
}
.customer-account-addons .my-recipes-grid .product-list .view-block .price {
  color: rgba(0, 0, 0, 0.5);
}
.customer-account-addons .my-recipes-grid .product-list .view-block .action-toolbar .action {
  padding-bottom: 0;
}
.customer-account-addons .my-recipes-grid .product-list .view-block .action-toolbar .action:hover {
  border: 0;
}
.woop-myaccount-page.customer-account-addons .subtitle-myacc-title {
  margin: 0 0 27px;
}
.woop-myaccount-page.customer-account-addons .block-myacc h6 span {
  margin-right: 15px;
}
.woop-myaccount-page.customer-account-addons .block-myacc h6 small {
  font-size: 15px;
  text-transform: none;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
.woop-myaccount-page.customer-account-addons .block-myacc .block-content {
  padding: 16px 0 7px;
  margin: 0;
}
.woop-myaccount-page .modal-popup.confirm .modal-header {
  padding: 4.2rem 2rem 0 2rem;
}
.woop-myaccount-page .modal-popup.confirm .modal-title {
  border-bottom: 0;
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  padding-bottom: 0;
  min-height: auto;
}
.woop-myaccount-page .modal-popup.confirm .modal-content {
  padding: 0 2rem 0;
  opacity: 0.5;
  color: #31312a;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}
.woop-myaccount-page .modal-popup.confirm .modal-footer {
  padding: 3rem 2rem 4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.woop-myaccount-page .modal-popup.confirm .modal-footer button,
.woop-myaccount-page .modal-popup.confirm .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.woop-myaccount-page .modal-popup.confirm .modal-footer .action-gift {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  border-radius: 1px;
  float: none;
  font-size: 1.2rem;
  padding: 11px 21px 11px 22px;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.woop-myaccount-page .modal-popup.confirm .modal-footer button:hover,
.woop-myaccount-page .modal-popup.confirm .modal-footer .cart.table-wrapper .actions-toolbar > .action:hover,
.woop-myaccount-page .modal-popup.confirm .modal-footer .action-gift:hover {
  color: #000000;
  background: #ffffff;
}
.woop-myaccount-page .modal-popup.confirm.confirm-cancel-addon .modal-footer button,
.woop-myaccount-page .modal-popup.confirm.confirm-cancel-addon .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.woop-myaccount-page .modal-popup.confirm.confirm-cancel-addon .modal-footer .action-gift {
  font-size: 1.1rem;
}
.sales-order-view .order-details-items .table-order-items .table-items-block .row .col.name,
.checkout-onepage-success .order-details-items .table-order-items .table-items-block .row .col.name {
  justify-content: center;
  flex-direction: column;
}
.sales-order-view .order-details-items .table-order-items .product-item-name,
.checkout-onepage-success .order-details-items .table-order-items .product-item-name {
  width: 100%;
  text-align: left;
}
.sales-order-view .order-details-items .table-order-items .item-options,
.checkout-onepage-success .order-details-items .table-order-items .item-options {
  margin: 0;
  text-align: left;
  width: 100%;
}
.sales-order-view .order-details-items .table-order-items .item-options:after,
.checkout-onepage-success .order-details-items .table-order-items .item-options:after {
  display: table;
  content: '';
  clear: both;
}
.sales-order-view .order-details-items .table-order-items .item-options dt,
.checkout-onepage-success .order-details-items .table-order-items .item-options dt {
  margin: 0;
  font-weight: normal;
  float: left;
  clear: left;
}
.sales-order-view .order-details-items .table-order-items .item-options dt:after,
.checkout-onepage-success .order-details-items .table-order-items .item-options dt:after {
  display: inline;
  content: ':';
  padding-right: 3px;
}
.sales-order-view .order-details-items .table-order-items .item-options dd,
.checkout-onepage-success .order-details-items .table-order-items .item-options dd {
  margin: 0;
  float: left;
}
.leave-box-place-textarea textarea {
  margin-bottom: 25px;
  min-height: 82px;
  padding-left: 15px;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
  display: block;
}
.leave-box-place-textarea textarea.mage-error {
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
}
.customer-account-index .leave-box-place-textarea textarea {
  margin-bottom: 15px;
}
.customer-account-index .leave-box-place-textarea textarea.mage-error + .mage-error {
  margin-top: -15px;
}
.customer-account-index .password-strength-meter {
  display: none;
  visibility: hidden;
}
label + .control.datepicker:after {
  right: 70px;
}
.mage-suburb-error {
  border: 1px solid #f9c3a9;
  background-color: #f9c3a9;
  color: #1d1d1b;
  text-align: center;
  margin: 0;
  opacity: 0.8;
  padding: 13px;
  font-size: 1.6rem;
  font-weight: 400;
}
.control.datepicker {
  position: relative;
}
.control.datepicker input[type="text"] {
  opacity: 1;
  padding-right: 60px;
  padding-top: 0;
  padding-bottom: 0;
}
.control.datepicker .ui-datepicker-trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url("../../frontend/Overdose/woop/en_NZ/images/calendar_icon_black.png") no-repeat center center #ffffff;
  font-size: 0;
  border-radius: 0;
  border: 1px solid #dadada;
}
.control.datepicker .ui-datepicker-trigger:before {
  display: none;
}
.control.datepicker .ui-datepicker-trigger:hover,
.control.datepicker .ui-datepicker-trigger:focus,
.control.datepicker .ui-datepicker-trigger:active,
.control.datepicker .ui-datepicker-trigger.active {
  background: url("../../frontend/Overdose/woop/en_NZ/images/calendar_icon.png") no-repeat center center #1d1d1b;
  border: 1px solid #1d1d1b;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 30px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 10px;
}
.field.additional .control.datepicker input {
  padding-right: 130px;
}
.field.additional .control.datepicker:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url("../../frontend/Overdose/woop/en_NZ/images/calendar_icon.png") no-repeat center center #1d1d1b;
}
.field.additional .control.datepicker:after {
  content: '(optional)';
  width: 88px;
  right: 65px;
  top: 17px;
  height: 15px;
  background: transparent;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: none;
}
/* Repeatable styles for plan references */
.preference-summary .preference-summary-info,
.preference-summary .preference-summary-info.primary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: left;
}
.preference-summary .preference-summary-info .preference-price,
.preference-summary .preference-summary-info.primary .preference-price {
  position: relative;
  padding-right: 60px;
}
.preference-summary .preference-summary-info .preference-price:after,
.preference-summary .preference-summary-info.primary .preference-price:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #1d1d1b;
  opacity: 0.34;
  position: absolute;
  top: 0;
  right: 29px;
}
.preference-summary .preference-price {
  text-transform: uppercase;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.preference-summary .preference-price .formatted-price-value {
  color: #000;
  font-size: 28px;
  font-weight: 600;
}
.preference-summary .preference-price small {
  display: block;
  text-align: right;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.preference-summary .preference-chosen-values-summary {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-transform: uppercase;
  min-width: 149px;
}
.preference-summary .preference-chosen-values-summary .preference-type {
  display: block;
}
/* Repeatable styles for account popups */
.woop-myaccount-page .modal-popup .modal-inner-wrap {
  width: 90%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.woop-myaccount-page .modal-popup .popup-title {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 16px;
}
.woop-myaccount-page .modal-popup .actions-toolbar .action.button-primary-medium {
  font-size: 1.4rem;
  padding: 16px 22px;
}
.woop-myaccount-page .modal-popup .modal-content {
  padding: 0 20px 40px 20px;
}
.woop-myaccount-page label + .control input.mage-error,
.woop-myaccount-page label + .control select.mage-error {
  text-align: left;
}
/* Repeatable styles for account static block content */
.woop-myaccount-page .box-content-inner {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}
.woop-myaccount-page .box-content-inner h5 {
  font-size: 20px;
  letter-spacing: 1.11px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.woop-myaccount-page .box-content-inner p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
/* AddressFinder Styles */
body ul.af_list {
  border: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07000000000000001);
  max-width: calc(90% - 40px);
}
body ul.af_list li {
  margin-bottom: 0;
}
body ul.af_list li.af_item {
  border-width: 0 1px 1px 1px;
  border-color: #dadada;
  border-style: solid;
  padding: 13px;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
body ul.af_list li.af_item.af_hover {
  background-color: rgba(0, 0, 0, 0.02);
  color: #1d1d1b;
}
body ul.af_list li.field-error {
  border: 1px solid #f9c3a9;
  background-color: #f9c3a9;
  color: #1d1d1b;
  text-align: center;
  margin: 0;
  opacity: 0.8;
  padding: 13px;
  font-size: 1.6rem;
  font-weight: 400;
}
.content-box-wrapper .content-item {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 25px 0;
}
.content-box-wrapper .content-item:first-child,
.content-box-wrapper .content-item:first-of-type {
  border-top: none;
}
.content-box-wrapper .content-item .title-content {
  color: #000000;
  margin: 0 0 10px;
  font: 500 1.3rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: .82px;
  text-transform: uppercase;
  display: inline-block;
}
.content-box-wrapper + .actions-toolbar {
  margin-top: 20px;
}
.content-box-wrapper .actions-toolbar.bottom .action {
  width: 200px;
}
.block-dashboard-addresses.block-myacc .box-information + .box-information {
  margin: 20px 20px 0;
  padding-left: 0;
  padding-right: 0;
}
.block-dashboard-addresses.block-myacc .content-item .title-content {
  display: inline-block;
  margin-right: 5px;
}
.block-dashboard-addresses.block-myacc .empty-addresses-msg {
  display: block;
  margin: 0;
  padding: 20px 20px 0 20px;
  font-weight: 400;
}
.address-box-content {
  width: 100%;
}
.address-box-content .address-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.address-box-content .address-item-info .paragraph-large {
  line-height: 24px;
  margin: 0;
  display: inline-block;
  font-weight: 400;
}
.address-box-content .address-item-info .paragraph-large span + span:before {
  display: inline;
  content: ', ';
  margin-left: -3px;
}
.address-box-content .address-item-info .paragraph-large span + span.address_telephone {
  display: block;
}
.address-box-content .address-item-info .paragraph-large span + span.address_telephone:before {
  display: none;
}
.address-box-content .address-item-info .actions-toolbar .action {
  font-size: 1.6rem;
  color: rgba(21, 21, 21, 0.6);
}
.address-box-content .address-item-info .actions-toolbar button + button,
.address-box-content .address-item-info .actions-toolbar .cart.table-wrapper .actions-toolbar > .action + .cart.table-wrapper .actions-toolbar > .action,
.address-box-content .address-item-info .actions-toolbar .action-gift + .action-gift {
  margin-left: 40px;
}
.address-box-form {
  width: 100%;
}
.address-box-form select {
  border: 1px solid #dadada;
  background: #ffffff;
  border-radius: 0;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 9px 0 15px;
  height: 50px;
  width: 100%;
}
.address-box-form select:focus {
  box-shadow: none;
}
.address-box-form .select2-container {
  width: 100% !important;
}
.address-box-form form {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.address-box-form form .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.address-box-form form .actions-toolbar .action {
  width: 100%;
  max-width: calc(50% - 10px);
}
.address-box-form form .actions-toolbar .action + .action {
  margin-left: 10px;
}
.address-box-form .field {
  width: 100%;
}
.address-box-form .field.address_title {
  max-width: 100%;
}
.address-box-form .field.checkbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.address-box-form .woop-checkbox.label > span {
  text-transform: none;
}
.address-box-form .woop-checkbox .checkmark {
  top: 5px;
}
.column.main .address-box-form form .actions-toolbar {
  margin-left: 0;
}
.woop-myaccount-page .block-myacc .box-information .address-box-form .actions-toolbar .action.edit-account-address {
  margin-top: 0;
  font-size: 1.2rem;
  color: #1d1d1b;
  max-height: 40px;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.woop-myaccount-page .block-myacc .box-information .address-box-form .actions-toolbar .action.edit-account-address:hover,
.woop-myaccount-page .block-myacc .box-information .address-box-form .actions-toolbar .action.edit-account-address:focus,
.woop-myaccount-page .block-myacc .box-information .address-box-form .actions-toolbar .action.edit-account-address:active {
  color: #fff;
}
.woop-myaccount-page .block-myacc .box-information .address-box-content .actions-toolbar .action.edit-account-address {
  margin-top: 0;
}
.field.additional .control {
  position: relative;
}
.field.additional .control::after {
  content: '(optional)';
  width: 88px;
  text-align: right;
  line-height: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 15px;
  top: 17px;
  height: 15px;
  z-index: 2;
}
.field.additional input.input-text {
  padding-right: 110px;
}
.field.region label.mage-error + .control:after {
  display: none;
}
.field.region label.mage-error + .control .select2-container--classic .select2-selection--single {
  border-color: #f9c3a9;
}
.field .select2-container--disabled .select2-selection--single {
  background-color: rgba(0, 0, 0, 0.02);
  cursor: auto;
}
/* My account edit subscription delivery address */
.form-edit-delivery-wrapper {
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 28px;
}
.block-myacc.block-dashboard-box-subscription .box-information.box-subscription-delivered .box-information-wrapper div.customer-subscription-delivered,
.block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-delivered .box-information-wrapper div.customer-subscription-delivered {
  margin: 0;
  line-height: 24px;
}
.block-myacc.block-dashboard-box-subscription .box-information.box-subscription-delivered .box-information-wrapper div.customer-subscription-delivered span + span:before,
.block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-delivered .box-information-wrapper div.customer-subscription-delivered span + span:before {
  display: inline;
  content: ', ';
  margin-left: 0;
}
.block-myacc.block-dashboard-box-subscription .box-information.box-subscription-delivered .box-information-wrapper div.customer-subscription-delivered span + span.address_telephone,
.block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-delivered .box-information-wrapper div.customer-subscription-delivered span + span.address_telephone {
  display: block;
}
.block-myacc.block-dashboard-box-subscription .box-information.box-subscription-delivered .box-information-wrapper div.customer-subscription-delivered span + span.address_telephone:before,
.block-myacc.block-dashboard-addon-box-subscription .box-information.box-subscription-delivered .box-information-wrapper div.customer-subscription-delivered span + span.address_telephone:before {
  display: none;
}
.form-address-add .new-address-warning {
  background: #feefd8;
  border-radius: 1px;
  border: 1px solid #fdb957;
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Gibson';
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  padding: 16px;
  margin-bottom: 20px;
}
.subscriptions-wrapper .form-edit-subscription-wrapper .notification-block.edit-subscription-warning {
  background: #feefd8;
  border-radius: 1px;
  border: 1px solid #fdb957;
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Gibson';
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  padding: 16px;
  margin-bottom: 20px;
}
.woop-featured-wrapper {
  background: url("../../frontend/Overdose/woop/en_NZ/images/featured/featured-bg-mobile.png") no-repeat -120px 100%;
  background-size: auto 124px;
  padding: 0;
  position: relative;
  min-height: 250px;
  margin: 5px auto 0;
  width: 100%;
}
.woop-featured-wrapper .woop-featured-content,
.woop-featured-wrapper [data-content-type='html'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 50px 50px 30px;
}
.woop-featured-wrapper .woop-featured-content ul,
.woop-featured-wrapper [data-content-type='html'] ul {
  text-align: center;
  width: 100%;
  max-width: 275px;
}
.woop-featured-wrapper .woop-featured-content ul li,
.woop-featured-wrapper [data-content-type='html'] ul li {
  color: #1d1d1b;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.5;
  margin: 0;
}
.woop-featured-wrapper .woop-featured-content ul li:first-child,
.woop-featured-wrapper [data-content-type='html'] ul li:first-child {
  color: #151515;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.82px;
  text-transform: uppercase;
  margin-bottom: 9px;
  opacity: 1;
}
.woop-featured-wrapper:after {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/featured/featured-bg-right-mobile.png") no-repeat -10px 0;
  background-size: auto 165px;
  width: 40px;
  height: 165px;
  position: absolute;
  right: 0;
  top: 110px;
}
.page-wrapper .notification-block.messages:first-of-type,
.page-wrapper .page.messages:first-of-type {
  margin: -18px auto;
  min-height: 18px;
}
.page-wrapper .messages {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.messages .message {
  text-align: center;
  display: flex;
  padding: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.messages .message.success {
  background-color: #ecf3ec;
}
.messages .message.notify {
  background-color: #ecf3ec;
}
.messages .message.error {
  background-color: #feeade;
}
.messages .message .text {
  color: #1d1d1b;
  font-family: 'Gibson';
  font-weight: 300;
  letter-spacing: 0;
}
.messages .message .text:before {
  content: none;
}
.messages .message .text a,
.messages .message .text button,
.messages .message .text .cart.table-wrapper .actions-toolbar > .action,
.messages .message .text .action-gift {
  text-transform: uppercase;
  background: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 14px;
  border-radius: 0;
  padding: 0;
  font-family: 'Typewriter Condensed';
}
.messages .message .text a:hover,
.messages .message .text button:hover,
.messages .message .text .cart.table-wrapper .actions-toolbar > .action:hover,
.messages .message .text .action-gift:hover {
  border-bottom: 1px transparent;
  color: #000000;
}
.messages .message .close {
  background-image: url('../../frontend/Overdose/woop/en_NZ/images/icons/close-icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  display: inline-block;
  opacity: .5;
  cursor: pointer;
  margin-left: 30px;
}
.common-question-title-block .main-title {
  color: #1d1d1b;
  margin: 0;
}
.common-question-title-block a.pagebuilder-button-link,
.mobile-button.common-question-button .pagebuilder-button-link {
  font: 500 1.4rem/5rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 1px;
  border: 1px solid #1d1d1b;
  height: 50px;
  width: 280px;
  max-width: 280px;
  padding: 0;
  letter-spacing: 1.25px;
  transition: .3s;
}
.common-question-title-block a.pagebuilder-button-link:hover,
.mobile-button.common-question-button .pagebuilder-button-link:hover {
  background: #1d1d1b;
  color: #ffffff;
}
.mobile-button.common-question-button {
  margin: 40px 0 0;
}
.mobile-button.common-question-button [data-content-type="button-item"] {
  width: 100%;
}
.mobile-button.common-question-button .pagebuilder-button-link {
  width: 100%;
  max-width: 100%;
}
.common-question-content .question-item-title {
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 2.5rem;
  letter-spacing: 1.375px;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 35px;
}
.common-question-content .question-item .common-questions-list {
  padding-left: 35px;
  list-style: disc;
  margin: 0;
}
.common-question-content .question-item .common-questions-list li {
  margin: 0;
}
.common-question-content .question-item p {
  margin: 0;
}
.common-question-content .question-item .common-questions-text {
  margin: 0;
  color: rgba(29, 29, 27, 0.5);
  font: 400 1.8rem/2.4rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.common-question-content .question-item .additinal-text,
.common-question-content .question-item .text-block {
  padding-left: 0 !important;
}
.common-question-content .question-item .additinal-text p,
.common-question-content .question-item .text-block p {
  display: inline-block;
}
.christmas_box-index-index .common-question-content .question-item-title {
  margin: 0 0 15px;
}
.customer-account-logoutsuccess .notification-block.messages {
  display: none;
}
.quickview-details-popup .modal-header {
  padding: 0;
}
.quickview-details-popup.modal-popup {
  left: 5%;
  pointer-events: auto;
}
.quickview-details-popup.modal-popup .modal-inner-wrap {
  max-width: 1210px;
  width: 94.8% !important;
  margin-top: 45px;
  overflow-y: visible;
  height: auto;
  background-color: transparent;
}
.quickview-details-popup.modal-popup .modal-inner-wrap .modal-content {
  padding: 0;
  margin-bottom: 0;
}
.quickview-details-popup.modal-popup .modal-inner-wrap .action-close {
  padding-right: 5px;
  top: -44px;
  right: -19px;
}
.quickview-details-popup.modal-popup .modal-inner-wrap .action-close:before {
  font-size: 45px;
  color: #ffffff;
}
.quickview-details-popup #quick-view-popup {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quickview-details-popup #quick-view-popup .quick-view-popup-img {
  width: 100%;
  position: relative;
  min-height: 375px;
}
.quickview-details-popup #quick-view-popup .quick-view-popup-img .popup-recipe-rating {
  background-color: #f9f7f2;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 9px 15px 9px 20px;
  overflow: hidden;
  width: calc(100% - 20px);
}
.quickview-details-popup #quick-view-popup .quick-view-popup-img .popup-recipe-rating .popup-recipe-rating-title {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0.57px;
  margin: 0 12px 0 0;
  float: left;
  opacity: 1;
}
.quickview-details-popup #quick-view-popup .quick-view-popup-img .rating-summary {
  float: right;
}
.quickview-details-popup #quick-view-popup .quick-view-popup-img .rating-summary .rating-result {
  margin-left: 0;
}
.quickview-details-popup #quick-view-popup .quick-view-popup-img .rating-summary .rating-result > span:before {
  color: #b2ceb5;
  letter-spacing: -8px;
  line-height: 17px;
  height: 17px;
}
.quickview-details-popup #quick-view-popup .quick-view-popup-img .rating-summary .rating-result:before {
  letter-spacing: -8px;
  line-height: 17px;
  height: 17px;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f9f7f2;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar h5 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 1.4rem;
  letter-spacing: 0.75px;
  line-height: 20px;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .price-addon {
  text-align: center;
  border-bottom: 1px dashed #aeada9;
  padding-bottom: 20px;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.75px;
  margin-bottom: 25px;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .quick-view-action-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .quick-view-action-wrapper .select2-container {
  width: 100% !important;
  margin-right: 0;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .quick-view-action-wrapper .select2-container .select2-selection {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .quick-view-action-wrapper .select2-container .select2-selection .select2-selection__arrow b {
  margin-left: -8px;
  margin-top: -3px;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .quick-view-action-wrapper .select2-container .select2-selection__rendered {
  line-height: 50px;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .quick-view-action-wrapper .select2-container.select2-container--open .select2-selection__arrow b {
  transform: rotate(225deg) translateY(50%);
  margin-top: 0;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .quick-view-action-wrapper .select2-container .select2-results ul li {
  padding-right: 16px;
  line-height: 39px;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .quick-view-action-wrapper .actions-toolbar {
  width: 100%;
  margin-top: 10px;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .quick-view-action-wrapper .actions-toolbar .action.primary {
  width: 100%;
  height: 50px;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-select-title {
  margin-bottom: 7px;
  color: #000000;
  font-size: 11px;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-quick-view-info {
  padding: 28px 20px 20px;
  flex: 0 1 auto;
  flex-shrink: 0;
  overflow: auto;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-quick-view-info .quick-view-content-wrapper {
  font-weight: 400;
  margin-bottom: 25px;
  text-align: center;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-quick-view-info .view-full-recipes-toolbar {
  text-align: center;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-quick-view-info .view-full-recipes {
  color: #151515;
  font-size: 1.6rem;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-quick-view-info.quick-view-myrecipe .quick-view-content-wrapper {
  margin-bottom: 30px;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-quick-view-info .quick-view-delivery-time {
  border-bottom: 1px dashed #aeada9;
  font-family: 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0.57px;
  margin: 16px 0 20px;
  padding-bottom: 21px;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-quick-view-info .quick-view-delivery-time:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../../frontend/Overdose/woop/en_NZ/images/icon-time.png") no-repeat;
  margin-right: 8px;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper {
  background: #f9f7f2 url("../../frontend/Overdose/woop/en_NZ//images/border-ingredient-popup.png") repeat-x;
  padding: 4px 0 0;
  flex: 0 1 auto;
  overflow: hidden;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper .addon-ingredients-content {
  background: #afcacc;
  padding: 0;
  height: 100%;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper .addon-ingredients-content h6 {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 50px;
  margin: 0;
  width: 100%;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper .addon-ingredients-content h6 + ul {
  width: 55%;
  padding-left: 0;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper .addon-ingredients-content .ingridients-list {
  padding: 0 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper .addon-ingredients-content .ingridients-list div[data-role="content"] {
  padding-bottom: 10px;
  height: auto !important;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper .addon-ingredients-content .ingridients-list div[data-role="content"] ul {
  padding-left: 0;
  width: 100%;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper .addon-ingredients-content .ingridients-list:first-child {
  border-top: none;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper .addon-ingredients-content .ingridients-list:first-child div[data-role="content"] {
  padding-bottom: 10px;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper .addon-ingredients-content .ingridients-list [data-collapsible="true"]:after,
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper .addon-ingredients-content .ingridients-list .ui-accordion-header:after {
  content: '';
  transform: rotate(45deg);
  border-color: #000000;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 3px;
  height: 0;
  right: 20px;
  margin: 0;
  position: absolute;
  top: 21px;
  width: 0;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper .addon-ingredients-content .ingridients-list [data-collapsible="true"].active:after,
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper .addon-ingredients-content .ingridients-list .ui-accordion-header.active:after,
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper .addon-ingredients-content .ingridients-list [data-collapsible="true"].ui-accordion-header-active:after,
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper .addon-ingredients-content .ingridients-list .ui-accordion-header.ui-accordion-header-active:after {
  transform: rotate(225deg);
  top: 25px;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper .addon-ingredients-content ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 4%;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper .addon-ingredients-content ul li {
  color: #000000;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  opacity: 0.5;
  opacity: 0.8;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  white-space: normal;
  margin: 9px 0 0;
  width: 55%;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper .addon-ingredients-content ul li strong {
  font-weight: 600;
  letter-spacing: 0.75px;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper .addon-ingredients-content ul li:nth-child(even) {
  margin-left: 4%;
  width: 41%;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-ingredients-wrapper .addon-ingredients-content ul li:empty {
  display: none !important;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar.christmas-addon .addon-ingredients-wrapper {
  background-image: none;
  background-color: transparent;
  position: relative;
  overflow: visible;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar.christmas-addon .addon-ingredients-wrapper:after {
  display: block;
  width: 100%;
  height: 10px;
  bottom: -10px;
  left: 0;
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ//images/christmas/christmas_quickview_bg.png") repeat-x left top;
  position: absolute;
  background-size: 100%;
  transform: rotate(180deg);
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar.christmas-addon .addon-ingredients-content {
  background-color: #f9c3a9;
}
.quickview-details-popup #quick-view-popup .quick-view-sidebar.christmas-addon .addon-quick-view-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.addons-index-index .quickview-details-popup #quick-view-popup .quick-view-sidebar .addon-select-title {
  display: none;
}
.addons-index-index .quickview-details-popup #quick-view-popup .quick-view-sidebar .quick-view-action-wrapper .select2-container {
  display: none;
}
.block-dashboard-welcome-info {
  display: none;
  width: 100%;
}
.block-dashboard-welcome-info .welcome-block {
  height: 350px;
}
.block-dashboard-welcome-info .welcome-block .block-info {
  background-color: #cdc5ae;
  width: 400px;
  height: 165px;
  float: right;
}
.modal-popup .action-close {
  top: 0;
  right: 0;
  padding-right: 5px;
}
.modal-popup .action-close:before {
  font-size: 45px;
  color: #bbb9b5;
}
.modal-popup.skip-week-popup.modal-slide {
  left: 0;
}
.modal-popup.skip-week-popup.modal-slide .modal-inner-wrap {
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  height: auto !important;
  margin-left: 5%;
  margin-top: -150px;
  top: 50%;
  position: absolute;
  max-width: 824px;
  width: 90%;
}
.modal-popup.skip-week-popup.modal-slide .modal-content {
  text-align: center;
}
.modal-popup.skip-week-popup.modal-slide .modal-content h5 {
  margin: 16px 0 30px;
  font-size: 1.6rem;
  letter-spacing: 0.89px;
}
.modal-popup.skip-week-popup.modal-slide .modal-content p {
  color: #000000;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  opacity: 0.5;
  font-weight: 400;
  line-height: 24px;
}
.modal-popup.skip-week-popup.modal-slide .modal-content .actions-toolbar {
  font-size: 0;
  margin-top: 40px;
}
.modal-popup.skip-week-popup.modal-slide .modal-content .actions-toolbar .cancel {
  margin: 0 0 10px 0;
}
.modal-popup.skip-week-popup.modal-slide .modal-content .actions-toolbar button,
.modal-popup.skip-week-popup.modal-slide .modal-content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.modal-popup.skip-week-popup.modal-slide .modal-content .actions-toolbar .action-gift {
  font-size: 1.4rem;
  vertical-align: top;
  width: 100%;
  height: 50px;
}
.customer-account-myrecipes.open-filter {
  overflow: hidden;
}
.customer-account-myrecipes.open-filter:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 29, 27, 0.25);
  z-index: 1;
}
.customer-account-myrecipes.open-filter .hide-important {
  display: none !important;
}
.customer-account-myrecipes.open-filter .acc-recipe-menu {
  display: none;
}
.customer-account-myrecipes.open-filter .acc-recipe-menu.active {
  display: block;
}
.customer-account-myrecipes.open-filter .acc-recipe-menu.active .active-menu-tag {
  display: block;
}
.customer-account-myrecipes.open-filter .acc-recipe-filter-menu {
  background: #f4f1eb;
}
.customer-account-myrecipes.open-filter .acc-recipe-nav-title:after {
  content: none !important;
}
.customer-account-myrecipes.open-filter .active-filter-tags {
  display: none;
}
.customer-account-myrecipes.open-filter .active-filter-tags > p {
  background: #cdc5ae !important;
}
.customer-account-myrecipes .page-main {
  max-width: 1440px;
  margin-top: 27px;
  padding: 0 20px;
}
.customer-account-myrecipes .page-main .subtitle-myacc-title {
  margin-bottom: 4px;
  padding: 0;
}
.customer-account-myrecipes .page-main .page-title-wrapper {
  padding: 0;
}
.customer-account-myrecipes .column.main {
  border: none;
}
.customer-account-myrecipes .acc-recipe-filter-menu {
  background: #ffffff;
  padding: 16px 20px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
}
.customer-account-myrecipes .acc-recipe-filter-menu .acc-recipe-nav-title {
  color: #151515;
  font: 400 1.6rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  margin-bottom: 0;
  float: left;
}
.customer-account-myrecipes .acc-recipe-filter-menu .acc-recipe-nav-title:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  border-color: #000000;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 2.5px;
  margin-left: 17px;
  position: relative;
  top: -5px;
  left: -2px;
  width: 0;
  height: 0;
}
.customer-account-myrecipes .acc-recipe-filter-menu .acc-recipe-nav-title:hover:after {
  transform: rotate(225deg);
  top: -2px;
}
.customer-account-myrecipes .acc-recipe-filter-menu .acc-recipe-nav-title span {
  display: none;
}
.customer-account-myrecipes .acc-recipe-filter-menu .acc-recipe-nav-title:hover {
  cursor: pointer;
}
.customer-account-myrecipes .acc-recipe-filter-menu .acc-recipe-nav-title:hover:after {
  transform: rotate(45deg);
  top: -5px;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper {
  float: left;
  padding-bottom: 16px;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags {
  float: left;
  margin: 0 0 0 23px;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags:after {
  display: table;
  clear: both;
  content: '';
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p {
  background: #f4f1eb;
  display: inline-block;
  vertical-align: top;
  padding: 0 18px 1px 8px;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p span,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p span {
  color: #151515;
  font: 400 1.6rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  margin-bottom: 0;
  float: left;
  line-height: normal;
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
  float: none;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p span:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  border-color: #000000;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 2.5px;
  margin-left: 17px;
  position: relative;
  top: -5px;
  left: -2px;
  width: 0;
  height: 0;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p span:hover:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p span:hover:after {
  transform: rotate(225deg);
  top: -2px;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p span span,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p span span {
  display: none;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p span:hover,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p span:hover {
  cursor: pointer;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p span:hover:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p span:hover:after {
  transform: rotate(45deg);
  top: -5px;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p span:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p span:after {
  content: none;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p:before,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-size: 2.3rem;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  line-height: normal;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p:hover,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .active-filter-tags > p:hover {
  cursor: pointer;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown,
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown {
  display: none;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown .recipes-filter-column,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown .recipes-filter-column,
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown .recipes-filter-column,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown .recipes-filter-column {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 16px 20px 16px 20px;
  position: relative;
  width: 100%;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown .recipes-filter-column [data-collapsible="true"]:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown .recipes-filter-column [data-collapsible="true"]:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown .recipes-filter-column [data-collapsible="true"]:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown .recipes-filter-column [data-collapsible="true"]:after {
  content: '';
  transform: rotate(45deg);
  border-color: #000000;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 3px;
  height: 0;
  right: 20px;
  margin: 0;
  position: absolute;
  top: 21px;
  width: 0;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown .recipes-filter-column [data-collapsible="true"][aria-selected="true"]:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown .recipes-filter-column [data-collapsible="true"][aria-selected="true"]:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown .recipes-filter-column [data-collapsible="true"][aria-selected="true"]:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown .recipes-filter-column [data-collapsible="true"][aria-selected="true"]:after {
  transform: rotate(225deg);
  top: 25px;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown .recipes-filter-column [data-collapsible="true"]:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown .recipes-filter-column [data-collapsible="true"]:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown .recipes-filter-column [data-collapsible="true"]:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown .recipes-filter-column [data-collapsible="true"]:after {
  top: 0;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown p,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown p,
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown p,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown p {
  color: #151515;
  font: 400 1.6rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown p:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown p:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown p:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown p:after {
  content: none;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown .active-filter-tags p,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown .active-filter-tags p,
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown .active-filter-tags p,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown .active-filter-tags p {
  margin: 0 0 2px 0;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown label,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown label,
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown label,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown label .checkmark,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown label .checkmark,
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown label .checkmark,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown label .checkmark {
  top: -1px;
  width: 20px;
  height: 20px;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown label.woop-checkbox .checkmark:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown label.woop-checkbox .checkmark:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown label.woop-checkbox .checkmark:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown label.woop-checkbox .checkmark:after {
  left: 7px;
  top: 2px;
  width: 6px;
  height: 11px;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown label.woop-radio .checkmark:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown label.woop-radio .checkmark:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown label.woop-radio .checkmark:after,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown label.woop-radio .checkmark:after {
  left: 5px;
  top: 5px;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown ul,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown ul,
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown ul,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown ul {
  margin: 15px 0 0;
  display: inline-block;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown ul li,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown ul li,
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown ul li,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown ul li {
  padding: 0;
  margin-bottom: 15px;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-filter-dropdown ul li:last-child,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-filter-dropdown ul li:last-child,
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown ul li:last-child,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown ul li:last-child {
  margin-bottom: 0;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown {
  width: 100%;
  right: 0;
  left: auto;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .recipe-sort-dropdown .recipes-filter-column,
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .recipe-sort-dropdown .recipes-filter-column {
  padding-right: 30px;
  padding-top: 5px;
  width: 100%;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipe-filter-wrapper .active-filter-tags > p {
  margin-bottom: 2px;
}
.customer-account-myrecipes .acc-recipe-filter-menu .acc-recipe-menu.active {
  width: 100%;
}
.customer-account-myrecipes .acc-recipe-filter-menu .acc-recipe-menu.active .active-sort-tags {
  float: right;
}
.customer-account-myrecipes .acc-recipe-filter-menu .acc-recipe-menu.active .recipe-filter-dropdown,
.customer-account-myrecipes .acc-recipe-filter-menu .acc-recipe-menu.active .recipe-sort-dropdown {
  display: block;
  z-index: 11;
  padding-bottom: 70px;
  position: fixed;
  height: calc(100% - 60px);
  top: 60px;
  overflow-y: auto;
}
.customer-account-myrecipes .acc-recipe-filter-menu .acc-recipe-menu.active.recipe-filter-wrapper .acc-recipe-nav-title:after {
  transform: rotate(225deg);
  top: -2px;
}
.customer-account-myrecipes .acc-recipe-filter-menu .acc-recipe-menu.active .action-wrap {
  background: #ffffff;
  padding: 10px 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.customer-account-myrecipes .acc-recipe-filter-menu .acc-recipe-menu.active .action.done {
  display: block;
  background: transparent none;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 1px;
  padding: 16px 30px;
  font: 600 1.4rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 1.25px;
  transition: background-color 0.4s;
  text-transform: uppercase;
}
.customer-account-myrecipes .acc-recipe-filter-menu .acc-recipe-menu.active .action.done:hover {
  color: #ffffff;
  font-weight: 600;
  background: #000000 none;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper {
  padding-bottom: 16px;
  min-width: 170px;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper {
  float: right;
  cursor: pointer;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  border-color: #000000;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 2.5px;
  margin-left: 17px;
  position: relative;
  top: -5px;
  left: -2px;
  width: 0;
  height: 0;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper:hover:after {
  transform: rotate(225deg);
  top: -2px;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper:hover:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -5px;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper.active:after {
  top: -2px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .acc-recipe-nav-title {
  margin: 0 4px 0 0;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .acc-recipe-nav-title:after {
  content: none;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .acc-recipe-nav-title:hover {
  cursor: pointer;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .active-sort-tags {
  font-size: 0;
  float: left;
  margin: 0;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .active-sort-tags > p {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 5px;
  margin: 0;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .active-sort-tags > p span {
  color: #151515;
  font: 400 1.6rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  line-height: normal;
  display: inline-block;
  vertical-align: top;
  padding-top: 0;
  float: none;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper .active-sort-tags > p span:after {
  content: none;
}
.customer-account-myrecipes .acc-recipe-filter-menu .recipes-sort-wrapper:after:hover {
  cursor: pointer;
}
.customer-account-myrecipes .my-recipes-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  padding: 0;
}
.customer-account-myrecipes .my-recipes-grid .product-list-item {
  position: relative;
}
.customer-account-myrecipes .my-recipes-grid .view-block .action-toolbar .action {
  padding-bottom: 1px;
}
.customer-account-myrecipes .my-recipes-grid .view-block .time-block span {
  margin-top: 3px;
}
.customer-account-myrecipes .my-recipes-grid .product-list-item {
  background: none;
  border: none;
  box-shadow: none;
  margin-bottom: 20px;
  width: 100%;
}
.customer-account-myrecipes .my-recipes-grid .product-list-item .product-top {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #efefef;
  border-bottom: none;
}
.customer-account-myrecipes .my-recipes-grid .product-list-item .product-info {
  padding-bottom: 0;
}
.customer-account-myrecipes .my-recipes-grid .product-list-item .additional-recipe-date {
  background: #ffffff;
  position: absolute;
  right: 11px;
  top: 12px;
}
.customer-account-myrecipes .my-recipes-grid .product-list-item .additional-recipe-date span {
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  font: 700 1.3rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 6px 7px 6px 4px;
  text-transform: uppercase;
}
.customer-account-myrecipes .my-recipes-grid .product-list-item .additional-recipe-date:before {
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/icons/icon-recipe-calendar.png") no-repeat;
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 12px;
  margin: 6px 0 0 9px;
}
.customer-account-myrecipes .my-recipes-grid .product-list-item .myproduct-list-item-wrapper {
  border: 1px solid #efefef;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 0;
}
.customer-account-myrecipes .my-recipes-grid .product-list-loader-wrapper {
  width: 100%;
  clear: both;
  text-align: center;
  margin: 35px 0 0;
}
.customer-account-myrecipes .my-recipes-grid .product-list-loader-wrapper p {
  color: #000000;
  font-family: 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  opacity: 0.5;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.67px;
  opacity: .6;
  text-align: center;
  margin-bottom: 15px;
}
.customer-account-myrecipes .my-recipes-grid .product-list-loader-wrapper .product-list-loader-indicator {
  background-color: rgba(205, 197, 174, 0.4);
  width: 253px;
  height: 4px;
  margin: 0 auto 40px;
  position: relative;
}
.customer-account-myrecipes .my-recipes-grid .product-list-loader-wrapper .product-list-loader-indicator span {
  background: #cdc5ae;
  display: block;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.customer-account-myrecipes .my-recipes-grid .product-list-loader-wrapper .actions-toolbar .action {
  min-width: 253px;
}
.customer-account-dashboard.from-email .column.main > *:not(.block-dashboard-recent-recipes) {
  opacity: .4;
  pointer-events: none;
}
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .main-block-content,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .main-block-content {
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  padding: 0;
  position: relative;
}
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .product-list .product-list-item,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .product-list .product-list-item,
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .christmas-product-list .product-list-item,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .christmas-product-list .product-list-item {
  max-width: none;
  margin: 0 0 30px;
  padding: 0;
}
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .product-list .slick-slide,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .product-list .slick-slide,
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .christmas-product-list .slick-slide,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .christmas-product-list .slick-slide {
  padding: 0 5px;
}
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-title-nav,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-title-nav {
  display: flex;
  padding: 14px 20px;
}
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-title-nav.nav-bottom,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-title-nav.nav-bottom {
  display: none;
}
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-title-nav .title,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-title-nav .title {
  display: inline-block;
  width: auto;
  color: #000000;
  font-size: 13px;
  font-family: 'Gibson';
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.82px;
  margin: auto 0;
}
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-title-nav .date-info,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-title-nav .date-info {
  display: inline-block;
  width: auto;
}
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-title-nav .date-info div,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-title-nav .date-info div {
  display: inline-block;
  width: auto;
  float: left;
}
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-title-nav .date-info .plan-date,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-title-nav .date-info .plan-date {
  color: #1d1d1b;
  font-size: 15px;
  font-family: 'Gibson';
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-title-nav .date-info .kick-off-day,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-title-nav .date-info .kick-off-day {
  color: #8bb58f;
  font-size: 15px;
  font-family: 'Gibson';
  font-weight: 300;
  text-align: right;
  letter-spacing: 0.54px;
}
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-title-nav .date-info .kick-off-day:before,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-title-nav .date-info .kick-off-day:before {
  display: inline-block;
  content: "";
  border-top: .1rem solid #8bb58f;
  width: 1rem;
  transform: translateY(-0.4rem);
  margin: 0 2px 0 1px;
}
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .block-content-title-nav .delivery-nav,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .block-content-title-nav .delivery-nav {
  margin-left: auto;
}
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .products-list:not(.delivery-available-addons-list),
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .products-list:not(.delivery-available-addons-list) {
  display: inline-block !important;
  width: 100%;
  margin: 0;
}
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .price-offer-box-content,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .price-offer-box-content {
  display: flex;
  justify-content: space-between;
}
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .price-offer-box-content .price-info,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .price-offer-box-content .price-info {
  display: flex;
  align-items: center;
}
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .price-offer-box-content .price-info h6,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .price-offer-box-content .price-info h6 {
  margin: 0;
  padding: 0;
}
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .price-offer-box-content .price-info span,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .price-offer-box-content .price-info span {
  color: #1d1d1b;
  font-size: 16px;
  opacity: 0.5;
  font-weight: 400;
  line-height: 26px;
}
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .price-offer-box-content .price-info span.box-price,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .price-offer-box-content .price-info span.box-price {
  margin-left: 12px;
  color: #23231f;
  font-size: 16px;
  text-decoration: line-through;
  opacity: 0.3;
}
.customer-account-dashboard .block-myacc.block-dashboard-upcoming-delivery .price-offer-box-content .price-info span.box-special-price,
.customer-account-dashboard .block-myacc.block-dashboard-recent-recipes .price-offer-box-content .price-info span.box-special-price {
  margin-left: 12px;
}
.customer-account-dashboard .block-myacc .account-credit.failed .content-item .credit-balance-block {
  -webkit-flex-basis: 56%;
  flex-basis: 56%;
}
.customer-account-dashboard .block-myacc .content-box-wrapper .actions-toolbar .retry {
  padding: 16px 40px;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .box-information {
  padding: 0 20px 20px;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .block-content-title-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 0;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .box-information-wrapper {
  display: block;
  padding: 0 20px;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .box-information-wrapper h6 {
  padding: 0 0 17px;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .addon-items-slider {
  border: 1px solid #efefef;
  border-bottom: 0;
  padding: 15px 20px 6px;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .view-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 17px 0 10px;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .view-block .price {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.75px;
  line-height: 20px;
  opacity: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .view-block .addon-view-details {
  border-bottom: none;
  text-decoration: underline;
  color: #000000;
  opacity: 1;
  font-size: 1.4rem;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .view-block .addon-view-details:hover {
  text-decoration: none;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .product-footer {
  padding: 16px 20px 14px;
  position: relative;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .product-footer.selected-recipe-list {
  background-color: #e9faeb;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .product-footer.selected-recipe-list:hover {
  background-color: #e9faeb;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .product-footer span {
  opacity: 1;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .product-footer .addon-select-wrapper {
  margin-top: 15px;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .product-footer .recipe-status {
  color: #000000;
  font-weight: 500;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  display: block;
  text-align: left;
  padding: 0 40px 0 55px;
  background-color: transparent;
  cursor: pointer;
  margin: -16px -20px -14px;
  position: relative;
  z-index: 2;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .product-footer .recipe-status.selected:after {
  display: inline-block;
  content: '\e616';
  font-family: 'icons-blank-theme';
  color: #000;
  position: absolute;
  right: 16px;
  font-size: 22px;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .product-footer .checkmark {
  position: absolute;
  top: 15px;
  left: 22px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-color: #fff;
  border-radius: 50%;
  display: inline-block;
  z-index: 1;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .product-footer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  left: 8px;
  top: 4px;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .product-footer .checkmark.selected {
  background-color: #b2ceb5;
  border-color: #b2ceb5;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .product-footer .checkmark.selected:after {
  display: block;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .product-footer .select2-container {
  width: 100% !important;
  text-align: left;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .product-footer:hover {
  background-color: rgba(205, 197, 174, 0.25);
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .product-footer .select2 span {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.8);
  text-transform: none;
  line-height: 40px;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .product-footer .select2 span.select2-selection__rendered {
  padding-left: 13px;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .product-footer .select2 span.select2-selection__arrow b {
  margin-left: -7px;
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .product-footer .select2 span.select2-selection {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.customer-account-dashboard .block-myacc .addon-account-dashboard .addon-account-slider .product-list-item .product-footer .select2.select2-container--open .select2-selection__arrow b {
  transform: rotate(225deg) translateY(50%);
  margin-top: 0;
}
.customer-account-dashboard .price-offer-popup .modal-content {
  padding: 0 20px 20px 20px !important;
  text-align: center;
}
.customer-account-dashboard .price-offer-popup .modal-content p {
  opacity: 0.5;
  color: #31312a;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  text-align: center;
}
.customer-account-dashboard .price-offer-popup .modal-footer {
  border-top: 0 !important;
  margin-top: 0 !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.customer-account-dashboard .price-offer-popup .modal-footer .action {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #000000;
  padding: 15px;
}
.customer-account-dashboard .price-offer-popup .modal-footer .action span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.customer-account-dashboard .price-offer-popup .modal-footer .action:hover {
  background: #000000;
  color: #ffffff;
}
.customer-account-dashboard .price-offer-popup .modal-footer .action:hover span {
  color: inherit;
}
.customer-account-dashboard .price-offer-popup .modal-footer .action:last-child {
  margin-left: 40px;
}
.customer-account-dashboard .addon-product-list-title__section-name {
  display: none;
}
.notification-blocks-container .notification-block {
  margin-bottom: 40px;
  font-family: 'Gibson';
}
.notification-blocks-container .notification-block.suspended {
  background: #ffffff;
}
.notification-blocks-container .notification-block.suspended .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
}
.notification-blocks-container .notification-block.suspended .header .title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.82px;
  margin: auto 0;
}
.notification-blocks-container .notification-block.suspended .header .status {
  background: rgba(249, 195, 169, 0.25);
  border-radius: 2px;
  color: #e98d5f;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.82px;
  text-transform: uppercase;
  margin-left: auto;
  padding: 6px 20px;
}
.notification-blocks-container .notification-block.suspended .block-content {
  padding: 20px;
}
.notification-blocks-container .notification-block.suspended .block-content .description .title {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.82px;
}
.notification-blocks-container .notification-block.suspended .block-content .description p {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar {
  margin: auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar button.retry-credit-card,
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.retry-credit-card,
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .action-gift.retry-credit-card {
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.6);
  border-radius: 0;
  font-family: 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  letter-spacing: .25px;
  padding: 0;
  text-decoration: none;
  right: 14px;
  top: 13px;
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: #151515;
  font-size: 16px;
  font-family: 'Typewriter Condensed';
  text-transform: uppercase;
  letter-spacing: 0.25px;
  opacity: .6;
}
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar button.retry-credit-card:hover,
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.retry-credit-card:hover,
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .action-gift.retry-credit-card:hover {
  color: #000000;
  border-bottom: 1px solid transparent;
}
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar button.retry-credit-card.href-underline:hover,
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.retry-credit-card.href-underline:hover,
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .action-gift.retry-credit-card.href-underline:hover {
  border-bottom: 1px solid transparent;
}
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar button.update-credit-card,
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.update-credit-card,
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .action-gift.update-credit-card {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #000000;
  width: auto;
  padding: 16px 40px;
}
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar button.update-credit-card span,
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.update-credit-card span,
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .action-gift.update-credit-card span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar button.update-credit-card:hover,
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.update-credit-card:hover,
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .action-gift.update-credit-card:hover {
  background: #000000;
  color: #ffffff;
}
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar button.update-credit-card:hover span,
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.update-credit-card:hover span,
.notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .action-gift.update-credit-card:hover span {
  color: inherit;
}
.notification-blocks-container .notification-block.canceled .canceled-block {
  max-width: 900px;
  text-align: center;
}
.notification-blocks-container .notification-block.canceled .canceled-block .block-content {
  background: #ffffff;
  position: relative;
  box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.15);
}
.notification-blocks-container .notification-block.canceled .canceled-block .block-content:after {
  display: block;
  content: '';
  background: url("../../frontend/Overdose/woop/en_NZ/images/bottom_bg.png") repeat-x left bottom;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.notification-blocks-container .notification-block.canceled .canceled-block .block-content .description {
  width: 100%;
}
.notification-blocks-container .notification-block.canceled .canceled-block .block-content .description .title {
  color: #000000;
  font-family: 'Gibson';
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.11px;
}
.notification-blocks-container .notification-block.canceled .canceled-block .block-content .description .title:before {
  content: '';
  background-image: url('../../frontend/Overdose/woop/en_NZ/images/icons/subscription-cancelled.png');
  background-repeat: no-repeat;
  display: block;
  height: 62px;
  width: 67px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.notification-blocks-container .notification-block.canceled .canceled-block .block-content .description p {
  color: #000000;
  font-family: 'Gibson';
  font-weight: 300;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
}
.notification-blocks-container .notification-block.canceled .canceled-block .block-content .actions-toolbar {
  width: 100%;
  text-align: center;
}
.notification-blocks-container .notification-block.canceled .canceled-block .block-content .actions-toolbar .restart-my-deliveries {
  background-color: #000000;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #ffffff;
}
.notification-blocks-container .notification-block.canceled .canceled-block .block-content .actions-toolbar .restart-my-deliveries span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.notification-blocks-container .notification-block.canceled .canceled-block .block-content .actions-toolbar .restart-my-deliveries:hover {
  background: #ffffff;
  color: #000000;
}
.notification-blocks-container .notification-block.canceled .canceled-block .block-content .actions-toolbar .restart-my-deliveries:hover span {
  color: inherit;
}
.notification-blocks-container .notification-block.canceled .bottom-action-toolbar {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.notification-blocks-container .notification-block.canceled .bottom-action-toolbar .restart-my-deliveries {
  background-color: #000000;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #ffffff;
}
.notification-blocks-container .notification-block.canceled .bottom-action-toolbar .restart-my-deliveries span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.notification-blocks-container .notification-block.canceled .bottom-action-toolbar .restart-my-deliveries:hover {
  background: #ffffff;
  color: #000000;
}
.notification-blocks-container .notification-block.canceled .bottom-action-toolbar .restart-my-deliveries:hover span {
  color: inherit;
}
.customer-account-mydeliveries .notification-blocks-container .notification-block.suspended {
  background: transparent;
  text-align: center;
  border: 0;
  box-shadow: none;
  max-width: 655px;
  margin: 0 auto;
}
.customer-account-mydeliveries .notification-blocks-container .notification-block.suspended .block-content {
  display: inline-block;
  text-align: center;
}
.customer-account-mydeliveries .notification-blocks-container .notification-block.suspended .block-content .description {
  width: 100%;
}
.customer-account-mydeliveries .notification-blocks-container .notification-block.suspended .block-content .description span {
  margin-bottom: 10px;
}
.customer-account-mydeliveries .notification-blocks-container .notification-block.suspended .block-content .description span:before {
  content: '';
  background-image: url('../../frontend/Overdose/woop/en_NZ/images/icons/ccard-black-icon.png');
  background-repeat: no-repeat;
  display: block;
  height: 60px;
  width: 85px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.customer-account-mydeliveries .notification-blocks-container .notification-block.suspended .block-content .description p {
  opacity: .5;
}
.customer-account-mydeliveries .notification-blocks-container .notification-block.suspended .block-content .actions-toolbar {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.customer-account-mydeliveries .notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .update-credit-card {
  background-color: #000000;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #ffffff;
  margin: 0 auto;
}
.customer-account-mydeliveries .notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .update-credit-card span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.customer-account-mydeliveries .notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .update-credit-card:hover {
  background: #ffffff;
  color: #000000;
}
.customer-account-mydeliveries .notification-blocks-container .notification-block.suspended .block-content .actions-toolbar .update-credit-card:hover span {
  color: inherit;
}
.dashboard-container .action-block {
  max-width: 1440px;
  margin: 0 auto;
  background: #edeae1;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  font-family: 'Gibson';
}
.dashboard-container .action-block.canceled .canceled-block {
  text-align: center;
}
.dashboard-container .action-block.canceled .canceled-block .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dashboard-container .action-block.canceled .canceled-block .block-content .description {
  display: inline-block;
}
.dashboard-container .action-block.canceled .canceled-block .block-content .description:before {
  content: '';
  background-image: url('../../frontend/Overdose/woop/en_NZ/images/icons/delicious.png');
  background-size: 95% 95%;
  background-repeat: no-repeat;
  display: block;
}
.dashboard-container .action-block.canceled .canceled-block .block-content .description .title {
  color: #000000;
  font-family: 'Gibson';
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}
.dashboard-container .action-block.canceled .canceled-block .block-content .description .plan {
  color: #1d1d1b;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  display: inline-block;
  opacity: .5;
}
.dashboard-container .action-block.canceled .canceled-block .block-content .actions-toolbar .restart-my-deliveries {
  background-color: #000000;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #ffffff;
}
.dashboard-container .action-block.canceled .canceled-block .block-content .actions-toolbar .restart-my-deliveries span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dashboard-container .action-block.canceled .canceled-block .block-content .actions-toolbar .restart-my-deliveries:hover {
  background: #ffffff;
  color: #000000;
}
.dashboard-container .action-block.canceled .canceled-block .block-content .actions-toolbar .restart-my-deliveries:hover span {
  color: inherit;
}
.dashboard-container .action-block.long-weekend .long-weekend-block {
  text-align: center;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .description {
  display: inline-block;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .description:before {
  content: '';
  background-image: url('../../frontend/Overdose/woop/en_NZ/images/icons/subscription-question.png');
  background-size: 95% 95%;
  background-repeat: no-repeat;
  display: block;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .description .title {
  color: #000000;
  font-family: 'Gibson';
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .description p {
  color: #1d1d1b;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  display: inline-block;
  opacity: .5;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar .control {
  float: left;
  margin-right: 10px;
  min-width: 200px;
  max-width: 300px;
  display: inline-block;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar .control .select2-container {
  width: 100% !important;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar .control .select2-selection__rendered {
  text-align: left;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar .update-deliver-time {
  background-color: #000000;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  color: #ffffff;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar .update-deliver-time span {
  color: inherit;
  font-family: 'Gibson';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar .update-deliver-time:hover {
  background: #ffffff;
  color: #000000;
}
.dashboard-container .action-block.long-weekend .long-weekend-block .block-content .actions-toolbar .update-deliver-time:hover span {
  color: inherit;
}
.customer-account-mydeliveries .dashboard-container .action-block.canceled .canceled-block .block-content .description .plan span + span:before {
  display: inline-block;
  content: '-';
  margin: 0 6px 0 3px;
}
.customer-account-addons .notification-block.messages + .dashboard-container.reactivate-subscription-block .action-block.canceled {
  margin-top: -10px;
}
.customer-account-mydeliveries .notification-block.messages + .dashboard-container.reactivate-subscription-block .action-block.canceled {
  margin-top: -10px;
}
.delivery-popup .modal-inner-wrap {
  max-width: 884px;
}
.delivery-popup .shipping-address-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 0;
}
.delivery-popup .shipping-address-items .title-content {
  font: 400 1.3rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 16px 20px;
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  letter-spacing: 0.5px;
}
.delivery-popup .shipping-address-items .shipping-address-item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 20px;
}
.delivery-popup .shipping-address-items .shipping-address-item.selected {
  border-color: #1d1d1b;
}
.delivery-popup .shipping-address-items .shipping-address-item.selected .paragraph-large {
  opacity: .8;
}
.delivery-popup .shipping-address-items .shipping-address-item.selected .button-underline {
  opacity: .3;
}
.delivery-popup .shipping-address-items .shipping-address-item.selected:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #000000 url("../../frontend/Overdose/woop/en_NZ/images/icons/tick_icon.png") no-repeat center;
}
.delivery-popup .shipping-address-items .shipping-address-item:last-child {
  border-style: dashed;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.delivery-popup .shipping-address-items .shipping-address-item .address-item-info {
  padding: 14px 20px 40px;
}
.delivery-popup .shipping-address-items .shipping-address-item .paragraph-large {
  margin-bottom: 40px;
  font-weight: 400;
  word-wrap: break-word;
}
.delivery-popup .shipping-address-items .shipping-address-item .paragraph-large span.address_full_name,
.delivery-popup .shipping-address-items .shipping-address-item .paragraph-large a.address_telephone {
  display: block;
}
.delivery-popup .shipping-address-items .shipping-address-item .paragraph-large a {
  color: #1d1d1b;
}
.delivery-popup .shipping-address-items .shipping-address-item .actions-toolbar {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-align: left;
}
.delivery-popup .shipping-address-items .shipping-address-item .address-box-content button,
.delivery-popup .shipping-address-items .shipping-address-item .address-box-content .cart.table-wrapper .actions-toolbar > .action,
.delivery-popup .shipping-address-items .shipping-address-item .address-box-content .action-gift {
  box-shadow: none;
  background: transparent;
  border: none;
  text-transform: uppercase;
  font: 500 1.3rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: .5px;
  padding: 0;
}
.delivery-popup .leave-box-place-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.delivery-popup .leave-box-place-wrapper > * {
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
}
.delivery-popup .leave-box-place-wrapper span {
  font: 400 1.6rem/2rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(29, 29, 27, 0.5);
}
.delivery-popup .leave-box-place-wrapper .select2-container {
  width: 100% !important;
}
.delivery-popup #address-form-list > .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid #efefef;
}
.delivery-popup #address-form-list > .actions-toolbar:before,
.delivery-popup #address-form-list > .actions-toolbar:after {
  display: none;
}
.delivery-popup #address-form-list > .actions-toolbar .paragraph-light {
  text-transform: none;
  font-size: 16px;
}
.delivery-rating-popup .modal-inner-wrap {
  max-width: 884px;
}
.mydeliveries-recipes-wrapper-inner .selected-recipe-block {
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.mydeliveries-recipes-wrapper-inner .selected-recipe-block.no-recipes {
  margin-bottom: 0;
  padding-bottom: 25px;
}
.mydeliveries-recipes-wrapper-inner .recipe-rating-stars {
  max-width: 110px;
}
.mydeliveries-recipes-wrapper-inner .title {
  color: #000000;
  font: 600 1.4rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.82px;
  text-transform: uppercase;
}
.mydeliveries-recipes-wrapper-inner .heading-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mydeliveries-recipes-wrapper-inner .heading-block .additional-info {
  color: rgba(29, 29, 27, 0.5);
  font: 300 1.4rem/2rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.mydeliveries-recipes-wrapper-inner .delivery-rating {
  display: none;
}
.mydeliveries-recipes-wrapper-inner .delivery-rating .title {
  margin-right: 18px;
}
#delivery-rating-star-wrapper .recipe-rating-stars {
  max-width: 110px;
}
#delivery-rating-star-wrapper .popup-heading {
  text-align: center;
}
#delivery-rating-star-wrapper .popup-title {
  margin-bottom: 10px;
}
#delivery-rating-star-wrapper .plan-date {
  text-transform: capitalize;
  font: 300 1.6rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#delivery-rating-star-wrapper .popup-rating .title {
  font: 500 1.1rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#delivery-rating-star-wrapper .popup-rating .recipe-rating-stars {
  margin-left: -7px;
}
#delivery-rating-star-wrapper .popup-rating .control {
  margin-bottom: 4rem;
}
#delivery-rating-star-wrapper .popup-rating .actions-toolbar {
  text-align: center;
  margin: 0;
}
#delivery-rating-star-wrapper .popup-rating .actions-toolbar .action {
  width: 100%;
  max-width: 378px;
}
#delivery-rating-star-wrapper .popup-rating .field textarea {
  height: 114px;
}
#delivery-rating-star-wrapper .popup-rating .field .control {
  position: relative;
}
#delivery-rating-star-wrapper .popup-rating .field .control:after {
  content: '(optional)';
  width: 88px;
  text-align: right;
  line-height: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 15px;
  top: 12px;
  height: 15px;
  z-index: 2;
}
#delivery-rating-star-wrapper .popup-rating .field .control.focus:after {
  display: none;
}
#delivery-rating-star-wrapper .popup-stars-wrap {
  margin-bottom: 24px;
}
.connector-newsletter {
  border-top: 1px dashed #aeada9;
  padding-top: 40px;
}
.communication-title {
  margin: 0 0 20px;
}
.communication-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.communication-list .communication-item {
  background: #ffffff;
  -webkit-flex-basis: calc(50% - 15px);
  flex-basis: calc(50% - 15px);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.communication-list .communication-item .header-content {
  padding: 25px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.communication-list .communication-item .header-content p {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  line-height: 2rem;
}
.communication-list .communication-item .title-preferences {
  margin: 0 0 10px;
  font-size: 1.3rem;
  color: #000000;
}
.communication-list .communication-item .form-list {
  margin: 0;
  padding: 0 20px;
}
.communication-list .communication-item .form-list p {
  margin: 0;
}
.communication-list .communication-item .form-list .checkbox-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.communication-list .communication-item .form-list .checkbox-block .title {
  margin-left: 20px;
  color: rgba(29, 29, 27, 0.8);
  font-size: 1.6rem;
}
.communication-list .communication-item .form-list .cms-content p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
}
.communication-list .communication-item .form-list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
  padding: 20px 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.communication-list .communication-item .form-list li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.communication-list .communication-item .form-list li label {
  margin: 0;
}
.dashboard-selected-addons-list {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.dashboard-selected-addons-info {
  line-height: normal;
  border-bottom: 1px solid #efefef;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dashboard-selected-addons-info__date {
  opacity: 50%;
}
.dashboard-selected-addons-info__text {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.055625em;
}
.dashboard-selected-addons-info__days-left {
  color: #9dcca1;
  white-space: pre-wrap;
}
.dashboard-selected-addons-info__days-left:before {
  content: " ― ";
}
.dashboard-selected-addons-info__actions {
  margin-left: auto;
  padding-right: 2rem;
}
a.dashboard-selected-addons-info__action {
  display: inline-block;
}
a.dashboard-selected-addons-info__action,
a.dashboard-selected-addons-info__action:visited,
a.dashboard-selected-addons-info__action:active,
a.dashboard-selected-addons-info__action:focus {
  color: #151515;
  opacity: 0.8;
  font-family: 'Typewriter Condensed';
  text-transform: uppercase;
}
.dashboard-selected-addons-info__action:before {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 2.8rem;
  height: 1.8rem;
  margin-right: 1.1rem;
}
.dashboard-selected-addons-info__view-all {
  font-size: 1.6rem;
}
a.dashboard-selected-addons-info__view-all {
  display: flex;
  align-items: center;
}
a.dashboard-selected-addons-info__view-all > span {
  position: relative;
  top: 1px;
}
.dashboard-selected-addons-info__view-all:before {
  background-image: url("../../frontend/Overdose/woop/en_NZ/images/icons/view-menu.png");
}
.dashboard-selected-addon {
  border: solid 1px #efefef;
}
.our-plan-wrapper {
  width: 100%;
  background: #ffffff;
}
.our-plan-wrapper .title-block {
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(29, 29, 27, 0.34);
}
.our-plan-wrapper .title-block p {
  font: 300 1.6rem/2.2rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  color: rgba(29, 29, 27, 0.5);
  text-align: center;
}
.our-plan-wrapper .plan-title {
  font: 700 3rem/4rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000000;
  letter-spacing: 2px;
  margin: 0 0 6px;
  text-align: center;
}
.our-plan-wrapper .plan-setting {
  padding: 20px 0 15px;
}
.our-plan-wrapper .plan-types,
.box-subscription .plan-types {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.our-plan-wrapper .plan-item-type,
.box-subscription .plan-item-type {
  -webkit-flex: 0 1 33%;
  -moz-flex: 0 1 33%;
  -ms-flex: 0 1 33%;
  flex: 0 1 33%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  padding: 14px 0;
  color: rgba(29, 29, 27, 0.5);
  font: 500 1.4rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background: #f9f7f2;
  border: 1px solid #e8e7e2;
  letter-spacing: 1.25px;
  cursor: pointer;
}
.our-plan-wrapper .plan-item-type.chosen,
.box-subscription .plan-item-type.chosen {
  background: #000000;
  color: #ffffff;
  border: none;
}
.our-plan-wrapper .plan-item-type .subtitle,
.box-subscription .plan-item-type .subtitle {
  display: block;
  margin-top: 10px;
  padding: 0 5px;
  font: 400 10px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: none;
}
.our-plan-wrapper .plan-item-type .forbidden,
.box-subscription .plan-item-type .forbidden {
  font: 400 14px 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: none;
}
.our-plan-wrapper .plan-item-type.tooltip-wrapper .tooltip-content {
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}
.our-plan-wrapper .subscription-settings,
.our-plan-wrapper .delivery-info {
  margin-top: 15px;
  margin-bottom: 0;
}
.our-plan-wrapper .subscription-settings.top {
  margin: 0 0 15px;
}
.our-plan-wrapper .plan-people-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.our-plan-wrapper .plan-people-selector .no-people-wrapper,
.our-plan-wrapper .plan-people-selector .no-recipe-wrapper {
  -webkit-flex-basis: 47%;
  flex-basis: 47%;
  max-width: 47%;
}
.our-plan-wrapper .plan-people-selector .recipes-selector,
.our-plan-wrapper .plan-people-selector .people-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.our-plan-wrapper .plan-people-selector .recipes-selector > div,
.our-plan-wrapper .plan-people-selector .people-selector > div {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.our-plan-wrapper .plan-people-selector .preference-type {
  margin: 10px 0 0;
}
.our-plan-wrapper .plan-people-selector .people-text {
  white-space: nowrap;
}
.our-plan-wrapper .no-date-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile-plans-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 10px;
  background: #ffffff;
  z-index: 10;
}
.preference-summary .action.continue {
  background: #000000;
  color: #ffffff;
}
.preference-summary .action.continue:hover {
  background: #ffffff;
  color: #000000;
}
.actions-toolbar.our-plans.mobile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-jsutify-content: space-between;
  -moz-jsutify-content: space-between;
  -ms-jsutify-content: space-between;
  jsutify-content: space-between;
}
.actions-toolbar.our-plans.mobile button,
.actions-toolbar.our-plans.mobile .cart.table-wrapper .actions-toolbar > .action,
.actions-toolbar.our-plans.mobile .action-gift {
  -webkit-flex-basis: calc(50% - 6px);
  flex-basis: calc(50% - 6px);
  margin: 0;
  padding: 11px 0;
}
.actions-toolbar.our-plans.mobile button.continue,
.actions-toolbar.our-plans.mobile .cart.table-wrapper .actions-toolbar > .action.continue,
.actions-toolbar.our-plans.mobile .action-gift.continue {
  background: #000000;
  color: #ffffff;
}
.actions-toolbar.our-plans.mobile button.continue:hover,
.actions-toolbar.our-plans.mobile .cart.table-wrapper .actions-toolbar > .action.continue:hover,
.actions-toolbar.our-plans.mobile .action-gift.continue:hover {
  background: #ffffff;
  color: #000000;
}
#our-plans-form {
  height: 100vh;
  position: relative;
}
#our-plans-form:after {
  background-image: url('../../frontend/Overdose/woop/en_NZ/images/loader-1.gif');
  background-size: contain;
  content: '';
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: 2;
}
#our-plans-form.rendered {
  height: auto;
}
#our-plans-form.rendered:after {
  display: none;
}
.plans-menu-wrap .list-header {
  border-bottom: 1px dashed rgba(29, 29, 27, 0.34);
}
.plans-menu-wrap .list-header .title {
  font: 700 5.8rem/4.8rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1d1d1b;
  display: inline-block;
}
.plans-menu-wrap .list-header .description {
  font: 700 2.8rem/2.8rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000000;
  display: block;
  margin: 0;
  max-width: 538px;
}
@media (max-width: 1110px) {
  .plans-menu-wrap div.product-list .product-list-item {
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
    min-width: 49%;
    margin: 0;
  }
  .plans-menu-wrap div.product-list .product-list-item:nth-of-type(3n + 2) {
    margin: 0;
  }
  .plans-menu-wrap div.product-list .product-list-item:nth-of-type(2n) {
    margin-top: 40px;
  }
}
@media (max-width: 1180px) {
  .plans-menu-wrap div.product-list .product-list-item .product-info {
    padding: 22px 10px 10px;
  }
}
.plans-menu-wrap .slider-header .title {
  font: 700 2.8rem/2.8rem 'Typewriter Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000000;
  display: inline-block;
}
.plans-menu-wrap .slider-header .description {
  font: 300 1.6rem/2rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(29, 29, 27, 0.5);
}
.plans-menu-wrap .recipe-list-second-week {
  border-top: 1px dashed rgba(29, 29, 27, 0.34);
}
.box-subscription {
  background: transparent url("../../frontend/Overdose/woop/en_NZ/images/subscription-box-bg.png") no-repeat;
}
.box-subscription .title-block .title {
  margin: 0 0 37px;
  font: 700 4rem/4rem 'Gibson', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  color: #000000;
}
.box-subscription .plan-setting {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.box-subscription .plan-people-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.box-subscription .plan-people-selector .no-people-wrapper {
  width: 150px;
  margin-right: 30px;
}
.box-subscription .plan-people-selector .people-selector,
.box-subscription .plan-people-selector .recipes-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.box-subscription .plan-people-selector .no-recipe-wrapper {
  width: 150px;
}
.box-subscription .plan-people-selector .recipes-selector {
  max-width: 100px;
}
.box-subscription .select-your-plan,
.box-subscription .subscription-settings {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 350px;
}
.box-subscription .preference-summary {
  border: none;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.box-subscription .preference-summary .preference-summary-info,
.box-subscription .preference-summary .actions-toolbar {
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
}
.box-subscription .preference-summary .action.continue {
  width: 100%;
}
