@charset "UTF-8";
@font-face {
  font-family: "SuperGrotesk";
  src: url("/shared_assets/fonts/SuperGroteskWeb.eot");
  /* IE9 Compat Modes */
  src: url("/shared_assets/fonts/SuperGroteskWeb.eot?#iefix") format("embedded-opentype"), url("/shared_assets/fonts/SuperGroteskWeb.woff") format("woff");
  /* Modern Browsers */
}
@font-face {
  font-family: "SuperGrotesk";
  src: url("/shared_assets/fonts/SuperGroteskWeb-Medium.eot");
  /* IE9 Compat Modes */
  src: url("/shared_assets/fonts/SuperGroteskWeb-Medium.eot?#iefix") format("embedded-opentype"), url("/shared_assets/fonts/SuperGroteskWeb-Medium.woff") format("woff");
  /* Modern Browsers */
  font-weight: bold;
}
@font-face {
  font-family: "Brown";
  src: url("/shared_assets/fonts/lineto-brown-bold-c.eot");
  src: url("/shared_assets/fonts/lineto-brown-bold-c.eot?#iefix") format("embedded-opentype"), url("/shared_assets/fonts/lineto-brown-bold-c.woff") format("woff"), url("/shared_assets/fonts/lineto-brown-bold-c.ttf") format("truetype"), url("/shared_assets/fonts/lineto-brown-bold-c.svg#LLBrownWeb-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Brown";
  src: url("/shared_assets/fonts/lineto-brown-bolditalic-c.eot");
  src: url("/shared_assets/fonts/lineto-brown-bolditalic-c.eot?#iefix") format("embedded-opentype"), url("/shared_assets/fonts/lineto-brown-bolditalic-c.woff") format("woff"), url("/shared_assets/fonts/lineto-brown-bolditalic-c.ttf") format("truetype"), url("/shared_assets/fonts/lineto-brown-bolditalic-c.svg#LLBrownWeb-Bolditalic") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Brown";
  src: url("/shared_assets/fonts/lineto-brown-italic-c.eot");
  src: url("/shared_assets/fonts/lineto-brown-italic-c.eot?#iefix") format("embedded-opentype"), url("/shared_assets/fonts/lineto-brown-italic-c.woff") format("woff"), url("/shared_assets/fonts/lineto-brown-italic-c.ttf") format("truetype"), url("/shared_assets/fonts/lineto-brown-italic-c.svg#LLBrownWeb-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Brown";
  src: url("/shared_assets/fonts/lineto-brown-regular-c.eot");
  src: url("/shared_assets/fonts/lineto-brown-regular-c.eot?#iefix") format("embedded-opentype"), url("/shared_assets/fonts/lineto-brown-regular-c.woff") format("woff"), url("/shared_assets/fonts/lineto-brown-regular-c.ttf") format("truetype"), url("/shared_assets/fonts/lineto-brown-regular-c.svg#LLBrownWeb-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ------------------------------------------- */
/* ---------------- DEFAULTS ----------------- */
/* ------------------------------------------- */
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 10px;
  margin: 0;
  padding: 0.3em 0 0;
  border: 0;
  letter-spacing: 0.02em;
  background-color: #fff;
  background-image: url(/assets/btn_gradient_dark_over.gif), url(/assets/btn_gradient_light_over.gif);
  background-position: -9999px -9999px;
  background-repeat: no-repeat;
}

div, section, article, aside, figure, header, footer, nav {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  border: 0 solid #cacbcd;
}

th, td {
  border: 0 solid #cacbcd;
  font-size: 100%;
}

img {
  border: 0;
}

p {
  padding: 0;
  margin: 0 0 10px;
}

ul {
  list-style-image: url(/assets/icon_bullet.gif);
}

input.hidden_input {
  display: none;
}

/***** ----- Default - Headers ----- *****/
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0 0 6px;
  text-transform: uppercase;
  border: 0 solid #cacbcd;
  font-weight: bold;
  font-size: 100%;
  letter-spacing: 0.11em;
}

h1 {
  font-size: 150%;
}

h2 {
  font-size: 120%;
  font-weight: normal;
}

h3 {
  font-size: 110%;
}

h6 {
  font-weight: normal;
}

/***** ----- Default - Buttons ----- *****/
.btn {
  padding: 8px 14px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-appearance: none;
  text-align: center;
  line-height: 17px;
  display: inline-block;
  min-width: 141px;
  margin: 0;
  border-width: 2px;
  border-style: solid;
  box-sizing: border-box;
  -webkit-transition: ease-in 0.1s;
  -moz-transition: ease-in 0.1s;
  -o-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}

.btn:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn.disabled:hover, .btn:disabled:hover {
  cursor: default;
}

/* -- Major Buttons (black background) -- */
.major {
  background: #000;
  border-color: #000;
}

.major:hover {
  background: #b2b0b0;
  border-color: #b2b0b0;
}

.major.disabled, .major:disabled {
  background: #cacbcd;
  border-color: #babbbd;
}

/* -- Secondary Major Buttons (light grey background) -- */
.major-sec {
  background: #818286;
  border-color: #818286;
}

.major-sec:hover {
  background: #000;
  border-color: #000;
}

/* -- Minor Buttons (grey background, dark grey border) -- */
.minor {
  background: #fff;
  border-color: #1c1c1c;
  color: #000;
}

.minor:hover {
  background: #000;
}

/* -- Minor Secondary Buttons (white background, black border, black text) -- */
.minor-sec {
  background: #fff;
  border-color: #818286;
  color: #818286;
}

.minor-sec:hover {
  background: #818286;
}

/***** ----- Default - Links ----- *****/
a {
  color: #000;
  outline: none;
}

a:hover {
  color: #666669;
}

/* -- Links - Text Link -- */
.text-link {
  text-decoration: underline;
}

.text-link:hover {
  color: #939598;
}

/* -- Links - Text Link in Form -- */
form .text-link {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: normal;
  margin-left: 5px;
  font-size: 11px;
}

/* -- Links - Load More Link -- */
/* Used on Order History */
.load-more {
  width: 100%;
  text-align: center;
  margin: 40px 0;
}

.load-more.adding {
  background: url(/images/assetimages/loader.gif) 50% 100% no-repeat;
  height: 2rem;
}

.load-more button {
  background: transparent;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  font-family: "Brown", Arial, Helvetica, sans-serif;
}

.load-more button:hover {
  color: #909090;
  cursor: pointer;
}

/***** ----- Default - Forms ----- *****/
fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
  display: block;
}

fieldset ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

legend {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: block;
  float: none;
  width: auto;
  font-size: 120%;
  letter-spacing: 1px;
}

select {
  border: 1px solid #939595;
  color: #000;
  font-size: 110%;
}

.control-list ul, .property-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.control-list li, .property-list li {
  margin-bottom: 10px;
  position: relative;
}

.property-value {
  font-size: 12px;
}

/* -- Forms - Labels -- */
label, span.label {
  display: inline-block;
  vertical-align: middle;
}

.page_content label, .page_content .label {
  width: 16.3em;
  font-size: 1em;
}

label[for]:hover {
  cursor: pointer;
}

label em {
  position: absolute;
  left: 0;
  color: #cc3333;
  top: 0;
}

[class*=-label] {
  position: relative;
  padding-left: 8px;
  box-sizing: border-box;
}

[class*=-label] em {
  color: #d4022e;
  position: absolute;
  top: 0;
  left: 0;
}

.country-label {
  padding: 0;
}

/* -- Forms - Inputs -- */
input, textarea {
  outline: none;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #000;
  padding: 2px 2px 2px 5px;
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

input[type=image] {
  padding: 0;
}

input[type=number] {
  border: 1px solid #939595;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea, input[type=text], input[type=password], input[type=email], input[type=date], input[type=tel] {
  border: 1px solid #939595;
  padding: 5px;
  font-size: 12px;
}

.dob input {
  width: 42px;
  margin: 0 9px 0 0;
  text-align: center;
}

[class*=email] .property-value {
  word-break: break-all;
}

/* -- Forms - Checkbox & Radios -- */
ul.control {
  padding: 0;
}

.control .radio-option, .control .check-option {
  display: inline-block;
  margin: 0 10px 0 0;
}

.control .radio-option:last-child, .control .check-option:last-child {
  margin-right: 0;
}

/* -- Forms - Focus Effects -- */
:focus {
  outline: 0 none;
}

input[type=submit]::-moz-focus-inner {
  border: 0;
}

/* -- Forms - Placeholders -- */
#main_page ::-webkit-input-placeholder {
  color: #333;
}

#main_page input:-moz-placeholder {
  color: #333;
}

#main_page input:placeholder {
  color: #333;
}

#main_page input.placeholder {
  color: #333;
}

/* -- Forms - Errors - Eventually delete this (please do not add to these blocks of css) -- */
.error {
  padding: 0 0 0 35px;
  color: #cc3333;
  background: url(/assets/icon_error.gif) 0 0 no-repeat;
  font-weight: bold;
}

.error p {
  margin: 0;
  padding: 0 0 0.6em;
}

.item_error {
  padding-left: 0;
  background-image: none;
}

#main_page .page_content > .error {
  margin-top: 20px;
}

#main_page .error {
  color: #cc3333;
  min-height: 20px;
  padding-top: 4px;
}

#main_page .error p {
  font-size: 1em;
  padding: 0;
}

.error_highlight input, .error_highlight select, .error_highlight textarea, .store fieldset.error_highlight {
  border: 1px solid #cc3333 !important;
}

.error_highlight .error {
  padding: 2px 0 0 186px;
  font-weight: normal;
  background: #fff;
  min-height: 10px;
  width: auto;
  color: #cc3333;
}

#main_page .error_highlight .error {
  min-height: 0;
}

#main_page .error_highlight .error p, .error_highlight .error p {
  font-size: 10px;
  margin: 0;
}

.error a {
  color: #cc3333;
  text-decoration: underline;
}

.error a:hover {
  text-decoration: none;
}

/* -- Forms - Alerts -- */
.alert {
  margin: 10px 0;
}

.alert-error {
  color: #cc3333;
}

.alert-success {
  color: #8ac836;
}

/* -- Forms - Inline Input Messages -- */
/* Small grey messages that appear directly below an input in a form e.g. the message below the Mobile Number input */
.input-msg {
  margin-top: 5px;
  font-size: 11px;
  color: #999;
  font-style: italic;
}

.error-highlight .input-msg, .error_highlight .input-msg {
  display: none;
}

/* -- Forms - Inline Errors -- */
.error-highlight input, .error-highlight select, .error-highlight textarea {
  border-color: #cc3333;
}

.error-highlight .error {
  color: #cc3333;
  width: auto;
  font-size: 12px;
  margin: 5px 0 0;
}

/* -- Forms -  Note - Eventually delete this (please do not add to these blocks of css) -- */
.form-note {
  margin-top: 10px;
  font-size: 12px;
}

/***** ----- Default - Pricing ----- *****/
.pricing > p, .pricing > span, .price_break > p, .wishlist-price > p, .cart .unitprice > p, .cartpage .cart_aside .coloursize .price.original, .cartpage .cart_aside .coloursize .price.now {
  display: webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pricing > p:after, .price_break > p:after {
  content: none;
}

.pricing:not(.totals) .text, .pricing:not(.totals) .amount {
  float: none;
}

.pricing .original, .price.original {
  letter-spacing: 1px;
  font-style: italic;
  color: #666669;
  margin-bottom: 4px;
  font-weight: normal;
}

.pricing .now, .price.now, .price .now.from .text {
  margin-bottom: 3px;
}

.pricing .now .text {
  color: #000;
  letter-spacing: 1px;
}

.price-display {
  letter-spacing: 1px;
  display: webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/***** ----- Default - Discount & Sale Colour ----- *****/
.pricing .now, .price.now, .price .now.from .text, #ajax_cart_display .subtotal-wrapper .discount-wrapper, .checkout .totals .discount .message, .checkout .discount td .price.now, .cart_aside .order_summary .discount td p, .cart_aside .order_summary .discount td.pricing .price, .cart_aside .order_summary .discount .message, .cart_aside .order_summary .cardholder_offer .message, .cart_aside .order_summary .cardholder_offer td.pricing .price, .page_content .cart .unitprice > .price.now, .cartpage .page_content .discount .price.now, .cartpage .cart_aside .coloursize .price.now {
  color: #ff0000;
}

.pricing .now, .price.now, .price .now.from .text {
  font-weight: bold;
}

/***** ----- Default - Product Display ----- *****/
/* Used on Order History */
.item .item-wrap {
  display: webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 15px;
  position: relative;
}

.item-wrap figure {
  padding-right: 15px;
  position: relative;
}

.item-wrap figure img {
  width: 100%;
  max-width: 123px;
  margin: 0 auto;
}

.item-wrap .item-details h5 {
  margin: 0;
  line-height: normal;
  font-weight: normal;
  font-family: "Brown", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
}

.item-wrap .item-info {
  padding: 12px 0 0;
  margin: 0;
  list-style-type: none;
}

.item-wrap .item-info li {
  margin: 0;
  padding: 0 0 8px;
  line-height: normal;
}

.item-wrap .item-info li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.item-wrap .item-info .label {
  width: 70px;
  display: inline-block;
  float: left;
  padding: 0;
  font-weight: normal;
  font-size: 11px;
}

.item-wrap .item-info .selection {
  float: right;
  width: 120px;
  font-size: 11px;
}

.item-wrap .item-info .personalised-details {
  padding-top: 10px;
}

.item-wrap .actions {
  margin: 17px 0 7px;
}

.item-wrap .actions a {
  color: #000;
  border: 0;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

.item-wrap .actions a:hover {
  text-decoration: none;
}

/***** ----- Default - Slick Slider ----- *****/
/* Used on Curated Products */
.slick-slider .slick-list {
  max-width: 945px;
  margin: 0 auto;
}

.slick-slider .slick-track {
  margin: 0 auto;
}

.slick-slider .slick-slide {
  outline: none;
}

.slick-slider .slick-slide img {
  margin: 0 auto;
}

.slick-slider .slick-arrow {
  position: absolute;
  z-index: 3;
  width: 18px;
  height: 32px;
  background: transparent url(/assets/product-carousel-nav.png) no-repeat;
  background-size: 100% auto;
  top: 45%;
  border: none;
  text-indent: -9999px;
  left: 0;
  padding: 0;
}

.slick-slider .slick-arrow:hover {
  cursor: pointer;
}

.slick-slider .slick-disabled {
  opacity: 0.2;
}

.slick-slider .slick-disabled:hover {
  cursor: default;
}

.slick-slider .slick-next {
  right: 0;
  left: auto;
  background-position: 0 -50px;
}

.slick-slider .slick-prev:hover {
  background-position: 0 -99px;
}

.slick-slider .slick-next:hover {
  background-position: 0 -149px;
}

/***** ----- Default - Popups ----- *****/
/* Used for all popups on site */
.ui-dialog {
  position: absolute;
  padding: 18px;
  background: #fff;
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0;
}

.estar_modal .modal_content > .loading {
  height: 400px;
  background: url(/assets/icon_loader_large.gif) 50% 50% no-repeat;
}

.estar_modal .page_content, .estar_offer .page_content {
  width: auto !important;
}

.ui-dialog-title {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 20px 0 0;
  padding: 0 0 12px;
  min-height: 17px;
  font-weight: bold;
  font-family: "SuperGrotesk", Arial, Helvetica, sans-serif;
}

.ui-dialog-titlebar-close, .ui-widget-header .ui-dialog-titlebar-close.ui-state-hover {
  display: block;
  height: 16px;
  width: 16px;
  margin: 10px 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -99999px;
  background: url(/assets/btn_close.gif) 0 -18px no-repeat;
  border: none;
  border-radius: 0;
}

.ui-dialog-titlebar-close:hover {
  background-position: 0 0;
}

.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #dedede;
  opacity: 0.8;
}

.ui-widget input:not([type=submit]) {
  font-family: Arial, Helvetica, sans-serif;
}

.ui-dialog-content {
  position: relative;
  border: none;
}

.popup-content-wrap {
  font-size: 12px;
}

.popup-content-wrap > p {
  margin: 0 20px 15px 0;
}

.popup-content-wrap > p .text-link {
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

/* -- Popups - Action Buttons -- */
.popup-actions {
  margin-top: 25px;
  font-size: 0;
}

.popup-actions:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.popup-actions button + button {
  margin-left: 10px;
}

.popup-actions .or-divider {
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 12px;
}

.popup-actions .text-link {
  margin-left: 18px;
  font-size: 12px;
  text-transform: uppercase;
}

/***** ----- Default - Messages ----- *****/
/* Informing Message - Black Text, Light Yellow Background (used on Order History) */
.inform-message {
  display: block;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 5px 10px;
  background: #f9ffd1;
  font-size: 12px;
}

.inform-message p {
  margin: 0;
}

.inform-message p + p {
  margin-top: 5px;
}

/* ------------------------------------------- */
/* ------------- PAGE STRUCTURE -------------- */
/* ------------------------------------------- */
.page_content {
  margin: 0 0 10px;
}

#main_page {
  border-width: 0.2em 0 0;
  display: block;
  width: 990px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  clear: both;
  font-size: 100%;
}

#main_page:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* ------------------------------------------- */
/* ----------------- HEADER ------------------ */
/* ------------------------------------------- */
#site_header {
  display: block;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  clear: both;
  font-size: 100%;
}

#site_header:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#site_header {
  color: #666669;
  text-transform: uppercase;
  padding: 1em 0;
  z-index: 101;
}

#site_header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#site_header li {
  padding: 0;
  margin: 0;
  display: inline;
  position: relative;
  line-height: 9px;
}

#site_header li li {
  float: none;
  display: block;
}

#site_header .dropdown, .header_nav .dropdown {
  display: none;
  position: absolute;
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
}

#site_header .dropdown {
  left: -0.5em;
  background: #fff;
  padding: 0.5em 1em 0.5em 0.5em;
}

#site_header .dropdown > li > a {
  display: inline-block;
}

#site_header .currency_selector li {
  padding: 0 2em 0 0;
}

#site_header ul.dropdown .instructions {
  border: dotted #cacbcd;
  border-width: 1px 0;
  padding: 0.6em 0;
  margin: 0 -0.5em 0 0;
  color: #000;
  width: 150px;
  line-height: 14px;
}

#site_header a:not(.major) {
  color: #666669;
  text-decoration: none;
}

#site_header a:not(.major):hover {
  color: #cacbcd;
}

#site_header .menu {
  letter-spacing: 0.11em;
}

#site_header .menu.first {
  float: left;
}

#site_header .menu.first .dropdown a {
  padding: 7px 0;
  color: #000;
}

#site_header .menu.first .dropdown a:hover {
  color: #666669;
}

#site_header .menu.second {
  float: right;
}

#site_header .menu > li > a {
  display: inline-block;
  padding: 0 0 0 0.8em;
  border: solid #666669;
  border-width: 0 0 0 1px;
  margin: 0 0 0 4px;
  white-space: nowrap;
}

#site_header .dropdown a {
  padding: 5px 0 0;
  border: 0;
  margin: 0;
}

#site_header .menu li:first-child a {
  border: 0;
}

#site_header .currency_selector span, #site_header .account span {
  display: inline-block;
  padding: 0 0.7em 0 0;
  margin: 0 0.8em 0 0;
  background: url(/assets/icon_dropdown_indicator.gif) 100% 0.1em no-repeat;
  cursor: pointer;
}

#site_header .login a {
  padding: 0;
  margin: 0;
  border: 0;
}

#site_header .menu .cart_link {
  position: relative;
}

#site_header .menu .cart_link > a {
  padding: 0 0 0 2.4em;
  background: url(/assets/icon_bag.gif) 0.9em 0 no-repeat;
  color: #000;
}

#site_header .menu .cart_link > a:hover {
  color: #cacbcd;
}

#site_header .cart_link > a > .price.total {
  display: inline-block;
}

#site_header .logo {
  clear: both;
  text-align: center;
  height: 6em;
  line-height: 2.3em;
  padding: 1.5em 0 0;
}

#site_header .search_form {
  border: 0.1em solid #cacbcd;
  position: absolute;
  top: 3.5em;
  right: 0;
  height: 2.3em;
}

#site_header .search_form input {
  vertical-align: middle;
  line-height: 1.3em;
  font-size: 1em;
  border: 0;
  padding: 0;
  margin: 0;
}

#site_header .search_form input[type=text] {
  padding: 0.5em;
  width: 14em;
  border-color: #fff;
  background: none;
}

