/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {

  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #636363;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #3399cc;
  text-decoration: none;
}

a:hover {
  color: #2e8ab8;
  text-decoration: underline;
}

a:focus {
  outline-color: #3091c2;
  color: #143d52;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #3399cc;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #636363;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #11b400;
}

.availability.available-soon,
.availability.out-of-stock {
  color: red;
}

.availability-only {
  color: red;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #636363;
  border-bottom: 1px solid #ededed;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 20px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #cccccc;
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #3399cc;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #a0a0a0;
}

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

.block-content {
  margin-top: 5px;
}

.block-content.unpad {
  padding: 0;
}

.block-content li.item {
  margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
  margin-bottom: 0;
}

.block .actions {
  margin: 10px 0 0;
}
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
.block .actions a {
  float: left;
}
.block .actions .button {
  float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

@media only screen and (max-width: 770px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
  }
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #cccccc;
  }

  .sidebar .block-account .block-title > strong span:after,
  .sidebar .block-cms-menu .block-title > strong span:after {
    content: ' Menu';
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #3399cc;
}
.block-account li a,
.block-cms-menu li a {
  color: #636363;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #3399cc;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #dddddd;
  color: #636363;
  padding: 7px 15px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #636363;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #636363;
  background: #c4c4c4;
  outline: none;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #3399cc;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #2e8ab8;
  cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #297aa3;
  color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #297aa3;
  outline: none;
  color: #FFFFFF;
}

a.button {
  text-decoration: none;
}

a.button:hover {
  color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
  margin-left: 5px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #3399cc;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #246b8f;
}

@media only screen and (max-width: 770px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .buttons-set .back-link {
    display: none;
  }
  .customer-account-forgotpassword .buttons-set .back-link {
    display: block;
  }
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 40px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 670px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set a:not(".button") {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: -15px 0 15px;
}

.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

.breadcrumbs a {
  float: left;
  color: #636363;
}

.breadcrumbs a:hover {
  color: #3399cc;
}

.breadcrumbs strong {
  color: #636363;
  font-weight: normal;
}

.breadcrumbs span {
  float: left;
  padding: 0 7px;
}

@media only screen and (max-width: 770px) {
  .breadcrumbs {
    display: none;
  }
}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ededed;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.btn-remove:hover,
.btn-previous:hover {
  background-color: #3399cc;
  border-color: #3399cc;
}

.btn-remove:after {
  content: 'X';
  color: #3399cc;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
}
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid white;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  color: #3399cc !important;
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
  border-bottom: 1px solid #3399cc;
  line-height: 40px;
}
.cvv-what-is-this:hover{
  color: #3399cc !important;
  border-bottom: 1px solid #3399cc;
}
/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 15px;
}
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 480px) {
  .main-container,
  .footer-container {
    padding: 30px;
  }
}
.footer-container {
  padding-top: 0px;
}

/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 75%;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 770px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  .col-main {
    float: none;
    width: auto;
  }

  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
}
/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 770px) {

  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    float: none;
    width: 100%;

  }
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 771px) {
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #e6e6e6;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #3399cc;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11b400;
}

.error {
  color: red;
  font-weight: bold;
}

.notice {
  color: #e26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  border-left: 5px solid red;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid red;
  border-right: none;
}

.messages .notice-msg li {
  border-left: 5px solid #e26703;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
}

.messages .success-msg li {
  border-left: 5px solid #11b400;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11b400;
  border-right: none;
}

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #cccccc;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  border-top: none;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
    text-align: right;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  float: none;
    display: inline;
    vertical-align: top;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #a0a0a0;
}

.price-box .price {
  color: red;
    font-size: 2.308em;
}

.price-box .price,
.price {
  white-space: nowrap;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box .price-label {
  color: #a0a0a0;
  white-space: nowrap;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #3399cc;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
    font-size: unset;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
    font-family: "BebasNeue", Arial, sans-serif;
    font-size: 2.308em;
}

.price-box .old-price .price {
  color: #008265;

  text-decoration: line-through;
}

.price-box .special-price {
  color: #3399cc;
  padding-left: 1em;
}
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 14px;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #3399cc;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
}
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  border: 1px solid #ededed;
}

.no-touch .product-image:hover {
  border-color: #3399cc;
}

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
.ratings .amount {
  display: block;
  margin: 5px auto;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  margin: 0 0 1.5em;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

.std ul li {
  margin-left: 2em;
}

.std .note {
  color: #a0a0a0;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  background: #f4f4f4;
  padding: 5px 10px 0px 10px;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar,
.pager {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #636363;
  line-height: 30px;
  font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}

.sorter {
  float: left;
  margin-bottom: 5px;
}
.sorter label {
  float: left;
  margin-right: 5px;
}
.sorter label:after {
  content: ':';
}

.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

.sorter > .view-mode {
  float: right;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
.sorter > .view-mode .list {
  background-position: 11px -517px;
}
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}
.recent-order-block .pager {
  margin-bottom: 0;
  padding: 15px 0 10px;
}
.recent-order-block .pager .amount,
.recent-order-block .pager .pages {
  margin-bottom: 0;
  line-height: 25px;
}
.pager {
  float: right;
  overflow: hidden;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  float: left;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
.pager .limiter > label {
  padding-right: 5px;
}
.pager .limiter > label:after {
  content: ':';
}
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
.pages strong {
  display: none;
}

.pages li {
  float: left;
}

.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #3399cc;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.pages .current,
.pages .current:hover {
  color: #636363;
  border: 1px solid #cccccc;
  width: 30px;
  background-color: #FFFFFF;
  cursor: default;
}

.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
}
.pages .next:hover,
.pages .previous:hover {
  border: 1px solid #3399cc;
}

.pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #3399cc;
  border-right: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #246b8f;
  border-right: none;
}

.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3399cc;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #246b8f;
  border-left: none;
}

@media only screen and (max-width: 320px) {
  .recent-order-block .pager .amount,
  .recent-order-block .pager .pages {
    font-size: 12px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none;
  }

  .pages {
    float: left;
  }

  .limiter label {
    display: none;
  }
  .recent-order-block .pager select {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .col1-layout .recent-order-block .pager .limiter {
    border: 1px solid rgb(166, 166, 166);
    height: 28px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 770px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col1-layout .pager .count-container {
    float: right;
  }
  .col1-layout .recent-order-block .pager {
    float: right;
    width: auto;
  }
}
@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399cc;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
.widget .pager {
  float: none;
  width: 100%;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ededed;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
}
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' *';
  color: red;
  font-weight: normal;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #a0a0a0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid silver;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid silver;
  background: #FFFFFF;
  font-size: 15px;
}
.input-text:focus {
  border: 1px solid #3399cc;
}

.input-text.validation-failed {
  border-color: red;
}

.input-text.validation-failed:focus {
  outline-color: #ff7f7f;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
  padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #a0a0a0;
}

input:-moz-placeholder {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: red;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  /*color: #636363;*/
  background-color: #f4f4f4;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  /*padding: 6px 10px 6px 40px;*/
  vertical-align: baseline;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  /*background-color: #e7e7e7;*/
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #a0a0a0;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
  font-size: 1.15em;
}

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  background: #f4f4f4;
  text-transform: uppercase;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid silver;
}

.data-table tbody td,
.data-table tfoot td {
  font-family: Georgia, Times, "Times New Roman", serif;
}

.data-table tfoot tr {
  background: #f4f4f4;
}

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid silver;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid silver;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #eeeded;
}
.zebra-table tr:nth-child(odd) {
  background-color: #f8f7f5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 771px) {
  .page-header {
    margin: 0 auto;
  }

  .page-header-container {
    position: relative;
  }
}
.header-language-container,
.page-header {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  padding: 10px;
  background-color: #3399cc;
  text-transform: uppercase;
}
.header-language-background .header-language-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}
.header-language-background .welcome-msg {
  float: right;
}

.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}
.page-header-container .store-language-container label {
  display: none;
}
.page-header-container .store-language-container select {
  max-width: 100%;
}

@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px;
  }
  .page-header-container .store-language-container select {
    font-size: 12px;
  }
}
.header-language-background,
.header-language-background a {
  color: #e6e6e6;
}

@media only screen and (max-width: 770px) {
  .header-language-background {
    display: none;
  }
}
/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  width: 65%;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding: 10px;
}
.logo img {
  max-width: 100%;
}
.logo .small {
  display: block;
}
.logo .large {
  display: none;
}

.logo:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 771px) {
  .logo {
    max-width: 300px;
    min-height: 90px;
  }
  .logo .small {
    display: none;
  }
  .logo .large {
    display: block;
  }
}
/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

@media only screen and (min-width: 771px) {
  .skip-links {
    border: 0;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 44px;
  background: #FFFFFF;
  color: #636363;
  line-height: 42px;
  text-align: center;
}

a.skip-link {
  text-decoration: none;
}

.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}

@media only screen and (max-width: 770px) {
  .skip-link {
    border-right: 1px solid #EDEDED;
  }

  .skip-link:last-child {
    border-right: 0;
  }
}
@media only screen and (min-width: 500px) {
  .skip-link {
    width: 25%;
  }
}
/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 770px) {
  .skip-link.skip-active {
    background: #EDEDED;
    color: inherit;
  }

  .skip-link.skip-active span {
    color: inherit;
  }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

@media only screen and (min-width: 500px) {
  .skip-link .icon {
    margin-right: 3px;
  }
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none;
}

@media only screen and (min-width: 500px) {
  .skip-link .label {
    display: inline;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 770px) {
  #header-account li a,
  .nav-primary a.level0 {
    padding: 0 15px 0 25px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    color: #636363;
    text-transform: uppercase;
    line-height: 30px;
  }

  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0;
  }

  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #f4f4f4;
    text-decoration: none;
  }
}
/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 40%;
}
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

.skip-nav .label {
  display: inline;
}

.skip-nav .icon {
  background-position: 4px 4px;
}

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%;
  }
}
@media only screen and (min-width: 771px) {
  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 770px) {
  #header-nav {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 771px) {
  #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: 1px solid #ededed;
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 771px) {
  .nav-primary {
    display: block;
    margin-top: 15px;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #636363;
  line-height: 30px;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.nav-primary li {
  position: relative;
}
.nav-primary li.level1 a {
  border-bottom: 1px solid #cccccc;
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

.nav-primary li.level0 > a {
  text-transform: uppercase;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 770px) {
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
  }
  .nav-primary li.level0 ul {
    display: none;
  }
  .nav-primary li.level0 li {
    padding: 0 0 0 25px;
  }
  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }
  .nav-primary li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #cccccc;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #cccccc;
    border-bottom: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #3399cc;
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 771px) {
  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Styles that only show when the menu is visible */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
  }
  .nav-primary a.level0 {
    padding: 0 25px;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #3399cc;
  }
  .nav-primary .menu-active,
  .nav-primary li.level0:hover {
    z-index: 200;
  }
  .nav-primary li.level0 ul {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    position: absolute;
    left: 0;
    top: 30px;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    /* Hide until displayed. */
  }
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }
  .nav-primary li:hover > ul {
    display: block;
    /* Force display */
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #cccccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }
}
/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
.skip-search .icon {
  background-position: 4px -146px;
}

@media only screen and (min-width: 771px) {
  .skip-search {
    display: none;
  }
}
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  padding: 20px;
}

@media only screen and (min-width: 771px) {
  #header-search {
    display: block;
    position: absolute;
    top: 55px;
    right: 0;
    width: 25%;
    height: 50px;
    padding: 0;
  }
}
/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}

#search_mini_form label {
  display: none;
}

#search {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

#search_mini_form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
}

#search_mini_form .search-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-position: 4px -146px;
}

#search_mini_form .search-button:hover:before {
  opacity: 0.8;
}

#search_mini_form .search-button:active:before {
  margin-top: -13px;
  margin-left: -13px;
}

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon {
  background-position: -46px -44px;
}
.skip-account .icon {
  background-position: 4px -44px;
}

@media only screen and (min-width: 771px) {
  .skip-account {
    position: absolute;
    top: 0;
    right: 115px;
    width: auto;
    padding: 0 10px;
    text-transform: uppercase;
  }

  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px;
  }

  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #636363;
    line-height: 2;
  }

  #header-account a:hover {
    color: #3399cc;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
}

#header-account a {
  position: relative;
  display: block;
  padding: 0 10px;
  line-height: 33px;
  text-align: center;
}

#header-account a:hover {
  color: #3399cc;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart:not(.skip-active):hover .icon {
  background-position: -50px -95px;
}
.skip-cart .icon {
  background-position: 0px -95px;
}

@media only screen and (min-width: 771px) {
  .skip-cart {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    padding: 0 10px;
  }

  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 0;
    width: 320px;
    background: white;
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(51, 153, 204, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.skip-link.skip-active .count {
  color: white;
}

.skip-cart.no-count .count {
  display: none;
}

@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 771px) {
  .skip-cart {
    color: #3399cc;
    text-transform: uppercase;
  }
  .skip-cart:hover {
    text-decoration: none;
  }
  .skip-cart .count {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    color: #3399cc;
    position: static;
    background: none;
    margin-left: 0px;
    font-size: 14px;
  }
  .skip-cart .count:before {
    content: '(';
  }
  .skip-cart .count:after {
    content: ')';
  }
}
.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #a0a0a0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.footer {
  clear: both;
  width: 100%;
  border-top: 1px solid #cccccc;
  padding-top: 30px;
  /* -------------------------------------------- *
   * Social icons
   */
}
@media only screen and (max-width: 479px) {
  .footer {
    padding-top: 15px;
  }
}
.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}
.footer .block-title strong {
  font-weight: normal;
}
.footer .block-title,
.footer address {
  color: #3399cc;
}
.footer .links {
  float: left;
  width: 17%;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
}
.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}
.footer .links a {
  color: #636363;
}
.footer .links a:hover {
  color: #3399cc;
}
.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 30px;
}
.footer .links,
.footer .block-subscribe {
  text-transform: uppercase;
  font-size: 12px;
}
.footer .form-subscribe-header {
  display: none;
}
.footer .links.social-media em {
  background-image: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .footer .links.social-media em {
    background-image: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}
.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}
.footer .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0;
}
.footer .block-subscribe .input-text {
  width: 100%;
  border-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.footer .block-subscribe .block-content {
  padding-top: 7px;
}
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
.footer .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0;
}
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
}
.footer .bugs,
.footer address {
  clear: both;
}
.footer .bugs {
  display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
.footer address {
  border-top: 1px solid #cccccc;
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 30px;
  padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }
  .footer .links:nth-child(4) {
    margin-right: 0;
  }
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 770px) {
  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .footer .links {
    width: 48.4375%;
    margin-right: 0;
  }
  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both;
  }
  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

.category-image {
  margin-bottom: 1.5em;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  /*text-transform: uppercase;*/
  font-size: 1em;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #636363;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #3399cc;
  text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 500;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}

.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

.products-grid .product-image img {
  width: 100%;
  height: auto;
}
.products-grid .product-image img:hidden {
  display: none;
}

.products-grid .product-info {
  position: relative;
  padding-bottom: 95px;
}

.products-grid .actions {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}

.products-grid .ratings .rating-box {
  margin: 0 auto;
}

.products-grid .ratings .amount {
  display: none;
}

.products-grid .price-box {
  color: #a0a0a0;
  font-size: 13px;
  margin: 0 0 5px;
}

.products-grid .add-to-links {
  margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

.products-grid > li:nth-child(odd) {
  clear: left;
}

.products-grid > li:nth-child(even) {
  margin-right: 0;
}

.products-grid .product-image {
  margin-bottom: 5px;
}
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  .products-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
.products-list .product-shop .ratings {
  margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
.products-list .product-shop .price-box {
  margin-top: 0;
}
.products-list .product-shop .price-box .price {
  font-size: 18px;
}
.products-list .product-shop .action {
  margin: 7px 0;
}
.products-list .product-shop .desc {
  margin-top: 7px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 75%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 25%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
.mini-products-list .product-details {
  margin-left: 60px;
}
.mini-products-list .product-details .product-name {
  padding-top: 10px;
}
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #cccccc;
  padding: 10px;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 5px 15px;
  display: block;
}
.block-layered-nav dl dd ol > li > a .count {
  color: #a0a0a0;
}

@media only screen and (min-width: 771px) {
  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px;
  }
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }

  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .block-layered-nav .block-content > dl > dt:hover {
    color: #3399cc;
  }
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
  }
  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content > dl > dd {
    display: none;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }

  .block-layered-nav .block-subtitle--filter {
    background-color: #3399cc;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid white;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #2e8ab8;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid white;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #cccccc;
    border-top: 0;
  }

  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }

  .block-layered-nav dl ol > li > a {
    color: #636363;
    background-color: #f4f4f4;
    padding: 5px 10px;
  }
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #e7e7e7;
  }
}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}

/* ============================================ *
 * Catalog Event
 * ============================================ */
.event-container {
  clear: both;
  border: 1px solid #3399cc;
  position: relative;
  z-index: 2;
  border-width: 1px 1px;
  margin-top: 7px;
  height: 59px;
}
.event-container:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #3399cc;
  border-bottom: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.event-container .event {
  padding-bottom: 18px;
  margin-bottom: -18px;
  padding-top: 5px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  width: auto;
  position: relative;
  z-index: 2;
  border-bottom: 0 !important;
}
.event-container .event .event-ticker {
  display: inline;
  font-size: 28px;
  height: auto;
}
.event-container .event .event-ticker span {
  line-height: 50px;
  height: 50px;
  padding: 0;
}
.event-container .container {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}
.event-container .status {
  display: inline;
  margin: 0 10px 0 0;
  background: none;
  font-size: 22px;
}
.event-container .event-dates {
  display: inline;
  font-size: 22px;
  height: auto;
}
.event-container .event-dates div,
.event-container .event-dates p {
  display: inline;
}
.event-container .event-dates .time-part {
  font-size: 14px;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #3399cc;
  margin-bottom: 10px;
  border: 0;
}
.product-view .product-shop {
  width: 50%;
  float: right;
}
.product-view .product-shop .product-name {
  display: none;
  float: left;
}
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px;
}
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
}
.product-view .product-shop .price-info {
  float: right;
  padding-left: 15px;
  text-align: right;
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 50%;
  margin-bottom: 10px;
}
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
.product-view .product-shop .availability {
  font-size: 16px;
}
.product-view .product-shop .price-box {
  margin-top: 0;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  color: #3399cc;
  font-size: 24px;
}
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
.product-view .old-price .price-label {
  display: none;
}
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right;
}

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}
.product-img-box {
  width: 50%;
  float: left;
}
.product-img-box .product-name h1 {
  border: 0;
}
.product-img-box .product-image {
  margin-bottom: 10px;
}
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}

@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
.product-image-gallery {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
}
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  padding-left: 15px;
}

.product-img-box {
  padding-right: 15px;
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
.product-view .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
}
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 145px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 150px;
  margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.product-view .add-to-cart-buttons .button {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%;
}

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none;
}

.product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-links li {
  float: left;
}
.product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #cccccc;
}
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

.product-view .sharing-links {
  float: left;
}
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
.product-collateral {
  clear: both;
}

.collateral-tabs dd h2 {
  display: none;
}

.box-collateral {
  clear: both;
}

@media only screen and (min-width: 771px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #cccccc;
    background-color: #f4f4f4;
  }
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px;
  }
  .product-collateral .toggle-tabs li.current {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5;
  }
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #3399cc;
  }
  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    width: 100%;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #cccccc;
    border-top: 0;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-collateral .toggle-tabs {
    display: none;
  }
  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
  }
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .product-collateral > dl > dt:hover {
    color: #3399cc;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
  }
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }
  .product-collateral > dl > dd {
    display: none;
  }
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 771px) {
  .product-view .product-shop .product-name {
    display: block;
  }

  .product-img-box .product-name {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid silver;
}
#product-attribute-specs-table th {
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px silver;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

.grouped-items-table .name-wrapper {
  color: #3399cc;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px 15px;
  border: 1px solid #cccccc;
  clear: both;
  position: relative;
}

.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
}

.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

.product-options dt:first-child {
  margin-top: 0;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #ededed;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.product-options dd .input-text {
  width: 98%;
}

.product-options dd .input-box {
  padding-top: 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 330px;
  max-width: 100%;
}

.product-options ul.options-list {
  margin-right: 5px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.product-options ul.options-list .label {
  display: block;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 1px solid #cccccc;
  border-top: 0;
  margin-bottom: 10px;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #636363;
}
@media only screen and (max-width: 479px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
}

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  margin-left: 20px;
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .product-details {
  margin-left: 90px;
}
.block-related .product-name {
  margin-bottom: 3px;
}
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
}
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px;
}
.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 771px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 770px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #ededed;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
  float: left;
  width: 60%;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 40%;
  padding-left: 20px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}
.cart-table thead tr th.qty-tit{
    text-align: center;
}
.cart-table tbody .product-cart-actions .qty{
    float: none;
    display: inline-block;
}
@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%;
  }
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
}

.checkout-types {
  max-width: 100%;
    text-align: left;
  /* We always want this shipping method to display on its own line */
}
.checkout-types .cta-gold{
    display: block;
    width: 100%;
    text-align: left;
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
    margin-top: 20px;
}
.checkout-types .method-checkout-cart-methods-multishipping a.button{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 13px;
    font-family: "Rockwell", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: bold;
    border-radius: 25px;
    padding: 0 50px 0 28px;
    background: #ba2f4b url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/arrow-01.png") right center no-repeat;
    text-transform: none;
}
.cta-pink {
  background-color: #ba2f4b !important;
}
.how-ck-multi{
    position: relative;
    display: none;
}
.cart-table tbody tr.last .how-ck-multi{
    display: block;
}
.learn-more-multiple-addresses{
    color: #5c96cd;
    font-size: 15px;
    line-height: 18px;
    font-family: "DroidSans",Arial,Helvetica,sans-serif;
    margin-top: 15px;
    text-align: left;
    cursor: help;
    min-width: 205px;
}
.learn-more-multiple-addresses .not-sure{
    background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/icon-help.png") left center no-repeat;
    padding-left: 20px;
    margin-right: 5px;
    font-size: 11px;
}
.learn-more-multiple-addresses .learn-more{
    text-decoration: underline;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  width: 150px;
  display: block;
  text-align: center;
  float: right;
}

.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

/* checkout-progress-state **/
#checkout-progress-state{
    clear: both;
    background: #f4f4f4;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    display: table;
    width: 100%;
}
#checkout-progress-state li{
    float: none;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-family: "Rockwell", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    color: #aaa;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
}
#checkout-progress-state li.first{
    border-left: 0;
}
/*#checkout-progress-state li.last{
    float: right;
}*/
#checkout-progress-state li.active{
    background: #008265;
    color: #fff;
}
form#checkout_multishipping_form,
form#shipping_method_form{
    width: 100%;
    clear: both;
    max-width: none;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
}
.multiple-checkout .title-buttons{
    margin-bottom: 30px;
}
.multiple-checkout .title-buttons .notice-msg{
    float: left;
    font-size: 15px;
    font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
    line-height: 37px;
}
.multiple-checkout .title-buttons button{
    float: right;
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    font-weight: bold;
    padding: 0 20px;
}
#multiship-addresses-table.data-table{
    margin-bottom: 10px;
}
#multiship-addresses-table.data-table thead th {
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    font-size: 13px;
    padding: 17px 20px;
    white-space: normal;
}
#multiship-addresses-table.data-table thead th:last-child{
    text-align: left;
}
#multiship-addresses-table.data-table h3.product-name{
    font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #636363;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    font-weight: bold;
}
#multiship-addresses-table.data-table td.product-cart-image{
    padding-right: 0;
    padding-left: 0;
}
#multiship-addresses-table.data-table td.product-cart-send-to{
    width: 50%;
    padding-right: 0;
}
#multiship-addresses-table.data-table td.product-cart-send-to select{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #008265;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
}
#multiship-addresses-table.data-table td.product-cart-actions{
    width: 15%;
}
#multiship-addresses-table.data-table .btn-light-yellow{
    font-size: 15px;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    padding: 0 20px;
}
#multiship-addresses-table.data-table tfoot tr:last-child{
    border-bottom: none;
}
.multiple-checkout .page-title h1{
    font-size: 42px;
    line-height: 42px;
    font-weight: normal;
    color: #008265;
    font-family: "BebasNeue",Arial,sans-serif;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: 0;
}
.how-order-multiadress{
    width: 660px;
    font-size: 15px;
    padding: 15px 20px;
    box-sizing: border-box;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 180%;
    margin-left: -330px;
    opacity: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: 1px solid #e0e0e0;
    z-index: 9999;
    text-align: left;
}
.how-order-multiadress h3{
    font-size: 42px;
    line-height: 42px;
    font-weight: normal;
    color: #008265;
    font-family: "BebasNeue",Arial,sans-serif;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.how-order-multiadress p{
    font-size: 15px;
    margin: 10px 0;
}
.how-ck-multi:hover .how-order-multiadress{
    opacity: 1;
    visibility: visible;
    left: 0;
}
.customer-account-login .how-order-multiadress{
  margin-left: 0px;
}
@media screen and (max-width: 979px){
    .how-order-multiadress{
        width: 500px;
        margin-left: -250px;
    }
}
@media screen and (max-width: 767px){
    .how-order-multiadress{
        width: 480px;
        margin-left: -240px;
    }
    .how-order-multiadress h3{
        font-size: 24px;
        line-height: 24px;
    }
    .how-order-multiadress p{
        font-size: 12px;
        line-height: 15px;
    }
}
@media screen and (max-width: 599px){
    .learn-more-multiple-addresses{
        font-size: 12px;
        text-align: left;
    }
    .how-order-multiadress{
        width: 100%;
        margin-left: 0;
        left: 0;
    }
    .cart-table tbody .product-cart-actions .btn-update,
    .cart-table tbody .product-cart-actions .btn-update:hover{
        float: none;
        margin: 5px 0 0;
        padding: 10px;
        background-image: none!important;
    }
}
.fancybox-close{
    background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/fancybox_close.png") center center no-repeat;
    width: 52px;
    height: 52px;
    right: -25px;
    top: -25px;
}
#shipping_method_form h2{
    background: #f8f8f8;
    border-top: 1px solid #dfdfdf;
    border-bottom: 0;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 15px;
    color: #313131;
    font-weight: bold;
    margin-bottom: 0;
}
#shipping_method_form h3{
    font-size: 20px;
    font-weight: bold;
    color: #008265;
    font-family: "Rockwell", "Helvetica Neue", Verdana, Arial, sans-serif;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#shipping_method_form h3 .separator{
    display: none;
}
#shipping_method_form h3 a{
    float: right;
    font-size: 13px;
    text-decoration: underline;
    color: #5c96cd;
    font-weight: normal;
    font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}
#shipping_method_form .data-table thead th{
    font-size: 13px;
    border-top: 0;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 20px 12px;
}
#shipping_method_form .data-table tbody td:first-child,
#shipping_method_form .data-table thead th:first-child{
    padding-left: 0;
}
#shipping_method_form .data-table tbody td.last,
#shipping_method_form .data-table thead th:last-child{
    text-align: center;
    width: 15%;
}

#shipping_method_form table h3{
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
#shipping_method_form table h3 a{
    float: none;
    text-decoration: none;
    color: #313131;
    font-size: 15px;
}
#shipping_method_form .box{
    margin-bottom: 40px;
}
#shipping_method_form .box-sp-methods{
    margin-bottom: 0;
    padding-top: 25px;
}
.multiple-checkout .buttons-set .back-link {
    background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/arrow-02.png) left center no-repeat;
    padding-left: 12px;
    color: #5c96cd;
}
.multiple-checkout .buttons-set .back-link small{
    display: none;
}
.multiple-checkout .buttons-set a {
    font-size: 15px;
    color: #5c96cd;
}

/* Checkout multiaddress step 2*/
.delivery-wrap{
    padding: 0;
}
.multiple-checkout .buttons-set button.button{
    margin-right: 0;
}
/*.multiple-checkout .multi-address-checkout-set {*/
  /*position: relative;*/
  /*display: block;*/
/*}*/

/*.multiple-checkout .multi-address-checkout-set:after {*/
  /*content: "";*/
  /*width: 338px;*/
  /*height: 80px;*/
  /*position: relative;*/
  /*display: block;*/
  /*background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/onestepcheckout/images/new_payment.jpg) no-repeat left top;*/
  /*background-size: 100% auto;*/
  /*float: right;*/
/*}*/


.multiple-checkout .shop-securely-safely, .shop-securely-safely.multi-shipping, .shop-securely-safely.payment-billing{
  float:right;
  text-align: center;
  margin-top: 5px;
}

.shop-securely-safely.payment-billing {
  position: absolute;
  right: 0;
  bottom: -100px;
}


.multiple-checkout .shop-securely-safely span{
  font-size: 13px;
}

.multiple-checkout .shop-securely-safely .shop-securely-title {
  line-height: 25px;
}

.shop-securely-safely.multi-shipping, .shop-securely-safely.payment-billing {
  text-align: center;
  width: 440px;
}
.shop-securely-safely.multi-shipping .block-icon-payment ,
.shop-securely-safely.payment-billing .block-icon-payment {
  margin-top: 10px;
  margin-bottom: 10px;
}

.shop-securely-safely.multi-shipping > div, .shop-securely-safely.payment-billing > div {
  display: inline-block;
}

.divider{
    clear: both;
}
#shipping_method_form .delivery-wrap h3{
    margin-bottom: 0;
    padding-bottom: 6px;
    border: none;
}
.delivery-wrap input[type=text],
#shipping_method_form div.customer-instructions input[type=text]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 240px;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    display: inline-block;
}
.delivery-wrap img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
#shipping_method_form div.customer-instructions,
#shipping_method_form div.customer-comment,
#shipping_method_form div.deliverby,
#shipping_method_form div.destination-type{
    border: none;
    background: none;
    padding: 0;
}
#shipping_method_form div.customer-instructions label,
#shipping_method_form div.customer-comment label{
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}
#shipping_method_form div.customer-instructions input[type=text]{
    width: 100%;
}
#shipping_method_form .note{
    font-size: 13px;
    color: #999;
    font-style: normal;
}
#shipping_method_form textarea{
    border: 1px solid #ddd;
    padding: 5px 10px;
}
#shipping_method_form .sp-methods > dt{
    display: none;
}
#shipping_method_form .sp-methods ul li{
    margin: 0 0 20px;
}
#shipping_method_form .sp-methods label{
    font-size: 15px;
    line-height: 22px;
}
.multiple-checkout .buttons-set{
    padding-top: 20px;
    border-top: 1px solid #dfdfdf;
}
.see-giftcard{
    display: inline-block;
    font-size: 13px;
    margin: 0 0 0 7px;
}
.see-giftcard a{
    color: #5c96cd;
}
.giftcart-look{
    max-width: 600px;
}
.giftcart-look img{
    max-width: 100%;
    height: auto;
}
/* Checkout multiaddress step 3*/
#multishipping-billing-form{
    max-width: none;
    width: 100%;
    border-top: 1px solid #dfdfdf;
    padding: 0;
}
#multishipping-billing-form .box-title,
#review-order-form .box-title{
    padding: 0 0 15px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 12px;
}
#multishipping-billing-form .box-title h2,
#review-order-form .box-title h3{
    font: bold 20px 'rockwell';
    color: #468065;
}
#multishipping-billing-form .box-title h2 a,
#review-order-form .box-title h3 a{
    float: right;
    font: 13px 'droidsans';
    line-height: 25px;
    color: #5c96cd;
    text-decoration: underline;
}
#multishipping-billing-form .box-title .separator,
#review-order-form .box-title .separator{
    display: none;
}
#shipping_method_form .col-1,
#multishipping-billing-form .col-1,
#shipping_method_form .col-1,
#review-order-form .col-1{
    width: 29.3%;
    padding-right: 0;
    padding-left: 20px;
    min-height: 341px;
}
#multishipping-billing-form .col-1{
    min-height: 0;
}
#shipping_method_form .col-2,
#multishipping-billing-form .col-2,
#shipping_method_form .col-2,
#review-order-form .col-2{
    width: 59%;
    padding-left: 0;
    padding-right: 20px;
}
#multishipping-billing-form address{
    font: normal 15px 'droidsans';
    line-height: 25px;
    color: #313131;
}
.checkout-multishipping-billing #main > .content{
    position: relative;
    padding-bottom: 71px;
}
.checkout-multishipping-billing #main > .content .buttons-set{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}
.checkout-multishipping-billing #review-order-form{
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .checkout-multishipping-billing #main > .content .buttons-set {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .shop-securely-safely.payment-billing {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 959px) {
  .checkout-multishipping-billing #review-order-form {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-securely-safely.multi-shipping, .shop-securely-safely.payment-billing {
    width: 320px;
  }
  #checkout_multishipping_form .shop-securely-safely.multi-shipping {
    width: 280px;
  }
}

/* Checkout multiaddress step 4*/
#review-order-form{
    max-width: none;
    width: 100%;
}
#review-order-form h2.legend{
    font: bold 15px 'droidsans';
    color: #313131;
    line-height: 20px;
    background: #f8f8f8;
    padding: 16px 20px;
    border: none;
    border-top: 1px solid #dfdfdf;
    margin-bottom: 0;
}
#review-order-form .col-1{
    min-height: 0;
}
#review-order-form h3.legend{
    font: bold 15px 'droidsans';
    line-height: 25px;
    padding: 10px 20px;
    color: #313131;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 0;
}
#review-order-form .box + .box{
    margin-top: 35px;
}
#review-order-form .data-table thead th{
    border-top: none;
    font-size: 13px;
    padding: 5px 20px 15px;
    border-bottom: 1px solid #dfdfdf;
}
#review-order-form .data-table th:first-child,
#review-order-form .data-table td:first-child{
    padding-left: 0;
}
#review-order-form .data-table tfoot tr{
    border: none;
    background: #f4f4f4;
}
#review-order-form .data-table tfoot tr:first-child td{
    padding-top: 15px;
}
#review-order-form .data-table tfoot tr:last-child td{
    padding-bottom: 15px;
}
#review-order-form .data-table tfoot td{
    padding-top: 0;
    padding-bottom: 0;
}
#review-order-form .data-table tfoot td:first-child{
    padding-left: 20px;
}
#review-order-form .data-table tfoot *{
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    color: #313131;
}
#checkout-review-submit .grand-total{
    font: bold 18px 'droidsans';
    color: #313131;
    line-height: 30px;
    text-align: right;
    padding: 10px 20px 20px;
}
#review-button{
    width: 250px;
    text-align: left;
}
/* ORDER SUCCESS */
.order-success-wrap .page-title h1{
    padding-bottom: 25px;
    border-bottom: 1px solid #dfdfdf;
}
.order-success-wrap .sub-title{
    font: normal 18px 'droidsans';
    color: #313131;
    margin-bottom: 16px;
}
.order-success-wrap p{
    font-size: 15px;
    line-height: 20px;
}
.order-success-wrap p a{
    text-decoration: none;
    color: #5c96cd;
}
.order-success-wrap .buttons-set{
    border-top: none;
    margin-top: 100px;
}
/* Responsive for checkout multiaddress */
@media screen and (max-width: 1070px) {
    #checkout-progress-state{
        display: table;
        width: 100%;
    }
    #checkout-progress-state li{
        float: none;
        display: table-cell;
        font-size: 15px;
        line-height: 1.4;
        padding: 6px 10px;
        text-align: center;
        vertical-align: middle;
    }
    #checkout-progress-state li.last{
        float: none;
    }
}
@media screen and (max-width: 959px) {
    #shipping_method_form .col-1,
    #multishipping-billing-form .col-1,
    #shipping_method_form .col-1,
    #review-order-form .col-1{
        padding-top: 20px;
        padding-left: 0;
        width: 35%;
    }
    #shipping_method_form .col-2,
    #multishipping-billing-form .col-2,
    #shipping_method_form .col-2,
    #review-order-form .col-2{
        padding-top: 20px;
        padding-right: 0;
    }
    .checkout-types .method-checkout-cart-methods-multishipping a.button{
        padding-top: 10px;
        padding-bottom: 10px;
        white-space: normal;
        line-height: 1.4;
    }
}
@media screen and (max-width: 767px){
    .multiple-checkout .buttons-set button.button{
        font-size: 17px;
    }
    #checkout-progress-state{
        display: block;
    }
    #checkout-progress-state li{
        display: block;
        text-align: left;
        border-top: 1px solid #dddddd;
        border-left: 0;
        padding: 13px;
    }
    #checkout-progress-state li:first-child{
        border-top: none;
    }
    #shipping_method_form .col-1,
    #multishipping-billing-form .col-1,
    #shipping_method_form .col-1,
    #review-order-form .col-1,
    #shipping_method_form .col-2,
    #multishipping-billing-form .col-2,
    #shipping_method_form .col-2,
    #review-order-form .col-2{
        width: 100%;
        float: none;
        clear: both;
        min-height: 0;
    }
    #review-order-form .data-table thead th{
        padding: 5px 5px 15px;
    }
    #review-order-form .data-table td{
        padding: 15px 5px;
    }
    #multiship-addresses-table.data-table td{
        border: none;
    }
    #multiship-addresses-table.data-table td.product-cart-image img{
        max-width: 100%;
    }
    #multiship-addresses-table.data-table td.product-cart-send-to{
        clear: both;
        width: 100%;
    }
    #multiship-addresses-table.data-table td.product-cart-actions{
        width: 35%;
    }
    .checkout-types .method-checkout-cart-methods-multishipping a.button{
        white-space: normal;
        height: auto;
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .checkout-cart-index .cart .cart-forms,
    .checkout-cart-index .cart .cart-totals-wrapper{
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .info-block #form-validate.edit-form .control label{
        white-space: normal;
    }
}

@media only screen and (max-width: 670px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .btn-checkout {
    width: 100%;
  }
}
.cart-table {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table tr {
  border-bottom: 1px solid silver;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
.cart-table .product-cart-image img {
  margin: auto;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3399cc;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3em;
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table .item-options {
  padding-left: 15px;
}

@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: ' ';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 12px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 20px;
  font-family: "Rockwell", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #008265;
  border-bottom: 1px solid #008265;
  padding-bottom: 10px;
  margin: 0 0 10px;
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid silver;
}
.shipping select.validation-failed {
  border-color: red;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .buttons-set button {
  width: 200px;
  float: right;
  padding: 10px 10px 10px 20px;
  text-align: center;
  background: #feedc8 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/icon-refresh.png) no-repeat 5px 50%;
}
.shipping .buttons-set button:hover{
  background-color: #fdb924;
  color: white;
}
.shipping .buttons-set .link-1 {
  cursor: pointer;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/wi-icon-arrow.png) right 12px no-repeat;
  padding-right: 10px;
}
.shipping .estimator{
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
  float: right;
}

.shipping .form-list{
  display: inline-block;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
  width: 37%;
}
.shipping .form-list .shipping-region {
  width: 41%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
  border: none;
}
.shipping .form-list label {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  min-width: 100px;
}
.shipping .sp-methods label span {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  /*border: 1px solid #cccccc;*/
  /*background-color: #e7e7e7;*/
  min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  /*background-color: #dbdbdb;*/
}

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
.cart .cart-totals {
  text-align: right;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
.cart .cart-totals table td {
  padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart .cart-totals table tfoot strong {
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}
@media only screen and (max-width: 770px) {
  .cart .cart-totals table tfoot td {
    font-size: 18px;
  }
}
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
#discount-coupon-form label,
.cart .giftcard label {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #3399cc;
}
.crosssell #crosssell-products-list .button,
.crosssell #crosssell-products-list .add-to-links {
  display: none;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */
  }
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ececec;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #f4f4f4;
}

.opc .section.active .step-title {
  border-bottom: 1px solid #ececec;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #3399cc;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

.opc .section.allow .step-title .number {
  background-color: #99cce5;
}

.opc .section.allow .step-title h2 {
  color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #3399cc;
}

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

.opc .section .step {
  padding: 20px;
}
.opc .section .last-step {
  padding: 0px;
}
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 979px) {
  .opc .section .step {
    padding: 10px;
  }
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }
}
.opc #opc-login .step {
  padding: 0px;
}
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 0;
}

@media only screen and (max-width: 770px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }
}
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 300ms linear 0;
  -o-transition: opacity 300ms linear 0;
  transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: width 80ms linear 0;
  -o-transition: width 80ms linear 0;
  transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: margin-left 80ms linear 0;
  -o-transition: margin-left 80ms linear 0;
  transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
    position: relative;
}
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label img {
  float: left;
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
.sp-methods .price {
  font-weight: bold;
  /*vertical-align: inherit;*/

}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 4em !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}

@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #cccccc;
  padding-left: 20px;
}
.block-progress .block-content {
  font-size: 13px;
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #a0a0a0;
}
.block-progress dt.complete {
  color: #636363;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.block-progress dd address {
  font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: bold;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set button {
  float: none;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ececec;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 770px) {
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/**
 * @category   Mage
 * @package    ConfigurableSwatches
 */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}

.product-view .product-options dt.swatch-attr label {
  display: block;
  line-height: 1.3;
}

/* General Swatch Styling */
.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
}

.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}

.swatch-link img {
  border-radius: 3px;
}

.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #666666;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #bbbbbb;
  margin: 0 0 3px;
}

#narrow-by-list dd .swatch-link {
  float: left;
  margin-right: 2px;
  padding: 0;
}

.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 10px;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #efefef;
}

.swatch-link:hover {
  cursor: pointer;
}

.currently .swatch-link:hover {
  cursor: default;
}

.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}

.configurable-swatch-list .not-available .x {
  display: block;
}

.configurable-swatch-list .not-available .swatch-link {
  border-color: #e6e6e6;
  position: relative;
}

.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}

/* Image Swatches */
.swatch-link.has-image .swatch-label {
  position: relative;
}

.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #44f;
}

.currently .swatch-link:hover {
  border-color: #bbbbbb;
}

.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}

.configurable-swatch-box {
  background: none !important;
}

.configurable-swatch-box select.swatch-select {
  display: none;
}

.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #D91A00;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #333;
}

.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}

.product-options .select-label {
  display: none;
}

.product-options dt.swatch-attr label,
.product-options dt.swatch-attr .select-label {
  font-size: 12px;
}

.product-options dt.swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #00acb1;
  padding-left: 5px;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}
@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    /*padding-top: 0;
    margin-top: 20px;*/
  }
  .customer-account-login .col2-set .col-1 {
    /*padding-right: 20px;*/
  }
  .customer-account-login .col2-set .col-2 {
    /*padding-left: 20px;
    border-left: 1px solid #ededed;*/
  }
}
@media only screen and (min-width: 770px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 10px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #ededed;
  }
}
@media only screen and (max-width: 770px) {
  .customer-account-login .col2-set p.required {
    display: none;
  }
}

.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #a0a0a0;
}

.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #cccccc;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup p {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create .buttons-set {
  max-width: 455px;
}
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}
.customer-account-create .fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  margin-left: 30px;
  max-width: 400px;
}
@media only screen and (max-width: 479px) {
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.customer-account .data-table {
  margin-top: 5px;
}
body.customer-account .data-table td a {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px;
}
.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
.dashboard .box-head a {
  padding: 10px;
}
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 45px;
}
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 10px;
  line-height: 19.6px;
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
  margin-top: 10px;
}
@media only screen and (max-width: 770px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 20px;
}
.order-info li {
  margin: 0 0 0 20px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
.order-info-box .col-2 {
  width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}
.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
.order-info-box .box-title h2:after {
  content: ':';
}
.order-info-box .box-content {
  float: left;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  #my-orders-table tr.bundle {
    border-color: #ededed;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }

  .data-table span.nobr {
    white-space: normal;
  }
  .data-table span.nobr a {
    white-space: nowrap;
  }
  .data-table .separator {
    display: none;
  }

  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: static;
    padding: 0;
  }
}
@media only screen and (max-width: 770px) {
  body.customer-account .data-table.orders th.ship, body.customer-account .data-table.orders td.ship {
    display: none;
  }

  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  .dashboard .welcome-msg {
    font-family: Georgia, Times, "Times New Roman", serif;
  }
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 530px) {
  .data-table.orders td.status,
  .data-table.orders th.status {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }
  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: absolute;
    padding: 10px;
  }

  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px;
}
.contacts-index-index .buttons-set p.required {
  float: left;
}
@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}

div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
    list-style-type: none;
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  .paypal-review-order .field.inactive {
    display: none;
  }
}

.bml-ad {
  display: none;
}
.bml-ad.small img {
  margin: auto;
  max-width: 100%;
}

@media only screen and (max-width: 799px) {
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 800px) {
  .bml-ad.large {
    display: block;
  }
}
/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #3399cc;
  font-size: 12px;
  text-transform: uppercase;
}
#customer-reviews h2 span {
  color: #636363;
}
#customer-reviews h3 {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
#customer-reviews h3 span {
  color: #3399cc;
}
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #cccccc;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #cccccc;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
  border: 1px solid #cccccc;
  border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
#customer-reviews dl {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
#customer-reviews dl dd {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
  float: left;
  margin-right: 15px;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  color: #3399cc;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.review-summary-table {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.ratings-table th {
  padding-right: 10px;
}
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}

@media only screen and (max-width: 770px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  #customer-reviews .buttons-set {
    width: 100%;
  }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}

/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
    border-bottom: none;
}
.review-product-view .product-review .product-img-box {
    width: auto;
    max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
    width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
    width: 100%;
}

@media only screen and (max-width: 770px) {
    .review-product-view .product-review .product-img-box {
        max-width: 100%;
    }
}

/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ededed;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: #2e8ab8;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #297aa3;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center;
}
#wishlist-table.clean-table {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
#wishlist-table.clean-table th {
  border-bottom: 1px solid silver;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
#wishlist-table .product-name {
  font-size: 16px;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
#wishlist-table .product-name a {
  color: #3399cc;
}
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 5px 0;
}
#wishlist-table textarea {
  border: 1px solid silver;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:focus {
  border: 1px solid #3399cc;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
#wishlist-table .item-manage .button {
  color: #FFFFFF;
  font-size: 11px;
  padding: 3px 5px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
#wishlist-table .price-box {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}
#wishlist-table .price-box .price {
  color: #636363;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #3399cc;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #3399cc;
}

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  #wishlist-table .product-name {
    font-size: 13px;
  }
}
@media only screen and (max-width: 770px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table .product-name {
    font-size: 16px;
  }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ededed;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .product-details .product-name a {
  color: #3399cc;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
.header-minicart .info-wrapper td {
  color: #3399cc;
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 30px;
}
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
.header-minicart .subtotal .price {
  color: #3399cc;
}
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  left: 10px;
  bottom: 17px;
  position: absolute;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 770px) {
  .header-minicart .subtotal .label {
    color: #636363;
  }
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  .header-minicart .quantity-button {
    float: none;
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    left: auto;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 670px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}
.search-autocomplete ul {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #3399cc;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-autocomplete ul li {
  border-bottom: 1px solid #f4f4f4;
  color: #3399cc;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  color: #2e8ab8;
}
.search-autocomplete ul li.selected {
  background-color: #3399cc;
  color: white;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #f4f4f4;
  border: 1px solid #ededed;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #ededed;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2 {
  border-bottom: 1px solid #cccccc;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}
.product-review .ratings-table {
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
}

@media only screen and (min-width: 771px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}
.cms-page-view .std p,
.cms-no-route .std p {
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #3399cc;
}
.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #3399cc;
}
.cms-page-view .std li,
.cms-no-route .std li {
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

.cms-no-route .std img {
  width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
#accordion li {
  position: relative;
  overflow: hidden;
}
#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}

#contactForm {
  padding-left: 40px;
}
#contactForm h2 {
  display: none;
}
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fieldset .legend + .required {
  margin: 0;
}

@media only screen and (max-width: 770px) {
  #contactForm {
    padding-left: 0;
  }
}
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box.map-info .old-price {
  display: none;
}
.price-box .minimal-price-link .label {
  color: #cf5050;
  font-family: "DroidSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 770px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

#pm_paypal_express{float: left!important;}
form#co-payment-form{min-height: auto!important}
.text-paypal{
  display: block;clear: both;float: left;
      font-size: 13px;
    padding: 8px 0px;
    color:#636363!important;
}
#multiship-addresses-table .btn-remove-multi {
    color: #008265;
}
#fundraiser-content{
    font-size: 16px;
}
#fundraiser-content h3{
    color: #008265;
    font-weight: bold;
}

/*--- Halloween 2018 ---*/
.category-krispyskremes #product-types,
.category-krispyskremes #product-info,
.category-krispyskremes .promo-widget-three,
.category-krispyskremes .main-content-container .main-content-container{
  display: none;
}
.cms-krispyskremes .main-content-container,
.category-krispyskremes .main-content-container{
  background: #09060d url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/halloween2018/bg.jpg) top center;
  background-size: 100% auto;
}
.cms-krispyskremes .content,
.category-krispyskremes .content{
  text-align: center;
  color: #fff;
}
.halloween-page-wrapper img{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.cms-krispyskremes .content p,
.category-krispyskremes .content p{
  font-size: 16px;
  color: #fff;
}
.h-doughnut-player ul,
.h-adventure ul{
  font-size: 0;
}
.h-doughnut-player ul li,
.h-adventure ul li{
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
}
.h-adventure ul li{
    width: 50%;
}
.cms-krispyskremes .content li a span,
.category-krispyskremes .content li a span{
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: 0 0 10px #f1c0ff;
}
.cms-krispyskremes .content li a:hover span,
.category-krispyskremes .content li a:hover span{
  text-shadow: 0 0 20px #f1c0ff;
}
.cms-krispyskremes .content li a span:after,
.category-krispyskremes .content li a span:after{
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0 0 10px rgba(255,255,255,0.8);
  -moz-box-shadow: 0 0 10px rgba(255,255,255,0.8);
  box-shadow: 0 0 10px rgba(255,255,255,0.8);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/halloween2018/arrow-right.png) no-repeat center;
  background-size: 22px auto;
  content: '';
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
}
/*.cms-krispyskremes .content li img{
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.cms-krispyskremes .content li a:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.cms-krispyskremes .content .h-bonus-level li a:hover img{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}*/
.cms-krispyskremes .h-doughnut-player li img,
.category-krispyskremes .h-doughnut-player li img{
  animation: scale 1.5s infinite;
}
.cms-krispyskremes .h-doughnut-player li.rotate img,
.category-krispyskremes .h-doughnut-player li.rotate img{
  animation: scale-rotate 1.5s infinite;
}
@keyframes scale{
  0%{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50%{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
  }
  100%{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-rotate{
  0%{
    transform: scale(1) rotate(0);
  }
  42%{
    transform: scale(1.0252) rotate(0)
  }
  46%{
    transform: scale(1.0276) rotate(2deg);
  }
  50%{
    transform: scale(1.03) rotate(0);
  }
  54%{
    transform:  scale(1.0276)rotate(-2deg);
  }
  58%{
    transform:  scale(1.0252)rotate(0)
  }
  100%{
    transform: scale(1) rotate(0);
  }
}

.img-disapear,
.auto-hidden{
  animation: flicker 1.5s infinite;
}
@keyframes flicker {
  0%{
    visibility: visible;
  }
  25%{
    visibility: hidden;
  }
  75%{
    visibility: hidden;
  }
  100%{
    visibility: visible;
  }
}

.h-heading{
  margin: 40px 0;
}
.h-text-heading{
  display: inline-block;
  position: relative;
  padding-left: 4%;
  vertical-align: top;
}
.h-text-heading img{
  display: inline;
  max-height: 44px;
  width: auto;
  vertical-align: top;
}
.h-text-heading img.auto-hidden{
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
}
.h-text-heading img.img-disapear{
  padding-bottom: 5px;
}
.h-bonus-level .h-text-heading{
  margin: 15px 0;
}
.h-bonus-level .h-text-heading:last-child{
  padding-left: 0;
}
@media screen and (max-width: 1199px){
  .cms-krispyskremes .main-content-container .content{
    padding: 0;
  }
  .h-adventure,
  .h-heading{
    padding: 0 15px;
  }
}
@media screen and (max-width: 719px){
  .h-text-heading{
    padding-left: 7%;
  }
  .h-text-heading img.img-disapear{
    max-height: 20px;
  }
  .cms-krispyskremes .content li a span,
  .category-krispyskremes .content li a span{
    font-size: 18px;
    line-height: 20px;
  }
  .cms-krispyskremes .content li a span:after,
  .category-krispyskremes .content li a span:after{
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
}
@media screen and (max-width: 640px){
  .h-doughnut-player ul li{
    width: 50%;
  }
  .cms-krispyskremes .content p,
  .category-krispyskremes .content p{
    font-size: 14px;
  }
}

/* how to use multishipping in checkout multishipping login page */
.checkout-multishipping-login .how-ck-multi{
  position: absolute;
  display: block;
  min-width: 150px;
}
.checkout-multishipping-login .learn-more-multiple-addresses{
  margin-top: -15px;
}
.cms-kknow .heading-wrapper{
    margin-bottom: 30px;
}
.kknow .section-heading-wrapper{
    margin: 25px 0;
}
.kknow .promo-widget-three{
    margin: 10px 0;
}
.kknow .section-heading-wrapper h3{
    font-family: "Rockwell", "Courier New", sans-serif;
    padding: 2px 5%;
}
.kknow .block-11 h3{
    font-size: 30px;
    font-family: "Rockwell", "Courier New", sans-serif;
    line-height: 1;
    text-align: center;
    color: #ba2f4b;
    font-weight: bold;
    margin-bottom: 30px;
}
.kknow .block-11 h3 span {
    font-family: "FilmotypeLucky", "Courier New", sans-serif;
}
.kknow .col-1{
    padding: 0;
}
.uber-menu img{
    margin: 0 auto;
}
.apps-logo{
    margin: 34px 0 0 0;
}
.apps-logo img{
    vertical-align: middle;
    display: inline-block;
}
.kknow .tbl-2 tbody td{
    border: 1px solid #dfdfdf;
    color: #000;
    font: 1.4em "DroidSans", Arial, Helvetica, sans-serif;
    line-height: 2.5rem;
}
.kknow .tbl-2 tbody td:last-child{
    color: #000;
    font: 1.4em "DroidSans", Arial, Helvetica, sans-serif;
    line-height: 2.5rem;
}
.kknow .our-products-list .col{
    text-align: center;
}
.kknow .our-products-list .col.col-center{
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.kknow .our-products-list .col .desc h2{
    font-size: 1.538em;
    margin: 15px 0;
    color: #008265;
    font-family: "Rockwell", "Courier New", sans-serif;
}
.kknow .our-products-list img{
    width: 60%;
    margin-bottom: 20px;
    margin: 0 auto;
}
@media (max-width: 736px){
    .kknow .col-1 {
        width: 50%;
        float: left;
    }
    .kknow .our-products-list .col.col-center{
        border: none;
    }
    .kknow .promo-widget-three li{
        padding: 20px 0;
        display: block;
        margin: 0 auto;
    }
}

.checkout-multishipping-shipping .fancybox-skin{
    padding: 0;
}
#giftcard-look {
  background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/bg_giftcard.gif") 0 0 no-repeat;
  min-width: 562px;
  max-width: 562px;
  min-height: 398px;
  font-size: 1.8em;
  font-family: "ArcherBold", "Courier New", sans-serif;
  color: #cd1040;
  line-height: 30px;
  padding: 120px 40px 0 40px;
  box-sizing: border-box;
  letter-spacing: 0.5px;
}
#giftcard-look p {
  margin: 0;
}
#giftcard-look p.p1 {
  height: 20px;
}
.giftcart-look img {
    max-width: 100%;
    height: auto;
    width: 140px;
    position: absolute;
    top: 18px;
    left: 32px;
}
@media (max-width: 639px){
  #giftcard-look {
    background-size: 94% 100%;
    max-width: 528px;
  }
  .fancybox-close {
    background-size: 70%;
  }
}
@media (max-width: 480px){
    .kknow .uber-menu .col-1 {
        width: 100%;
        margin: 0 0 10px;
    }
    .kknow .uber-menu .col-1 img{
        float: none;
        margin: 0 auto;
    }
    #giftcard-look {
      max-width: 100%;
      min-width: 320px;
      background-size: 100% 100%;
      padding: 120px 30px 0 30px;
      font-size: 1.2em;
      line-height: 100%;
    }
    .fancybox-close {
      background-size: 70%;
    }
    #recaptcha-1 {transform:scale(0.92);-webkit-transform:scale(0.92);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
.multiple-checkout .shop-securely-safely.payment-billing {
  width: 372px;
  position: relative;
  right: auto;
  bottom: auto;
}
.checkout-multishipping-billing #main > .content .buttons-set {
  position: relative;
  left: auto;
  bottom: auto;
}
@media screen and (max-width: 1200px){
  .multiple-checkout .shop-securely-safely.payment-billing {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px){
  .multiple-checkout .shop-securely-safely.payment-billing {
    width: 310px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .multiple-checkout .shop-securely-safely.payment-billing {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
  }
}
@media (max-width: 360px){
    #giftcard-look {
        min-width: 280px;
    }
}
.account-create-bock .recaptcha {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
}

/*--- Fundraising form update ---*/

.fundraising-form .form-group.air-freight-wrap > label,
.fundraising-form .form-group.attach-letter > label{
  width: 100%;
}
.fundraising-form .form-group.attach-letter,
.fundraising-form .form-group.interested-option{
  display: block;
}
.fundraising-form .form-group.attach-letter > label{
  width: 100%;
  padding-bottom: 5px;
}
.fundraising-form .form-group.attach-letter > label{
  width: 100%;
  padding-bottom: 5px;
}
.fundraising-form .form-group.attach-letter .interested-value{
  padding-top: 5px;
}
#air-freight-selector,
.letter-description,
#online-store-desc{
  display: none;
}
.letter-description ul {
  list-style: disc outside;
  margin-left: 25px;
}
.letter-description ul li{
  font-size: 15px;
}
.fundraising-form.form-2 input[type="radio"] + label{
  padding-right: 15px;
  min-width: 0;
}
.fundraising-form.form-2 input[type="radio"] + label:last-child{
  padding-right: 0;
}
.fundraising-form.form-2 input[type="radio"] + label span{
  font-size: 13px;
}
.fundraising-form.form-2 input[type="radio"] + label:before{
  margin-right: 5px;
}

/* 	CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

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

/* --------------------- @font-face declarations --------------------- */
@font-face {
  font-family: "BebasNeue";
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/bebasneue-webfont.eot");
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/bebasneue-webfont.woff") format("woff"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/bebasneue-webfont.ttf") format("truetype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/bebasneue-webfont.svg#bebasneue") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FilmotypeLucky";
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/FilmotypeLucky-webfont.eot");
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/FilmotypeLucky-webfont.eot?#iefix") format("embedded-opentype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/FilmotypeLucky-webfont.woff") format("woff"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/FilmotypeLucky-webfont.ttf") format("truetype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/FilmotypeLucky-webfont.svg#FilmotypeLucky") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rockwell";
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/Rockwell-webfont.eot");
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/Rockwell-webfont.eot?#iefix") format("embedded-opentype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/Rockwell-webfont.woff") format("woff"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/Rockwell-webfont.ttf") format("truetype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/Rockwell-webfont.svg#Rockwell") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DroidSans";
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/DroidSans-webfont.eot");
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/DroidSans-webfont.eot?#iefix") format("embedded-opentype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/DroidSans-webfont.woff") format("woff"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/DroidSans-webfont.ttf") format("truetype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/FDroidSans-webfont.svg#DroidSans") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DroidSans";
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/DroidSans-Bold-webfont.eot");
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/DroidSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/DroidSans-Bold-webfont.woff") format("woff"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/DroidSans-Bold-webfont.ttf") format("truetype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/FDroidSans-Bold-webfont.svg#DroidSans") format("svg");
  font-weight: bold;
  font-style: normal;
  letter-spacing: -0.1em;
}
@font-face {
  font-family: 'ArcherBold';
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/ArcherBold.eot");
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/ArcherBold.eot") format("embedded-opentype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/ArcherBold.woff2") format("woff2"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/ArcherBold.woff") format("woff"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/ArcherBold.ttf") format("truetype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/ArcherBold.svg#ArcherBold") format("svg");
}
@font-face {
  font-family: 'AreteMono';
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/AreteMono.svg");
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/AreteMono.eot") format("embedded-opentype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/AreteMono.woff") format("woff"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/AreteMono.ttf") format("truetype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/AreteMono.svg#AreteMono") format("svg");
}
@font-face {
  font-family: 'HalfBoldPixel';
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/HalfBoldPixel-7.svg");
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/HalfBoldPixel-7.eot") format("embedded-opentype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/HalfBoldPixel-7.woff") format("woff"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/HalfBoldPixel-7.ttf") format("truetype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/HalfBoldPixel-7.svg#HalfBoldPixel-7") format("svg");
}
/* --------------------- SASS Variables --------------------- */
/* Colours */
/* Fonts */
/* Major container/element widths */
/* --------------------- SASS Variables --------------------- */
/* Colours */
/* Fonts */
/* Major container/element widths */
.wi-icon, .wi-icon-cart, .wi-icon-info, .wi-icon-newsletter, .wi-icon-address, .wi-icon-arrow, .wi-icon-arrow-gold, .wi-icon-back-arrow, .wi-icon-back-arrow-2, .wi-icon-arrow-1, .wi-icon-arrow-2, .wi-icon-page, .wi-icon-data-picker, .wi-icon-location, .wi-icon-home, .wi-icon-money, .wi-icon-clock, .wi-icon-phone {
  display: inline-block;
  text-indent: -900em;
  font-size: 0px;
  color: transparent;
}

.wi-icon-delete {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icon-delete.png) 0 0 no-repeat;
  width: 20px;
  height: 20px;
}

.wi-icon-refresh {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icon-refresh.png) 0 0 no-repeat;
  width: 25px;
  height: 25px;
}

.wi-icon-green-arrow-down {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icon-green-arrow-down.png) 0 center no-repeat;
  width: 12px;
  height: 8px;
}

.youtube {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/social/youtube-header.png) 0 0 no-repeat;
  background-size: cover;
}

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

input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text] {
  height: 40px;
  width: 100%;
}

body, button, input, select, table, textarea {
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
}

.checkbox + label,
.radio + label,
.col2-set .form-list .control label {
  font-size: 1.538em;
  color: #008265;
  width: auto;
}

.input-box textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 100px;
}

.input-1, .input-text {
  height: 40px;
  padding: 2%;
  font-family: "Rockwell", "Courier New", sans-serif;
  color: #333;
  background: #fff;
  border: 0px solid #dfdfdf;
  box-shadow: inset 1px 1px 1px 1px #dfdfdf;
  box-sizing: border-box;
}

.btn {
  border: 0;
}
.btn img {
  float: left;
  margin-right: 10px;
}

.button2 {
  font-size: 1em;
}
.button2 span, .button2 span span {
  font-family: "Rockwell", "Courier New", sans-serif;
  font-weight: 600;
  color: #ba2f4b;
  text-decoration: none;
  text-transform: inherit;
}
.button2 span:hover, .button2 span span:hover {
  opacity: 0.8;
  color: #ba2f4b;
}
.button2:hover {
  opacity: 0.8;
  color: #ba2f4b;
}

.btn-light-yellow {
  background: #feedc8;
  padding: 6px 25px 6px 8px;
  display: inline-block;
  border-radius: 25px;
  font-size: 1em;
  font-family: "Rockwell", "Courier New", sans-serif;
  font-weight: 600;
  color: #ba2f4b;
}
.btn-light-yellow:hover {
  opacity: 0.8;
}
.btn-light-yellow span {
  line-height: 25px;
}

.custom-select-1 {
  height: 40px;
  background-color: #fff;
  border: solid 1px #7fc0b2;
  background-image: -webkit-linear-gradient(bottom, #f4f4f4, #fff);
  background-image: -moz-linear-gradient(bottom, #f4f4f4, #fff);
  background-image: -o-linear-gradient(bottom, #f4f4f4, #fff);
  background-image: linear-gradient(to top, #f4f4f4, #fff);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.custom-select-1 > span {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  line-height: 40px;
  padding: 0 30px 0 10px;
  font-family: "BebasNeue", Arial, sans-serif;
  font-size: 1.538em;
  text-transform: uppercase;
  color: #008265;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.custom-select-1 > span.gray-out {
  background-color: #eee;
}
.custom-select-1 > a {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icon-green-arrow-down.png) 0 0 no-repeat;
  width: 12px;
  height: 8px;
}
.custom-select-1 > select {
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  font: 1.4em "BebasNeue", Arial, sans-serif;
  color: #008265;
}
.custom-select-1 > select:focus {
  outline: none;
  box-shadow: 0 0 3px 3px rgba(180, 222, 250, 0.85);
}
.custom-select-1 > select:-moz-focusring {
  text-shadow: 0 0 0 #000;
}

.form-list .field, .form-list .wide, .form-list .control {
  margin-bottom: 20px;
}

p.required, .validation-advice {
  color: #ba2f4b;
}

.input-text.validation-failed {
  border-color: #ba2f4b;
}

.col2-set .col-1, .col2-set .col-2 {
  box-sizing: border-box;
}

.block-title {
  padding: 10px 0 10px;
  border-bottom: 1px solid #008265;
}
.block-title strong {
  color: #008265;
  font-family: "Rockwell", "Courier New", sans-serif;
  text-transform: none;
  font-size: 1.538em;
}

.link-1 {
  color: #ba2f4b;
  font-family: "Rockwell", "Courier New", sans-serif;
  font-weight: 600;
  font-size: 1.538em;
}
.link-1:active, .link-1:visited {
  color: #ba2f4b;
}
.link-1:hover {
  opacity: 0.8;
  color: #ba2f4b;
  text-decoration: none;
}

.title-2 {
  font-size: 1.923em;
  font-family: "Rockwell", "Courier New", sans-serif;
  color: #008265;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #008265;
}

.title-5 {
  font-size: 3.846em;
  color: #ba2f4b;
  font-family: "Rockwell", "Courier New", sans-serif;
  width: 100%;
  text-align: center;
  text-transform: none;
  line-height: 1;
}
.title-5 h1, .title-5 h2, .title-5 h3, .title-5 h4, .title-5 h5, .title-5 h6 {
  color: #ba2f4b;
  text-transform: none;
}

.title-6 {
  font-family: "FilmotypeLucky", "Courier New", sans-serif;
  color: #ba2f4b;
  font-size: 2.308em;
  text-transform: none;
}

.title-8, .cms-privacy-policy .main-content-container h2, .aritcle-editor h3, .howitwork-steps-block p.title-8, .jobs-editor h3 {
  font-size: 1.692em;
  color: #008265;
  text-transform: none;
  font-family: "Rockwell", "Courier New", sans-serif;
}

.messages .error-msg li {
  border-left: 5px solid #fdb924;
}
.messages .error-msg li:before {
  border-left: 6px solid #fdb924;
}
.messages .success-msg li {
  border-left: 5px solid #008265;
}
.messages .success-msg li:before {
  border-left: 6px solid #008265;
}

label.required:after,
span.required:after {
  color: #008265;
  font-family: "Rockwell", "Courier New", sans-serif;
  font-size: inherit;
}

.buttons-set {
  border: 0;
}

.block-4 {
  text-align: center;
  margin: 0 auto;
}
.block-4 .desc ul {
  list-style: decimal;
  color: #008265;
  font-weight: bold;
}
.block-4 .desc ul li {
  margin: 0 0 30px;
  padding-left: 15px;
}
.block-4 .desc ul li span {
  color: #333;
  font-weight: normal;
}
.block-4 .desc p {
  line-height: 1.6;
  margin: 20px 0 40px;
}
.block-4 .item-block {
  border-bottom: 1px solid #7fc0b2;
  padding: 0 20%;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.block-4 .item-block:last-child {
  border-bottom: 0;
}

.cms-privacy-policy .main-content-container h2 {
  margin-bottom: 15px;
}
.cms-privacy-policy .main-content-container p {
  margin-bottom: 30px;
}
.cms-privacy-policy .main-content-container ul {
  margin-left: 30px;
  list-style: disc;
}

.terms-block {
  width: 100%;
}
.terms-block .title-8, .terms-block .cms-privacy-policy .main-content-container h2, .cms-privacy-policy .main-content-container .terms-block h2, .terms-block .aritcle-editor h3, .aritcle-editor .terms-block h3, .terms-block .howitwork-steps-block p.title-8, .howitwork-steps-block .terms-block p.title-8, .terms-block .jobs-editor h3, .jobs-editor .terms-block h3 {
  text-align: center;
  margin-bottom: 15px;
}
.terms-block .desc {
  text-align: left;
}

.photo-block {
  width: 40%;
  float: left;
  box-sizing: border-box;
  padding-right: 40px;
  margin-bottom: 40px;
}
.photo-block > img {
  max-width: 100%;
}

.content-block {
  width: 60%;
  padding-left: 5%;
  box-sizing: border-box;
  float: left;
  margin-top: 95px;
  border-left: 1px solid #bfe0d8;
}
.content-block .title-5 {
  text-align: left;
  line-height: 1.2;
  font-size: 3.462em;
}
.content-block .desc p {
  margin-bottom: 30px;
}

.block-2 {
  background: #f4f4f4;
  padding: 20px;
  box-sizing: border-box;
  min-height: 330px;
}
.block-2 input[type="text"] {
  background: #fff;
  height: 40px;
}
.block-2 input.gray-out {
  background: #eee;
}
.block-2 label:first-child {
  margin-bottom: 13px;
}

.block-progress {
  border: 0;
}
.block-progress.block-3 {
  margin-top: 0;
}
.block-progress dd {
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
}
.block-progress dt {
  text-transform: none;
  color: #333;
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
  font-size: 1em;
}

#checkout-step-billing form .control {
  position: relative;
}
#checkout-step-billing form .shipping-option {
  margin-top: 0;
  margin-bottom: 0;
}
#checkout-step-billing input[type="text"] {
  width: 100%;
}

.new-register-block .description {
  margin: 10px 0;
  font-style: normal;
}

.confirm-order-block {
  text-align: center;
  margin-top: 25px;
}
.confirm-order-block .sub-title {
  font-size: 3.846em;
  color: #ba2f4b;
  font-family: "Rockwell", "Courier New", sans-serif;
  width: 100%;
  text-align: center;
  text-transform: none;
  margin-bottom: 50px;
  line-height: 1;
}
.confirm-order-block p a {
  color: #2e8ab8;
}

.sp-methods dd li,
.gift-messages p.control,
.gift-messages-form p.control {
  position: relative;
}

div.customer-instructions,
div.customer-comment,
div.deliverby,
div.destination-type {
  background: transparent;
  border: 1px solid #008265;
  margin: 20px 0;
  width: 100%;
  box-sizing: border-box;
}

/* Checkout login page*/
#checkout-step-shipping li.control {
  position: relative;
}

#checkout-step-billing input[type="text"], #checkout-step-shipping input[type="text"], #checkout-step-payment input[type="text"] {
  width: 100%;
}
#checkout-step-billing .fieldset > ul, #checkout-step-shipping .fieldset > ul, #checkout-step-payment .fieldset > ul {
  overflow: hidden;
  clear: both;
}
#checkout-step-billing form .field, #checkout-step-billing form .wide, #checkout-step-billing form .fields, #checkout-step-billing form .control, #checkout-step-shipping form .field, #checkout-step-shipping form .wide, #checkout-step-shipping form .fields, #checkout-step-shipping form .control, #checkout-step-payment form .field, #checkout-step-payment form .wide, #checkout-step-payment form .fields, #checkout-step-payment form .control {
  overflow: hidden;
}
#checkout-step-billing form .control label, #checkout-step-shipping form .control label, #checkout-step-payment form .control label {
  color: #008265;
  font-size: 1.538em;
  width: auto;
}
#checkout-step-billing form label, #checkout-step-shipping form label, #checkout-step-payment form label {
  width: 40%;
  float: left;
  line-height: 40px;
  font: 1.538em "Rockwell", "Courier New", sans-serif;
  color: #008265;
}
#checkout-step-billing form .input-box, #checkout-step-shipping form .input-box, #checkout-step-payment form .input-box {
  width: 60%;
  float: right;
}
#checkout-step-billing form .custom-select-1, #checkout-step-shipping form .custom-select-1, #checkout-step-payment form .custom-select-1 {
  width: 100%;
}
#checkout-step-billing .form-list, #checkout-step-shipping .form-list, #checkout-step-payment .form-list {
  overflow: hidden;
  clear: both;
}

#checkout-step-login .messages .error-msg li {
  margin-top: 20px;
}
#checkout-step-login .col2-set .col-1, #checkout-step-login .col2-set .col-2 {
  padding-top: 20px;
}
#checkout-step-login .col2-set .col-1 {
  padding-right: 10px;
}
#checkout-step-login .col2-set .col-2 {
  padding-left: 10px;
}

.form-list > li {
  list-style: none;
  margin-bottom: 15px;
}
.form-list .control label {
  padding: 6px 10px;
}
.form-list .control label:hover {
  background: transparent;
}

.opc #opc-login p:not(.required) {
  font-size: 1.15em;
  font-style: normal;
  font-family: DroidSans, Arial, Helvetica, sans-serif;
  color: #313131;
}

/* Cart page */
.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  border: 0;
}

.data-table td {
  padding: 20px 20px;
  box-sizing: border-box;
}
.data-table thead th {
  font-family: "Rockwell", "Courier New", sans-serif;
  color: #008265;
  text-transform: none;
  font-size: 1.15em;
  font-weight: 600;
  border-bottom: 1px solid #fdb924;
  border-top: 1px solid #fdb924;
  text-align: left;
  padding: 10px 20px;
  background: transparent;
}
.data-table thead th:last-child {
  text-align: right;
}
.data-table tbody td {
  border-bottom: 1px solid #dfdfdf;
  vertical-align: middle;
  text-align: left;
  padding: 20px 20px;
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}
.data-table tbody td:last-child {
  text-align: right;
}
.data-table tbody td.product-cart-image {
  width: 5%;
}
.data-table tfoot td {
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}
.data-table tfoot .grand-total {
  font-family: "Rockwell", "Courier New", sans-serif;
  color: #008265;
  font-size: 1.538em;
  box-sizing: border-box;
  text-transform: uppercase;
}
.data-table tfoot tr {
  border-bottom: 1px solid #dfdfdf;
  background: transparent;
}

#checkout-review-table td.a-center {
  text-align: center;
}
#checkout-review-table tfoot strong {
  font-weight: 400;
}
#checkout-review-table tfoot tr {
  border: none;
}
#checkout-review-table tfoot td {
  padding: 10px 20px;
}
#checkout-review-table tfoot tr.last {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
#checkout-review-table tfoot tr.last td {
  font-family: "Rockwell", "Courier New", sans-serif;
  color: #008265;
  font-size: 1.538em;
  box-sizing: border-box;
  text-transform: uppercase;
}

.cart-table thead tr.first {
  border-bottom: 0;
}
.cart-table thead tr.first th {
  border-bottom: 0;
}
.cart-table thead tr.first th[rowspan="2"] {
  border-bottom: 1px solid #fdb924;
}
.cart-table thead tr.last {
  font-size: 0.7em;
}
.cart-table thead tr.last th {
  border-top: 0;
}
.cart-table .product-cart-sku {
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
}
.cart-table .product-cart-price {
  text-align: left;
}
.cart-table .product-cart-total, .cart-table .cart-total-head {
  text-align: right;
}
.cart-table .product-cart-actions .qty {
  height: 40px;
  width: 4em;
  color: #333;
  margin-bottom: 0;
}
.cart-table .product-cart-actions .qty, .cart-table .product-cart-actions .btn-update {
  float: left;
}
.cart-table .product-cart-actions .cart-links {
  float: left;
}
.cart-table .product-cart-actions .cart-links li a {
  line-height: 40px;
}

h2 .product-name a, h2 p.product-name a, h3 .product-name a, h3 p.product-name a, h4 .product-name a, h4 p.product-name a, h5 .product-name a, h5 p.product-name a {
  color: #333;
}

.price-box .price, .price {
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
}

.cart .button2 span span {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/wi-icon-arrow.png) right 12px no-repeat;
  padding-right: 10px;
}
.cart .cart-totals {
  box-sizing: border-box;
  padding: 20px;
}
.cart .cart-totals table tbody tr:last-child td, .cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 0;
}
.cart .cart-totals table tbody tr:first-child td {
  font-size: 1.5em;
  font-family: "Rockwell", "Courier New", sans-serif;
}
.cart .cart-totals table tbody tr td {
  font-size: 1.077em;
  text-transform: none;
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
}
.cart .cart-totals table {
  margin-bottom: 10px;
}
.cart .cart-totals table tbody tr td, .cart .cart-totals table tbody tr span, .cart .cart-totals table tfoot tr td, .cart .cart-totals table tfoot tr span {
  color: #008265;
}
.cart .cart-totals table tbody tr td:first-child, .cart .cart-totals table tbody tr span:first-child, .cart .cart-totals table tfoot tr td:first-child, .cart .cart-totals table tfoot tr span:first-child {
  text-align: left;
}
.cart .cart-totals table tbody td {
  padding-bottom: 10px;
}
.cart .cart-totals table tbody tr:first-child {
  border-bottom: 1px solid #008265;
}
.cart .cart-totals table tbody tr:first-child td, .cart .cart-totals table tbody tr:first-child span {
  padding-top: 0;
  color: #008265;
}
.cart .cart-totals table tbody tr td {
  padding-top: 10px;
}
.cart .cart-totals table tbody tr td, .cart .cart-totals table tbody tr span {
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #313131;
  text-transform: initial;
}
.cart .cart-totals table tfoot {
  border: 0;
}
.cart .cart-totals table tfoot tr td {
  padding: 10px 0;
  font-family: 'Rockwell';
  font-size: 1.5em;
}
.cart .cart-totals table tfoot tr td:first-child {
  color: #008265;
  text-transform: uppercase;
  font-size: 2em;
}
.cart .cart-totals table tfoot tr:first-child td, .cart .cart-totals table tfoot tr:first-child span {
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #313131;
  text-transform: initial;
}
.cart .cart-totals table tfoot tr:last-child {
  border-top: 1px solid #008265;
}
.cart .cart-totals table tfoot tr:last-child td, .cart .cart-totals table tfoot tr:last-child strong {
  font-size: 1.5em;
}
.cart .cart-forms {
  float: left;
  width: 60%;
  box-sizing: border-box;
  padding-left: 0;
}
.cart .cart-forms .discount, .cart .cart-forms .shipping {
  padding: 20px;
}
.cart .cart-forms input[type="text"] {
  background: #fff;
  width: 100%;
}
.cart .cart-totals-wrapper {
  box-sizing: border-box;
  width: 40%;
}
.cart form {
  max-width: inherit;
}

.cart-table {
  width: 100%;
}
.cart-table span.or {
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
}

.checkout-types li .cta {
  margin-right: 0;
}

#discount-coupon-form label {
  font: 1.538em "Rockwell", "Courier New", sans-serif;
  color: #008265;
  text-transform: none;
}
#discount-coupon-form .button-wrapper {
  vertical-align: middle;
}
#discount-coupon-form .discount-form label {
  float: left;
  line-height: 40px;
}
#discount-coupon-form .discount-form > input {
  float: left;
}
#discount-coupon-form .discount-form .field-wrapper {
  float: left;
}
#discount-coupon-form .discount-form .field-wrapper > input {
  display: inline-block;
  background: #fff;
  margin-top: 0;
}
#discount-coupon-form .discount-form .field-wrapper .input-text {
  height: 40px;
}

.shipping-form .custom-select-1 {
  width: 100%;
}
.shipping-form .sp-methods dt {
  font-family: "Rockwell", "Courier New", sans-serif;
  color: #008265;
  font-size: 1.292em;
}
.shipping-form #postcodeEntry label,
.shipping-form #postcodeEntry .input-box {
  display: inline-block;
}
.shipping-form #postcode {
  font-size: 1.23em;
  width: 50%;
  text-align: center;
}

.shipping .buttons-set .cta {
  margin-right: 0;
}
.shipping .form-list label {
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
  color: #313131;
  text-transform: none;
  font-size: 1.23em;
}
.shipping .form-list input {
  height: 40px;
  margin-top: 0;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 0;
  width: 100%;
  padding: 6px 10px;
}

.no-touch .opc .section.allow:hover .step-title .number {
  background-color: #fdb924;
}

.opc .section .step-title h2 {
  color: #008265;
  font-family: "Rockwell", "Courier New", sans-serif;
  text-transform: none;
}
.opc .section .step-title .number {
  background-color: #008265;
}
.opc .section.allow.active .step-title .number {
  background-color: #fdb924;
}
.opc .section.allow .step-title .number {
  background-color: #008265;
}
.opc .section.allow .step-title h2 {
  color: #a0a0a0;
}
.opc .section.active .step-title:hover h2, .opc .section.allow .step-title:hover h2 {
  color: #008265;
  opacity: 0.8;
}
.opc .section.active .step-title h2, .opc .section.allow .step-title h2 {
  color: #008265;
  font-family: "Rockwell", "Courier New", sans-serif;
  text-transform: none;
}

#checkout-step-payment .sp-methods .form-list {
  padding-left: 10px;
}
#checkout-step-payment .sp-methods .form-list > li {
  overflow: hidden;
}
#checkout-step-payment .sp-methods .form-list label {
  clear: both;
  line-height: 40px;
}
#checkout-step-payment .sp-methods dt {
  overflow: hidden;
  position: relative;
}
#checkout-step-payment .sp-methods dt input[type="radio"] + label::before {
  float: left;
  margin-top: 2px;
}
#checkout-step-payment .sp-methods dt label {
  width: 100%;
  padding: 6px 10px;
  color: #008265;
  box-sizing: border-box;
}
#checkout-step-payment .sp-methods dt label > a {
  font-size: 0.7em;
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
  margin-top: 0;
}
#checkout-step-payment .sp-methods dt label > img {
  margin-top: 5px;
}

.checkout-onepage-index .col-main {
  box-sizing: border-box;
}

.linearize-table tbody tr {
  border: 0;
}
.linearize-table tfoot td:nth-child(even) {
  text-align: right;
}

.shipping .sp-methods label {
  font: 1.15em "DroidSans", Arial, Helvetica, sans-serif;
  color: #313131;
  padding: 6px 10px;
}
.shipping .sp-methods label:before {
  float: left;
}
.shipping .sp-methods label span {
  font-family: "Rockwell", "Courier New", sans-serif;
}
.shipping #co-shipping-method-form ul {
  margin-left: -10px;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  min-width: 100%;
  box-sizing: border-box;
}

.product-cart-actions .btn-update {
  display: none;
}

#contactForm {
  padding-left: 0;
}
#contactForm .buttons-set {
  width: 100%;
  text-align: center;
}
#contactForm .form-list {
  clear: both;
}
#contactForm .form-list > li {
  overflow: hidden;
  margin-bottom: 30px;
}
#contactForm .form-list .fields {
  margin-bottom: 0;
}
#contactForm .form-list .fields .field {
  margin-bottom: 30px;
}
#contactForm .form-list .fields, #contactForm .form-list .field, #contactForm .form-list .wide {
  overflow: hidden;
}
#contactForm .form-list label {
  width: 30%;
  float: left;
  line-height: 40px;
}
#contactForm .form-list .input-box {
  width: 70%;
  float: right;
}
#contactForm .form-list .input-box input, #contactForm .form-list .input-box textarea {
  background: #f4f4f4;
}
#contactForm .form-list .input-box textarea {
  min-height: 150px;
}
#contactForm .form-list .wide .input-box {
  float: none;
  width: 100%;
}

.contacts-index-index .buttons-set {
  margin-left: 0;
  max-width: initial;
}
.contacts-index-index #contactForm .buttons-set {
  max-width: 100%;
}

.info-contact {
  width: 65%;
  margin: 0 auto;
  text-align: center;
}
.info-contact .title-5 {
  margin-bottom: 20px;
  line-height: 1;
}
.info-contact .desc p {
  margin-bottom: 25px;
  font-size: 1.231em;
  line-height: 1.6;
}
.info-contact .desc p.small-text {
  font-size: 1.077em;
}
.info-contact .desc p a {
  color: #2e8ab8;
}
.info-contact .desc p.contact-no {
  font-size: 3.077em;
  color: #ba2f4b;
  font-family: "Rockwell", "Courier New", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.info-contact .desc p.contact-no > span {
  color: #008265;
}

.wrap-view.style-1 {
  margin: 0;
  width: 331px;
  height: 331px;
  background: #008265;
}
.wrap-view > img {
  max-height: 100%;
  margin: auto;
}

.login-block #login-form {
  margin: 10px 0 20px 0;
}

#login-form {
  max-width: 100%;
}

.customer-account-login .scaffold-form label {
  margin-bottom: 13px;
}
.customer-account-login .scaffold-form label:first-child {
  width: auto;
}
.customer-account-login .col2-set .col-1 ul {
  padding-left: 0;
  list-style: none;
}
.customer-account-login .col2-set .buttons-set {
  padding-top: 0;
}
.customer-account-login .col2-set .buttons-set .forgot-link {
  float: right;
  text-decoration: underline;
  line-height: 40px;
}
.customer-account-login .col2-set .buttons-set button, .customer-account-login .col2-set .buttons-set .button {
  min-width: initial;
  float: left;
}

.quote, .opc #opc-login .qoute {
  display: table;
  border-top: 1px solid #bfe0d8;
  border-bottom: 1px solid #bfe0d8;
  padding: 20px 0;
  margin-bottom: 20px;
}
.quote > img, .opc #opc-login .qoute > img {
  float: left;
  margin-right: 25px;
}
.quote .desc, .opc #opc-login .qoute .desc {
  padding-top: 5px;
  display: table-cell;
  vertical-align: middle;
}
.quote .desc p, .opc #opc-login .qoute .desc p {
  line-height: 1.6em;
}

.new-register-block .description {
  margin: 16px 0;
}
.new-register-block .form-list .control {
  margin: 0 auto;
}

.block-6 .desc p {
  padding: 0 30px;
  line-height: 30px;
  margin-top: 20px;
}
.block-6 .desc p:first-child {
  margin-top: 0;
}

#checkout-step-payment .sp-methods select.ewayrapid_saved_token {
  width: 100%;
  margin-right: 0;
}
#checkout-step-payment .saved_token_fields .input-box .custom-select-1.v-fix, #checkout-step-payment #ewayrapid_notsaved_cc_type_exp_div .input-box .custom-select-1.v-fix {
  width: 45%;
  box-sizing: border-box;
  float: left;
}
#checkout-step-payment .saved_token_fields .input-box .custom-select-1.v-fix > select, #checkout-step-payment #ewayrapid_notsaved_cc_type_exp_div .input-box .custom-select-1.v-fix > select {
  width: 100%;
}
#checkout-step-payment .saved_token_fields .input-box .custom-select-1.v-fix:last-child, #checkout-step-payment #ewayrapid_notsaved_cc_type_exp_div .input-box .custom-select-1.v-fix:last-child {
  margin: 0;
}

.product-name {
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
}

#form-validate.edit-form .legend, .edit-form .legend {
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
}
#form-validate.edit-form .input-box input, .edit-form .input-box input {
  background: #fff;
}
#form-validate.edit-form .control, .edit-form .control {
  position: relative;
}
#form-validate.edit-form .control label, .edit-form .control label {
  width: auto;
  color: #008265;
  white-space: nowrap;
}
#form-validate.edit-form .checkbox-1, .edit-form .checkbox-1 {
  position: relative;
}

@media (min-width: 770px) {
  .cart-table .cart-links > li {
    float: left;
  }

  .customer-account-login .col2-set .col-2 {
    padding-left: 10px;
    border: 0;
  }
}
@media (max-width: 768px) {
  .block-4 .item-block {
    padding: 0;
  }
  .block-4 .item-block ul {
    margin: 0 0 0 20px;
  }

  #contactForm .form-list {
    clear: both;
  }
  #contactForm .form-list label {
    width: auto;
    float: none;
  }
  #contactForm .form-list .input-box {
    width: 100%;
    float: none;
  }

  .cart-table td[data-rwd-label]:before {
    line-height: 40px;
  }

  .opc .section .step {
    padding: 10px 0;
  }

  #checkout-step-billing form label, #checkout-step-shipping form label, #checkout-step-payment form label {
    float: none;
    width: auto;
  }
  #checkout-step-billing form .input-box, #checkout-step-shipping form .input-box, #checkout-step-payment form .input-box {
    width: 100%;
    float: none;
  }
  #checkout-step-billing form .custom-select-1, #checkout-step-shipping form .custom-select-1, #checkout-step-payment form .custom-select-1 {
    width: 100%;
  }

  #checkout-step-login .form-list {
    margin-top: 15px;
  }

  .cart .cart-totals table td {
    padding: 10px 0;
  }
  .cart .cart-totals table td:first-child {
    min-width: initial;
  }
  .cart .cart-totals-wrapper {
    width: 40%;
    box-sizing: border-box;
    overflow: hidden;
    float: right;
    padding-left: 20px;
  }

  .data-table tbody td.product-cart-image {
    width: 20%;
    border-bottom: 0;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .cart-table .product-cart-actions {
    border-bottom: 0;
  }
  .cart-table .product-cart-actions .qty {
    display: inline-block;
    float: none;
  }
  .cart-table .product-cart-actions .cart-links {
    display: inline-block;
    float: none;
  }

  .content-block {
    margin-top: 0;
  }

  .data-table thead th {
    text-align: center;
  }
}
@media (max-width: 599px) {
  .cart-table td[data-rwd-label], .cart-table .product-cart-info {
    padding-right: 0;
    padding-left: 10px;
    padding-bottom: 6px;
  }

  .product-cart-actions:before {
    float: left;
  }
  .product-cart-actions .btn-update {
    display: none;
    background-image: none;
    padding: 10px;
    height: 40px;
  }
  .product-cart-actions .btn-update:hover {
    padding-top: 6px;
  }
}
@media (max-width: 480px) {
  .photo-block {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .photo-block > img {
    margin: 0 auto;
  }
  .photo-block .wrap-view {
    margin: 0 auto;
  }

  .content-block {
    width: 100%;
    float: none;
    padding-left: 0;
    border: 0;
    margin-top: 50px;
  }
  .content-block .title-5 {
    text-align: center;
  }
  .content-block .desc {
    text-align: center;
  }

  .form-2 .form-group > label {
    width: auto;
    float: none;
    display: block;
  }
  .form-2 .form-group .form-control {
    display: block;
  }

  .info-contact {
    width: 100%;
  }

  .quote, .opc #opc-login .qoute {
    display: block;
    text-align: center;
  }
  .quote > img, .opc #opc-login .qoute > img {
    float: none;
    margin: 0 auto;
  }
  .quote .desc, .opc #opc-login .qoute .desc {
    display: block;
    margin-top: 20px;
  }

  .customer-account-login .col2-set .col-1 {
    padding-bottom: 20px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    border: 0;
  }
  .customer-account-login .col2-set .buttons-set .forgot-link {
    float: right;
    line-height: 50px;
  }

  #checkout-step-login .col2-set .col-1, #checkout-step-login .col2-set .col-2 {
    padding: 10px 0;
    width: 100%;
  }
  #checkout-step-login .col2-set .col-1 .block-2, #checkout-step-login .col2-set .col-2 .block-2 {
    min-height: inherit;
  }

  .cart .cart-totals-wrapper, .cart .cart-forms {
    width: 100%;
  }
  .cart .cart-totals-wrapper {
    padding-left: 0;
  }

  .cart-table .cart-footer-actions #empty_cart_button, .cart-table .cart-footer-actions .btn-continue, .cart-table .cart-footer-actions .btn-light-yellow {
    float: left;
    clear: both;
  }
  .cart-table tfoot .btn-light-yellow {
    display: block;
  }

  .vr_mobile {
    display: block;
    max-width: 100%;
  }

  .vr_desktop {
    display: none;
  }
}
.multiple-checkout .shop-securely-safely.payment-billing {
  width: 372px;
  position: relative;
  right: auto;
  bottom: auto;
}

.checkout-multishipping-billing #main > .content .buttons-set {
  position: relative;
  left: auto;
  bottom: auto;
}

.shop-securely-safely.multi-shipping .block-icon-payment,
.shop-securely-safely.payment-billing .block-icon-payment {
  margin-top: 10px;
  margin-bottom: 10px;
}

form#checkout_multishipping_form,
form#shipping_method_form {
  width: 100%;
  clear: both;
  max-width: none;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 1200px) {
  .multiple-checkout .shop-securely-safely.payment-billing {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .multiple-checkout .shop-securely-safely.payment-billing {
    width: 310px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .multiple-checkout .shop-securely-safely.payment-billing {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
  }
}
/* --------------------- SASS Variables --------------------- */
/* Colours */
/* Fonts */
/* Major container/element widths */
#otp-takeover-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 201;
  line-height: initial;
  /* Preloader */
  /* ENDFRAME SCREEN STYLES */
  /* GAME CANVAS STYLES */
}
#otp-takeover-wrapper h1, #otp-takeover-wrapper h2, #otp-takeover-wrapper h3, #otp-takeover-wrapper p, #otp-takeover-wrapper span, #otp-takeover-wrapper a, #otp-takeover-wrapper img, #otp-takeover-wrapper canvas, #otp-takeover-wrapper div {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#otp-takeover-wrapper h2 {
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 30px;
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
  max-width: 100%;
  margin: 0 auto;
  letter-spacing: 2px;
  line-height: 40px;
}
#otp-takeover-wrapper h3 {
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #fdb924;
  letter-spacing: 1px;
  margin-top: 10px;
}
#otp-takeover-wrapper button {
  cursor: pointer;
  transition: 0.3s background-color;
}
#otp-takeover-wrapper button:hover {
  background-color: rgba(128, 53, 79, 0.9);
}
#otp-takeover-wrapper hr {
  margin: 30px 0;
  background-color: #444;
  width: 60px;
  display: block;
  border: 0px;
  height: 1px;
}
#otp-takeover-wrapper .content {
  position: relative;
  height: 100%;
  margin-top: -25px;
}
#otp-takeover-wrapper .takeover-bg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}
#otp-takeover-wrapper .bg-texture {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/OTP/background.jpg) no-repeat 50% 0;
}
#otp-takeover-wrapper .otp-close-btn {
  display: block;
  text-indent: -20000px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/OTP/close-btn.png) no-repeat 50% 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: none;
  z-index: 1;
}
#otp-takeover-wrapper .content-wrapper {
  position: relative;
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
}
#otp-takeover-wrapper .content-wrapper h1 {
  font-family: 'Tangerine', cursive;
  font-size: 70px;
  color: #fff;
  margin: 0;
}
#otp-takeover-wrapper .content-wrapper h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  color: #fdb924;
  text-transform: uppercase;
}
#otp-takeover-wrapper .content-wrapper p {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
#otp-takeover-wrapper .content-wrapper .cta {
  margin-top: 30px;
}
#otp-takeover-wrapper .content-wrapper .carousel-contaner {
  position: relative;
  max-width: 80%;
  height: 300px;
  margin: 50px auto 0 auto;
}
#otp-takeover-wrapper .content-wrapper .carousel-contaner .next, #otp-takeover-wrapper .content-wrapper .carousel-contaner .prev {
  position: absolute;
  z-index: 10;
  top: 30%;
}
#otp-takeover-wrapper .content-wrapper .carousel-contaner .prev {
  left: -5%;
}
#otp-takeover-wrapper .content-wrapper .carousel-contaner .next {
  right: -5%;
}
#otp-takeover-wrapper .content-wrapper .carousel-contaner .carousel-item {
  cursor: pointer;
  max-width: 300px;
  height: 241px;
  position: absolute;
  margin-left: -150px;
}
#otp-takeover-wrapper .content-wrapper .carousel-contaner .carousel-item img {
  width: 100%;
  height: 100%;
}
#otp-takeover-wrapper .content-wrapper .next,
#otp-takeover-wrapper .content-wrapper .prev {
  text-indent: -30000px;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  bottom: 100px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/OTP/prev-btn.png) no-repeat;
  opacity: 0.85;
}
#otp-takeover-wrapper .content-wrapper .next {
  left: auto;
  right: 0;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/OTP/next-btn.png) no-repeat;
}
#otp-takeover-wrapper .content-wrapper .next:hover,
#otp-takeover-wrapper .content-wrapper .prev:hover {
  opacity: 1;
}
#otp-takeover-wrapper #loading {
  vertical-align: middle;
  text-align: center;
  display: block;
  position: relative;
}
#otp-takeover-wrapper #loading img {
  margin: 0 auto;
}
#otp-takeover-wrapper #loading h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 2em;
  line-height: 1.5em;
  margin-top: 85px;
  margin-bottom: 20px;
  color: #ffffff;
}
#otp-takeover-wrapper #loading h2 span {
  -webkit-animation: blink 1.4s linear infinite both;
  -moz-animation: blink 1.4s linear infinite both;
  animation: blink 1.4s linear infinite both;
}
#otp-takeover-wrapper #loading h2 span:nth-child(2) {
  animation-delay: .2s;
}
#otp-takeover-wrapper #loading h2 span:nth-child(3) {
  animation-delay: .4s;
}
#otp-takeover-wrapper .gutter-left {
  position: absolute;
  left: 5px;
  top: 75px;
  width: 220px;
}
#otp-takeover-wrapper .gutter-left h1 {
  font-family: 'Tangerine', cursive;
  font-size: 60px;
  color: #fff;
  text-align: left;
}
#otp-takeover-wrapper .gutter-left h2 {
  text-align: left;
  font-size: 20px;
  margin-top: 0;
  line-height: 25px;
}
#otp-takeover-wrapper .rounded-box {
  border-radius: 10px;
  background: rgba(128, 53, 79, 0.66);
  padding: 10px;
}
#otp-takeover-wrapper #lickscreen-clickthrough {
  cursor: pointer;
  padding: 8px 35px 4px 8px;
  background: rgba(128, 53, 79, 0.66) url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/css/image-btn-bg-arrow.png) no-repeat 93% 30px;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 17px;
  position: absolute;
  left: 5px;
  bottom: 30px;
  transition: 0.3s background-color;
}
#otp-takeover-wrapper #lickscreen-clickthrough:hover {
  background-color: rgba(128, 53, 79, 0.9);
}
#otp-takeover-wrapper .line-1 {
  color: #fff;
}
#otp-takeover-wrapper .line-2 {
  color: #fdb924;
}
#otp-takeover-wrapper .gutter-right {
  position: absolute;
  left: 5px;
  top: auto;
  bottom: 10px;
  width: 15%;
}
#otp-takeover-wrapper .gutter-right h3 {
  text-align: left;
}
#otp-takeover-wrapper .lick-timer {
  width: 110px;
  height: 110px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  text-align: left;
  padding: 10px 15px;
}
#otp-takeover-wrapper #timer-count {
  font-family: "Josefin Sans", Arial, sans-serif;
  font-weight: 100;
  color: #fff;
  margin-top: 10px;
}
#otp-takeover-wrapper .seconds {
  font-size: 45px;
}
#otp-takeover-wrapper .milliseconds {
  font-size: 20px;
}
#otp-takeover-wrapper .lick-timer h2 {
  text-align: left;
  font-size: 18px;
  margin-top: -10px;
}
#otp-takeover-wrapper .endframe-headline {
  display: block;
  margin: 60px auto;
}
#otp-takeover-wrapper .endframe-donuts {
  position: absolute;
  left: 50px;
  bottom: -170px;
}
#otp-takeover-wrapper .endframe-info {
  text-align: center;
  padding-top: 60px;
}
#otp-takeover-wrapper .endframe-info h2 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 15px;
  max-width: 70%;
}
#otp-takeover-wrapper .endframe-info .restart-link {
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: #fdb924;
  letter-spacing: 1px;
  margin: 25px auto;
  text-transform: uppercase;
  display: block;
  max-width: 225px;
  padding-left: 20px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/OTP/replay-icon.png) no-repeat 0 50%;
}
#otp-takeover-wrapper .endframe-info hr {
  margin: 20px auto;
}
#otp-takeover-wrapper #endframe-doughnuts {
  position: relative;
  bottom: 0;
  left: 0;
}
#otp-takeover-wrapper #endframe-doughnuts .ghost-doughnut {
  width: 25%;
  position: absolute;
  opacity: 0.3;
  top: 5px;
}
#otp-takeover-wrapper #endframe-doughnuts .ghost-doughnut:nth-child(1) {
  left: 0;
}
#otp-takeover-wrapper #endframe-doughnuts .ghost-doughnut:nth-child(2) {
  left: 20%;
}
#otp-takeover-wrapper #endframe-doughnuts .ghost-doughnut:nth-child(3) {
  right: 20%;
}
#otp-takeover-wrapper #endframe-doughnuts .ghost-doughnut:nth-child(4) {
  right: 0%;
}
#otp-takeover-wrapper #endframe-doughnuts #main-doughnut {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20%;
  width: 40%;
}
#otp-takeover-wrapper #game-container {
  position: absolute;
  z-index: 1000;
  left: 50%;
  margin-left: -245px;
  top: 74px;
  /*
  JAVASCRIPT WILL SET:
  - background: (...)
  */
  background-size: contain;
  /*the bg image fit in the container*/
  background-repeat: no-repeat;
  border: none;
  width: 100%;
  max-width: 489px;
  height: 453px;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#otp-takeover-wrapper #game-container:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#otp-takeover-wrapper #game-container canvas {
  position: absolute;
  left: 0px;
  /*
  JAVASCRIPT WILL SET:
  - top: (...)
  */
  width: 100%;
  max-width: 489px;
}
#otp-takeover-wrapper #feedback {
  position: absolute;
  top: 50%;
  margin-top: 295px;
  width: 100%;
  z-index: 5001;
}
#otp-takeover-wrapper #feedback.countdown {
  margin-top: -30px;
}
#otp-takeover-wrapper #feedback.countdown #msg {
  font-size: 100px;
}
#otp-takeover-wrapper #feedback.countdown #percent {
  display: none;
}
#otp-takeover-wrapper #msg {
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  color: #fdb924;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-shadow: 0px 5px 7px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0px 5px 7px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 5px 7px rgba(0, 0, 0, 0.5);
  max-width: 400px;
  margin: 0 auto;
}
#otp-takeover-wrapper #percent {
  display: block;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 5000;
}

#start-screen {
  display: none;
}

#game-screen {
  display: none;
}

#game-container {
  display: none;
}

#end-frame {
  display: none;
}

.intro {
  height: 40px;
}

.moved-to-landscape {
  display: none;
  background: #000 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/OTP/rotate.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000;
  top: 0;
  left: 0;
}

@media all and (max-width: 1023px) {
  #otp-takeover-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
  }
  #otp-takeover-wrapper h2 {
    line-height: 28px;
  }
  #otp-takeover-wrapper .bg-texture {
    background: black url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/OTP/background.jpg) no-repeat 50% 50%;
    background-size: auto 50%;
  }
  #otp-takeover-wrapper .endframe-info {
    padding-top: 5%;
  }
  #otp-takeover-wrapper #game-container {
    top: 50%;
  }
  #otp-takeover-wrapper .content-wrapper .carousel-contaner {
    margin-top: 20%;
    max-width: 70%;
  }
  #otp-takeover-wrapper .content-wrapper .carousel-contaner .carousel-item {
    width: 60%;
    height: 48%;
    position: absolute;
    margin-left: -30%;
  }
  #otp-takeover-wrapper .content-wrapper .carousel-contaner .carousel-item img {
    width: 100%;
    height: 100%;
  }
  #otp-takeover-wrapper .content-wrapper .prev {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  #otp-takeover-wrapper .content-wrapper .next {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  #otp-takeover-wrapper .content-wrapper h1 {
    font-size: 50px;
    max-width: 90%;
    margin: 0 auto;
  }
  #otp-takeover-wrapper .content-wrapper h2 {
    font-size: 10px;
    max-width: 90%;
    line-height: 18px;
    margin: 0 auto;
  }
  #otp-takeover-wrapper .content-wrapper p {
    font-size: 14px;
  }
  #otp-takeover-wrapper .content-wrapper .cta {
    font-size: 20px;
  }
  #otp-takeover-wrapper .gutter-left {
    width: 100%;
    top: 80px;
  }
  #otp-takeover-wrapper .gutter-left hr {
    margin: 10px auto;
  }
  #otp-takeover-wrapper .gutter-left h1 {
    text-align: center;
    font-size: 45px;
  }
  #otp-takeover-wrapper .gutter-left h2 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 18px;
    max-width: 95%;
  }
  #otp-takeover-wrapper #lickscreen-clickthrough {
    display: none;
  }
  #otp-takeover-wrapper .gutter-right {
    left: 5px;
    top: auto;
    bottom: 10px;
    width: 100%;
  }
  #otp-takeover-wrapper .gutter-right hr {
    display: none;
  }
  #otp-takeover-wrapper .gutter-right h3 {
    margin: 0;
    width: 50%;
  }
  #otp-takeover-wrapper .lick-timer {
    width: 90px;
    height: 90px;
    padding: 5px;
  }
  #otp-takeover-wrapper .lick-timer h2 {
    font-size: 12px;
    letter-spacing: 2px;
  }
  #otp-takeover-wrapper .lick-timer h3 {
    font-size: 12px;
  }
  #otp-takeover-wrapper .seconds {
    font-size: 30px;
  }
  #otp-takeover-wrapper #feedback {
    display: none;
  }
  #otp-takeover-wrapper #feedback.countdown {
    display: block;
  }
  #otp-takeover-wrapper .endframe-headline {
    margin: 30% auto 0 auto;
    width: 60%;
  }
  #otp-takeover-wrapper .endframe-info hr {
    margin: 5px auto;
  }
  #otp-takeover-wrapper .endframe-info {
    float: none;
    margin-right: 50px;
    text-align: center;
    margin: 20px auto;
  }
  #otp-takeover-wrapper .endframe-info h2 {
    font-size: 18px;
  }
  #otp-takeover-wrapper .endframe-donuts {
    left: 50% !important;
    bottom: auto;
    margin-left: -30%;
    top: 70%;
    width: 60%;
  }
  #otp-takeover-wrapper .endframe-cta {
    margin-top: 0;
    font-size: 20px;
  }
  #otp-takeover-wrapper #game-container {
    margin: 0 auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    max-width: 45vh;
    top: 50%;
    margin-top: -20vw;
    left: 50%;
    margin-left: -23vh;
  }
  #otp-takeover-wrapper .ghost-doughnut {
    display: none;
  }
  #otp-takeover-wrapper #main-doughnut {
    width: 120% !important;
    margin-left: -60% !important;
    top: 10vh !important;
  }
}
@media all and (max-width: 350px) {
  #otp-takeover-wrapper .content-wrapper .carousel-contaner {
    margin-top: 10%;
  }
  #otp-takeover-wrapper .content-wrapper h1 {
    font-size: 40px;
  }
  #otp-takeover-wrapper .content-wrapper h2 {
    font-size: 10px;
    letter-spacing: 0;
  }
}
/* Blink animation */
@-moz-keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
/* --------------------- SASS Variables --------------------- */
/* Colours */
/* Fonts */
/* Major container/element widths */
#tc {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 10001;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #999;
  display: none;
}

#dark-tray {
  position: absolute;
  width: 660px;
  height: 175px;
  bottom: -175px;
  margin-left: -330px;
  left: 50%;
  z-index: 100000;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/house-tray-dark.png) no-repeat 50% 50%;
}

#halloween-takeover-wrapper {
  font-family: 'Walter Turncoat', cursive;
  font-weight: normal;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: #231114;
}
#halloween-takeover-wrapper .loaded {
  display: block !important;
}
#halloween-takeover-wrapper .preloaded {
  display: none !important;
}
#halloween-takeover-wrapper #preloader {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 300px;
  height: 250px;
  margin-left: -150px;
}
#halloween-takeover-wrapper #preloader #preloaderDonut {
  position: absolute;
  width: 250px;
  height: 250px;
  left: 50%;
  margin-left: -125px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/preloader-donut.png) no-repeat 50% 50%;
}
#halloween-takeover-wrapper #preloader #preloaderRibbon {
  position: absolute;
  top: 80px;
  width: 300px;
  height: 150px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/preloader-ribbon.png) no-repeat 50% 50%;
}
#halloween-takeover-wrapper .otp-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
#halloween-takeover-wrapper #dark-tray {
  position: absolute;
  bottom: -175px;
  left: 50%;
  margin-left: -325px;
}
#halloween-takeover-wrapper #house-interior {
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -105px;
}
#halloween-takeover-wrapper #character-wrapper {
  display: none;
  position: absolute;
  width: 260px;
  height: 350px;
  top: 75px;
  left: 50%;
  margin-left: -130px;
  text-align: center;
}
#halloween-takeover-wrapper #house-wrapper {
  position: absolute;
  left: 50%;
  margin-left: -690.5px;
  width: 1391px;
  height: 100%;
}
#halloween-takeover-wrapper #house-wrapper img, #halloween-takeover-wrapper #house-wrapper div {
  position: absolute;
}
#halloween-takeover-wrapper #house-wrapper #house-tray {
  position: absolute;
  bottom: -175px;
  margin-left: -330px;
  left: 50%;
}
#halloween-takeover-wrapper #house-wrapper #left-side {
  position: absolute;
  top: 0;
  left: 0;
}
#halloween-takeover-wrapper #house-wrapper .tint1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 439px;
  background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(41, 137, 216, 0.2) 18%, rgba(41, 137, 216, 0.2) 82%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(30, 87, 153, 0)), color-stop(18%, rgba(41, 137, 216, 0.2)), color-stop(82%, rgba(41, 137, 216, 0.2)), color-stop(100%, rgba(125, 185, 232, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(41, 137, 216, 0.2) 18%, rgba(41, 137, 216, 0.2) 82%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(41, 137, 216, 0.2) 18%, rgba(41, 137, 216, 0.2) 82%, rgba(125, 185, 232, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(41, 137, 216, 0.2) 18%, rgba(41, 137, 216, 0.2) 82%, rgba(125, 185, 232, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(41, 137, 216, 0.2) 18%, rgba(41, 137, 216, 0.2) 82%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 );
  /* IE6-9 */
}
#halloween-takeover-wrapper #house-wrapper .tint2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 439px;
  background: -moz-linear-gradient(left, rgba(31, 63, 12, 0) 0%, rgba(35, 51, 26, 0.31) 15%, rgba(35, 51, 26, 0.35) 17%, rgba(35, 51, 26, 0.35) 86%, rgba(31, 63, 12, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(31, 63, 12, 0)), color-stop(15%, rgba(35, 51, 26, 0.31)), color-stop(17%, rgba(35, 51, 26, 0.35)), color-stop(86%, rgba(35, 51, 26, 0.35)), color-stop(100%, rgba(31, 63, 12, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(31, 63, 12, 0) 0%, rgba(35, 51, 26, 0.31) 15%, rgba(35, 51, 26, 0.35) 17%, rgba(35, 51, 26, 0.35) 86%, rgba(31, 63, 12, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(31, 63, 12, 0) 0%, rgba(35, 51, 26, 0.31) 15%, rgba(35, 51, 26, 0.35) 17%, rgba(35, 51, 26, 0.35) 86%, rgba(31, 63, 12, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(31, 63, 12, 0) 0%, rgba(35, 51, 26, 0.31) 15%, rgba(35, 51, 26, 0.35) 17%, rgba(35, 51, 26, 0.35) 86%, rgba(31, 63, 12, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(31, 63, 12, 0) 0%, rgba(35, 51, 26, 0.31) 15%, rgba(35, 51, 26, 0.35) 17%, rgba(35, 51, 26, 0.35) 86%, rgba(31, 63, 12, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f3f0c', endColorstr='#001f3f0c',GradientType=1 );
  /* IE6-9 */
}
#halloween-takeover-wrapper #house-wrapper .tint3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 439px;
  background: -moz-linear-gradient(left, rgba(31, 63, 12, 0) 0%, rgba(214, 82, 21, 0.13) 15%, rgba(214, 82, 21, 0.15) 17%, rgba(214, 82, 21, 0.15) 86%, rgba(31, 63, 12, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(31, 63, 12, 0)), color-stop(15%, rgba(214, 82, 21, 0.13)), color-stop(17%, rgba(214, 82, 21, 0.15)), color-stop(86%, rgba(214, 82, 21, 0.15)), color-stop(100%, rgba(31, 63, 12, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(31, 63, 12, 0) 0%, rgba(214, 82, 21, 0.13) 15%, rgba(214, 82, 21, 0.15) 17%, rgba(214, 82, 21, 0.15) 86%, rgba(31, 63, 12, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(31, 63, 12, 0) 0%, rgba(214, 82, 21, 0.13) 15%, rgba(214, 82, 21, 0.15) 17%, rgba(214, 82, 21, 0.15) 86%, rgba(31, 63, 12, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(31, 63, 12, 0) 0%, rgba(214, 82, 21, 0.13) 15%, rgba(214, 82, 21, 0.15) 17%, rgba(214, 82, 21, 0.15) 86%, rgba(31, 63, 12, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(31, 63, 12, 0) 0%, rgba(214, 82, 21, 0.13) 15%, rgba(214, 82, 21, 0.15) 17%, rgba(214, 82, 21, 0.15) 86%, rgba(31, 63, 12, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f3f0c', endColorstr='#001f3f0c',GradientType=1 );
  /* IE6-9 */
}
#halloween-takeover-wrapper #house-wrapper #door-opening {
  position: absolute;
  top: 0;
  left: 526.5px;
}
#halloween-takeover-wrapper #house-wrapper #right-side {
  position: absolute;
  top: 0;
  left: 853.5px;
}
#halloween-takeover-wrapper #house-wrapper #door {
  cursor: pointer;
  position: absolute;
  top: 82px;
  left: 50%;
  margin-left: -99px;
  width: 188px;
  height: 342px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#halloween-takeover-wrapper #house-wrapper #door .door-face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(360deg) translateZ(0px);
  -moz-transform: rotateY(360deg) translateZ(0px);
  -o-transform: rotateY(360deg) translateZ(0px);
  z-index: 3;
}
#halloween-takeover-wrapper #house-wrapper #door #door-side {
  height: 100%;
  width: 10px;
  background-color: #bc485a;
  position: absolute;
  top: 0;
  right: 0px;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(-270deg) translateX(5px) translateZ(5px);
  -moz-transform: rotateY(-270deg) translateX(5px) translateZ(5px);
  -o-transform: rotateY(-270deg) translateX(5px) translateZ(5px);
  z-index: 2;
}
#halloween-takeover-wrapper #house-wrapper #door #door-back {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #60252d;
  z-index: 0;
  -webkit-transform: rotateY(180deg) translateZ(10px) translateX(0px);
  -moz-transform: rotateY(180deg) translateZ(10px) translateX(0px);
  -o-transform: rotateY(180deg) translateZ(10px) translateX(0px);
  -ms-transform: rotateY(180deg) translateZ(10px) translateX(0px);
  transform: rotateY(180deg) translateZ(10px) translateX(0px);
}
#halloween-takeover-wrapper #house-wrapper #pumpkin-left {
  top: 72%;
  left: 29%;
  width: 106px;
  height: 123px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/pumpkin.png) no-repeat;
}
#halloween-takeover-wrapper #house-wrapper #pumpkin-right {
  top: 72%;
  left: 63%;
  width: 106px;
  height: 123px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/pumpkin.png) no-repeat;
}
#halloween-takeover-wrapper #house-wrapper #pot-left {
  top: 70%;
  left: 34%;
  width: 87px;
  height: 116px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/pot.png) no-repeat;
}
#halloween-takeover-wrapper #house-wrapper #pot-right {
  top: 70%;
  left: 59%;
  width: 87px;
  height: 116px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/pot.png) no-repeat;
}
#halloween-takeover-wrapper #house-wrapper #bats-left {
  left: 20%;
  top: 18%;
  width: 100px;
  height: 126px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/bats.png) no-repeat;
}
#halloween-takeover-wrapper #house-wrapper #bats-right {
  left: 75%;
  top: 18%;
  width: 100px;
  height: 126px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/bats.png) no-repeat;
}
#halloween-takeover-wrapper #house-wrapper #lamp-left {
  left: 36.5%;
  top: 16%;
  width: 68px;
  height: 136px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/lamp.png) no-repeat;
}
#halloween-takeover-wrapper #house-wrapper #lamp-right {
  left: 58.5%;
  top: 16%;
  width: 68px;
  height: 136px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/lamp.png) no-repeat;
}
#halloween-takeover-wrapper #house-wrapper #lamp-left-light {
  position: absolute;
  left: 31.5%;
  top: 10%;
  background-color: #efeebb;
  opacity: 0.05;
  width: 200px;
  height: 200px;
  border-radius: 100px;
}
#halloween-takeover-wrapper #house-wrapper #lamp-right-light {
  position: absolute;
  left: 54%;
  top: 10%;
  background-color: #efeebb;
  opacity: 0.05;
  width: 200px;
  height: 200px;
  border-radius: 100px;
}
#halloween-takeover-wrapper #house-wrapper #stones1 {
  top: 2%;
  left: 65%;
  width: 66px;
  height: 48px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/stones1.png) no-repeat;
}
#halloween-takeover-wrapper #house-wrapper #stones2 {
  top: 56%;
  left: 32%;
  width: 47px;
  height: 57px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/stones2.png) no-repeat;
}
#halloween-takeover-wrapper #house-wrapper #stones3 {
  top: 3%;
  left: 16%;
  width: 47px;
  height: 36px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/stones3.png) no-repeat;
}
#halloween-takeover-wrapper #house-wrapper #stones4 {
  top: 86%;
  left: 18%;
  width: 72px;
  height: 41px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/stones4.png) no-repeat;
}
#halloween-takeover-wrapper #house-wrapper #stones5 {
  top: 92%;
  left: 76%;
  width: 48px;
  height: 29px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/stones5.png) no-repeat;
}
#halloween-takeover-wrapper #house-wrapper #webLowerLeft {
  top: 37%;
  left: 10%;
  width: 42px;
  height: 51px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/web-lower-left.png) no-repeat;
}
#halloween-takeover-wrapper #house-wrapper #webUpperRight {
  top: 17%;
  left: 27%;
  width: 118px;
  height: 106px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/web-upper-right.png) no-repeat;
}
#halloween-takeover-wrapper #house-wrapper #webUpperRightBig {
  top: 0;
  right: 40px;
  width: 216px;
  height: 195px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/web-upper-right-big.png) no-repeat;
}
#halloween-takeover-wrapper #house-wrapper #doorMat {
  left: 50%;
  margin-left: -142px;
  bottom: -40px;
}
#halloween-takeover-wrapper #instructions {
  letter-spacing: 1px;
  text-transform: lowercase;
  cursor: pointer;
  position: absolute;
  width: 175px;
  height: 204px;
  top: 100px;
  left: 50%;
  margin-left: -140px;
  letter-spacing: 1px;
  color: white;
  font-size: 21px;
  line-height: 22px;
  text-align: center;
  padding: 60px 53px 0 53px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/instruction-bg.png) no-repeat 50% 50%;
  z-index: 10;
}
#halloween-takeover-wrapper #instructions .bottom-line {
  display: inline-block;
  font-size: 15px;
  height: 12px;
  line-height: 12px;
  padding-right: 15px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/yellow-arrow.png) no-repeat 100% 0%;
}
#halloween-takeover-wrapper #end-frame-trick {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #231411 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/blurred-house.png) no-repeat 50% 0;
}
#halloween-takeover-wrapper #end-frame-trick #coin {
  position: absolute;
  width: 310px;
  top: 50px;
  left: 50%;
  margin-left: -155px;
}
#halloween-takeover-wrapper #end-frame-trick #trickRibbon {
  position: absolute;
  width: 444px;
  top: 50px;
  left: 50%;
  margin-left: -222px;
}
#halloween-takeover-wrapper #end-frame-trick #knockAgain {
  position: absolute;
  top: 350px;
  left: 50%;
  margin-left: -103px;
}
#halloween-takeover-wrapper #end-frame-treat {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
#halloween-takeover-wrapper #end-frame-treat #blurred-house {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #231411 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/blurred-house.png) no-repeat 50% 0;
}
#halloween-takeover-wrapper #end-frame-treat #confetti {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#halloween-takeover-wrapper #end-frame-treat #confetti .confetti-piece {
  position: absolute;
  bottom: 50%;
  left: 50%;
}
#halloween-takeover-wrapper #end-frame-treat #confetti .cf {
  bottom: 50%;
  left: 50%;
  width: 6px;
  height: 8px;
  position: absolute;
  background-color: rgba(255, 185, 30, 0.5);
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 2px;
}
#halloween-takeover-wrapper #end-frame-treat #treatRibbon {
  left: 50%;
  position: absolute;
  margin-left: -250px;
  top: 25px;
}
#halloween-takeover-wrapper #end-frame-treat .prize-detail-left {
  position: absolute;
  width: 350px;
  top: 300px;
  left: 50%;
  margin-left: -370px;
  text-align: center;
}
#halloween-takeover-wrapper #end-frame-treat .prize-detail-left #prize-description {
  font-family: 'Fredoka One', cursive;
  font-size: 20px;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#halloween-takeover-wrapper #end-frame-treat .prize-detail-left #code-download {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fdb924;
  padding-right: 15px;
  height: 12px;
  line-height: 12px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/download-icon.png) no-repeat 100% 0;
  transition: 0.3s color;
}
#halloween-takeover-wrapper #end-frame-treat .prize-detail-left #code-download:hover {
  color: white;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/download-icon.png) no-repeat 100% 100%;
}
#halloween-takeover-wrapper #end-frame-treat .prize-detail-right {
  position: absolute;
  width: 350px;
  top: 300px;
  left: 50%;
  margin-left: 20px;
  text-align: center;
}
#halloween-takeover-wrapper #end-frame-treat .prize-detail-right #prize-code {
  font-family: 'Fredoka One', cursive;
  font-size: 35px;
  color: white;
  text-transform: uppercase;
  padding: 15px 50px;
  border: 2px dotted #fdb924;
  margin-bottom: 10px;
  width: auto;
  margin: 0 auto;
  cursor: pointer;
}
#halloween-takeover-wrapper #end-frame-treat .prize-detail-right #prize-usage {
  font-family: Helvetica, arial,sans-serif;
  font-size: 10px;
  color: #9d9d9d;
  margin-top: 5px;
}
#halloween-takeover-wrapper .link-wrapper {
  position: absolute;
  width: 800px;
  top: 420px;
  left: 50%;
  margin-left: -400px;
  text-align: center;
}
#halloween-takeover-wrapper .link-wrapper #enter-draw-link,
#halloween-takeover-wrapper .link-wrapper .order-online-link,
#halloween-takeover-wrapper .link-wrapper .share-scare-link {
  display: inline-block;
  margin: 0 10px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fdb924;
  padding-right: 30px;
  transition: 0.3s color;
  border-right: 1px solid #666;
}
#halloween-takeover-wrapper .link-wrapper #enter-draw-link {
  font-family: 'Fredoka One', cursive;
  font-size: 15px;
  height: 12px;
  line-height: 12px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/yellow-arrow.png) no-repeat 96% 0;
}
#halloween-takeover-wrapper .link-wrapper #enter-draw-link:hover {
  color: white;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/yellow-arrow.png) no-repeat 96% 100%;
}
#halloween-takeover-wrapper .link-wrapper .order-online-link {
  height: 12px;
  line-height: 12px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/yellow-arrow.png) no-repeat 90% 0;
}
#halloween-takeover-wrapper .link-wrapper .order-online-link:hover {
  color: white;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/yellow-arrow.png) no-repeat 90% 100%;
}
#halloween-takeover-wrapper .link-wrapper .share-scare-link {
  height: 16px;
  line-height: 16px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/facebook-icon.png) no-repeat 96% 0;
  border-right: none !important;
}
#halloween-takeover-wrapper .link-wrapper .share-scare-link:hover {
  color: white;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/facebook-icon.png) no-repeat 96% 100%;
}
#halloween-takeover-wrapper #character-wrapper {
  overflow: hidden;
  display: block;
}
#halloween-takeover-wrapper #character-wrapper div {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
#halloween-takeover-wrapper #character-wrapper div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#halloween-takeover-wrapper #character-wrapper #pumpkin #dimmer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

@media screen and (max-width: 1023px) {
  .gameOn {
    overflow: hidden !important;
  }

  .gameOff {
    overflow: visible !important;
  }

  #tc {
    position: fixed;
    bottom: 1px;
    right: auto;
    width: 100%;
    text-align: center;
    display: none;
  }

  #dark-tray {
    display: none;
  }

  #halloween-takeover-wrapper {
    z-index: 10001;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #halloween-takeover-wrapper #preloader {
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-left: -50%;
  }
  #halloween-takeover-wrapper #preloader #preloaderDonut {
    width: 100%;
    height: 100%;
    margin-left: -50%;
    background-size: 180px;
  }
  #halloween-takeover-wrapper #preloader #preloaderRibbon {
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/halloween/preloader-ribbon.png) no-repeat 50% 53%;
  }
  #halloween-takeover-wrapper #house-wrapper {
    top: 50%;
    height: 500px;
    margin-top: -265px;
  }
  #halloween-takeover-wrapper #house-wrapper #house-tray {
    display: none;
  }
  #halloween-takeover-wrapper #house-wrapper #doorMat {
    bottom: -25px;
  }
  #halloween-takeover-wrapper #instructions {
    top: 25%;
  }
  #halloween-takeover-wrapper #house-interior {
    top: 50%;
    margin-top: -182.5px;
  }
  #halloween-takeover-wrapper #character-wrapper {
    top: 50%;
    margin-top: -180px;
  }
  #halloween-takeover-wrapper #end-frame-treat {
    text-align: center;
  }
  #halloween-takeover-wrapper #end-frame-treat #treatRibbon {
    position: relative;
    height: 25vh;
    width: auto;
    top: auto;
    left: auto;
    margin: 5vh auto 0 auto;
  }
  #halloween-takeover-wrapper #end-frame-treat .prize-detail-left,
  #halloween-takeover-wrapper #end-frame-treat .prize-detail-right,
  #halloween-takeover-wrapper #end-frame-treat .link-wrapper {
    position: relative;
    height: auto;
    width: auto;
    top: auto;
    left: auto;
    margin: 0 auto;
    padding: 0 10px;
  }
  #halloween-takeover-wrapper #end-frame-treat .prize-detail-left #prize-description,
  #halloween-takeover-wrapper #end-frame-treat .prize-detail-right #prize-description,
  #halloween-takeover-wrapper #end-frame-treat .link-wrapper #prize-description {
    margin-bottom: 5px;
    font-size: 18px;
  }
  #halloween-takeover-wrapper #end-frame-treat .prize-detail-left #enter-draw-link,
  #halloween-takeover-wrapper #end-frame-treat .prize-detail-right #enter-draw-link,
  #halloween-takeover-wrapper #end-frame-treat .link-wrapper #enter-draw-link {
    border-right: none;
    line-height: 16px;
    margin-bottom: 10px;
  }
  #halloween-takeover-wrapper #end-frame-treat .prize-detail-left #code-download,
  #halloween-takeover-wrapper #end-frame-treat .prize-detail-right #code-download,
  #halloween-takeover-wrapper #end-frame-treat .link-wrapper #code-download {
    line-height: 16px;
  }
  #halloween-takeover-wrapper #end-frame-treat .prize-detail-left #prize-code,
  #halloween-takeover-wrapper #end-frame-treat .prize-detail-right #prize-code,
  #halloween-takeover-wrapper #end-frame-treat .link-wrapper #prize-code {
    width: auto;
    font-size: 25px;
    padding: 5px 20px;
    margin: 5px auto;
  }
  #halloween-takeover-wrapper #end-frame-treat .prize-detail-left #prize-usage,
  #halloween-takeover-wrapper #end-frame-treat .prize-detail-right #prize-usage,
  #halloween-takeover-wrapper #end-frame-treat .link-wrapper #prize-usage {
    margin: 0 0 5px 0;
  }
  #halloween-takeover-wrapper #end-frame-trick {
    text-align: center;
  }
  #halloween-takeover-wrapper #end-frame-trick #coin {
    display: none;
  }
  #halloween-takeover-wrapper #end-frame-trick #trickRibbon {
    position: relative;
    height: 30vh;
    margin: 5vh auto 0 auto;
    width: auto;
    top: auto;
    left: auto;
  }
  #halloween-takeover-wrapper #end-frame-trick #knockAgain {
    position: relative;
    margin: 15vh auto;
    top: auto;
    left: auto;
  }
  #halloween-takeover-wrapper .link-wrapper {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    margin-left: auto;
  }
  #halloween-takeover-wrapper .link-wrapper #enter-draw-link,
  #halloween-takeover-wrapper .link-wrapper .order-online-link {
    border: none;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 600px) {
  #halloween-takeover-wrapper #house-wrapper #pumpkin-left {
    display: none;
  }
  #halloween-takeover-wrapper #house-wrapper #pumpkin-right {
    display: none;
  }
  #halloween-takeover-wrapper #house-wrapper #pot-left {
    display: none;
  }
  #halloween-takeover-wrapper #house-wrapper #pot-right {
    display: none;
  }
  #halloween-takeover-wrapper #house-wrapper #bats-left {
    display: none;
  }
  #halloween-takeover-wrapper #house-wrapper #bats-right {
    display: none;
  }
  #halloween-takeover-wrapper #house-wrapper #lamp-left {
    display: none;
  }
  #halloween-takeover-wrapper #house-wrapper #lamp-right {
    display: none;
  }
  #halloween-takeover-wrapper #house-wrapper #lamp-left-light {
    display: none;
  }
  #halloween-takeover-wrapper #house-wrapper #lamp-right-light {
    display: none;
  }
  #halloween-takeover-wrapper #house-wrapper #stones1 {
    display: none;
  }
  #halloween-takeover-wrapper #house-wrapper #stones2 {
    display: none;
  }
  #halloween-takeover-wrapper #house-wrapper #stones3 {
    display: none;
  }
  #halloween-takeover-wrapper #house-wrapper #stones4 {
    display: none;
  }
  #halloween-takeover-wrapper #house-wrapper #stones5 {
    display: none;
  }
  #halloween-takeover-wrapper #house-wrapper #webLowerLeft {
    display: none;
  }
  #halloween-takeover-wrapper #house-wrapper #webUpperRight {
    display: none;
  }
  #halloween-takeover-wrapper #house-wrapper #webUpperRightBig {
    display: none;
  }
}
@media screen and (max-height: 320px) {
  #tc {
    bottom: -5px;
  }

  #halloween-takeover-wrapper #end-frame-treat .prize-detail-left #prize-code,
  #halloween-takeover-wrapper #end-frame-treat .prize-detail-right #prize-code,
  #halloween-takeover-wrapper #end-frame-treat .link-wrapper #prize-code {
    margin: 0 auto;
  }
  #halloween-takeover-wrapper #end-frame-treat .prize-detail-left #prize-usage,
  #halloween-takeover-wrapper #end-frame-treat .prize-detail-right #prize-usage,
  #halloween-takeover-wrapper #end-frame-treat .link-wrapper #prize-usage {
    margin: 0;
  }
}
/* --------------------- Default Styles : Forms / links --------------------- */
* {
  -webkit-tap-highlight-color: transparent;
}

html, body {
  font-size: 13px;
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
  color: #313131;
  line-height: 25px;
}

form {
  max-width: 600px;
  margin: 0 auto;
}

fieldset {
  width: 100%;
  margin: 20px 0;
}

fieldset label {
  float: left;
  line-height: 50px;
  width: 30%;
}

fieldset input {
  float: left;
}

textarea, input {
  outline: none;
  float: none;
  -webkit-appearance: none;
  border-radius: 0;
}

button:focus {
  outline: 0;
}

input[type=number],
input[type=text] {
  display: block;
  height: 40px;
  padding: 2%;
  font: 1.231em "Rockwell", "Courier New", sans-serif;
  color: #313131;
  background: #f4f4f4;
  box-shadow: inset 1px 1px 1px 1px #dfdfdf;
  -moz-box-shadow: inset 1px 1px 1px 1px #dfdfdf;
  -webkit-box-shadow: inset 1px 1px 1px 1px #dfdfdf;
  -o-box-shadow: inset 1px 1px 1px 1px #dfdfdf;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}

input[type="radio"] + label::before {
  content: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/radio-unchecked.png");
  margin-right: 10px;
  position: relative;
  top: 4px;
}

input[type="radio"]:checked + label::before {
  content: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/radio-checked.png");
}

input[type="checkbox"] + label::before {
  content: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/checkbox-unchecked.png");
  margin-right: 10px;
}

input[type="checkbox"]:checked + label::before {
  content: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/checkbox-checked.png");
}

input.input-text, input, input[type="password"], textarea, .input-text {
  border: 1px solid transparent;
}
input.input-text:focus, input:focus, input[type="password"]:focus, textarea:focus, .input-text:focus {
  border: 1px solid #008265;
}
input.input-text.error, input.input-text.validation-failed, input.error, input.validation-failed, input[type="password"].error, input[type="password"].validation-failed, textarea.error, textarea.validation-failed, .input-text.error, .input-text.validation-failed {
  border: 1px solid #ba2f4b;
}

.error, .validation-failed {
  color: #ba2f4b;
}

label {
  font: 1.538em "Rockwell", "Courier New", sans-serif;
  color: #008265;
}

.sp-methods label {
  font: 1.15em "DroidSans", Arial, Helvetica, sans-serif;
  color: #313131;
}

p {
  font: 1.15em "DroidSans", Arial, Helvetica, sans-serif;
  margin: 5px 0;
  line-height: 1.5em;
}

p a {
  text-decoration: underline;
  color: #3e729a;
}

a {
  outline: 0;
  text-decoration: none;
  transition: opacity .2s;
}

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

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.custom-select-box {
  display: block;
  background: #f4f4f4 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icon-green-arrow-down.png) 90% 50% no-repeat;
  border-radius: 0px;
  border: 1px solid #7fc0b2;
  padding: 5px 40px 5px 10px;
  height: 40px;
  -webkit-appearance: none;
  font: 1.4em "BebasNeue", Arial, sans-serif;
  color: #008265;
}

.cta {
  display: inline-block;
  float: none;
  font: 1.692em "BebasNeue", Arial, sans-serif;
  color: #FFFFFF !important;
  letter-spacing: 1px;
  text-decoration: none;
  border: none;
  background-image: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/wi-icon-arrow.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  font-size: 2.077em;
  margin-right: 5px;
  padding: 10px 50px 10px 18px;
}

.cta:hover {
  -webkit-box-shadow: inset 0px 4px 0px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: inset 0px 4px 0px 0px rgba(50, 50, 50, 0.2);
  box-shadow: inset 0px 4px 0px 0px rgba(50, 50, 50, 0.2);
  background-color: #b5851c;
}

.cta-green {
  background-color: #008265;
}

.cta-green:hover {
  background-color: #00624c;
}

.cta-gold {
  background-color: #fdb924 !important;
}

.cta-gold:hover {
  background: #b5851c url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/wi-icon-arrow.png) no-repeat 100% 50% !important;
  -webkit-box-shadow: inset 0px 4px 0px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: inset 0px 4px 0px 0px rgba(50, 50, 50, 0.2);
  box-shadow: inset 0px 4px 0px 0px rgba(50, 50, 50, 0.2);
}

.cta-blue {
  background-color: #366488;
}

.cta-blue:hover {
  background-color: #3e729a;
}

.cta-grey {
  background-color: #a2a2a2;
}

.cta-grey:hover {
  background: #dfdfdf url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/arrow-button-black-trans.png) no-repeat 100% 50%;
  -webkit-box-shadow: inset 0px 4px 0px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: inset 0px 4px 0px 0px rgba(50, 50, 50, 0.2);
  box-shadow: inset 0px 4px 0px 0px rgba(50, 50, 50, 0.2);
}

.full-width-text-cta {
  clear: both;
  padding: 10px 0;
  border-top: 1px solid #7fc0b2;
  border-bottom: 1px solid #7fc0b2;
  font: 1.538em "Rockwell", "Courier New", sans-serif;
  color: #ba2f4b;
  text-align: center;
}
.full-width-text-cta .cta {
  font-size: 1.35em;
  margin-left: 20px;
}

.cta-type2 {
  display: block;
  border-radius: 30px;
  border: none;
  padding: 10px 10px 10px 45px;
  font: 1.077em "Rockwell", "Courier New", sans-serif;
  color: #ba2f4b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #feedc8 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/arrow-button-yellow-trans.png) no-repeat 5px 50%;
  transition: all .2s;
  cursor: pointer;
  text-align: left;
}

.cta-type2:hover {
  background-color: #fdb924;
  color: #FFFFFF;
}

.cart-empty {
  text-align: center;
}
.cart-empty #continue-shopping {
  margin-top: 20px;
}

/*
	Containers that stretch width of the page and are centered.
	These are essentialy rows of major content blocks.
	*/
section {
  width: 100%;
}

.dotted-top {
  background: #FFFFFF url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/tile-green-dots.png) repeat-x 0 5px;
}

.content {
  display: block;
  margin: 0 auto;
  max-width: 1023px;
}

/*  HEADER ---------
	Major containers are the #top-bar and #navigation blocks
	Styles for elements like social icons, user settings links, navigation
	*/
/*
	The grey top bar that runs along the top of the viewport
	*/
#top-bar {
  width: 96%;
  padding: 0 2%;
  height: 40px;
  background-color: #f4f4f4;
}
#top-bar a {
  float: left;
  font: 1em "DroidSans", Arial, Helvetica, sans-serif;
  color: #008265;
  line-height: 40px;
}
#top-bar a:hover {
  color: #7fc0b2;
}

.shop-cta {
  font: 1.138em "Rockwell", "Courier New", sans-serif;
  font-weight: bold;
  color: #ba2f4b;
  float: left;
  line-height: 40px;
}

.find-store {
  margin-right: 20px;
}

.find-store::after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  width: 6px;
  height: 8px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/ecom/wi-icon-arrow-gold.png) no-repeat 50% 50%;
}

.menu-btn {
  height: 80px;
  display: none;
  width: 100%;
  font: 1.692em "BebasNeue", Arial, sans-serif !important;
  text-indent: -20000px;
  line-height: 40px !important;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/hamburger-btn.png) no-repeat 50% 50%;
}

.social-icons {
  float: left;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/divider-top-bar-links.png) no-repeat 0% 100%;
  padding: 5px 0 0 20px;
}
.social-icons li {
  float: left;
  padding: 0 2px;
}
.social-icons li a {
  text-indent: -20000px;
  display: block;
  width: 26px;
  height: 26px;
}
.social-icons li a.facebook {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/social/facebook-header.png) no-repeat;
}
.social-icons li a.twitter {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/social/twitter-header.png) no-repeat;
}
.social-icons li a.instagram {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/social/instagram-header.png) no-repeat;
}
.social-icons li a.pinterest {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/social/pinterest-header.png) no-repeat;
}
.social-icons li a.google {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/social/googleplus-header.png) no-repeat;
}
.social-icons li a.facebook:hover,
.social-icons li a.twitter:hover,
.social-icons li a.instagram:hover,
.social-icons li a.pinterest:hover,
.social-icons li a.google:hover {
  background-position: 0 100%;
}

.user-settings {
  float: right;
}
.user-settings li {
  position: relative;
  float: left;
  padding: 0 20px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/divider-top-bar-links.png) no-repeat 100% 50%;
}
.user-settings li a {
  padding-left: 30px;
  background-size: 20px 20px !important;
}
.user-settings li .cart-count {
  position: absolute;
  top: 8px;
  left: 30px;
  width: 16px;
  height: 14px;
  padding-top: 2px;
  border-radius: 8px;
  font: 0.846em "DroidSans", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #ba2f4b;
  text-align: center;
}
.user-settings li .cart {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/ecom/shopping-bag.png) no-repeat 0% 40%;
}
.user-settings li .cart.skip-link {
  width: auto;
}
.user-settings li .account {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/ecom/user.png) no-repeat 0% 40%;
}
.user-settings li .login,
.user-settings li .logout {
  padding: 0;
}
.user-settings li .login a,
.user-settings li .logout a {
  padding-left: 10px;
}
.user-settings li:last-child {
  float: left;
  padding: 0 0 0 20px;
  background: none;
}

/*
	The  row with Krispy Kreme logo and the main navigation items
	*/
#navigation {
  position: relative;
  margin-left: 0px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/tile-green-dots.png) repeat-x 0 50%;
  border-bottom: 1px solid #008265;
  z-index: 10000;
  -webkit-transform: translate3d(0, 0, 0);
}
#navigation .content {
  padding: 20px 10px 0 10px;
  height: 100px;
  background-color: #FFFFFF;
  overflow: visible;
}
#navigation .logout-mob {
  display: none;
}

.krispy-kreme-logo {
  float: left;
}

.krispy-kreme-logo-mobile {
  display: none;
  margin: 10px auto;
  width: 100px;
}
.krispy-kreme-logo-mobile img {
  width: 100%;
}

nav {
  float: right;
}
nav .main-menu {
  margin-top: 30px;
}
nav .main-menu li {
  position: relative;
  float: left;
  width: 189px;
  margin: 0px auto;
}
nav .main-menu li a {
  border-right: 1px solid #7fc0b2;
  position: relative;
  font: 1.923em "BebasNeue", Arial, sans-serif;
  color: #008265;
  text-align: center;
  display: block;
  z-index: 100;
}
nav .main-menu li a.has-hover:hover {
  color: #ba2f4b;
}
nav .main-menu li:last-child {
  border-right: none;
}
nav .main-menu li:last-child a {
  border-right: none;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/arrow-maroon-right.png) no-repeat 90% 0%;
  padding-right: 30px;
  transition: color .2s;
}
nav .main-menu li:last-child a:hover {
  color: #fdb924;
  background-position: 90% -27px;
}
nav .main-menu .parent-menu-link {
  cursor: pointer;
}
nav .main-menu .parent-menu-link.has-hover {
  cursor: default;
}
nav .sub-menu {
  display: none;
  opacity: 0;
  overflow: hidden;
  width: 188px;
  margin-left: -1px;
  position: absolute;
  border-left: 1px solid #7fc0b2;
  border-right: 1px solid #7fc0b2;
  border-bottom: 1px solid #7fc0b2;
  margin-top: -27px;
  padding-top: 50px;
}
nav .sub-menu li,
nav .sub-menu li:last-child {
  width: 189px;
  height: 45px;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
}
nav .sub-menu li a,
nav .sub-menu li:last-child a {
  transition: background-color .3s;
  font: 1.15em "DroidSans", Arial, Helvetica, sans-serif;
  color: #008265;
  background: #FFFFFF !important;
  text-align: left;
  padding: 15px;
  display: block;
}
nav .sub-menu li a:hover,
nav .sub-menu li:last-child a:hover {
  background-color: #feedc8 !important;
  border-right: 5px solid #fdb924;
  opacity: 1;
}

/*  FOOTER ---------
	Major containers are the #site-map and #footer-links blocks
	Styles for elements like expanding site map, footer links with mandatories
	*/
footer {
  position: relative;
  clear: both;
  margin-top: 100px;
  overflow-x: hidden;
  /*z-index: 1000;*/
}
footer a {
  color: #FFFFFF;
}

#site-map-tab {
  display: block;
  width: 109px;
  height: 41px;
  text-indent: -20000px;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 999;
}

.site-map-tab-collapsed {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/site-map-tab.png) no-repeat 0 0;
}

.site-map-tab-expanded {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/site-map-tab.png) no-repeat 0 100%;
}

#site-map {
  background-color: #00624c;
  border-top: 2px solid #7fc0b2;
  overflow: hidden;
  height: 0px;
}
#site-map .content {
  padding-top: 20px;
  display: block;
}
#site-map a.home-link {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/home.png) no-repeat 50% 30%;
  border-bottom: 2px solid #fdb924;
  width: 45px;
  height: 36px;
  margin-right: 20px;
  float: left;
  display: block;
  text-indent: -20000px;
}
#site-map .social {
  margin-top: 10px;
}
#site-map .social a {
  width: 26px;
  height: 26px;
  float: left;
  display: block;
  text-indent: -20000px;
  margin: 5px;
}
#site-map a.facebook {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/social/facebook-header.png) no-repeat 0% 0%;
}
#site-map a.twitter {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/social/twitter-header.png) no-repeat 0% 0%;
}
#site-map a.instagram {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/social/instagram-header.png) no-repeat 0% 0%;
}
#site-map a.pinterest {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/social/pinterest-header.png) no-repeat 0% 0%;
}
#site-map a.google {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/social/googleplus-header.png) no-repeat 0% 0%;
}
#site-map a.facebook:hover,
#site-map a.twitter:hover,
#site-map a.instagram:hover,
#site-map a.pinterest:hover,
#site-map a.google:hover {
  background-position: 0% 100%;
}
#site-map .page-list {
  float: left;
  display: block;
  width: 159px;
  margin-right: 30px;
}
#site-map .page-list .page-section {
  display: block;
  font: 1.538em "Rockwell", "Courier New", sans-serif;
  color: #FFFFFF;
  letter-spacing: 1px;
  border-bottom: 1px solid #fdb924;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#site-map .page-list a {
  font: 1.077em "DroidSans", Arial, Helvetica, sans-serif;
}

#footer-links {
  margin-top: -2px;
  border-top: 2px solid #7fc0b2;
  background-color: #008265;
  padding-bottom: 40px;
  z-index: 1000;
}
#footer-links #site-map-button {
  display: block;
  margin: 0 auto -10px auto;
  width: 137px;
  height: 35px;
  line-height: 25px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/site-map-button-bg.png) no-repeat;
  color: #FFFFFF;
  text-align: center;
}
#footer-links ul li {
  float: left;
  font: 1em "DroidSans", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  padding: 0px 20px;
}
#footer-links .mandatories-left {
  float: left;
}
#footer-links .mandatories-left li {
  border-right: 1px solid #7fc0b2;
}
#footer-links .mandatories-left li:last-child {
  border: none;
}
#footer-links .mandatories-right {
  float: right;
}

.footer-newsletter {
  background-color: #ba2f4b;
  border-top: 2px solid #d68293;
  position: relative;
  bottom: -41px;
  z-index: 1;
}
.footer-newsletter .block-content {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/newsletter/bg-newsletter-footer.png) top left no-repeat;
}
.footer-newsletter .block-content .inner-newsletter {
  width: 100%;
  min-height: 136px;
}
.footer-newsletter .block-content .inner-newsletter .a-left {
  width: 50%;
  float: left;
  margin-top: 20px;
}
.footer-newsletter .block-content .inner-newsletter .a-right {
  width: 50%;
  float: right;
  margin-top: 30px;
  display: table-cell;
}
.footer-newsletter .block-content .inner-newsletter h2 {
  font-size: 20px;
  color: #fff;
  font-family: "Rockwell", "Courier New", sans-serif;
  text-transform: uppercase;
}
.footer-newsletter .block-content .inner-newsletter span {
  font-size: 56px;
  color: #fdb924;
  font-family: "FilmotypeLucky";
  line-height: 50px;
}
.footer-newsletter .block-content .inner-newsletter .cta {
  margin-right: 0;
  height: 30px;
}
.footer-newsletter .block-content .inner-newsletter input[type=text] {
  padding: 8px 2%;
  height: 32px;
  width: 58%;
  float: left;
  -webkit-appearance: none;
  border-radius: 0;
}
.footer-newsletter .block-content .inner-newsletter .footer-signup-to-our {
  font-size: 20px;
  color: #fff;
  font-family: "Rockwell", "Courier New", sans-serif;
  text-transform: uppercase;
}

.newslettersubscription-index-index .footer-newsletter {
  display: none;
}

.popup-newsletter {
  position: absolute;
  right: 2%;
  top: 0;
  z-index: 9999;
}

/* Modal container */
#popup-container {
  margin: 0 auto;
  position: fixed;
  right: 2%;
  z-index: 9999;
  bottom: 16%;
  display: none;
}

.modal-content {
  position: relative;
  text-align: center;
}

#popup-window {
  position: relative;
}

/* Close button */
#popup-container a.close {
  position: absolute;
  top: 10%;
  right: 8%;
  z-index: 99;
  font-weight: normal;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 5px;
  background: #dfdfdf;
  border: 4px solid #dfdfdf;
  cursor: pointer;
}

/*  HOME PAHE HERO SLIDER ---------
*/
#hero-slider {
  background-color: #f4f4f4;
  position: relative;
}
#hero-slider .prev-slide,
#hero-slider .next-slide {
  z-index: 200;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 85px;
  height: 85px;
  margin-top: -50px;
  text-indent: -20000px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/arrow-slider-left-gold.png) no-repeat 50%;
  transition: background .2s;
}
#hero-slider .prev-slide:hover {
  background: #fdb924 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/arrow-slider-left-white.png) no-repeat -8px 0;
}
#hero-slider .prev-slide::after {
  content: "";
  display: block;
  border-left: 0px solid #b5851c;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  height: 44px;
  width: 0;
  margin-left: 85px;
  margin-top: -25px;
  transition: border-left .2s;
}
#hero-slider .prev-slide:hover::after {
  border-left: 15px solid #b5851c;
}
#hero-slider .next-slide {
  left: auto;
  right: 0px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/arrow-slider-right-gold.png) no-repeat 50%;
}
#hero-slider .next-slide:hover {
  background: #fdb924 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/arrow-slider-right-white.png) no-repeat 8px 0;
}
#hero-slider .next-slide::after {
  z-index: -1;
  content: "";
  display: block;
  border-right: 0px solid #b5851c;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  height: 44px;
  width: 0;
  margin-left: -0px;
  margin-top: -25px;
  -webkit-transition-property: border-right, margin-left;
  -webkit-transition-duration: 0.2s, 0.2s;
}
#hero-slider .next-slide:hover::after {
  border-right: 15px solid #b5851c;
  margin-left: -15px;
}
#hero-slider .clip-container {
  position: relative;
  max-width: 1007px;
  height: 500px;
  display: block;
  background-color: #333;
  overflow: hidden;
  z-index: 1;
}
#hero-slider .clip-container .hero-slider-item {
  position: absolute;
  width: 100%;
  display: block;
  overflow: hidden;
}
#hero-slider .clip-container .hero-slider-item img {
  width: 100%;
}
#hero-slider .clip-container .clipper {
  position: relative;
  z-index: 10;
  width: 100%;
  pointer-events: none;
}
#hero-slider .clip-container .frame-clip {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/hero-clipper.png) no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}

.hero-slider-pagination {
  position: absolute;
  bottom: 20px;
  z-index: 2;
}
.hero-slider-pagination li {
  margin-right: 5px;
  float: left;
  text-indent: -20000px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #7fc0b2;
}
.hero-slider-pagination li.active {
  background-color: #008265;
}

/*  DOUGHNUT TRAY WITH CTA UNDER HERO SLIDER ---------
*/
#doughnut-tray {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 200px;
}

#tray {
  display: block;
  margin: 0 auto;
  max-width: 650px;
  height: 175px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/tray-bg.png) no-repeat;
  background-size: 100%;
  text-align: center;
  padding-top: 20px;
}
#tray img {
  width: 55%;
  display: inline;
}
#tray #doughnut-box {
  width: 340px;
  height: 255px;
  display: block;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/dougnut-box-ss.png) no-repeat;
  background-size: 100%;
  margin: -140px auto 0 auto;
}

#shop-promo {
  position: relative;
  z-index: 11;
  margin-top: -145px;
  border-bottom: 1px solid #7fc0b2;
  padding-bottom: 40px;
}
#shop-promo p {
  width: 200px;
  font: 1.538em "Rockwell", "Courier New", sans-serif;
  color: #008265;
  margin-bottom: 20px;
}
#shop-promo #delivery-car {
  width: 50%;
  height: 100px;
  position: absolute;
  right: 2%;
  top: 77px;
}
#shop-promo #delivery-car img {
  position: absolute;
}
#shop-promo #delivery-car img#truck {
  opacity: 0;
  right: 50%;
}
#shop-promo #delivery-car img#cloud1 {
  opacity: 0;
  right: 220px;
  top: 50px;
}
#shop-promo #delivery-car img#cloud2 {
  opacity: 0;
  right: 150px;
  top: 50px;
}

/*  HEADINGS FOR ALL PAGES ---------
*/
.heading-wrapper {
  background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/heading-background.png") repeat-x 0 0;
  width: 100%;
  text-align: center;
  margin: 50px 0;
}
.heading-wrapper h1 {
  position: relative;
  border-top: solid 4px #fdb924;
  border-bottom: solid 4px #fdb924;
  font: 3.846em "Rockwell", "Courier New", sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #008265;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 0% 5%;
}
.heading-wrapper h1::after {
  content: "";
  position: absolute;
  bottom: -4px;
  top: -4px;
  left: 0;
  right: 0;
  border-right: 20px solid #FFFFFF;
  border-left: 20px solid #FFFFFF;
}

h2.heading {
  font: 2.308em "Rockwell", "Courier New", sans-serif;
  color: #ba2f4b;
}

section.main-content-container {
  display: inline-block;
  vertical-align: top;
}

.section-heading-wrapper {
  position: relative;
  display: block;
  margin: 50px 0;
  width: 100%;
  text-align: center;
}
.section-heading-wrapper h3, .section-heading-wrapper h2 {
  font: 2.308em "FilmotypeLucky", "Courier New", sans-serif;
  color: #ba2f4b;
  line-height: 45px;
  border: 2px solid #dfdfdf;
  border-radius: 25px;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 2px 3% 0 2%;
  z-index: 1000;
}
.section-heading-wrapper h3::before, .section-heading-wrapper h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #bfe0d8;
  margin-top: 22px;
  width: 100%;
  display: block;
  z-index: -1;
}

/*  STORE LOCATOR ---------
*/
#map {
  width: 100%;
  height: 300px;
}

#store_locator_form {
  position: absolute;
}

#storelocator-results {
  display: block;
  height: auto;
}
#storelocator-results #map-wrapper {
  position: relative;
  z-index: 199;
  width: 100%;
}
#storelocator-results #map-wrapper #map {
  position: relative;
  z-index: 199;
  width: 100%;
  min-height: 600px;
  height: 60vh;
}
#storelocator-results #map-wrapper #store_locator_form {
  width: 30%;
  max-width: 400px;
  position: absolute;
  top: 1%;
  left: 90px;
  z-index: 200;
}
#storelocator-results #map-wrapper #store_locator_form fieldset {
  margin: 0;
}
#storelocator-results #map-wrapper #store_locator_form .top-row {
  display: block;
  background-color: #008265;
  padding: 2%;
}
#storelocator-results #map-wrapper #store_locator_form .search-action {
  float: left;
  display: block;
  color: #FFFFFF;
  font: 1.7em "BebasNeue", Arial, sans-serif;
  line-height: 40px;
}
#storelocator-results #map-wrapper #store_locator_form .map-radius-select {
  width: 50%;
  float: right;
}
#storelocator-results #map-wrapper #store_locator_form #radius {
  float: right;
}
#storelocator-results #map-wrapper #store_locator_form .bottom-row {
  display: block;
  background-color: #40a18c;
  padding: 2%;
}
#storelocator-results #map-wrapper #store_locator_form span.pre-input {
  display: block;
  color: #FFFFFF;
  font: 1.5em "BebasNeue", Arial, sans-serif;
  line-height: 40px;
  float: left;
  width: 7%;
}
#storelocator-results #map-wrapper #store_locator_form input.input-text {
  height: 47px;
  display: block;
  border-radius: 0px;
  float: left;
  width: 69%;
}
#storelocator-results #map-wrapper #store_locator_form button#find-store-btn {
  float: right;
  display: block;
  margin: 0;
  width: 30%;
  padding: 9px 50px 9px 18px;
  background-position-x: 100%;
}
#storelocator-results #map-wrapper #store_locator_form a#user-location {
  color: white;
  margin: 15px 0 5px 0;
  display: inline-block;
  text-decoration: underline;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/geolocation-arrow.png) no-repeat 100% 50%;
  padding-right: 20px;
}
#storelocator-results #map-wrapper #store_locator_form a#view-all-stores {
  color: white;
  margin: 15px 0 5px 0;
  display: inline-block;
  text-decoration: underline;
  float: right;
}
#storelocator-results #map-wrapper #store_locator_form a#user-location:hover,
#storelocator-results #map-wrapper #store_locator_form a#view-all-stores:hover {
  text-decoration: none;
}
#storelocator-results #map-wrapper #sidebar {
  background-color: #008265;
  overflow-y: auto;
  max-height: 40vh;
}
#storelocator-results #map-wrapper span.marker {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/map-info-marker.png) no-repeat;
  width: 25px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  color: #FFFFFF;
}
#storelocator-results #map-wrapper .sidebar-entry {
  cursor: pointer;
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
}
#storelocator-results #map-wrapper .sidebar-entry .location-name {
  color: white;
  font-size: 1.1em;
}
#storelocator-results #map-wrapper .sidebar-entry address {
  line-height: 18px;
}
#storelocator-results #map-wrapper .sidebar-entry-container {
  padding: 3%;
  cursor: pointer;
  transition: background-color .2s;
  border-bottom: 1px solid #fdb924;
}
#storelocator-results #map-wrapper .sidebar-entry-container:hover {
  background-color: #00624c;
}
#storelocator-results #all-store-locations {
  margin-top: 65px;
}
#storelocator-results .state-location-list {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin: 0 1% 0 0;
}
#storelocator-results .state-location-list .state-name {
  font: 1.538em "Rockwell", "Courier New", sans-serif;
  color: #008265;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#storelocator-results .state-location-list li {
  overflow: hidden;
  color: #a2a2a2;
  line-height: 1.3;
  margin-bottom: 12px;
}
#storelocator-results .marker-entry {
  max-width: 300px;
  display: block;
}
#storelocator-results .marker-entry .store-name {
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: bold;
}
#storelocator-results .marker-entry .property {
  width: 30%;
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
}
#storelocator-results .marker-entry .value {
  width: 70%;
  display: inline-block;
}

#store-locator.content {
  width: 100%;
  max-width: 100%;
}

#sl-loader {
  width: 100%;
  height: 60px;
  display: block;
  background: #008265 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/loader-green.gif) no-repeat 50% 50%;
}

/* PROMO WIDGETS ---------
*/
.promo-widget-three {
  margin: 50px 0;
  width: 100%;
  float: left;
}
.promo-widget-three li:first-child {
  margin-right: 2%;
}
.promo-widget-three li:last-child {
  margin-left: 2%;
}
.promo-widget-three li {
  width: 32%;
  float: left;
}
.promo-widget-three li img {
  float: left;
  width: 100%;
  margin: 0;
}
.promo-widget-three li div {
  position: relative;
  float: left;
  padding: 5%;
  width: 90%;
  height: 200px;
  overflow: hidden;
  color: #FFFFFF;
}
.promo-widget-three li div p {
  margin: 5px 0;
}
.promo-widget-three li div p.heading {
  font: 1.538em "Rockwell", "Courier New", sans-serif;
}
.promo-widget-three li div p.copy {
  line-height: 17px;
}
.promo-widget-three li div a.cta {
  position: absolute;
  bottom: 10px;
}
.promo-widget-three .seveneleven a.seleven-eleven-locator {
  position: relative;
  padding: 5%;
  width: 90%;
  height: 108px;
  background-color: #ba2f4b;
  display: block;
  clear: both;
  color: #FFFFFF;
  transition: .2s background-color;
}
.promo-widget-three .seveneleven a.seleven-eleven-locator p.heading {
  font: 1.538em "Rockwell", "Courier New", sans-serif;
  line-height: 90px;
  float: left;
  margin: 5px 10px;
}
.promo-widget-three .seveneleven a.seleven-eleven-locator img {
  float: left;
  width: auto;
  margin: 25px 20px 0 20px;
}
.promo-widget-three .seveneleven a.seleven-eleven-locator p.arrow {
  line-height: 90px;
  float: left;
  margin-right: 10px;
}
.promo-widget-three .green div {
  background-color: #008265;
}
.promo-widget-three .green div a.cta {
  background-color: #fdb924;
}
.promo-widget-three .green div a.cta:hover {
  background-color: #b5851c;
}
.promo-widget-three .maroon div {
  background-color: #ba2f4b;
}
.promo-widget-three .maroon div a.cta {
  background-color: #fdb924;
}
.promo-widget-three .maroon div a.cta:hover {
  background-color: #b5851c;
}
.promo-widget-three .gold div {
  background-color: #fdb924;
}
.promo-widget-three .gold div a.cta {
  background-color: #008265;
}
.promo-widget-three .gold div a.cta:hover {
  background-color: #00624c;
}

/*  PRODUCT INFO ---------
*/
.image-preloader {
  display: block;
  width: 80px;
  height: 80px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/preloader.gif) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 180px;
  margin-left: -64px;
}

#product-types {
  width: 100%;
  height: 120px;
  border-bottom: 1px solid #7fc0b2;
}
#product-types .types-dropdown {
  display: none;
}
#product-types .types-list {
  display: block;
}
#product-types .types-list li {
  float: left;
  margin-right: 15px;
}
#product-types .types-list li a {
  display: block;
  color: #008265;
  width: 115px;
  padding-top: 125px;
  text-align: center;
  background-position: 50% 0;
}
#product-types .types-list li a:hover {
  opacity: 0.75;
}
#product-types .types-list li a.active {
  background-position: 50% 100%;
}
#product-types .types-list li a.active:hover {
  opacity: 1;
}
#product-types .types-list .doughnuts a {
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/product-page/nav-doughnuts.png");
  background-repeat: no-repeat;
}
#product-types .types-list .promotions a {
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/product-page/nav-promo.png");
  background-repeat: no-repeat;
  width: 100px;
}

#product-info {
  position: relative;
  margin-top: 50px;
  z-index: 1;
}
#product-info.drink-info {
  margin-top: 90px;
}
#product-info .product-views {
  position: absolute;
  left: 0;
  width: 15%;
}
#product-info .product-views a {
  width: 70px;
  height: 70px;
  display: block;
  line-height: 170px;
  color: #a2a2a2;
  margin-bottom: 40px;
}
#product-info .product-views a.active {
  background-position: 0 100%;
  color: #008265;
}
#product-info .doughnuts a.side {
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/product-page/sideview-doughnuts.png");
  background-repeat: no-repeat;
}
#product-info .doughnuts a.top {
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/product-page/topview-doughnuts.png");
  background-repeat: no-repeat;
}
#product-info .promo a {
  display: none;
}
#product-info .product-hero {
  margin: 0 auto;
  width: 610px;
  height: 600px;
  /*Please do not change!!!*/
}
#product-info .product-hero #side-view {
  display: block;
  width: 610px;
}
#product-info .product-hero #top-view {
  display: none;
}
#product-info .product-hero #top-view img {
  width: 610px;
}
#product-info .product-hero #landing-view {
  display: block;
}
#product-info .product-hero #landing-view img {
  margin: 0 auto;
  padding-top: 60px;
}
#product-info .product-hero .product-disector {
  position: relative;
}
#product-info .product-hero .product-disector img {
  width: 610px;
  height: 542px;
}
#product-info .product-hero .product-disector .disectable-product {
  position: absolute;
  margin-top: 35px;
  overflow-x: hidden;
}
#product-info .product-hero .product-disector .inside {
  z-index: 0;
}
#product-info .product-hero .product-disector .outside {
  z-index: 1;
  width: 50%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#product-info .product-hero .product-disector .disector {
  top: 0;
  left: 50%;
  z-index: 1;
  position: absolute;
  width: 50px;
  margin-left: -25px;
  height: 575px;
}
#product-info .product-hero .product-disector .disector .dragger {
  width: 250px;
  height: 50px;
  display: block;
}
#product-info .product-hero .product-disector .disector .dragger span#drag-label {
  float: left;
  width: 200px;
  padding: 15px 10px 0;
  color: #ba2f4b;
  font: 1.077em "Rockwell", "Courier New", sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
#product-info .product-hero .product-disector .disector .dragger span#drag-handle {
  float: left;
  cursor: pointer;
  display: block;
  background: #b5851c url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/product-page/disector-handle.png) no-repeat 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-left: 5px;
  border: 2px solid #fdb924;
}
#product-info .product-hero .product-disector .disector #divider {
  width: 1px;
  height: 90%;
  display: block;
  background-color: #fdb924;
  margin: 0 auto;
  margin-top: -10px;
  margin-left: 25px;
}
#product-info .product-hero .product-disector .disector #foot {
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 10px;
  display: block;
  background-color: #b5851c;
  position: absolute;
  bottom: 0px;
  left: 50%;
}
#product-info .product-commerce {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
}
#product-info .product-commerce .add-cart-action-1 {
  font: 2.077em "BebasNeue", Arial, sans-serif;
  color: #008265;
  float: left;
}
#product-info .product-commerce .add-cart-action-2 {
  display: block;
  margin: 0 0 20px 70px;
  font: 1.538em "FilmotypeLucky", "Courier New", sans-serif;
  color: #ba2f4b;
  border-bottom: 2px solid #fdb924;
}
#product-info .product-commerce .add-cart-cta {
  clear: both;
  float: none;
  margin: 10px 0;
  border-radius: 30px;
  padding: 10px 10px 10px 45px;
  display: block;
  font: 1.077em "Rockwell", "Courier New", sans-serif;
  color: #ba2f4b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #feedc8 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/arrow-plus-cta.png) no-repeat 5px 50%;
  transition: all .2s;
  cursor: pointer;
  font-weight: bold;
}
#product-info .product-commerce a:hover {
  background-color: #fdb924;
  color: #FFFFFF;
}
#product-info .product-description {
  text-align: center;
  clear: both;
  width: 100%;
}
#product-info .product-description h1 {
  font: 4.769em "Rockwell", "Courier New", sans-serif;
  color: #008265;
}
#product-info .product-description .product-description-links {
  display: table;
  vertical-align: middle;
  max-width: 700px;
  margin: 20px auto;
}
#product-info .product-description .product-description-links a {
  color: #008265;
  text-decoration: none;
}
#product-info .product-description .product-description-links a:hover {
  text-decoration: underline;
}
#product-info .product-description .product-description-links p.nutrition {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
#product-info .product-description .product-description-links span.separator {
  margin-left: 20px;
  color: #fdb924;
}
#product-info .product-description .product-description-links span.hashtag {
  display: table-cell;
  vertical-align: middle;
  font: 1.538em "Rockwell", "Courier New", sans-serif;
  padding-right: 20px;
  color: #008265;
}
#product-info .product-description .product-description-links .social-icons {
  display: table-cell;
  vertical-align: middle;
  clear: both;
  float: none;
  background: none;
  padding: 0;
}
#product-info .product-description .description-copy {
  max-width: 75%;
  margin: 0 auto;
}

.landing-page .product-views {
  display: none !important;
}
.landing-page .product-hero {
  width: 100% !important;
  height: auto !important;
}

/*  PRODUCT GALLERY ---------
*/
.product-gallery {
  overflow: hidden;
  display: block;
}
.product-gallery .gallery-item {
  float: left;
  width: 23%;
  background-color: #008265;
  display: block;
  margin: 1%;
}
.product-gallery .gallery-item a {
  position: relative;
  display: block;
  overflow: hidden;
}
.product-gallery .gallery-item a .product-thumbnail {
  width: 100%;
  display: block;
  transition: all .2s;
}
.product-gallery .gallery-item a .thumbnail-label {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  font: 1.385em "Rockwell", "Courier New", sans-serif;
  color: #008265;
  background-color: rgba(255, 255, 255, 0.85);
  transition: bottom .3s ease-out;
}
.product-gallery .gallery-item a .thumbnail-cta {
  display: block;
  position: absolute;
  bottom: -50px;
  width: 100%;
  text-align: center;
  padding: 10px 0px !important;
  background-color: rgba(0, 130, 100, 0.9);
  background-position: 100%;
  transition: bottom .3s ease-out;
}
.product-gallery .gallery-item a:hover .thumbnail-label {
  bottom: -50px;
}
.product-gallery .gallery-item a:hover .thumbnail-cta {
  bottom: 0px;
}

.disclaimer {
  font-size: 11px;
  text-align: center;
}

/*  GET A TASTE PROMO ---------
*/
#get-a-taste {
  margin: 0 0 50px;
  display: inline-block;
  background-position-y: 0;
  border-top: 1px solid #7fc0b2;
}
#get-a-taste .content {
  position: relative;
  overflow: hidden;
}
#get-a-taste .bg-image-container {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -50%;
  width: 100%;
}
#get-a-taste .bg-image-container img {
  width: 100%;
}
#get-a-taste .badge-image {
  float: left;
  position: relative;
  z-index: 2;
  margin-top: 100px;
  width: 230px;
  height: 230px;
  text-indent: -20000px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/get-a-taste-badge.png) no-repeat;
}
#get-a-taste .copy {
  float: right;
  position: relative;
  z-index: 2;
  max-width: 420px;
  margin-top: 220px;
  text-align: right;
}
#get-a-taste p.headline {
  background-color: #ba2f4b;
  padding: 10px;
  font: 1.923em "Rockwell", "Courier New", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
}
#get-a-taste a.cta {
  display: block;
  clear: both;
  float: right;
  position: relative;
  margin: 10px 0;
  z-index: 2;
}

/*  INSTAGRAM WIDGET ---------*/
.instagram-widget {
  display: block;
  max-width: 1023px;
  height: 400px;
}
.instagram-widget img {
  width: 100%;
  height: 100%;
}
.instagram-widget .block-of-2, .instagram-widget .block-of-4 {
  position: relative;
  float: left;
  height: 100%;
}
.instagram-widget .block-of-2 .block, .instagram-widget .block-of-4 .block {
  float: left;
  overflow: hidden;
  height: 50%;
  margin-bottom: 0;
}
.instagram-widget .block-of-2 {
  width: 20%;
}
.instagram-widget .block-of-2 .block {
  width: 100%;
}
.instagram-widget .block-of-4 {
  width: 40%;
}
.instagram-widget .block-of-4 .block {
  width: 50%;
}
.instagram-widget .dark-green {
  background-color: #00624c;
}
.instagram-widget .white {
  background-color: #FFFFFF;
}
.instagram-widget .light-green {
  background-color: #7fc0b2;
}
.instagram-widget .green {
  background-color: #008265;
}
.instagram-widget .badge-container {
  position: absolute;
  width: 100%;
  top: 10%;
  padding-top: 60%;
  text-align: center;
  background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/instagram-badge.png") no-repeat 50% 0;
}
.instagram-widget .badge-container .cta-gold {
  transition: all .3s;
}
.instagram-widget .badge-container .cta-gold:hover {
  transition: all .3s;
  background-color: #b5851c;
  opacity: 1;
}
.instagram-widget .hastag-container {
  clear: both;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  padding-top: 20%;
  text-align: center;
  font: 16px "Rockwell", "Courier New", sans-serif;
  color: #008265;
}
.instagram-widget .hastag-container span.hashtag {
  display: block;
  font: 25px "Rockwell", "Courier New", sans-serif;
  color: #ba2f4b;
  text-transform: uppercase;
}

/*  IP DETECTION LIGHTBOX ---------
*/
#ip-detection {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
#ip-detection .content {
  position: relative;
  max-width: 800px;
  height: 450px;
  margin-top: 80px;
  background-color: #FFFFFF;
  border: 1px solid #008265;
  text-align: center;
}
#ip-detection .content img {
  margin-top: -70px;
  display: inline;
}
#ip-detection .content p.headline {
  font: 1.923em "Rockwell", "Courier New", sans-serif;
  font-size: 1.384em;
  color: #008265;
  padding: 0 20%;
  margin-bottom: 20px;
}
#ip-detection .content p.address {
  color: #008265;
  margin: 20px 0 0 0;
}
#ip-detection .content p.address span {
  font-size: 14px;
  margin: 0 20px;
}
#ip-detection .content p.disclaimer {
  line-height: 18px;
}
#ip-detection .content a.ip-close-link {
  display: block;
  margin-top: 20px;
}
#ip-detection .content a.ip-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fdb924 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/close-btn.png) no-repeat 50% 50%;
  overflow: hidden;
  text-indent: 20000px;
  transition: background-color .2s;
}
#ip-detection .content a.close-btn:hover {
  background-color: #b5851c;
}

/*  FUNDRASING INFO PAGE ---------
*/
.fundraising-promo {
  display: block;
  height: auto;
  margin-bottom: 50px;
  border-bottom: 1px solid #dfdfdf;
}
.fundraising-promo img.banner-image {
  width: 100%;
}
.fundraising-promo img.left-image {
  width: 30%;
  float: left;
}
.fundraising-promo img.right-image {
  width: 30%;
}
.fundraising-promo .promo-content {
  padding-top: 50px;
  display: block;
  width: 40%;
  text-align: center;
  float: left;
}
.fundraising-promo .promo-content p.promo-headline {
  font: 3.846em "FilmotypeLucky", "Courier New", sans-serif;
  color: #ba2f4b;
}
.fundraising-promo .promo-content p.promo-copy {
  font: 1.538em "Rockwell", "Courier New", sans-serif;
  color: #008265;
  margin-bottom: 20px;
}

.copy-image-section h2 {
  font: 2.308em "Rockwell", "Courier New", sans-serif;
  color: #008265;
}
.copy-image-section h3 {
  font: 1.231em "DroidSans", Arial, Helvetica, sans-serif;
  color: #ba2f4b;
}
.copy-image-section h3 {
  margin: 20px 0;
}
.copy-image-section .image-left-wrapper {
  display: inline-block;
  margin: 0 5%;
  max-width: 30%;
}
.copy-image-section .image-left-wrapper img {
  width: 100%;
}
.copy-image-section .image-right-wrapper {
  display: inline-block;
  max-width: 30%;
}
.copy-image-section .image-right-wrapper img {
  width: 100%;
}
.copy-image-section .copy-right-wrapper {
  display: inline-block;
  max-width: 50%;
  vertical-align: top;
}
.copy-image-section .copy-left-wrapper {
  display: inline-block;
  margin: 0 5%;
  max-width: 50%;
  vertical-align: bottom;
}

/*  TESTIMONIAL CAROUSEL ---------
*/
.testimonial-carousel {
  position: relative;
}
.testimonial-carousel a.prev-testimonial,
.testimonial-carousel a.next-testimonial {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  display: block;
  text-indent: -20000px;
  overflow: hidden;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/arrow-green-right.png) no-repeat 50% 50%;
}
.testimonial-carousel a.prev-testimonial {
  left: 0;
  right: auto;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/arrow-green-left.png) no-repeat 50% 50%;
}
.testimonial-carousel .hero-slider-pagination {
  bottom: 0;
  width: 100%;
  text-align: center;
}
.testimonial-carousel .hero-slider-pagination li {
  display: inline-block;
  float: none;
}
.testimonial-carousel .testimonial-wrapper {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
.testimonial-carousel h4 {
  font: 2.308em "Rockwell", "Courier New", sans-serif;
  color: #fdb924;
  margin-bottom: 20px;
}
.testimonial-carousel span.name {
  color: #008265;
}
.testimonial-carousel span.role {
  color: #7fc0b2;
}

/*  SHOP ONLINE PAGE ---------
*/
.shop-products-list {
  display: block;
}
.shop-products-list .shop-product {
  clear: both;
  width: 100%;
  display: block;
  margin: 25px 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #7fc0b2;
}
.shop-products-list .shop-product .product-image {
  display: table-cell;
  width: 30%;
  border: none;
  vertical-align: middle;
}
.shop-products-list .shop-product .product-image img {
  width: 100%;
  display: block;
}
.shop-products-list .shop-product .product-info {
  width: 44%;
  padding: 0 5% 0 3%;
  vertical-align: middle;
  display: table-cell;
}
.shop-products-list .shop-product .product-info .product-name-link {
  font: 1.538em "Rockwell", "Courier New", sans-serif;
  color: #008265;
  text-transform: initial;
}
.shop-products-list .shop-product .product-info p.product-short-description {
  font-size: 1.231em;
  line-height: 1.4em;
  margin: 15px 0;
}
.shop-products-list .shop-product .product-info a.product-additional-info {
  text-decoration: underline;
}
.shop-products-list .shop-product .product-actions {
  width: 26%;
  padding: 0 25px;
  vertical-align: middle;
  display: table-cell;
  background-color: #f4f4f4;
}
.shop-products-list .shop-product .product-actions form {
  margin-bottom: 15px;
}
.shop-products-list .shop-product .product-actions > a {
  text-decoration: underline;
  font-size: 1.231em;
}
.shop-products-list .shop-product .product-actions .cta {
  min-width: 200px;
  margin-right: 0;
  background: #fdb924 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/wi-icon-cart.png) no-repeat 100% 50%;
  text-decoration: none;
  font-size: 2.077em;
  text-align: center;
  box-sizing: border-box;
}
.shop-products-list .shop-product .product-actions .cta:hover {
  background: #b5851c url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/wi-icon-cart.png) no-repeat 100% 50% !important;
}
.shop-products-list .shop-product .price-box {
  font-family: "BebasNeue", Arial, sans-serif;
  color: #008265;
}
.shop-products-list .shop-product .product-price {
  font-size: 2.308em;
}
.shop-products-list .shop-product span.quantity {
  font-family: "Rockwell", "Courier New", sans-serif;
  font-size: 1.538em;
}
.shop-products-list .shop-product input.product-quantity {
  background-color: #FFFFFF;
  text-align: left;
  width: 70px;
  display: inline;
  margin: 20px 10px 20px 0;
  padding-left: 10px;
  font: 1.231em "DroidSans", Arial, Helvetica, sans-serif;
}
.shop-products-list .shop-product.mix-dozen .product-info .product-name-link {
  color: #ba2f4b;
  font: 3.462em "FilmotypeLucky", "Courier New", sans-serif;
  line-height: 1;
}
.shop-products-list .shop-product.mix-dozen .product-actions .cta {
  background: #fdb924 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/wi-icon-arrow.png) no-repeat 100% 50% !important;
}
.shop-products-list .shop-product.mix-dozen .product-actions .cta:hover {
  background: #b5851c url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/wi-icon-arrow.png) no-repeat 100% 50% !important;
}

.mix-description p {
  font-size: 1.231em;
  margin-top: 20px;
}
.mix-description p:first-child {
  margin-top: 0;
}

/*  NEW_SECTION_NAME ---------
*/
/*  TESTIMONIAL CAROUSEL ---------
*/
.testimonial-carousel {
  position: relative;
}
.testimonial-carousel a.prev-testimonial,
.testimonial-carousel a.next-testimonial {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 0;
  width: 50px;
  height: 50px;
  display: block;
  text-indent: -20000px;
  overflow: hidden;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/arrow-green-right.png) no-repeat 50% 50%;
}
.testimonial-carousel a.prev-testimonial {
  left: 0;
  right: auto;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/arrow-green-left.png) no-repeat 50% 50%;
}
.testimonial-carousel .hero-slider-pagination {
  bottom: 0;
  width: 100%;
  text-align: center;
}
.testimonial-carousel .hero-slider-pagination li {
  display: inline-block;
  float: none;
}
.testimonial-carousel .testimonial-wrapper {
  position: relative;
  overflow: hidden;
  width: 90%;
  display: block;
  margin: 0 auto;
  text-align: center;
  z-index: 0;
}
.testimonial-carousel .testimonial-slide {
  top: 0px;
  left: 0px;
  width: 100%;
  display: block;
  position: absolute;
  padding: 75px 0;
  background-color: #FFFFFF;
}
.testimonial-carousel h4 {
  font: 2.308em "Rockwell", "Courier New", sans-serif;
  color: #fdb924;
  margin-bottom: 20px;
}
.testimonial-carousel span.name {
  color: #008265;
}
.testimonial-carousel span.role {
  color: #40a18c;
}

#checkout-step-shipping_method .shipping-options {
  font: 1.538em "Rockwell", "Courier New", sans-serif;
  color: #008265;
}
#checkout-step-shipping_method .date-picker-label {
  display: inline-block;
  padding-right: 60px;
}
#checkout-step-shipping_method .date-output {
  display: inline-block !important;
  margin-left: 0px;
  border-radius: 0px !important;
  height: 20px;
}
#checkout-step-shipping_method .instructions {
  display: inline-block !important;
  border-radius: 0px !important;
}
#checkout-step-shipping_method .ui-datepicker-trigger {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#checkout-step-shipping_method .input-box {
  border: 0;
  padding: 0;
  margin: 0;
}
#checkout-step-shipping_method .input-box.custom-1 {
  position: relative;
  padding-bottom: 20px;
}
#checkout-step-shipping_method .input-box.custom-1 .ui-datepicker-trigger {
  display: block;
}
#checkout-step-shipping_method .input-box.custom-1 > .date-output {
  width: 82%;
  height: 40px;
  margin-bottom: 0;
  padding: 10px;
  box-sizing: border-box;
}
#checkout-step-shipping_method .input-box.custom-1 > img {
  position: absolute;
  top: 10px;
  padding-left: 84%;
}
#checkout-step-shipping_method #op_shipping_method {
  width: 50%;
  display: inline-block;
}
#checkout-step-shipping_method #fakeDiv {
  width: 270px;
}
#checkout-step-shipping_method #krispy_deliver_time_div {
  width: 50%;
}
#checkout-step-shipping_method #krispy_deliver_time_div select {
  margin-left: 10px;
}

#paypal-badge {
  float: left;
  margin-right: 10px;
}

.pp-redirect-msg {
  display: block;
  width: 100%;
  padding-top: 10px;
}

.paypal-redirect {
  display: block;
  max-width: 600px;
  padding: 0 30px;
  margin: 50px auto;
  text-align: center;
  font: 2em "Rockwell", "Courier New", sans-serif;
  color: #008265;
}
.paypal-redirect img {
  margin: 50px auto;
  width: 100%;
}
.paypal-redirect .pp-loader {
  width: 180px;
}
.paypal-redirect h1 {
  margin: 50px auto;
  max-width: 590px;
}

/* @group Checkout - Review */
/*
#checkout-step-review {
	.buttons-set {
		h1 {
			display: none;
		}
		li.listdata {
			line-height: 30px;
			font-size: 0;
		}
		input[type="checkbox"] {
			clip: auto;
			position: relative;
			float: left; 
			display:  block;
			height: 30px;
			margin-right:  10px;
		}
		li.listdata::before {
			font-size: 15px;
			content: 'Click here to opt in to newsletters';
		}
	}
}
*/
/* @end */
#mix-your-own #box-container {
  display: block;
  position: fixed;
  float: left;
  top: 180px;
  width: 380px;
  padding-top: 30px;
  text-align: center;
  -webkit-transition: all 500ms cubic-bezier(0.7, 0.04, 0.345, 0.985);
  -moz-transition: all 500ms cubic-bezier(0.7, 0.04, 0.345, 0.985);
  -o-transition: all 500ms cubic-bezier(0.7, 0.04, 0.345, 0.985);
  transition: all 500ms cubic-bezier(0.7, 0.04, 0.345, 0.985);
  /* custom */
}
#mix-your-own #box-container h1 {
  border-top: 4px solid #40a18c;
  border-bottom: 4px solid #008265;
  padding: 6px 0;
  margin-bottom: 30px;
}
#mix-your-own #box-container h1 .serif {
  font: 2.7em "Rockwell", "Courier New", sans-serif;
  color: #008265;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#mix-your-own #box-container h1 .script {
  font: 2em "FilmotypeLucky", "Courier New", sans-serif;
  color: #ba2f4b;
  display: inline-block;
  text-transform: initial;
  vertical-align: super;
  margin: 0 8px;
  letter-spacing: 1px;
}
#mix-your-own #box-container p {
  margin: 20px 0;
}
#mix-your-own #box-container p span {
  font-weight: bold;
}
#mix-your-own #box-container #box {
  position: relative;
  width: 350px;
  height: 225px;
  padding-top: 65px;
  display: block;
  margin: 40px auto;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/custom-box.png) no-repeat;
  background-size: 100%;
}
#mix-your-own #box-container #box #drop-hint {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 265px;
  height: 130px;
  margin-left: -132.5px;
  padding-top: 70px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  border: 2px dotted #008265;
  font: 1.8em "Rockwell", "Courier New", sans-serif;
  color: #008265;
  text-transform: uppercase;
}
#mix-your-own #box-container #box #drop-hint span {
  color: #fdb924;
}
#mix-your-own #box-container #box ul {
  margin: 0 auto;
  width: 75%;
  overflow: hidden;
}
#mix-your-own #box-container #box ul li {
  position: relative;
  font-family: "BebasNeue", Arial, sans-serif;
  color: #dfdfdf;
  display: block;
  float: left;
  width: 65px;
  height: 65px;
  line-height: 68px;
  border-radius: 68px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/custom-slot-bg.png) no-repeat 50% 50%;
  background-size: 80%;
}
#mix-your-own #box-container #box ul li img {
  max-width: 100%;
}
#mix-your-own #box-container #box ul a.remove-thumb {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  margin-left: -17.5px;
  margin-top: -17.5px;
  line-height: 1;
  border-radius: 50%;
  font: 1.83em "Rockwell", "Courier New", sans-serif;
  padding-top: 5px;
  color: #fdb924;
  background-color: rgba(0, 130, 100, 0.5);
  opacity: 0;
  box-sizing: border-box;
}
#mix-your-own #box-container #box ul a.remove-thumb:hover {
  opacity: 1;
}
#mix-your-own #doughnuts-container {
  display: block;
  float: left;
  width: 603px;
  margin-left: 420px;
  padding: 20px 0;
  text-align: center;
  border-left: 1px solid #008265;
}
#mix-your-own #doughnuts-container h2 {
  font-family: "FilmotypeLucky", "Courier New", sans-serif;
  color: #ba2f4b;
  font-size: 2em;
}
#mix-your-own #doughnuts-container h3 {
  font-family: "Rockwell", "Courier New", sans-serif;
  color: #008265;
  font-size: 1.23em;
  line-height: 1.23em;
  margin: 20px 0;
  height: 36px;
  /* 	width: 100%; */
  /* 			position:absolute;
  bottom: 0; */
  z-index: 1100;
}
#mix-your-own #doughnuts-container ul {
  display: block;
  margin-top: 50px;
}
#mix-your-own #doughnuts-container ul li {
  float: left;
  margin-left: 4.1%;
  margin-right: 4.1%;
  margin-bottom: 20px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/draggable-bg.png) no-repeat 50% 0%;
  background-size: 150px 146px;
  position: relative;
  width: 150px;
}
#mix-your-own #doughnuts-container ul li img {
  width: 100%;
}
#mix-your-own .sticky-box {
  top: 50px !important;
}
#mix-your-own #box-info {
  position: relative;
}
#mix-your-own #box-info #emptyDozen {
  background-image: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/refresh-button-yellow-trans.png);
  background-repeat: no-repeat;
}
#mix-your-own #box-info #shuffleDozen {
  background-image: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/shuffle-button-yellow-trans.png);
  background-repeat: no-repeat;
}
#mix-your-own #box-info .box-info-item {
  float: left;
  width: 46%;
  margin: 2%;
  display: block;
}
#mix-your-own #box-info .shuffle-wrapper {
  clear: both;
}
#mix-your-own #box-info .status {
  text-transform: uppercase;
  font: 1.15em "Rockwell", "Courier New", sans-serif;
  color: #fdb924;
  overflow: hidden;
}
#mix-your-own #box-info .status .count {
  color: #008265;
  font-size: 2em;
  line-height: 1.15em;
}
#mix-your-own #box-info .disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mix-your-own #box-info .disabled:hover {
  background-color: #fdb924;
}

.instagram-feed {
  background: #f4f4f4 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/tile-grey-dots.png);
  position: relative;
  overflow: hidden;
}
.instagram-feed h1 {
  font: 2.15em "Rockwell", "Courier New", sans-serif;
  color: #fdb924;
  text-transform: uppercase;
  border-top: 4px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
  padding: 10px 0;
}
.instagram-feed .strapline-box {
  margin-left: 500px;
  clear: both;
  background: #3e729a url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/instagram-icon-large-white.png) no-repeat 50% 80px;
  width: 300px;
  height: 250px;
  padding: 180px 100px 50px 100px;
  text-align: center;
}
.instagram-feed .strapline {
  font: 3.5em "FilmotypeLucky", "Courier New", sans-serif;
  color: #FFFFFF;
  letter-spacing: 1px;
}
.instagram-feed p {
  margin: 20px 0;
  font: 1.15em "Rockwell", "Courier New", sans-serif;
  color: #FFFFFF;
  line-height: 1.385em;
  letter-spacing: 1px;
}
.instagram-feed .doughnut-tile-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.instagram-feed .doughnut-tile-wrapper .doughnut-tile {
  position: absolute;
  display: block;
}
.instagram-feed .doughnut-tile-wrapper .tile1 {
  width: 500px;
  height: 500px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/blurry-doughnut1.png) no-repeat;
  background-size: 100%;
  top: 100px;
  right: 10%;
}
.instagram-feed .doughnut-tile-wrapper .tile2 {
  width: 300px;
  height: 300px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/blurry-doughnut2.png) no-repeat;
  background-size: 100%;
  top: 500px;
  left: 10%;
}
.instagram-feed .doughnut-tile-wrapper .tile3 {
  width: 500px;
  height: 500px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/blurry-doughnut3.png) no-repeat;
  background-size: 100%;
  top: 1000px;
  right: -2%;
}
.instagram-feed .doughnut-tile-wrapper .tile4 {
  width: 600px;
  height: 600px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/blurry-doughnut1.png) no-repeat;
  background-size: 100%;
  top: 1600px;
  left: 5%;
}
.instagram-feed .doughnut-tile-wrapper .tile5 {
  width: 200px;
  height: 200px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/blurry-doughnut3.png) no-repeat;
  background-size: 100%;
  top: 2200px;
  left: 30%;
}
.instagram-feed .doughnut-tile-wrapper .tile6 {
  width: 400px;
  height: 400px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/blurry-doughnut4.png) no-repeat;
  background-size: 100%;
  top: 2800px;
  right: 10%;
}
.instagram-feed .doughnut-tile-wrapper .tile7 {
  width: 250px;
  height: 250px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/blurry-doughnut2.png) no-repeat;
  background-size: 100%;
  top: 3400px;
  right: 30%;
}
.instagram-feed .doughnut-tile-wrapper .tile8 {
  width: 400px;
  height: 400px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/blurry-doughnut3.png) no-repeat;
  background-size: 100%;
  top: 3600px;
  left: 10%;
}
.instagram-feed #feed-intro {
  position: relative;
  width: 400px;
  height: 150px;
  padding: 120px 175px 100px 175px;
  text-align: center;
  background: #3e729a url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/instagram-icon-large-white.png) no-repeat 50% 30px;
  border-left: 10px solid #366488;
  border-right: 10px solid #366488;
  border-bottom: 10px solid #366488;
  border-bottom-left-radius: 750px;
  border-bottom-right-radius: 750px;
}
.instagram-feed #feed-images:after {
  content: "";
  display: block;
  clear: both;
}
.instagram-feed #feed-images li {
  display: block;
  width: 250px;
  height: 250px;
  float: left;
  position: relative;
  overflow: hidden;
}
.instagram-feed #feed-images li img.feed-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.instagram-feed #feed-images li a.clickthrough {
  display: block;
  position: absolute;
  width: 100%;
  height: 60%;
  padding-top: 40%;
  font: 2em "BebasNeue", Arial, sans-serif;
  color: #FFFFFF;
  text-align: center;
  background-color: rgba(62, 115, 154, 0.6);
  opacity: 0;
}
.instagram-feed #feed-images li a.clickthrough:hover {
  opacity: 1;
}
.instagram-feed #feed-images li a.social-tile {
  padding-top: 0;
  opacity: 1;
}
.instagram-feed #feed-images li a.social-tile img {
  width: 100%;
  height: 100%;
}
.instagram-feed #feed-images li a.social-tile:hover {
  opacity: 0.9;
}
.instagram-feed #feed-images li div.image-info {
  display: none;
  position: absolute;
  bottom: 0px;
  width: 90%;
  padding: 0 5%;
  height: auto;
  padding-bottom: 10px;
}
.instagram-feed #feed-images li div.image-info img.profile-image {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border: 2px solid #FFFFFF;
  margin: -15px 0 10px 0;
  float: left;
}
.instagram-feed #feed-images li div.image-info .profile-username {
  display: block;
  font: 1.15em "DroidSans", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  vertical-align: top;
  margin-left: 10px;
  line-height: 40px;
  float: left;
}
.instagram-feed #feed-images li div.image-info .image-caption {
  clear: both;
  float: left;
  display: -webkit-box;
  font: 1em "DroidSans", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.instagram-feed #feed-images li div.image-info .image-likes,
.instagram-feed #feed-images li div.image-info .image-comments {
  display: block;
  float: left;
  font: 1.07em "DroidSans", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-align: center;
  text-indent: 15px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 40px;
}
.instagram-feed #feed-images li div.image-info .image-likes {
  float: right;
  width: 12%;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/likes.png) no-repeat 0 50%;
}
.instagram-feed #feed-images li div.image-info .image-comments {
  float: right;
  width: 12%;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/comments.png) no-repeat 0 50%;
}
.instagram-feed #feed-images li div.krispy-account {
  background-color: #008265;
}
.instagram-feed #feed-images li div.user-account {
  background-color: #3e729a;
}
.instagram-feed #feed-images li:nth-child(odd) {
  clear: both;
}
.instagram-feed #feed-images li:nth-child(2),
.instagram-feed #feed-images li:nth-child(5),
.instagram-feed #feed-images li:nth-child(9),
.instagram-feed #feed-images li:nth-child(13) {
  width: 500px;
  height: 500px;
}
.instagram-feed #feed-images li:nth-child(2) div.image-info,
.instagram-feed #feed-images li:nth-child(5) div.image-info,
.instagram-feed #feed-images li:nth-child(9) div.image-info,
.instagram-feed #feed-images li:nth-child(13) div.image-info {
  display: block;
}
.instagram-feed #feed-images li:nth-child(1) {
  margin-top: 250px;
  margin-left: 250px;
}
.instagram-feed #feed-images li:nth-child(3) {
  margin-left: 250px;
}
.instagram-feed #feed-images li:nth-child(6) {
  margin-top: 250px;
}
.instagram-feed #feed-images li:nth-child(7) {
  margin-left: 500px;
}
.instagram-feed #feed-images li:nth-child(9) {
  margin-left: 500px;
}
.instagram-feed #feed-images li:nth-child(10) {
  margin-left: 250px;
}
.instagram-feed #feed-images li:nth-child(11) {
  clear: none;
}
.instagram-feed #feed-images li:nth-child(12) {
  clear: both;
  margin-top: 250px;
}
.instagram-feed #feed-images li:nth-child(13) {
  clear: none;
  float: left;
}
.instagram-feed #feed-images li:nth-child(14) {
  clear: both;
}
.instagram-feed #feed-images li:nth-child(15) {
  clear: none;
}
.instagram-feed #feed-images li:nth-child(16) {
  clear: both;
  margin-left: 250px;
}
.instagram-feed #feed-images li:nth-child(17) {
  margin-left: 250px;
}
.instagram-feed #feed-images li:nth-child(19) {
  margin-left: 500px;
  clear: both;
  background: #3e729a url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/instagram-icon-large-white.png) no-repeat 50% 80px;
  width: 300px;
  height: 250px;
  padding: 180px 100px 50px 100px;
  text-align: center;
}
.instagram-feed #backToTop {
  background: #fdb924 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/arrowup-button-black-trans.png) no-repeat 100% 50%;
  position: relative;
  width: 182px;
  text-align: center;
  margin: 20px 0 100px 625px;
}
.instagram-feed #backToTop:hover {
  background: #b5851c url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/arrowup-button-black-trans.png) no-repeat 100% 50% !important;
  -webkit-box-shadow: inset 0px 4px 0px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: inset 0px 4px 0px 0px rgba(50, 50, 50, 0.2);
  box-shadow: inset 0px 4px 0px 0px rgba(50, 50, 50, 0.2);
}

#eWAYBlock img {
  width: 35%;
  margin-bottom: 10px;
}

.sales-order-print h1 {
  margin: 20px 0;
  font-size: 2em;
  font-weight: bold;
}
.sales-order-print h2 {
  margin-top: 20px;
  font-size: 1.2em;
  font-weight: bold;
}
.sales-order-print p {
  font-size: 1em;
}
.sales-order-print .col2-set .col-1 {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.sales-order-print .col2-set .col-2 {
  float: left;
  width: 50%;
}
.sales-order-print .cards-list p.bold {
  font-size: 1em;
  font-weight: normal;
}
.sales-order-print .data-table {
  margin: 10px 0;
}
.sales-order-print .data-table tfoot tr {
  border-bottom: none;
}
.sales-order-print .data-table td {
  padding: 2px 20px;
}
.sales-order-print .data-table .grand_total {
  text-transform: none;
}
.sales-order-print .data-table .grand_total_incl {
  text-transform: uppercase;
}

@media print {
  .sales-order-print .buttons-set {
    display: none;
  }
}
#newsletter .block-6 {
  width: 100%;
}
#newsletter .block-6 .desc p:first-child {
  padding-left: 38%;
  text-align: left;
}
#newsletter .block-6 .desc p:first-child span {
  color: #008265;
}
#newsletter .content-heading {
  width: 92.5%;
  float: left;
  max-width: 930px;
  margin: 0 auto;
  padding: 0 0 0 7.5%;
}
#newsletter .content-heading .heading-message, #newsletter .content-heading .heading-image {
  float: left;
  width: 39%;
}
#newsletter .content-heading .heading-message {
  width: 61%;
}
#newsletter .content-heading .heading-message h2 {
  color: #ba2f4b;
  font: 50px/48px "Rockwell", "Courier New", sans-serif;
  margin: 20px 0;
  letter-spacing: -1px;
}
#newsletter .content-heading .heading-message h4 {
  color: #008265;
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
}
#newsletter .dob-day, #newsletter .dob-month, #newsletter .dob-year {
  width: 40px;
  float: left;
  margin-right: 12px;
}
#newsletter .dob-day span, #newsletter .dob-month span, #newsletter .dob-year span {
  font: 1.538em "Rockwell", "Courier New", sans-serif;
  color: #008265;
  text-transform: uppercase;
}
#newsletter .dob-day input, #newsletter .dob-month input, #newsletter .dob-year input {
  padding: 0 5px;
}
#newsletter .dob-day label, #newsletter .dob-month label, #newsletter .dob-year label {
  margin-top: 8px;
}
#newsletter .dob-year {
  width: 80px;
}
#newsletter div.dob-image {
  float: left;
}
#newsletter div.dob-image img {
  margin: 0;
}
#newsletter .newsletter-cta {
  display: inline-block;
  margin-left: 38%;
  text-align: left;
  margin-top: 30px;
}

.vr_mobile {
  display: none;
}

.vr_mobile, .vr_desktop {
  display: table-cell;
}

.mobile_image {
  display: none;
}

@font-face {
  font-family: "Adam";
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/Adam.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue";
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/BebasNeue.otf");
  font-weight: normal;
  font-style: normal;
}
.movie_vr {
  position: relative;
  left: 0;
  top: 0;
}

.vr_mobile {
  display: none;
}

.vr_desktop {
  position: relative;
  top: 0;
  left: 0;
  display: initial;
  max-width: 100%;
}

.vr_link {
  height: 12%;
  width: 10%;
}

.desktop_link, .mobile_link {
  position: absolute;
  top: 80%;
  left: 30%;
  width: 100%;
  height: 100%;
}

.vr_mobile, .mobile_link {
  display: block;
  max-width: 100%;
}

.mobile_link {
  top: 90%;
}

.vr_link {
  height: 5%;
  width: 47%;
}

.vr_desktop, .desktop_link {
  display: none;
}

/* buttun shopping cart*/
.button-address-checkout {
  font: 22px "BebasNeue", Arial, sans-serif !important;
  margin-bottom: 10px;
  color: #fff !important;
  width: 80%;
}

.multiple-add-last {
  margin-bottom: 0px;
}

a.cta.cta-gold.button-address-checkout {
  width: 80%;
}

li.method-checkout-cart-methods-multishipping {
  margin-top: 0px !important;
  margin: 0 0 0px 0px;
}

a.label.parent-menu-link.online-delevery:hover {
  color: #ba2f4b;
}

.sub-menu .shop-online {
  text-transform: uppercase;
}

/*page-checkout-multishipping*/
.remove-address .text-remove-address {
  display: inline-block;
  float: left;
  text-indent: 0;
  color: #bd3752;
  font-size: 15px;
  line-height: 20px;
  margin-right: 10px;
  text-transform: none;
  text-decoration: underline;
  font-weight: 500;
}

.remove-address .wi-icon-delete {
  float: right;
}

/*multishipping-billing-coupon*/
.lbl-input-nest {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.lbl-coupon-face {
  font-weight: bold;
}

#sys_button_fake_discount_apply, #sys_button_fake_discount_cancel {
  background: #fdb924;
  color: white;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px 10px 15px;
  margin-top: 20px;
  cursor: pointer;
  letter-spacing: 1px;
  font: 1.692em "BebasNeue", Arial, sans-serif;
}

.lbl-optional-field {
  float: right;
  display: inline-block;
  color: #989898;
  font-size: 11px;
}

#sys_fake_input_discount_code {
  padding: 0;
  background: #ffffff;
}

body.checkout-onestep-index #onestepcheckout-form #braintree-tick.bt-validation-passed,
#braintree-tick.bt-validation-passed {
  margin-left: 10px;
}

#payment_form_braintreevzero label.toggle-vault {
  width: 100%;
}

.one-page-checkout-is-login {
  display: inline-block;
  line-height: 38px;
  font-size: 15px;
  font-weight: 600;
}

body .after_body_start_frame {
  display: none;
}

/*onestepcheckout*/
.user-settings li div.account {
  background-size: 20px 20px !important;
  display: inline-block;
}

.user-settings li a.ost-signup {
  padding-left: 0px !important;
}

#top-bar .user-settings li a.or, #top-bar .user-settings li a.or:hover {
  padding-right: 5px;
  padding-left: 5px !important;
  color: #008265;
}

.mandatories-right.mandatories-right-mobile, .copyright.copyright-mobile {
  display: none;
}

@-webkit-keyframes neon {
  from {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
  }
}
.cms-vr .main-content-container {
  background: #000;
}

.vr-welcome {
  text-align: center;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/vr/vr-welcome.png) no-repeat;
  color: #fff;
  background-size: 100% 92%;
  padding-top: 50px;
}

.vr-welcome p {
  font-size: 19px;
  font-family: 'DroidSans';
}

.vr-video,
.vr-how-to-use {
  text-align: center;
}

.vr-how-to-use {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/vr/vr-how-to-use.png) no-repeat;
  background-size: 100%;
  color: #fff;
  height: 483px;
}

.vr-the-range {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/vr/vr-the-range.png) no-repeat;
  background-size: 100%;
  min-height: 540px;
  width: 100%;
  position: relative;
  text-align: center;
}

.vr-welcome h2,
.vr-how-to-use h2,
.vr-video h2 {
  font-family: 'Adam';
  font-size: 59px;
  color: #fff;
  padding: 10px 0;
  webkit-animation: neon 1.5s ease-in-out infinite alternate;
  -moz-animation: neon 1.5s ease-in-out infinite alternate;
  animation: neon 1.5s ease-in-out infinite alternate;
}

.vr-welcome a,
.vr-how-to-use a,
.vr-video a,
.vr-the-range a {
  font-family: 'BebasNeue';
  color: #C52219;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/vr/arrow.png) no-repeat 63% 49%;
  display: block;
  margin: 0 auto;
  float: none;
  padding: 10px;
  background-size: 20px;
  font-weight: bold;
  font-size: 25px;
  cursor: pointer;
}

.vr-welcome a.vr-app,
.vr-how-to-use a.vr-app,
.vr-video a.vr-app,
.vr-the-range a.vr-app {
  color: #fff;
  background: none;
  font-size: 19px;
  display: inline;
  font-family: 'DroidSans';
  font-weight: normal;
  padding: 0px;
}

.vr-welcome .vr-headset {
  width: 100%;
  float: left;
}

.vr-welcome .vr-headset img:first-child {
  width: 50%;
  float: left;
}

.vr-welcome .vr-headset img:last-child {
  width: 50%;
  float: right;
}

.vr-video a {
  background-position: 59% 49%;
}

.vr-the-range a {
  position: absolute;
  bottom: 40px;
  margin: 0 auto;
  background-position: 59%;
  width: 100%;
}

.vr-separate {
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/vr/separate.png) no-repeat;
  display: block;
  margin: 22px 0 30px;
  height: 30px;
}

.vr-video img {
  margin: 0 auto;
  width: 70%;
}

.vr-video p,
.vr-how-to-use p {
  text-align: left;
  width: 94%;
  margin: 10px auto;
}

.vr-how-to-use p {
  padding-bottom: 20px;
}

.vr-video span,
.vr-how-to-use span {
  color: #fff;
  border-radius: 100%;
  border: 2px solid #fff;
  padding: 3px 10px;
  font-weight: bold;
  float: left;
}

.vr-video label,
.vr-how-to-use label {
  color: #fff;
  width: 90%;
  padding-left: 12px;
  font-size: 19px;
  font-family: 'DroidSans';
  line-height: 36px;
}

.vr-tip {
  font-size: 19px;
  color: #fff;
  font-style: italic;
}

.vr-tip b {
  font-weight: bold;
  font-style: normal;
}

.vr-how-to-use .vr-info {
  width: 80%;
  float: left;
  margin-top: 80px;
}

.vr-how-to-use .vr-image {
  width: 20%;
  float: left;
  margin-top: 40px;
}

.vr-how-to-use .vr-image img {
  margin-bottom: 10px;
}

.embed-container {
  position: relative;
  padding-bottom: 37.25%;
  height: 0;
  overflow: hidden;
  max-width: 65%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .vr-welcome h2, .vr-how-to-use h2, .vr-video h2 {
    line-height: 55px;
  }

  .vr-welcome a, .vr-how-to-use a {
    background-position: 68% 49%;
  }

  .vr-video a {
    background-position: 62% 49%;
  }

  .vr-the-range a {
    background-position: 63% 49%;
  }
}
@media (max-width: 667px) {
  .vr-welcome a, .vr-how-to-use a {
    background-position: 71% 49%;
  }

  .vr-video a {
    background-position: 64% 49%;
  }

  .vr-the-range a {
    background-position: 65% 49%;
  }

  .vr-the-range {
    min-height: 360px;
  }
}
@media (max-width: 480px) {
  .vr-welcome h2, .vr-how-to-use h2, .vr-video h2 {
    font-size: 33px;
    line-height: 30px;
  }

  .vr-video label, .vr-how-to-use label {
    width: 85%;
    font-size: 12px;
    line-height: 22px;
  }

  .vr-video span, .vr-how-to-use span {
    font-size: 12px;
    padding: 0px 7px;
    margin-top: 5px;
  }

  .vr-video a.vr-app {
    font-size: 14px;
  }

  .vr-welcome a {
    background-position: 87% 49%;
  }

  .vr-video a, .vr-the-range a {
    background-position: 75% 49%;
  }

  .vr-how-to-use .vr-info, .vr-how-to-use .vr-image {
    width: 100%;
    float: none;
  }

  .vr-how-to-use {
    height: auto;
  }

  .vr-the-range {
    min-height: 260px;
  }

  .embed-container {
    padding-bottom: 56.25%;
    max-width: 100%;
  }

  .vr-welcome .vr-headset img {
    width: 86% !important;
    float: none !important;
    margin: 0 auto;
  }

  .vr-welcome .vr-headset img:last-child {
    display: none;
  }

  .vr-how-to-use .vr-image img {
    margin: 0 auto 10px;
  }

  .vr-how-to-use .vr-info {
    margin-top: 0;
  }

  .vr-welcome p, .vr-tip {
    font-size: 12px;
  }

  .vr-video img {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .vr-welcome a {
    background-position: 91% 49%;
    font-size: 20px;
  }

  .vr-video a, .vr-the-range a {
    background-position: 78% 49%;
    font-size: 20px;
  }
}
.page-sitemap {
  margin-top: 20px;
}

/* --------------------- SASS Variables --------------------- */
/* Colours */
/* Fonts */
/* Major container/element widths */
/* light blue at 80% opacity */
.product-hero, .disectable-product {
  -webkit-tap-highlight-color: rgba(201, 224, 253, 0.8);
}

strong {
  font-weight: bold;
}

#main {
  clear: both;
}

.inner {
  overflow: hidden;
}

.img-1 {
  float: left;
  margin-right: 50px;
}

.upper-text {
  text-transform: uppercase;
}

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

.maroon-text {
  color: #ba2f4b;
}

.green-text {
  color: #008265;
}

.bold-text {
  font-weight: bold;
}

.italic-text {
  font-style: italic;
}

.row {
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
  box-sizing: border-box;
}

.col, .howitwork-steps-block .items-group .item {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.col-1 {
  width: 50%;
}

.col-2 {
  width: 60%;
}

.col-3 {
  width: 40%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 25%;
}

.hidden {
  display: none;
}

.title-1 {
  text-transform: uppercase;
  color: #008265;
}

.title-4 {
  display: table;
}

.title-9 {
  font-family: "Rockwell", "Courier New", sans-serif;
  font-size: 3.846em;
  line-height: 1;
  color: #fdb924;
}

.title-10 {
  font-size: 2.923em;
  line-height: 1.4em;
  color: #fdb924;
  font-family: "Rockwell", "Courier New", sans-serif;
  letter-spacing: -1px;
}

.title-11 {
  font-size: 1.231em;
  color: #008265;
  line-height: 1;
}

.title-13 {
  color: #ba2f4b;
}

.title-14 {
  font-size: 1.538em;
  color: #008265;
  text-transform: uppercase;
  font-family: "Rockwell", "Courier New", sans-serif;
  line-height: 2em;
}

.img-responsive, .editor-2 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.dot-block {
  clear: both;
  height: 40px;
  background: white url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/tile-green-dots.png) repeat-x 0 5px;
}
.dot-block.mar-1 {
  margin-top: 50px;
}

.link-1 {
  display: inline-block;
  color: #ba2f4b;
  font-weight: bold;
  font-size: 1em;
}

.vcard {
  overflow: hidden;
  margin: 0 30px 10px 0;
  font-size: 1.15em;
}
.vcard .fn {
  font-weight: bold;
}

.mar, .order-detail-block > .inner, .highlight-1 > .inner {
  margin-left: -10px;
  margin-right: -10px;
}

.pad, .highlight-1, .highlight-1 > .inner .item, .related {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.desc .mar-1 {
  margin: 23px 0;
}

.style-2 {
  float: left;
  padding-top: 2px;
  margin-right: 10px;
  color: white;
  font-size: 0.680em;
  line-height: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fdb924;
  box-sizing: border-box;
  text-align: center;
}

.list-2 li, .editor-article ul li, .editor-2 ul li {
  padding-left: 30px;
  background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/ecom/icon-list-1.png") no-repeat 0 7px;
  font-size: 1.15em;
}
.list-2 li li, .editor-article ul li li, .editor-2 ul li li {
  font-size: 1em;
}

.list-3 li a {
  color: #313131;
  text-decoration: underline;
  font-size: 1.077em;
}
.list-3 li a:hover {
  text-decoration: none;
}
.list-3 li span {
  color: #313131;
  font-size: 1.077em;
}
.list-3 li span a {
  font-size: 1em;
}

span.brick-red-text {
  text-transform: lowercase;
  color: #ba2f4b;
  font-family: "FilmotypeLucky", "Courier New", sans-serif;
}

.opc .buttons-set .forgot-link {
  float: right;
  line-height: 40px;
  padding: 0;
  text-decoration: underline;
}
.opc .buttons-set .forgot-link:hover {
  text-decoration: none;
}

.block-1 {
  overflow: hidden;
  margin-top: 20px;
  background-color: #FFFFFF;
}
.block-1 a {
  color: #3e729a;
}
.block-1 a:hover, .block-1 a:active {
  opacity: 0.5;
}
.block-1 .title-1 .wi-icon, .block-1 .title-1 .wi-icon-cart, .block-1 .title-1 .wi-icon-info, .block-1 .title-1 .wi-icon-newsletter, .block-1 .title-1 .wi-icon-address, .block-1 .title-1 .wi-icon-arrow, .block-1 .title-1 .wi-icon-arrow-gold, .block-1 .title-1 .wi-icon-back-arrow, .block-1 .title-1 .wi-icon-back-arrow-2, .block-1 .title-1 .wi-icon-arrow-1, .block-1 .title-1 .wi-icon-arrow-2, .block-1 .title-1 .wi-icon-page, .block-1 .title-1 .wi-icon-data-picker, .block-1 .title-1 .wi-icon-location, .block-1 .title-1 .wi-icon-home, .block-1 .title-1 .wi-icon-money, .block-1 .title-1 .wi-icon-clock, .block-1 .title-1 .wi-icon-phone {
  margin-right: 10px;
}
.block-1 > .inner {
  padding: 10px 20px;
}
.block-1 > .inner > .inner {
  overflow: hidden;
  margin-right: 30px;
}
.block-1 .edit {
  float: right;
  margin-left: 10px;
  text-decoration: underline;
  font-size: 1.231em;
}
.block-1 .link-1 {
  padding: 15px 0 10px;
  color: #ba2f4b;
  font-family: "Rockwell", "Courier New", sans-serif;
}
.block-1 .link-1 .wi-icon, .block-1 .link-1 .wi-icon-cart, .block-1 .link-1 .wi-icon-info, .block-1 .link-1 .wi-icon-newsletter, .block-1 .link-1 .wi-icon-address, .block-1 .link-1 .wi-icon-arrow, .block-1 .link-1 .wi-icon-arrow-gold, .block-1 .link-1 .wi-icon-back-arrow, .block-1 .link-1 .wi-icon-back-arrow-2, .block-1 .link-1 .wi-icon-arrow-1, .block-1 .link-1 .wi-icon-arrow-2, .block-1 .link-1 .wi-icon-page, .block-1 .link-1 .wi-icon-data-picker, .block-1 .link-1 .wi-icon-location, .block-1 .link-1 .wi-icon-home, .block-1 .link-1 .wi-icon-money, .block-1 .link-1 .wi-icon-clock, .block-1 .link-1 .wi-icon-phone {
  margin-left: 5px;
}
.block-1 .back-link {
  font-size: 1.231em;
}

.account-section-heading {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.account-section-heading .title-1 {
  display: inline-block;
  border-top: none;
  border-bottom: none;
}
.account-section-heading .link-1 {
  float: right;
}

.title-1 {
  padding: 10px 20px;
  background-color: #FFFFFF;
  color: #008265;
  text-transform: initial;
  font-size: 1.538em;
  line-height: 30px;
  font-family: "Rockwell", "Courier New", sans-serif;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.order-block .inner {
  text-align: left;
}
.order-block .link-1 {
  color: #ba2f4b;
}

.tbl-1 {
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  text-align: left;
  font-size: 1.15em;
}
.tbl-1 a {
  display: block;
  text-decoration: underline;
}
.tbl-1 thead {
  text-align: left;
  font-weight: bold;
}
.tbl-1 thead th {
  border: 0;
  padding: 5px;
  border-bottom: none;
  text-transform: none;
  text-align: left;
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
  color: #313131;
}
.tbl-1 thead th:first-child {
  padding-left: 0;
}
.tbl-1 thead th:last-child {
  padding-right: 0;
}
.tbl-1 tbody td {
  padding: 5px;
  border-top: 1px solid #f4f4f4;
  border-bottom: none;
  font-family: "DroidSans";
  color: #313131;
  text-transform: none;
}
.tbl-1 tbody td:first-child {
  padding-left: 0;
}
.tbl-1 tbody td:last-child {
  padding-right: 0;
}
.tbl-1 .number {
  width: 17%;
}
.tbl-1 .date {
  width: 10%;
}
.tbl-1 .ship {
  width: 25%;
}
.tbl-1 .total {
  width: 15%;
}
.tbl-1 .status {
  width: 24%;
}
.tbl-1 .status-order {
  text-transform: capitalize;
}
.tbl-1 .status-order > span {
  display: block;
}

.info-block > .inner > .item {
  border-bottom: none;
}
.info-block > .inner > .item p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #313131;
}

.address-block h3 {
  color: #008265;
  font-family: "Rockwell", "Courier New", sans-serif;
  font-size: 1.538em;
  text-transform: uppercase;
}
.address-block > .inner {
  overflow: hidden;
  padding: 0;
}
.address-block > .inner > .block-8 {
  float: left;
  overflow: hidden;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.address-block > .inner > .block-8 > .inner {
  margin-top: 15px;
  padding: 15px 0 0;
  border-top: 1px solid #dfdfdf;
}
.address-block > .inner > .block-8 > .inner.last {
  border-bottom: 1px solid #dfdfdf;
}
.address-block > .inner .billing-address-block {
  border-right: none;
}

.redirect-block {
  overflow: hidden;
  clear: both;
  margin-top: 40px;
  padding: 7px 0;
  border: 1px solid #fdb924;
  border-width: 1px 0;
  font-size: 1.15em;
}
.redirect-block .default-form {
  float: right;
  overflow: hidden;
}
.redirect-block .form-group {
  font-size: 1em;
}
.redirect-block .form-group label {
  float: left;
  line-height: 40px;
  font-size: 1.4em;
}
.redirect-block .form-group .custom-select-1 {
  float: left;
  min-width: 250px;
  margin-left: 25px;
  padding: 0;
  font-size: 1.15em;
}
.redirect-block .form-group .custom-select-1 > span {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1em;
}
.redirect-block .form-group .custom-select-1 > select {
  width: 100%;
  height: 100%;
  font-size: 1em;
}
.redirect-block .link-1 {
  float: left;
  margin-left: 20px;
  line-height: 40px;
  font-weight: normal;
}

.title-group {
  position: relative;
}
.title-group .link-group {
  position: absolute;
  top: 15px;
  right: 10px;
}

.order-detail-block {
  margin-top: 30px;
}
.order-detail-block .block-3 {
  margin-top: 20px;
}
.order-detail-block .wi-icon-page {
  margin-right: 10px;
}
.order-detail-block > .inner {
  overflow: hidden;
  max-width: inherit;
  box-sizing: border-box;
}
.order-detail-block .link-group {
  overflow: hidden;
}
.order-detail-block .link-group a {
  display: inline-block;
  margin-left: 25px;
  text-transform: none;
  font-size: 1.231em;
  font-family: "DroidSans";
  text-decoration: underline;
}

.highlight-1 {
  overflow: hidden;
  width: 61%;
  box-sizing: border-box;
}
.highlight-1 > .inner {
  overflow: hidden;
  box-sizing: border-box;
}
.highlight-1 > .inner .item {
  width: 50%;
  box-sizing: border-box;
}
.highlight-1 .block-3 {
  height: 100%;
}
.highlight-1 .title-3 .edit {
  text-decoration: underline;
}

.related {
  overflow: hidden;
  width: 39%;
  box-sizing: border-box;
}
.related .block-3 .form-group {
  margin-top: 10px;
  padding: 10px 0 0;
  border-top: 1px solid #008265;
}
.related .block-3 .form-group strong {
  font-weight: bold;
}

.block-3 {
  overflow: hidden;
  padding: 15px 20px 5px;
  border: 1px solid #008265;
  box-sizing: border-box;
}
.block-3 .title-3 {
  padding-bottom: 13px;
  color: #008265;
  border-bottom: 1px solid #008265;
  text-transform: none;
  font-size: 1.538em;
  font-family: "Rockwell", "Courier New", sans-serif;
}
.block-3 .title-3 > span {
  display: block;
  margin-right: 30px;
}
.block-3 .title-3 .edit {
  float: right;
  font-size: 0.800em;
  font-family: "DroidSans";
}
.block-3 .inner {
  margin-top: 15px;
}
.block-3 .vcard {
  margin: 0;
}

.order-detail-table {
  margin-top: -10px;
  border: 0;
}
.order-detail-table tbody td {
  padding: 8px;
  vertical-align: middle;
}
.order-detail-table .title-4 {
  display: table;
  text-transform: none;
}
.order-detail-table .title-4 img {
  margin-right: 10px;
}
.order-detail-table .title-4 span {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}

.subtotal {
  font-weight: bold;
}

.grand_total {
  text-transform: uppercase;
  font-weight: bold;
}

.shipping-block span {
  display: block;
  overflow: hidden;
  padding-right: 5px;
  margin-right: 20%;
}
.shipping-block .price {
  float: right;
  width: 20%;
  margin-right: 0;
  padding: 0;
  text-align: right;
  word-break: break-all;
}

.order-total-block {
  overflow: hidden;
  float: right;
  min-width: 290px;
  margin: 20px 0 15px;
  padding: 15px 20px;
  background-color: #f4f4f4;
  font-size: 1.15em;
}
.order-total-block span {
  width: 70%;
}
.order-total-block .item {
  margin-top: 5px;
}
.order-total-block .price {
  float: right;
  width: 30%;
  text-align: right;
}
.order-total-block .subtotal {
  margin-top: 0;
}
.order-total-block .grand_total {
  display: none;
}
.order-total-block .tax td, .order-total-block .tax span {
  color: #313131;
}
.order-total-block .tax .label {
  float: left;
}
.order-total-block .tax .price {
  width: 100%;
}

.buttons-set .link-1 {
  float: left;
  padding: 0;
  line-height: 33px;
}
.buttons-set p.required {
  float: none;
  display: block;
}

.shipping-block .desc, .ship-address-block .desc {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #008265;
}
.shipping-block .desc .bold-text, .ship-address-block .desc .bold-text {
  font-weight: bold;
}

.form-1 {
  max-width: 620px;
  padding-top: 20px;
}
.form-1 .block-2 .buttons-set {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 0;
}
.form-1 .block-2 .buttons-set .back-link {
  float: right;
  text-decoration: underline;
  line-height: 40px;
}
.form-1 .block-2 .buttons-set .cta {
  float: left;
}
.form-1 .block-2 > ul {
  margin: 15px 0 20px;
}
.form-1 .block-2 > ul label {
  margin-bottom: 10px;
}

.reset-pass-form .buttons-set {
  padding: 0;
}

.sub-nav {
  margin: -25px 0 25px;
}
.sub-nav .custom-select-1 {
  display: none;
}

.shop-subnav {
  margin: -30px auto 50px;
}
.shop-subnav .custom-select-1 {
  display: none;
}

.block-5 {
  overflow: hidden;
  max-width: 620px;
  margin: 0 auto;
}

.title-7 {
  font-family: "Rockwell", "Courier New", sans-serif;
  font-size: 3.846em;
  line-height: 50px;
  color: #ba2f4b;
  text-transform: none;
  text-align: center;
}

.fundraising-success-block {
  margin-bottom: 45px;
}
.fundraising-success-block .title-7 {
  margin-bottom: 25px;
  padding-top: 5px;
}

.wrap-view {
  overflow: hidden;
  width: 375px;
  height: 375px;
  margin: 65px auto;
}

.story-index-index .dot-block {
  margin-top: 125px;
}

.block-6 {
  overflow: hidden;
  max-width: 620px;
  margin: 0 auto;
}

.fundraising-form-block .desc p {
  margin-top: 20px;
  padding: 0 30px;
  line-height: 30px;
}
.fundraising-form-block .desc p:first-child {
  margin-top: 0;
}
.fundraising-form-block .desc .text-1 {
  background-color: #f4f4f4;
  padding: 30px;
}
.fundraising-form-block .custom-select-1.width-1 {
  max-width: 170px;
}
.fundraising-form-block .custom-select-1.width-1 > span {
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fundraising-form-block .custom-select-1.width-2 {
  max-width: 280px;
}
.fundraising-form-block .custom-select-1.width-2 > span {
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-2 {
  max-width: 620px;
}
.form-2 .form-group {
  display: table;
  width: 100%;
  min-height: 40px;
  margin-top: 30px;
}
.form-2 .form-group > label {
  float: none;
  display: table-cell;
  vertical-align: middle;
  width: 38%;
  padding-right: 20px;
}
.form-2 .form-group > label.lbl-1 {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.form-2 .form-group > label.lbl-1 a {
  color: #ba2f4b;
}
.form-2 .form-group > label.amount-dozen {
  width: 50%;
}
.form-2 .form-group #amount-free-dozen {
  background: none;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
.form-2 .form-group .form-control {
  display: table-cell;
}
.form-2 .form-group .form-control img {
  margin-top: 10px;
}
.form-2 .form-group .form-control > .inner {
  margin-right: 40px;
}
.form-2 .form-group .error, .form-2 .form-group .validation-failed {
  color: #ba2f4b;
}
.form-2 input {
  width: 100%;
  box-sizing: border-box;
}
.form-2 input[type="radio"], .form-2 input[type="checkbox"] {
  width: auto;
}
.form-2 input[type="radio"] + label {
  display: inline-table;
  min-width: 30%;
  width: auto;
  color: #313131;
  font-family: "DroidSans";
  font-size: 1.231em;
}
.form-2 input.centered {
  text-align: center;
}
.form-2 textarea {
  width: 100%;
  padding: 10px;
  background-color: #f4f4f4;
  min-height: 175px;
  border: 0px solid #dfdfdf;
  box-shadow: inset 1px 1px 1px 1px #dfdfdf;
  -moz-box-shadow: inset 1px 1px 1px 1px #dfdfdf;
  -webkit-box-shadow: inset 1px 1px 1px 1px #dfdfdf;
  -o-box-shadow: inset 1px 1px 1px 1px #dfdfdf;
}
.form-2 .text-3 {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
}
.form-2 .text-4 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
}
.form-2 .section-heading-wrapper h3 {
  text-transform: none;
}

.data-picker {
  overflow: hidden;
  float: right;
}

.fundraising-form #amount-dozen::-webkit-inner-spin-button,
.fundraising-form #amount-dozen::-webkit-outer-spin-button,
.fundraising-form #amount-mixed-dozen::-webkit-inner-spin-button,
.fundraising-form #amount-mixed-dozen::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fundraising-form .order-total {
  border-top: 1px solid #008265;
  border-bottom: 1px solid #008265;
  padding: 10px 0;
  font-size: 1.2em;
}
.fundraising-form .order-total span,
.fundraising-form .order-total label {
  display: table-cell;
  vertical-align: middle;
}
.fundraising-form .order-total .fund-order-amount {
  font: 1.5em "Rockwell", "Courier New", sans-serif;
  color: #ba2f4b;
}
.fundraising-form .order-total .valid-order {
  color: #008265;
}
.fundraising-form .order-total .copy-right {
  text-align: right;
}
.fundraising-form .form-group:first-child {
  margin-top: 20px;
}
.fundraising-form .form-group .error, .fundraising-form .form-group .validation-failed {
  display: block;
}
.fundraising-form .section-heading-wrapper {
  margin: 40px auto 30px;
}
.fundraising-form .section-heading-wrapper h3::before {
  height: 1px;
}

.account-create-bock .desc p {
  margin-top: 10px;
}

#form-validate {
  margin-top: 25px;
}
#form-validate .block-2 {
  min-height: inherit;
}
#form-validate fieldset, #form-validate .fields {
  margin: 0;
}
#form-validate .field {
  margin-bottom: 30px;
}
#form-validate li {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
#form-validate li .field {
  display: table;
  width: 100%;
}
#form-validate li label {
  display: table-cell;
  vertical-align: middle;
  width: 36%;
  padding-right: 35px;
  box-sizing: border-box;
  line-height: 1;
}
#form-validate li label[for=current_password] {
  padding-right: 30px;
}
#form-validate li .single-line {
  display: inline-block;
  width: 100%;
}
#form-validate li .input-box {
  box-sizing: border-box;
  padding: 0;
}
#form-validate li input:focus {
  border: 1px solid #008265;
}
#form-validate .newsletter-register {
  position: relative;
  border: 1px solid #008265;
  border-width: 1px 0;
  text-align: center;
  padding: 10px 45px;
  box-sizing: border-box;
}
#form-validate .newsletter-register label {
  width: 100%;
  background-color: transparent;
  font-family: "FilmotypeLucky";
  color: #ba2f4b;
  font-size: 2.308em;
  white-space: normal;
}
#form-validate input:focus {
  border-color: #008265;
}
#form-validate input[type="password"] {
  display: block;
  padding: 2%;
  font: 1.231em "Rockwell", "Courier New", sans-serif;
  color: #313131;
  background: #f4f4f4;
  border: 1px solid transparent;
  box-shadow: inset 1px 1px 1px 1px #dfdfdf;
  -moz-box-shadow: inset 1px 1px 1px 1px #dfdfdf;
  -webkit-box-shadow: inset 1px 1px 1px 1px #dfdfdf;
  -o-box-shadow: inset 1px 1px 1px 1px #dfdfdf;
}
#form-validate input[type="password"].validation-failed {
  border: 1px solid #ba2f4b;
}
#form-validate .pass-reset {
  background: white !important;
}
#form-validate input[name="you_register_as_company"] + label {
  margin-right: 0;
}
#form-validate .buttons-set {
  max-width: 100%;
  width: 100%;
  margin: 0;
  text-align: center;
}
#form-validate .customer-dob input {
  padding: 10px;
  margin-bottom: 10px;
}
#form-validate .form-list .term-condition-register {
  position: relative;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
#form-validate .form-list .term-condition-register label {
  display: block;
  width: 100%;
  background-color: transparent;
  color: #008265;
  white-space: normal;
}
#form-validate .form-list .term-condition-register label > a {
  color: #ba2f4b;
}
#form-validate .form-list .term-condition-register label > a:hover {
  opacity: .8;
}
#form-validate .form-list .term-condition-register .validation-advice {
  width: 100%;
  background-color: transparent;
  color: #ba2f4b;
}

.addition-register .amcustomerattr {
  margin: 0;
}
.addition-register .amcustomerattr .field-row {
  position: relative;
  display: block;
  overflow: hidden;
}
.addition-register .amcustomerattr .field-row > label {
  width: 30%;
  padding-right: 55px;
  box-sizing: border-box;
  line-height: inherit;
}
.addition-register .amcustomerattr .field-row > label span.required:after {
  content: "";
}
.addition-register .amcustomerattr .field-row .input-text {
  width: 70%;
  box-sizing: border-box;
}
.addition-register .amcustomerattr .field-row .amorderattr_img_radio {
  float: left;
  width: 35%;
  box-sizing: border-box;
  line-height: 50px;
}

#form-newsletter-validate {
  width: 100%;
  max-width: 100%;
}
#form-newsletter-validate .control {
  margin: 0;
}
#form-newsletter-validate .buttons-set {
  padding: 0;
}

#checkout-review-table thead tr.first th {
  border-bottom: 0;
}
#checkout-review-table thead tr.first th[rowspan="2"] {
  border-bottom: 1px solid #fdb924;
}
#checkout-review-table thead tr.last th {
  border-top: 0;
}

.aritcle-editor h3 {
  margin-top: 30px;
}
.aritcle-editor p {
  font: 1.231em/1.5em "DroidSans", Arial, Helvetica, sans-serif;
  color: #313131;
}

#accordion3 {
  padding: 0 10px;
  box-sizing: border-box;
}

.highlight-2 > img {
  display: block;
  max-width: 100%;
}
.highlight-2 p {
  max-width: 595px;
  margin: 50px auto 0;
  text-align: center;
  line-height: 2em;
}
.highlight-2 .text-2, .highlight-2 .editor-article p, .editor-article .highlight-2 p {
  margin-top: 40px;
  line-height: 1.5em;
}
.highlight-2 > .dotted-top {
  min-height: 40px;
  margin-top: 0;
}

.img-group {
  margin-top: 30px;
}
.img-group img {
  display: inline-block;
  margin-right: 30px;
}

.set, .set .title, .set .cont-accordion {
  float: left;
}

.set .title {
  cursor: pointer;
}

.set .cont-accordion {
  display: none;
}

/*background*/
.triangle, .block-accordion-vertical .title::before, .block-accordion-vertical .cont-accordion .btn-close {
  z-index: 1;
  position: absolute;
  right: 33px;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
}

.block-accordion-vertical {
  overflow: hidden;
  width: 100%;
  margin-top: 35px;
}
.block-accordion-vertical.margin-1 {
  margin-top: 30px;
}
.block-accordion-vertical .set {
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
}
.block-accordion-vertical .title {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 50px 10px 15px;
  text-transform: uppercase;
  color: white;
  font-family: "BebasNeue";
  font-size: 2.308em;
  line-height: 1;
  box-sizing: border-box;
}
.block-accordion-vertical .title::before {
  top: 50%;
  margin-top: -3px;
  border-top: 6px solid white;
}
.block-accordion-vertical .title.string::before {
  margin-top: -9px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid white;
}
.block-accordion-vertical .cont-accordion {
  position: relative;
  width: 100%;
  padding: 20px 120px 40px 90px;
  background-color: #f4f4f4;
  box-sizing: border-box;
}
.block-accordion-vertical .cont-accordion .title-8, .block-accordion-vertical .cont-accordion .cms-privacy-policy .main-content-container h2, .cms-privacy-policy .main-content-container .block-accordion-vertical .cont-accordion h2, .block-accordion-vertical .cont-accordion .aritcle-editor h3, .aritcle-editor .block-accordion-vertical .cont-accordion h3, .block-accordion-vertical .cont-accordion .jobs-editor h3, .jobs-editor .block-accordion-vertical .cont-accordion h3 {
  margin-top: 35px;
  font-size: 1.538em;
}
.block-accordion-vertical .cont-accordion .btn-close {
  bottom: 20px;
  border-bottom: 6px solid #008265;
  cursor: pointer;
}

.block-accordion-vertical .off {
  background: #008265 url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/li-off.png") right 5px no-repeat;
}
.block-accordion-vertical .on {
  background: #008265 url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/li-on.png") right 5px no-repeat;
}

span.faq-text {
  text-transform: lowercase;
}

#top-bar .content {
  position: relative;
  z-index: 10001;
}

#header-cart {
  padding: 15px;
  overflow-y: hidden;
}
#header-cart.skip-active {
  position: absolute;
  top: 41px;
  right: 0;
  z-index: 10001;
  background-color: #f4f4f4;
  border: 0;
}
#header-cart .block-subtitle {
  margin-right: 20px;
  color: #008265;
  font-size: 1.308em;
  font-family: "Rockwell", "Courier New", sans-serif;
}
#header-cart .block-subtitle .close {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 10001;
  font-size: 1.5em;
  font-weight: bold;
  color: #fdb924;
  text-decoration: none;
  line-height: 1;
}
#header-cart .block-content {
  margin-top: 10px;
}
#header-cart .block-content .subtotal {
  font-weight: normal;
}
#header-cart .block-content .subtotal .label {
  text-transform: uppercase;
  color: #008265;
  font-size: 1.308em;
  font-family: "Rockwell", "Courier New", sans-serif;
}
#header-cart .block-content .subtotal .price {
  float: right;
  text-align: right;
  color: #008265;
  font-size: 1.308em;
}
#header-cart .minicart-actions {
  margin-top: 30px;
  overflow: hidden;
}
#header-cart .minicart-actions .cta {
  float: right;
  text-transform: uppercase;
  font: 1.538em "BebasNeue", Arial, sans-serif;
  line-height: 1;
}
#header-cart .minicart-actions .cart-link {
  color: #3399cc;
  text-decoration: underline;
  font-size: 1.154em;
}
#header-cart .minicart-actions .cart-link:hover {
  text-decoration: none;
}
#header-cart .portrait-1 {
  max-height: 150px;
  overflow: hidden;
}

#cart-sidebar {
  border-top: 1px solid #008265;
}
#cart-sidebar .item {
  padding: 10px 0;
  border-bottom: 1px solid #008265;
}
#cart-sidebar .item .product-image {
  margin-right: 10px;
}
#cart-sidebar .item .product-details {
  color: #ba2f4b;
}
#cart-sidebar .item .product-details .product-name {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #ba2f4b;
  text-transform: none;
  font-family: "Rockwell", "Courier New", sans-serif;
  font-size: 1.308em;
}
#cart-sidebar .item .product-details .info-wrapper {
  font-size: 1.154em;
}
#cart-sidebar .item .product-details .info-wrapper strong {
  font-weight: bold;
}

#messages_minicart {
  display: none;
  position: absolute;
  top: 41px;
  right: 0;
  z-index: 10001;
}

.highlight-3 {
  overflow: hidden;
}
.highlight-3 .img-block {
  overflow: hidden;
  float: left;
  width: 43%;
  box-sizing: border-box;
}
.highlight-3 .img-block img {
  max-width: 375px;
}
.highlight-3 .content-block {
  width: 57%;
  max-width: 580px;
  margin-top: 40px;
  padding: 0 20px 0 60px;
  box-sizing: border-box;
}
.highlight-3 .content-block .title-5 {
  letter-spacing: -1px;
  font-size: 3.846em;
}
.highlight-3 .content-block .desc {
  margin-top: 10px;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav,
.flexslider1-direction-nav,
.story-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides {
  /* Hide the slides before the JS is loaded. Avoids image jumping */
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider,
.carousel1,
.flexslider1,
.story-slider,
.news-carousel {
  position: relative;
  zoom: 1;
}

.flexslider {
  margin-bottom: 120px;
}

.carousel1 {
  padding: 0 125px;
  margin-bottom: 85px;
  box-sizing: border-box;
}

.flex-viewport {
  max-height: 2000px;
  margin: 0 auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.news-direction-nav,
.story-direction-nav,
.flex-direction-nav,
.carousel-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 85px;
  height: 85px;
  margin-top: -50px;
  cursor: pointer;
  text-indent: -20000px;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/arrow-slider-left-gold.png) no-repeat 50%;
  transition: background .2s;
}
.flex-direction-nav a:after {
  z-index: -1;
  content: "";
  display: block;
  border-right: 0px solid #b5851c;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  height: 44px;
  width: 0;
}

.news-next,
.story-next,
.carousel-next,
.flexslider1-next, .news-prev,
.story-prev,
.carousel-prev,
.flexslider1-prev {
  display: block;
  position: absolute;
  top: 52%;
  margin-top: -40px;
  width: 50px;
  height: 50px;
  text-indent: -20000px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.news-direction-nav a:hover,
.story-direction-nav a:hover,
.carousel-direction-nav a:hover {
  opacity: .8;
}

.news-next,
.story-next,
.carousel-next,
.flexslider1-next {
  right: 0;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/arrow-green-right.png");
}

.news-prev,
.story-prev,
.carousel-prev,
.flexslider1-prev {
  left: 0;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/arrow-green-left.png");
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover,
.news-carousel:hover .news-next:hover, .news-carousel:hover .news-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav, .news-control-nav, .carousel-control-nav, .flexslider1-control-nav {
  width: 100%;
  position: absolute;
  text-align: center;
}
.flex-control-nav li, .news-control-nav li, .carousel-control-nav li, .flexslider1-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-nav {
  bottom: -85px;
}

.news-control-nav {
  bottom: -10px;
}

.carousel-control-nav {
  left: 0;
  bottom: -75px;
}

.flexslider1-control-nav {
  bottom: -40px;
}

.flex-control-paging li a,
.carousel-control-paging li a,
.story-control-paging li a,
.news-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #7fc0b2;
  background: rgba(127, 192, 178, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover,
.carousel-control-paging li a:hover,
.story-control-paging li a:hover,
.news-control-paging li a:hover {
  background: #7fc0b2;
  background: rgba(127, 192, 178, 0.7);
}

.flex-control-paging li .flex-active, .carousel-control-paging li .carousel-active, .news-control-paging li .news-active {
  background: #008265;
  background: rgba(0, 130, 101, 0.9);
  cursor: default;
}

.flex-control-thumbs, .flexslider1-control-thumbs {
  position: static;
  margin: 5px 0 0;
}

.flex-control-thumbs {
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.flexslider1-control-thumbs li:hover:before, .flexslider1-control-thumbs li:active:before, .flexslider1-control-thumbs li.flexslider1-active:before {
  z-index: 1;
  position: absolute;
  top: -40px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-left: -20px;
  border: 20px solid transparent;
}

.flexslider1-control-thumbs {
  overflow: hidden;
  padding-top: 70px;
}
.flexslider1-control-thumbs li {
  position: relative;
  float: left;
  width: 20%;
  margin: 0;
  padding: 20px;
  background-color: #f4f4f4;
  border-bottom: 5px solid #f4f4f4;
  box-sizing: border-box;
}
.flexslider1-control-thumbs li img {
  margin: 0 auto 10px auto;
}
.flexslider1-control-thumbs li p {
  font-family: "Rockwell", "Courier New", sans-serif;
  font-size: 1.1em;
  color: #008265;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexslider1-control-thumbs li .wi-icon-arrow-1 {
  margin-left: 5px;
}
.flexslider1-control-thumbs li:hover, .flexslider1-control-thumbs li:active, .flexslider1-control-thumbs li.flexslider1-active {
  background-color: #e6e6e6;
  border-color: #008265;
}
.flexslider1-control-thumbs li:hover p, .flexslider1-control-thumbs li:active p, .flexslider1-control-thumbs li.flexslider1-active p {
  color: #ba2f4b;
}
.flexslider1-control-thumbs li:hover:before, .flexslider1-control-thumbs li:active:before, .flexslider1-control-thumbs li.flexslider1-active:before {
  border-bottom: 20px solid #e6e6e6;
}
.flexslider1-control-thumbs li:hover .wi-icon, .flexslider1-control-thumbs li:hover .wi-icon-cart, .flexslider1-control-thumbs li:hover .wi-icon-info, .flexslider1-control-thumbs li:hover .wi-icon-newsletter, .flexslider1-control-thumbs li:hover .wi-icon-address, .flexslider1-control-thumbs li:hover .wi-icon-arrow, .flexslider1-control-thumbs li:hover .wi-icon-arrow-gold, .flexslider1-control-thumbs li:hover .wi-icon-back-arrow, .flexslider1-control-thumbs li:hover .wi-icon-back-arrow-2, .flexslider1-control-thumbs li:hover .wi-icon-arrow-1, .flexslider1-control-thumbs li:hover .wi-icon-arrow-2, .flexslider1-control-thumbs li:hover .wi-icon-page, .flexslider1-control-thumbs li:hover .wi-icon-data-picker, .flexslider1-control-thumbs li:hover .wi-icon-location, .flexslider1-control-thumbs li:hover .wi-icon-home, .flexslider1-control-thumbs li:hover .wi-icon-money, .flexslider1-control-thumbs li:hover .wi-icon-clock, .flexslider1-control-thumbs li:hover .wi-icon-phone, .flexslider1-control-thumbs li:active .wi-icon, .flexslider1-control-thumbs li:active .wi-icon-cart, .flexslider1-control-thumbs li:active .wi-icon-info, .flexslider1-control-thumbs li:active .wi-icon-newsletter, .flexslider1-control-thumbs li:active .wi-icon-address, .flexslider1-control-thumbs li:active .wi-icon-arrow, .flexslider1-control-thumbs li:active .wi-icon-arrow-gold, .flexslider1-control-thumbs li:active .wi-icon-back-arrow, .flexslider1-control-thumbs li:active .wi-icon-back-arrow-2, .flexslider1-control-thumbs li:active .wi-icon-arrow-1, .flexslider1-control-thumbs li:active .wi-icon-arrow-2, .flexslider1-control-thumbs li:active .wi-icon-page, .flexslider1-control-thumbs li:active .wi-icon-data-picker, .flexslider1-control-thumbs li:active .wi-icon-location, .flexslider1-control-thumbs li:active .wi-icon-home, .flexslider1-control-thumbs li:active .wi-icon-money, .flexslider1-control-thumbs li:active .wi-icon-clock, .flexslider1-control-thumbs li:active .wi-icon-phone, .flexslider1-control-thumbs li.flexslider1-active .wi-icon, .flexslider1-control-thumbs li.flexslider1-active .wi-icon-cart, .flexslider1-control-thumbs li.flexslider1-active .wi-icon-info, .flexslider1-control-thumbs li.flexslider1-active .wi-icon-newsletter, .flexslider1-control-thumbs li.flexslider1-active .wi-icon-address, .flexslider1-control-thumbs li.flexslider1-active .wi-icon-arrow, .flexslider1-control-thumbs li.flexslider1-active .wi-icon-arrow-gold, .flexslider1-control-thumbs li.flexslider1-active .wi-icon-back-arrow, .flexslider1-control-thumbs li.flexslider1-active .wi-icon-back-arrow-2, .flexslider1-control-thumbs li.flexslider1-active .wi-icon-arrow-1, .flexslider1-control-thumbs li.flexslider1-active .wi-icon-arrow-2, .flexslider1-control-thumbs li.flexslider1-active .wi-icon-page, .flexslider1-control-thumbs li.flexslider1-active .wi-icon-data-picker, .flexslider1-control-thumbs li.flexslider1-active .wi-icon-location, .flexslider1-control-thumbs li.flexslider1-active .wi-icon-home, .flexslider1-control-thumbs li.flexslider1-active .wi-icon-money, .flexslider1-control-thumbs li.flexslider1-active .wi-icon-clock, .flexslider1-control-thumbs li.flexslider1-active .wi-icon-phone {
  background-position: 100% 100%;
}

#product-types .types-list .bagels a {
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/product-page/nav-bagels.png");
  background-repeat: no-repeat;
}

#product-types .types-list .sundaes a {
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/product-page/nav-sundaes.png");
  background-repeat: no-repeat;
}

#product-types .types-list .drinks a {
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/product-page/nav-drinks.png");
  background-repeat: no-repeat;
}

#product-info .product-description.width-1 {
  max-width: 640px;
  margin: 0 auto;
}
#product-info .hidden {
  display: none;
}

/*My custom flexslider*/
.news-carousel .slides > li {
  position: relative;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.news-carousel .slides > li p {
  line-height: 1.5em;
}
.news-carousel .slides > li .title-8, .news-carousel .slides > li .cms-privacy-policy .main-content-container h2, .cms-privacy-policy .main-content-container .news-carousel .slides > li h2, .news-carousel .slides > li .aritcle-editor h3, .aritcle-editor .news-carousel .slides > li h3, .news-carousel .slides > li .jobs-editor h3, .jobs-editor .news-carousel .slides > li h3 {
  line-height: 1.5em;
}
.news-carousel .slides > li img {
  margin: 0 auto 30px;
  max-width: 280px;
  max-height: 280px;
}
.news-carousel .slides > li .caption {
  overflow: hidden;
  max-width: 280px;
  padding: 30px 0 0 0;
  margin: 0 auto;
  border-top: 1px solid #fdb924;
  text-overflow: ellipsis;
  text-align: left;
}
.news-carousel .slides > li .caption .cta {
  position: absolute;
  bottom: 0;
  background: #008265 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/wi-icon-arrow.png) no-repeat 100% 50%;
  font-size: 2.308em;
}
.news-carousel .slides > li .caption .cta:hover {
  background-color: #00624c;
}

#news .inner {
  margin-left: -10px;
  margin-right: -10px;
  box-sizing: border-box;
}
#news .items {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
#news .items .item {
  position: relative;
  min-height: 180px;
  background-color: #008265;
  box-sizing: border-box;
  transition: opacity .1s;
}
#news .items .item.dark-green {
  background-color: #00624c;
}
#news .items .item a {
  padding: 30px 30px 20px 40px;
  display: block;
  left: 30px;
  bottom: 20px;
  color: white;
  font-weight: bold;
}
#news .items .item img {
  float: right;
  max-width: 117px;
  max-height: 117px;
}
#news .items .item h4 {
  font-size: 20px;
  color: white;
}
#news .items .item p {
  font-size: 1em;
}
#news .items .item .item-content {
  overflow: hidden;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  margin-right: 135px;
  color: white;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#news .items .item .item-content .title-3 {
  overflow: hidden;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 50px;
  /* Fallback for non-webkit */
  color: white;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-family: "Rockwell", "Courier New", sans-serif;
  font-weight: normal;
}
#news .items .item .item-content p {
  overflow: hidden;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 60px;
  /* Fallback for non-webkit */
  color: white;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#news .item:hover {
  opacity: 0.9;
}

#product-types .types-list .drinks a {
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/product-page/nav-drinks.png");
  background-repeat: no-repeat;
}

#product-info .product-description.width-1 {
  max-width: 640px;
  margin: 0 auto;
}
#product-info .hidden {
  display: none;
}

#product-types .types-list .coffee a {
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/product-page/nav-coffee.png");
  background-repeat: no-repeat;
}

.coffee-carousel {
  margin-top: 70px;
}

.flexslider1 .slides li {
  overflow: hidden;
}
.flexslider1 .slides li > img {
  float: right;
}
.flexslider1 .slides li > .caption {
  margin: 55px 375px 0 0;
}
.flexslider1 .slides li > .caption p {
  margin-top: 20px;
  font-size: 1.154em;
}
.flexslider1 .slides li > .caption .inner {
  max-width: 390px;
}

#product-types .custom-select-1 {
  display: none;
}

#product-types .types-list li.choco-mania a, #product-types .types-list li.special-two a {
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/product-page/nav-star.png");
  background-repeat: no-repeat;
}

.carousel1 p {
  text-align: center;
}
.carousel1 .title-11 {
  margin-top: 10px;
}
.carousel1 .carousel-viewport {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

.list-1, .jobs-editor ul {
  list-style: initial;
  padding-left: 25px;
}
.list-1 li, .jobs-editor ul li {
  margin-top: 25px;
}

.work-block .content-block {
  padding-right: 10px;
}
.work-block .content-block .title-5 {
  font-size: 3.462em;
}
.work-block .cta {
  padding-right: 65px;
  background: #fdb924 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/wi-icon-arrow.png) no-repeat 100% 50%;
}
.work-block .cta:hover {
  background-color: #b5851c;
}

.customwidget-index-jobs .block-accordion-vertical .cont-accordion {
  padding-right: 50px;
}

/* #co-shipping-method-form #checkout-shipping-method-load {
  .ui-datepicker-trigger {
    float: right;
    & +.input-box {
      margin-right: 40px;
      box-sizing: border-box;
      > input {
        padding: 0 0 0 15px;
        box-sizing: border-box;
      }
    }
  }
  } */
.fb-like.fb_iframe_widget {
  display: block;
  overflow: hidden;
}
.fb-like.fb_iframe_widget > span {
  overflow: hidden;
}

.custom-addnew#form-validate li label {
  padding-right: 10px;
}

#checkout-step-shipping .block-2 > .form-list > .wide > label {
  float: none;
  width: 100%;
  line-height: 30px;
}

.block-2.new-register-block > .form-list {
  position: relative;
  margin-top: 30px;
  margin-bottom: 37px;
}

.block-7 {
  position: relative;
  background-color: #008265;
  max-height: 125px;
  margin-top: 60px;
  padding: 35px 310px 35px 70px;
  box-sizing: border-box;
}
.block-7 p {
  display: inline;
  color: white;
  font-size: 3.077em;
  font-family: "FilmotypeLucky";
}
.block-7 > .cta {
  margin-left: 40px;
  background: #fdb924 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/wi-icon-arrow.png) no-repeat 100% 50%;
  font-size: 2.077em;
  box-sizing: border-box;
}
.block-7 > .cta:hover {
  background-color: #b5851c;
}
.block-7 > img {
  position: absolute;
  top: -35px;
  right: 50px;
  max-width: 100%;
}

.order-dough-block {
  min-height: 125px;
  margin-top: 60px;
  background: #008265 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/bg-green-dot.png);
}
.order-dough-block .order-item {
  float: left;
  width: 70%;
  padding: 35px 35px 35px 60px;
  box-sizing: border-box;
}
.order-dough-block .order-item p {
  display: inline;
  color: white;
  font-size: 3.077em;
  font-family: "FilmotypeLucky";
}
.order-dough-block .order-item > .cta {
  float: right;
  padding-right: 65px;
  background: #fdb924 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/wi-icon-arrow.png) no-repeat 100% 50%;
  font-size: 2.077em;
  box-sizing: border-box;
}
.order-dough-block .order-item > .cta:hover {
  background-color: #b5851c;
}
.order-dough-block .img-item {
  float: left;
  width: 30%;
  padding-right: 35px;
  margin-top: -35px;
  box-sizing: border-box;
}
.order-dough-block .img-item img {
  float: right;
}

.list-4 {
  overflow: hidden;
  margin: 0px auto;
}
.list-4 li {
  display: inline-block;
  padding: 5px 10px;
  border-right: 1px solid #bfe0d8;
  text-align: center;
}
.list-4 li:last-child {
  border: 0;
}
.list-4 li a {
  display: block;
  color: #008265;
  font-size: 1.538em;
  font-family: "Rockwell", "Courier New", sans-serif;
  line-height: 1;
  text-decoration: none;
}
.list-4 li a:hover, .list-4 li a:active, .list-4 li a.active {
  color: #fdb924;
}

.fundraising-list {
  max-width: 642px;
}

.block-9 {
  overflow: hidden;
  clear: both;
}
.block-9 > .title-8, .cms-privacy-policy .main-content-container .block-9 > h2, .aritcle-editor .block-9 > h3, .howitwork-steps-block .block-9 > p.title-8, .jobs-editor .block-9 > h3 {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.923em;
}

.top-story-block {
  margin-top: 50px;
}
.top-story-block > .title-8, .cms-privacy-policy .main-content-container .top-story-block > h2, .aritcle-editor .top-story-block > h3, .howitwork-steps-block .top-story-block > p.title-8, .jobs-editor .top-story-block > h3 {
  margin-top: 20px;
  text-align: center;
  font-size: 1.923em;
}
.top-story-block .highlight-3 .img-block img {
  margin: 0 auto;
}
.top-story-block .highlight-3 .content-block {
  border: 0;
  margin-top: 0;
  padding: 0 20px;
}
.top-story-block .highlight-3 .content-block .title-8, .top-story-block .highlight-3 .content-block .cms-privacy-policy .main-content-container h2, .cms-privacy-policy .main-content-container .top-story-block .highlight-3 .content-block h2, .top-story-block .highlight-3 .content-block .aritcle-editor h3, .aritcle-editor .top-story-block .highlight-3 .content-block h3, .top-story-block .highlight-3 .content-block .jobs-editor h3, .jobs-editor .top-story-block .highlight-3 .content-block h3 {
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
  font-size: 1.385em;
}

.our-products-block .section-heading-wrapper {
  margin-bottom: 20px;
}
.our-products-block .our-products-list .col .desc, .our-products-block .our-products-list .howitwork-steps-block .items-group .item .desc, .howitwork-steps-block .items-group .our-products-block .our-products-list .item .desc {
  margin-top: 50px;
  padding-left: 60px;
}
.our-products-block .our-products-list .col .desc h2, .our-products-block .our-products-list .howitwork-steps-block .items-group .item .desc h2, .howitwork-steps-block .items-group .our-products-block .our-products-list .item .desc h2 {
  font-size: 1.538em;
  color: #008265;
  font-family: "Rockwell", "Courier New", sans-serif;
}
.our-products-block .our-products-list .col .desc h2 sup, .our-products-block .our-products-list .howitwork-steps-block .items-group .item .desc h2 sup, .howitwork-steps-block .items-group .our-products-block .our-products-list .item .desc h2 sup {
  font-size: 0.6em;
}
.our-products-block .our-products-list .col:first-child, .our-products-block .our-products-list .howitwork-steps-block .items-group .item:first-child, .howitwork-steps-block .items-group .our-products-block .our-products-list .item:first-child {
  border-right: 1px solid #7fc0b2;
}
.our-products-block .our-products-list .col:first-child .desc, .our-products-block .our-products-list .howitwork-steps-block .items-group .item:first-child .desc, .howitwork-steps-block .items-group .our-products-block .our-products-list .item:first-child .desc {
  padding-left: 0;
  padding-right: 60px;
}
.our-products-block .our-products-list .col > img, .our-products-block .our-products-list .howitwork-steps-block .items-group .item > img, .howitwork-steps-block .items-group .our-products-block .our-products-list .item > img {
  margin: 0 auto;
}

.quality-block > .title-8, .cms-privacy-policy .main-content-container .quality-block > h2, .aritcle-editor .quality-block > h3, .howitwork-steps-block .quality-block > p.title-8, .jobs-editor .quality-block > h3 {
  max-width: 1000px;
}
.quality-block .row {
  margin-top: 40px;
}
.quality-block .row .col .title-8, .quality-block .row .howitwork-steps-block .items-group .item .title-8, .howitwork-steps-block .items-group .quality-block .row .item .title-8, .quality-block .row .col .cms-privacy-policy .main-content-container h2, .cms-privacy-policy .main-content-container .quality-block .row .col h2, .quality-block .row .howitwork-steps-block .items-group .item .cms-privacy-policy .main-content-container h2, .cms-privacy-policy .main-content-container .quality-block .row .howitwork-steps-block .items-group .item h2, .howitwork-steps-block .items-group .quality-block .row .item .cms-privacy-policy .main-content-container h2, .cms-privacy-policy .main-content-container .howitwork-steps-block .items-group .quality-block .row .item h2, .quality-block .row .col .aritcle-editor h3, .aritcle-editor .quality-block .row .col h3, .quality-block .row .howitwork-steps-block .items-group .item .aritcle-editor h3, .aritcle-editor .quality-block .row .howitwork-steps-block .items-group .item h3, .howitwork-steps-block .items-group .quality-block .row .item .aritcle-editor h3, .aritcle-editor .howitwork-steps-block .items-group .quality-block .row .item h3, .quality-block .row .col .jobs-editor h3, .jobs-editor .quality-block .row .col h3, .quality-block .row .howitwork-steps-block .items-group .item .jobs-editor h3, .jobs-editor .quality-block .row .howitwork-steps-block .items-group .item h3, .howitwork-steps-block .items-group .quality-block .row .item .jobs-editor h3, .jobs-editor .howitwork-steps-block .items-group .quality-block .row .item h3 {
  font-size: 1.923em;
  margin-bottom: 20px;
}

.our-products-block .section-heading-wrapper h3, .quality-block .section-heading-wrapper h3, .bonus-block .section-heading-wrapper h3 {
  min-width: 220px;
}

.tbl-2 {
  width: 100%;
  text-align: center;
}
.tbl-2 td {
  padding: 5px;
  font-size: 1.923em;
  line-height: 1.5em;
  font-family: "Rockwell", "Courier New", sans-serif;
}
.tbl-2 thead td {
  width: 50%;
  background-color: #008265;
  color: white;
  border: 1px solid #008265;
}
.tbl-2 thead td:last-child {
  background-color: #fdb924;
  border: 1px solid #fdb924;
}
.tbl-2 tbody td {
  border: 1px solid #008265;
  color: #008265;
}
.tbl-2 tbody td:last-child {
  color: #fdb924;
}

.bonus-block {
  margin-bottom: 80px;
}
.bonus-block .section-heading-wrapper {
  margin-bottom: 30px;
}
.bonus-block .copy-image-section .image-left-wrapper {
  width: 40%;
  max-width: 350px;
  margin: 0 80px 0 0;
}
.bonus-block .copy-image-section .copy-right-wrapper {
  margin-top: 30px;
}
.bonus-block .copy-image-section .copy-right-wrapper > h2 {
  font-size: 1.923em;
}
.bonus-block .copy-image-section .copy-right-wrapper > h2 span {
  display: block;
  color: #313131;
  font-size: 0.640em;
  line-height: 2em;
  font-family: "DroidSans", Arial, Helvetica, sans-serif;
}
.bonus-block .copy-image-section .copy-right-wrapper i {
  display: block;
  margin-top: 30px;
  font-size: 1.231em;
  font-style: italic;
}
.bonus-block .title-8, .bonus-block .cms-privacy-policy .main-content-container h2, .cms-privacy-policy .main-content-container .bonus-block h2, .bonus-block .aritcle-editor h3, .aritcle-editor .bonus-block h3, .bonus-block .howitwork-steps-block p.title-8, .howitwork-steps-block .bonus-block p.title-8, .bonus-block .jobs-editor h3, .jobs-editor .bonus-block h3 {
  max-width: 100%;
  margin-top: 60px;
  text-align: left;
}
.bonus-block .tbl-2 {
  margin-top: 20px;
}
.bonus-block .block-7 {
  margin-top: 70px;
}

.term-block {
  clear: both;
}
.term-block strong {
  display: block;
}
.term-block p {
  margin-top: 10px;
  font-size: 1em;
}

.howitwork-steps-block .title-5 {
  font-size: 2.692em;
}
.howitwork-steps-block p {
  margin-top: 20px;
}
.howitwork-steps-block p.title-8 {
  font-size: 1.923em;
  line-height: normal;
}
.howitwork-steps-block h2 {
  color: #ba2f4b;
  font-size: 2.692em;
  font-family: "Rockwell", "Courier New", sans-serif;
  line-height: 1.2em;
}
.howitwork-steps-block .style-2 {
  margin-top: 5px;
}
.howitwork-steps-block .step-block {
  margin-top: 40px;
}
.howitwork-steps-block .items-group {
  display: table;
  margin-left: -20px;
  margin-right: -20px;
}
.howitwork-steps-block .items-group img {
  max-width: 100%;
}
.howitwork-steps-block .items-group .item {
  display: table-cell;
  float: none;
  vertical-align: middle;
  width: 50%;
  height: 100%;
}
.howitwork-steps-block .items-group .item .step-block {
  margin-top: 20px;
}
.howitwork-steps-block .items-group .item .step-block p {
  margin-top: 25px;
}
.howitwork-steps-block .img-2 {
  float: left;
}
.howitwork-steps-block > .inner {
  position: relative;
}
.howitwork-steps-block > .inner .step-block {
  width: 50%;
}
.howitwork-steps-block > .inner .img-3 {
  position: absolute;
  top: 165px;
  right: 35px;
}

.tbl-3 {
  width: 100%;
}
.tbl-3 td {
  width: 25%;
  padding: 5px;
  border: 1px solid #bfe0d8;
  font-size: 1.923em;
  line-height: 1.5em;
  font-family: "Rockwell", "Courier New", sans-serif;
  text-align: center;
}
.tbl-3 thead td {
  background-color: #008265;
  color: white;
}
.tbl-3 thead td:nth-child(2) {
  background-color: #00624c;
}
.tbl-3 thead td:last-child {
  background-color: #ba2f4b;
  border-color: white;
  border-top-color: #ba2f4b;
}
.tbl-3 tbody td {
  color: #008265;
}
.tbl-3 tbody td:last-child {
  background-color: #fdb924;
  color: white;
  border-color: white;
}

.enjoy-profit-block > p {
  font-size: 1.231em;
}
.enjoy-profit-block .title-7 {
  margin-top: 50px;
  padding: 40px 0;
  border-top: 1px solid #bfe0d8;
  text-align: left;
  font-size: 2.692em;
}
.enjoy-profit-block .tbl-3 {
  margin-bottom: 25px;
}

.things-know-block i {
  font-style: italic;
}
.things-know-block p {
  font-size: 1.231em;
}
.things-know-block h3 {
  font-size: 1.692em;
  color: #008265;
  font-family: "Rockwell", "Courier New", sans-serif;
  line-height: 2em;
}
.things-know-block > .row .col-3 {
  float: right;
}
.things-know-block > .inner {
  margin-top: 25px;
}
.things-know-block > .inner > p {
  font-size: 1.231em;
}
.things-know-block > .inner .list-2, .things-know-block > .inner .editor-article ul, .editor-article .things-know-block > .inner ul, .things-know-block > .inner .editor-2 ul, .editor-2 .things-know-block > .inner ul {
  margin-top: 25px;
}
.things-know-block .img-4 {
  float: right;
  max-width: 100%;
  margin-left: 100px;
}

.feature-news-block .row .col span, .feature-news-block .row .howitwork-steps-block .items-group .item span, .howitwork-steps-block .items-group .feature-news-block .row .item span, .story-slider .slides > li .caption .row .col span, .story-slider .slides > li .caption .row .howitwork-steps-block .items-group .item span, .howitwork-steps-block .items-group .story-slider .slides > li .caption .row .item span, .store-info-block .row .col span, .store-info-block .row .howitwork-steps-block .items-group .item span, .howitwork-steps-block .items-group .store-info-block .row .item span {
  display: block;
  margin: 10px 0 0 60px;
  text-transform: uppercase;
  color: #008265;
  vertical-align: middle;
  font: 1.7em/1em "BebasNeue", Arial, sans-serif;
}

.feature-news-block {
  overflow: hidden;
  margin-top: 40px;
}
.feature-news-block .highlight-3 .img-block {
  width: 41.5%;
}
.feature-news-block .highlight-3 .content-block {
  margin-top: 45px;
  padding-left: 65px;
}
.feature-news-block .highlight-3 .content-block .title-5 {
  font-size: 3.462em;
}
.feature-news-block .row {
  margin-top: 40px;
  padding: 20px 0;
  border: 1px solid #fdb924;
  border-left: 0;
  border-right: 0;
}
.feature-news-block .row .col img, .feature-news-block .row .howitwork-steps-block .items-group .item img, .howitwork-steps-block .items-group .feature-news-block .row .item img {
  float: left;
  max-width: 100%;
}
.feature-news-block .row .col:nth-child(2) span, .feature-news-block .row .howitwork-steps-block .items-group .item:nth-child(2) span, .howitwork-steps-block .items-group .feature-news-block .row .item:nth-child(2) span {
  margin-top: -5px;
  padding-right: 100px;
}

.news-carousel .news-viewport {
  max-width: 1023px;
  margin: 0 auto 20px;
  padding-bottom: 50px;
}

.story-slider .story-viewport {
  max-width: 1023px;
  margin: 0 auto;
  -webkit-perspective: 200;
  -webkit-backface-visibility: hidden;
}
.story-slider .slides > li {
  position: relative;
}
.story-slider .slides > li img {
  margin: 0 auto 30px;
  max-width: 280px;
  max-height: 280px;
}
.story-slider .slides > li .caption {
  overflow: hidden;
  max-width: 280px;
  padding: 30px 0 0;
  margin: 0 auto;
  border-top: 1px solid #fdb924;
  text-overflow: ellipsis;
  text-align: left;
}
.story-slider .slides > li .caption .title-8, .story-slider .slides > li .caption .cms-privacy-policy .main-content-container h2, .cms-privacy-policy .main-content-container .story-slider .slides > li .caption h2, .story-slider .slides > li .caption .aritcle-editor h3, .aritcle-editor .story-slider .slides > li .caption h3, .story-slider .slides > li .caption .jobs-editor h3, .jobs-editor .story-slider .slides > li .caption h3 {
  font-size: 1.538em;
}
.story-slider .slides > li .caption .row {
  margin: 0 auto;
  padding: 20px 0;
  border: 1px solid #fdb924;
  border-left: 0;
  border-right: 0;
}
.story-slider .slides > li .caption .row .col, .story-slider .slides > li .caption .row .howitwork-steps-block .items-group .item, .howitwork-steps-block .items-group .story-slider .slides > li .caption .row .item {
  overflow: hidden;
}
.story-slider .slides > li .caption .row .col img, .story-slider .slides > li .caption .row .howitwork-steps-block .items-group .item img, .howitwork-steps-block .items-group .story-slider .slides > li .caption .row .item img {
  float: left;
  max-width: 100%;
  margin-bottom: 5px;
}
.story-slider .slides > li .caption .row .col-4 {
  width: 100%;
  padding: 0;
  margin-top: 5px;
}
.story-slider .slides > li .caption .row .col-4 .wi-icon, .story-slider .slides > li .caption .row .col-4 .wi-icon-cart, .story-slider .slides > li .caption .row .col-4 .wi-icon-info, .story-slider .slides > li .caption .row .col-4 .wi-icon-newsletter, .story-slider .slides > li .caption .row .col-4 .wi-icon-address, .story-slider .slides > li .caption .row .col-4 .wi-icon-arrow, .story-slider .slides > li .caption .row .col-4 .wi-icon-arrow-gold, .story-slider .slides > li .caption .row .col-4 .wi-icon-back-arrow, .story-slider .slides > li .caption .row .col-4 .wi-icon-back-arrow-2, .story-slider .slides > li .caption .row .col-4 .wi-icon-arrow-1, .story-slider .slides > li .caption .row .col-4 .wi-icon-arrow-2, .story-slider .slides > li .caption .row .col-4 .wi-icon-page, .story-slider .slides > li .caption .row .col-4 .wi-icon-data-picker, .story-slider .slides > li .caption .row .col-4 .wi-icon-location, .story-slider .slides > li .caption .row .col-4 .wi-icon-home, .story-slider .slides > li .caption .row .col-4 .wi-icon-money, .story-slider .slides > li .caption .row .col-4 .wi-icon-clock, .story-slider .slides > li .caption .row .col-4 .wi-icon-phone {
  background-size: 55%;
}
.story-slider .slides > li .caption .row .col-4 .wi-icon-location, .story-slider .slides > li .caption .row .col-4 .wi-icon-home, .story-slider .slides > li .caption .row .col-4 .wi-icon-money {
  height: 25px;
}
.story-slider .slides > li .caption .row .col-4 span {
  margin: 2px 0 0 45px;
  font-size: 1.231em;
}
.story-slider .cta {
  position: absolute;
  left: 0;
  bottom: 0;
}

.store-info-block {
  overflow: hidden;
}
.store-info-block .row {
  margin-top: 50px;
  padding: 30px 0 35px;
  border: 1px solid #bfe0d8;
  border-left: 0;
  border-right: 0;
}
.store-info-block .row .col, .store-info-block .row .howitwork-steps-block .items-group .item, .howitwork-steps-block .items-group .store-info-block .row .item {
  width: 36%;
}
.store-info-block .row .col img, .store-info-block .row .howitwork-steps-block .items-group .item img, .howitwork-steps-block .items-group .store-info-block .row .item img {
  float: left;
  max-width: 100%;
}
.store-info-block .row .col span, .store-info-block .row .howitwork-steps-block .items-group .item span, .howitwork-steps-block .items-group .store-info-block .row .item span {
  margin-top: 8px;
  font-size: 2em;
  line-height: 1.1em;
  white-space: pre-wrap;
}
.store-info-block .row .col.last, .store-info-block .row .howitwork-steps-block .items-group .last.item, .howitwork-steps-block .items-group .store-info-block .row .last.item {
  width: auto;
}
.store-info-block .row .col.last img, .store-info-block .row .howitwork-steps-block .items-group .last.item img, .howitwork-steps-block .items-group .store-info-block .row .last.item img {
  margin-top: 5px;
}
.store-info-block .highlight-3 .content-block {
  margin-top: 70px;
}
.store-info-block .highlight-3 .title-13 {
  font-size: 20px;
}
.store-info-block .highlight-3 .title-13:hover {
  color: #ba2f4b;
}
.store-info-block .highlight-3 .wi-icon-arrow {
  margin-left: 10px;
}
.store-info-block .list-2, .store-info-block .editor-article ul, .editor-article .store-info-block ul, .store-info-block .editor-2 ul, .editor-2 .store-info-block ul {
  margin-top: 40px;
}

.store-carousel {
  position: relative;
  margin-top: 35px;
  padding: 0 70px 30px;
  border-bottom: 1px solid #bfe0d8;
}
.store-carousel .desc {
  margin-top: 15px;
  text-align: center;
  font-size: 1.231em;
  line-height: 1;
}

.store-list-block {
  margin-top: 65px;
}

.block-10 {
  padding-right: 10px;
}
.block-10 h2 {
  font-size: 3.846em;
  font-family: "Rockwell", "Courier New", sans-serif;
  color: #fdb924;
  text-transform: uppercase;
  line-height: 1;
}
.block-10 h2 span {
  color: #008265;
  font-family: "FilmotypeLucky", "Courier New", sans-serif;
  text-transform: none;
}

.block-11 h2 {
  font-size: 3.846em;
  font-family: "Rockwell", "Courier New", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  color: #008265;
}
.block-11 h2 span {
  color: #ba2f4b;
  font-family: "FilmotypeLucky", "Courier New", sans-serif;
  text-transform: none;
}

.history-block {
  position: relative;
  padding-bottom: 90px;
}
.history-block p {
  margin-top: 15px;
  font-size: 1.154em;
}
.history-block .section-heading-wrapper h3 {
  min-width: 215px;
  box-sizing: border-box;
}
.history-block.history-2 .section-heading-wrapper h3 {
  min-width: 190px;
}
.history-block > .inner {
  max-width: 1023px;
  margin: 0 auto;
}
.history-block .section-heading-wrapper {
  position: absolute;
  top: -73px;
  max-width: 1023px;
  box-sizing: border-box;
}
.history-block .section-heading-wrapper h3::before {
  display: none;
}
.history-block .row {
  margin-top: 65px;
}
.history-block .row .col-3 img {
  width: auto;
  max-width: 100%;
}
.history-block .row .col-2 {
  margin-top: 50px;
}
.history-block .img-2 {
  float: right;
}
.history-block.history-1 .row {
  margin-top: 25px;
}
.history-block.history-1 .row .col-3 {
  float: right;
}
.history-block.history-1 h2 {
  color: #008265;
}
.history-block.history-1 h2 span {
  color: #fdb924;
}
.history-block.history-1 .title-10 {
  font-size: 2.692em;
  text-transform: uppercase;
}
.history-block.history-2 {
  background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/placeholder/bg-history-1.jpg") no-repeat center center;
  background-size: cover;
}
.history-block.history-2 .row .col-3 {
  float: right;
}
.history-block.history-4 {
  background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/placeholder/bg-history-2.jpg") no-repeat center center;
  background-size: cover;
}
.history-block.history-4 .row .col-3 {
  float: right;
}
.history-block.history-6 {
  background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/placeholder/bg-history-6.jpg") no-repeat center center;
  background-size: cover;
  background-color: #f6f6f6;
}
.history-block.history-6 .title-14 {
  max-width: 450px;
  margin-top: 25px;
  font-size: 1.923em;
  line-height: 1.5;
}
.history-block.history-6 .row .col-3 {
  float: right;
}
.history-block + .dot-block {
  margin-top: -3px;
}

.dot-top {
  height: 90px;
  background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/dot-top.jpg") repeat 0 0;
}

.article-block {
  margin-top: -60px;
}
.article-block .row > .col-3 {
  text-align: center;
}
.article-block .row > .col-3 .desc {
  font-size: 1.077em;
}
.article-block .row > .col-3 .img-responsive, .article-block .row > .col-3 .editor-2 img, .editor-2 .article-block .row > .col-3 img {
  margin: 0 auto 30px;
}
.article-block .group-1 {
  margin-top: 30px;
  padding: 25px 0;
  border: 1px solid #008265;
  border-left: 0;
  border-right: 0;
}
.article-block .group-1 .hashtag {
  overflow: hidden;
  color: #008265;
  font-size: 1.538em;
  display: block;
  font-family: "Rockwell", "Courier New", sans-serif;
  letter-spacing: 1px;
  cursor: default;
  text-overflow: ellipsis;
}
.article-block .group-1 .social-icons {
  float: none;
  overflow: hidden;
  max-width: 150px;
  margin: 10px auto;
  padding: 0;
  background: none;
}
.article-block .group-1 .social-icons li a {
  width: 35px;
  height: 35px;
}
.article-block .group-1 .social-icons li a.facebook {
  background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/social/facebook.png") no-repeat;
}
.article-block .group-1 .social-icons li a.twitter {
  background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/social/twitter.png") no-repeat;
}
.article-block .group-1 .social-icons li a.google {
  background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/social/googleplus.png") no-repeat;
}
.article-block .title-5 {
  max-width: 500px;
  margin-top: 110px;
  text-align: left;
  margin-bottom: 20px;
}
.article-block p.green-text {
  max-width: 430px;
  margin: 20px 0;
  font-size: 1.385em;
}
.article-block .links-group {
  margin-top: 30px;
}
.article-block .links-group a {
  font-size: 1.538em;
  font-family: "Rockwell", "Courier New", sans-serif;
  color: #ba2f4b;
}
.article-block .links-group a:hover {
  color: #fdb924;
  text-decoration: underline;
}
.article-block .links-group a:hover .wi-icon, .article-block .links-group a:hover .wi-icon-cart, .article-block .links-group a:hover .wi-icon-info, .article-block .links-group a:hover .wi-icon-newsletter, .article-block .links-group a:hover .wi-icon-address, .article-block .links-group a:hover .wi-icon-arrow, .article-block .links-group a:hover .wi-icon-arrow-gold, .article-block .links-group a:hover .wi-icon-back-arrow, .article-block .links-group a:hover .wi-icon-back-arrow-2, .article-block .links-group a:hover .wi-icon-arrow-1, .article-block .links-group a:hover .wi-icon-arrow-2, .article-block .links-group a:hover .wi-icon-page, .article-block .links-group a:hover .wi-icon-data-picker, .article-block .links-group a:hover .wi-icon-location, .article-block .links-group a:hover .wi-icon-home, .article-block .links-group a:hover .wi-icon-money, .article-block .links-group a:hover .wi-icon-clock, .article-block .links-group a:hover .wi-icon-phone {
  background-position: 100% 100%;
}
.article-block .links-group a:first-child {
  float: left;
}
.article-block .links-group a:last-child {
  float: right;
}
.article-block .wi-icon-back-arrow-2 {
  margin-right: 5px;
}
.article-block .wi-icon-arrow-2 {
  margin-left: 5px;
}
.article-block .social-block {
  display: table;
  margin: 10px auto;
}
.article-block .social-block > p, .article-block .social-block .social-icons {
  display: table-cell;
  vertical-align: middle;
}
.article-block .social-block > p {
  padding-right: 20px;
}

.more-stories-block {
  margin-top: 65px;
}
.more-stories-block iframe {
  width: 100%;
  height: 280px;
}
.more-stories-block hr {
  height: 1px;
  margin: 25px 0;
  background-color: #7fc0b2;
  border: 0;
}
.more-stories-block .row {
  margin-top: 50px;
}
.more-stories-block .row .col-1 h3, .more-stories-block .row .col-1 .desc {
  padding-left: 35px;
}
.more-stories-block .row .col-1 .desc {
  max-width: 405px;
}
.more-stories-block .row .col-3 {
  float: right;
}
.more-stories-block .row h3 {
  margin-top: 20px;
  color: #008265;
  font-family: "Rockwell", "Courier New", sans-serif;
  font-size: 1.538em;
  line-height: 1.5;
}
.more-stories-block .section-heading-wrapper + .row {
  margin-top: 65px;
}
.more-stories-block .img-2 {
  float: right;
}
.more-stories-block .col-2 {
  width: 65%;
  max-width: 680px;
}
.more-stories-block .col-3 {
  width: 35%;
}

.feauter-news-block .maroon-text {
  margin: 40px 0 20px;
  font-size: 3.462em;
  font-family: "Rockwell", "Courier New", sans-serif;
  line-height: 1;
  word-spacing: 10px;
  letter-spacing: -3px;
}
.feauter-news-block > .row {
  margin: 50px -15px 0;
}
.feauter-news-block > .row .col, .feauter-news-block > .row .howitwork-steps-block .items-group .item, .howitwork-steps-block .items-group .feauter-news-block > .row .item {
  padding-left: 15px;
  padding-right: 15px;
}

.step#checkout-step-payment .block-2 .form-list .validation-advice {
  clear: both;
}

.editor {
  /**
* Start Vanilla CSS 1.0.2
*/
  /**
* End Vanilla CSS
*/
}
.editor body {
  font: 9pt/1.5em sans-serif;
}
.editor pre, .editor code, .editor tt {
  font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor b, .editor strong {
  font-weight: bold;
}
.editor em, .editor i, .editor dfn {
  font-style: italic;
}
.editor dfn {
  font-weight: bold;
}
.editor p, .editor code, .editor pre, .editor kbd {
  margin: 0 0 1.5em 0;
}
.editor p.text-2, .editor .editor-article p, .editor-article .editor p {
  margin-top: 10px;
}
.editor blockquote {
  margin: 0 1.5em 1.5em 1.5em;
}
.editor cite {
  font-style: italic;
}
.editor li ul, .editor li ol {
  margin: 0 1.5em;
}
.editor ul, .editor ol {
  margin: 0 1.5em 1.5em 1.5em;
}
.editor ul {
  list-style-type: disc;
}
.editor ul.list-2, .editor .editor-article ul, .editor-article .editor ul, .editor .editor-2 ul, .editor-2 .editor ul {
  list-style-type: none;
}
.editor ol {
  list-style-type: decimal;
}
.editor ol ol {
  list-style: upper-alpha;
}
.editor ol ol ol {
  list-style: lower-roman;
}
.editor ol ol ol ol {
  list-style: lower-alpha;
}
.editor dl {
  margin: 0 0 1.5em 0;
}
.editor dl dt {
  font-weight: bold;
}
.editor dd {
  margin-left: 1.5em;
}
.editor table {
  margin-bottom: 1.4em;
  width: 100%;
}
.editor th {
  font-weight: bold;
}
.editor th, .editor td, .editor caption {
  padding: 4px 10px 4px 5px;
}
.editor tfoot {
  font-style: italic;
}
.editor sup, .editor sub {
  line-height: 0;
}
.editor abbr, .editor acronym {
  border-bottom: 1px dotted;
}
.editor address {
  margin: 0 0 1.5em;
  font-style: italic;
}
.editor del {
  text-decoration: line-through;
}
.editor pre {
  margin: 1.5em 0;
  white-space: pre;
}
.editor img.centered, .editor .aligncenter, .editor div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor img.alignright {
  display: inline;
}
.editor img.alignleft {
  display: inline;
}
.editor .alignright {
  float: right;
  margin-left: 10px;
}
.editor .alignleft {
  float: left;
  margin-right: 10px;
}
.editor img {
  max-width: 100%;
}
.editor * html .clearfix {
  height: 1%;
}
.editor * + html .clearfix {
  display: inline-block;
}
.editor .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.editor * html .group {
  height: 1%;
}
.editor * + html .group {
  display: inline-block;
}
.editor .group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.link-2, .editor-article a {
  text-decoration: underline;
  color: #3e729a;
}
.link-2:visited, .editor-article a:visited {
  color: #ba2f4b;
}
.link-2:hover, .editor-article a:hover {
  text-decoration: none;
}

.title-15, .editor-article h3 {
  margin: 30px 0;
  font-size: 1.923em;
  color: #008265;
  font-family: "Rockwell", "Courier New", sans-serif;
}

.text-2, .editor-article p {
  font-size: 1.231em;
}

.editor-article img {
  margin-bottom: 30px;
}
.editor-article ul {
  margin: 20px 0 0 20px;
  list-style-type: none;
}
.editor-article ul li {
  margin-top: 5px;
}

.editor-2 h3 {
  margin: 20px 0 0;
  font-size: 1.923em;
  color: #008265;
  font-family: "Rockwell", "Courier New", sans-serif;
}
.editor-2 i {
  font-style: italic;
}

.jobs-editor h3 {
  margin-top: 35px;
  font-size: 1.538em;
  font-weight: normal;
}
.jobs-editor ul {
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}
.jobs-editor ul li {
  margin-top: 25px;
  padding-left: 25px;
  background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/wi-icon-circle.png") no-repeat 0 5px;
  list-style: none;
}
.jobs-editor ul li p {
  font-size: 1.231em;
}
.jobs-editor img {
  margin-top: 30px;
}

.shop-subnav {
  text-align: center;
}
.shop-subnav .list-4 li {
  width: 165px;
  box-sizing: border-box;
}

.sm-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.5);
  filter: alpha(opacity=50);
}
.sm-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -90px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
}

#mix-your-own {
  overflow: hidden;
  min-height: 800px;
}

.customer-account-login .col2-set .col-1 ul.messages {
  list-style: none;
}
.customer-account-login .col2-set .col-1 ul.messages ul {
  list-style: none;
}

.instagram-index-index footer {
  margin-top: -40px;
}

.user-settings li a.logout-desk {
  padding-left: 0;
}

.scaffold-form .cta {
  font-size: 2.077em;
}

label.required.no-star:after {
  content: "";
}

.opc.opc-firststep-login .section#opc-login .step-title .full-lable {
  overflow: hidden;
}

#addToBag {
  font-size: 1.538em;
}
#addToBag.cta {
  background-image: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/wi-icon-cart.png);
}
#addToBag.cta:hover {
  background-image: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/wi-icon-cart.png) !important;
}

ul#shipping_estimation li {
  margin-right: 10px;
}
ul#shipping_estimation input[type="text"] {
  padding: 6px;
}
ul#shipping_estimation #postcode {
  text-align: left;
}

.wi-icon, .wi-icon-cart, .wi-icon-info, .wi-icon-newsletter, .wi-icon-address, .wi-icon-arrow, .wi-icon-arrow-gold, .wi-icon-back-arrow, .wi-icon-back-arrow-2, .wi-icon-arrow-1, .wi-icon-arrow-2, .wi-icon-page, .wi-icon-data-picker, .wi-icon-location, .wi-icon-home, .wi-icon-money, .wi-icon-clock, .wi-icon-phone {
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.wi-icon-cart {
  width: 23px;
  height: 18px;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/ecom/wi-icon-cart.png");
}

.wi-icon-info {
  width: 23px;
  height: 22px;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/ecom/wi-icon-info.png");
}

.wi-icon-newsletter {
  width: 21px;
  height: 23px;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/ecom/wi-icon-newsletter.png");
  vertical-align: sub;
}

.wi-icon-address {
  width: 20px;
  height: 22px;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/ecom/wi-icon-address.png");
  vertical-align: sub;
}

.wi-icon-arrow {
  width: 6px;
  height: 8px;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/ecom/wi-icon-arrow.png");
}

.wi-icon-arrow-gold {
  width: 6px;
  height: 8px;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/ecom/wi-icon-arrow-gold.png");
}

.wi-icon-back-arrow {
  width: 6px;
  height: 8px;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/ecom/wi-icon-back-arrow.png");
}

.wi-icon-back-arrow-2 {
  width: 6px;
  height: 8px;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/ecom/wi-icon-back-arrow-2.png");
}

.wi-icon-arrow-1 {
  width: 6px;
  height: 8px;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/ecom/wi-icon-arrow-1.png");
}

.wi-icon-arrow-2 {
  width: 6px;
  height: 8px;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/ecom/wi-icon-arrow-2.png");
}

.wi-icon-page {
  width: 28px;
  height: 20px;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/ecom/wi-icon-page.png");
}

.wi-icon-data-picker {
  width: 19px;
  height: 19px;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/data-picker.png");
}

.wi-icon-location {
  width: 41px;
  height: 41px;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/store-locator-green.png");
}

.wi-icon-home {
  width: 41px;
  height: 41px;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/wi-icon-home.png");
}

.wi-icon-money {
  width: 41px;
  height: 41px;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/wi-icon-money.png");
}

.wi-icon-clock {
  width: 41px;
  height: 41px;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/wi-icon-clock.png");
}

.wi-icon-phone {
  width: 41px;
  height: 41px;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/wi-icon-phone.png");
}

.cms-our-partners-content .list-tiles {
  text-align: center;
  padding-top: 23px;
}
.cms-our-partners-content .list-tiles .title {
  position: relative;
}
.cms-our-partners-content .list-tiles .title:before {
  left: 0px;
  position: absolute;
  top: 50%;
  right: 0px;
  height: 1px;
  border-top: 1px solid #cccccc;
  margin-top: -1px;
  z-index: 1;
  content: "";
}
.cms-our-partners-content .list-tiles .title span {
  font: 2.308em "FilmotypeLucky", "Courier New", sans-serif;
  color: #ba2f4b;
  line-height: 45px;
  border: 2px solid #dfdfdf;
  border-radius: 25px;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 2px 3% 0 2%;
  z-index: 2;
  min-width: 220px;
  position: relative;
}
.cms-our-partners-content .list-tiles .list {
  padding-top: 23px;
  margin-bottom: 25px;
  display: inline-block;
}
.cms-our-partners-content .list-tiles .list ul {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 15px;
}
.cms-our-partners-content .list-tiles .list ul li {
  float: left;
  width: 25%;
  padding: 0px 5px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
}
.cms-our-partners-content .list-tiles .list ul li img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  position: relative;
  width: 100%;
  height: auto;
}
.cms-our-partners-content .list-tiles .list ul li:before {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  width: auto;
  z-index: 2;
  background: #ffffff;
  opacity: 0.8;
  content: "";
  height: 40px;
}
.cms-our-partners-content .list-tiles .list ul li span {
  position: absolute;
  bottom: 0px;
  border-bottom: 3px solid #018264;
  text-align: center;
  left: 5px;
  right: 5px;
  width: auto;
  z-index: 3;
  color: #018369;
  text-transform: uppercase;
  line-height: 36px;
  font-size: 26px;
  font-family: "BebasNeue";
}
.cms-our-partners-content .list-tiles .list ul li div {
  position: absolute;
  left: 5px;
  width: auto;
  height: 100%;
  top: 100%;
  right: 5px;
  background: rgba(0, 131, 100, 0.7);
  color: #ffffff;
  z-index: 9;
  margin: 0px;
  box-sizing: border-box;
  padding-right: 10px;
  line-height: 1.2em;
  transition: top .3s ease-out;
  padding-left: 10px;
}
.cms-our-partners-content .list-tiles .list ul li div p {
  font-size: 14px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0px;
  margin-top: 0px;
}
.cms-our-partners-content .list-tiles .list ul li div a {
  color: #ffffff;
  font-weight: 700;
}
.cms-our-partners-content .list-tiles .list ul li:hover div {
  top: 0px;
}

@media (max-width: 1025px) {
  .cms-our-partners-content .list-tiles .list ul {
    padding: 0px 0px;
    display: block;
    float: none;
    width: auto;
    margin-left: -5px;
    margin-right: -5px;
  }
  .cms-our-partners-content .list-tiles .list ul li div p {
    font-size: 14px;
  }
}
@media (max-width: 820px) {
  .cms-our-partners-content .list-tiles .list ul li div p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .cms-our-partners-content .list-tiles .list ul li {
    width: 50%;
  }
  .cms-our-partners-content .list-tiles .list ul li div {
    padding-top: 20%;
  }
  .cms-our-partners-content .list-tiles .list ul li div p {
    font-size: 20px;
  }
}
@media (max-width: 620px) {
  .cms-our-partners-content .list-tiles .list ul li div p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cms-our-partners-content .list-tiles .list ul li {
    width: 100%;
  }
  .cms-our-partners-content .list-tiles .list ul li div p {
    font-size: 20px;
  }
}
@media (max-width: 350px) {
  .cms-our-partners-content .list-tiles .list ul li div p {
    font-size: 14px;
  }
}
.customer-account-create .recaptcha {
  display: table;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 5px;
}

.geoip-popup {
  display: none;
}

.fancybox-nav-geoip {
  z-index: 99999;
}
.fancybox-nav-geoip .fancybox-skin {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0px;
}
.fancybox-nav-geoip .fancybox-close {
  background-image: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/geoip-close.png);
  width: 28px;
  height: 28px;
  background-position: center center;
  background-color: #dddddd;
  border-radius: 28px;
  right: -12px;
  top: -9px;
}
.fancybox-nav-geoip .geoip-popup {
  display: inline-block;
  width: 457px;
  max-width: 100%;
}
.fancybox-nav-geoip .geoip-popup .container-geoip h3 {
  font-family: "FilmotypeLucky";
  width: 100%;
  text-align: center;
  height: 74px;
  line-height: 78px;
  background: #b21c43;
  color: #fcb533;
  font-size: 41px;
}
.fancybox-nav-geoip .geoip-popup .container-geoip .content {
  text-align: center;
}
.fancybox-nav-geoip .geoip-popup .container-geoip .content img {
  display: inline-block;
  vertical-align: top;
  margin-top: 14px;
  margin-left: 6px;
}
.fancybox-nav-geoip .geoip-popup .container-geoip .content p {
  font-family: "Rockwell";
  margin-top: 18px;
  font-size: 21px;
  color: #1a7f5c;
  font-weight: 700;
}
.fancybox-nav-geoip .geoip-popup .container-geoip .content .cta {
  font-size: 25px;
  padding-left: 13px;
  margin-left: 9px;
}
.fancybox-nav-geoip .geoip-popup .container-geoip .close-geoip {
  background: #f2f4f2;
  margin-top: 25px;
  text-align: center;
  height: 40px;
  line-height: 42px;
  font-size: 13px;
  color: #1a7f5c;
  letter-spacing: -0.1px;
}

.mobile-header {
  display: none;
}

.user-settings .header-subscribe:before {
  content: "";
  width: 26px;
  height: 20px;
  background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/ecom/subscriber-now.png");
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-top: 8px;
  margin-right: 7px;
}
.user-settings .header-subscribe a {
  padding-left: 0px;
}

.content-jobs {
  text-align: center;
  overflow: hidden;
  padding-bottom: 10px;
}
.content-jobs .hero-banner {
  display: inline-block;
  width: 100%;
  background-color: rgba(1, 131, 102, 0.9);
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/jobs/hero-dots.png");
  margin-bottom: 76px;
  position: relative;
}
.content-jobs .hero-banner:before {
  top: 100%;
  left: 0px;
  right: 0px;
  content: "";
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/tile-green-dots.png) repeat-x 0 50%;
  height: 32px;
  position: absolute;
  margin-top: 16px;
}
.content-jobs .hero-banner .container-banner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.content-jobs .hero-banner .mobile {
  display: none;
}
.content-jobs .hero-banner .desktop {
  float: right;
  width: auto;
  max-width: 57%;
}
.content-jobs .hero-banner p {
  position: absolute;
  width: 43%;
  font-size: 29px;
  font-family: "FilmotypeLucky";
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.2em;
  letter-spacing: 0.1px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  margin: 0px;
}
.content-jobs .hero-banner p span {
  max-width: 274px;
  display: inline-block;
  float: none;
  vertical-align: top;
  margin: 0 auto;
}
.content-jobs .intro-jobs {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  max-width: 780px;
  color: #313131;
  font-family: "DroidSans";
  padding-bottom: 22px;
}
.content-jobs .intro-jobs p {
  margin-bottom: 23px;
}
.content-jobs .intro-jobs span.title {
  font-family: "Rockwell";
  font-size: 30px;
  color: #018366;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 16px;
  margin-bottom: 9px;
}
.content-jobs .intro-jobs .cta-gold {
  background-color: #f4b927 !important;
  min-width: 183px;
  box-sizing: border-box;
}
.content-jobs .intro-jobs ul {
  display: inline-block;
  max-width: 780px;
  vertical-align: top;
  margin: 0px auto;
  width: 100%;
  padding-top: 60px;
}
.content-jobs .intro-jobs ul li {
  display: inline-block;
  vertical-align: top;
  width: auto;
  color: #008366;
  font-family: "Rockwell";
  font-size: 20px;
  position: relative;
  padding-right: 26px;
  padding-left: 17px;
}
.content-jobs .intro-jobs ul li a {
  color: #008366;
}
.content-jobs .intro-jobs ul li:after {
  height: 30px;
  width: 1px;
  border-left: 1px solid #018c53;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0px;
}
.content-jobs .intro-jobs ul li:last-child {
  padding-right: 0px;
}
.content-jobs .intro-jobs ul li:last-child:after {
  display: none;
}
.content-jobs .intro-jobs ul li:first-child {
  padding-left: 0px;
}
.content-jobs .section-heading-wrapper {
  margin-bottom: 40px;
}
.content-jobs .section-heading-wrapper h3 {
  font-size: 36px;
  padding: 2px 3.5% 0 3%;
  letter-spacing: 0.4px;
  min-width: 221px;
  box-sizing: border-box;
}
.content-jobs .section-heading-wrapper h3:before {
  background-color: #dfdfdf;
}
.content-jobs .jobs-slider {
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
}
.content-jobs .jobs-slider .content {
  width: 100%;
  max-width: 877px;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  float: none;
  box-sizing: border-box;
  padding: 0px;
}
.content-jobs .jobs-slider#hero-slider {
  background: none;
  padding-bottom: 4px;
  padding-top: 10px;
  height: auto;
}
.content-jobs .jobs-slider#hero-slider .clip-container {
  background-color: transparent;
}
.content-jobs .jobs-slider#hero-slider .clip-container .hero-slider-item {
  border: none !important;
}
.content-jobs .jobs-slider#hero-slider .prev-slide,
.content-jobs .jobs-slider#hero-slider .next-slide {
  width: 34px;
  height: 34px;
  margin-top: -17px;
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/jobs/prev-slider.png");
  background-color: transparent;
}
.content-jobs .jobs-slider#hero-slider .prev-slide:hover,
.content-jobs .jobs-slider#hero-slider .next-slide:hover {
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/jobs/prev-slider.png");
  background-color: transparent;
  background-position: 0px 0px;
}
.content-jobs .jobs-slider#hero-slider .prev-slide:hover:after,
.content-jobs .jobs-slider#hero-slider .next-slide:hover:after {
  display: none;
}
.content-jobs .jobs-slider#hero-slider .next-slide {
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/jobs/next-slider.png");
}
.content-jobs .jobs-slider#hero-slider .next-slide:hover {
  background-image: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/jobs/next-slider.png");
  background-color: transparent;
  background-position: 0px 0px;
}
.content-jobs .our-value ul {
  display: inline-block;
  width: 100%;
}
.content-jobs .our-value ul li {
  float: left;
  width: 33.3%;
  padding: 0px 10px;
  box-sizing: border-box;
}
.content-jobs .our-value ul li .image-avatar {
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 100%;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
}
.content-jobs .our-value ul li .image-avatar img {
  max-width: 100%;
}
.content-jobs .our-value ul li .name-our {
  color: #018366;
  font-size: 21px;
  font-family: "Rockwell";
  margin-top: 13px;
}
.content-jobs .our-value ul li .description-our {
  color: #313131;
  padding: 0px 10px;
  box-sizing: border-box;
  line-height: 1.6em;
  margin-top: 14px;
}
.content-jobs .meet-team {
  display: inline-block;
  width: 100%;
}
.content-jobs .meet-team .video {
  float: left;
  width: 50%;
}
.content-jobs .meet-team .video iframe {
  max-width: 100%;
}
.content-jobs .meet-team .right {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 6.5%;
  text-align: left;
}
.content-jobs .meet-team .right .title {
  color: #018366;
  font-size: 21px;
  font-family: "Rockwell";
  margin-top: 19px;
  display: inline-block;
  width: 100%;
}
.content-jobs .meet-team .right p {
  color: #313131;
  box-sizing: border-box;
  line-height: 1.8em;
  margin-top: 21px;
}
.content-jobs .meet-team .meet-value {
  float: left;
  width: 100%;
  margin-top: 86px;
}
.content-jobs .meet-team .meet-value ul {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
  display: block;
}
.content-jobs .meet-team .meet-value ul li {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  padding: 0px 30px;
}
.content-jobs .meet-team .meet-value ul li .image-avatar {
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 100%;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
}
.content-jobs .meet-team .meet-value ul li .image-avatar img {
  max-width: 100%;
}
.content-jobs .meet-team .meet-value ul li .content-meet {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #fdbc2c;
  margin-top: 20px;
}
.content-jobs .meet-team .meet-value ul li .name-meet {
  color: #018366;
  font-size: 22px;
  font-family: "Rockwell";
  margin-top: 13px;
  text-align: left;
}
.content-jobs .meet-team .meet-value ul li .description-our {
  color: #313131;
  box-sizing: border-box;
  line-height: 1.9em;
  margin-top: 11px;
  text-align: left;
}
.content-jobs .culture {
  display: inline-block;
  width: 100%;
}
.content-jobs .culture .left {
  float: left;
  width: 57%;
  text-align: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.content-jobs .culture .left .title {
  color: #ba2f4b;
  font-size: 25px;
  font-family: "Rockwell";
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 21px;
}
.content-jobs .culture .left p {
  color: #313131;
  font-family: "DroidSans";
  margin-bottom: 21px;
  line-height: 1.7em;
}
.content-jobs .culture .right {
  float: left;
  width: 43%;
}
.content-jobs .culture .right .content {
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 100%;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
  border: 6px solid #e7e7e7;
}
.content-jobs .culture .right .content img {
  max-width: 100%;
  width: 302px;
}
.content-jobs .perks-jobs {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.content-jobs .perks-jobs p {
  display: inline-block;
  width: 100%;
  color: #313131;
  font-family: "DroidSans";
}
.content-jobs .perks-jobs p span {
  display: inline-block;
  width: 100%;
}
.content-jobs .perks-jobs p.end {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 28px;
  text-align: center;
}
.content-jobs .perks-jobs p.end a, .content-jobs .perks-jobs p.end strong {
  color: #00624c;
  font-weight: 700;
}
.content-jobs .perks-jobs ul {
  margin-left: -20px;
  margin-right: -20px;
  display: block;
  counter-reset: section;
}
.content-jobs .perks-jobs ul li {
  float: left;
  width: 33.3%;
  position: relative;
  box-sizing: border-box;
  padding: 28px 20px 20px 20px;
}
.content-jobs .perks-jobs ul li:before {
  counter-increment: section;
  content: counter(section);
  display: inline-block;
  background: #ffbc51;
  font-family: "Rockwell";
  width: 25px;
  height: 25px;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  border-radius: 25px;
  margin-top: 27px;
  position: absolute;
  top: 0px;
  left: 20px;
}
.content-jobs .perks-jobs ul li .title {
  color: #008265;
  font-family: "Rockwell";
  font-size: 25px;
  padding-left: 41px;
  display: block;
}
.content-jobs .perks-jobs ul li p {
  display: inline-block;
  width: 100%;
  margin-top: 22px;
}
.content-jobs .perks-jobs ul li:nth-child(3n+1) {
  clear: both;
}
.content-jobs .apply-jobs {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 65px;
  position: relative;
}
.content-jobs .apply-jobs .left {
  width: 100%;
  float: left;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0px;
}
.content-jobs .apply-jobs .left h3 {
  float: left;
  width: 67%;
  text-align: center;
  color: #ffffff;
  font-family: "FilmotypeLucky";
  font-size: 40px;
  line-height: 1.5em;
}
.content-jobs .apply-jobs .left .cta-gold {
  position: absolute;
  left: 50%;
  margin-left: -92px;
  top: 50%;
  margin-top: -26px;
  min-width: 117px;
  float: left;
}
.content-jobs .apply-jobs img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.content-jobs .apply-jobs img.desktop-hidden {
  display: none;
}

.cms-careers footer {
  margin-top: 52px;
}

#shop-promo .left-promotion {
  float: left;
  width: 50%;
}
#shop-promo #delivery-car {
  top: 0;
}
#shop-promo #delivery-car img {
  float: right;
  position: relative;
}

/*.promo-widget-three {
	.seveneleven {
		a.seleven-eleven-locator {
			text-align: center;
			p.heading {
				float: none;
				display: inline-block;
			}
			p.arrow {
				float: none;
				display: inline-block;
				vertical-align: top;
				margin-left: 7px;
			}
		}
	}
}*/
.checkout-cart-index .qty-update {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.checkout-cart-index .qty-update input {
  font-size: 16px;
}

.checkout-cart-index .mobile-qty {
  display: none;
}

.checkout-cart-index .qty-input-update {
  position: absolute;
  right: 10px;
  top: 14px;
}

/*arrow dec update qty onestepcheckou*/
.checkout-cart-index .dec-button-update-qty {
  position: relative;
  text-align: center;
  padding: 0;
  height: 6px;
  width: 12px;
  display: block;
  cursor: pointer;
}

.checkout-cart-index .dec-button-update-qty:after {
  top: 1px;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(153, 153, 153, 0);
  border-top-color: #999999;
  border-width: 7px;
  margin-left: 0;
  border-radius: 2px;
}

.checkout-cart-index .dec-button-update-qty span {
  font-size: 0;
}

/*end*/
/*arrow inc update qty onestepcheckou*/
.checkout-cart-index .inc-button-update-qty {
  position: relative;
  text-align: center;
  padding: 0;
  height: 6px;
  width: 12px;
  display: block;
  cursor: pointer;
}

.checkout-cart-index .inc-button-update-qty:after {
  bottom: 1px;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(153, 153, 153, 0);
  border-bottom-color: #999999;
  border-width: 7px;
  margin-left: 0;
  border-radius: 2px;
}

.checkout-cart-index .inc-button-update-qty span {
  font-size: 0;
}

.checkout-cart-index .bt-update-item-onestep {
  cursor: pointer;
}

.checkout-cart-index .product-cart-info .item-msg.error {
  font-size: 13px;
}

/*end*/
@media only screen and (max-width: 1199px) {
  .main-content-container .content-jobs .content {
    padding: 0px;
  }
}
@media only screen and (max-width: 1023px) {
  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .content-jobs .meet-team .meet-value {
    margin-top: 50px;
  }
  .content-jobs .meet-team .meet-value ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  .content-jobs .meet-team .meet-value ul li {
    padding: 0px 10px;
  }

  footer {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 860px) {
  .content-jobs .apply-jobs .left h3 {
    font-size: 24px;
    width: 56%;
  }
}
@media only screen and (max-width: 768px) {
  .content-jobs .hero-banner .container-banner {
    overflow: hidden;
  }
  .content-jobs .hero-banner p {
    right: 0px;
    padding-right: 50%;
    box-sizing: border-box;
    width: auto;
  }
  .content-jobs .hero-banner .desktop {
    float: left;
    width: auto;
    max-width: 500px;
    margin-left: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .content-jobs .apply-jobs .left h3 {
    width: 50%;
    font-size: 20px;
  }
  .content-jobs .perks-jobs ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  .content-jobs .perks-jobs ul li {
    width: 50%;
    padding: 11px 0px 0px 0px;
  }
  .content-jobs .perks-jobs ul li:before {
    left: 4px;
  }
  .content-jobs .perks-jobs ul li:nth-child(3n+1) {
    clear: none;
  }
  .content-jobs .perks-jobs ul li:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 615px) {
  .content-jobs .hero-banner {
    margin-bottom: 69px;
  }
  .content-jobs .hero-banner .desktop {
    display: none;
  }
  .content-jobs .hero-banner p {
    padding-right: 131px;
    font-size: 21px;
    padding-left: 5px;
  }
  .content-jobs .hero-banner p span {
    max-width: 216px;
    letter-spacing: 1px;
    text-align: left;
  }
  .content-jobs .hero-banner .mobile {
    float: right;
    width: auto;
    margin-left: 50%;
    display: inline-block;
    max-width: 999px;
  }
  .content-jobs .intro-jobs {
    text-align: left;
  }
  .content-jobs .intro-jobs .sound-intro {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
  }
  .content-jobs .intro-jobs .sound-intro p {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 31px;
    margin-top: 0px;
  }
  .content-jobs .intro-jobs .sound-intro p span {
    max-width: 295px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 31px;
    margin-top: 0px;
    float: none;
    margin: 0 auto;
  }
  .content-jobs .intro-jobs .sound-intro ul {
    position: relative;
    padding-right: 60px;
    box-sizing: border-box;
    width: 100%;
    max-width: 380px;
    text-align: left;
    border: 1px solid #018366;
    min-height: 41px;
    padding-top: 0px;
    margin-top: 47px;
    padding-left: 20px;
  }
  .content-jobs .intro-jobs .sound-intro ul li {
    display: none;
    width: 100%;
    line-height: 41px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 18px;
  }
  .content-jobs .intro-jobs .sound-intro ul li:first-child {
    display: block;
  }
  .content-jobs .intro-jobs .sound-intro ul li:after {
    display: none;
  }
  .content-jobs .intro-jobs .sound-intro ul:after {
    content: "";
    width: 12px;
    height: 7px;
    position: absolute;
    right: 26px;
    top: 16px;
    background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/jobs/dropdown-menu.png");
  }
  .content-jobs .intro-jobs .sound-intro ul.active li {
    display: inline-block;
  }
  .content-jobs .intro-jobs .sound-intro ul.active:after {
    background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/jobs/dropdown-menu-active.png");
  }
  .content-jobs .intro-jobs span.title {
    font-size: 24px;
    margin-top: 9px;
  }
  .content-jobs .section-heading-wrapper {
    margin-bottom: 30px;
    margin-top: 18px;
  }
  .content-jobs .section-heading-wrapper h3 {
    font-size: 30px;
  }
  .content-jobs .our-value ul {
    box-sizing: border-box;
    padding: 0px 25px;
  }
  .content-jobs .our-value ul li {
    width: 100%;
    margin-bottom: 28px;
  }
  .content-jobs .meet-team .video {
    width: 100%;
  }
  .content-jobs .meet-team .right {
    width: 100%;
    padding-left: 0px;
  }
  .content-jobs .meet-team .meet-value {
    margin-top: 21px;
  }
  .content-jobs .meet-team .meet-value ul li {
    width: 100%;
  }
  .content-jobs .meet-team .meet-value ul.owl-carousel {
    display: inline-block;
    width: 100%;
    margin: 0px;
    position: relative;
  }
  .content-jobs .meet-team .meet-value ul.owl-carousel .owl-wrapper-outer {
    display: inline-block;
    width: 100%;
    margin: 0px;
    overflow: hidden;
  }
  .content-jobs .meet-team .meet-value ul.owl-carousel .owl-pagination {
    display: none;
  }
  .content-jobs .meet-team .meet-value ul.owl-carousel .owl-item {
    float: left;
  }
  .content-jobs .meet-team .meet-value ul.owl-carousel .owl-item li {
    padding: 0px 35px;
  }
  .content-jobs .meet-team .meet-value ul.owl-carousel .owl-prev {
    text-indent: -999999px;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    background-image: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/jobs/prev-slider.png);
    background-color: transparent;
    position: absolute;
    top: 40%;
    left: 0px;
  }
  .content-jobs .meet-team .meet-value ul.owl-carousel .owl-next {
    text-indent: -999999px;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    background-image: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/jobs/next-slider.png);
    background-color: transparent;
    position: absolute;
    top: 40%;
    right: 0px;
  }
  .content-jobs .culture .left {
    width: 100%;
  }
  .content-jobs .culture .right {
    width: 100%;
  }
  .content-jobs .perks-jobs p span {
    display: inline;
    width: auto;
  }
  .content-jobs .perks-jobs p.end {
    text-align: left;
  }
  .content-jobs .perks-jobs ul li {
    width: 100%;
  }
  .content-jobs .perks-jobs ul li .title {
    font-size: 21px;
  }
  .content-jobs .perks-jobs ul li .title br {
    display: none;
  }
  .content-jobs .perks-jobs ul li:before {
    margin-top: 11px;
  }
  .content-jobs .apply-jobs {
    margin-top: 6px;
  }
  .content-jobs .apply-jobs .left {
    width: 100%;
  }
  .content-jobs .apply-jobs .left h3 {
    display: none;
  }
  .content-jobs .apply-jobs .left .cta-gold {
    float: left;
    min-width: 0;
    overflow: hidden;
    font-size: 16px;
    padding-left: 9px;
    padding-top: 15px;
    padding-bottom: 12px;
    margin-bottom: 26px;
    width: 130px;
    box-sizing: border-box;
    margin-left: -65px;
    margin-top: -23px;
  }
  .content-jobs .apply-jobs img {
    display: none;
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .content-jobs .apply-jobs img.desktop-hidden {
    display: inline-block;
  }

  .cms-careers footer {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .fancybox-nav-geoip .geoip-popup .container-geoip h3 {
    box-sizing: border-box;
    padding-right: 4px;
    height: 78px;
    line-height: 78px;
  }
  .fancybox-nav-geoip .geoip-popup .container-geoip .content img {
    margin-top: 16px;
    margin-left: 0px;
  }
  .fancybox-nav-geoip .geoip-popup .container-geoip .content .cta {
    margin-left: 5px;
    margin-top: 5px;
  }
  .fancybox-nav-geoip .geoip-popup .container-geoip .close-geoip {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 400px) {
  .content-jobs .our-value ul {
    padding: 0px;
  }
  .content-jobs .meet-team .right p br {
    display: none;
  }
  .content-jobs .meet-team .meet-value ul.owl-carousel .owl-item li {
    padding: 0px;
  }
}
@media only screen and (max-width: 350px) {
  .fancybox-nav-geoip .geoip-popup .container-geoip .content .cta {
    font-size: 22px;
    background-position: 100% 40%;
    background-size: 45px auto;
  }
  .fancybox-nav-geoip .geoip-popup .container-geoip .close-geoip {
    padding-left: 0px;
  }
}
@font-face {
  font-family: 'tarzananarrow';
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/tarzananarrow.eot");
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/tarzananarrow.eot") format("embedded-opentype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/tarzananarrow.woff2") format("woff2"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/tarzananarrow.woff") format("woff"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/tarzananarrow.ttf") format("truetype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/tarzananarrow.svg#tarzananarrow") format("svg");
}
@font-face {
  font-family: 'tarzananarrow_bold';
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/tarzananarrow_bold.eot");
  src: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/tarzananarrow_bold.eot") format("embedded-opentype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/tarzananarrow_bold.woff2") format("woff2"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/tarzananarrow_bold.woff") format("woff"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/tarzananarrow_bold.ttf") format("truetype"), url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/fonts/tarzananarrow_bold.svg#tarzananarrow_bold") format("svg");
}
.content-eleven img {
  max-width: 100%;
}
.content-eleven .locale-eleven {
  width: 100%;
  display: inline-block;
}
.content-eleven .locale-eleven .content-locale {
  width: 100%;
  display: inline-block;
  position: relative;
}
.content-eleven .locale-eleven .left {
  float: left;
  width: 50%;
  text-align: center;
}
.content-eleven .locale-eleven .left img {
  display: inline-block;
  max-width: 100%;
  float: none;
  margin: 0 auto;
}
.content-eleven .locale-eleven .right {
  float: right;
  width: 43%;
  box-sizing: border-box;
  padding: 0px 15px;
  text-align: center;
}
.content-eleven .locale-eleven .right p {
  font-size: 16px;
  margin-bottom: 20px;
}
.content-eleven .locale-eleven .right p.title {
  font-family: "Rockwell";
  font-size: 30px;
  color: #0f876b;
  line-height: 1.3em;
}
.content-eleven .locale-eleven .title-bottom {
  float: left;
  width: 100%;
  font-family: "Rockwell";
  font-size: 30px;
  color: #318264;
  text-align: center;
  margin-top: 39px;
  padding-right: 42px;
  box-sizing: border-box;
  line-height: 1em;
}
.content-eleven .section-heading-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-eleven .section-heading-wrapper h3 {
  font-size: 36px;
}
.content-eleven .section-heading-wrapper h3:before {
  background-color: #dfdfdf;
}
.content-eleven .doughnuts-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.content-eleven .doughnuts-content .our-products-list .col:nth-child(4n + 1), .content-eleven .doughnuts-content .our-products-list .howitwork-steps-block .items-group .item:nth-child(4n + 1), .howitwork-steps-block .items-group .content-eleven .doughnuts-content .our-products-list .item:nth-child(4n + 1) {
  clear: both;
}
.content-eleven .note {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
  line-height: 1.2em;
  color: #313131;
}
.content-eleven .ctx-storelocator-krispykreme {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 8px;
}
.content-eleven .ctx-storelocator-krispykreme .locator-left {
  float: left;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 18px;
  width: 338px;
  max-width: 100%;
}
.content-eleven .ctx-storelocator-krispykreme .locator-left .store-ls-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
}
.content-eleven .ctx-storelocator-krispykreme .locator-left .store-ls-title strong {
  font-family: "Rockwell";
  color: #318264;
  font-size: 16px;
}
.content-eleven .ctx-storelocator-krispykreme .locator-left > ul {
  max-height: 370px;
  overflow-y: auto;
  margin-bottom: 20px;
}
.content-eleven .ctx-storelocator-krispykreme .locator-left > ul li {
  position: relative;
  padding: 10px 0 10px 26px;
  border-bottom: 1px solid #dfdfdf;
}
.content-eleven .ctx-storelocator-krispykreme .locator-left > ul li h2 {
  font-size: 16px;
}
.content-eleven .ctx-storelocator-krispykreme .locator-left > ul li .nzstore-no {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  background: #c3c3c3;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 12px;
  left: 0;
  color: #fff;
}
.content-eleven .ctx-storelocator-krispykreme .locator-left img {
  margin: 0 auto;
}
.content-eleven .ctx-storelocator-krispykreme .container {
  display: inline-block;
  width: 100%;
  position: relative;
  min-height: 480px;
}
.content-eleven .ctx-storelocator-krispykreme .locator-map {
  position: absolute;
  overflow: hidden;
  right: 0px;
  left: 338px;
  width: auto;
  min-height: 480px;
}
.content-eleven .ctx-storelocator-krispykreme #locator-search {
  position: relative;
  height: 35px;
  display: inline-block;
  width: 100%;
}
.content-eleven .ctx-storelocator-krispykreme #locator-search .input-search {
  position: absolute;
  left: 0px;
  right: 37px;
}
.content-eleven .ctx-storelocator-krispykreme #locator-search input[type=text] {
  border: 1px solid #ccc;
  padding: 0 5px;
  color: #b7b7b7;
  width: 100%;
  height: 35px;
  box-shadow: none;
  background: none;
  font: 400 13px system-ui;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.content-eleven .ctx-storelocator-krispykreme #locator-search .search {
  width: 35px;
  position: absolute;
  right: 0px;
  height: 35px;
  display: inline-block;
  top: 0px;
  background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/search-locator.png") no-repeat 100% 100%;
  margin: 0px;
  padding: 0px;
  border: none;
}
.content-eleven .ctx-storelocator-krispykreme #locator-search .search span span {
  display: none;
}
.content-eleven .ctx-storelocator-krispykreme .title {
  cursor: pointer;
}
.content-eleven .ctx-storelocator-krispykreme .cu-normal {
  font-family: "tarzananarrow";
  margin-top: 9px;
  font-size: 22px;
  padding-left: 17px;
  letter-spacing: 0.2px;
  color: #d82629;
  line-height: 1em;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  margin-bottom: 10px;
}
.content-eleven .ctx-storelocator-krispykreme .cu-normal:before {
  width: 11px;
  height: 10px;
  position: absolute;
  left: 0px;
  top: 6px;
  content: "";
  background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/dropdown-search.png") no-repeat;
  display: inline-block;
}
.content-eleven .ctx-storelocator-krispykreme .search-result {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
}
.content-eleven .ctx-storelocator-krispykreme .search-result .cu-normal {
  padding-top: 0px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.content-eleven .ctx-storelocator-krispykreme .search-result .cu-bold {
  font-family: "tarzananarrow_bold";
  font-size: 23px;
  margin-left: 2px;
  color: #d82629;
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
}
.content-eleven .ctx-storelocator-krispykreme input[type="checkbox"] {
  margin-right: 5px;
  position: relative;
  top: -2px;
  clip: auto;
  width: 12px;
  height: 13px;
  opacity: 1;
  border: 1px solid #afafaf;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-appearance: checkbox;
}
.content-eleven .ctx-storelocator-krispykreme input[type="checkbox"] + label {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  margin-top: 2px;
  display: inline-block;
  vertical-align: top;
}
.content-eleven .ctx-storelocator-krispykreme input[type="checkbox"] + label:before {
  display: none;
}
.content-eleven .ctx-storelocator-krispykreme .input-box-search {
  float: left;
  width: auto;
}
.content-eleven .ctx-storelocator-krispykreme .input-box-search:nth-child(2n+1) {
  clear: both;
  box-sizing: border-box;
  padding-left: 4px;
}
.content-eleven .ctx-storelocator-krispykreme .input-box-search:nth-child(2n+0) {
  float: right;
  min-width: 38%;
}
.content-eleven .ctx-storelocator-krispykreme .content {
  display: inline-block;
  width: 100%;
  margin-bottom: 7px;
  padding: 0px;
}
.content-eleven .ctx-storelocator-krispykreme #locator-accordian-results .content {
  overflow-y: auto;
  overflow-x: hidden;
}
.content-eleven .ctx-storelocator-krispykreme ol li {
  padding: 2px 0 0 30px;
  background: transparent url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/store-bullet.png") no-repeat 0px 4px;
  position: relative;
}
.content-eleven .ctx-storelocator-krispykreme ol li .number {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  line-height: 22px;
}
.content-eleven .ctx-storelocator-krispykreme ol li .name {
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}
.content-eleven .ctx-storelocator-krispykreme ol li .details {
  color: #666666;
  font-size: 12px;
}
.content-eleven .ctx-storelocator-krispykreme ol li .details table {
  margin-top: 5px;
}
.content-eleven .ctx-storelocator-krispykreme ol li .details table th {
  font-weight: bold;
  padding: 0px 3px 0px 0px;
}
.content-eleven .ctx-storelocator-krispykreme ol li + li {
  border-top: 1px solid #EBEBEB;
  margin: 10px 0 0 0;
  padding: 12px 0 0 30px;
  background-position: 0 14px;
}
.content-eleven .ctx-storelocator-krispykreme ol li + li .number {
  top: 13px;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup {
  color: #555;
  text-align: center;
  padding-left: 10px;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup.wide {
  padding-left: 0;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup.wide .locator-popup-left {
  padding-right: 15px;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup > table {
  width: 100%;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup > table td {
  padding: 0;
  vertical-align: top;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup > table td + td {
  border-left: 1px solid #efefef;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup .locator-popup-left {
  width: 145px;
  text-align: left;
  margin: 0 auto;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup .locator-popup-left .name {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup .locator-popup-left .address {
  padding: 10px 0;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup .locator-popup-left .details th,
.content-eleven .ctx-storelocator-krispykreme .locator-popup .locator-popup-left .details td {
  padding: 0;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup .locator-popup-left .details th {
  padding-right: 5px;
  font-weight: bold;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup .locator-popup-left .notice {
  padding-top: 5px;
  color: #a2a2a2;
  font-size: 9px;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup .locator-popup-left .products {
  padding-top: 5px;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup .locator-popup-left .products a + a + a img {
  padding-top: 5px;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup .locator-popup-right {
  padding-left: 15px;
  width: 180px;
  text-align: left;
  font-size: 11px;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup .locator-popup-right .updated {
  font-style: italic;
  font-size: 10px;
  color: #666;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup .locator-popup-right .price {
  color: #fff;
  background-color: #000;
  padding: 0 2px;
  font-size: 12px;
  width: 32px;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup .locator-popup-right table {
  margin: 10px 0;
  width: 175px;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup .locator-popup-right table td,
.content-eleven .ctx-storelocator-krispykreme .locator-popup .locator-popup-right table th {
  padding: 0 0 2px 0;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup .locator-popup-right table td {
  padding-right: 5px;
}
.content-eleven .ctx-storelocator-krispykreme .locator-popup .locator-popup-right table th {
  text-align: right;
}
.content-eleven .ctx-storelocator-krispykreme .ie7 .locator-popup {
  width: 145px;
  padding-left: 30px;
}
.content-eleven .ctx-storelocator-krispykreme .ie7 .locator-popup.wide {
  width: 365px;
}

.landing-eleven-page {
  overflow-x: hidden;
  display: inline-block;
  width: 100%;
}
.landing-eleven-page .coffee-carousel,
.landing-eleven-page #product-types,
.landing-eleven-page .landing-page,
.landing-eleven-page #main section.main-content-container,
.landing-eleven-page .main-content-container section.main-content-container,
.landing-eleven-page ul.promo-widget-three {
  display: none !important;
}
.landing-eleven-page .heading-eleven {
  margin-left: -10000px;
  margin-right: -10000px;
  text-align: center;
  display: block;
  width: auto;
}
.landing-eleven-page footer {
  margin-top: 50px;
}

@media only screen and (max-width: 1080px) {
  .content-eleven .locale-eleven .right {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .landing-eleven-page .heading-eleven {
    margin-left: -20px;
    margin-right: -20px;
  }

  .user-settings.mobile-header .header-doughnuts .doughnut {
    background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/nav-doughnuts-header.png") no-repeat 0% 40%;
  }
  .user-settings.mobile-header .header-subscriber a {
    background: url("https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/subscriber-now.png") no-repeat 0% 40%;
    background-size: auto auto !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .content-eleven .locale-eleven .left {
    width: 40%;
  }
  .content-eleven .locale-eleven .right {
    left: 40%;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .content-eleven .locale-eleven .left {
    width: 100%;
  }
  .content-eleven .locale-eleven .right {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: translateY(0);
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
  }
  .content-eleven .locale-eleven .right p.title {
    font-size: 25px;
  }
  .content-eleven .locale-eleven .title-bottom {
    font-size: 24px;
    padding-right: 0px;
    line-height: 1.3em;
  }
  .content-eleven .locale-eleven .title-bottom span {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 277px;
    margin: 0px auto;
  }
  .content-eleven .section-heading-wrapper h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .content-eleven .ctx-storelocator-krispykreme .locator-map {
    position: static;
    padding-top: 20px;
    min-height: 0;
    clear: both;
  }
  .content-eleven .ctx-storelocator-krispykreme .locator-left {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .content-eleven .ctx-storelocator-krispykreme .container {
    min-height: 0px;
  }

  .cart-table tbody .product-cart-actions .qty {
    margin-right: 0px;
  }
}
/*--- Update style Fundaraising ---*/
.sub-nav {
  margin: 0;
}

.order-dough-block .order-item {
  padding-top: 0;
  padding-bottom: 0;
}
.order-dough-block .order-item > .cta {
  float: none;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.order-dough-block.au {
  min-height: 125px;
  margin-top: 60px;
  background: #008265 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/bg-green-dot.png);
}
.order-dough-block.au .order-item {
  float: left;
  width: 70%;
  padding: 35px 35px 35px 60px;
  box-sizing: border-box;
}
.order-dough-block.au .order-item p {
  display: inline;
  color: white;
  font-size: 3.077em;
  font-family: "FilmotypeLucky";
}
.order-dough-block.au .order-item > .cta {
  float: right;
  padding-right: 65px;
  background: #fdb924 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/icons/wi-icon-arrow.png) no-repeat 100% 50%;
  font-size: 2.077em;
  box-sizing: border-box;
}
.order-dough-block.au .order-item > .cta:hover {
  background-color: #b5851c;
}
.order-dough-block.au .img-item {
  float: left;
  width: 30%;
  padding-right: 35px;
  margin-top: -35px;
  box-sizing: border-box;
}
.order-dough-block.au .img-item img {
  float: right;
}

@media screen and (max-width: 1023px) {
  .order-dough-block .order-item {
    padding-top: 35px;
  }
  .order-dough-block.au .order-item {
    width: 50%;
    padding-left: 35px;
  }
  .order-dough-block.au .order-item p {
    display: none;
  }
  .order-dough-block.au .order-item > .cta {
    float: none;
  }
  .order-dough-block.au .img-item {
    width: 50%;
  }
}
@media all and (max-width: 580px) {
  .order-dough-block.au .order-item {
    min-width: 162px;
  }
  .order-dough-block.au .order-item > .cta {
    padding: 15px 50px 15px 10px;
    font-size: 1.5em;
  }
}
/*----- BP Connect page ----*/
.banner-elevent {
  margin-top: 30px;
}
.banner-elevent img {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .banner-elevent {
    margin-top: 15px;
  }
}
.fundraising-form .form-group .upload-doc {
  display: block;
  width: 100%;
  padding: 0 0 10px;
}

/*--- STORE BANNER ---*/
@media screen and (max-width: 1023px) {
  .pc-hidden {
    display: block;
  }

  .mb-hidden {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .pc-hidden {
    display: none;
  }

  .mb-hidden {
    display: block;
  }
}
.store-banner img {
  width: 100%;
  height: auto;
}

/*--- Throwback arcade landing page ---*/
.cms-throwback-arcade #product-types,
.cms-throwback-arcade .landing-page,
.cms-throwback-arcade .promo-widget-three,
.category-throwback-arcade #product-types,
.category-throwback-arcade .landing-page,
.category-throwback-arcade .promo-widget-three {
  display: none;
}
.cms-throwback-arcade img,
.category-throwback-arcade img {
  max-width: 100%;
  height: auto;
}
.cms-throwback-arcade .main-content-container .main-content-container,
.category-throwback-arcade .main-content-container .main-content-container {
  display: none;
}
.cms-throwback-arcade .main-content-container .content,
.category-throwback-arcade .main-content-container .content {
  max-width: none;
  padding: 0;
}

.throwback-arcade {
  text-align: center;
  background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/throwback-arcade/gradient-bg.jpg) repeat-x top center;
  background-size: auto 100%;
}

.tba-wrapper {
  	/*background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme_nz/images/throwback-arcade/shapes-bg.png) repeat-y top center;
      background-size: 100% auto;*/
}

.tba-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px 100px;
  position: relative;
  z-index: 100;
}

.tba-content h2 {
  font: 55px 'AreteMono', Helvetica, arial,sans-serif;
  color: #fce97b;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.tba-content p {
  font-size: 18px;
  font-family: 'DroidSans', Helvetica, arial,sans-serif;
  color: #fff;
  margin: 0 0 1em;
}
.tba-content ul:after {
  display: table;
  content: ' ';
  clear: both;
}

.tba-game {
  padding-top: 30px;
}
.tba-game ul li {
  float: left;
  width: 46.32%;
  margin: 0 0 55px 7.36%;
}
.tba-game ul li a {
  font: 32px "HalfBoldPixel", Helvetica, arial,sans-serif;
}
.tba-game ul li a span {
  display: block;
  margin-top: 10px;
}
.tba-game ul li:nth-child(2n + 1) {
  clear: both;
  margin-left: 0;
}
.tba-game ul li:nth-child(4n + 1) a {
  color: #9463a9;
}
.tba-game ul li:nth-child(4n + 1) a:hover {
  color: #41b1e4;
}
.tba-game ul li:nth-child(4n + 2) a {
  color: #83c1bc;
}
.tba-game ul li:nth-child(4n + 2) a:hover {
  color: #41b1e4;
}
.tba-game ul li:nth-child(4n + 3) a {
  color: #db1859;
}
.tba-game ul li:nth-child(4n + 3) a:hover {
  color: #41b1e4;
}
.tba-game ul li:nth-child(4n) a {
  color: #fce97b;
}
.tba-game ul li:nth-child(4n) a:hover {
  color: #41b1e4;
}

.tba-doughnut ul li {
  float: left;
  width: 22.23%;
  margin: 0 0 0 3.69%;
}
.tba-doughnut ul li a {
  font: 24px 'AreteMono', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.tba-doughnut ul li a span {
  display: block;
  margin-top: 15px;
}
.tba-doughnut ul li a img {
  animation: none;
  -webkit-animation: none;
  -ms-animation: none;
}
.tba-doughnut ul li a:hover {
  color: #41b1e4;
}
.tba-doughnut ul li a:hover img {
  animation: swing 1s infinite;
  -webkit-animation: swing 1s infinite;
  -ms-animation: swing 1s infinite;
}
.tba-doughnut ul li:nth-child(4n + 1) {
  clear: both;
  margin-left: 0;
}
.tba-doughnut ul li:nth-child(4n + 1) a {
  color: #db1859;
}
.tba-doughnut ul li:nth-child(4n + 1) a:hover {
  color: #41b1e4;
}
.tba-doughnut ul li:nth-child(4n + 2) a {
  color: #fce97b;
}
.tba-doughnut ul li:nth-child(4n + 2) a:hover {
  color: #41b1e4;
}
.tba-doughnut ul li:nth-child(4n + 3) a {
  color: #9463a9;
}
.tba-doughnut ul li:nth-child(4n + 3) a:hover {
  color: #41b1e4;
}
.tba-doughnut ul li:nth-child(4n) a {
  color: #83c1bc;
}
.tba-doughnut ul li:nth-child(4n) a:hover {
  color: #41b1e4;
}

.view-range {
  margin-top: 30px;
}
.view-range a {
  font: 19px "HalfBoldPixel", Helvetica, Arial, sans-serif;
  line-height: 24px;
  padding: 16px 20px;
  color: #fff;
  text-transform: uppercase;
  background: #dc1f37;
  display: inline-block;
  vertical-align: top;
}
.view-range a:hover {
  color: #41b1e4;
}

.parallax-mirror {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .tba-content h2 {
    font-size: 34px;
    line-height: 1;
  }
  .tba-content p {
    font-size: 16px;
  }

  .tba-game ul li {
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 30px;
  }
  .tba-game ul li a {
    font-size: 16px;
  }

  .tba-doughnut ul li {
    width: 48.5%;
    margin-left: 3%;
  }
  .tba-doughnut ul li:nth-child(2n + 1) {
    clear: both;
    margin-left: 0;
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 9deg);
    transform: rotate3d(0, 0, 1, 9deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -6deg);
    transform: rotate3d(0, 0, 1, -6deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 9deg);
    transform: rotate3d(0, 0, 1, 9deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -6deg);
    transform: rotate3d(0, 0, 1, -6deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/*--- END Throwback arcade landing page ---*/

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

/* --------------------- SASS Variables --------------------- */
/* Colours */
/* Fonts */
/* Major container/element widths */
@media all and (max-width: 1199px) {
  /* line 5, ../sass/respponsive-styles.scss */
  .main-content-container .content {
    padding: 0 20px;
  }

  /* line 6, ../sass/respponsive-styles.scss */
  #news .content {
    padding: 0 20px;
  }

  /* line 8, ../sass/respponsive-styles.scss */
  .history-block > .inner {
    margin: 0 20px;
  }
}
@media all and (max-width: 1024px) {
  /* line 12, ../sass/respponsive-styles.scss */
  #hero-slider {
    height: 50vw;
  }
  /* line 13, ../sass/respponsive-styles.scss */
  #hero-slider .prev-slide,
  #hero-slider .next-slide {
    width: 50px;
  }
  /* line 15, ../sass/respponsive-styles.scss */
  #hero-slider .prev-slide:hover {
    background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/arrow-slider-left-gold.png) no-repeat 50%;
  }
  /* line 16, ../sass/respponsive-styles.scss */
  #hero-slider .next-slide:hover {
    background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/arrow-slider-right-gold.png) no-repeat 50%;
  }
  /* line 17, ../sass/respponsive-styles.scss */
  #hero-slider .prev-slide::after,
  #hero-slider .prev-slide:hover::after,
  #hero-slider .next-slide:after,
  #hero-slider .prev-slide:hover::after {
    display: none;
  }
  /* line 21, ../sass/respponsive-styles.scss */
  #hero-slider .clip-container {
    height: 40vw;
  }
  /* line 23, ../sass/respponsive-styles.scss */
  #hero-slider .clip-container .hero-slider-item img {
    width: 100%;
  }
  /* line 25, ../sass/respponsive-styles.scss */
  #hero-slider .clip-container .clipper {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50%;
    height: 100%;
  }

  /* line 33, ../sass/respponsive-styles.scss */
  #storelocator-results #map-wrapper {
    width: 90%;
    margin: 0 auto;
  }

  /* line 34, ../sass/respponsive-styles.scss */
  .footer-newsletter {
    bottom: 0;
  }
  /* line 36, ../sass/respponsive-styles.scss */
  .footer-newsletter .block-content {
    padding: 0 20px;
  }

  /* line 40, ../sass/respponsive-styles.scss */
  #newsletter .content-heading {
    width: 95%;
    padding: 0 0 0 5%;
  }

  /* line 44, ../sass/respponsive-styles.scss */
  .footer-newsletter .block-content .inner-newsletter input[type=text] {
    width: 54%;
  }
}
@media all and (max-width: 1023px) {
  /* line 56, ../sass/respponsive-styles.scss */
  .promo-widget-three li div p.heading {
    font-size: 1.2em;
  }
  /* line 59, ../sass/respponsive-styles.scss */
  .promo-widget-three li div p.copy {
    font-size: 1.0em;
  }
  /* line 65, ../sass/respponsive-styles.scss */
  .promo-widget-three .seveneleven a.seleven-eleven-locator {
    height: 136px;
  }
  /* line 67, ../sass/respponsive-styles.scss */
  .promo-widget-three .seveneleven a.seleven-eleven-locator p.heading {
    margin: 0;
    line-height: 136px;
    font-size: 1.2em;
  }
  /* line 72, ../sass/respponsive-styles.scss */
  .promo-widget-three .seveneleven a.seleven-eleven-locator img {
    margin: 36px 15px 0 15px;
    width: 45px;
  }
  /* line 76, ../sass/respponsive-styles.scss */
  .promo-widget-three .seveneleven a.seleven-eleven-locator p.arrow {
    margin: 0;
    line-height: 136px;
  }

  /* line 87, ../sass/respponsive-styles.scss */
  .top-story-block .highlight-3 .content-block {
    margin-top: 25px;
  }

  /* line 89, ../sass/respponsive-styles.scss */
  .history-block br, .fundraising-work-index br {
    display: none;
  }

  /* line 92, ../sass/respponsive-styles.scss */
  .howitwork-steps-block > .inner {
    position: static;
  }
  /* line 93, ../sass/respponsive-styles.scss */
  .howitwork-steps-block > .inner .step-block {
    width: 100%;
  }
  /* line 94, ../sass/respponsive-styles.scss */
  .howitwork-steps-block > .inner .img-3 {
    position: static;
    margin: 30px auto 0;
  }

  /* line 100, ../sass/respponsive-styles.scss */
  .flexslider1-control-thumbs {
    display: none;
  }

  /* line 101, ../sass/respponsive-styles.scss */
  #product-info .product-hero .product-disector .disector .dragger {
    width: 200px;
  }
  /* line 102, ../sass/respponsive-styles.scss */
  #product-info .product-hero .product-disector .disector .dragger span#drag-label {
    width: 150px;
  }

  /* line 104, ../sass/respponsive-styles.scss */
  .full-width-text-cta {
    margin: 0 15%;
    padding: 10px 0 !important;
  }
  /* line 107, ../sass/respponsive-styles.scss */
  .full-width-text-cta .cta {
    margin: 10px 0 0 0;
    display: block;
  }

  /* line 113, ../sass/respponsive-styles.scss */
  .order-dough-block .order-item {
    width: 50%;
    padding-left: 35px;
  }
  /* line 116, ../sass/respponsive-styles.scss */
  .order-dough-block .order-item p {
    display: none;
  }
  /* line 117, ../sass/respponsive-styles.scss */
  .order-dough-block .order-item > .cta {
    float: none;
  }
  /* line 119, ../sass/respponsive-styles.scss */
  .order-dough-block .img-item {
    width: 50%;
  }

  /*  HEADER ---------
  Major containers are the #top-bar and #navigation blocks
  Styles for elements like social icons, user settings links, navigation
  */
  /* line 125, ../sass/respponsive-styles.scss */
  .sticky-top-bar {
    position: fixed;
    top: 0;
    z-index: 10000;
  }

  /* line 130, ../sass/respponsive-styles.scss */
  #top-bar {
    height: 80px;
    border-bottom: 1px solid #008265;
  }

  /* line 134, ../sass/respponsive-styles.scss */
  .social-icons {
    display: none;
  }

  /* line 135, ../sass/respponsive-styles.scss */
  .top-bar-icon {
    float: left;
    width: 25%;
    height: 80px;
    background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/divider-top-bar-links.png) no-repeat 100% 0%;
    background-size: 2px 100%;
  }

  /* line 142, ../sass/respponsive-styles.scss */
  .find-store {
    width: 100%;
    height: 80px;
    background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/icons/store-locator.png) no-repeat 50% 50%;
    padding: 0;
    margin: 0;
    text-indent: -20000px;
  }

  /* line 150, ../sass/respponsive-styles.scss */
  .login {
    background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/icons/login.png) no-repeat 0% 40%;
  }

  /* line 151, ../sass/respponsive-styles.scss */
  .logout {
    background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/icons/logout.png) no-repeat 0% 40%;
  }

  /* line 152, ../sass/respponsive-styles.scss */
  .menu-btn {
    display: block;
  }

  /* line 153, ../sass/respponsive-styles.scss */
  .user-settings {
    float: left;
    width: 50%;
  }
  /* line 156, ../sass/respponsive-styles.scss */
  .user-settings li, .user-settings li:last-child {
    padding: 0;
    margin: 0;
    width: 50%;
    background-size: 2px 100%;
  }
  /* line 161, ../sass/respponsive-styles.scss */
  .user-settings li a, .user-settings li:last-child a {
    width: 100%;
    height: 80px;
    padding: 0;
    text-indent: -20000px;
    background-size: 30px 30px !important;
    background-position: 50% 50% !important;
  }
  /* line 169, ../sass/respponsive-styles.scss */
  .user-settings li .cart-count, .user-settings li:last-child .cart-count {
    top: 25px;
    left: 55%;
    width: 16px;
    height: 14px;
  }
  /* line 177, ../sass/respponsive-styles.scss */
  .user-settings li .cart.skip-link {
    width: 100%;
  }
  /* line 179, ../sass/respponsive-styles.scss */
  .user-settings .logout-desk {
    display: none;
  }

  /* Change the logo positioning to get it above the top bar */
  /* line 183, ../sass/respponsive-styles.scss */
  .krispy-kreme-logo {
    display: none;
  }

  /* line 184, ../sass/respponsive-styles.scss */
  .krispy-kreme-logo-mobile {
    display: block;
  }

  /*The row with Krispy Kreme logo and the main navigation items*/
  /* line 186, ../sass/respponsive-styles.scss */
  .header-fixed {
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    right: 0;
  }

  /* line 193, ../sass/respponsive-styles.scss */
  .header-fixed .krispy-kreme-logo-mobile {
    display: none;
  }

  /* line 194, ../sass/respponsive-styles.scss */
  .sticky-nav {
    position: fixed !important;
    top: 81px !important;
  }

  /* line 198, ../sass/respponsive-styles.scss */
  #navigation {
    position: absolute;
    left: -100%;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-bottom: 1px solid #008265;
    top: 137px;
  }
  /* line 206, ../sass/respponsive-styles.scss */
  #navigation .content {
    background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/tile-green-dots.png) repeat-x 0 0;
    padding: 0px;
  }
  /* line 210, ../sass/respponsive-styles.scss */
  #navigation .logout-mob {
    display: block;
    font: 1.5em "BebasNeue", Arial, sans-serif;
    color: #008265;
    margin-top: 20px;
    margin-left: 10px;
    clear: both;
  }

  /* line 219, ../sass/respponsive-styles.scss */
  nav {
    display: block;
    float: left;
    margin-bottom: 10px;
  }
  /* line 223, ../sass/respponsive-styles.scss */
  nav .main-menu {
    margin-top: 50px;
  }
  /* line 225, ../sass/respponsive-styles.scss */
  nav .main-menu li {
    float: none;
    height: auto;
    margin: 10px;
    padding: 0px;
    border: none;
  }
  /* line 231, ../sass/respponsive-styles.scss */
  nav .main-menu li a {
    border: none;
    text-align: left;
  }
  /* line 236, ../sass/respponsive-styles.scss */
  nav .main-menu li:last-child {
    margin: 10px;
  }
  /* line 237, ../sass/respponsive-styles.scss */
  nav .main-menu li:last-child a {
    background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/arrow-white-right.png) no-repeat 60% 50%;
    padding-right: 30px;
  }
  /* line 241, ../sass/respponsive-styles.scss */
  nav .main-menu li:last-child a:hover {
    color: #ba2f4b;
    background-position: 60% 50%;
  }
  /* line 247, ../sass/respponsive-styles.scss */
  nav .sub-menu {
    display: block;
    position: static;
    border: none;
    margin: 0;
    padding: 0;
  }
  /* line 253, ../sass/respponsive-styles.scss */
  nav .sub-menu li,
  nav .sub-menu li:last-child {
    width: 150px;
    height: auto;
    margin: 0;
  }
  /* line 258, ../sass/respponsive-styles.scss */
  nav .sub-menu li a,
  nav .sub-menu li:last-child a {
    padding: 5px 0;
  }
  /* line 259, ../sass/respponsive-styles.scss */
  nav .sub-menu li a:hover,
  nav .sub-menu li:last-child a:hover {
    background: none !important;
    border-right: none;
    opacity: 1;
  }

  /*  FOOTER ---------
	Major containers are the #site-map and #footer-links blocks
	Styles for elements like expanding site map, footer links with mandatories
	*/
  /* line 272, ../sass/respponsive-styles.scss */
  footer {
    background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/tile-green-dots.png) repeat-x 0 0%;
    padding-top: 35px;
  }

  /* line 276, ../sass/respponsive-styles.scss */
  #popup-container {
    display: none !important;
  }

  /* line 279, ../sass/respponsive-styles.scss */
  #site-map-tab {
    display: none !important;
  }

  /* line 280, ../sass/respponsive-styles.scss */
  #site-map {
    height: auto;
    padding-bottom: 20px;
  }
  /* line 283, ../sass/respponsive-styles.scss */
  #site-map a.home-link {
    margin: 0 0 20px 1%;
  }
  /* line 284, ../sass/respponsive-styles.scss */
  #site-map .page-list {
    clear: both;
    float: none;
    margin: 20px auto 0 auto;
    width: 98%;
  }
  /* line 289, ../sass/respponsive-styles.scss */
  #site-map .page-list .page-section {
    font: 1.154em "Rockwell", "Courier New", sans-serif;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 100%;
  }

  /* line 297, ../sass/respponsive-styles.scss */
  #footer-links {
    padding-top: 20px;
  }
  /* line 298, ../sass/respponsive-styles.scss */
  #footer-links #site-map-button {
    display: none !important;
  }
  /* line 299, ../sass/respponsive-styles.scss */
  #footer-links .mandatories-right,
  #footer-links .mandatories-left {
    float: none;
  }
  /* line 301, ../sass/respponsive-styles.scss */
  #footer-links ul li {
    float: none;
    margin: 10px 0;
  }
  /* line 304, ../sass/respponsive-styles.scss */
  #footer-links ul li a {
    height: 20px;
    display: block;
  }

  /*  DOUGHNUT TRAY WITH CTA UNDER HERO SLIDER ---------
  */
  /* line 312, ../sass/respponsive-styles.scss */
  #doughnut-tray {
    height: 50px;
  }

  /* line 313, ../sass/respponsive-styles.scss */
  #tray {
    max-width: 450px;
    height: 100px;
    background-size: 100% 50%;
  }
  /* line 317, ../sass/respponsive-styles.scss */
  #tray img {
    width: 50%;
  }
  /* line 318, ../sass/respponsive-styles.scss */
  #tray #doughnut-box {
    width: 200px;
    height: 150px;
    margin: -30px auto 0 auto;
  }

  /* line 324, ../sass/respponsive-styles.scss */
  #shop-promo {
    position: relative;
    z-index: 11;
    margin-top: 75px;
    border-bottom: 1px solid #7fc0b2;
    padding-bottom: 20px;
    text-align: center;
  }
  /* line 331, ../sass/respponsive-styles.scss */
  #shop-promo p {
    width: 100%;
    text-align: center;
  }
  /* line 332, ../sass/respponsive-styles.scss */
  #shop-promo .cta {
    margin: 0 auto;
    width: 50%;
    display: block;
  }
  /* line 337, ../sass/respponsive-styles.scss */
  #shop-promo #delivery-car {
    display: none;
  }

  /* STORE LOCATOR ---------
  */
  /* line 344, ../sass/respponsive-styles.scss */
  #storelocator-results #map-wrapper #map {
    position: absolute !important;
    left: -200%;
  }
  /* line 349, ../sass/respponsive-styles.scss */
  #storelocator-results #map-wrapper #store_locator_form {
    max-width: 100%;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    height: auto;
  }
  /* line 357, ../sass/respponsive-styles.scss */
  #storelocator-results #map-wrapper #sidebar {
    max-height: 100vh;
    height: auto;
  }
  /* line 361, ../sass/respponsive-styles.scss */
  #storelocator-results #map-wrapper .sidebar-entry-container {
    cursor: default;
  }
  /* line 362, ../sass/respponsive-styles.scss */
  #storelocator-results #map-wrapper .sidebar-entry-container:hover {
    background-color: #008265;
  }
  /* line 365, ../sass/respponsive-styles.scss */
  #storelocator-results #all-store-locations {
    margin-top: 0px;
  }
  /* line 366, ../sass/respponsive-styles.scss */
  #storelocator-results .state-location-list {
    margin: 20px 0;
    display: block;
    width: 100%;
  }
  /* line 370, ../sass/respponsive-styles.scss */
  #storelocator-results .state-location-list .state-name {
    font: 1.2em "Rockwell", "Courier New", sans-serif;
    color: #008265;
    margin-bottom: 5px;
    margin-top: 40px;
  }
  /* line 371, ../sass/respponsive-styles.scss */
  #storelocator-results .state-location-list li {
    color: #a2a2a2;
  }

  /*  PRODUCT INFO ---------
  */
  /* line 376, ../sass/respponsive-styles.scss */
  #product-types {
    display: block;
    position: relative;
    z-index: 2;
    height: 50px;
    float: none;
    border: 0;
  }
  /* line 383, ../sass/respponsive-styles.scss */
  #product-types .types-list {
    display: none;
  }
  /* line 384, ../sass/respponsive-styles.scss */
  #product-types .types-dropdown {
    display: block;
    position: relative;
    width: 100%;
    z-index: 3;
  }
  /* line 390, ../sass/respponsive-styles.scss */
  #product-types .custom-select-1 {
    display: block;
    margin: 20px auto;
  }

  /* line 395, ../sass/respponsive-styles.scss */
  #product-info {
    margin-top: 0;
  }
  /* line 396, ../sass/respponsive-styles.scss */
  #product-info .product-views {
    position: relative;
    float: none;
    width: 50%;
    height: 50px;
    margin: 0 auto;
    text-align: center;
  }
  /* line 403, ../sass/respponsive-styles.scss */
  #product-info .product-views a {
    float: left;
    width: 50%;
    height: auto;
    line-height: normal;
  }
  /* line 411, ../sass/respponsive-styles.scss */
  #product-info .doughnuts a.side, #product-info .doughnuts a.top {
    background: none;
    padding: 0 5px;
    box-sizing: border-box;
  }
  /* line 416, ../sass/respponsive-styles.scss */
  #product-info .doughnuts a.top {
    border-left: 1px solid #008265;
  }
  /* line 418, ../sass/respponsive-styles.scss */
  #product-info .product-hero {
    overflow: hidden;
    margin: auto;
    width: 335px;
    height: 325px;
    padding-top: 10px;
  }
  /* line 424, ../sass/respponsive-styles.scss */
  #product-info .product-hero #landing-view img {
    width: 100%;
    padding-top: 0;
  }
  /* line 428, ../sass/respponsive-styles.scss */
  #product-info .product-hero #top-view {
    display: none;
  }
  /* line 428, ../sass/respponsive-styles.scss */
  #product-info .product-hero #top-view img {
    width: 100%;
  }
  /* line 430, ../sass/respponsive-styles.scss */
  #product-info .product-hero .product-disector img {
    width: 335px;
    height: 311px;
  }
  /* line 431, ../sass/respponsive-styles.scss */
  #product-info .product-hero .product-disector .disector {
    height: 325px;
  }
  /* line 432, ../sass/respponsive-styles.scss */
  #product-info .product-hero .product-disector .disector #divider {
    height: 86%;
  }
  /* line 434, ../sass/respponsive-styles.scss */
  #product-info .product-hero .product-disector .inside {
    width: 335px;
  }
  /* line 438, ../sass/respponsive-styles.scss */
  #product-info .product-hero #side-view {
    width: 335px;
  }
  /* line 440, ../sass/respponsive-styles.scss */
  #product-info .product-commerce {
    position: relative;
    float: none;
    width: 100%;
    margin: 50px 0;
  }
  /* line 446, ../sass/respponsive-styles.scss */
  #product-info .product-description {
    float: none;
  }
  /* line 448, ../sass/respponsive-styles.scss */
  #product-info .product-description h1 {
    line-height: 1;
    font-size: 3.79em;
  }
  /* line 449, ../sass/respponsive-styles.scss */
  #product-info .product-description .product-description-links {
    display: table;
    margin: 0 auto;
  }
  /* line 452, ../sass/respponsive-styles.scss */
  #product-info .product-description .product-description-links p.nutrition {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  /* line 453, ../sass/respponsive-styles.scss */
  #product-info .product-description .product-description-links span.separator {
    display: none;
  }
  /* line 454, ../sass/respponsive-styles.scss */
  #product-info .product-description .product-description-links span.hashtag {
    display: inline-block;
    margin-top: 10px;
    padding: 0;
  }
  /* line 455, ../sass/respponsive-styles.scss */
  #product-info .product-description .product-description-links .social-icons {
    display: inline-block;
    margin: 10px auto 20px;
  }
  /* line 456, ../sass/respponsive-styles.scss */
  #product-info .product-description .product-description-links a {
    font-size: 0.9em;
  }

  /*  PRODUCT GALLERY ---------
  */
  /* line 464, ../sass/respponsive-styles.scss */
  .product-gallery .gallery-item {
    width: 48%;
    margin: 1%;
  }
  /* line 469, ../sass/respponsive-styles.scss */
  .product-gallery .gallery-item a:hover .thumbnail-label {
    bottom: 0px;
  }
  /* line 470, ../sass/respponsive-styles.scss */
  .product-gallery .gallery-item a:hover .thumbnail-cta {
    bottom: -50px;
  }

  /*  GET A TASTE PROMO ---------
  */
  /* line 478, ../sass/respponsive-styles.scss */
  #get-a-taste .bg-image-container {
    position: relative;
    width: auto;
    max-width: 800px;
    height: auto;
    margin-left: 0%;
    left: 0%;
  }
  /* line 486, ../sass/respponsive-styles.scss */
  #get-a-taste .badge-image {
    float: none;
    margin: -50px auto 20px auto;
    width: 200px;
    height: 200px;
    background-size: 100%;
  }
  /* line 493, ../sass/respponsive-styles.scss */
  #get-a-taste .copy {
    float: none;
    text-align: center;
    margin: 0 auto;
    height: auto;
  }
  /* line 499, ../sass/respponsive-styles.scss */
  #get-a-taste p.headline {
    margin-bottom: 20px;
  }
  /* line 500, ../sass/respponsive-styles.scss */
  #get-a-taste a.cta {
    float: none;
    display: block;
    width: 150px;
    margin: 0 auto;
  }

  /*  INSTAGRAM WIDGET ---------
  */
  /* line 510, ../sass/respponsive-styles.scss */
  .instagram-widget {
    display: block;
    max-width: 1023px;
    height: 90vw;
  }
  /* line 514, ../sass/respponsive-styles.scss */
  .instagram-widget .top-block {
    margin-bottom: -10%;
  }
  /* line 518, ../sass/respponsive-styles.scss */
  .instagram-widget .block-of-4 {
    width: 100%;
    height: 100%;
    display: block;
  }
  /* line 523, ../sass/respponsive-styles.scss */
  .instagram-widget .block-of-4 .block {
    width: 50%;
    height: 46%;
    display: block;
    float: left;
  }
  /* line 525, ../sass/respponsive-styles.scss */
  .instagram-widget .block-of-2 {
    display: none;
    float: left;
    width: 100%;
    height: 46%;
  }
  /* line 531, ../sass/respponsive-styles.scss */
  .instagram-widget .block-of-2 .block {
    width: 50%;
    height: 100%;
    display: block;
    float: left;
  }
  /* line 533, ../sass/respponsive-styles.scss */
  .instagram-widget .badge-area {
    height: 50vw;
    margin-bottom: -6%;
  }
  /* line 537, ../sass/respponsive-styles.scss */
  .instagram-widget .badge-container {
    background-size: 27%;
    padding-top: 30%;
  }
  /* line 538, ../sass/respponsive-styles.scss */
  .instagram-widget .hastag-container {
    top: 46%;
  }

  /*  IP DETECTION LIGHTBOX ---------
  */
  /* line 546, ../sass/respponsive-styles.scss */
  #ip-detection .content {
    height: auto;
  }
  /* line 548, ../sass/respponsive-styles.scss */
  #ip-detection .content img {
    margin-top: -50px;
    width: 50%;
  }
  /* line 549, ../sass/respponsive-styles.scss */
  #ip-detection .content p.headline {
    font-size: 1.2em;
    padding: 0 5%;
    margin-bottom: 10px;
  }
  /* line 554, ../sass/respponsive-styles.scss */
  #ip-detection .content p.address {
    margin: 10px 0 0 0;
  }
  /* line 556, ../sass/respponsive-styles.scss */
  #ip-detection .content p.address span {
    font-size: 11px;
    margin: 0;
  }
  /* line 561, ../sass/respponsive-styles.scss */
  #ip-detection .content p.disclaimer {
    line-height: 14px;
  }
  /* line 562, ../sass/respponsive-styles.scss */
  #ip-detection .content a.ip-close-link {
    margin-top: 10px;
  }
  /* line 565, ../sass/respponsive-styles.scss */
  #ip-detection .content a.ip-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #fdb924 url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/close-btn.png) no-repeat 50% 50%;
    overflow: hidden;
    text-indent: 20000px;
    transition: background-color .2s;
  }
  /* line 576, ../sass/respponsive-styles.scss */
  #ip-detection .content a.close-btn:hover {
    background-color: #b5851c;
  }

  /*  FUNDRASING INFO PAGE ---------
  */
  /* line 587, ../sass/respponsive-styles.scss */
  .fundraising-promo img.left-image,
  .fundraising-promo img.right-image {
    display: none;
    clear: both;
  }
  /* line 592, ../sass/respponsive-styles.scss */
  .fundraising-promo .promo-content {
    padding-top: 0px;
    padding-bottom: 50px;
    width: 100%;
    float: none;
  }
  /* line 597, ../sass/respponsive-styles.scss */
  .fundraising-promo .promo-content p.promo-headline {
    line-height: 50px;
  }
  /* line 598, ../sass/respponsive-styles.scss */
  .fundraising-promo .promo-content p.promo-copy {
    font: 1.538em "Rockwell", "Courier New", sans-serif;
    color: #008265;
  }

  /* line 605, ../sass/respponsive-styles.scss */
  .copy-image-section .image-left-wrapper,
  .copy-image-section .copy-right-wrapper,
  .copy-image-section .copy-left-wrapper,
  .copy-image-section .image-right-wrapper {
    display: block;
    max-width: 100%;
    text-align: center;
  }
  /* line 612, ../sass/respponsive-styles.scss */
  .copy-image-section .image-left-wrapper img,
  .copy-image-section .copy-right-wrapper img,
  .copy-image-section .copy-left-wrapper img,
  .copy-image-section .image-right-wrapper img {
    display: block;
    max-width: 50%;
    margin: 20px auto;
  }

  /*  SHOP ONLINE PAGE ---------
  */
  /* line 625, ../sass/respponsive-styles.scss */
  .shop-products-list .shop-product .product-info {
    width: 70%;
  }
  /* line 626, ../sass/respponsive-styles.scss */
  .shop-products-list .shop-product .product-actions {
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: left;
    padding: 25px;
    box-sizing: border-box;
  }
  /* line 633, ../sass/respponsive-styles.scss */
  .shop-products-list .shop-product .product-actions form {
    max-width: 100%;
  }

  /* line 641, ../sass/respponsive-styles.scss */
  #mix-your-own #box-container {
    display: block;
    position: relative;
    float: none;
    top: 0px;
    width: 100%;
  }
  /* line 649, ../sass/respponsive-styles.scss */
  #mix-your-own #box-container #box ul a.remove-thumb {
    font: 1em "Rockwell", "Courier New", sans-serif;
    top: 21%;
    left: 28%;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 32.5px;
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, 0);
  }
  /* line 663, ../sass/respponsive-styles.scss */
  #mix-your-own .sticky-box {
    top: 0px !important;
  }
  /* line 664, ../sass/respponsive-styles.scss */
  #mix-your-own #doughnuts-container {
    display: block;
    width: 100%;
    margin: 0px;
    border-left: none;
  }
  /* line 669, ../sass/respponsive-styles.scss */
  #mix-your-own #doughnuts-container ul {
    display: block;
    margin-top: 50px;
  }
  /* line 672, ../sass/respponsive-styles.scss */
  #mix-your-own #doughnuts-container ul li {
    display: block;
    float: left;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    background-size: 75%;
  }
  /* line 680, ../sass/respponsive-styles.scss */
  #mix-your-own #doughnuts-container ul li img {
    cursor: pointer;
    margin: auto;
    width: 75%;
  }
  /* line 687, ../sass/respponsive-styles.scss */
  #mix-your-own #doughnuts-container h3 {
    min-height: 50px;
  }
  /* line 691, ../sass/respponsive-styles.scss */
  #mix-your-own #box-info {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
  }
  /* line 697, ../sass/respponsive-styles.scss */
  #mix-your-own #box-info .box-info-item {
    float: left;
    width: 33.33%;
    height: 100px;
    margin: 0%;
    background: rgba(255, 255, 255, 0.8);
    outline: 1px solid #a2a2a2;
  }
  /* line 705, ../sass/respponsive-styles.scss */
  #mix-your-own #box-info #emptyDozen {
    background-image: none;
  }
  /* line 708, ../sass/respponsive-styles.scss */
  #mix-your-own #box-info #shuffleDozen {
    background-image: none;
  }
  /* line 711, ../sass/respponsive-styles.scss */
  #mix-your-own #box-info .shuffle-wrapper {
    clear: none;
  }
  /* line 713, ../sass/respponsive-styles.scss */
  #mix-your-own #box-info .status {
    outline: none;
    position: fixed;
    bottom: 100px;
    left: 0px;
    height: auto;
    background-color: rgba(0, 130, 101, 0.8);
    width: 100%;
    height: 0px;
  }
  /* line 722, ../sass/respponsive-styles.scss */
  #mix-your-own #box-info .status .count {
    color: #FFFFFF;
  }
  /* line 726, ../sass/respponsive-styles.scss */
  #mix-your-own #box-info .cta-type2 {
    display: block;
    border-radius: 0px;
    padding: 0;
    background: none;
    line-height: 20px;
    padding-top: 35px;
    text-align: center;
  }
  /* line 735, ../sass/respponsive-styles.scss */
  #mix-your-own #box-info .cta-type2:hover {
    color: #ba2f4b;
  }
  /* line 736, ../sass/respponsive-styles.scss */
  #mix-your-own #box-info .cta-gold {
    display: block;
    width: 100%;
    font: 1.077em "Rockwell", "Courier New", sans-serif;
    height: 100px;
    line-height: 100px;
    letter-spacing: 0;
    padding: 0;
    background-image: none;
  }
  /* line 745, ../sass/respponsive-styles.scss */
  #mix-your-own #box-info .cta-gold:hover {
    background-color: #fdb924;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  /* line 755, ../sass/respponsive-styles.scss */
  .instagram-feed .doughnut-tile-wrapper {
    display: none;
  }
  /* line 756, ../sass/respponsive-styles.scss */
  .instagram-feed #feed-intro {
    width: 80%;
    height: 30vw;
    padding: 120px 20%;
    margin-left: -12.5%;
    margin-bottom: 20px;
  }
  /* line 762, ../sass/respponsive-styles.scss */
  .instagram-feed #feed-intro h1 {
    font: 1.38em "Rockwell", "Courier New", sans-serif;
  }
  /* line 765, ../sass/respponsive-styles.scss */
  .instagram-feed #feed-images li {
    margin: 0 0 20px 0 !important;
    width: 50% !important;
    height: 46vw !important;
    float: left !important;
    clear: none !important;
  }
  /* line 771, ../sass/respponsive-styles.scss */
  .instagram-feed #feed-images li img.feed-image {
    width: 106%;
    height: 106%;
    margin-left: -3%;
    margin-top: -3%;
  }
  /* line 777, ../sass/respponsive-styles.scss */
  .instagram-feed #feed-images li a.clickthrough:hover {
    opacity: 0;
  }
  /* line 778, ../sass/respponsive-styles.scss */
  .instagram-feed #feed-images li div.image-info {
    display: none !important;
  }
  /* line 780, ../sass/respponsive-styles.scss */
  .instagram-feed #feed-images li:nth-child(3n+1) {
    width: 100% !important;
    height: 90vw !important;
  }
  /* line 783, ../sass/respponsive-styles.scss */
  .instagram-feed #feed-images li:nth-child(3n+1) div.image-info {
    display: block !important;
  }
  /* line 785, ../sass/respponsive-styles.scss */
  .instagram-feed #feed-images li:nth-child(3n+1) div.image-info img.profile-image {
    margin: -15px 0 4px 0;
  }
  /* line 786, ../sass/respponsive-styles.scss */
  .instagram-feed #feed-images li:nth-child(3n+1) div.image-info .image-caption {
    font-size: 0.82em;
  }
  /* line 787, ../sass/respponsive-styles.scss */
  .instagram-feed #feed-images li:nth-child(3n+1) div.image-info .image-likes,
  .instagram-feed #feed-images li:nth-child(3n+1) div.image-info .image-comments {
    font-size: 0.9em;
    background-size: 40%;
    background-position: 0 50%;
  }
  /* line 795, ../sass/respponsive-styles.scss */
  .instagram-feed #feed-images li:nth-child(19), .instagram-feed #feed-images li.strapline-box {
    max-width: 90% !important;
    height: auto !important;
    padding: 30% 5% 0% 5%;
    background: #3e729a url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/icons/instagram-icon-large-white.png) no-repeat 50% 40px;
    background-size: 50px;
  }
  /* line 801, ../sass/respponsive-styles.scss */
  .instagram-feed #feed-images li:nth-child(19) h1, .instagram-feed #feed-images li.strapline-box h1 {
    font-size: 1.53em;
  }
  /* line 804, ../sass/respponsive-styles.scss */
  .instagram-feed #backToTop {
    position: relative;
    max-width: 90%;
    margin: 20px auto 100px auto;
    display: block;
  }
  /* line 810, ../sass/respponsive-styles.scss */
  .instagram-feed .floating-hashtag {
    display: none;
  }

  /* line 812, ../sass/respponsive-styles.scss */
  .tbl-1 tbody td:last-child {
    font-size: 10px;
  }

  /* line 814, ../sass/respponsive-styles.scss */
  .highlight-3 .img-block {
    float: none;
    width: 100%;
  }
  /* line 817, ../sass/respponsive-styles.scss */
  .highlight-3 .img-block img {
    margin: 0 auto;
    max-width: 100%;
  }
  /* line 822, ../sass/respponsive-styles.scss */
  .highlight-3 .content-block {
    width: 100%;
    max-width: 100%;
    padding: 30px 0 20px;
    border: 0;
  }
  /* line 828, ../sass/respponsive-styles.scss */
  .highlight-3 .img-1 {
    float: none;
    margin: 0 auto;
    max-width: 100%;
  }

  /* line 832, ../sass/respponsive-styles.scss */
  .feature-news-block .highlight-3 .img-block {
    width: 100%;
  }
  /* line 833, ../sass/respponsive-styles.scss */
  .feature-news-block .highlight-3 .content-block {
    padding: 0;
    border: 0;
  }

  /* line 839, ../sass/respponsive-styles.scss */
  .carousel1 {
    padding: 0 50px;
  }

  /* line 840, ../sass/respponsive-styles.scss */
  .block-accordion-vertical .cont-accordion {
    padding: 20px 20px 30px;
  }

  /* line 842, ../sass/respponsive-styles.scss */
  .article-block img {
    margin: 0 auto;
  }
  /* line 843, ../sass/respponsive-styles.scss */
  .article-block .social-icons {
    display: block;
  }

  /* line 848, ../sass/respponsive-styles.scss */
  .more-stories-block .row .col-1 h3 {
    padding-left: 0;
  }
  /* line 849, ../sass/respponsive-styles.scss */
  .more-stories-block .row .col-1 .desc {
    max-width: 100%;
    padding-left: 0;
  }
  /* line 854, ../sass/respponsive-styles.scss */
  .more-stories-block .row .col-2, .more-stories-block .row .col-3 {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  /* line 856, ../sass/respponsive-styles.scss */
  .more-stories-block .row .col-3 .img-2 {
    float: none;
    margin: 0 auto;
  }

  /* line 860, ../sass/respponsive-styles.scss */
  .story-slider .story-viewport,
  .news-carousel .news-viewport {
    margin: 0 50px 20px;
  }

  /* line 863, ../sass/respponsive-styles.scss */
  .history-block .section-heading-wrapper {
    left: 0;
  }

  /* line 865, ../sass/respponsive-styles.scss */
  .block-7 {
    padding: 10px 290px 35px 40px;
  }

  /* line 867, ../sass/respponsive-styles.scss */
  .bonus-block .copy-image-section .image-left-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  /* line 871, ../sass/respponsive-styles.scss */
  .bonus-block .copy-image-section .image-left-wrapper img {
    width: auto;
    max-width: 100%;
  }
  /* line 876, ../sass/respponsive-styles.scss */
  .bonus-block .copy-image-section .copy-right-wrapper {
    text-align: left;
  }

  /* line 878, ../sass/respponsive-styles.scss */
  .footer-newsletter .block-content .inner-newsletter .a-right {
    margin-top: 15px;
  }

  /* line 881, ../sass/respponsive-styles.scss */
  .footer-newsletter .block-content .inner-newsletter input[type=text] {
    width: 86%;
    float: none;
    margin: 0 auto;
  }

  /* line 886, ../sass/respponsive-styles.scss */
  .footer-newsletter .block-content .inner-newsletter .cta {
    width: 183px;
    margin: 10px auto;
    display: block;
    text-align: center;
  }
}
@media all and (max-width: 960px) {
  /* line 895, ../sass/respponsive-styles.scss */
  #newsletter .content-heading .heading-image img {
    width: 96%;
  }
}
@media all and (max-width: 767px) {
  /* line 901, ../sass/respponsive-styles.scss */
  .sub-nav .custom-select-1 {
    display: block;
  }
  /* line 902, ../sass/respponsive-styles.scss */
  .sub-nav .fundraising-list {
    display: none;
  }

  /* line 905, ../sass/respponsive-styles.scss */
  .shop-subnav .custom-select-1 {
    display: block;
  }
  /* line 906, ../sass/respponsive-styles.scss */
  .shop-subnav .list-4 {
    display: none;
  }

  /* line 908, ../sass/respponsive-styles.scss */
  .col-1, .col-2, .col-3, .col-4, .col-5 {
    float: none;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
  }

  /* line 910, ../sass/respponsive-styles.scss */
  .feauter-news-block .img-responsive {
    margin: 0 auto;
  }

  /* line 914, ../sass/respponsive-styles.scss */
  .feature-news-block .row .col-5:first-child, .feature-news-block .row .col:nth-child(2) span {
    margin-top: 0;
  }
  /* line 915, ../sass/respponsive-styles.scss */
  .feature-news-block .row .col:nth-child(2) span {
    padding-right: 0;
  }

  /* line 919, ../sass/respponsive-styles.scss */
  .tbl-1 .number {
    width: 12%;
  }
  /* line 920, ../sass/respponsive-styles.scss */
  .tbl-1 .ship {
    width: 14%;
  }
  /* line 921, ../sass/respponsive-styles.scss */
  .tbl-1 .total {
    width: 12%;
  }
  /* line 922, ../sass/respponsive-styles.scss */
  .tbl-1 .status {
    width: 20%;
  }

  /* line 925, ../sass/respponsive-styles.scss */
  .redirect-block .link-1 {
    float: none;
    margin-left: 0;
    line-height: 20px;
  }
  /* line 930, ../sass/respponsive-styles.scss */
  .redirect-block .default-form {
    float: none;
    max-width: none;
    margin: 0;
  }
  /* line 935, ../sass/respponsive-styles.scss */
  .redirect-block .form-group {
    height: auto;
  }
  /* line 936, ../sass/respponsive-styles.scss */
  .redirect-block .form-group label {
    float: none;
    display: block;
  }
  /* line 940, ../sass/respponsive-styles.scss */
  .redirect-block .form-group .custom-select-1 {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
  }

  /* line 954, ../sass/respponsive-styles.scss */
  .promo-widget-three li {
    float: none;
    clear: both;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  /* line 960, ../sass/respponsive-styles.scss */
  .promo-widget-three li div {
    height: auto;
    padding-bottom: 70px;
    margin-bottom: 20px;
  }
  /* line 962, ../sass/respponsive-styles.scss */
  .promo-widget-three .seveneleven {
    margin-bottom: 20px;
  }
  /* line 964, ../sass/respponsive-styles.scss */
  .promo-widget-three .seveneleven div {
    padding-bottom: 5%;
    height: auto;
  }
  /* line 965, ../sass/respponsive-styles.scss */
  .promo-widget-three .seveneleven div p.heading {
    width: 100%;
    text-align: center;
    line-height: normal;
  }
  /* line 966, ../sass/respponsive-styles.scss */
  .promo-widget-three .seveneleven div img {
    float: none;
    margin: 0 auto;
    display: block;
  }
  /* line 968, ../sass/respponsive-styles.scss */
  .promo-widget-three .seveneleven a.seleven-eleven-locator {
    text-align: center;
  }
  /* line 970, ../sass/respponsive-styles.scss */
  .promo-widget-three .seveneleven a.seleven-eleven-locator p.heading {
    line-height: normal;
    float: none;
  }
  /* line 974, ../sass/respponsive-styles.scss */
  .promo-widget-three .seveneleven a.seleven-eleven-locator img {
    float: none;
    margin: 10px auto 10px auto;
  }
  /* line 978, ../sass/respponsive-styles.scss */
  .promo-widget-three .seveneleven a.seleven-eleven-locator p.arrow {
    display: none;
  }
  /* line 981, ../sass/respponsive-styles.scss */
  .promo-widget-three li:first-child {
    margin-right: auto;
  }
  /* line 982, ../sass/respponsive-styles.scss */
  .promo-widget-three li:last-child {
    margin-left: auto;
  }

  /* line 988, ../sass/respponsive-styles.scss */
  #form-validate li label {
    display: block;
    width: auto;
    margin-bottom: 13px;
    white-space: nowrap;
  }
  /* line 992, ../sass/respponsive-styles.scss */
  #form-validate li label br {
    display: none;
  }
  /* line 995, ../sass/respponsive-styles.scss */
  #form-validate .newsletter-register, #form-validate .term-condition-register {
    padding: 0;
  }
  /* line 996, ../sass/respponsive-styles.scss */
  #form-validate input[name="you_register_as_company"] + label {
    margin: 0;
  }

  /* line 999, ../sass/respponsive-styles.scss */
  #news .items {
    width: 100%;
  }

  /* line 1003, ../sass/respponsive-styles.scss */
  #product-info .product-description.width-1 {
    width: 100%;
  }

  /* line 1006, ../sass/respponsive-styles.scss */
  .top-story-block {
    margin-top: 30px;
  }
  /* line 1008, ../sass/respponsive-styles.scss */
  .top-story-block .highlight-3 .content-block {
    padding: 0;
  }
  /* line 1009, ../sass/respponsive-styles.scss */
  .top-story-block .highlight-3 .content-block .title-5, .top-story-block .highlight-3 .content-block .desc {
    text-align: left;
  }

  /* line 1016, ../sass/respponsive-styles.scss */
  .our-products-block .our-products-list .col .desc {
    padding: 0;
  }
  /* line 1017, ../sass/respponsive-styles.scss */
  .our-products-block .our-products-list .col:first-child {
    border-right: 0;
  }
  /* line 1019, ../sass/respponsive-styles.scss */
  .our-products-block .our-products-list .col:first-child .desc {
    padding-right: 0;
  }
  /* line 1021, ../sass/respponsive-styles.scss */
  .our-products-block .our-products-list .col:last-child {
    margin-top: 75px;
    padding-top: 75px;
    border-top: 1px solid #7fc0b2;
  }

  /* line 1031, ../sass/respponsive-styles.scss */
  .howitwork-steps-block .items-group .item {
    overflow: hidden;
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  /* line 1036, ../sass/respponsive-styles.scss */
  .howitwork-steps-block .items-group .item img {
    margin-bottom: 30px;
  }

  /* line 1042, ../sass/respponsive-styles.scss */
  .store-list-block .row .col {
    width: 100%;
    margin-top: 20px;
  }

  /* line 1049, ../sass/respponsive-styles.scss */
  .things-know-block > .row .col-3 {
    float: none;
  }
  /* line 1050, ../sass/respponsive-styles.scss */
  .things-know-block .img-4 {
    float: none;
    margin: 0 auto 30px;
  }

  /* line 1056, ../sass/respponsive-styles.scss */
  .history-block > .inner {
    margin: 0;
  }
  /* line 1057, ../sass/respponsive-styles.scss */
  .history-block h2 {
    font-size: 3em;
  }
  /* line 1058, ../sass/respponsive-styles.scss */
  .history-block > .inner {
    padding: 0 20px;
  }
  /* line 1059, ../sass/respponsive-styles.scss */
  .history-block img {
    margin: 0 auto;
  }
  /* line 1060, ../sass/respponsive-styles.scss */
  .history-block .img-2 {
    float: none;
    margin: 0 auto;
  }
  /* line 1063, ../sass/respponsive-styles.scss */
  .history-block .row .col-2 .block-10, .history-block .row .col-2 .block-11 {
    margin-top: 20px;
  }
  /* line 1066, ../sass/respponsive-styles.scss */
  .history-block .block-10 {
    padding-right: 0;
  }

  /* line 1068, ../sass/respponsive-styles.scss */
  .article-block .title-5 {
    margin-top: 20px;
  }

  /* line 1069, ../sass/respponsive-styles.scss */
  .story-slider .story-viewport,
  .news-carousel .news-viewport {
    max-width: 700px;
  }

  /* line 1071, ../sass/respponsive-styles.scss */
  .story-slider .slides > li .caption .row .col-4 {
    margin-top: 0;
  }

  /* line 1074, ../sass/respponsive-styles.scss */
  .shop-products-list .shop-product .product-image {
    display: block;
    width: 100%;
  }
  /* line 1077, ../sass/respponsive-styles.scss */
  .shop-products-list .shop-product .product-image img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  /* line 1083, ../sass/respponsive-styles.scss */
  .shop-products-list .shop-product .product-info {
    display: block;
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
  }

  /* line 1094, ../sass/respponsive-styles.scss */
  .fundraising-index-index .title-8 {
    text-align: left;
  }
  /* line 1095, ../sass/respponsive-styles.scss */
  .fundraising-index-index .term-block {
    display: none;
  }
  /* line 1096, ../sass/respponsive-styles.scss */
  .fundraising-index-index .block-7 {
    min-height: 125px;
    padding: 40px 0 0;
  }
  /* line 1099, ../sass/respponsive-styles.scss */
  .fundraising-index-index .block-7 p {
    display: none;
  }

  /* line 1102, ../sass/respponsive-styles.scss */
  .store-info-block .row .col {
    overflow: hidden;
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  /* line 1110, ../sass/respponsive-styles.scss */
  .instagram-feed #feed-images .image-caption {
    height: 27px !important;
  }

  /* line 1116, ../sass/respponsive-styles.scss */
  .footer-newsletter .block-content {
    padding: 0 4%;
    display: inline-block;
    width: 92%;
  }

  /* line 1121, ../sass/respponsive-styles.scss */
  .footer-newsletter .block-content .inner-newsletter .a-left, .footer-newsletter .block-content .inner-newsletter .a-right {
    width: 100%;
  }

  /* line 1124, ../sass/respponsive-styles.scss */
  .footer-newsletter .block-content .inner-newsletter .a-right {
    text-align: center;
    margin-bottom: 20px;
  }

  /* line 1128, ../sass/respponsive-styles.scss */
  .footer-newsletter .block-content .inner-newsletter input[type=text] {
    width: 80%;
    margin: 10px 10%;
    text-align: left;
  }

  /* line 1134, ../sass/respponsive-styles.scss */
  #newsletter .block-6 .desc p:first-child {
    padding-left: 0;
    line-height: 19px;
  }
  /* line 1138, ../sass/respponsive-styles.scss */
  #newsletter .content-heading {
    width: 100%;
    padding: 0;
  }
  /* line 1141, ../sass/respponsive-styles.scss */
  #newsletter .content-heading .heading-image, #newsletter .content-heading .heading-message {
    width: 100%;
  }
  /* line 1143, ../sass/respponsive-styles.scss */
  #newsletter .content-heading .heading-image img, #newsletter .content-heading .heading-message img {
    text-align: center;
    width: auto;
    margin: 0 auto;
  }
  /* line 1148, ../sass/respponsive-styles.scss */
  #newsletter .content-heading .heading-image h2, #newsletter .content-heading .heading-message h2 {
    font-size: 38px;
    line-height: 40px;
  }
  /* line 1154, ../sass/respponsive-styles.scss */
  #newsletter .validation-advice {
    line-height: 16px;
  }
}
@media all and (max-width: 640px) {
  /* line 1160, ../sass/respponsive-styles.scss */
  .order-total-block {
    float: none;
    width: 100%;
    min-width: 200px;
    margin: 20px auto;
    box-sizing: border-box;
  }

  /* line 1170, ../sass/respponsive-styles.scss */
  .highlight-3 .content-block .title-5 {
    font-size: 2.5em;
  }

  /* line 1174, ../sass/respponsive-styles.scss */
  .title-9 {
    font-size: 2.5em;
  }

  /* line 1177, ../sass/respponsive-styles.scss */
  .instagram-widget .badge-area {
    height: 70%;
  }
  /* line 1178, ../sass/respponsive-styles.scss */
  .instagram-widget .badge-container {
    background-size: 35%;
    padding-top: 40%;
  }
}
@media all and (max-width: 580px) {
  /* line 1185, ../sass/respponsive-styles.scss */
  .order-dough-block .order-item {
    min-width: 162px;
  }
  /* line 1187, ../sass/respponsive-styles.scss */
  .order-dough-block .order-item > .cta {
    padding: 15px 50px 15px 10px;
    font-size: 1.5em;
  }
}
@media all and (max-width: 568px) {
  /* line 1197, ../sass/respponsive-styles.scss */
  #tray #doughnut-box {
    width: 160px;
    height: 120px;
    margin-top: -100px;
  }
}
@media all and (max-width: 480px) {
  /* line 1206, ../sass/respponsive-styles.scss */
  .order-dough-block {
    min-height: 100px;
  }
  /* line 1207, ../sass/respponsive-styles.scss */
  .order-dough-block .order-item {
    padding: 25px 20px;
  }
  /* line 1209, ../sass/respponsive-styles.scss */
  .order-dough-block .order-item > .cta {
    padding: 15px 50px 15px 8px;
    font-size: 1.2em;
  }
  /* line 1214, ../sass/respponsive-styles.scss */
  .order-dough-block .img-item {
    padding-right: 20px;
    margin-top: -20px;
  }

  /* line 1220, ../sass/respponsive-styles.scss */
  #address-heading .link-1 {
    float: none;
    padding: 10px 55px;
  }

  /* line 1227, ../sass/respponsive-styles.scss */
  .address-block > .inner > .block-8 {
    width: 100%;
  }
  /* line 1228, ../sass/respponsive-styles.scss */
  .address-block > .inner > .block-8 > .inner {
    padding: 15px 0 0;
  }
  /* line 1230, ../sass/respponsive-styles.scss */
  .address-block > .inner .billing-address-block {
    border-right: 0;
  }

  /* line 1234, ../sass/respponsive-styles.scss */
  .tbl-1 .number {
    width: 30%;
  }
  /* line 1235, ../sass/respponsive-styles.scss */
  .tbl-1 .total {
    width: 37%;
  }
  /* line 1238, ../sass/respponsive-styles.scss */
  .tbl-1 tr th:nth-child(2), .tbl-1 tr th:nth-child(3), .tbl-1 tr th:nth-child(5), .tbl-1 tr td:nth-child(2), .tbl-1 tr td:nth-child(3), .tbl-1 tr td:nth-child(5) {
    display: none;
  }
  /* line 1241, ../sass/respponsive-styles.scss */
  .tbl-1 tr td:last-child a {
    text-align: right;
  }
  /* line 1243, ../sass/respponsive-styles.scss */
  .tbl-1 tr .link-reorder {
    display: none;
  }

  /* line 1246, ../sass/respponsive-styles.scss */
  .highlight-1 {
    width: 100%;
  }

  /* line 1247, ../sass/respponsive-styles.scss */
  .related {
    width: 100%;
  }

  /* line 1250, ../sass/respponsive-styles.scss */
  .order-detail-block .link-group a {
    text-align: right;
  }
  /* line 1251, ../sass/respponsive-styles.scss */
  .order-detail-block .link-group .link-print {
    display: none;
  }

  /* line 1254, ../sass/respponsive-styles.scss */
  .wrap-view {
    width: 250px;
    height: 250px;
  }

  /* line 1257, ../sass/respponsive-styles.scss */
  .form-2 .form-group > label {
    width: auto;
    float: none;
    display: block;
    margin-bottom: 13px;
  }
  /* line 1258, ../sass/respponsive-styles.scss */
  .form-2 .form-group > label.lbl-1 {
    width: 100%;
  }
  /* line 1260, ../sass/respponsive-styles.scss */
  .form-2 .form-group .form-control {
    display: block;
  }
  /* line 1262, ../sass/respponsive-styles.scss */
  .form-2 .text-3, .form-2 .text-4 {
    width: 100%;
  }

  /* line 1264, ../sass/respponsive-styles.scss */
  .tbl-3 td {
    font-size: 1.154em;
  }

  /* line 1265, ../sass/respponsive-styles.scss */
  .enjoy-profit-block .title-7 {
    font-size: 3em;
  }

  /* line 1267, ../sass/respponsive-styles.scss */
  .history-block h2 {
    font-size: 2em;
  }

  /* line 1274, ../sass/respponsive-styles.scss */
  #checkout-step-shipping_method .input-box.custom-1 > .date-output {
    width: 80%;
  }

  /* line 1279, ../sass/respponsive-styles.scss */
  .story-slider .slides > li img, .news-carousel .slides > li img {
    max-width: 100%;
  }

  /* line 1282, ../sass/respponsive-styles.scss */
  #news .items .item img {
    float: none;
    margin: 0 auto;
  }
  /* line 1283, ../sass/respponsive-styles.scss */
  #news .items .item .item-content {
    width: 100%;
    margin-top: 20px;
  }

  /* line 1288, ../sass/respponsive-styles.scss */
  .feature-news-block .highlight-3 .content-block .title-5 {
    text-align: left;
  }

  /* line 1290, ../sass/respponsive-styles.scss */
  .highlight-3 .content-block .title-5, .highlight-3 .content-block .desc {
    text-align: left;
  }

  /* line 1295, ../sass/respponsive-styles.scss */
  .carousel1 .title-10 {
    font-size: 2.1em;
  }

  /* line 1297, ../sass/respponsive-styles.scss */
  .footer-newsletter .block-content {
    background: url(https://m1.krispykreme.co.nz/skin/frontend/krispykreme/krispykreme/images/newsletter/bg-newsletter-mobile.png) top right no-repeat;
  }

  /* line 1300, ../sass/respponsive-styles.scss */
  .footer-newsletter .block-content .inner-newsletter .a-left {
    margin-top: 35px;
  }

  /* line 1303, ../sass/respponsive-styles.scss */
  .footer-newsletter .block-content .inner-newsletter h2 {
    font-size: 18px;
    line-height: 20px;
  }

  /* line 1307, ../sass/respponsive-styles.scss */
  .footer-newsletter .block-content .inner-newsletter span {
    font-size: 50px;
    line-height: 50px;
  }

  /* line 1311, ../sass/respponsive-styles.scss */
  .footer-newsletter .block-content .inner-newsletter input[type=text] {
    padding: 4px 2%;
  }

  /* line 1314, ../sass/respponsive-styles.scss */
  #newsletter .form-2 .form-group {
    margin-top: 12px;
  }
  /* line 1316, ../sass/respponsive-styles.scss */
  #newsletter .form-2 .form-group label {
    margin-bottom: 8px;
  }

  /* line 1320, ../sass/respponsive-styles.scss */
  #newsletter .newsletter-cta {
    margin-left: 0;
    margin-top: 20px;
  }

  /* line 1324, ../sass/respponsive-styles.scss */
  .pc_image {
    display: none;
  }

  /* line 1327, ../sass/respponsive-styles.scss */
  .mobile_image {
    display: block;
  }
}
@media all and (max-width: 420px) {
  /* line 1334, ../sass/respponsive-styles.scss */
  .shipping .estimator {
    padding-top: 0;
    float: none;
  }
}
@media all and (max-width: 400px) {
  /* line 1342, ../sass/respponsive-styles.scss */
  .heading-wrapper h1 {
    font-size: 3em;
    padding: 0% 5%;
  }
  /* line 1346, ../sass/respponsive-styles.scss */
  .heading-wrapper h1::after {
    border-right: 10px solid #FFFFFF;
    border-left: 10px solid #FFFFFF;
  }

  /* line 1351, ../sass/respponsive-styles.scss */
  #product-info .product-hero .product-disector .disector .dragger {
    width: 100px;
  }
  /* line 1353, ../sass/respponsive-styles.scss */
  #product-info .product-hero .product-disector .disector .dragger span#drag-label {
    width: 45px;
    padding: 0 0 0 5px;
  }
}
@media all and (max-width: 360px) {
  /* line 1361, ../sass/respponsive-styles.scss */
  .order-dough-block {
    min-height: 60px;
  }
  /* line 1362, ../sass/respponsive-styles.scss */
  .order-dough-block .order-item {
    width: 60%;
    padding: 10px;
  }
  /* line 1364, ../sass/respponsive-styles.scss */
  .order-dough-block .order-item > .cta {
    font-size: 1.2em;
    background-size: 35%;
    padding-right: 45px;
  }
  /* line 1370, ../sass/respponsive-styles.scss */
  .order-dough-block .img-item {
    width: 40%;
    padding-right: 10px;
    margin-top: -10px;
  }

  /* line 1378, ../sass/respponsive-styles.scss */
  #mix-your-own #box-container #box {
    width: 100%;
    height: auto;
    padding: 18% 0 20% 0;
    margin: 0px auto;
    box-sizing: border-box;
  }
  /* line 1385, ../sass/respponsive-styles.scss */
  #mix-your-own #box-container #box ul {
    padding: 0 5px 0 15px;
    box-sizing: border-box;
    width: 85%;
  }
  /* line 1390, ../sass/respponsive-styles.scss */
  #mix-your-own #box-container #box ul li {
    width: 21%;
    height: 45px;
    margin: 1%;
    line-height: 45px;
    border-radius: 50%;
  }
  /* line 1398, ../sass/respponsive-styles.scss */
  #mix-your-own #box-container #box ul a.remove-thumb {
    width: 100%;
    height: 100%;
    top: 20%;
    left: 0%;
    line-height: initial;
    margin: 0;
    text-align: center;
  }
  /* line 1408, ../sass/respponsive-styles.scss */
  #mix-your-own #box-container #box #drop-hint {
    top: 20%;
    width: 80%;
    height: 50vw;
    padding: 22% 10%;
    margin-left: -40%;
    font-size: 1em;
    box-sizing: border-box;
  }

  /* line 1421, ../sass/respponsive-styles.scss */
  #product-info .product-hero .product-disector img {
    width: 300px;
    height: 235px;
  }

  /* line 1425, ../sass/respponsive-styles.scss */
  .promo-widget-three li div a.cta {
    font-size: 1.692em;
  }
}
@media all and (max-width: 320px) {
  /* line 1430, ../sass/respponsive-styles.scss */
  .title-1 {
    font-size: 1.5em;
  }

  /* line 1435, ../sass/respponsive-styles.scss */
  .customer-account .title-1 {
    padding: 12px 0;
    font-size: 1.2em;
  }

  /* line 1441, ../sass/respponsive-styles.scss */
  .title-group .link-group {
    top: 12px;
  }

  /* line 1443, ../sass/respponsive-styles.scss */
  .order-detail-table thead th:last-child {
    text-align: right;
  }
  /* line 1444, ../sass/respponsive-styles.scss */
  .order-detail-table tbody td:last-child {
    text-align: right;
  }

  /* line 1446, ../sass/respponsive-styles.scss */
  .wrap-view {
    width: 200px;
    height: 200px;
  }

  /* line 1447, ../sass/respponsive-styles.scss */
  #product-info .product-hero #top-view {
    margin: auto;
  }

  /* line 1469, ../sass/respponsive-styles.scss */
  .order-dough-block {
    min-height: 55px;
  }
  /* line 1471, ../sass/respponsive-styles.scss */
  .order-dough-block .order-item > .cta {
    padding: 10px 50px 10px 8px;
    font-size: 1em;
  }

  /* line 1478, ../sass/respponsive-styles.scss */
  #product-info .product-hero {
    width: 250px;
    height: 250px;
  }
  /* line 1484, ../sass/respponsive-styles.scss */
  #product-info .product-hero .product-disector img {
    width: 250px;
    height: 222px;
  }
  /* line 1486, ../sass/respponsive-styles.scss */
  #product-info .product-hero .product-disector .disector {
    height: 250px;
  }
  /* line 1487, ../sass/respponsive-styles.scss */
  #product-info .product-hero .product-disector .inside {
    width: 250px;
  }
  /* line 1491, ../sass/respponsive-styles.scss */
  #product-info .product-hero #side-view {
    width: 250px;
  }

  /* line 1496, ../sass/respponsive-styles.scss */
  .instagram-feed #feed-images .profile-username {
    font-size: 1em;
    padding-top: 10px;
    line-height: inherit !important;
  }
  /* line 1501, ../sass/respponsive-styles.scss */
  .instagram-feed #feed-images .image-likes {
    line-height: inherit !important;
  }
  /* line 1504, ../sass/respponsive-styles.scss */
  .instagram-feed #feed-images .image-comments {
    line-height: inherit !important;
  }

  /* line 1509, ../sass/respponsive-styles.scss */
  .cta {
    font-size: 1.79em;
  }

  /* line 1512, ../sass/respponsive-styles.scss */
  .footer-newsletter .block-content .inner-newsletter h2 {
    font-size: 16px;
    line-height: 18px;
  }

  /* line 1516, ../sass/respponsive-styles.scss */
  .footer-newsletter .block-content .inner-newsletter span {
    font-size: 38px;
    line-height: 38px;
  }

  /* line 1520, ../sass/respponsive-styles.scss */
  #newsletter .content-heading .heading-image img {
    width: 100%;
  }

  /* line 1523, ../sass/respponsive-styles.scss */
  #newsletter .form-2 .form-group {
    margin-top: 20px;
    text-align: left;
  }
}
@media all and (max-height: 850px) and (min-width: 1024px) {
  /* line 1529, ../sass/respponsive-styles.scss */
  html, body {
    min-height: 850px;
  }

  /* line 1535, ../sass/respponsive-styles.scss */
  #mix-your-own #box-container {
    top: 170px;
    padding-top: 0px;
  }
  /* line 1539, ../sass/respponsive-styles.scss */
  #mix-your-own #box-container #box {
    margin: 20px auto;
    width: 200px;
    height: 118px;
    padding: 46px 0 10px 0;
  }
  /* line 1544, ../sass/respponsive-styles.scss */
  #mix-your-own #box-container #box ul {
    width: 62%;
    padding-top: 6px;
  }
  /* line 1547, ../sass/respponsive-styles.scss */
  #mix-your-own #box-container #box ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  /* line 1553, ../sass/respponsive-styles.scss */
  #mix-your-own #box-container #box #drop-hint {
    width: 148px;
    height: 50px;
    margin-left: -75px;
    padding-top: 35px;
    font-size: 1.2em;
    padding-bottom: 27px;
    margin-top: -12px;
  }
}
@media all and (max-height: 550px) and (min-width: 1024px) {
  /* line 1570, ../sass/respponsive-styles.scss */
  #mix-your-own #box-container {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 450px;
  }
}
/* line 1583, ../sass/respponsive-styles.scss */
.flexslider1 .bx-wrapper .bx-prev {
  left: -78px;
}
/* line 1584, ../sass/respponsive-styles.scss */
.flexslider1 .bx-wrapper .bx-next {
  right: -78px;
}
@media all and (max-width: 1023px) {
  /* line 1587, ../sass/respponsive-styles.scss */
  .flexslider1 .bx-wrapper .bx-prev {
    left: 0px;
  }
  /* line 1588, ../sass/respponsive-styles.scss */
  .flexslider1 .bx-wrapper .bx-next {
    right: 0px;
  }
  /* line 1590, ../sass/respponsive-styles.scss */
  .flexslider1 .slides li {
    padding: 0 45px;
  }
}
@media all and (max-width: 767px) {
  /* line 1596, ../sass/respponsive-styles.scss */
  .flexslider1 .bx-wrapper .bx-prev {
    left: -10px;
  }
  /* line 1597, ../sass/respponsive-styles.scss */
  .flexslider1 .bx-wrapper .bx-next {
    right: -10px;
  }
  /* line 1599, ../sass/respponsive-styles.scss */
  .flexslider1 .slides li {
    padding: 0 55px;
  }
  /* line 1601, ../sass/respponsive-styles.scss */
  .flexslider1 .slides li > img {
    float: none;
    margin: 0 auto;
  }
  /* line 1602, ../sass/respponsive-styles.scss */
  .flexslider1 .slides li > .caption {
    width: 100%;
  }
}

/* line 1611, ../sass/respponsive-styles.scss */
.story-slider {
  /* 3 slides */
  /* 2 slides */
  /* 1 slide */
}
/* line 1612, ../sass/respponsive-styles.scss */
.story-slider .bx-wrapper .bx-prev {
  left: -120px;
}
/* line 1616, ../sass/respponsive-styles.scss */
.story-slider .bx-wrapper .bx-next {
  right: -120px;
}
@media all and (max-width: 1400px) {
  /* line 1622, ../sass/respponsive-styles.scss */
  .story-slider .bx-wrapper .bx-prev {
    left: -80px;
  }
  /* line 1623, ../sass/respponsive-styles.scss */
  .story-slider .bx-wrapper .bx-next {
    right: -80px;
  }
}
@media all and (max-width: 1230px) {
  /* line 1627, ../sass/respponsive-styles.scss */
  .story-slider .bx-wrapper .bx-prev {
    left: -60px;
  }
  /* line 1628, ../sass/respponsive-styles.scss */
  .story-slider .bx-wrapper .bx-next {
    right: -60px;
  }
}
@media all and (max-width: 1100px) {
  /* line 1632, ../sass/respponsive-styles.scss */
  .story-slider .bx-wrapper .bx-prev {
    left: -42px;
  }
  /* line 1633, ../sass/respponsive-styles.scss */
  .story-slider .bx-wrapper .bx-next {
    right: -42px;
  }
}
@media all and (max-width: 1023px) {
  /* line 1638, ../sass/respponsive-styles.scss */
  .story-slider .bx-wrapper .bx-prev {
    left: -60px;
  }
  /* line 1639, ../sass/respponsive-styles.scss */
  .story-slider .bx-wrapper .bx-next {
    right: -60px;
  }
}
@media all and (max-width: 767px) {
  /* line 1644, ../sass/respponsive-styles.scss */
  .story-slider .bx-wrapper .bx-prev {
    left: -36px;
  }
  /* line 1645, ../sass/respponsive-styles.scss */
  .story-slider .bx-wrapper .bx-next {
    right: -36px;
  }
}

/* line 1649, ../sass/respponsive-styles.scss */
.story-index-index .dot-block {
  margin-top: 40px;
}