/* ------------------------------------------- */
/* -------------- LOGIN POPUP ---------------- */
/* ------------------------------------------- */
#header_login_content {
  position: relative;
}

#header_login_content .join-message {
  position: absolute;
  right: 27px;
  top: -25px;
  font-size: 11px;
}

#header_login_form {
  padding-top: 10px;
}

#header_login_form > .error {
  margin-bottom: 15px;
}

#header_login_form input[type=text], #header_login_form input[type=password] {
  width: 180px;
  margin-right: 4px;
}

#header_login_form label {
  position: relative;
  padding-left: 8px;
  font-size: 11px;
  width: 100px;
  margin-right: 9px;
  float: left;
}

#header_login_form p {
  font-size: 11px;
}

#header_login_form li {
  min-height: 33px;
  clear: both;
}

#header_login_form .need_help, #header_login_form .password a, .ui-dialog-content .need_help {
  text-decoration: underline;
  font-size: 11px;
  display: inline-block;
}

#header_login_form .need_help:hover, #header_login_form .password a:hover, .need_help:hover {
  text-decoration: none;
  cursor: pointer;
}

#header_login_form li.submit {
  padding-left: 0;
  margin-top: 5px;
}

#header_login_form li.submit input[type=checkbox] {
  margin: 3px 0 3px 118px;
  vertical-align: middle;
  width: auto;
}

#header_login_form li.submit label {
  width: 100px;
  margin-left: 4px;
  float: none;
}

#header_login_form li.submit input[type=submit] {
  display: block;
  margin: 11px 0 17px 118px;
  width: 140px;
  font-weight: bold;
  letter-spacing: 0;
}

#header_login_form .error {
  min-height: 32px;
  padding-top: 6px;
  margin: 0;
}

#header_login_form .error_highlight .error {
  padding: 4px 0;
  min-height: 21px;
  float: right;
  width: 333px;
}

#header_login_form .error_highlight .error p, #login_form .error_highlight .error p {
  padding: 0;
  font-size: 10px;
}

/* ------------------------------------------- */
/* ----------- AJAX CART SUMMARY ------------- */
/* ------------------------------------------- */
#ajax_cart_display {
  position: absolute;
  background: #fff;
  top: 12px;
  right: 0;
  width: 310px;
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 102;
  text-transform: none;
  color: #000;
}

#ajax_cart_display .loading {
  height: 32px;
  width: 32px;
  margin: 40px auto;
  background: url(/assets/icon_loader_large.gif) 0 0 no-repeat;
}

#ajax_cart_display .message {
  font-size: 110%;
  padding: 9px;
  text-transform: uppercase;
}

#ajax_cart_display .message .error {
  text-transform: none;
  color: #cc3333;
  background: none;
  padding: 0;
  letter-spacing: 0;
  line-height: 110%;
}

#ajax_cart_display .summary_items {
  list-style: none;
  margin: 0;
  padding: 0;
}

#ajax_cart_display .summary_items li {
  padding: 10px 14px 10px;
  border: solid #cacbcd;
  border-width: 0 0 1px 0;
  position: relative;
}

#ajax_cart_display .summary_items li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#ajax_cart_display .summary_items figure {
  height: 120px;
  width: 85px;
  float: left;
}

#ajax_cart_display .summary_items figure a, #ajax_cart_display .summary_items figure img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
}

#ajax_cart_display .summary_items .details {
  width: 188px;
  float: left;
  padding-left: 8px;
}

#ajax_cart_display .summary_items .actions {
  position: absolute;
  width: 1.5em;
  height: 1.6em;
  top: 1.5em;
  right: 0.5em;
}

#ajax_cart_display .summary_items .remove_link {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  background: url(/assets/btn_close.gif) 0 0 no-repeat;
  margin: 0;
  padding: 0;
  border: 0 none;
}

#ajax_cart_display .summary_items .remove_link:hover {
  background-position: 0 -18px;
}

#ajax_cart_display .summary_items h2 {
  margin: 0;
  padding: 1em 2.5em 1em 0;
  text-transform: uppercase;
  font-size: 100%;
  font-weight: normal;
}

#ajax_cart_display .summary_items p {
  margin: 0 0 0.4em;
  padding: 0;
}

#ajax_cart_display .summary_items p.colour {
  padding: 0;
}

#ajax_cart_display .summary_items p.standard {
  font-weight: bold;
}

#ajax_cart_display .added_product {
  display: block;
  background: #fff;
  position: absolute;
  z-index: 1000;
}

#ajax_cart_display .subtotal-wrapper {
  padding: 12px 0 2px;
  font-size: 12px;
  clear: both;
}

#ajax_cart_display .subtotal-wrapper:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#ajax_cart_display .subtotal-wrapper ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  clear: both;
}

#ajax_cart_display .subtotal-wrapper li {
  width: 100%;
  box-sizing: border-box;
}

#ajax_cart_display .subtotal-wrapper li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#ajax_cart_display .subtotal-wrapper .label {
  float: left;
  padding: 0;
  width: auto;
  max-width: 190px;
}

#ajax_cart_display .subtotal-wrapper .amount {
  float: right;
  padding: 0;
}

#ajax_cart_display .subtotal-wrapper .discount-wrapper {
  letter-spacing: 0;
  color: #ff0000;
  border-bottom: 1px solid #cacbcd;
  margin-bottom: 10px;
  padding: 0 14px 10px;
}

#ajax_cart_display .subtotal-wrapper .discount-wrapper > .label {
  font-weight: bold;
  padding-bottom: 10px;
}

#ajax_cart_display .subtotal-wrapper .discount-wrapper li > * {
  font-weight: normal;
  line-height: 14px;
}

#ajax_cart_display .subtotal-wrapper .discount-wrapper .amount {
  display: webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#ajax_cart_display .subtotal-wrapper .subtotal {
  text-transform: uppercase;
  padding: 0 14px 10px;
}

#ajax_cart_display .subtotal-wrapper .subtotal .price {
  font-weight: bold;
}

#ajax_cart_display .form-options {
  padding: 0 14px 10px;
  clear: both;
}

#ajax_cart_display .form-options .major {
  display: block;
}

#ajax_cart_display .promo {
  padding: 0 10px;
}

#ajax_cart_display .updown {
  width: 28px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  z-index: 10000;
}

#ajax_cart_display.animating .updown {
  display: none;
}

#ajax_cart_display .updown > div {
  width: 28px;
  height: 24px;
  display: block;
  background: url(/assets/btn_pageup.gif) 0 0 no-repeat;
}

#ajax_cart_display .updown > div.disabled {
  display: none;
}

#ajax_cart_display .updown #cs_next {
  background: url(/assets/btn_pagedown.gif) 0 0 no-repeat;
}

#ajax_cart_display .updown #cs_next:hover {
  background: url(/assets/btn_pagedown.gif) 0 -26px no-repeat;
}

#ajax_cart_display .updown #cs_back:hover {
  background: url(/assets/btn_pageup.gif) 0 -26px no-repeat;
}

/* ------------------------------------------- */
/* --------- HEADER DROP DOWN NAV ------------ */
/* ------------------------------------------- */
.header_nav {
  z-index: 100;
  display: block;
  width: 990px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  clear: both;
  font-size: 100%;
}

.header_nav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.header_nav a, .header_nav span {
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  padding: 1em 1.5em 1.6em;
  white-space: nowrap;
  text-decoration: none;
  font-weight: bold;
  line-height: 1em;
}

.header_nav > ul > li > a {
  font-family: "Brown", Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.2em;
}

.header_nav > ul > li > a:hover {
  color: #939598;
}

.header_nav > ul > li:hover {
  z-index: 1;
}

.header_nav a span {
  text-transform: inherit;
  color: inherit;
  padding: 0;
  text-decoration: inherit;
}

.header_nav a:hover {
  color: #666669;
}

.header_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.header_nav .dropdown {
  text-align: left;
}

.header_nav li {
  display: inline;
  margin: 0;
  padding: 0;
  position: relative;
}

.header_nav li li {
  display: block;
  text-align: left;
  padding: 0 1em 1em 0;
  letter-spacing: 1px;
}

.header_nav li li a, .header_nav li li span {
  padding: 0;
  white-space: normal;
}

.header_nav li li li {
  padding: 0.2em 0 0;
}

.header_nav li li li a {
  text-transform: none;
  font-weight: normal;
  font-size: 110%;
}

.header_nav li li li.on > a {
  color: #666669;
}

.header_nav .dropdown {
  display: none;
  position: absolute;
  left: 1.5em;
  background: #fff;
  padding: 1em;
}

.header_nav .dropdown .snippet {
  float: right;
}

.header_nav .dropdown .column {
  float: left;
  width: 16em;
}

.header_nav .dropdown:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.header_nav .no_children .dropdown {
  background: none;
  min-height: 0;
  display: none !important;
}

.header_nav .dropdown.loading {
  background: url(/assets/icon_loader_large.gif) no-repeat center #fff;
  display: block;
  width: 100%;
  min-height: 150px;
}

/* ------------------------------------------- */
/* ------------ #Accessibility --------------- */
/* ------------------------------------------- */
.skip-content {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 2000;
  list-style: none;
}
.skip-content li {
  position: absolute;
  left: 0;
  top: 0;
}
.skip-content a {
  position: absolute;
  left: -999em;
  top: 0;
  min-width: 200px;
  padding: 5px;
  background-color: #FFF;
  text-decoration: underline;
}
.skip-content a:focus {
  left: 0;
}

.eshop .skip-content {
  top: 43px;
}

/* ------------------------------------------- */
/*----- #Tablet Responsive Header Menu ------- */
/* ------------------------------------------- */
/* hiding tablet menu specific elements when in desktop sizes, the rest of the styling is done inside the media query */
.menu-toggle {
  display: none;
}

.tablet_nav {
  display: none;
  overflow: auto;
  /* Prevents the inside elements from pushing out the height of the html */
}

@media (max-width: 991.98px) {
  body.responsive-viewport {
    /* Small prexisting elements being adjusted for this layout */
    /* styling for the menu button */
    /* This is when the menu is open, the nav-open class is added to the body by the menu Javascript */
  }
  body.responsive-viewport .page-header {
    width: auto;
    min-width: 0;
  }
  body.responsive-viewport .menu.first, body.responsive-viewport .megamenu {
    display: none;
  }
  body.responsive-viewport #site_header {
    overflow: hidden;
    position: static !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
  }
  body.responsive-viewport #site_header .logo {
    padding: 0 !important;
  }
  body.responsive-viewport #site_header .logo a {
    display: block;
    width: 30%;
    margin: 0 auto;
  }
  body.responsive-viewport #site_header .logo img {
    max-width: 100%;
  }
  body.responsive-viewport #site_header .logo, body.responsive-viewport #site_header .menu-toggle {
    position: relative;
  }
  body.responsive-viewport #site_header .menu, body.responsive-viewport #site_header .search_form {
    margin-right: 10px;
  }
  body.responsive-viewport .nav-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 101;
  }
  body.responsive-viewport #main_page {
    margin-top: 0 !important;
  }
  body.responsive-viewport .menu-toggle {
    display: block;
    position: relative;
    margin-left: 18px;
    top: -70px;
    left: 0;
    width: 40px;
    height: 40px;
    color: #000;
    text-decoration: none;
    font-size: 0;
    z-index: 104;
    transition: left 0.3s;
  }
  body.responsive-viewport .menu-toggle .icon-menu {
    display: inline-block;
    padding-left: 8px;
    height: 40px;
    font-size: 26px;
    color: #000;
    line-height: 36px;
  }
  body.responsive-viewport .menu-toggle .icon-menu:before {
    vertical-align: middle;
  }
  body.responsive-viewport.tabber .menu-toggle:focus {
    outline: 1px dotted #000000;
    box-shadow: none;
    outline-offset: -4px;
  }
  body.responsive-viewport .tablet_nav {
    display: block;
    position: fixed;
    height: 100%;
    width: 80%;
    left: -80%;
    top: 0;
    margin: 0;
    padding: 0;
    font-family: "Brown", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    background: #eaebec;
    z-index: 104;
    transition: left 0.3s;
    box-shadow: inset -9px 0 12px -7px #d5d5d6;
    -webkit-box-shadow: inset -9px 0 12px -7px #d5d5d6;
    -moz-box-shadow: inset -9px 0 12px -7px #d5d5d6;
    text-transform: uppercase;
    font-size: 13px;
    /* Styles for level 1 scoped elements */
    /* Styles for level 2 scoped elements */
  }
  body.responsive-viewport .tablet_nav .icon-arrow-right {
    display: none;
  }
  body.responsive-viewport .tablet_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
  }
  body.responsive-viewport .tablet_nav li {
    padding: 0;
    border-top: 1px solid #d5d5d5;
  }
  body.responsive-viewport .tablet_nav a {
    display: block;
    position: relative;
    padding: 15px 50px 15px 20px;
    text-decoration: none;
  }
  body.responsive-viewport .tablet_nav .nav-level-one > .ui-accordion-li-fix > a {
    background: #EAEAEC;
  }
  body.responsive-viewport .tablet_nav .nav-level-one .ui-accordion-content > ul > li > a,
body.responsive-viewport .tablet_nav .nav-level-one .ui-accordion-content > li > a {
    padding-left: 30px;
  }
  body.responsive-viewport .tablet_nav .nav-level-one > li:last-of-type {
    border-bottom: 1px solid #d5d5d5;
  }
  body.responsive-viewport .tablet_nav .nav-level-two > .ui-accordion-li-fix > a {
    background-color: #F3F4F4;
    font-weight: normal;
  }
  body.responsive-viewport .tablet_nav .nav-level-two .ui-accordion-content > li > a {
    font-size: 13px;
    padding-left: 45px;
  }
  body.responsive-viewport .tablet_nav .ui-icon {
    position: absolute;
    right: 8px;
    top: 5px;
  }
  body.responsive-viewport .tablet_nav .ui-icon::before, body.responsive-viewport .tablet_nav .ui-icon::after {
    content: "";
    height: 1px;
    width: 15px;
    display: block;
    background-color: #918f8f;
    position: absolute;
    right: 15px;
    margin-top: 21px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  body.responsive-viewport .tablet_nav .ui-icon.icon-arrow-down::after {
    transform: rotate(-90deg);
  }
  body.responsive-viewport .tablet_nav li.login {
    text-align: right;
    padding-right: 15px;
  }
  body.responsive-viewport .tablet_nav li.login a {
    background: #fff;
    text-transform: none;
    padding: 15px 5px !important;
    display: inline-block;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
  }
  body.responsive-viewport .tablet_nav li.login .ui-icon {
    display: none;
  }
  body.responsive-viewport .tablet_nav li.accountAccordion .dropdown {
    opacity: 1 !important;
  }
  body.responsive-viewport .tablet_nav li.accountAccordion > a {
    background: #fff !important;
  }
  body.responsive-viewport.nav-open {
    /* 
    We dont want to scroll the main page while the menu is open
    We only want to be able to scroll the menu.
    */
    overflow: hidden;
  }
  body.responsive-viewport.nav-open .tablet_nav {
    overflow-y: auto;
    overflow-x: hidden;
    left: 0;
  }
  body.responsive-viewport.nav-open.tabber .tablet_nav a:focus, body.responsive-viewport.nav-open.tabber .tablet_nav li:focus {
    outline: 1px dotted #000000;
    box-shadow: none;
    outline-offset: -4px;
  }
  body.responsive-viewport.nav-open .menu-toggle {
    left: 80%;
    z-index: 1140;
  }
  body.responsive-viewport.nav-open .menu-toggle .icon-menu {
    color: #fff;
    font-size: 20px;
  }
  body.responsive-viewport.nav-open .menu-toggle .icon-menu::before {
    content: "";
  }
  body.responsive-viewport.nav-open .nav-mask {
    display: block !important;
  }
  body.responsive-viewport.loggedout .nav-level-one > li:first-child > a {
    background: #fff;
    text-align: right;
    text-transform: none;
    font-weight: bold;
    padding-right: 20px;
  }
}
/* ------------------------------------------- */
/* ------------------ FOOTER ----------------- */
/* ------------------------------------------- */
#site_footer {
  border-width: 0.2em 0 0;
  padding: 1em 0 0;
  display: block;
  width: 990px;
  margin: 0 auto;
  position: relative;
  clear: both;
  font-size: 100%;
}

#site_footer:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#site_footer .menu {
  font-size: 90%;
}

#site_footer .menu, #site_footer .menu ul {
  list-style: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

#site_footer header {
  font-size: 90%;
  font-weight: bold;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 0.5em;
}

#site_footer .menu li {
  padding: 0;
  margin: 0;
  display: inline;
}

#site_footer .menu.first {
  float: left;
  color: #000;
  letter-spacing: 0.11em;
  width: 65em;
}

#site_footer .menu.first li {
  font-weight: bold;
  float: left;
  display: block;
  padding-right: 4.5em;
}

#site_footer .menu.first li li {
  font-weight: normal;
  float: none;
  padding-right: 0;
}

#site_footer .menu.first a {
  color: #000;
  text-decoration: none;
}

#site_footer .menu.first a:hover {
  color: #666669;
}

#site_footer .menu.second {
  clear: both;
  float: right;
  color: #939598;
  margin: 0.8em 0 0;
}

#site_footer .menu.second a {
  color: #939598;
  text-decoration: none;
  display: inline-block;
  padding-left: 1em;
  letter-spacing: 0.11em;
}

#site_footer .menu.second a:hover {
  color: #666669;
}

#site_footer .signup_form {
  float: right;
  width: 250px;
  margin: 0 0 6px 10px;
}

#site_footer .signup_form input[type=submit] {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  float: right;
  background-image: url(/assets/btn_gradient_light.gif);
  height: 1.2em;
  padding: 4px 3px;
  border-color: #818284;
  width: 4.4em;
  border: 1px solid #000;
}

#site_footer .signup_form input[type=submit]:hover {
  background-image: url(/assets/btn_gradient_light_over.gif);
}

#site_footer .signup_form input[type=email] {
  height: 1.2em;
  padding: 0.3em;
  float: left;
  width: 15.2em;
  border: 0.1em solid #cacbcd;
}

#site_footer .content {
  float: right;
  width: 13em;
}

#site_footer .estar {
  float: left;
  clear: left;
  margin: 0.6em 0 0;
  text-transform: uppercase;
}

#site_footer .estar a {
  color: #cacbcd;
  text-decoration: none;
}

#site_footer .estar a:hover {
  color: #cacbcd;
}

@media (max-width: 991.98px) {
  body.responsive-viewport #site_footer {
    max-width: 990px;
    width: 100%;
    margin-bottom: 25px;
  }
  body.responsive-viewport #site_footer .menu, body.responsive-viewport #site_footer .signup_form, body.responsive-viewport #site_footer .social {
    display: none;
  }
  body.responsive-viewport #site_footer .content {
    float: none;
    width: auto;
  }
  body.responsive-viewport #site_footer .menu.second, body.responsive-viewport #site_footer .estar {
    float: none;
    clear: none;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 20px;
  }
  body.responsive-viewport #site_footer .menu.second {
    display: block;
  }
}
/* ------------------------------------------- */
/* ----------------- HOMEPAGE ---------------- */
/* ------------------------------------------- */
.homepage #main_page, .homepage .header_nav, .homepage #site_footer, .homepage .page_content {
  border: 0;
}

.homepage .page_content {
  width: 100%;
}

/* ------------------------------------------- */
/* ------------------ ASIDE ------------------ */
/* ------------------------------------------- */
/* All pages other than the homepage and cart pages have these asides */
aside.banner_1 p {
  margin-bottom: 0;
}

aside.banner_2 {
  width: 490px;
  float: left;
  border-width: 2px 0 0;
}

aside.banner_2:empty {
  border: none;
}

/* ------------------------------------------- */
/* --------------- BREADCRUMBS --------------- */
/* ------------------------------------------- */
/* Not used on cart pages */
.article_header .breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0.7em 0;
}

.article_header .breadcrumbs li {
  display: inline;
}

.article_header .breadcrumbs a, .article_header .breadcrumbs span {
  display: inline-block;
  padding: 0 0.4em;
  color: #939595;
  text-decoration: none;
}

.article_header .breadcrumbs li:before {
  content: " / ";
  color: #939595;
}

.article_header .breadcrumbs li:first-child:before {
  content: "";
}

.article_header .breadcrumbs li:first-child a {
  padding-left: 0;
}

/* ------------------------------------------- */
/* ------------ PAGE NAVIGATION -------------- */
/* ------------------------------------------- */
/* Page navigation comes in two flavours - info pages is horizontal and centered, catalogues have a left hand nav */
.page_nav a {
  color: #000;
  text-decoration: none;
}

.page_nav a:hover, .page_nav li.on > a {
  color: #666669;
}

.page_nav {
  width: 190px;
  margin: 0 10px 0 0;
  float: left;
  letter-spacing: 0.1em;
  position: relative;
}

.page_content {
  width: 790px;
  float: left;
}

.infopage .page_nav, .infopage .page_content {
  width: auto;
}

.infopage .page_nav ul {
  list-style: none;
  text-align: center;
  margin: 1em 0;
  padding: 0;
}

.infopage .page_nav li {
  display: inline;
  margin: 0;
  padding: 0;
}

.page_nav .catalogues a {
  font-size: 110%;
}

.page_nav .catalogues {
  margin: 0;
  padding: 1.5em 0 0;
}

.page_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page_nav ul ul ul {
  padding: 0 0 0 1.4em;
}

.page_nav .catalogues li {
  margin: 0;
  padding: 2.1em 0 0;
}

.page_nav .catalogues li li {
  padding: 0.6em 0 0;
}

.page_nav .catalogues a, .page_nav .catalogues span {
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
}

.page_nav .catalogues li li a, .page_nav .catalogues li li span {
  font-weight: normal;
  text-transform: none;
  letter-spacing: 1px;
}

.page_nav p a.on {
  color: #939598;
  text-decoration: underline;
}

.page_nav .banners {
  margin: 0;
  padding: 23px 0 0;
}

.page_nav .banners .snippet {
  margin: 0;
  padding: 0 0 1em;
}

.page_nav .item_counter {
  width: 150px;
  padding: 10px 0;
}

.page_nav .item_counter .top_link {
  display: block;
  padding: 24px 0 0;
  background: url(/assets/btn_pageup.gif) 50% 0 no-repeat;
  font-size: 110%;
  text-decoration: none;
}

.page_nav .item_counter .top_link:hover {
  background-position: 50% -26px;
}

.page_nav .item_counter .top_link .text {
  display: block;
  text-align: center;
  background: #fff;
  padding: 9px 0;
  text-transform: uppercase;
}

.page_nav .item_counter .message {
  display: block;
  text-align: center;
  background: #fff;
  color: #939598;
}

/* ------------------------------------------- */
/* ---- PRODUCT FILTERS & DISPLAY OPTIONS ---- */
/* ------------------------------------------- */
/* Used on Listing & eStar Search Results Page */
.filters {
  position: relative;
  padding: 10px 0 0;
  margin: 0;
  font-size: 12px;
  font-family: "Brown", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.filters .filter {
  border-top: 1px solid #cacbcd;
  padding: 10px 0;
}

.filters .filter:last-child {
  border-bottom: 1px solid #cacbcd;
}

.filters h3 {
  font-family: "Brown", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0;
}

.filters h3:hover {
  cursor: pointer;
}

.filters h3:after {
  content: "";
  font-size: 12px;
  font-family: "cr_icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.filters .open h3:after {
  content: "";
}

.filter-wrap {
  margin: 15px 0;
}

.filter-wrap a {
  color: #818286;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}

.filter-wrap a:hover {
  text-decoration: none;
  color: #818286;
  opacity: 0.7;
}

.filter-wrap a:before {
  content: "";
  font-size: 15px;
  font-family: "cr_icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 15px 0 1px;
}

.filter-wrap a.on:before {
  content: "";
}

.filter-wrap a.disabled {
  opacity: 0.3;
}

.filter-wrap a.disabled:hover {
  cursor: default;
}

.filter-wrap ul {
  margin-top: 20px;
}

.filter-wrap ul li {
  margin-bottom: 6px;
}

.filter-wrap ul h4 {
  margin-bottom: 15px;
  text-transform: none;
  letter-spacing: 0;
}

.by-price .filter-wrap:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.by-price .selected-range {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  color: #818080;
}

.by-price .slider-container {
  border: none;
  height: 1px;
  padding: 0 0 0 12px;
  background: #cacbcd;
}

.by-price .slider-container .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: #cacbcd;
  margin-right: 5px;
}

.by-price .slider-container .noUi-background {
  background: #cacbcd;
}

.by-price .slider-container .noUi-connect {
  background: #818286;
}

.by-price .slider-container .noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.by-price .slider-container .noUi-handle {
  position: relative;
  width: 12px;
  height: 12px;
  top: -6px;
  left: -12px;
  border-radius: 30px;
  background: #818286;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.by-price .slider-container .noUi-handle:active, .by-price .slider-container .noUi-handle:hover {
  width: 15px;
  height: 15px;
  top: -7px;
}

.by-price .slider-container .noUi-handle-upper {
  z-index: 1;
}

/* Display Options */
.display-options {
  display: block;
  width: 100%;
  font-size: 12px;
  font-family: "Brown", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.display-options ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.display-options .product-count {
  float: left;
  font-weight: bold;
}

.sort-by {
  float: right;
  margin-top: -3px;
}

.sort-by label {
  padding-right: 4px;
  color: #939595;
  text-transform: uppercase;
  font-size: 11px;
  width: auto;
}

.active-filters {
  width: 100%;
  clear: both;
  padding-top: 5px;
}

.active-filters li {
  display: inline-block;
}

.active-filters li:not(.clear) {
  background: #f0f0f0;
  margin: 0 5px 5px 0;
  padding: 4px 0 3px 10px;
  font-size: 11px;
}

.active-filters li .title {
  display: inline-block;
  vertical-align: baseline;
  opacity: 0.5;
}

.active-filters li .icon-cross {
  font-size: 8px;
  padding: 4px 10px;
  display: inline-block;
  text-decoration: none;
  vertical-align: baseline;
  opacity: 0.5;
}

.active-filters li .icon-cross:hover {
  text-decoration: none;
  cursor: pointer;
}

/* ------------------------------------------- */
/* ------------- PRODUCT LISTING ------------- */
/* ------------------------------------------- */
.products .item .swatches, .products .item .listing_promo {
  padding: 5px 0 0;
  text-align: center;
}

.products .item .swatches p {
  color: #666669;
  margin: 0;
}

.products .item .swatches .swatch span {
  display: inline-block;
}

.products .item .swatches .swatch img {
  border: 1px solid #5f5f5f;
}

.products .item {
  float: left;
  letter-spacing: 1px;
}

.page_content .products .item {
  margin: 0 0 4.7em;
}

.page_content .tabulated .item {
  margin: 0 1em 4.7em;
}

.page_content .tabulated .col_1 {
  margin-left: 0;
}

.page_content .tabulated .col_4 {
  margin-right: 0;
}

.products .divider {
  clear: left;
}

.page_content .products .item {
  width: 180px;
}

.page_content .products .item figure {
  width: 180px;
}

.item figure a, .item figure img {
  display: block;
  position: relative;
}

.item figure .zoom {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/assets/icon_zoom.png) 0 0 no-repeat;
  width: 30px;
  height: 30px;
}

.item figure a:hover .zoom {
  display: block;
}

.products .item h2, .products .item .pricing, .products .item .swatches {
  text-align: center;
}

.products .item .details {
  padding: 0;
}

.products .item h2 {
  font-size: 110%;
}

.products .item a, .items .item a {
  text-decoration: none;
}

.products .item .pricing {
  font-size: 11px;
}

.products .item .swatches {
  padding: 1.4em 0 0;
  text-align: center;
}

.products .item .swatches p {
  font-size: 110%;
  color: #666669;
  font-weight: bold;
  margin: 0;
}

.products .item .swatches p a {
  color: #666669;
  text-decoration: none;
}

.products .item .swatches ul {
  display: none;
}

.products .item .pricing > span, .products .item .pricing > p {
  -webkit-justify-content: center;
  justify-content: center;
}

.cataloguepage #site_header, .searchpage #site_header {
  position: fixed;
  top: 0;
  padding-top: 1.3em;
  left: 50%;
  margin-left: -49.5em;
  height: 8.8em;
  background: #fff;
}

.cataloguepage .header_nav, .searchpage .header_nav {
  position: fixed;
  top: 11em;
  left: 50%;
  margin-left: -49.5em;
  height: 3.6em;
  overflow: visible;
  background: #fff;
}

.cataloguepage #site_header .search_form, .searchpage #site_header .search_form {
  top: 3.8em;
}

.cataloguepage #main_page, .searchpage #main_page {
  margin-top: 14.4em;
}

.products .paging {
  clear: left;
  width: 100%;
}

.products .paging ul {
  margin: auto;
  width: 50%;
  list-style: none;
}

.products .paging ul li {
  float: left;
  margin-right: 5px;
}

.products .paging ul li.on {
  font-weight: bold;
  font-size: 110%;
}

.js_enabled .products .paging {
  display: none;
}

section.products {
  clear: both;
}

section.products.adding {
  padding-bottom: 8em;
  margin-bottom: 8em;
  background: url(/assets/icon_loader_products.gif) 50% 100% no-repeat;
}

.cataloguepage h1 {
  font-size: 110%;
  padding: 1.5em 0 2.3em;
  margin: 0;
  line-height: 1em;
}

/* ------------------------------------------- */
/* --------------- SEARCH PAGE --------------- */
/* ------------------------------------------- */
.search_result {
  padding: 22px 0 0;
}

.search_result .summary {
  font-size: 140%;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.searchpage.empty .page_content {
  width: 900px;
}

.empty .search_result {
  width: 390px;
  float: left;
}

.searchpage .page_content .content {
  width: 590px;
  float: right;
  margin: 0 0 17px;
}

.empty .search_result section {
  margin: 0 0 25px;
}

.empty .search_result section header {
  font-size: 140%;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.empty .search_result section a {
  text-decoration: none;
  font-size: 110%;
}

.empty .search_result section ul {
  list-style: none;
  margin: 0;
  padding: 21px 0 0;
  text-transform: uppercase;
  font-weight: bold;
}

.empty .search_result section ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.empty .search_result section ul ul {
  padding: 5px 0 0;
}

.empty .search_result section li {
  width: 25%;
  float: left;
}

.empty .search_result section.help li {
  width: auto;
  float: none;
}

.empty .search_result section.help a {
  text-transform: none;
  font-weight: normal;
}

.empty .search_result section li li {
  width: auto;
  text-transform: none;
  font-weight: normal;
  float: none;
  padding: 0 10px 0 0;
}

.empty .search_result p.search_term {
  font-weight: bold;
  font-size: 110%;
  padding: 10px 0 0;
}

.empty .search_result .message p {
  font-size: 110%;
}

.search_result .search_form {
  border-width: 1px;
  margin: 25px 0 0;
}

.search_result .search_form input {
  border: 0;
  vertical-align: middle;
}

.search_result .search_form input[type=text] {
  width: 320px;
}

/* Popup Layer */
.ui-dialog.estar_product {
  padding: 10px;
}

.estar_product .ui-dialog-titlebar {
  position: absolute;
  width: 100%;
  z-index: 2000;
}

.estar_product .ui-dialog-titlebar-close {
  margin: 0 20px 0 0;
}

.estar_product .product:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.estar_product section.product_detail {
  margin: 0;
  padding: 0;
  width: 290px;
}

.estar_offer .ui-dialog-title {
  font-size: 140%;
  padding: 0 0 6px;
  margin-top: -5px;
}

.estar_offer .incentive {
  font-size: 120%;
}

.estar_offer .description {
  padding: 0 0 10px;
}

.estar_offer .incentive h3 {
  font-size: 80%;
}

.estar_offer *:focus {
  outline: 0 none;
}

.estar_offer .item {
  padding: 10px 0 0;
}

/* Error Popup */
#modal_error {
  padding: 25px;
  border: none;
}

#modal_error .continue_button, #modal_confirm .continue_button {
  margin-top: 25px;
  text-align: center;
}

#modal_error .continue_button a, #modal_confirm .continue_button a {
  display: inline-block;
}

#modal_confirm .continue_button a {
  width: auto;
  margin: 0 10px;
}

#modal_error .error {
  font-size: 110%;
  background-position: 0 50%;
  margin-top: 0;
}

#modal_error .error p {
  padding: 6px 0;
}

#modal_confirm .confirm_message {
  margin: 10px 0;
  padding: 10px 0 0;
  font-size: 11px;
  font-weight: bold;
}

/* ------------------------------------------- */
/* -------- CURATED PRODUCTS MODULES --------- */
/* ------------------------------------------- */
/* Used for Recently Viewed, Complete the Look, Also Brought, Also Viewed */
.curated-wrapper {
  padding-top: 30px;
  clear: both;
}

.curated-group {
  margin: 40px 0;
  position: relative;
  padding: 11px 0;
  clear: both;
  border-top: 1px solid #ebebeb;
  text-align: center;
}

.curated-group:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.curated-group header {
  margin: 0;
  font-size: 14px;
  top: -18px;
  background: #fff;
  display: inline;
  position: relative;
  padding: 0 50px;
  text-transform: uppercase;
  font-family: "Brown", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.curated-group .text-link {
  font-size: 13px;
  padding: 20px 0 10px;
  display: inline-block;
  font-family: "Brown", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.curated-group .slick-list {
  max-width: 890px;
}

/* Four or Less Items to Show = Largest Images Displayed */
.curated-large .item figure {
  max-width: 206px;
  min-height: 307px;
}

/* Five Items to Show = Medium Images Displayed */
.curated-medium .item figure {
  max-width: 155px;
  min-height: 231px;
}

/* Six or more Items to Show = Smallest Images Displayed */
.curated-small .item figure {
  max-width: 130px;
  min-height: 194px;
}

.curated-group .item figure {
  margin: 0 auto;
}

.curated-group .item figure a {
  max-width: 95%;
  margin: 0 auto;
}

.curated-group .item figure img {
  margin: 0 auto 10px;
  width: 100%;
  height: auto;
}

.curated-group .item a {
  outline: none;
}

.curated-group .item .details {
  text-align: center;
  padding: 0 10px;
}

.curated-group .item .details h2 {
  font-family: "Brown", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: 0;
}

.curated-group .item .details a {
  color: #000;
  text-decoration: none;
}

.curated-group .item .details .pricing > p, .curated-group .item .details .pricing > span {
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 11px;
  color: #000;
}

/* Product Info Tooltip */
.curated-tooltip {
  position: absolute;
  padding: 10px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
  z-index: 10000;
}

.curated-tooltip .product-info {
  width: 165px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: "Brown", Arial, Helvetica, sans-serif;
}

.curated-tooltip .product-info h2 {
  font-size: 11px;
  font-weight: normal;
  margin: 0;
}

.curated-tooltip .product-info a {
  text-decoration: none;
}

.curated-tooltip .product-info p, .curated-tooltip .product-info span {
  margin: 0;
  -webkit-justify-content: center;
  justify-content: center;
}

.curated-tooltip .product-info .pricing {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.curated-tooltip .product-info .pricing p, .curated-tooltip .product-info .pricing span {
  color: #000;
}

/* ------------------------------------------- */
/* -------------- PRODUCT DETAIL ------------- */
/* ------------------------------------------- */
.productpage .page_content {
  width: 990px;
  position: relative;
}

/***** ----- Product Detail - Product Images ----- *****/
figure.product_image {
  width: 598px;
  float: left;
  position: relative;
}

figure.product_image:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

figure.product_image a {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

/* -- Product Images - Main Image Slider -- */
figure.product_image .medium_image .zoom {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/assets/icon_zoom.png) 0 0 no-repeat;
  width: 30px;
  height: 30px;
}

figure.product_image .medium_image:hover .zoom {
  display: block;
}

figure.product_image a img {
  display: block;
}

figure.product_image .carousel {
  width: 90px;
  padding: 0 0 0 4px;
}

figure.product_image .carousel_nav, #outfits .carousel_nav {
  width: 90px;
  position: absolute;
  bottom: 0;
  left: 4px;
  height: 24px;
}

figure.product_image .carousel_nav div, #outfits .carousel_nav div, #outfits .jspVerticalBar .jspArrow {
  position: absolute;
  width: 28px;
  height: 24px;
  top: 0;
}

figure.product_image .carousel_nav .next, #outfits .carousel_nav .next, #outfits .jspVerticalBar .jspArrowDown {
  right: 0;
  background-image: url(/assets/btn_pagedown.gif);
}

figure.product_image .carousel_nav .next:hover, figure.product_image .carousel_nav .back:hover, #outfits .carousel_nav .back:hover, #outfits .carousel_nav .next:hover, #outfits .jspVerticalBar .jspArrow {
  background-position: 0 -26px;
}

figure.product_image .carousel_nav .back, #outfits .carousel_nav .back, #outfits .jspVerticalBar .jspArrowUp {
  background-image: url(/assets/btn_pageup.gif);
}

figure.product_image ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* -- Product Images - Alt Image Slider -- */
figure.product_image .altimages {
  width: 94px;
  position: absolute;
  top: 0;
  right: 0;
  float: left;
  padding-bottom: 28px;
}

.initialised figure.product_image .altimages {
  position: relative;
}

figure.product_image .altimages .carousel .item {
  height: 138px;
  width: 90px;
}

.product_image img[data-lazy] {
  opacity: 0;
}

.product_image .product_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 744px;
  background: #fff;
}

.product_image .product_video.loading {
  background: #fff url(/assets/icon_loader_large.gif) 50% 50% no-repeat;
}

.product_image .product_video.loading .popup_holder {
  visibility: hidden;
}

.product_image .popup_holder {
  width: 500px;
  height: 744px;
  background: #fff;
}

.product_image .product_video header {
  font-size: 120%;
  padding: 0.3em 20px 0.3em 0;
  min-height: 16px;
  position: relative;
  text-transform: uppercase;
}

.product_image .product_video .close_button {
  display: block;
  height: 16px;
  width: 16px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -99999px;
  background: url(/assets/btn_close.gif) 0 -18px no-repeat;
}

.product_image .product_video .close_button:hover {
  background-position: 0 0;
}

figure.product_image .medium_image img {
  width: 500px;
}

.ui-dialog-content figure.product_image {
  width: 450px;
}

.ui-dialog-content figure.product_image .medium_image {
  width: 350px;
  display: block;
}

.ui-dialog-content figure.product_image .medium_image img {
  width: 350px;
  display: block;
}

.ui-dialog-content figure.product_image .altimages {
  z-index: 2001;
}

.altimages .video_link a {
  position: relative;
}

.altimages .video_link a .indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/images/assetimages/icon_play_video.png) 50% 50% no-repeat;
}

.altimages .video_link a .indicator:hover {
  background-image: url(/images/assetimages/icon_play_video_over.png);
}

figure.product_image li {
  margin: 0;
  padding: 0;
}

figure.product_image li a {
  float: none;
  display: block;
}

section.product_detail {
  width: 30em;
  float: right;
  padding: 0 8em 0 0;
}

section.additional_info {
  width: 29.2em;
  clear: right;
  float: right;
  padding: 0 8.5em 0 0;
}

.ui-dialog-content section.product_detail {
  width: 270px;
  float: right;
  padding: 0 20px 0 0;
}

.ui-dialog-content section.additional_info {
  width: 270px;
  clear: right;
  float: right;
  padding: 0 30px 0 0;
}

aside.related {
  clear: left;
  width: 580px;
  float: left;
  margin-top: 10px;
  padding: 0 0 0.6em;
}

.product_detail fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.product_detail legend {
  font-size: 110%;
}

.product_detail h1 {
  font-size: 120%;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.productpage .page_content .short_description {
  margin: 0 0 0.9em;
  line-height: 1.5em;
  font-size: 110%;
  letter-spacing: 0.07em;
}

.productpage .page_content .long_description {
  margin: 0 0 0.9em;
  line-height: 1.5em;
  font-size: 110%;
  letter-spacing: 0.07em;
}

.product_detail .pricing {
  margin: 0.6em 0 1em;
}

/* -- Product Information - Pricing -- */
.product_detail .pricing {
  margin: 2px 0 8px;
  font-size: 11px;
}

.product_detail .pricing .price_break {
  display: none;
}

.product_detail .pricing .price_break:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.product_detail .pricing .price_break.default {
  display: block;
}

.product_detail .pricing .price_break p {
  margin-bottom: 5px;
}

.product_detail .pricing .price_break .availability {
  clear: left;
  float: none;
}

.product_detail .pricing > .availability {
  margin-top: 10px;
}

.product_detail .pricing > .availability:empty {
  display: none;
}

.product_detail .complementary_products p {
  font-size: 110%;
  letter-spacing: 1px;
}

.product_detail .call_out {
  margin: 25px 0;
}

/* -- Product Information - From Pricing View Full Pricing Link & Popup -- */
.product_detail .p_and_a {
  font-size: 110%;
  margin: 0.8em 0 0;
}

table.matrix {
  border-collapse: collapse;
}

table.matrix td, table.matrix th {
  vertical-align: top;
  border: 1px solid;
  border-color: #fff #cacbcd #cacbcd #cacbcd;
}

table.matrix .colours th {
  border-color: #fff #cacbcd #cacbcd #cacbcd;
  padding: 5px;
}

table.matrix .colours th:first-child {
  border-left-color: #fff;
}

table.matrix .size th {
  border-left-color: #fff;
  vertical-align: middle;
  padding: 10px 5px;
}

table.matrix td {
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}

table.matrix td.available {
  cursor: pointer;
}

table.matrix .size p {
  margin: 5px 0 0;
}

table.matrix .size .price {
  margin: 0;
}

table.matrix .size .price.original {
  display: none;
}

table.matrix .price > span {
  -webkit-justify-content: center;
  justify-content: center;
}

table.matrix .availability:empty {
  display: none;
}

.product_detail .details_link {
  margin: 2.5em 0;
}

.product_detail .details_link a {
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0.3em 1.2em;
}

.product_detail li.colour {
  margin: 2.1em 0 2.2em;
}

.product_detail .add_to_cart form:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.add_to_cart ol, .add_to_cart ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ----- Product Detail - Related Colors ----- */
.product_detail .add_to_cart .other-colours {
  display: block;
  margin: -18px 0 12px 0;
}

.product_detail .add_to_cart .other-colours ol:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.product_detail .add_to_cart .other-colours li {
  position: relative;
  border: 1px solid #fff;
  padding: 1px;
  margin: 0;
  float: left;
  left: -2px;
  background: #fff;
}

.product_detail .add_to_cart .other-colours li:hover {
  background: #cacbcd;
}

.product_detail .add_to_cart .other-colours li.on {
  border-color: #cacbcd;
}

.product_detail .add_to_cart .other-colours img {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #5F5F5F;
}

/* -- Add to Bag - Colour -- */
.add_to_cart .colour fieldset ol {
  padding: 4px 0 0;
}

.add_to_cart .colour fieldset ol:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.add_to_cart .colour fieldset li, .Outfit .colour_swatch_links li {
  position: relative;
  border: 1px solid #fff;
  padding: 1px;
  margin: 0;
  float: left;
  left: -2px;
  background: #fff;
}

.add_to_cart .colour fieldset li:hover, .Outfit .colour_swatch_links li:hover {
  background: #cacbcd;
}

.add_to_cart .colour fieldset li.on, .Outfit .colour_swatch_links li.on {
  border-color: #cacbcd;
}

.add_to_cart .colour fieldset input, .Outfit .colour_swatch_links input {
  position: absolute;
  width: 3px;
  height: 3px;
}

.add_to_cart .colour fieldset label, .Outfit .colour_swatch_links label {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 110%;
  cursor: pointer;
  width: auto;
  padding: 0;
}

.add_to_cart .colour fieldset .textlinks label, .Outfit .colour_swatch_links .textlinks label {
  padding: 0.4em;
  background: #fff;
}

.add_to_cart .colour fieldset img, .Outfit .colour_swatch_links img {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #5F5F5F;
}

/* -- Add to Bag - Size -- */
.add_to_cart li.size select {
  font-size: 110%;
  margin: 0;
  padding: 0.3em;
  line-height: 1.3em;
  width: 16em;
}

.add_to_cart li.size span {
  display: inline-block;
  font-size: 110%;
  margin: 0;
  padding: 0.3em 0;
  line-height: 1.3em;
  width: 14em;
}

.add_to_cart li.size {
  width: 18.7em;
  float: left;
  letter-spacing: 0.11em;
  margin-bottom: 18px;
}

.add_to_cart li.size li {
  display: none;
  padding: 5px 0 0;
}

.add_to_cart li.size li.default {
  display: block;
}

.add_to_cart li.qty {
  width: 2em;
  float: left;
  margin-bottom: 18px;
}

.add_to_cart li.qty label {
  display: block;
  font-size: 110%;
  text-transform: uppercase;
  width: auto;
  margin: 0;
  padding: 0;
}

.add_to_cart li.qty input {
  width: 1.5em;
  text-align: center;
  margin: 5px 0 0;
  padding: 0.3em 0.4em;
  -moz-appearance: textfield;
}

.add_to_cart li.size_guide {
  float: left;
  padding: 22px 0 0 1.7em;
  font-size: 110%;
  letter-spacing: 0.07em;
  margin-bottom: 18px;
}

/* -- Add to Bag - Product Actions -- */
.add_to_cart li.submit {
  clear: left;
  padding: 0 0 0.8em;
  width: 100%;
}

.add_to_cart .submit .btn {
  width: 100%;
  font-size: 17px;
  line-height: 20px;
}

.add_to_cart .message {
  font-size: 110%;
  color: #939595;
  padding: 0.3em 0 1em;
}

.product_detail .product_links {
  list-style: none;
  padding: 1em 0 0;
  clear: both;
}

.product_detail .product_links li {
  font-size: 110%;
  padding: 0 0.9em 0;
  letter-spacing: 0.07em;
}

.product_detail .product_links li:last-child {
  padding: 0;
}

table.deliverytable {
  border-collapse: collapse;
  margin-bottom: 0.8em;
}

table.deliverytable tr:nth-child(even) {
  background-color: #f0f0f0;
}

table.deliverytable tr:nth-child(odd) {
  background-color: #fff;
}

table.deliverytable th {
  padding: 8px;
  font-weight: bold;
}

table.deliverytable td {
  padding: 8px;
}

.popup_data {
  display: none;
}

/* Product Info Tabs */
.additional_info {
  margin: 2.2em 0 0;
}

.additional_info .info_item {
  margin: 0 0 0;
  border-width: 1px 0 0;
  padding: 0;
}

.additional_info .info_heading {
  font-weight: normal;
  font-size: 120%;
  margin: 0;
  padding: 0.5em 0 0.5em 1.3em;
  background: url(/assets/icon_addinfo_closed.gif) 0 50% no-repeat;
  cursor: pointer;
}

.additional_info .info_heading.ui-state-active {
  background-image: url(/assets/icon_addinfo_open.gif);
}

.additional_info .info_heading:focus {
  outline: none;
}

.additional_info .info_content {
  padding: 0 0 2.2em 1.5em;
}

/* Full Width Banner */
.full-width-banner {
  clear: both;
}

/* Size Selector Popup Styles */
.sizing-selection {
  padding: 0;
  font-size: 12px;
}

.sizing-selection ol {
  list-style: none;
  padding: 0;
  margin: 17px 0;
}

.sizing-selection li {
  margin-bottom: 12px;
}

.sizing-selection .colour * {
  vertical-align: middle;
}

.sizing-selection .colour span {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0;
}

.sizing-selection .colour img {
  width: 15px;
  height: 15px;
  margin: -1px 7px 0;
  border: 1px solid #777;
  padding: 1px;
}

.sizing-selection .size select {
  padding: 4px;
  width: 165px;
  box-sizing: border-box;
}

.sizing-selection .actions {
  margin-top: 12px;
}

.sizing-selection .actions:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.sizing-selection .actions .major {
  width: 214px;
}

/* -- PDP - Disable Add to bag -- */
.productpage .add_to_cart[data-addtobag=disable] .submit {
  position: relative;
}
.productpage .add_to_cart[data-addtobag=disable] .submit .toolTip-ATB {
  right: 10px;
  font-size: 11px;
}
.productpage .add_to_cart[data-addtobag=disable] .submit .toolTip-ATB .cms .content {
  color: #333;
}
.productpage .add_to_cart[data-addtobag=disable] .submit .toolTip-ATB .arrow-down {
  left: 124px;
}
.productpage .add_to_cart[data-addtobag=disable] .submit .toolTip-ATB .close_atb_toolTip {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2355565C;%7D%0A%3C/style%3E%3Cg id='Final-Designs'%3E%3Cg id='desktop_x2F_header-member' transform='translate(-1374.000000, -135.000000)'%3E%3Cg id='Rewards-Banner' transform='translate(0.000000, 120.000000)'%3E%3Cg id='close' transform='translate(1375.000000, 16.000000)'%3E%3Cpath class='st0' d='M12,12.5c-0.1,0-0.3,0-0.4-0.1l-12-12c-0.2-0.2-0.2-0.5,0-0.7s0.5-0.2,0.7,0l12,12c0.2,0.2,0.2,0.5,0,0.7 C12.3,12.5,12.1,12.5,12,12.5z'/%3E%3Cpath class='st0' d='M0,12.5c-0.1,0-0.3,0-0.4-0.1c-0.2-0.2-0.2-0.5,0-0.7l12-12c0.2-0.2,0.5-0.2,0.7,0s0.2,0.5,0,0.7l-12,12 C0.3,12.5,0.1,12.5,0,12.5z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  height: 12px;
  width: 12px;
}
.productpage .add_to_cart[data-addtobag=disable] .submit .btn.major {
  pointer-events: none;
}

/* ------------------------------------------- */
/* -------------- ATB Tooltip ---------------- */
/* ------------------------------------------- */
.tooltip-ATB,
.toolTip-ATB {
  background: #fff;
  border: 1px solid #949494;
  position: absolute;
  right: -53px;
  top: calc(var(--ATBTooltipPosition) * -1);
  width: 250px;
  padding: 13px 15px;
  color: #333333;
  z-index: 1;
}
.tooltip-ATB .cms,
.toolTip-ATB .cms {
  padding-right: 20px;
}
.tooltip-ATB .arrow-down,
.toolTip-ATB .arrow-down {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #949494;
  position: absolute;
  left: 109px;
  bottom: -12px;
}
.tooltip-ATB .arrow-down::after,
.toolTip-ATB .arrow-down::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #fff;
  position: absolute;
  top: -12px;
  left: -11px;
}
.tooltip-ATB .close_atb_tooltip,
.tooltip-ATB .close_atb_toolTip,
.toolTip-ATB .close_atb_tooltip,
.toolTip-ATB .close_atb_toolTip {
  position: absolute;
  right: 15px;
}
.tooltip-ATB .close_atb_tooltip:hover,
.tooltip-ATB .close_atb_toolTip:hover,
.toolTip-ATB .close_atb_tooltip:hover,
.toolTip-ATB .close_atb_toolTip:hover {
  cursor: pointer;
}

/* ------------------------------------------- */
/* ----------- PRODUCT DETAIL ZOOM ----------- */
/* ------------------------------------------- */
#zoom_holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 100%;
  z-index: 1998;
}

#zoom_holder.offscreen {
  position: absolute;
  top: -1800px;
  bottom: auto;
  height: 1500px;
}

#zoom_close {
  display: block;
  height: 31px;
  width: 36px;
  position: fixed;
  margin: 0;
  top: 19px;
  right: 19px;
  z-index: 2001;
  background: url(/assets/btn_zoom_close.gif) 0 0 no-repeat;
  text-decoration: none;
}

.offscreen #zoom_close {
  display: none;
}

#zoom_close:hover {
  background-position: 0 -31px;
}

.image_zoomed #site_header, .image_zoomed .header_nav, .image_zoomed #main_page, .image_zoomed #site_footer, .image_zoomed .ui-dialog, .image_zoomed .ui-widget-overlay {
  display: none !important;
}

#zoom_slides {
  height: 1500px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.galleria-container {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.galleria-container img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.galleria-stage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

/* Zoom Slideshow */
.galleria-thumbnails-container {
  height: 136px;
  bottom: 0;
  position: fixed;
  left: 5px;
  z-index: 2;
}

.offscreen .galleria-thumbnails-container {
  position: absolute;
}

.galleria-carousel .galleria-thumbnails-list {
  margin-left: 25px;
  margin-right: 25px;
}

.galleria-thumbnails .galleria-image {
  width: 90px;
  height: 134px;
  margin: 0 10px 0 0;
  float: left;
  cursor: pointer;
  border: 1px solid #fff;
  overflow: hidden;
}

.galleria-thumbnails .galleria-image img {
  height: 135px;
  width: 90px;
}

.galleria-counter {
  display: none;
}

.galleria-loader {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: none;
  background: url(/assets/icon_loader_small.gif) no-repeat 0 0;
}

.galleria-info {
  display: none;
}

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

.galleria-image-nav {
  position: fixed;
  top: 355px;
  width: 100%;
  height: 20px;
  left: 0;
  z-index: 2;
}

.offscreen .galleria-image-nav {
  display: none;
}

.galleria-image-nav-left, .galleria-image-nav-right {
  cursor: pointer;
  width: 25px;
  height: 29px;
  position: absolute;
  left: 0;
  background: url(/assets/btn_zoom_back.gif) 0 0 no-repeat;
  z-index: 2;
}

.galleria-image-nav-right {
  left: auto;
  right: 0;
  background-image: url(/assets/btn_zoom_next.gif);
  z-index: 2;
}

.notouch .galleria-image-nav-left:hover, .notouch .galleria-image-nav-right:hover {
  background-position: 0 -31px;
}

.galleria-thumb-nav-left, .galleria-thumb-nav-right {
  cursor: pointer;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 17px;
  z-index: 3;
}

.galleria-thumb-nav-right {
  background: url(/assets/btn_page_next.gif) 0 0 no-repeat;
  right: 0;
  left: auto;
}

.galleria-thumb-nav-left {
  background: url(/assets/btn_page_back.gif) 0 0 no-repeat;
}

.galleria-thumbnails-container .disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-position: 0 -21px;
}

.notouch .galleria-thumb-nav-left:hover, .notouch .galleria-thumb-nav-right:hover {
  background-position: 0 -21px;
}

.touch .galleria-thumb-nav-left:active, .touch .galleria-thumb-nav-right:active {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #111;
}

.notouch .galleria-thumbnails-container .disabled:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left, .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}

/*------ OUTFITS ------*/
.outfitspage section.thumbnails {
  width: 194px;
  float: left;
  margin-top: 10px;
}

.outfitspage .thumbnails *:focus, .outfitspage .outfits *:focus {
  outline: none;
}

.outfitspage .thumbnails a {
  width: 85px;
  height: 126px;
  margin: 0 12px 10px 0;
  float: left;
}

.outfitspage .thumbnails .column {
  width: 97px;
  height: 680px;
  float: left;
}

.thumbnails .carousel {
  height: 680px;
}

.thumbnails .carousel_nav {
  width: 182px;
  margin-top: 10px;
}

.outfitspage .outfits {
  float: left;
  position: relative;
  margin-top: 10px;
  width: 596px;
  min-height: 705px;
}

.outfitspage .outfit {
  display: none;
  position: absolute;
  width: 596px;
}

.outfitspage .outfit.on {
  display: block;
}

.outfitspage .outfit .image {
  display: block;
  float: left;
  width: 450px;
}

.outfitspage .outfit .image.zoomed {
  cursor: pointer;
}

.outfitspage .outfit .items {
  width: 136px;
  float: right;
  margin: 0;
}

.outfitspage .outfit .items .column {
  min-height: 670px;
}

.outfitspage .page_content:after, .outfitspage .outfit:after, .outfitspage .outfit, .outfitspage .carousel:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.outfitspage .outfit .item {
  text-align: center;
  min-height: 166px;
  padding: 0;
}

.outfitspage .outfit .item h3 {
  margin: 0;
  font-weight: normal;
}

.outfitspage .outfit .item p {
  margin: 0;
}

.outfitspage .outfit .item p.was {
  display: inline;
}

.outfitspage .outfit .item p.now {
  display: inline;
}

.outfitspage .outfit .items .image {
  display: block;
  float: none;
  position: relative;
  text-align: center;
  width: 136px;
}

.outfitspage .outfit .items .image .zoom {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/assets/icon_zoom.png) 0 0 no-repeat;
  width: 25px;
  height: 25px;
}

.outfitspage .outfit .items .image:hover .zoom {
  display: block;
}

.outfitspage .outfit .items .image img {
  width: 85px;
  margin: 0 auto;
}

.outfitspage .outfit .items .column {
  min-height: 690px;
}

.outfitspage .outfit .items .carousel_nav {
  width: 136px;
}

.outfitspage .outfit .base {
  display: none;
}

.outfitspage .image {
  cursor: default;
}

.outfitspage .item .image {
  cursor: pointer;
}

.outfitspage .image img {
  display: block;
}

.outfitspage .image .zoom_link {
  display: block;
  width: 28px;
  height: 29px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/assets/icon_loader_small.gif) 50% 50% no-repeat;
}

.outfitspage .zoomable .zoom_link {
  cursor: pointer;
  background: url(/assets/btn_col_zoom.png) 0 0 no-repeat;
  opacity: 0.8;
}

.outfitspage .zoomable .zoom_link:hover {
  background-position: 0 -30px;
}

.outfitspage .zoomed .zoom_link {
  background-position: 0 -90px;
}

.outfitspage .zoomed .zoom_link:hover {
  background-position: 0 -60px;
}

.outfit_nav {
  position: absolute;
  top: 320px;
  width: 450px;
  height: 29px;
}

.outfit_nav div {
  width: 25px;
  height: 29px;
  background: url(/assets/btn_zoom_back.gif) 0 0 no-repeat;
  cursor: pointer;
}

.outfit_nav div:hover {
  background-position: 0 -31px;
}

.outfit_nav .next {
  float: right;
  background-image: url(/assets/btn_zoom_next.gif);
}

.outfit_nav .back {
  float: left;
}

.outfit_nav .disabled {
  display: none;
}

.outfitspage .tooltip_display .title_tag {
  font-size: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 150px;
}

/* ------------------------------------------- */
/* -------------- LOGIN PAGES ---------------- */
/* ------------------------------------------- */
/* Page displays in Cart and Account. Reset Password Page and Forgot Password Page also uses the .login class name */
.login .page-nav {
  display: none;
}

.login .page_content {
  width: 990px;
  font-size: 100%;
  margin-top: 0;
  border-top-width: 2px;
  padding-top: 20px;
}

.login .page_content p {
  font-size: 11px;
}

.login .page_content li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.login .page_content li:not(.submit) label {
  float: left;
  width: 98px;
  padding: 0 22px 0 0;
  font-size: 11px;
  font-weight: normal;
}

.login .page_content .page_option label em {
  position: static;
}

.login #main_page .page_content > .error {
  margin: 0 0 20px;
}

.login #main_page .error_highlight .error {
  float: right;
  background: none;
  padding: 5px 0 0;
  min-height: 20px;
  width: 323px;
  margin: 0;
}

.login .page_option {
  background-color: #f0f0f0;
  width: 444px;
  padding: 33px 23px 0;
  height: 247px;
  margin-bottom: 14px;
}

.login .page_option h2 {
  padding: 0;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 14px 0;
}

.login .page_option li {
  padding-bottom: 9px;
}

.login .page_option li a:hover {
  text-decoration: none;
}

/* Login Page - Login Side */
.login .signin {
  float: left;
}

.login .signin input[type=text], .login .signin input[type=password] {
  width: 178px;
}

.login .signin form a, .login .signin .need_help {
  padding-left: 8px;
}

.login .signin .need_help, .login .signin .password a {
  text-decoration: underline;
  font-size: 11px;
  display: inline-block;
}

.login .signin .need_help:hover, .login .signin .password a:hover {
  text-decoration: none;
  cursor: pointer;
}

.login .signin .submit {
  padding: 0 0 0 120px;
}

.login .signin input[type=submit] {
  display: block;
  margin-top: 10px;
}

.login .signin .submit input[type=checkbox] {
  margin: 0 7px 0 0;
  vertical-align: middle;
  width: auto;
}

.login .signin .submit label {
  float: none;
}

/* Login Page - Guest Side */
.login .continue {
  float: right;
  text-align: center;
}

.login .continue .instructions {
  margin: 0 auto 44px;
  width: 375px;
}

.login .continue .major {
  display: inline-block;
  width: 150px;
}

/* Need Help Popup Styling*/
.tooltip_display {
  position: absolute;
}

.tooltip_display .message_wrapper {
  width: 200px;
  background: #fff;
  padding: 10px;
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
  z-index: 1005;
  position: relative;
}

.tooltip_display .message_wrapper * {
  font-size: 10px;
}

/* Login Page - Forgot Password Form in Login Page (Try to use an outdated reset password link in email > click the reset pw link in error message on login page and you get to this) */
.login .signin .section_content input[type=text] {
  width: 247px;
}

/* ------------------------------------------- */
/* --------- FORGOT PASSWORD POPUP ----------- */
/* ------------------------------------------- */
/* Popup from Header Login Popup as well as Login Pages (Account, Cart, Giftcard Cart) */
.ui-dialog-content [id*=password_section] li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.ui-dialog-content [id*=password_section] p, .cartpage .ui-dialog-content [id*=password_section] p {
  font-size: 11px;
  line-height: normal;
}

.ui-dialog-content [id*=password_section] label {
  width: 99px;
  padding-right: 22px;
  font-size: 11px;
  font-weight: normal;
}

.ui-dialog-content [id*=password_section] .email input {
  margin: 0 7px 0 0;
  width: 178px;
}

.ui-dialog-content [id*=password_section] .submit {
  padding: 15px 0 0 121px;
}

/* ------------------------------------------- */
/* --------------- CART PAGES ---------------- */
/* ------------------------------------------- */
.cartpage {
  letter-spacing: 0;
}

.cartpage #main_page {
  border-width: 0;
}

.cartpage .article_header {
  border: 0;
  background: #fff;
  margin-bottom: 10px;
}

.cartpage .page_content {
  width: 100%;
  position: relative;
  margin-bottom: 48px;
}

.cartpage:not(.summary):not(.login) .page_content {
  font-size: 120%;
}

.cartpage:not(.summary):not(.login) .page_content h1 {
  font-size: 17px;
  font-family: "SuperGrotesk", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin: 12px 0 0;
}

.cartpage:not(.summary):not(.login) .page_content h2, .cartpage:not(.summary):not(.login) .page_content h3 {
  color: #000;
  letter-spacing: 0;
  font-weight: bold;
  font-family: "SuperGrotesk", Arial, Helvetica, sans-serif;
}

.cartpage .page_content ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cartpage .secure_icon, .cartpage #newPaymentOption .card_number {
  margin-top: 27px;
}

.cartpage .paypal-disclaimer, .cartpage .alipay-disclaimer, .cartpage .applepay-disclaimer {
  margin-top: 15px;
}

.cartpage .page_content table {
  border-collapse: collapse;
}

.cartpage .page_content label, .cartpage .page_content .label {
  font-weight: bold;
  padding: 0;
  position: relative;
}

.cartpage .page_content label em {
  top: 5px;
}

.cartpage .page_content #paymentMethods label em {
  top: 0;
}

.cartpage .page_content legend {
  font-weight: bold;
}

.cartpage .page_content input, .cartpage .page_content select {
  vertical-align: middle;
}

.cartpage .page_content input[type=checkbox], .cartpage .page_content input[type=radio] {
  vertical-align: top;
}

.cartpage .page_content select {
  margin: 0;
  padding: 4px;
  color: #333;
}

.cartpage .page_content input[type=checkbox], .cartpage .page_content input[type=radio] {
  margin: 0 6px 0 0;
  border: 0px;
  padding: 0;
  width: auto;
}

.cartpage:not(.login) .page_content .submit {
  clear: both;
  text-align: right;
  padding: 24px 0 0 0;
}

.cartpage:not(.login) .page_content .submit input {
  font-size: 14px;
}

.cartpage .page_content .submit input[type=submit].disabled, .cartpage .page_content .major.disabled {
  background: #CACBCD;
  border-color: #bAbBbD !important;
  cursor: default;
}

.cartpage .page_content .submit input[type=submit].disabled:hover, .cartpage .page_content .submit .major.disabled:hover {
  border-color: #bAbBbD !important;
}

.cartpage .cart_content {
  width: 576px;
  float: left;
}

.cartpage .cart_section, .billing #puisPanel {
  padding: 10px;
  border-width: 1px;
  position: relative;
  margin: 10px 0 0;
}

.cartpage .cart_section h2, .billing #puisPanel h2 {
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0;
  font-family: "SuperGrotesk", Arial, Helvetica, sans-serif;
}

.cartpage .page_content .price.now {
  font-weight: bold;
  color: #000;
}

.cartpage tr.delivery *, .cartpage .delivery_message {
  color: #939598;
  font-style: italic;
  font-weight: normal;
  position: relative;
  text-transform: capitalize;
}

.cartpage .delivery_message {
  font-size: 11px;
  text-transform: none;
}

.cartpage tr.delivery.actual * {
  font-style: normal;
  color: #000;
  font-weight: bold;
}

.cartpage .cart_edit, .cartpage .cart_remove, .cartpage .cart_editable .fields_holder .close, .billing .giftoptions .cancel, .billing #puisPanel .close {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background: url(/assets/sprite_cart_edit.png) 0 0 no-repeat;
}

.cartpage .cart_edit:hover {
  background-position: 0 -32px;
}

.cartpage .cart_remove, .cartpage .cart_editable .fields_holder .close, .billing .giftoptions .cancel, .billing #puisPanel .close {
  background-position: -32px 0;
}

.cartpage .cart_remove:hover, .cartpage .cart_editable .fields_holder .close:hover, .billing .giftoptions .cancel:hover, .billing #puisPanel .close:hover {
  background-position: -32px -32px;
}

.cartpage:not(.login) .error p {
  margin-bottom: 0;
}

.cartpage:not(.login) .error_highlight .error {
  padding: 0 0 0 2px;
  width: 170px;
  min-height: 10px;
  vertical-align: middle;
  display: inline-block;
  float: right;
  font-size: 10px;
}

.cartpage #main_page form > .error {
  margin-top: 20px;
}

.cartpage .ui-dialog-content p, .account-page.orders .ui-dialog-content p {
  font-size: 12px;
  line-height: 17px;
}

.cartpage .page_content .pricing > p, .cartpage .page_content .pricing > span, .cartpage .page_content .cart .itemprice p > span {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

/* -- Cart Summary Page -- */
.summary {
  font-family: Arial, Helvetica, sans-serif;
}

.summary .article_header {
  margin-top: 20px;
}

.summary .page_content .label, .summary .page_content label {
  font-size: 12px;
  width: 70px;
}

.summary .page_content .price:not(.original) {
  font-weight: bold;
}

.summary .page_content .itemprice {
  text-align: right;
  letter-spacing: 1.1px;
}

.summary .page_content input[type=submit], .cartpage.confirm .checkout a {
  float: right;
  margin: -33px 0 0 0;
}

.summary .buttons input[type=submit] {
  display: inline-block;
  margin: 0;
}

.summary .major-sec {
  display: inline-block;
}

/* Order based incentive that displays above the cart table when a customer needs to spend $x more to get discount */
.cartpage .OrderBasedIncentives {
  border: 1px dotted #cacbcd;
  margin: 10px 0;
  padding: 10px;
  font-size: 12px;
}

.cartpage .OrderBasedIncentives .price-display {
  display: inline;
}

.summary .OrderBasedIncentives {
  clear: both;
}

.cart {
  width: 100%;
  margin: 17px 0 0;
  clear: both;
}

.cart a {
  text-decoration: none;
}

.cart th {
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  background: #f0f0f0;
  padding: 6px 15px 6px 0;
  letter-spacing: 1.3px;
}

.cartpage th.unitprice {
  text-align: right;
  min-width: 82px;
}

.cart td {
  vertical-align: top;
  padding: 23px 15px 14px 0;
  border-width: 0 0 1px;
}

.cart .selection, .cart label, .cart .quantity input, .cart .price, .checkout .price {
  font-size: 12px;
}

.cart .edit {
  color: #666669;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.1px;
  display: block;
  margin-top: 8px;
}

.cart .edit:hover {
  text-decoration: underline;
}

.cart th.product {
  padding-left: 20px;
  width: 360px;
}

.cart td.product {
  width: 380px;
  padding-top: 14px;
  margin: 10px 0 9px;
}

.cart td.details {
  width: 232px;
}

.cart .product .productimage {
  float: left;
  margin-right: 10px;
}

.cart .product h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1.1px;
  margin: 8px 0;
}

.cart .coloursize {
  padding: 0;
}

.cart .coloursize li {
  padding-bottom: 4px;
  letter-spacing: 1.1px;
  list-style: none;
}

.cart .coloursize span {
  vertical-align: middle;
}

.page_content .cart .unitprice > p {
  padding: 0 0 2px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.page_content .cart .price-display, .page_content .cart .original_price {
  letter-spacing: 1.3px;
}

.page_content .cart .price.original {
  font-style: italic;
}

.cart td.quantity, .cart th.quantity {
  text-align: center;
}

.cart .quantity .selection {
  display: inline-block;
  border: 1px solid #cacbcd;
  background: #efefef;
  color: #333333;
  width: 24px;
  text-align: center;
  padding: 2.5px;
}

.cart .quantity input {
  width: 24px;
  text-align: center;
  padding: 2.5px;
}

.checkout {
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}

.checkout > tbody > tr > td {
  vertical-align: top;
}

.checkout > tbody > tr > td:first-child {
  width: 380px;
}

.checkout .content_row .messages {
  padding: 0 20px 5px 0;
}

.checkout .delivery_message em, .checkout .delivery .message em {
  position: absolute;
  left: -5px;
  font-style: normal;
}

.checkout .discount td {
  padding-top: 12px;
}

.checkout .totals .gst td.message, .checkout .totals .gst td .price {
  font-weight: normal;
}

.checkout .totals .gst td {
  padding-top: 1em;
  color: #999;
  font-style: italic;
}

.checkout .totals .gst td .price.now {
  color: #999;
}

.checkout .delivery_message {
  font-size: 11px;
  width: 150px;
  padding-top: 18px;
}

.checkout .totals {
  padding: 18px 0 10px;
  width: 301px;
}

.checkout .totals table {
  float: right;
  width: 100%;
}

.checkout .totals table td.itemprice, .checkout .totals table td.pricing {
  padding-right: 15px;
}

.checkout .totals table td.message {
  padding-left: 18px;
}

.checkout .totals .discount td.message {
  padding-left: 25px;
}

.checkout .totals table .cardholder_offer td {
  padding-top: 10px;
}

.checkout .totals td {
  vertical-align: top;
}

.checkout .totals td.message {
  font-size: 12px;
  font-weight: bold;
}

.checkout .totals td.message .message {
  font-weight: normal;
  text-transform: none;
  font-size: 10px;
  color: #939598;
}

.checkout .totals .itemprice .price {
  margin-bottom: 0;
  white-space: nowrap;
  font-weight: bold;
}

.checkout .totals .total {
  text-transform: uppercase;
  background: #f0f0f0;
  font-size: 13.7px;
}

.checkout .totals .total td {
  padding: 9px;
}

.checkout .totals .total .price {
  font-weight: bold;
}

.checkout .totals .total .price.was {
  font-weight: normal;
}

.checkout .totals .total .itemprice p {
  font-size: 15px;
}

.checkout .totals .delivery td {
  padding: 15px 0 6px 18px;
}

.checkout .totals .delivery .message {
  position: relative;
}

.checkout .totals .delivery label {
  padding: 0;
  font-weight: normal;
}

.checkout .cardholder_discount td {
  padding-bottom: 8px;
}

.checkout .buttons td {
  padding-top: 0;
  padding-bottom: 0;
}

.checkout td.back {
  position: relative;
}

/* Deleted items on the summary page and aside in cart */
.summary .deleted .price, .summary .deleted .quantity *, .order_summary .deleted .price, .order_summary .deleted .quantity * {
  display: none;
}

/* ---- Promo Code Box - Used on Summary, Delivery and Payment Page */
.promo-code-wrapper form:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.promo-code-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.promo-code-wrapper .coupon-text {
  color: #000;
}

.summary .promo-code-wrapper .coupon-text:empty, .cart_aside .promo-code-wrapper .coupon-text:empty {
  margin: 0;
}

.promo-code-wrapper .coupon-text span {
  font-weight: bold;
}

/* Promo Code Box - Cart Summary Only */
.summary .cart_aside {
  width: 100%;
}

.summary .promo-code-wrapper {
  padding: 20px 0;
  background: #f0f0f0;
  border-bottom: 1px solid #cacbcd;
}

.summary .promo-code-wrapper:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.summary .promo-code-wrapper form {
  text-align: right;
  margin-right: 18px;
}

.summary .promo-code-wrapper form > * {
  display: inline-block;
  vertical-align: middle;
}

.summary .promo-code-wrapper input {
  margin-right: 16px;
  width: 182px;
  padding: 5px;
  font-size: 12px;
}

.summary .promo-code-wrapper .coupon-text {
  width: 332px;
  float: right;
  margin: 18px 0 0;
  font-size: 12px;
}

/* Promo Code Box - Cart Aside Only */
.cart_aside .promo-code-wrapper {
  border-width: 1px;
  margin: 10px 0 0;
}

.cart_aside .promo-code-wrapper form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart_aside .promo-code-wrapper fieldset {
  width: 100%;
  box-sizing: border-box;
  margin-right: 10px;
}

.cart_aside .promo-code-wrapper input[type=text] {
  width: 100%;
  box-sizing: border-box;
}

.cart_aside .promo-code-wrapper .form-options {
  margin-left: auto;
}

.cart_aside .promo-code-wrapper .coupon-text, .cart_aside .promo-code-wrapper .error {
  margin: 10px 0 0;
  padding: 0;
  background: transparent;
}

.summary .managed {
  float: right;
  width: 790px;
}

/* Generated class name appears when all items are not available in that satellite and have to be removed */
.summary .generated {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.summary .generated .message p {
  font-size: 11px;
}

/* -- Cart Breadcrumbs -- */
.cartpage .breadcrumbs {
  padding: 17px 0 0;
}

.cartpage .breadcrumbs:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cartpage .breadcrumbs li:before {
  display: none;
}

.cartpage .breadcrumbs li {
  float: left;
  display: block;
  position: relative;
  width: 263px;
  padding-right: 100px;
}

.cartpage .breadcrumbs li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 48%;
  width: 100px;
  height: 3px;
  background: #c5c6c7;
}

.cartpage .breadcrumbs li.step3 {
  padding-right: 0;
}

.cartpage .breadcrumbs li.step3:after {
  display: none;
}

.cartpage .breadcrumbs li a, .cartpage .breadcrumbs li span {
  display: block;
  padding: 5px 0;
  border: 1px solid #c5c6c7;
  background: #fff;
  color: #c5c6c7;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.1px;
  line-height: 19px;
}

.cartpage .breadcrumbs li.on a {
  background: #939598;
  border-color: #939598;
  color: #fff;
}

.cartpage .breadcrumbs li.on span {
  background: #f1f1f1;
  border-color: #aaaaaa;
  color: #000;
}

.cartpage .breadcrumbs li:first-child a {
  text-indent: 0;
  width: auto;
  height: auto;
}

.cartpage .breadcrumbs li.on a:hover {
  background: #666;
  border-color: #666;
}

/* -- Cart Aside Styles -- */
.cart_aside {
  width: 396px;
  float: right;
  color: #666669;
}

.cart_aside h3, .cart_aside h4, .cart_aside tr.subtotal {
  color: #000;
  font-weight: bold;
  letter-spacing: 0;
}

.cart_aside h3 {
  font-size: 14px;
}

.cart_aside table {
  width: 100%;
}

.cart_aside li {
  padding: 2px 0;
}

.cart_aside .cardholder_offers h3 {
  float: left;
}

.cart_aside .cardholder_offers .status {
  float: right;
  display: none;
}

.cart_aside .cardholder_offers .status + p {
  clear: both;
  padding: 8px 0 6px;
  color: #000;
}

.cart_aside .cardholder_offers form {
  padding-bottom: 10px;
}

.cart_aside .cardholder_offers ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cart_aside .cardholder_offers li {
  padding: 10px 0;
  position: relative;
  border: solid #cacbcd;
  border-width: 1px 0 0;
}

.cart_aside .cardholder_offers li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cart_aside .cardholder_offers li:last-of-type {
  padding-bottom: 0;
}

.cart_aside .cardholder_offers li .promoDisclaimer {
  font-size: 11px;
  color: #939598;
  font-style: italic;
}

.cardholder_offers .description {
  float: left;
  font-weight: bold;
  color: #000;
}

.cart_aside .cardholder_offers span {
  width: 235px;
  word-break: break-word;
}

.cart_aside .cardholder_offers span.expiry {
  float: left;
  color: #b6b7b8;
  display: block;
  font-size: 11px;
  margin-top: 3px;
}

.cart_aside .cardholder_offers .accept {
  float: right;
  width: auto;
}

.cart_aside .cardholder_offers .accept .minor {
  width: 150px;
  right: 0;
}

.cart_aside .cardholder_offers .opromotion, .cart_aside .cardholder_offers .ipromotion {
  visibility: hidden;
  position: absolute;
}

.cart_aside .order_summary .pricing {
  float: right;
}

.cart_aside .order_summary td {
  padding: 6px;
  vertical-align: top;
}

.cart_aside .order_summary td.itemprice {
  color: #000;
  font-weight: bold;
}

.cart_aside .order_summary td.itemprice .price-display {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cart_aside .order_summary .discount td p {
  font-weight: bold;
  margin: 0;
  flex-wrap: nowrap;
}

.cart_aside .order_summary .discount .message p {
  padding-left: 10px;
}

.cart_aside .order_summary .price {
  margin: 0;
}

.cart_aside .order_summary .cardholder_offer, .cart_aside .order_summary .cardholder_offer .price.now {
  font-weight: bold;
}

.cart_aside .order_summary .aside_puis_storename {
  font-style: italic;
}

.cart_aside .order_summary .total td {
  color: #000;
  background: #f0f0f0;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10.5px 7px;
  border-top: 8px solid #fff;
}

.cart_aside .order_summary .total td .message {
  font-weight: normal;
  text-transform: none;
  font-size: 11px;
  color: #939598;
}

.cart_aside .order_summary .total .price, .cart_aside .order_summary .subtotal .price {
  font-weight: bold;
}

.cart_aside .items {
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-width: 1px 0 0;
  position: relative;
}

.cart_aside .items .cart_edit {
  position: absolute;
  top: 12px;
  right: 0;
}

.cart_aside .items .productimage img {
  width: 60px;
  height: auto;
}

.cart_aside .items .coloursize {
  font-size: 11px;
}

.cart_aside .items .coloursize .label {
  width: 63px;
  padding: 0;
  font-size: 11px;
}

.cart_aside .items .coloursize .selection {
  display: inline-block;
  vertical-align: middle;
}

.cart_aside .items .coloursize .price {
  font-style: italic;
}

.cart_aside .items .item-error {
  color: #ff0000;
  font-weight: bold;
}

.cart_aside + .content {
  clear: right;
  float: right;
  width: 396px;
  margin: 20px 0 0;
}

/* -- Cart Login Pages -- */
.cartpage.login .article_header h1 {
  display: none;
}

.cartpage.login .page_content .cart_content {
  width: auto;
  float: none;
}

.cartpage.login .page_content .cart_content > .error {
  margin-bottom: 10px;
}

.cartpage.login .submit label {
  font-weight: normal;
}

/* -- Shared Between Delivery & Payment Pages -- */
.cartpage .page_content .cart_editable {
  width: 100%;
}

.cartpage .page_content .cart_editable .submit {
  margin-left: 141px;
  text-align: left;
  padding-top: 15px;
}

.cartpage .page_content .cart_editable legend {
  padding: 9px 0 20px;
  margin: 0;
  letter-spacing: 0;
  font-family: "SuperGrotesk", Arial, Helvetica, sans-serif;
}

.cart_editable .fields_holder {
  position: relative;
  padding: 10px;
}

.cart_editable .fields_holder .error {
  border-collapse: separate;
  margin-bottom: 20px;
}

.cart_editable .fields_holder li .error {
  margin-bottom: 0;
}

.cart_editable .edit_display td {
  padding: 10px 0;
}

.cart_editable .edit_display.new td {
  border: 0;
  padding: 10px 0 0;
}

.cart_editable .edit_fields .close {
  position: absolute;
  top: 9px;
  right: -1px;
}

.cart_editable .edit_fields .legend {
  margin-bottom: 1em;
}

.cart_editable .editing .type *, .cart_editable .editing .action *, .edit_display.new.editing td * {
  display: none;
}

.cart_addresses .cart_editable .editing .type *, .cart_addresses .cart_editable .editing .action *, .cart_addresses .edit_display.new.editing td * {
  visibility: visible;
}

.cart_editable p {
  margin: 0;
}

.cart_editable .message p {
  font-size: 0.9em;
}

.cart_editable .action {
  width: 30px;
}

.cartpage .cart_editable .edit_fields .error_highlight .error {
  width: 165px;
}

/* -- Cart Delivery Styles -- */
.billing h1 {
  display: none;
}

.billing h1:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.billing h1 span {
  padding: 10px 7px;
  border: 1px solid #939598;
  border-bottom-color: #cacbcd;
  background: #939598;
  margin: 0 10px;
  width: 236px;
  display: inline-block;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.1px;
  z-index: 10;
  position: relative;
  font-weight: normal;
}

.billing h1 span:first-child {
  margin-left: 20px;
}

.billing h1 span.on {
  background: #fff;
  color: #939598;
  border-color: #cacbcd;
  border-bottom-color: #fff;
}

.billing h1 span:hover {
  cursor: pointer;
}

.billing input:not(.major) {
  width: 197px;
  margin: 0;
  padding: 5px;
}

.billing .postcode input {
  width: 55px;
}

.billing .cart_content li {
  clear: left;
  padding: 8px 0 0;
  position: relative;
}

.billing .cart_content li:first-child {
  padding: 0;
}

.billing .cart_content .country, .billing .cart_content .telephone {
  padding-top: 30px;
}

.billing .message p {
  font-size: 12px;
  margin: 0;
}

/* Billing Addresses */
.billing .deliveryOptions {
  margin-top: -2px;
  position: relative;
}

.billing .cart_addresses {
  margin-top: 12px;
}

.billing .cart_addresses input[type=radio] {
  vertical-align: top;
  top: 2px;
  position: relative;
}

.billing .cart_addresses label {
  width: 415px;
  padding: 0;
}

.billing .cart_addresses label:hover {
  cursor: pointer;
}

.billing .cart_addresses label > span {
  display: block;
  font-weight: normal;
}

.billing .cart_addresses .titledisplay {
  font-weight: bold;
}

.billing .cart_addresses .titledisplay span {
  color: #939598;
  font-weight: normal;
  font-style: italic;
}

.billing .cart_editable .edit_display.editing {
  display: none;
}

.billing .cart_editable .edit_fields td {
  border-width: 0;
}

.billing .cart_editable .edit_display td {
  border-width: 0 0 1px;
}

.billing .cart_editable .edit_display .minor {
  float: right;
  margin: 4px 0;
}

.billing .cart_editable .fields_holder {
  padding: 10px 0;
}

.billing .cart_editable .edit_fields label, .billing .deliveryinfo label, .billing .storefinder .contact_details label, .billing .become-member .password label, .billing .become-member .password_conf label {
  padding: 5px 0 0 9px;
  float: left;
  width: 132px;
}

.billing .cart_editable .edit_fields label span {
  float: left;
}

.billing .cart_editable .firstname > span, .billing .cart_editable .surname > span {
  padding-top: 5px;
  float: left;
}

.billing .input-msg {
  padding-left: 141px;
  width: 209px;
}

.billing .deliveryinfo .GuestDeliveryFields {
  margin-bottom: 5px;
}

.billing .deliveryinfo .GuestDeliveryFields .country {
  padding-top: 8px;
}

/* Delivery ATL, Gift Messaging */
.billing .delivery-page-block fieldset {
  position: relative;
}

.billing .delivery-page-block .message {
  padding: 5px 0;
}

.billing .delivery-page-block .message label {
  font-weight: normal;
  padding: 0;
  width: 520px;
}

.billing .delivery-page-block .message label:hover {
  cursor: pointer;
}

/* Delivery ATL */
.billing .delivery-page-block.atl-option a {
  position: absolute;
  top: 0;
  right: 0;
}

/* -- Delivery Options - Parcel Locker -- */
.cartpage.billing .cart_editable .edit_display td.button.edit {
  float: left;
}

.cartpage #deliveryPanel form .text-link {
  font-size: 1em;
}

.cartpage .cart_editable td > .delivery-parcel-locker {
  float: right;
  margin: -22px 88px 10px 0;
  position: relative;
}

/* OR deliver to a parcel locker */
.cartpage .delivery-parcel-locker {
  margin: 10px 0 10px 142px;
  position: relative;
}

/* deliver to a parcel locker */
.cartpage .delivery-parcel-locker > .initial {
  margin: -12px 0 10px 0;
}

.cartpage .delivery-parcel-locker span {
  font-size: 14px;
  font-style: italic;
  margin: 0 22px;
}

.cartpage .delivery-parcel-locker img {
  vertical-align: bottom;
  margin-right: 6px;
  width: 16px;
}

.cartpage .delivery-parcel-locker span.icon-tooltip {
  font-size: 100%;
  font-style: normal;
  margin-left: 8px;
  margin-right: 0;
}

.cartpage .delivery-parcel-locker .locker-note, .cartpage .locker-note {
  display: block;
  font-size: 11px;
  font-style: italic;
  color: #8f8583;
  margin: -14px 0 14px 0;
}

.cartpage .locker-note {
  margin: -2px 0 6px 142px;
}

.cartpage .delivery-parcel-locker .change-address {
  display: block;
  margin: 14px 0 4px 0;
  width: 37%;
}

.cartpage.billing .edit_fields .disabled select, .cartpage.billing .edit_fields .disabled input, .cartpage.billing .delivery-page-block .disabled select, .cartpage.billing .delivery-page-block .disabled input {
  background: #f0f0f0;
  color: #939598;
  pointer-events: none;
  position: relative;
}

.cartpage.billing .edit_fields input:-webkit-autofill, .cartpage.billing .delivery-page-block input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #000;
}

.cartpage.billing .edit_fields .disabled input:-webkit-autofill, .cartpage.billing .delivery-page-block .disabled input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #f0f0f0 inset;
  -webkit-text-fill-color: #939598;
}

.cartpage .delivery-parcel-locker .tooltip {
  background: #f2f2f2;
  border: 1px solid #c5c5c5;
  position: absolute;
  width: 300px;
  z-index: 100;
  padding: 10px;
  -webkit-box-shadow: 2px 2px 4.7px -0.7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 4.7px -0.7px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4.7px -0.7px rgba(0, 0, 0, 0.2);
}

.cartpage #parcel-locker-widget + .delivery-parcel-locker .tooltip {
  left: 202px;
  bottom: -20px;
}

.cartpage.loggedout .delivery-parcel-locker .tooltip {
  left: 202px;
  bottom: -20px;
}

.cartpage.loggedin .delivery-parcel-locker .tooltip {
  left: 262px;
  bottom: -11px;
}

.cartpage .delivery-parcel-locker .applied .tooltip {
  left: 230px;
  bottom: 8px;
}

.delivery-parcel-locker .tooltip:before, .delivery-parcel-locker .tooltip:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 30px;
  background: #f2f2f2;
  bottom: 10px;
  left: 0;
}

.delivery-parcel-locker .tooltip:before {
  z-index: 1;
}

.delivery-parcel-locker .tooltip:after {
  width: 15px;
  height: 15px;
  border: 1px solid #c5c5c5;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 20px;
  left: -7px;
}

.delivery-parcel-locker .cms {
  margin-left: 5px;
}

/* Delivery Gift Messaging */
.billing .giftoptions label {
  padding: 0 0 4px;
}

.billing .giftoptions label .optional {
  font-weight: normal;
  margin-left: 1px;
}

.billing .giftoptions textarea {
  color: #666669;
  width: 539px;
  max-width: 539px;
  font-size: 12px;
  margin: 0;
  height: 70px;
}

.billing .giftoptions .tip {
  font-size: 10px;
  padding-top: 4px;
  font-style: italic;
}

.billing .deliveryinfo .giftoptions .message {
  width: 100%;
}

.billing .deliveryinfo .giftoptions .options label {
  padding-left: 0;
  width: 180px;
}

.billing .deliveryinfo .giftoptions .options .optional {
  margin-left: 0;
  font-weight: normal;
}

.billing .deliveryinfo .giftoptions .options .note {
  float: right;
  margin: 0;
  padding: 5px 0 10px;
  color: #999;
}

/* Delivery Logged in Gift Messaging */
.billing .giftoptions h2 {
  display: block;
}

.billing .giftoptions h2 label {
  padding: 1px 0 0;
  font-size: 14px;
}

.billing .giftoptions h2 label:hover {
  cursor: pointer;
}

.billing .giftoptions h2 .disabled {
  display: none;
}

.billing .giftoptions ol {
  width: 100%;
  clear: both;
  margin-top: 5px;
}

.billing .giftoptions .cancel {
  display: none;
  position: absolute;
  top: 9px;
  right: 10px;
}

/* Delivery Guest Gift Messaging */
.billing.loggedout .giftselect {
  margin: 6px 0 20px;
}

.billing.loggedout .giftselect label {
  font-weight: normal;
  float: none;
  padding: 0;
}

.billing.loggedout .giftselect label:first-of-type {
  width: 120px;
}

.billing.loggedout .giftselect label:hover {
  cursor: pointer;
}

/* Billing Errors */
.billing #main_page .error {
  min-height: 21px;
}

.billing #main_page form > .error {
  margin-top: 0;
}

.billing #main_page .error_highlight .error {
  float: none;
  display: inline-block;
  padding: 3px 0 0 9px;
  min-height: 15px;
}

/* Billing T+C's Styling */
.billing .signup-note {
  padding-top: 10px;
  font-size: 11px;
  color: #8f8583;
  clear: both;
  text-align: right;
  display: block;
  font-style: italic;
}

.billing .deliveryOptions .deliveryOptionPanel:first-child .submit input {
  float: right;
  width: 195px;
}

.billing .signup-note a {
  color: #8f8583;
  text-decoration: underline;
}

/* Guest Delivery */
.billing.loggedout .deliveryinfo legend {
  padding: 0;
  font-family: "SuperGrotesk", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.billing.loggedout .cart_content li:first-child {
  padding-top: 8px;
}

.billing.loggedout .cart_content .telephone {
  padding-top: 8px;
}

/* Become a Member Delivery & PUIS */
.billing .page_content .become-member h2 span, .billing .page_content .puis-become-member h2 span {
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

.billing .page_content .become-member .message {
  margin: 10px 0 5px;
  padding: 0;
}

.billing .page_content .become-member .message p {
  margin-top: 11px;
}

.billing .page_content .become-member .communications {
  padding: 16px 60px 0 141px;
  min-height: 15px;
  width: 50%;
}

.billing .page_content .become-member .communications label {
  width: auto;
  padding: 0;
  float: none;
  display: inline;
  width: auto;
  padding: 0;
  float: none;
  display: inline;
}

.billing .page_content .become-member .communications label:hover {
  cursor: pointer;
}

.billing .page_content .become-member .communications .error {
  width: 100%;
  text-indent: 9px;
  margin-top: 4px;
}

.billing .page_content .become-member .optional {
  padding-left: 5px;
}

.billing .page_content .puis-become-member {
  clear: both;
  padding: 20px 0 0;
  margin: 0 -11px;
  background-color: #fff;
  border-width: 0;
  border-top-width: 1px;
}

.billing .page_content .puis-become-member:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.billing .page_content .puis-become-member fieldset {
  width: 100%;
  border: 1px solid #cacbcd;
  border-bottom-width: 0;
  padding: 10px 10px 0;
  box-sizing: border-box;
}

.billing .page_content .become-member .communications label em {
  position: absolute;
  left: -28px;
  top: 0;
}

.billing .giftoptions .gift-disabled {
  color: #bdbdbd;
}

.billing #modal_confirm .error {
  color: #cc3333;
}

.billing #modal_confirm .confirm_message {
  font-size: 12px;
}

/* -- Cart Payment Styles -- */
.payment_method, .billing .delivery-page-block {
  padding: 12px;
  border-width: 1px;
  position: relative;
  margin: 12px 0 0;
}

.payment_method .edit_display.new .minor {
  float: right;
}

.cartpage .page_content .payment_method label {
  padding: 0 0 0 9px;
  width: 132px;
}

.cartpage .page_content .payment_method select {
  font-size: 12px;
  margin-right: 8px;
  width: 92px;
}

/* ------------------------------------------- */
/* ----- STORED & SELECT PAYMENT METHODS ----- */
/* ------------------------------------------- */
/* Used on Cart Payment Page, GCC Payment Page and Invalid Card Page */
.payment_method li {
  width: 380px;
  padding: 0 0 10px;
  position: relative;
}

.payment_method li.pay_method {
  padding: 0;
}

.payment_method label.pay_method_title {
  display: inline-block;
}

.payment_method input {
  padding: 5px;
  width: 192px;
}

.payment_method .error_highlight iframe {
  border: 1px solid #cc3333;
}

.payment_method .message {
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-width: 1px 0 0;
  color: #666669;
}

.payment_method .card_security input {
  width: 35px;
}

.payment_method .card_security img {
  vertical-align: middle;
  margin: 0 5px;
}

.payment_method .card_security a {
  vertical-align: middle;
}

.payment_method .edit_display .control {
  width: 40px;
}

.payment_method .edit_display .card_type {
  width: 90px;
}

.payment_method .edit_display .card_type img {
  vertical-align: middle;
}

.payment_method .edit_display .card_number {
  width: 150px;
}

.payment_method .edit_fields td {
  border-width: 0 0 1px;
}

.payment_method .edit_fields:not(.new) .fields_holder {
  padding-bottom: 20px;
}

.payment_method + .submit input {
  width: 197px;
  margin: 0;
  float: right;
}

/* -- Stored & Select Payments - New Payment Method -- */
.payment_method .new.editing {
  display: none;
}

.payment_method .new h2 {
  margin: 14px 0 0px;
  display: block;
}

.payment_method .new h2 {
  margin: 14px 0 21px;
  display: block;
}

.payment_method .new h2:empty {
  display: none;
}

.payment_method #newPaymentOption td, .payment_method .new td {
  border-width: 0;
}

.payment_method .card_number {
  margin-top: 20px;
}

.payment_method #newPaymentOption .pay_method {
  width: 100%;
  margin-top: 10px;
}

.payment_method #newPaymentOption .payment_option {
  width: auto;
  margin: 0 20px 5px 0;
  padding: 0;
}

.payment_method .payment_option:hover {
  cursor: pointer;
}

.payment_method .payment_option.disabled {
  color: #8f8583;
}

.payment_method .payment_option.disabled:hover {
  cursor: default;
}

.payment_method #newPaymentOption .payment-types {
  display: inline-block;
  vertical-align: top;
  width: 365px;
}

.payment_method #newPaymentOption .payment_option input[type=radio] {
  margin-right: 3px;
}

.payment_method #newPaymentOption li.secure_icon {
  float: right;
  width: 110px;
  text-align: right;
  margin-right: 30px;
}

.payment_method #newPaymentOption li.secure_icon span {
  display: block;
  margin-bottom: 5px;
}

.payment_method #newPaymentOption .secure_icon img, .cart_editable .secure_icon img {
  width: 100px;
  margin-left: 5px;
  height: auto;
}

.payment_method #newPaymentOption .thawte img {
  width: auto;
  height: 47px;
}

.payment_method #newPaymentOption .ext-payment-disclaimer {
  padding: 20px 0 15px;
}

/* --  Stored & Select Payments - PayPal Disclaimer -- */
.payment_method #newPaymentOption .paypal-disclaimer {
  width: 100%;
  background: url(paypal-logo.png) center left no-repeat;
  background-size: 195px auto;
  padding-left: 210px;
  box-sizing: border-box;
}

.payment_method #newPaymentOption .paypal-disclaimer p + p {
  margin-top: 10px;
}

/* -- Stored & Select Payments - ApplePay Disclaimer -- */
.payment_method #newPaymentOption .applepay-disclaimer {
  width: 100%;
  background: url(applepay-logo.png) center left no-repeat;
  background-size: 195px auto;
  padding-left: 210px;
  box-sizing: border-box;
}

.payment_method #newPaymentOption .applepay-disclaimer p + p {
  margin-top: 10px;
}

/* -- Stored & Select Payments - AliPay Disclaimer -- */
.payment_method #newPaymentOption .alipay-disclaimer {
  width: 100%;
  background: url(alipay-logo.png) center left no-repeat;
  background-size: 195px auto;
  padding-left: 210px;
  box-sizing: border-box;
}

.payment_method #newPaymentOption .alipay-disclaimer p + p {
  margin-top: 10px;
}

.payment_method #newPaymentOption .store_payment {
  clear: both;
  width: auto;
  float: none;
  padding-bottom: 0em;
}

.payment_method #newPaymentOption .store_payment label {
  width: auto;
  padding: 11px 0 11px 141px;
  font-size: 12px;
}

.payment_method #newPaymentOption .store_payment p {
  font-size: 11px;
}

.payment_method #newPaymentOption .store_payment .optional {
  font-weight: normal;
  margin-left: 3px;
}

/* CSC Popup */
.csc_content {
  padding-top: 10px;
}

.csc_content .csc_type {
  float: left;
  padding-left: 52px;
}

.csc_content .csc_type + .csc_type {
  float: right;
  padding-right: 60px;
}

.csc_content h3, .selectpayment .csc_content p, .giftcard-cart .csc_content p {
  font-size: 12px;
}

/* Invalid Card Styling */
.review .page_content .invalid_card label {
  padding-left: 8px;
}

.review .invalid_card .error_highlight .error {
  float: left;
  padding: 2px 0 0 140px;
  min-height: 23px;
}

.review .page_content .payment_method .invalid_card .card_number {
  padding-top: 10px;
}

/* -- Cart Review & Confirmation Styles -- */
.cartpage.confirm #main_page, .cartpage.summary #main_page {
  border-width: 0.2em 0 0 0;
}

.cartpage.review .page_content .cart_content h1 {
  margin-bottom: 12px;
}

.review .page_content h2 {
  font-size: 17px;
  font-weight: bold;
  margin: 12px 0 17px;
}

.review .page_content .message + .submit {
  padding: 5px 0;
}

.review .page_content .submit .instructions {
  color: #666669;
  display: inline-block;
  width: 125px;
  margin: 0 10px 0 0;
  vertical-align: bottom;
  text-align: left;
}

.review .page_content .submit .major {
  display: inline-block;
  width: 200px;
}

.review .page_content .review_summary {
  margin: 0;
  padding: 0;
  background: none;
  float: none;
}

.review .page_content .review_summary_content {
  background: none;
}

.review .page_content .review_summary_content .review-block, .confirm .page_content .review_summary_content .review-block {
  margin: 10px 0 0;
  padding: 10px 20px 20px 20px;
  background: #f0f0f0;
  float: none;
  width: auto;
}

.review .page_content .review_summary_content .review-block:after, .review .page_content .review-section:after, .confirm .page_content .review_summary_content .review-block:after, .confirm .page_content .review-section:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.review .page_content .review_summary h3, .confirm .page_content .review_summary h3 {
  font-size: 14px;
  margin: 0 0 5px;
}

.review .page_content .review_summary .cart_edit {
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 1;
}

.review-section {
  background: #fff;
  padding: 10px;
  position: relative;
  min-height: 31px;
}

.review-section .label {
  padding: 0;
  display: inline-block;
  width: 50%;
  margin: 0 20px 0 0;
}

.review-section > div {
  background: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 50%;
  float: left;
  margin: 0;
  border: 0;
  position: relative;
  padding-right: 30px;
  overflow: hidden;
  word-break: break-all;
}

.review-section .review_delivery {
  padding-right: 20px;
}

.review_summary .review_delivery p {
  line-height: 150%;
}

.review-section .review_delivery:only-of-type {
  width: 100%;
  padding-right: 30px;
}

.review-section .review_delivery:only-of-type, .confirm .page_content .review-section .gift-card {
  width: 100%;
  padding: 0;
}

.review .page_content .order-info p, .confirm .page_content .order-info p {
  float: left;
  width: 245px;
  line-height: 100%;
  margin: 5px 0;
}

.review .page_content .order-info .label, .confirm .page_content .order-info .label {
  text-transform: uppercase;
  margin-right: 5px;
  vertical-align: top;
  width: auto;
}

.review .page_content .delivery_option > p, .confirm .page_content .delivery_option > p {
  width: 50%;
  float: left;
}

.review .page_content .delivery_option .pricing, .confirm .page_content .delivery_option .pricing {
  float: left;
}

.review .page_content .delivery_option .pricing p, .confirm .page_content .delivery_option .pricing p {
  margin: 0;
}

.review .page_content .delivery_option .title, .confirm .page_content .delivery_option .title {
  width: 100%;
  margin: 0;
  font-weight: bold;
}

.review .page_content .delivery_option .status:empty, .confirm .page_content .delivery_option .status:empty {
  display: none;
}

/* --  Review & Confirmation Page - Payment Method -- */
.review .page_content .payment_method, .confirm .page_content .payment_amount {
  border-width: 0;
}

.review-section .card-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.review-section .card-icon img {
  max-width: 142px;
}

/* --  Review & Confirmation Page - Gift Card Payment Method -- */
.giftcards.review-block .review-section {
  display: webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.giftcards.review-block .review-section .card-row {
  width: 100%;
}

/* --  Review & Confirmation Page - Credit Card Payment Method -- */
.review-section .card-details {
  display: table;
  margin: 0;
  width: 100%;
}

.review-section .card-details span {
  display: table-cell;
  vertical-align: middle;
}

/* -- Review & Confirmation Page - PayPal, Alipay, Apple Pay Payment Method -- */
.review-section.paypal > img, .review-section.alipay > img, .review-section.applepay > img {
  float: left;
  max-width: 142px;
  height: auto;
  margin-top: 8px;
}

.review-section > p {
  float: right;
  margin: 5px 35px 5px 0;
  max-width: 310px;
}

.review-section > p + p {
  margin-top: 10px;
}

/* Review & Confirmation ATL */
.review-block.review-atl .review-section {
  display: table;
  width: 516px;
}

.review-block.review-atl p {
  margin: 0;
  padding-right: 30px;
  vertical-align: middle;
  display: table-cell;
  float: none;
}

/* -- Cart Confirmation Styles -- */
.confirm #main_page .page_content h1 {
  margin: 4px 0 12px;
}

.confirm .page_content, .confirm .review_summary {
  margin-top: 15px;
}

.confirm .page_content .review_summary_content {
  padding-bottom: 20px;
}

/* -- Cart Footer Styles -- */
.cartpage #site_footer {
  padding: 17px 0 0;
  border-top-width: 2px;
}

.cartpage #site_footer .payment_logos {
  float: left;
}

.cartpage #site_footer > .content {
  float: right;
  width: auto;
}

/* ------------------------------------------- */
/* ------------ ALL ACCOUNT PAGES ------------ */
/* ------------------------------------------- */
/* .account-page class used on My Cardholder, Profile, Order History, My Email, Offers, Account Login, Join and Reset Password Pages */
.account-page:not(.login):not(.loggedout) #main_page {
  font-size: 12px;
}

.account-page:not(.login):not(.loggedout) .container {
  padding-top: 15px;
}

.account-page:not(.login):not(.loggedout) .page_content {
  width: 80%;
  float: right;
  box-sizing: border-box;
  margin: 11px 0 40px;
  letter-spacing: 0;
}

.account-page:not(.login) h1 {
  margin-bottom: 15px;
  letter-spacing: 0;
}

.account-page .page_content ul, .account-page .page-nav ul {
  padding: 0;
  list-style: none;
}

.account-page .page_content .panel {
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  float: left;
}

.account-page .page_content .property-list {
  position: relative;
}

.account-page .page_content .property-list ul {
  margin: 0;
}

.account-page .page_content .property-list li {
  display: flex;
  align-content: flex-start;
}

.account-page .page_content .property-list [class*=-label] {
  width: 105px;
}

/* -- All Account - Empty Page -- */
.account-page .account-details.empty {
  margin: 10px 0 15px;
}

.account-page .account-details.empty p {
  margin: 0 0 30px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

/* -- All Account - Page Nav -- */
.account-page .page-nav {
  width: 20%;
  float: left;
  padding: 0 10px 50px;
  box-sizing: border-box;
}

.account-page .page-nav li {
  margin-bottom: 10px;
}

.account-page .page-nav a {
  text-decoration: none;
  text-transform: uppercase;
  color: #9a9a9a;
}

.account-page .page-nav a:hover {
  text-decoration: underline;
}

.account-page .page-nav .on a {
  color: #000;
}

/***** ----- Account - Login Page ----- *****/
.account-page.login h1 {
  margin: 14px 0 21px;
}

/***** ----- Account - Order History Page ----- *****/
.order-wrapper {
  border: 1px solid #cacaca;
  margin-bottom: 5px;
  padding: 10px;
}

.order-wrapper .order-loading {
  height: 40px;
  width: 40px;
  margin: 40px auto;
  background: transparent url(/assets/icon_loader_large.gif) center center no-repeat;
}

/* -- Order History - Accordion Headers -- */
.order-wrapper h4 {
  font-weight: bold;
  margin: 0;
  text-transform: none;
  position: relative;
  font-size: 14px;
  letter-spacing: 0;
  height: 16px;
  line-height: 16px;
}

.order-wrapper h4:hover {
  cursor: pointer;
}

.order-wrapper h4 span {
  text-transform: none;
  font-weight: normal;
}

.order-wrapper h4.ui-state-active {
  margin: 0;
  border-bottom: 0;
}

.order-wrapper h4 .ui-icon {
  position: absolute;
  background: url(/assets/icon_addinfo_closed.png) center center no-repeat;
  width: 20px;
  height: 20px;
  right: 0;
}

.order-wrapper h4.ui-state-active .ui-icon {
  background-image: url(/assets/icon_addinfo_open.png);
}

/* -- Order History - Accordion Content -- */
.order-wrapper .order-info {
  padding-top: 20px;
}

.order-wrapper .order-info:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.order-wrapper .order-info .panel {
  width: 59%;
}

.order-wrapper .order-info .panel + .panel {
  width: 40%;
}

.order-wrapper .order-details .property-list .property-label {
  width: 125px;
  padding: 0 13px 0 0;
  font-weight: bold;
}

.order-wrapper .order-details .property-value {
  width: 300px;
}

.order-wrapper .order-details .property-value .tracking-detail {
  width: 310px;
}

.order-wrapper .order-details .major {
  width: 200px;
  float: left;
  margin: 15px 0 10px;
}

.order-wrapper .order-address .property-value span {
  display: block;
}

/* -- Order History - Order Status -- */
.order-status {
  margin-top: 20px;
}

.order-status li {
  color: #cbcbcb;
  padding-left: 30px;
  position: relative;
  margin-bottom: 13px;
  line-height: 17px;
}

.order-status li:before {
  content: "";
  background-color: #cbcbcb;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  z-index: 1;
}

.order-status li:not(:last-child):after {
  content: "";
  background-color: #cbcbcb;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 6px;
  top: 14px;
}

.order-status li.complete, .order-status li.void {
  color: #000;
}

.order-status li.complete span {
  color: #000;
}

.order-status li.complete:before {
  background: #000 url(/assets/white-tick.png) 2px 3px no-repeat;
  background-size: 10px auto;
}

.order-status li.complete:after {
  background-color: #000;
}

.order-status li.on {
  color: #ff6630;
}

.order-status li.on:before {
  background-color: #ff6630;
}

.order-status li span {
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 5px;
  font-family: "Brown", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.order-status li.void span {
  color: #d4022e;
}

.order-status li.void:before {
  background-color: #d4022e;
}

/* -- Order History - Order Courier -- */
.account-page .page_content .property-list .order-courier {
  align-items: baseline;
}

.order-courier figure {
  width: 125px;
  padding-right: 20px;
  box-sizing: border-box;
}

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

.order-courier p {
  margin-bottom: 0;
}

.order-courier p + p {
  margin-top: 5px;
}

/* -- Order History - Order Items -- */
.order-wrapper .item:first-child .item-wrap {
  padding-top: 3px;
}

.order-wrapper .item-wrap {
  padding-right: 0;
}

.order-wrapper .item figure {
  width: 100px;
  min-width: 100px;
  padding-right: 10px;
}

.order-wrapper .item h5 {
  margin: 0 0 6px;
  text-transform: uppercase;
}

.order-wrapper .item li {
  display: webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.order-wrapper .item .label {
  width: auto;
  padding-right: 5px;
}

.order-wrapper .item .selection {
  float: none;
  width: auto;
}

.order-wrapper .item .gift-to {
  padding: 0;
}

.order-wrapper .item .gift-to-email {
  word-break: break-all;
}

.order-wrapper .item .gift-message {
  padding-top: 7px;
}

.order-wrapper .returned-item figure:before {
  content: "Item Returned";
  background-color: rgba(203, 203, 203, 0.8);
  width: 100px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  line-height: 18px;
}

.order-wrapper .deleted-item figure:before {
  content: "Item Deleted";
  background-color: rgba(203, 203, 203, 0.8);
  width: 100px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  line-height: 18px;
}

.order-wrapper .replaced-item figure:before {
  content: "Exchanged";
  background-color: rgba(203, 203, 203, 0.8);
  width: 100px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  line-height: 18px;
}

/* -- Order History - Split Orders -- */
.split-orders {
  clear: both;
  padding-top: 40px;
}

.split-orders:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.split-orders .order-wrapper {
  background-color: #f5f5f5;
}

.split-orders .split-accordion-header {
  background: url(/assets/split_arrow.png) left center no-repeat;
  background-size: 20px auto;
  padding-left: 30px;
}

.split-orders > p {
  font-weight: bold;
}

.order-wrapper .order-options .text-link {
  display: none;
  float: left;
  clear: both;
  margin-top: 15px;
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.order-history .load-more {
  margin: 20px 0;
}

/***** ----- Account - Offers Page ----- *****/
.offers-page .account-details {
  margin: 10px 0 15px;
}

.offers-page .offer-block .offers {
  margin-top: 20px;
}

.offers-page .offer-block .offers li {
  margin-bottom: 10px;
}

.offers-page .offer-block .offers span {
  padding-right: 10px;
}

.offers-page .offer-block .offers .title {
  font-weight: bold;
}

.offers-page .cardholder_details {
  margin-top: 30px;
}

.offers-page .cardholder_details h2 {
  margin-bottom: 10px;
}

.offers-page .cardholder_details .page_option {
  border: 1px solid #cacaca;
  padding: 20px 15px 5px;
  width: 450px;
}

.offers-page .cardholder_details th {
  text-align: left;
  width: 205px;
  vertical-align: top;
  padding: 0;
  font-weight: bold;
}

.offers-page .cardholder_details td {
  padding-bottom: 15px;
}

.offers-page .account-details.empty > a {
  display: none;
}

/***** ----- Account - Profile & Join Page ----- *****/
.profile .customer_details table {
  border-collapse: collapse;
}
.profile .customer_details th {
  text-align: left;
  width: 185px;
  vertical-align: top;
  padding: 0;
  font-weight: bold;
}
.profile .customer_details th, .profile .customer_details td {
  padding-bottom: 10px;
}
.profile .customer_details .minor {
  margin: 20px 0 0 185px;
}

.editprofile .change-password {
  margin-top: 20px;
}
.editprofile .changepw {
  margin: 20px 0 0 145px;
}
.editprofile li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.editprofile label {
  box-sizing: border-box;
  align-self: flex-start;
  position: relative;
  width: 145px;
  padding-left: 6px;
  margin: 0;
}
.editprofile input {
  width: 197px;
}
.editprofile .submit {
  margin: 20px 0 0 145px;
}
.editprofile .termsandconditions label {
  padding-left: 2px;
  width: 190px;
  font-size: 11px;
}
.editprofile .termsandconditions label em {
  position: absolute;
  left: -26px;
  top: 0;
}
.editprofile .termsandconditions input {
  align-self: flex-start;
  margin: 0 0 0 145px;
  width: 20px;
}
.editprofile .termsandconditions input, .editprofile .termsandconditions select {
  font-size: 12px;
  padding: 5px;
}
.editprofile .title select {
  width: 57px;
}
.editprofile .state select {
  width: 105px;
}
.editprofile .optional {
  color: #b2b2b2;
  font-size: 11px;
  font-style: italic;
  padding-left: 5px;
}
.editprofile .dob input {
  width: 48px;
}
.editprofile .dob .optional {
  padding: 0;
  margin-left: -4px;
}
.editprofile .dob.error_highlight .optional {
  display: none;
}
.editprofile .postcode input {
  width: 68px;
}
.editprofile .input-msg {
  padding-left: 145px;
  width: 100%;
}
.editprofile .input-msg span {
  max-width: 209px;
  display: inline-block;
}
.editprofile .error_highlight .error {
  font-size: 11px;
}
.editprofile .error {
  padding: 2px 0 0 0;
  width: 100%;
  margin-left: 145px;
}
.editprofile .country-label {
  text-transform: capitalize;
}
.editprofile .email .readonly-emailaddress {
  flex-grow: 1;
  width: calc(100% - 145px);
}
.editprofile .email .readonly-emailaddress span {
  display: block;
  max-width: 209px;
}
.editprofile .email input[readonly] {
  width: 100%;
  overflow: visible;
  margin-top: -5px;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.editprofile .email.error_highlight input[readonly] {
  max-width: 197px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}

.account-page.edit #main_page form > .error {
  margin-bottom: 10px;
}

.profile.loggedout .editprofile .error {
  padding: 2px 0 0 145px;
  max-width: 202px;
}

.account-page.edit.loggedout .page_content {
  margin: 20px 0 50px;
}

.editprofile input, .editprofile select {
  font-size: 12px;
  padding: 5px;
}

.account-page.edit.loggedout .editprofile ol {
  margin-top: 20px;
}

/***** ----- Account - My Cardholder Page ----- *****/
.account-page .cardholder_success h2 {
  font-size: 14px;
}

.account-page .cardholder_success {
  padding: 20px 0 100px;
}

.account-page .cardholder_success:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.account-page .cardholder_success h2 {
  font-weight: bold;
}

.account-page .cardholder_success .message, .account-page .cardholder_success .rewards {
  float: left;
}

.account-page .cardholder_success .message {
  width: 450px;
  padding-right: 90px;
  margin-right: 20px;
  border-right-width: 1px;
}

.account-page .cardholder_success .message a {
  margin-top: 10px;
}

/***** ----- Account - Reset Password Page ----- *****/
.login .password_reset .message em {
  color: #cc3333;
}

.login .password_reset .reset_details {
  padding-top: 10px;
}

.login .password_reset .reset_details li {
  padding-bottom: 10px;
}

.login .password_reset .reset_details input {
  width: 200px;
}

.login .password_reset .submit input {
  margin-left: 105px;
}

/* ------------------------------------------- */
/* ---------------- SITEMAP ------------------ */
/* ------------------------------------------- */
.sitemap a {
  text-decoration: none;
}

.sitemap {
  letter-spacing: 1px;
}

.sitemap h2 {
  font-weight: bold;
  padding-bottom: 15px;
}

.sitemap h3 {
  font-weight: normal;
}

.sitemap section {
  padding: 25px 0;
  border-width: 1px 0 0;
}

.sitemap section:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.sitemap section.shop {
  padding-top: 0;
  border-width: 0;
}

.sitemap_catalogue {
  float: left;
  width: 160px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.sitemap_catalogue ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sitemap_catalogue li {
  padding: 0;
  margin: 0;
}

.sitemap_catalogue ul {
  font-size: 110%;
  text-transform: none;
}

.sitemap_catalogue ul ul {
  font-size: 100%;
  text-transform: none;
  padding: 0 0 0 20px;
}

/* ------------------------------------------- */
/* ----------------- STORES ------------------ */
/* ------------------------------------------- */
.store #store-list ul ul:after, .store .detail ul:after, .store .directions a:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.storefinder .page_content {
  width: 990px;
  min-height: 540px;
  clear: both;
  margin-top: 20px;
}

.store {
  font-family: "Brown", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.store h1 {
  font-size: 18px;
  letter-spacing: 0.3px;
  margin-bottom: 14px;
}

.store h2 {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 2px;
}

.store h3 {
  letter-spacing: 0;
  margin-bottom: 0;
}

.store ul {
  margin: 0;
  padding: 0;
}

.store a {
  text-decoration: none;
}

.store #store-list, .store .detail {
  width: 315px;
  float: left;
}

.store #store-list h2 {
  font-size: 17px;
}

.store #store-list h3 {
  font-size: 13px;
  margin-bottom: 3px;
}

.store.no-results .store-search-wrapper {
  display: none;
}

/***** ----- Stores - Store Search & Results ----- *****/
.store .search h1 {
  float: left;
  margin-top: 6px;
}

.store .search h1 label {
  width: auto;
}

.store .search fieldset {
  display: inline-block;
  vertical-align: middle;
}

.store .search .search-store {
  border: 1px solid #cacbcd;
  margin: 0 18px 15px;
  height: 34px;
  position: relative;
  width: 301px;
  float: left;
}

.store .search .search-store input {
  border: none !important;
  padding: 10px;
  width: 281px;
  float: left;
  background: transparent;
}

.store .search > .content {
  clear: both;
  float: none;
  width: 100%;
}

/* Stores Search Auto Complete */
.storefinder .ui-autocomplete {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 0;
  position: absolute;
  top: 34px;
  width: 100%;
  margin-left: -1px;
  z-index: 5;
}

.storefinder .ui-autocomplete:after {
  content: "";
  width: 97%;
  height: 38px;
  background: url(/assets/powered-by-google-on-white.png) right center no-repeat;
  display: block;
  box-sizing: border-box;
}

.storefinder .ui-autocomplete li {
  list-style-type: none;
  list-style-image: none;
  border-bottom: 1px solid #e5e5e5;
}

.storefinder .ui-autocomplete li a {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.storefinder .ui-autocomplete li a.ui-state-hover, .storefinder .ui-autocomplete li a:hover {
  background: #f1f1f1;
  cursor: pointer;
}

.store .divider {
  width: 70px;
  float: left;
  text-align: center;
  margin: 8px 18px 0 0;
}

.store .divider p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3px;
  margin-bottom: 0;
}

.store .geolocate {
  float: right;
}

.store .geolocation-prompt {
  float: left;
  width: 294px;
  margin: 2px 0 0;
}

.store .geolocation-prompt a {
  text-decoration: underline;
}

.store .search .filter {
  width: 100%;
  float: left;
  margin: 15px 0;
}

.store .search .filter h4 {
  letter-spacing: 0.3px;
  font-size: 14px;
}

.store .search .filter label {
  width: 104px;
  text-transform: capitalize;
  font-weight: bold;
  float: left;
  word-break: break-all;
  padding-right: 0;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.store .search .filter label:nth-of-type(6n+1) {
  clear: both;
}

.store .search .filter label input[type=checkbox] {
  float: left;
  margin: 2px 5px 1px 0;
}

.store p.result {
  text-transform: uppercase;
  font-size: 15px;
  clear: both;
  width: 337px;
  padding: 0 0 15px;
  margin: 0;
  font-weight: bold;
}

.store #store-list, .store #store-list li {
  border-color: #ebebeb;
}

.store #store-list {
  float: left;
  width: 337px;
}

.store #store-list ul {
  list-style-image: none;
  list-style-type: none;
}

.store #store-list ul ul {
  list-style-type: disc;
}

.store #store-list li {
  border-width: 0 0 1px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-style: solid;
}

.store #store-list li a {
  background: url(/images/assetimages/store-arrow.png) center right no-repeat;
  display: block;
  padding-right: 20px;
}

.store #store-list li li {
  border-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.store #store-list li:first-child {
  border-width: 0 0 1px;
  padding-top: 18px;
}

.store #store-list li li:first-child {
  border-width: 0;
  padding-top: 0;
}

.store #store-list .departments {
  margin-top: 10px;
}

.store #store-list .departments li {
  float: left;
  width: 28%;
  margin-left: 5%;
  text-transform: capitalize;
}

#store-map-holder {
  width: 624px;
  position: relative;
  float: right;
  padding-top: 416px;
}

#store-map {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#store-map-holder img {
  max-width: inherit;
}

.gm-style div {
  border: none;
}

.gm-style-iw {
  min-width: 190px;
}

.gm-style-iw a {
  display: block;
}

.gm-style-iw h3 + div:after {
  content: "more";
  float: right;
  color: #818286;
  width: 70px;
  text-align: right;
}

.gm-style-iw * {
  font-family: Arial, Helvetica, sans-serif;
}

.gm-style-iw h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin: 5px 10px 0 5px;
  max-width: 175px;
}

.gm-style-iw h3 + div {
  font-size: 12px;
  margin: 0 10px 5px 5px;
  max-width: 175px;
}

.store .search .store-search-wrapper {
  float: right;
  width: 624px;
  margin-top: 11px;
}

#main_page .store-search-wrapper .error p {
  margin-bottom: 0;
}

.store .search .store-search-wrapper h1 {
  font-size: 14px;
}

.store .search .store-search-wrapper .search-store {
  margin-left: 0;
  margin-right: 0;
  clear: both;
  width: 300px;
}

.store .search .store-search-wrapper .search-store input {
  width: 300px;
  box-sizing: border-box;
}

.store .search .store-search-wrapper .divider {
  margin-right: 0;
  width: 109px;
}

.store .sitemap-link {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: block;
  margin: 2px 0 11px;
  float: left;
  clear: left;
}

.store .sitemap-link a {
  color: #000;
  text-decoration: underline;
  text-transform: capitalize;
}

.geolocation-popup {
  font-family: "Brown", Arial, Helvetica, sans-serif;
}

.geolocation-popup .ui-dialog-content {
  margin: 5px 0 15px;
}

.geolocation-popup p {
  font-size: 12px;
  margin-bottom: 6px;
}

/***** ----- Stores - Store Details ----- *****/
.store .detail .address, .store .detail .opening-hours, .store .detail .departments, .store .detail > .content-wrapper {
  border-width: 0 0 1px;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.store .detail .address .content {
  font-size: 14px;
}

.store .detail .phone {
  margin-top: 17px;
  display: block;
  background: url(/images/assetimages/phone.png) center left no-repeat;
  padding-left: 19px;
}

.store .detail .address span[itemprop=addressRegion] {
  padding-right: 5px;
}

.store .detail table {
  width: 100%;
  padding-right: 47px;
}

.store .detail table td {
  width: 50%;
}

.store .detail table td + td {
  text-align: right;
}

.store .detail ul {
  list-style-image: none;
  list-style-position: inside;
}

.store .detail li {
  float: left;
  width: 110px;
}

.store .detail .departments li {
  text-transform: capitalize;
  margin-bottom: 5px;
}

.store .additional {
  float: right;
  width: 624px;
}

.store .additional #store_imageSelector, .store .additional #store-map-holder {
  margin-bottom: 18px;
}

#store_imageSelector .is_Main, #store_imageSelector .is_Main img {
  height: 416px;
  width: 624px;
}

#store_imageSelector .is_AltHolder {
  padding-top: 8px;
}

#store_imageSelector .is_AltImgFrame {
  cursor: pointer;
  display: inline-block;
  width: 150px;
  margin-right: 8px;
}

#store_imageSelector .is_AltImgFrame img {
  top: 0 !important;
  width: 100%;
}

#store_imageSelector .is_AltImgFrame:last-child {
  margin-right: 0;
}

#store_imageSelector .is_AltImgFrame.selected {
  opacity: 0.5;
}

.store .directions {
  text-align: right;
  margin-top: 10px;
}

.storefinder .article_header .breadcrumbs {
  float: left;
}

.storefinder .article_header .back {
  float: right;
  margin: 15px 0;
}

/* ------------------------------------------- */
/* ------ KLEBER ADDRESS AUTOCOMPLETE -------- */
/* ------------------------------------------- */
/* Used for all autocompletes - Stores and Kleber */
.autocomplete-loading {
  background: #fff url("/images/assetimages/AutoCompleteLoading.gif") right center no-repeat;
}

/***** ----- Kleber - Address Autocomplete ----- *****/
.kleber-autocomplete {
  border: 1px solid #000;
  width: 415px !important;
  background: #fff;
  font-size: 14px;
  list-style: none;
  padding: 0;
  position: absolute;
  margin: 0;
  -webkit-box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.5);
}

.kleber-autocomplete li {
  padding: 2px 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
}

.kleber-autocomplete li:first-of-type {
  border-bottom: 1px solid #cdcdcd;
  background-color: #fffdec;
  color: #000;
}

.kleber-autocomplete li:first-of-type:hover {
  background-color: #fffdec;
  cursor: default;
  font-weight: normal;
}

.kleber-autocomplete li:last-of-type {
  border-top: 1px solid #cdcdcd;
  font-weight: 700;
}

.kleber-autocomplete li:hover {
  background-color: #dbdbdb;
  font-weight: 700;
}

.kleber-autocomplete li a:hover {
  color: #000;
}

/***** ----- Kleber - Corrected Address Pop-up ----- *****/
.kleber-popup .ui-dialog-title {
  background: url(/assets/fis-tick.png) 0 6px no-repeat;
  background-size: 20px auto;
  display: block;
  margin: 0 20px 4px 0;
  padding: 0 0 0 34px;
  vertical-align: middle;
  line-height: 30px;
}

.kleber-popup .popup-content-wrap {
  font-size: 12px;
  line-height: 18px;
}

.corrected-address p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  text-transform: none;
  border: none;
  font-weight: 400;
}

.corrected-address .address {
  background: url(/images/assetimages/auspost.png) left 3px no-repeat;
  padding-left: 42px;
  margin: 12px 0;
}

.corrected-address .address p span:first-of-type {
  margin-right: 5px;
}

.corrected-address .prompt {
  font-weight: bold;
}

.corrected-address .actions {
  margin-top: 12px;
}

.corrected-address .actions:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.corrected-address .actions .major {
  width: 240px;
  float: left;
}

.corrected-address .actions .major span {
  font-weight: bold;
  text-transform: uppercase;
}

.corrected-address .actions p {
  width: 100%;
  margin: 12px 0;
  clear: both;
  float: left;
}

.corrected-address .actions .no {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

@media print {
  input[type=submit], a.link_button {
    display: none;
  }

  .cataloguepage #site_header, .searchpage #site_header {
    position: static !important;
    top: 0;
    left: 0;
    margin-left: 0;
  }

  .cataloguepage .header_nav, .searchpage .header_nav {
    position: static !important;
    top: 0;
    left: 0;
    margin-left: 0;
  }

  .cataloguepage #main_page, .searchpage #main_page {
    margin-top: 0;
  }

  #main_page {
    border-width: 0;
    border-top-width: 2px;
    border-bottom-width: 2px;
  }

  #site_header .menu {
    display: none;
  }

  #site_header .search_form {
    display: none;
  }

  .page_nav {
    display: none;
  }

  .page_content {
    float: none !important;
    margin: 0 auto;
  }

  .jspScrollable {
    height: auto !important;
    overflow: visible !important;
  }

  .jspContainer {
    height: auto !important;
  }

  .jspPane {
    position: static;
    top: 0;
    left: 0;
  }

  aside {
    display: none;
  }

  .ui-accordion .ui-accordion-content {
    display: block !important;
    height: auto !important;
    border: 0 #fff;
  }

  .additional_info .info_item {
    border-width: 0;
  }

  #site_footer {
    border-width: 0;
  }

  #site_footer .menu.first {
    display: none;
  }

  #site_footer .menu.second li {
    display: none;
  }

  #site_footer .menu.second li:first-child {
    display: inline;
  }

  #site_footer section {
    display: none;
  }

  .cartpage .breadcrumbs {
    display: none;
  }

  .cartpage .cart {
    border-collapse: collapse;
  }

  .cartpage .cart td, .cartpage .cart th {
    border-width: 1px !important;
    padding: 5px !important;
  }

  aside.cart_aside, .cart_content, .cartpage .content.second {
    display: block;
    width: 100%;
    border: 0 none;
    padding: 0;
    margin: 0;
    float: none;
  }

  .cart_content .review_summary_content > div {
    padding: 0;
  }

  .cart_content .review_summary .review-addresses > .review_billing {
    border-width: 0;
  }

  .cart_content .review_summary .review-addresses > .review_delivery {
    border-width: 0;
  }
}
.page_content > .content p, .systempage .page_content .content p {
  font-size: 110%;
}

.page_content > .content ul, .systempage .page_content .content ul {
  font-size: 110%;
}

.page_content > .content table, .systempage .page_content .content table {
  border-collapse: collapse;
}

.page_content > .content td, .systempage .page_content .content td {
  padding: 10px;
  font-size: 110%;
}

.page_content > .content th, .systempage .page_content .content th {
  font-size: 110%;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  padding: 5px;
  border: solid #cacbcd;
  border-width: 0 0 1px;
}

.page_content > .content .data_table tr:nth-child(even) td, .systempage .page_content .content .data_table tr:nth-child(even) td {
  background: #f0f0f0;
}

.page_content > .content .data_table tr.even td, .systempage .page_content .content .data_table tr.even td {
  background: #f0f0f0;
}

.page_content > .content .data_table th, .systempage .page_content .content .data_table th {
  border-width: 0;
}

.page_content > .content h2, .systempage .page_content .content h2 {
  font-size: 120%;
  font-weight: bold;
}

.page_content > .content h3, .systempage .page_content .content h3 {
  font-size: 120%;
  font-weight: normal;
}

.page_content > .content h4, .systempage .page_content .content h4 {
  font-size: 110%;
  text-transform: uppercase;
  font-weight: bold;
}

.page_content > .content h5, .systempage .page_content .content h5 {
  font-size: 110%;
  color: #939595;
  text-transform: uppercase;
  font-weight: bold;
}

.page_content > .content h6, .systempage .page_content .content h6 {
  font-size: 110%;
  font-weight: normal;
}

.columns:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.columns .column {
  float: left;
  margin-right: 1%;
}

.columns .column.last, .columns .column:last-child {
  margin-right: 0;
}

.columns.count_2 .column {
  width: 49.5%;
}

.columns.count_3 .column {
  width: 32.6%;
}

.columns.count_4 .column {
  width: 24.3%;
}

.columns.count_5 .column {
  width: 19.2%;
}

/* Browser fixes/hacks */
.search_form input.text {
  position: relative;
  top: -1px;
}

.signup_form input.email {
  float: left;
  width: 166px;
}

input.submit {
  margin: 0;
  border-width: 1px !important;
}

.ie_lt_8 form {
  border: 0;
  padding: 0;
  margin: 0;
}

.ie_lt_8 #site_footer .menu.second {
  float: none;
  text-align: right;
  padding-left: 120px;
}

.ie_lt_8 #site_footer .estar {
  float: none;
  margin: -14px 0 4px;
  width: 120px;
}

.ie_lt_8 .dropdown {
  padding-top: 5px;
  top: 42px;
}

.ie_lt_8 .menu .dropdown {
  top: 14px;
}

.ie_lt_8 #site_footer .signup_form {
  margin-left: 10px;
}

.ie_lt_8 #site_footer .signup_form form {
  margin: 0;
}

.ie_7 #site_footer .signup_form input[type=submit] {
  height: auto;
  width: 57px;
  border: solid 1px #939595 !important;
  outline: none;
  padding: 1px 5px;
  margin: -1px 0 0;
}

.ie_7 #site_footer .menu ul {
  list-style-image: none;
}

.ie7_hack {
  clear: both;
}

.ie_lt_8 #site_header .menu.second {
  position: relative;
  z-index: 200;
}

.ie_lt_8 .article_header .breadcrumbs li {
  color: #939595;
}

.ie_lt_8 #header_login_form li.submit input {
  margin-left: 88px;
}

.ie_lt_8 #main_page {
  width: 990px;
}

.ie_lt_8 legend {
  margin: 0 -7px;
  color: #000;
}

.cataloguepage.ie_lt_8 .page_nav, .searchpage.ie_lt_8 .page_nav, .outfitspage.ie_lt_8 .page_nav {
  width: 190px;
  margin: 0 10px 0 0;
  float: left;
}

.cataloguepage.ie_lt_8 .page_content, .searchpage.ie_lt_8 .page_content, .outfitspage.ie_lt_8 .page_content {
  width: 790px;
  float: left;
}

.cataloguepage.ie_lt_8 #main_page, .searchpage.ie_lt_8 #main_page {
  top: 114px;
}

.cataloguepage.ie_lt_8 #site_footer, .searchpage.ie_lt_8 #site_footer {
  top: 124px;
}

.cataloguepage.ie_lt_8 #site_header, .searchpage.ie_lt_8 #site_header {
  margin-left: -495px;
  background: #fff;
}

.cataloguepage.ie_lt_8 .header_nav, .searchpage.ie_lt_8 .header_nav {
  margin-left: -495px;
  background: #fff;
}

.empty.ie_lt_8 .page_content {
  width: 990px;
  float: none;
}

.ie_lt_8 aside.banner_2 {
  width: 490px;
  padding: 0;
  margin: 0;
}

.ie_lt_8 .product_detail legend {
  margin: 0 -8px;
}

.ie_lt_8 .product_links a {
  white-space: nowrap;
}

.ie_lt_8 .add_to_cart li.submit input {
  border-width: 1px !important;
}

.ie_lt_8 .add_to_cart li.qty input {
  margin: 3px 0;
  padding: 2px 2px;
}

.ie_lt_8 .currency_estimator li.currency input {
  margin: 0 4px 0 0;
}

.ie_lt_8.summary .page_content td.totals input[type=submit], .ie_lt_8.confirm .checkout td.totals a {
  margin-right: -20px !important;
  padding: 3px 2px !important;
}

.ie_lt_8 form > input[type=submit]:first-child {
  padding: 3px 2px !important;
}

.ie_lt_8 .cart td.product {
  width: 580px;
}

.ie_lt_8 .estar_modal, .ie_8 .estar_modal {
  overflow: visible;
}

.ie_lt_8.billing .sameas li {
  margin: 0 0 10px;
}

.ie_lt_8.billing .sameas input {
  vertical-align: middle;
}

ie_lt_8 .email_preferences {
  width: 994px;
}

.ie_lt_8 #site_header ul, .ie_lt_8 .header_nav ul, .ie_lt_8 .page_nav ul {
  list-style-image: none;
}

.ie_lt_8 .guest_login_form li.submit input {
  margin-left: 180px;
}

.ie_lt_8 .ui-dialog-content .guest_login_form li.submit input {
  margin-left: 110px;
}

.ie_lt_8 form {
  border: 0;
  padding: 0;
  margin: 0;
}

.colour .click_target {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 2;
  top: 0;
  background: url(/assets/spacer.gif);
}

.ui-dialog.confirm {
  width: 490px !important;
  height: auto !important;
}

.ui-dialog.confirm .ui-dialog-titlebar-close {
  display: none;
}

.systempage .page_content {
  width: 990px;
}

.systempage h1 {
  padding-bottom: 10px;
}

.contact_us .contact_form, .contact_us .message {
  width: 490px;
  padding: 0 10px 0 0;
  float: left;
}

.contact_us .content {
  width: 490px;
  float: right;
  min-height: 50px;
}

.contact_form input {
  width: 239px;
}

.contact_form textarea {
  width: 239px;
  height: 80px;
}

.contact_form select {
  min-width: 190px;
  margin: 0;
  padding: 2px;
}

.contact_form li {
  padding-bottom: 10px;
}

.contact_form label {
  vertical-align: top;
  padding-top: 3px;
}

.contact_us .message p {
  font-size: 110%;
}

.contact_us .spam p {
  font-size: 110%;
  width: 210px;
}

.contact_us .spam .authcode {
  padding: 2px 3px;
  float: right;
  border: 1px solid #000;
  background: #f0f0f0;
  font-weight: bold;
  width: 40px;
  text-align: center;
}

.contact_us .spam input {
  width: 40px;
}

.contact_us .submit input {
  width: 60px;
  margin-left: 138px;
}

/* Touch Screen Specific Styles */
.touch_events #site_header, .touch_events .header_nav, .touch_events #main_page, .touch_events #site_footer {
  padding-left: 1em;
  padding-right: 1em;
}

.touch_events #site_header .search_form {
  right: 1em;
}

.cataloguepage.touch_events .header_nav, .searchpage.touch_events .header_nav, .cataloguepage.touch_events #site_header, .searchpage.touch_events #site_header {
  width: 990px;
  margin-left: 0;
  padding-right: 1em;
  left: 0;
}

.touch_events input[type=submit], .touch_events input[type=button], .touch_events input[type=text], .touch_events input[type=email] {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

/*custom scrollbar styles*/
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
}

.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0;
  opacity: inherit;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  position: relative;
}

.jspDrag {
  background: #999999;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  display: none;
}

.jspCorner {
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

#outfits {
  width: 430px;
  height: 754px;
  position: absolute;
  z-index: 50;
  top: 0;
  right: 56px;
  background: #fff;
}

#outfits.loading {
  background: url(/assets/icon_loader_large.gif) 50% 50% no-repeat #fff;
}

#outfits .close {
  margin-bottom: 5px;
}

#outfits .close a {
  width: 23px;
  height: 23px;
  display: inline-block;
  background: url(/assets/btn_outfit_close.gif) no-repeat 0 0;
  text-indent: -9999px;
}

#outfits .close a:hover {
  background-position: 0 -23px;
}

.outfits_content {
  width: 430px;
  height: 715px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: auto;
}

.Outfit {
  position: relative;
  padding-bottom: 20px;
  clear: both;
}

.Outfit:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.Outfit .Details {
  position: relative;
  float: right;
  width: 295px;
}

.Outfit h2 {
  width: 200px;
  margin-bottom: 0;
}

*:first-child + html .Outfit h2 {
  width: 180px;
}

.Outfit .select_item {
  position: absolute;
  top: 0;
  right: 0;
}

.Outfit .select_item input {
  margin-right: 5px;
  vertical-align: middle;
}

#outfits .jspTrack {
  background-color: #fff;
  display: none;
}

#outfits .jspVerticalBar .jspArrow {
  display: block;
  top: 5px;
}

#outfits .jspVerticalBar .jspArrowDown {
  left: 100px;
}

#outfits .jspPane {
  margin: 0 0 30px 0 !important;
  width: 100% !important;
}

#outfits .jspVerticalBar {
  z-index: 100;
  position: absolute;
  top: 685px;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
}

.Outfit .availability {
  padding-left: 10px;
  font-weight: normal;
  color: #8C8D8E;
}

.Outfit a {
  text-decoration: none;
}

.Outfit a.more_detail {
  text-decoration: underline;
  position: absolute;
  right: 0;
  top: 20px;
}

.Outfit .outfit_image {
  float: left;
  margin-right: 4px;
}

.Outfit .outfit_image img {
  width: 100px;
  height: 149px;
}

.Outfit .Selections {
  float: right;
  width: 295px;
  position: relative;
  padding-top: 5px;
}

.Outfit .detail_links {
  clear: both;
  padding: 5px 0 0 62px;
  width: 178px;
}

*:first-child + html .Outfit .detail_links {
  width: 200px;
}

.Outfit .detail_links:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: left;
}

.Outfit .detail_links a {
  font-size: 10px;
}

.Outfit .sizeGuideLink, .Outfit .fulldetail_link {
  float: left;
}

.Outfit .form_item_quantity {
  float: left;
  margin-left: 10px;
}

.Outfit .form_item_size {
  float: left;
  position: relative;
}

.Outfit .form_item_size select {
  width: 160px;
  padding: 3px;
  margin: 0;
}

.Outfit .size_guide {
  position: absolute;
  right: -110px;
  top: 18px;
}

.Outfit .size_guide a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: underline;
}

.Outfit .size_guide img {
  display: none;
}

.Outfit .form_item_quantity input {
  width: 20px;
  height: 17px;
  border: 1px solid #8C8579;
  color: #8C8579;
  margin-left: 2px;
  text-align: center;
  padding: 2px;
}

.Outfit .input_label {
  text-transform: uppercase;
  display: block;
  padding-bottom: 3px;
}

*:first-child + html .Outfit .form_item_colour {
  padding-bottom: 10px;
}

.Outfit .form_item_colour:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: left;
}

.Outfit .form_item_size .input_label + span {
  margin-top: 3px;
  float: left;
}

.Outfit ul.colour_text_links {
  width: auto;
  padding: 0;
  margin: 0;
  float: left;
}

.Outfit ul.colour_text_links li, .Outfit ul.colour_swatch_links li {
  float: left;
  padding-right: 2px;
}

.Outfit ul.colour_swatch_links:after, .Outfit ul.colour_text_links:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: left;
  height: 0;
}

.Outfit ul.colour_swatch_links, .Outfit ul.size_swatch_links {
  padding: 0;
  list-style: none;
  margin: 0 0 15px;
  float: left;
}

#outfits .submit {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: -25px;
}

#outfits .pricing p, .Outfit .input_label {
  font-size: 110%;
}

#outfits .pricing p.original {
  padding-right: 5px;
}

#outfits .pricing p.original, #outfits .pricing p.now {
  float: left;
}

.element_start, .element_end {
  height: 0;
}

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