@charset "UTF-8";
@font-face {
  font-family: "Symbols";
  src: url("/Shared_Assets/icons/icomoon-symbols/fonts/Symbols.eot");
  src: url("/Shared_Assets/icons/icomoon-symbols/fonts/Symbols.eot?#iefix") format("embedded-opentype"), url("/Shared_Assets/icons/icomoon-symbols/fonts/Symbols.woff") format("woff"), url("/Shared_Assets/icons/icomoon-symbols/fonts/Symbols.ttf") format("truetype"), url("/Shared_Assets/icons/icomoon-symbols/fonts/Symbols.svg#Embroider") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* -------------------------------------------------- */
/* ------------- Personalisation Fonts -------------- */
/* -------------------------------------------------- */
/* Please note to add the font in both css and tblPersonalize_Fonts table for any new personalisation new font. */
@font-face {
  font-family: "Personalised Cursive";
  src: url("/Shared_Assets/fonts/personalised/343C71_0_0.eot");
  src: url("/Shared_Assets/fonts/personalised/343C71_0_0.eot?#iefix") format("embedded-opentype"), url("/Shared_Assets/fonts/personalised/343C71_0_0.woff2") format("woff2"), url("/Shared_Assets/fonts/personalised/343C71_0_0.woff") format("woff"), url("/Shared_Assets/fonts/personalised/343C71_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Personalised Open Sans Bold";
  src: url("/Shared_Assets/fonts/personalised/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Personalised CormorantGaramond-Light";
  src: url("/Shared_Assets/fonts/personalised/CormorantGaramond-Light.ttf") format("truetype");
}
/****************************************************************/
@font-face {
  font-family: "Untitled Sans";
  src: url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-Regular.eot");
  src: url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-Regular.woff2") format("woff2"), url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Untitled Sans";
  src: url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-RegularItalic.eot");
  src: url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-RegularItalic.woff2") format("woff2"), url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Untitled Sans";
  src: url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-Light.eot");
  src: url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-Light.woff2") format("woff2"), url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Untitled Sans";
  src: url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-LightItalic.eot");
  src: url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-LightItalic.woff2") format("woff2"), url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Untitled Sans";
  src: url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-Medium.eot");
  src: url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-Medium.woff2") format("woff2"), url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Untitled Sans";
  src: url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-MediumItalic.eot");
  src: url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-MediumItalic.woff2") format("woff2"), url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Untitled Sans";
  src: url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-Bold.eot");
  src: url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-Bold.woff2") format("woff2"), url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Untitled Sans";
  src: url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-BoldItalic.eot");
  src: url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-BoldItalic.woff2") format("woff2"), url("/Shared_Assets/fonts/untitledsans/UntitledSansWeb-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
/* ------------------------------------------- */
/* ---------------- DEFAULTS ----------------- */
/* ------------------------------------------- */
body {
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

body[data-loggedin-status=true] .loggedin-content {
  display: block !important;
}

body[data-loggedin-status=true] .notloggedin-content {
  display: none !important;
}

body[data-loggedin-status=unknown] .loggedin-content {
  display: none !important;
}

body[data-loggedin-status=false] .loggedin-content {
  display: none !important;
}

body[data-loggedin-status=false] .notloggedin-content {
  display: block !important;
}

body[data-loggedin-status=unknown] .notloggedin-content {
  display: block !important;
}

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%;
}

h1 {
  font-size: 150%;
}

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

h3 {
  font-size: 110%;
}

h6 {
  font-weight: normal;
}

/***** ----- 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 - Load More Link -- */
/* Used on Blogs and 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: "Untitled Sans", 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: 12px;
  padding: 4px 12px;
  appearance: auto;
  background: #fff;
  cursor: pointer;
}

.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;
  position: relative;
  padding-left: 7px;
  font-size: 12px;
  font-weight: bold;
}

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

label em {
  position: absolute;
  left: 0;
  color: #ff0000;
  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 {
  color: #000;
  padding: 2px 2px 2px 5px;
  font-size: 100%;
  font-family: "Untitled Sans", 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;
}

.site-header *:focus, .site-footer *:focus, .top-banner *:focus, .rewards-banner *:focus, .site-nav *:focus, .m-site-nav *:focus, .responsive-modal *:focus, #search-container *:focus, #ajax_cart_display *:focus {
  outline: 1px dotted #000;
  outline-offset: -1px;
}
.site-header input[type=checkbox]:focus,
.site-header input[type=radio]:focus, .site-footer input[type=checkbox]:focus,
.site-footer input[type=radio]:focus, .top-banner input[type=checkbox]:focus,
.top-banner input[type=radio]:focus, .rewards-banner input[type=checkbox]:focus,
.rewards-banner input[type=radio]:focus, .site-nav input[type=checkbox]:focus,
.site-nav input[type=radio]:focus, .m-site-nav input[type=checkbox]:focus,
.m-site-nav input[type=radio]:focus, .responsive-modal input[type=checkbox]:focus,
.responsive-modal input[type=radio]:focus, #search-container input[type=checkbox]:focus,
#search-container input[type=radio]:focus, #ajax_cart_display input[type=checkbox]:focus,
#ajax_cart_display input[type=radio]:focus {
  outline-offset: 1px;
}

/* -- Forms - Placeholders -- */
.main-content ::-webkit-input-placeholder, .main-content input:-moz-placeholder, .main-content input::-moz-placeholder, .main-content input:-ms-input-placeholder, .main-content input:placeholder-shown, .main-content input.placeholder {
  color: #333;
}

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

/* -- Forms - Errors -- */
/* Eventually delete this (please do not add to these blocks of css) */
.error {
  padding: 0 0 0 35px;
  background: url(/assets/icon_error.gif) 0 0 no-repeat;
  font-weight: bold;
  color: #ff0000;
  min-height: 24px;
  display: table;
  line-height: normal;
}
.error p {
  font-size: 11px;
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
.error p + p {
  display: table-row;
}

.main-content .page-content > .error {
  margin-top: 20px;
}

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

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

.error_highlight .error p {
  font-size: 10px;
}

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

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

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

.alert-error {
  color: #ff0000;
}

.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: #ff0000;
}

.error-highlight .error {
  color: #ff0000;
  width: auto;
  font-size: 10px;
  margin: 5px 0 0;
  padding: 0;
  font-weight: normal;
  min-height: 0;
  background: transparent;
}

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

/* -- Forms - Address Auto Complete -- */
.ui-autocomplete {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 0;
  position: absolute;
  top: 34px;
  width: 100%;
  margin-left: -1px;
  z-index: 5;
  border-radius: 0;
}

.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;
}

.ui-autocomplete li {
  list-style-type: none;
  list-style-image: none;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  padding: 0;
}

.ui-autocomplete li a {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-autocomplete li a.ui-state-hover, .ui-autocomplete li a:hover {
  background: #f1f1f1;
  cursor: pointer;
}

/***** ----- Default - Pricing ----- *****/
.pricing > p, .pricing > span, .price_break > p, .wishlist-price > p, .cart .unitprice > p, .cartpage .cart_aside .item-info .price.original {
  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 {
  color: #666669;
  margin-bottom: 4px;
  font-weight: normal;
}

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

.pricing .now .text {
  color: #000;
}

.pricing .free {
  text-transform: uppercase;
}

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

/***** ----- Default - Discount & Sale Colour ----- *****/
.price.original + .price.now, #ajax_cart_display .subtotal-wrapper .discount-wrapper, .checkout .totals .discount .message, .checkout .discount td .price.now, .checkout .discount td .price.standard, .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.original + .price.now, .cartpage .page-content .discount .price.now, .cartpage .cart_aside .coloursize .price.now {
  color: #ff0000;
}

.price.original + .price.now {
  font-weight: bold;
}

/***** ----- Default - Product Display ----- *****/
/* Used on AJAX Cart, Cart Aside Products and 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: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.item-wrap .item-info {
  padding: 12px 0 0;
  margin: 0;
  list-style: 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 {
  display: inline-block;
  padding: 0;
  font-weight: normal;
  font-size: 12px;
}

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

.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;
  font-size: 12px;
  text-transform: uppercase;
}

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

/***** ----- Default - eStar Carousel ----- *****/
/* PLEASE USE SLICK SLIDER FOR ANY NEW CAROUSELS */
.carousel_nav {
  width: 490px;
  position: relative;
  z-index: 3;
}

.carousel_nav div {
  width: 17px;
  height: 20px;
  background: url(/assets/btn_page_next.gif) 0 0 no-repeat;
  float: right;
  cursor: pointer;
  position: relative;
  top: -8px;
}

.carousel_nav .disabled {
  display: none;
}

.carousel_nav div:hover {
  background-position: 0 -21px;
}

.carousel_nav .back {
  background-image: url(/assets/btn_page_back.gif);
  float: left;
}

.carousel_nav .status {
  background: none;
  text-align: center;
  font-size: 110%;
  letter-spacing: 1px;
  width: 100%;
  position: absolute;
  padding: 4px 0 0;
  color: #939598;
  cursor: default;
}

/***** ----- Default - Slick Slider ----- *****/
/* Used on Gift Card Cart Image Select and Curated Products */
.slick-slider .slick-list {
  max-width: 945px;
  margin: 0 auto;
}
.slick-slider .slick-track {
  margin: 0 auto;
}
.slick-slider .slick-slide:focus {
  outline: 1px dotted #000;
  outline-offset: -1px;
}
.slick-slider .slick-slide img {
  margin: 0 auto;
}
.slick-slider .slick-arrow {
  width: 18px;
  height: 32px;
  background: transparent url(/assets/product-carousel-nav.png) no-repeat;
  background-size: 100% auto;
  border: none;
  text-indent: -9999px;
  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-prev:hover {
  background-position: 0 -99px;
}
.slick-slider .slick-next {
  background-position: 0 -50px;
}
.slick-slider .slick-next:hover {
  background-position: 0 -149px;
}

/***** ----- Default - Popups ----- *****/
/* Used for all popups on site */
.ui-dialog {
  position: absolute;
  z-index: 1052;
  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: "Untitled Sans", Arial, Helvetica, sans-serif;
}

.ui-dialog-titlebar-close, .giftcard-payment .ui-widget-header a.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: fixed;
  top: 0;
  left: 0;
  background: #dedede;
  opacity: 0.8;
  z-index: 1051;
  height: 100vh;
  width: 100vw;
}

.ui-widget input:not([type=submit]) {
  font-family: "Untitled Sans", 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: "Untitled Sans", 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 {
  font-size: 13px;
}

.popup-actions button + .text-link {
  margin-left: 18px;
}

.welcome-mat-popup .modal_content .popup-actions .btn {
  text-transform: initial;
}

/***** ----- Default - Messages ----- *****/
.top-message {
  font-size: 11px;
  margin: 5px 0;
}

.optional {
  margin-left: 5px;
  color: #999;
  text-transform: none;
  font-style: italic;
  font-size: 11px;
}

/* Informing Message - Black Text, Light Yellow Background (used on FIS popup and 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-content {
  display: block;
  width: 990px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  clear: both;
  font-size: 100%;
}
.main-content::after {
  content: "";
  display: block;
  clear: both;
}
.main-content .container {
  padding-left: 0;
  padding-right: 0;
}
.main-content .container::after {
  content: "";
  display: block;
  clear: both;
}

.main-content > .container {
  max-width: 100%;
}

template {
  display: none !important;
}

body.device-scaling-active {
  overflow-x: hidden;
}
body.device-scaling-active .main-content {
  overflow-x: hidden;
  position: relative;
  padding: 0;
}
body.device-scaling-active .main-content > * {
  transform-origin: top left;
}
body.device-scaling-active .main-content > .container {
  width: 990px;
  max-width: 990px;
}

body.tabber .fly-in-trigger:focus {
  outline: 1px dotted #000;
  outline-offset: -1px;
}

.fly-in-panel {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 15px 24px 0;
  height: 100vh;
  height: calc(var(--winHeight) - var(--headerHeight) - var(--headerOffsetTop));
  background-color: #FFF;
  letter-spacing: 1px;
  width: 350px;
  text-transform: none;
  color: #000000;
  text-align: left;
  line-height: normal;
  top: auto;
  right: 0;
  z-index: 1040;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}
.fly-in-panel::-webkit-scrollbar {
  background: none;
  width: 5px;
}
.fly-in-panel::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #999;
}
.fly-in-panel::-webkit-scrollbar-track {
  border-radius: 10px;
}
.fly-in-panel.fly-out {
  transform: translateX(100%);
  transition-delay: 0.3s;
}
.fly-in-panel:not(.fly-out) {
  transform: translateX(0);
}
.fly-in-panel.fly-animating {
  overflow: hidden;
  transition: transform 0.3s ease;
}
.fly-in-panel.fly-animating.fly-out {
  transition-delay: 0.3s;
}
body.tabber .fly-in-panel {
  transition-delay: 0s !important;
  transition-duration: 0s !important;
  transition: none !important;
}
body.scrolled .fly-in-panel {
  height: calc(var(--winHeight) - var(--headerHeight));
}

/* ------------------------------------------- */
/* ----------------- HEADER ------------------ */
/* ------------------------------------------- */
.site-header {
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  z-index: 1040;
  color: #55565C;
  border-bottom: 1px solid #d5d5d5;
  background-color: #ffffff;
  height: auto;
  min-height: 51px;
  transition: top 0.2s ease-in-out;
  position: relative;
  top: -1px;
  font-size: 100%;
  width: 100%;
}
@supports (position: sticky) {
  .site-header {
    position: sticky;
  }
}
.site-header.nav-up {
  top: calc((var(--headerHeight)) * -1);
}

body.panel-open .nav-up {
  top: -1px;
}

body[data-loggedin-status=unknown] .header-links {
  opacity: 0;
}

.top-banner {
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  background-color: #EFEFEF;
  width: 100%;
  height: 30px;
  font-size: 12px;
  padding: 5px 0;
  color: #55565C;
  position: relative;
  z-index: 1040;
}
.top-banner .container::after {
  content: "";
  display: block;
  clear: both;
}
.top-banner .top-banner-content {
  float: left;
}
.top-banner .top-banner-nav {
  float: right;
}
.top-banner .top-banner-nav .top-banner-links {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.top-banner .top-banner-nav .top-banner-links .top-banner-link a {
  text-decoration: none;
  color: #55565C;
  padding: 0 2.5rem 0 0;
}
.top-banner .top-banner-close {
  position: absolute;
  right: 5%;
}
.top-banner .top-banner-close::before {
  font-family: "cr_icons";
  content: "\e905";
}
.top-banner button {
  border: none;
  background: none;
}
.top-banner button:focus {
  outline: 1px solid #ffffff;
}

#site_header .top-bar {
  text-transform: uppercase;
  background-color: #EFEFEF;
  color: #55565C;
  float: left;
  width: 100%;
}
#site_header .top-bar .text {
  float: left;
}
#site_header .top-bar .links {
  float: right;
}
#site_header .top-bar .links .nav-link:after {
  content: "|";
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.site-header .menu-link {
  position: relative;
  align-self: stretch;
  width: 12px;
  padding: 10px 25px 10px 17px;
  margin-left: -15px;
  margin-right: 2px;
}
.site-header .menu-link .menu-link-icon, .site-header .menu-link .menu-link-icon::before, .site-header .menu-link .menu-link-icon::after {
  position: absolute;
  display: block;
  background-color: #55565C;
  width: 12px;
  height: 1px;
  transform: rotate(0);
  transition: transform 0.1s ease-in, top 0.1s ease-in 150ms;
}
.site-header .menu-link .menu-link-icon:hover {
  color: inherit;
  text-decoration: inherit;
}
.site-header .menu-link .menu-link-icon {
  top: 50%;
  transition: background-color 10ms ease-in 0.1s;
}
.site-header .menu-link .menu-link-icon::before, .site-header .menu-link .menu-link-icon::after {
  content: "";
}
.site-header .menu-link .menu-link-icon::before {
  top: -5px;
}
.site-header .menu-link .menu-link-icon::after {
  top: 5px;
}
.site-header .menu-link.is-open .menu-link-icon {
  background: 0 0;
  background-color: transparent;
  transition-delay: 0.1s;
}
.site-header .menu-link.is-open .menu-link-icon::before, .site-header .menu-link.is-open .menu-link-icon::after {
  top: auto;
  transition: transform 0.1s ease-in 150ms, top 0.1s ease-in;
}
.site-header .menu-link.is-open .menu-link-icon::before {
  transform: rotate(45deg);
  top: 0;
}
.site-header .menu-link.is-open .menu-link-icon::after {
  transform: rotate(-45deg);
  top: 0;
}

.site-header-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 51px;
}

.site-header .logo {
  width: 150px;
  margin: 0;
  align-self: center;
}
.site-header .logo a {
  display: block;
}
.site-header .logo img {
  max-width: 100%;
}
.site-header .header-links {
  margin-left: auto;
  margin-right: -7.5px;
  color: #55565C;
  font-weight: 400;
  opacity: 1;
  transition: opacity 0.2s;
  transition-delay: 0.1s;
}
.site-header .header-links a, .site-header .header-links button {
  font-size: 15px;
  font-weight: inherit;
  line-height: 1.4;
  color: inherit;
  text-align: center;
  position: relative;
}
.site-header .header-links a::before, .site-header .header-links button::before {
  font-family: "cr_icons";
  display: inline-block;
}
.site-header .header-links button {
  background: none;
  border: none;
}
.site-header .header-links-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.site-header .header-search-link, .site-header .header-account-link, .site-header .header-cart-link, .site-header .header-wishlist-link a {
  display: block;
  height: 30px;
  padding: 4px 10px;
}
.site-header .header-search-link {
  padding-top: 5px;
}
.site-header .header-search-link::before {
  content: "\e90d";
}
.site-header .header-wishlist-link a {
  padding-top: 3px;
  font-size: 16px;
}
.site-header .header-wishlist-link a::before {
  content: "\e90e";
}
.site-header .header-wishlist-link .number {
  display: none;
}
.site-header .loggedin-content .header-account-link, .site-header .loggedin-content .header-account-rewards {
  display: none;
}
.site-header .header-account-rewards.empty {
  display: none !important;
}
.site-header .my-rewards-balance {
  padding-left: 5px;
  font-size: 10px;
}
.site-header .header-cart-summary {
  display: flex;
}
.site-header .header-cart-summary a {
  padding-top: 3px;
  font-size: 17.5px;
  line-height: 1.5;
  text-decoration: none;
}
.site-header .header-cart-summary a::before {
  content: "\e90f";
}
.site-header .header-cart-summary.empty .count {
  opacity: 0;
}
.site-header .header-cart-summary .count {
  opacity: 1;
  font-size: 8px;
  color: #55565C;
  letter-spacing: -0.11px;
  text-align: center;
  text-indent: 0;
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  transition: opacity 0.25s ease-in;
}
.site-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header li {
  padding: 0;
  margin: 0;
}

.giftcard-cart .site-header {
  position: relative;
}
.giftcard-cart .site-header-wrapper {
  padding: 0;
  min-height: 51px;
  max-width: 100%;
}
.giftcard-cart .logo {
  padding: 10px 0;
  margin: 0 auto;
}

.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);
}

.header-account, .m-account {
  padding-right: 15px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: inherit;
  color: #55565C;
}
.header-account a, .header-account button, .m-account a, .m-account button {
  font-size: 14px;
  letter-spacing: -0.17px;
  text-decoration: none;
}

.header-account-link span, .m-account-link span {
  display: none;
  padding-left: 5px;
}
.header-account-link span::after, .m-account-link span::after {
  content: "|";
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}
.header-account-link::before, .m-account-link::before {
  font-family: "cr_icons";
  display: inline-block;
  content: "\e910";
  font-size: 16px;
}

.header-join-link {
  display: none;
}

/*header search box*/
.search_form {
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #d5d5d5;
}
.search_form form {
  text-align: center;
  padding: 10px 0;
}
.search_form input[type=text] {
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  border: 1px solid #d5d5d5;
}
.search_form input[type=text] + button {
  top: 12px;
}

@media (max-width: 767.98px) {
  .header-account {
    padding-right: 0;
  }
}
.header-content {
  padding-top: 0;
}

.header-content .banner_1 {
  float: left;
  width: 340px;
  height: 44px;
  overflow: hidden;
  clear: both;
  padding-top: 0.2em;
}

/* eShop Header */
.eshop #sticky_login_form input[type=text], .eshop #sticky_login_form input[type=password] {
  border-radius: 0;
}

.eshop .site-header .login input[type=submit], .eshop .site-header .menu .register a {
  border-radius: 0;
  border: none;
  height: 29px;
  box-sizing: border-box;
  line-height: 11px;
}

.eshop .site-header .login input[type=submit] {
  padding-top: 5px;
}

.eshop .site-header li.account span {
  border: none;
  margin-bottom: 0;
  height: 29px;
  box-sizing: border-box;
}

/* ------------------------------------------- */
/* -------- AJAX ADD TO CART DROPDOWN -------- */
/* ------------------------------------------- */
#ajax_cart_display {
  position: fixed;
  z-index: 99;
  top: auto;
  top: calc(var(--headerHeight) + var(--headerOffsetTop));
  width: 390px;
  border: 0 solid #ebebeb;
  border-left-width: 1px;
  background: rgba(255, 255, 255, 0.98);
  text-transform: none;
  color: #000;
  padding-top: 25px;
}
.site-header.is-stuck ~ #ajax_cart_display {
  top: calc(var(--headerHeight) - 1px);
}
#ajax_cart_display .loading-mask {
  position: absolute;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
  z-index: 9999;
}
#ajax_cart_display .loading-mask::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background: url(/assets/icon_loader_large.gif);
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center;
  opacity: 0;
}
#ajax_cart_display.loading .loading-mask {
  width: 100%;
  height: 100%;
  max-width: 350px;
}
#ajax_cart_display.loading .loading-mask::before {
  opacity: 1;
}
#ajax_cart_display .ajax_content {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  font: normal 14px/24px "Untitled Sans", Arial, Helvetica, sans-serif;
  letter-spacing: -0.2px;
  color: #55565C;
}
#ajax_cart_display .ajax_content ul {
  list-style: none;
}
#ajax_cart_display .ajax_content .message {
  margin: -24px -24px 0 -24px;
  background: #EFEFEF;
  width: calc(100% + 48px);
  padding: 8px 8px 8px 8px;
  margin-bottom: 16px;
}
#ajax_cart_display .ajax_content .message p {
  margin-bottom: 0;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: #55565C;
}
#ajax_cart_display .ajax_content .message p::before {
  font-family: "cr_icons";
  content: "";
  margin-right: 12px;
}
#ajax_cart_display .ajax_content .message.error {
  padding-left: 20px;
}
#ajax_cart_display .ajax_content .message.error p::before {
  content: "\e90b";
  color: #D21010;
}
#ajax_cart_display .ajax_content .message.success {
  padding-left: 20px;
}
#ajax_cart_display .ajax_content .message.success p::before {
  content: "\e907";
  color: #258325;
}
#ajax_cart_display .ajax_content .subtotal-wrapper {
  padding: 0 10px;
}
#ajax_cart_display .ajax_content .subtotal-wrapper ul {
  margin: 0;
  padding: 0;
}
#ajax_cart_display .ajax_content .subtotal-wrapper li {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
#ajax_cart_display .ajax_content .subtotal-wrapper .discount-wrapper ul {
  flex-grow: 1;
}
#ajax_cart_display .ajax_content .subtotal-wrapper .discount-wrapper ul li.discount span {
  color: #D73A37;
}
#ajax_cart_display .ajax_content .subtotal-wrapper .discount-wrapper .price-display {
  display: inline-block;
}
#ajax_cart_display .ajax_content .subtotal-wrapper .discount,
#ajax_cart_display .ajax_content .subtotal-wrapper .subtotal {
  margin: 5px 0;
}
#ajax_cart_display .ajax_content .subtotal-wrapper .discount .label,
#ajax_cart_display .ajax_content .subtotal-wrapper .subtotal .label {
  flex-grow: 1;
  width: 65%;
}
#ajax_cart_display .ajax_content .subtotal-wrapper .discount .amount,
#ajax_cart_display .ajax_content .subtotal-wrapper .subtotal .amount {
  justify-content: flex-end;
}
#ajax_cart_display .ajax_content .subtotal-wrapper label,
#ajax_cart_display .ajax_content .subtotal-wrapper span.label {
  font-weight: normal;
  font-size: 14px;
  padding: 0;
  vertical-align: baseline;
}
#ajax_cart_display .ajax_content .form-options .btn-primary,
#ajax_cart_display .ajax_content .form-options .btn-outline-primary,
#ajax_cart_display .ajax_content .content.snippet {
  margin: 20px 0;
}
#ajax_cart_display .ajax_content .form-options {
  padding: 0;
}
#ajax_cart_display .ajax_content .form-options a {
  text-decoration: none;
  text-align: center;
}
#ajax_cart_display .ajax_content .form-options .btn {
  width: 100%;
  letter-spacing: normal;
  display: block;
}
#ajax_cart_display .ajax-content-header {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  padding: 0 10px 25px;
  border: 0 solid #BDBEC2;
  border-width: 0 0 1px;
}
#ajax_cart_display .ajax-content-header .title {
  flex: 1;
}
#ajax_cart_display .ajax-content-header .title h3 {
  display: inline-block;
  margin: 0;
  font: normal 14px/24px "Untitled Sans", Arial, Helvetica, sans-serif;
  text-transform: none;
}
#ajax_cart_display .ajax-content-header .close {
  margin-left: auto;
}
#ajax_cart_display .ajax-content-header .close button {
  font-size: inherit;
  line-height: 1.4;
  color: inherit;
  background: none;
  border: none;
}
#ajax_cart_display .ajax-content-header .close button::after {
  content: "\e905";
  font: bold 10px/10px "cr_icons";
  margin-left: 8px;
}
#ajax_cart_display .ajax-content-item-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
  scrollbar-width: thin;
}
#ajax_cart_display .ajax-content-item-wrap::-webkit-scrollbar {
  background: none;
  width: 5px;
}
#ajax_cart_display .ajax-content-item-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #999;
}
#ajax_cart_display .ajax-content-item-wrap::-webkit-scrollbar-track {
  border-radius: 10px;
}
#ajax_cart_display .ajax-content-item-wrap ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
#ajax_cart_display .ajax-content-item-wrap li {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  padding: 20px 10px;
  border-bottom: 1px solid #E2E2E2;
}
#ajax_cart_display .ajax-content-item-wrap li:last-child {
  border-bottom-width: 0;
}
#ajax_cart_display .ajax-content-item-wrap figure {
  margin-bottom: 0;
  margin-right: 15px;
  max-width: 113px;
}
#ajax_cart_display .ajax-content-item-wrap figure a {
  display: block;
}
#ajax_cart_display .ajax-content-item-wrap .details {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  min-height: 119px;
}
#ajax_cart_display .ajax-content-item-wrap .details h4 {
  text-transform: none;
  font: 400 14px/20px "Untitled Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 4px;
  max-width: calc(100% - 20px);
}
#ajax_cart_display .ajax-content-item-wrap .details .label {
  vertical-align: baseline;
  margin-right: 4px;
  padding: 0;
  font-size: inherit;
  font-weight: 300;
}
#ajax_cart_display .ajax-content-item-wrap .details .selections .personalised-details .selection[style*="Personalised Cursive"] .text {
  padding-left: 10px;
}
#ajax_cart_display .ajax-content-item-wrap .details .selections p {
  font: 300 14px/24px "Untitled Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}
#ajax_cart_display .ajax-content-item-wrap .details .personalised-details .selection img {
  width: 10px;
  height: 10px;
  border: 1px solid #757575;
  border-radius: 10px;
  margin-right: 3px;
  margin-bottom: 3px;
}
#ajax_cart_display .ajax-content-item-wrap .details .actions {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
#ajax_cart_display .ajax-content-item-wrap .details .actions a {
  color: #55565C;
  font: 300 14px/15px "Untitled Sans", Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
#ajax_cart_display .ajax-content-item-wrap .details .pricing {
  font-weight: 400;
  letter-spacing: -0.2px;
  font-size: 14px;
  line-height: 15px;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
#ajax_cart_display .ajax-content-item-wrap .details .pricing .price {
  padding-top: 5px;
  justify-content: flex-end;
}
#ajax_cart_display .ajax-content-item-wrap .details .pricing .price.original {
  text-decoration: line-through;
  color: #55565C;
}
#ajax_cart_display .ajax-content-item-wrap .details .pricing .price.now {
  color: #55565C;
}
#ajax_cart_display .ajax-content-item-wrap .details .pricing .price.original ~ .price.now {
  font-weight: normal;
  color: #D73A37;
}
#ajax_cart_display .ajax-content-item-wrap .details .pricing .pricing .now,
#ajax_cart_display .ajax-content-item-wrap .details .pricing .price.now,
#ajax_cart_display .ajax-content-item-wrap .details .pricing .price .now.from .text,
#ajax_cart_display .ajax-content-item-wrap .details .pricing .pricing .original,
#ajax_cart_display .ajax-content-item-wrap .details .pricing .price.original {
  margin-bottom: 0;
}
#ajax_cart_display .ajax-content-item-wrap .details .pricing .price:last-child {
  order: -1;
}
#ajax_cart_display .ajax-content-item-wrap .top_details {
  position: relative;
}
#ajax_cart_display .ajax-content-item-wrap .top_details .remove_link {
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 12px;
  color: #55565C;
}
#ajax_cart_display .ajax-content-item-wrap .top_details .remove_link::before {
  display: inline-block;
}
#ajax_cart_display .ajax-content-item-wrap .bottom_details {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 6px;
}
#ajax_cart_display .ajax-content-footer-wrap {
  padding-top: 10px;
  border: 0 solid #BDBEC2;
  border-width: 1px 0 0;
}
#ajax_cart_display .ajax_content.empty .ajax-content-item-wrap {
  padding: 24px 10px;
  text-align: center;
}
#ajax_cart_display .ajax_content.empty .icon-alt-shopping-bag {
  font-size: 40px;
  font-weight: 300;
  padding: 20px 0;
}
#ajax_cart_display .ajax_content.empty .subtotal-wrapper {
  display: none;
}

@media (max-width: 767.98px) {
  #ajax_cart_display {
    position: absolute;
    height: auto;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 25px;
  }
  #ajax_cart_display.fly-out {
    transform: translateY(-100%);
  }
  #ajax_cart_display:not(.fly-out) {
    transform: translateY(0);
  }
  #ajax_cart_display .ajax_content .message {
    margin-top: -16px;
  }
  #ajax_cart_display .ajax_content .header {
    display: none;
  }
  #ajax_cart_display .ajax_content ul.summary_items {
    max-height: 100% !important;
    border-width: 0;
    border-bottom: 1px solid #E2E2E2;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
  }
  #ajax_cart_display .ajax_content ul.summary_items li {
    display: none;
    border-bottom-width: 0;
    padding-top: 6px;
  }
  #ajax_cart_display .ajax_content ul.summary_items li:first-child {
    display: flex;
  }
  .remove_link {
    display: none;
  }
  .site-header .header-cart-summary .count {
    top: 12px;
  }
}
/* ------------------------------------------- */
/* --------- HEADER DROP DOWN NAV ------------ */
/* ------------------------------------------- */
.header_nav {
  display: none;
  margin: 0;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #55565C;
  z-index: 100;
  padding: 0;
  width: auto;
  max-width: 100%;
  border: 0 solid #ebebeb;
}
.header_nav a,
.header_nav span {
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
  color: inherit;
}
.header_nav > ul > li > h3 > a, .header_nav > ul > li > a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.header_nav h3 {
  letter-spacing: 0.4px;
  padding: 0;
  text-transform: uppercase;
  color: inherit;
  font-size: inherit;
  font-weight: 400;
}
.header_nav a span {
  text-transform: inherit;
  color: inherit;
  padding: 0;
  text-decoration: inherit;
}
.header_nav a:hover {
  color: #666669;
}
.header_nav > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.header_nav .subnav,
.header_nav .dropdown {
  display: none;
  text-align: left;
  position: absolute;
}
.header_nav li li {
  display: block;
  text-align: left;
  padding: 0 1em 1.6em 0;
  letter-spacing: 1px;
}
.header_nav li li a, .header_nav li li span {
  padding: 0;
}
.header_nav li li li {
  padding: 0.2em 0 0;
}
.header_nav li li li a {
  font-weight: normal;
}
.header_nav .nav-level-one > li > h3 > a, .header_nav .nav-level-one > li > a, .header_nav .nav-level-two > li > h3 > a, .header_nav .nav-level-two > li > a {
  text-transform: uppercase;
}
.header_nav .nav-level-two > li > h3 > a, .header_nav .nav-level-two > li > a {
  word-wrap: break-word;
  border-bottom: 1px solid transparent;
}
.header_nav .nav-level-two > li > h3 > a:hover, .header_nav .nav-level-two > li > a:hover {
  text-decoration: none;
  border-bottom: 1px solid #55556C;
}
.header_nav .nav-level-two > li > ul > li > a {
  font-weight: 300;
  border-bottom: 1px solid transparent;
}
.header_nav .nav-level-two > li > ul > li > a:hover {
  text-decoration: none;
  border-bottom: 1px solid #55556C;
}
.header_nav .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
  margin-top: 1px;
}
.header_nav .dropdown.loading {
  background: url(/assets/icon_loader_large.gif) no-repeat center #fff;
  display: block;
  width: 100%;
  min-height: 150px;
}
.header_nav .no_children .dropdown {
  background: none;
  min-height: 0;
  display: none !important;
}

/* ------------------------------------------- */
/* ------------ #Accessibility --------------- */
/* ------------------------------------------- */
.skip-content {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 2000;
  list-style: none;
  font-size: 1.6rem;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}
.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 ------- */
/* ------------------------------------------- */
.m-site-nav {
  display: none;
}

@media (max-width: 767.98px) {
  body.responsive-viewport {
    /* This is to account for the eshop toolbar that gets dynamically inserted at the top of the page */
  }
  body.responsive-viewport .menu.first, body.responsive-viewport .megamenu {
    display: none;
  }
  body.responsive-viewport .nav-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.83);
    z-index: 1040;
  }
  body.responsive-viewport.tabber .menu-toggle:focus {
    outline: 1px dotted #000000;
    box-shadow: none;
    outline-offset: -4px;
  }
  body.responsive-viewport.nav-open {
    overflow: hidden;
    position: relative;
  }
  body.responsive-viewport.nav-open .m-site-nav {
    left: 0;
    z-index: 1058;
    background-color: transparent;
  }
  body.responsive-viewport.nav-open .nav-mask {
    display: block !important;
  }
  body.responsive-viewport.nav-open .site-header .header-links a, body.responsive-viewport.nav-open .site-header .header-links button {
    pointer-events: none;
  }
  body.responsive-viewport:not(.nav-open) #m-site-nav > * {
    display: none;
  }
  body.responsive-viewport.nav-opening .m-site-nav, body.responsive-viewport.nav-closing .m-site-nav {
    -moz-transition: left 300ms 0s ease;
    -webkit-transition: left 300ms 0s ease;
    -o-transition: left 300ms 0s ease;
    transition: left 300ms 0s ease;
  }
  body.responsive-viewport .m-site-nav {
    top: calc(var(--headerHeight) + var(--headerOffsetTop));
    left: -100%;
    position: fixed;
    height: 100%;
    width: 80%;
    background: #fff;
    min-height: 100%;
    display: block;
    z-index: 1055;
    font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -0.2px;
    color: #55565C;
  }
  body.responsive-viewport .m-site-nav .nav-wrapper {
    height: calc(var(--winHeight) - var(--headerHeight) - var(--headerOffsetTop));
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding-top: 10px;
    border: 0 solid #E2E2E2;
    border-width: 0 1px 1px 0;
  }
  body.responsive-viewport .m-site-nav h2, body.responsive-viewport .m-site-nav a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    cursor: pointer;
  }
  body.responsive-viewport .m-site-nav h2 {
    margin: 0;
    padding: 0;
  }
  body.responsive-viewport .m-site-nav a {
    text-decoration: none;
  }
  body.responsive-viewport .m-site-nav ul {
    padding: 0;
    margin: 0;
    background: #fff;
  }
  body.responsive-viewport .m-site-nav ul li {
    display: block;
    list-style: none;
  }
  body.responsive-viewport .m-site-nav ul li > a {
    padding: 15px 30px;
    display: block;
  }
  body.responsive-viewport .m-site-nav .nav-menu-wrapper {
    transition: height 0.5s;
  }
  body.responsive-viewport .m-site-nav .nav-menu-wrapper .toggle-panel {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.15s, opacity 0.15s;
    padding-left: 30px;
  }
  body.responsive-viewport .m-site-nav .nav-menu-wrapper .toggle-panel.active-panel {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  body.responsive-viewport .m-site-nav .toggle-header-wrapper {
    position: static;
  }
  body.responsive-viewport .m-site-nav .toggle-header {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    flex-grow: 1;
    width: 100%;
    padding: 15px 30px;
  }
  body.responsive-viewport .m-site-nav .toggle-header .icon-arrow-right {
    margin-left: auto;
  }
  body.responsive-viewport .m-site-nav .nav-primary-links {
    position: relative;
    visibility: visible;
    margin-top: 0;
    transition: left 0.5s, visibility 0.1s, margin 0.1s ease-out;
  }
  body.responsive-viewport .m-site-nav .nav-primary-links[data-depth="0"] {
    left: 0;
  }
  body.responsive-viewport .m-site-nav .nav-primary-links .nav-menu-item, body.responsive-viewport .m-site-nav .nav-primary-links .selected {
    position: static;
  }
  body.responsive-viewport .m-site-nav .nav-primary-links li.selected > a, body.responsive-viewport .m-site-nav .nav-primary-links li.selected > .toggle-header-wrapper .toggle-header {
    font-weight: 500;
  }
  body.responsive-viewport .m-site-nav .nav-primary-links > li > a {
    text-transform: uppercase;
  }
  body.responsive-viewport .m-site-nav .nav-primary-links[data-depth="1"] {
    visibility: hidden;
    left: -100%;
  }
  body.responsive-viewport .m-site-nav .nav-primary-links[data-depth="2"] {
    visibility: hidden;
    left: -200%;
  }
  body.responsive-viewport .m-site-nav .nav-primary-links[data-depth="3"] {
    visibility: hidden;
    left: -300%;
  }
  body.responsive-viewport .m-site-nav .nav-primary-links[data-depth="4"] {
    visibility: hidden;
    left: -400%;
  }
  body.responsive-viewport .m-site-nav .nav-primary-links[data-depth="5"] {
    visibility: hidden;
    left: -500%;
  }
  body.responsive-viewport .m-site-nav .menu-breadcrumb {
    width: 100%;
    opacity: 0;
    transform: translateX(500%);
    text-transform: uppercase;
    transition: transform 0.5s, opacity 0.5s;
  }
  body.responsive-viewport .m-site-nav .menu-breadcrumb:not(.active-breadcrumb) {
    position: absolute;
    top: 10px;
  }
  body.responsive-viewport .m-site-nav .menu-breadcrumb.active-breadcrumb {
    opacity: 1;
    transform: translateX(0);
  }
  body.responsive-viewport .m-site-nav .menu-breadcrumb .btn {
    width: 100%;
    padding: 15px;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.2px;
    color: #55565c;
    transition: none;
    text-transform: inherit;
  }
  body.responsive-viewport .m-site-nav .menu-breadcrumb .breadcrumb-category {
    display: inline-block;
    position: relative;
    opacity: 0;
    transform: translateX(500%);
  }
  body.responsive-viewport .m-site-nav .menu-breadcrumb .breadcrumb-category + .breadcrumb-category::before {
    content: "/";
    display: inline-block;
    padding: 0 5px;
  }
  body.responsive-viewport .m-site-nav .menu-breadcrumb .breadcrumb-category.adding {
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  }
  body.responsive-viewport .m-site-nav .menu-breadcrumb .breadcrumb-category.in {
    transform: translateX(0);
    opacity: 1;
  }
  body.responsive-viewport .m-site-nav .menu-breadcrumb .breadcrumb-category.removing {
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  }
  body.responsive-viewport .m-site-nav .menu-breadcrumb .breadcrumb-category.removing.in {
    transform: translateX(500%);
    opacity: 0;
  }
  body.responsive-viewport .m-site-nav .menu-breadcrumb .icon {
    padding-right: 15px;
    font-size: 12px;
    font-weight: 700;
  }
  body.responsive-viewport .m-site-nav .nav-shipping-destination-selector {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    color: #55565C;
    padding: 15px 30px;
  }
  body.responsive-viewport .m-site-nav .nav-shipping-destination-selector .btn-close {
    height: 20px;
    width: 20px;
    color: #55565C;
  }
  body.responsive-viewport .m-site-nav .nav-shipping-destination-selector .btn-link {
    padding-top: 1.2rem;
    padding-left: 0.8rem;
    letter-spacing: 0;
    line-height: 24px;
    color: #55565C;
  }
  body.responsive-viewport .m-site-nav .nav-shipping-destination-selector span:after {
    content: "|";
    padding-left: 0.5em;
  }
  body.responsive-viewport .m-site-nav .m-account {
    border-top: 1px solid #BDBEC2;
    padding: 15px 30px;
    font-size: 14px;
    color: #55565C;
    font-weight: 400;
  }
  body.responsive-viewport .m-site-nav .m-account span {
    padding-left: 25px;
    display: inline-block;
  }
  body.responsive-viewport .m-site-nav .m-account button {
    font-weight: inherit;
    color: inherit;
    text-align: center;
    position: relative;
    background: none;
    border: none;
    padding: 0;
  }
  body.responsive-viewport .m-site-nav .m-account button::before {
    position: absolute;
  }
  body.responsive-viewport .m-site-nav .m-account a {
    vertical-align: text-bottom;
  }
  body.responsive-viewport .m-site-nav .m-myaccount-summary {
    margin: 10px 0;
  }
  body.responsive-viewport .m-site-nav .m-myaccount-summary .toggle-header-wrapper {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 30px;
  }
  body.responsive-viewport .m-site-nav .m-myaccount-summary .toggle-header-wrapper.ui-accordion-header-active .rewards-balance {
    display: none;
  }
  body.responsive-viewport .m-site-nav .m-myaccount-summary .toggle-header-wrapper.ui-accordion-header-active .ui-icon::before {
    content: "\e912";
  }
  body.responsive-viewport .m-site-nav .m-myaccount-summary .toggle-header-wrapper :hover {
    cursor: pointer;
  }
  body.responsive-viewport .m-site-nav .m-myaccount-summary .toggle-header-wrapper .rewards-balance {
    display: flex;
    align-items: center;
    padding-right: 30px;
    font-weight: normal;
  }
  body.responsive-viewport .m-site-nav .m-myaccount-summary .toggle-header-wrapper .ui-icon {
    font-family: "cr_icons";
    order: 2;
    color: #55565C;
    margin: auto;
  }
  body.responsive-viewport .m-site-nav .m-myaccount-summary .toggle-header-wrapper .ui-icon::before {
    font-size: 14px;
    content: "\e913";
  }
  body.responsive-viewport .m-site-nav .m-myaccount-summary .toggle-header {
    font-size: 14px;
    text-transform: none;
    width: auto;
    flex-grow: 1;
    padding: 0;
  }
  body.responsive-viewport .m-site-nav .m-myaccount-summary .toggle-header::before {
    content: "\e910";
    font-family: "cr_icons";
    display: inline-block;
    font-size: 16px;
    padding-right: 15px;
  }
  body.responsive-viewport .m-site-nav .m-myaccount-summary .toggle-panel {
    padding-top: 8px;
    font-size: 14px;
  }
  body.responsive-viewport .m-site-nav .m-myaccount-summary .toggle-panel li a {
    padding: 15px;
  }
  body.responsive-viewport .m-site-nav .m-myaccount-summary .toggle-panel li:first-child::before {
    content: "";
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #BDBEC2;
  }
  body.responsive-viewport .m-site-nav .m-myaccount-summary .toggle-panel .rewards-balance {
    padding-left: 24px;
  }
  body.responsive-viewport .m-site-nav .m-myaccount-summary .toggle-panel .loyalty {
    padding-left: 30px;
  }
  body.responsive-viewport .m-site-nav .m-myaccount-summary .toggle-panel .loyalty-status {
    font-weight: normal;
    padding-right: 10px;
  }
  body.responsive-viewport .m-site-nav .m-myaccount-summary .toggle-panel .loyalty-color {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
  }
  body.responsive-viewport .m-site-nav .footer-hamburger-links {
    background-color: #e8e8e8;
    padding: 15px 30px;
  }
  body.responsive-viewport .m-site-nav .footer-hamburger-links a {
    padding-left: 0;
    padding-bottom: 15px;
  }
  body.responsive-viewport .m-site-nav .footer-hamburger-links .ui-accordion-header {
    color: #55556C;
    text-transform: none;
    position: relative;
  }
  body.responsive-viewport .m-site-nav .footer-hamburger-links .ui-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
  }
  body.responsive-viewport .m-site-nav .footer-hamburger-links .ui-icon::before, body.responsive-viewport .m-site-nav .footer-hamburger-links .ui-icon::after {
    content: "";
    height: 1px;
    width: 10px;
    display: block;
    background-color: #55565C;
    position: absolute;
    -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 .m-site-nav .footer-hamburger-links .ui-icon::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  body.responsive-viewport .m-site-nav .footer-hamburger-links .ui-accordion-content {
    background-color: inherit;
    padding-left: 15px;
  }
  body.responsive-viewport .m-site-nav .footer-hamburger-links .ui-state-active .ui-icon::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  body.responsive-viewport .site-header .m-site-nav .dropdown {
    box-shadow: none;
    -webkit-box-shadow: none;
    position: relative;
  }
  body.responsive-viewport .m-site-nav .dropdown {
    display: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
  }
  body.responsive-viewport .m-site-nav .dropdown .dropdown-container {
    padding-right: 0;
  }
  body.responsive-viewport .eshop .m-site-nav {
    top: 43px;
  }
}
.esicon-eye-open {
  background: url("/Shared_Assets/icons/svgs/eye.svg") no-repeat;
  width: 17px;
  height: 10px;
  display: inline-block;
  background-size: 16px;
}

.esicon-eye-close {
  background: url("/Shared_Assets/icons/svgs/eye-slash.svg") no-repeat;
  width: 17px;
  height: 13px;
  display: inline-block;
  background-size: 16px;
}

#homepage .spend_save {
  display: none;
}

/* ------------------------------------------- */
/* -------------- REWARDS BANNER ---------------- */
/* ------------------------------------------- */
.rewards-banner {
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  background-color: #55565C;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  padding: 10px 0;
}
.rewards-banner .container {
  position: relative;
}
.rewards-banner .rewards-banner-close {
  position: absolute;
  right: 10px;
  color: #ffffff;
  line-height: 18px;
}
.rewards-banner .rewards-banner-close::before {
  font-family: "cr_icons";
  content: "\e905";
  font-size: 10px;
}
.rewards-banner button {
  border: none;
  background: none;
}
.rewards-banner a {
  color: inherit;
}
.rewards-banner a:focus {
  text-decoration: none;
}
.rewards-banner a:focus, .rewards-banner button:focus {
  outline-color: #ffffff;
}

body:not(.surpress-hover) .rewards-banner a:hover {
  color: inherit;
}

@media (min-width: 1116px) and (max-width: 1439.98px) {
  .rewards-banner .rewards-banner-close {
    right: 40px;
  }
}
@media (min-width: 1439.98px) {
  .rewards-banner .rewards-banner-close {
    right: 20px;
  }
}
.header-nav #slidebar {
  background: #55565C;
  position: absolute;
  bottom: 0;
  transition: left 0.4s, width 0.4s;
}

#account-slidein {
  padding: 22px 24px;
  position: fixed;
  width: 300px;
  top: calc(var(--headerHeight) + var(--headerOffsetTop));
  font-size: 14px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.98);
  z-index: 99;
  color: #55565C;
  letter-spacing: normal;
}
.site-header.is-stuck #account-slidein {
  top: calc(var(--headerHeight) - 1px);
}
#account-slidein #customer-info {
  padding: 0 10px 25px 10px;
  border-bottom: 1px solid #BDBEC2;
}
#account-slidein #customer-info li {
  line-height: 24px;
}
#account-slidein #customer-info .customer-name {
  margin-bottom: 3px;
}
#account-slidein #account-slidein-links {
  padding: 24px 0 0 20px;
}
#account-slidein #account-slidein-links li {
  padding-bottom: 24px;
  line-height: 24px;
}
#account-slidein #account-slidein-links li a {
  font-size: 14px;
}
#account-slidein .rewards-balance {
  padding-left: 15px;
}
#account-slidein .loyalty-status {
  padding-right: 10px;
}
#account-slidein .loyalty-color {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
#account-slidein a {
  color: inherit;
}

@media (max-width: 767.98px) {
  .top-banner {
    text-align: center;
  }
  .top-banner .top-banner-content {
    float: none;
  }
}
@media (min-width: 768px) {
  .site-header {
    padding-left: 0;
    padding-right: 0;
  }
  .site-header .menu-link {
    display: none;
  }
  .site-header .logo {
    display: block;
    width: 190px;
    margin: 0 auto;
  }
  .site-header .logo > a {
    width: inherit;
    margin: 0 auto;
  }
  .site-header .header-links {
    position: relative;
    width: 100%;
  }
  .site-header .header-links-wrapper {
    margin-right: 0;
    position: absolute;
    bottom: 0;
    right: -13px;
  }
  .site-header .header-links-wrapper .header-search {
    padding-right: 10px;
  }
  .site-header .header-search-link, .site-header .header-account-link, .site-header .header-cart-link, .site-header .header-wishlist-link a {
    height: 22px;
    font-size: 15px;
    line-height: 1.4;
    padding: 0 15px;
    text-decoration: none;
  }
  .site-header .header-account {
    align-items: baseline;
  }
  .site-header .loggedin-content .header-account-link, .site-header .loggedin-content .header-account-rewards {
    display: block;
  }
  .site-header .header-account-link {
    padding: 0 0 0 6px;
  }
  .site-header .header-account-link::before {
    font-size: 15px;
  }
  .site-header .header-cart-summary a {
    padding-top: 0;
    line-height: 1.25;
  }
  .site-header .header-cart-summary .count {
    padding-left: 3px;
    font-size: 10px;
    position: static;
    top: auto;
    left: auto;
    right: auto;
  }
  .site-header-wrapper {
    padding-top: 17px;
    min-height: 90px;
  }
  .site-header-wrapper::after {
    content: "";
    display: block;
    clear: both;
  }
  .header_nav {
    flex: 1 1 100%;
    display: block;
    order: 2;
  }
  .header_nav > ul {
    justify-content: space-evenly;
    margin: 0 auto;
  }
  .header_nav ul > li > a {
    letter-spacing: 0.4px;
  }
  .header_nav .dropdown {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header_nav .dropdown li {
    -webkit-column-break-inside: avoid-column;
    page-break-inside: avoid-column;
    break-inside: avoid-column;
  }
  .header_nav .dropdown-container {
    columns: 6 auto;
  }
}
@-moz-document url-prefix() {
  .header_nav .dropdown li {
    page-break-inside: avoid;
  }
}
@media (min-width: 768px) and (max-width: 1115.8px) {
  .site-header-wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 1116px) and (max-width: 1439.98px) {
  .site-header .container {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1116px) {
  .site-header .logo {
    width: 190px;
  }
  .site-header .logo a {
    margin: 0;
  }
  .site-header .header-links {
    width: auto;
    flex-shrink: 0;
  }
  .site-header .header-links .header-account-link span {
    display: none;
  }
  .site-header .header-links .header-join-link {
    display: none;
  }
  .site-header .header-links-wrapper {
    position: inherit;
    bottom: auto;
    right: auto;
  }
  .site-header .notloggedin-content .header-account-link {
    padding-right: 6px;
  }
  .site-header-wrapper {
    min-height: 51px;
    padding-top: 0;
  }
  .header_nav {
    order: 0;
  }
  .header_nav > ul {
    justify-content: center;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .site-header .header-links .header-account-link span {
    display: inline-block;
  }
  .site-header .header-links .header-join-link {
    display: inline-block;
  }
  .site-header .header-account a, .site-header .header-account button {
    font-size: 12px;
    letter-spacing: -0.17px;
    text-decoration: none;
  }
  .site-header .notloggedin-content .header-account-link {
    padding-right: 0;
  }
  .header_nav {
    padding-left: 50px;
  }
  .header_nav > ul {
    padding: 0 20px;
    justify-content: flex-start;
  }
}
.search-form .icon-cross:before {
  content: "\e905" !important;
}

@media (max-height: 767.8px), (max-width: 1115.8px) {
  .header_nav .dropdown {
    max-height: 100vh;
    max-height: calc(100vh - var(--headerHeight));
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
  }
  .header_nav .dropdown::-webkit-scrollbar {
    background: none;
    width: 5px;
  }
  .header_nav .dropdown::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #999;
  }
  .header_nav .dropdown::-webkit-scrollbar-track {
    border-radius: 10px;
  }
}
/* ------------------------------------------- */
/* ------------------ FOOTER ----------------- */
/* ------------------------------------------- */
#site_footer {
  color: #55565C;
  background: #D6D1CA;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}
#site_footer .signup_form_container {
  border: 0 solid #eaeaea;
  background: #E5E2DE;
}
#site_footer .signup_form {
  font-size: 14px;
}
#site_footer .signup_form header {
  font-size: 20px;
}
#site_footer .signup_form .btn {
  margin-left: 10px;
  border-width: 0;
  font-size: 16px;
  border: none !important;
  height: 44px;
  text-transform: initial;
}
#site_footer .signup_form .invalid-feedback {
  color: #D90400;
  font-size: 10px;
}
#site_footer .signup_form .was-validated input[type=email]:invalid,
#site_footer .signup_form input.is-invalid[type=email] {
  background-size: 15px 15px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2219px%22%20height%3D%2219px%22%20viewBox%3D%220%200%2019%2019%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2063.1%20(92452)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eerror%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.4366197%2C13.4366197%20L13.4366197%2C7.72769953%20L11.5633803%2C7.72769953%20L11.5633803%2C13.4366197%20L13.4366197%2C13.4366197%20Z%20M13.4366197%2C17.2723005%20L13.4366197%2C15.3544601%20L11.5633803%2C15.3544601%20L11.5633803%2C17.2723005%20L13.4366197%2C17.2723005%20Z%20M5.76525822%2C5.80985915%20C7.63850702%2C3.93661035%209.8833985%2C3%2012.5%2C3%20C15.1166015%2C3%2017.3540596%2C3.92917694%2019.2124413%2C5.78755869%20C21.0708231%2C7.64594043%2022%2C9.8833985%2022%2C12.5%20C22%2C15.1166015%2021.0708231%2C17.3540596%2019.2124413%2C19.2124413%20C17.3540596%2C21.0708231%2015.1166015%2C22%2012.5%2C22%20C9.8833985%2C22%207.64594043%2C21.0708231%205.78755869%2C19.2124413%20C3.92917694%2C17.3540596%203%2C15.1166015%203%2C12.5%20C3%2C9.8833985%203.92174352%2C7.65337385%205.76525822%2C5.80985915%20Z%22%20id%3D%22path-1%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22%F0%9F%93%B7-Icons%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icons---Base%22%20transform%3D%22translate(-472.000000%2C%20-969.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2Fbase%2Ferror%22%20transform%3D%22translate(469.000000%2C%20966.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22Fill%22%20fill%3D%22%23D21010%22%20fill-rule%3D%22evenodd%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
#site_footer .signup_form .form-floating {
  width: 100%;
}
#site_footer .signup_form .form-floating label {
  top: 0;
  font-weight: 300;
}
#site_footer .signup_form .form-floating > .form-control:focus ~ label, #site_footer .signup_form .form-floating > .form-control.not-empty ~ label {
  background: #E5E2DE;
}
#site_footer .signup_form .signup-submit {
  flex-shrink: 0;
}
@media all and (-ms-high-contrast: none) {
  #site_footer .signup_form *::-ms-backdrop,
  #site_footer .signup_form .form-floating > input[type=email]:focus ~ label,
  #site_footer .signup_form .form-floating > input.not-empty[type=email] ~ label {
    padding: 0 4px;
    transform: scale(0.75) translateY(-2rem) translateX(-0.5rem) !important;
  }
}
#site_footer .footer-links {
  padding-top: 15px;
  font-size: 12px;
}
#site_footer .footer-links header {
  font-size: 14px;
  padding-left: 10px;
  line-height: 20px;
  margin-bottom: 7px;
}
#site_footer .footer-links aside header {
  padding-left: 0;
}
#site_footer .footer-links img {
  height: 40px;
  margin-bottom: 15px;
}
#site_footer .footer-links a {
  display: inline-block;
  padding: 0;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid transparent;
  font-size: 12px;
  color: #55565C;
}
#site_footer .footer-links a:hover {
  text-decoration: none;
  border-bottom: 1px solid #55556C;
}
#site_footer .shipping-destination-selector {
  font-size: 14px;
}
#site_footer .shipping-destination-selector span:after {
  content: "|";
  padding-left: 0.5em;
}
#site_footer .shipping-destination-selector .btn-link {
  font-size: 14px;
  color: #55565C;
  letter-spacing: 0;
  padding-top: 1.2rem;
  padding-left: 0.8rem;
}
#site_footer .shipping-destination-selector .btn-close {
  margin-top: -20px;
  height: 20px;
  width: 20px;
  color: #55565c;
  margin-left: 20px;
}
#site_footer .footer-copyright {
  background-color: #F0EEF1;
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}
#site_footer .footer-copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
}
#site_footer .footer-copyright .nav-item {
  margin-right: 18px;
}
#site_footer .footer-copyright .nav-item:last-child {
  margin-right: 0;
}
#site_footer .footer-social-mobile {
  background-color: #fff;
  text-transform: uppercase;
  text-align: center;
}
#site_footer .footer-social-mobile ul {
  display: inline-flex;
  margin: 0 auto;
}
#site_footer .footer-social-mobile ul li a {
  height: 25px;
  text-indent: -9999px;
  width: 45px;
  display: block;
  text-decoration: none;
}
#site_footer .footer-social-mobile ul li a.social_facebook {
  background: url(/Shared_Assets/icons/svgs/facebook.svg) no-repeat;
}
#site_footer .footer-social-mobile ul li a.social_twitter {
  background: url(/Shared_Assets/icons/svgs/twitter.svg) no-repeat;
}
#site_footer .footer-social-mobile ul li a.social_instagram {
  background: url(/Shared_Assets/icons/svgs/instagram.svg) no-repeat;
}
#site_footer .footer-social-mobile ul li a.social_pinterest {
  background: url(/Shared_Assets/icons/svgs/pinterest.svg) no-repeat;
}
#site_footer .footer-social-mobile ul li a.social_youtube {
  background: url(/Shared_Assets/icons/svgs/youtube.svg) no-repeat;
}
#site_footer .cart-footer {
  display: block;
  margin: 0 auto;
  padding: 10px 0 0;
  position: relative;
  clear: both;
  font-size: 100%;
  border: 0 solid #cacbcd;
  border-top-width: 2px;
}
#site_footer .cart-footer::after {
  content: "";
  display: block;
  clear: both;
}
#site_footer .cart-footer .menu.second {
  clear: both;
  float: right;
  color: #939598;
  margin: 0.8em 0 0;
}
#site_footer .cart-footer .menu li {
  padding: 0;
  margin: 0;
  display: inline;
}
#site_footer p:empty {
  display: none;
}

body[data-loggedin-status=true] .signup_form {
  display: none !important;
}

body[data-loggedin-status=true] .signup_form_container {
  display: none !important;
}

.giftcard-cart #site_footer {
  background-color: #ffffff;
}
.giftcard-cart #site_footer .cart-footer {
  max-width: 990px;
}
.giftcard-cart #site_footer .estar {
  float: left;
  clear: left;
  margin: 0.6em 0 0;
  text-transform: uppercase;
}
.giftcard-cart #site_footer .estar a {
  color: #cacbcd;
  text-decoration: none;
}
.giftcard-cart #site_footer .estar a:hover {
  color: #cacbcd;
}

@media only screen and (max-width: 1023px) {
  #site_footer .signup_form [type=submit] {
    margin-left: 0;
    margin-top: 8px;
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
}
/* ------------------------------------------- */
/* ----------------- HOMEPAGE ---------------- */
/* ------------------------------------------- */
.homepage .main-content,
.homepage .header_nav,
.homepage #site_footer,
.homepage .page-content {
  border: 0;
}

.homepage .main-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: 0 solid #d5d5d5;
  border-width: 2px 0 0;
}

aside.banner_2:empty {
  border: none;
}

/* ------------------------------------------- */
/* --------------- BREADCRUMBS --------------- */
/* ------------------------------------------- */
/* Not used on cart and gift card cart pages */
.main-content .article_header {
  clear: both;
  padding-left: 0;
  padding-right: 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;
  letter-spacing: 0.1em;
  position: relative;
  float: left;
}

.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;
}

.page-nav .catalogues > ul:not(:empty) {
  margin-top: 16px;
}

.page-nav .catalogues > ul > li {
  padding: 10px 0;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}

.page-nav .catalogues > ul > li > a {
  max-width: 170px;
  font-size: 12px;
}

.page-nav .catalogues > ul > li > a:before {
  position: absolute;
  right: 0;
  top: 12px;
  content: "\e900";
  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;
}

.page-nav .catalogues > ul > li > a.ui-state-active:before {
  content: "\e902";
}

.infopage .page-nav li {
  display: inline;
  margin: 0;
  padding: 0;
}

.page-nav .catalogues {
  line-height: 1;
}

.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.leftnav .leftnav_content {
  margin-bottom: 20px;
}

.page-nav ul ul ul {
  padding: 0 0 0 14px;
}

.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;
}

body .page-nav ul.leftnav > li > a, body .page-nav ul.leftnav > li > a.ui-state-active {
  background: transparent;
}

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

.page-nav .banners {
  margin: 0;
  padding: 23px 0 0;
}

.page-nav .catalogues .banners {
  margin: 0;
  padding: 11px 0;
}

.page-nav .banners .snippet {
  margin: 0;
  padding: 0;
}

.page-nav .catalogues .banners .snippet {
  margin: 10px 0;
}

.page-nav .catalogues .banners + ul > li:first-child {
  padding-top: 0;
}

.page-nav .item-counter {
  position: -webkit-sticky;
  position: sticky;
  top: calc(100vh - 100px);
  width: 100%;
  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 .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;
}
.page-nav span.leftnav_new {
  margin: 20px 0 0 0;
}

/* ------------------------------------------- */
/* ---- PRODUCT FILTERS & DISPLAY OPTIONS ---- */
/* ------------------------------------------- */
/* Used on Listing & eStar Search Results Page */
.filters {
  position: relative;
  margin: 0;
  font-size: 12px;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}
.filters::before {
  content: "" !important;
  display: none !important;
}

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

.filters h3 {
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-left: 5px;
  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;
}

.filters h3:hover {
  cursor: pointer;
}

.filters h3:after {
  content: "\e900";
  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: "\e902";
}

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

.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: "\e903";
  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: "\e904";
}

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

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

.filter-wrap a .title {
  flex-grow: 1;
}

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

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

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

.by-delivery ul {
  margin: 0;
}

.by-delivery .delivery-disclaimer, .by-delivery .inactive-msg {
  color: #999;
  font-style: italic;
  padding-top: 10px;
  display: block;
  font-size: 11px;
}

.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;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  color: #818080;
}

/**** noUiSlider CSS - Used in product details page for price filter
******/
.price-slider {
  /* Wrapper for all connect elements.
  */
  /* Offset direction
  */
  /* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
  /* Slider size and handle placement;
  */
  /* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
  /* Handles and cursors;
  */
}
.price-slider .slider-container {
  border: none;
  height: 1px;
  padding: 0 0 0 12px;
  background: #cacbcd;
}
.price-slider .noUi-target,
.price-slider .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.price-slider .noUi-target {
  position: relative;
}
.price-slider .noUi-base,
.price-slider .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.price-slider .noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.price-slider .noUi-connect,
.price-slider .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.price-slider .noUi-connect {
  height: 100%;
  width: 100%;
}
.price-slider .noUi-origin {
  height: 10%;
  width: 10%;
}
.price-slider .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.price-slider .noUi-vertical .noUi-origin {
  width: 0;
}
.price-slider .noUi-horizontal .noUi-origin {
  height: 0;
}
.price-slider .noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.price-slider .noUi-touch-area {
  height: 100%;
  width: 100%;
}
.price-slider .noUi-state-tap .noUi-connect,
.price-slider .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.price-slider .noUi-state-drag * {
  cursor: inherit !important;
}
.price-slider .noUi-horizontal {
  height: 1px;
}
.price-slider .noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  right: -17px;
  top: -6px;
  left: 6px;
  cursor: pointer;
  -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;
}
.price-slider .noUi-horizontal .noUi-handle:hover {
  width: 15px;
  height: 15px;
  top: -7px;
}
.price-slider .noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.price-slider .noUi-target {
  background: #cacbcd;
  border-radius: 4px;
}
.price-slider .noUi-connects {
  border-radius: 3px;
  background: #cacbcd;
}
.price-slider .noUi-connect {
  background: #818286;
}
.price-slider .noUi-draggable {
  cursor: ew-resize;
}
.price-slider .noUi-handle {
  border-radius: 30px;
  background: #818286;
  cursor: default;
}

/* Display Options */
.display-options {
  display: block;
  width: 100% !important;
  font-size: 12px;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.display-options::after {
  content: "";
  clear: both;
  display: table;
}

.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: -6px;
}
.sort-by label {
  padding-right: 4px;
  color: #939595;
  text-transform: uppercase;
  font-size: 11px;
}
.sort-by select {
  display: inline-block;
}

.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;
}

.search-summary {
  text-align: center;
  font-size: larger;
}
.search-summary > div {
  padding: 20px 0;
  font-size: 14px;
}
.search-summary .summary-message {
  border: 0 solid #d4d5d6;
  border-width: 1px 0;
}
.search-summary .summary-count {
  text-transform: uppercase;
}
.search-summary .summary-count:first-child {
  padding-top: 0;
}
.search-summary .search-suggestion {
  text-transform: uppercase;
}
.search-summary .search-term, .search-summary .search-suggestion, .search-summary .result-count {
  font-weight: bold;
}
.search-summary.result-type-empty .summary-message {
  display: none;
}
.search-summary.result-type-empty .summary-count {
  font-size: 16px;
  padding: 40px 0;
}
.search-summary.result-type-empty + div .products .item {
  width: 24%;
}
.search-summary.result-type-empty ~ .search_result .search_again {
  display: none;
}

body.searchpage.fred-hopper .display-options .active-filters:empty {
  display: none;
}
body.searchpage.fred-hopper .display-options .active-filters {
  clear: left;
  width: auto;
  margin-top: 6px;
}
body.searchpage.fred-hopper .display-options .active-filters .clear {
  padding-bottom: 6px;
}

.filter-heading {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #d4d5d6;
}

/* ------------------------------------------- */
/* ------------- PRODUCT LISTING ------------- */
/* ------------------------------------------- */
.cataloguepage .filters .by-categories {
  display: none;
}

.clear-all-filters {
  padding: 10px 0 10px 5px;
}
.clear-all-filters a {
  color: #767676;
  font-size: 12px;
  text-transform: uppercase;
}

.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;
  vertical-align: top;
}

.products .item .swatches .swatch img {
  border: 1px solid #e2dfdf;
  width: 10px;
  height: 10px;
}

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

.page-content .products .item {
  margin: 0 0 57px;
  position: relative;
}

.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: 31%;
}

.page-content .products .item figure {
  width: 100%;
  margin-bottom: 10px;
}

.item figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.item figure .overlay img {
  width: auto;
}

.item figure a, .item figure img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.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;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
}

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

.cataloguepage .main-content .container, .searchpage .main-content .container {
  display: flex;
  flex-wrap: wrap;
}
.cataloguepage .main-content .article_header, .searchpage .main-content .article_header {
  width: 100%;
}
.cataloguepage .page-nav, .cataloguepage .page-content, .searchpage .page-nav, .searchpage .page-content {
  float: none;
}
.cataloguepage .page-content, .searchpage .page-content {
  margin-left: auto;
}
.cataloguepage .page-nav, .searchpage .page-nav {
  display: flex;
  flex-direction: column;
}
.cataloguepage .page-content .products .details, .searchpage .page-content .products .details {
  padding: 0 30px;
}

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

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

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

.products .item .swatches {
  padding: 10px 0 0;
}

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

.products .item .swatches p > span {
  padding-right: 4px;
}

.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 .page-content .item .original_price:before, .searchpage .page-content .item .original_price:before {
  content: " ";
}

.products .item .listing-wishlist {
  display: block;
  position: absolute;
  margin-top: -7px;
  right: 0;
  width: 27px;
  height: 25px;
  background: url(/assets/wishlist_listing_sprite.png) center -29px no-repeat;
  background-size: 86% auto;
  text-indent: -9999px;
}

.products .item .listing-wishlist.adding {
  background: url(/assets/icon_loader_large.gif) center center no-repeat;
  background-size: 57% auto;
}

.products .item .listing-wishlist.selected {
  background-position: center 3px;
}

.products .item .bazaarvoice-inline-rating {
  text-align: center;
}

.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 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
section.products::after {
  content: "";
  flex: 0 1 31%;
  display: inline-block;
}

.product-content.loading section.products {
  padding-bottom: 40px;
  margin-bottom: 40px;
  background: url(/images/assetimages/icon_loader_products.gif) 50% 100% no-repeat;
}

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

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

.cataloguepage .category_header h1 {
  padding: 1em 0 0.75em;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-size: 140%;
}

.cataloguepage .category_header p {
  font-size: 130% !important;
  padding: 0 50px;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}

.cataloguepage .products .item .product-info {
  position: relative;
}

.cataloguepage .products .item-half-width {
  width: 48.5%;
  display: flex;
  justify-content: center;
}

.cataloguepage .products .item-half-width figure img {
  width: 100%;
}

.cataloguepage .products .item-full-width {
  width: 100%;
  display: flex;
  justify-content: center;
}

.cataloguepage .products .item-full-width figure img {
  margin: 0 auto;
  width: auto;
}

.cataloguepage .products .cross-sell-tile.new-in {
  width: 100%;
}

.cataloguepage .products .item .item-wrapper figure .overlay img, .searchpage .products .item .item-wrapper figure .overlay img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------- */
/* --------------- SEARCH PAGE --------------- */
/* ------------------------------------------- */
.searchpage.empty .page-content {
  width: 100%;
  flex-basis: 100%;
  float: none;
  margin: 0;
}

/* Tab Styling - Used on Search & Product Detail Pages */
.ui-tabs {
  position: relative;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}

.ui-tabs .ui-tabs-nav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em -1px 0;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 120%;
}

.ui-tabs .ui-tabs-nav li a {
  text-decoration: none;
  padding: 0.7em 0;
  margin-right: 2em;
  display: inline-block;
  font-weight: bold;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a {
  border-bottom: 3px solid #d5d5d5;
}

.ui-tabs .ui-tabs-nav li .count:before {
  content: "(";
}

.ui-tabs .ui-tabs-nav li .count:after {
  content: ")";
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  clear: both;
  display: block;
  background: none;
  border-top: 1px solid #d5d5d5;
  padding: 1em 0 0;
}

.ui-tabs .ui-tabs-panel.ui-tabs-hide {
  display: none;
}

/* 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 .ui-dialog-title, #modal_confirm .ui-dialog-title {
  padding: 0;
}
#modal_error .continue_button, #modal_confirm .continue_button {
  margin-top: 25px;
  text-align: center;
}

/* ------------------------------------------- */
/* -------- 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: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.curated-group .text-link {
  font-size: 13px;
  padding: 20px 0 10px;
  display: inline-block;
  font-family: "Untitled Sans", 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;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.curated-group .item a {
  outline: none;
}

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

.curated-group .item .details h2 {
  font-family: "Untitled Sans", 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 {
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 12px;
  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: "Untitled Sans", Arial, Helvetica, sans-serif;
}

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

.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-size: 12px;
}

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

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

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

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

/* ------------------------------------------- */
/* -------------- AFTERPAY WIDGET ------------ */
/* ------------------------------------------- */
/* Used on Cart Summary, Product Detail and Cart Aside */
.afterpay-widget {
  text-align: right;
  float: right;
  width: 250px;
  font-size: 12px;
  color: #000;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}

.afterpay-widget > * {
  vertical-align: middle;
}

.afterpay-widget p {
  margin: 0;
  display: inline;
}

.afterpay-widget img {
  width: 70px;
  height: auto;
  margin-left: 2px;
  vertical-align: middle;
}

.afterpay-widget .text-link {
  text-transform: none;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}

.afterpay-widget .text-link:hover {
  color: #666;
}

/* -- Afterpay Widget - Product Detail  only -- */
.productpage .afterpay-widget {
  float: none;
  width: 100%;
  font-size: 14px;
  text-align: left;
  padding: 7px 0 10px;
  line-height: 20px;
}

.productpage .afterpay-widget > * {
  vertical-align: baseline;
}

.productpage .afterpay-widget img {
  margin: 0;
}

.productpage .afterpay-widget p {
  margin-right: 3px;
}

.productpage .afterpay-widget .text-link {
  display: block;
  width: 65px;
  color: #818286;
}

.productpage .afterpay-widget .text-link:hover {
  color: #000;
}

/* -- Afterpay Widget - Cart Aside & Cart Summary only -- */
.checkout td.totals table .order-totals-afterpay td, .cart_aside .order-totals-afterpay td {
  padding: 10px 15px 0;
}

/* -- Afterpay Widget - Cart Summary only -- */
.summary .afterpay-widget p {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.summary .afterpay-widget .text-link {
  vertical-align: bottom;
  margin-left: 5px;
}

/* -- Afterpay Widget - Cart Aside only -- */
.cart_aside .afterpay-widget {
  width: 230px;
}

.cart_aside .afterpay-widget p {
  line-height: 21px;
  font-size: 14px;
}

.afterpay-modal img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ------------------------------------------- */
/* -------------- PRODUCT DETAIL ------------- */
/* ------------------------------------------- */
.productpage .page-content {
  width: 990px;
  float: none;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.product .product_image {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

figure.product_image {
  width: 640px;
  float: left;
  position: relative;
  padding-top: 12px;
}
figure.product_image:after {
  content: "";
  display: block;
  clear: both;
}
figure.product_image a {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
figure.product_image a img {
  display: block;
  height: 530px;
}
figure.product_image .medium_image .zoom {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/Assets/icon_zoom.png) 0 0 no-repeat;
  width: 30px;
  height: 30px;
}
figure.product_image .main-carousel {
  position: relative;
  float: left;
  padding-left: 48px;
  width: 356px;
  height: 530px;
}
figure.product_image .carousel_nav {
  position: relative;
  bottom: 0;
  left: -30px;
  height: 24px;
  width: 414px;
}
figure.product_image .carousel_nav div {
  position: absolute;
  top: -317px;
  width: 18px;
  height: 32px;
}
figure.product_image .carousel_nav .next {
  background-image: url(/assets/product-carousel-nav.png);
  right: 0;
  background-position: 0 -50px;
}
figure.product_image .carousel_nav .next:hover {
  background-position: 0 -149px;
}
figure.product_image .carousel_nav .back {
  background-image: url(/assets/product-carousel-nav.png);
}
figure.product_image .carousel_nav .back:hover {
  background-position: 0 -99px;
}
figure.product_image ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
figure.product_image .altimages {
  width: 116px;
  float: left;
  padding-bottom: 28px;
}
figure.product_image .altimages .carousel {
  width: 600px;
}
figure.product_image .altimages li {
  float: left;
  width: 50px;
  margin: 0 8px 9px 0;
}
figure.product_image .altimages img {
  width: 50px;
  height: 75px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
figure.product_image .altimages .carousel .item {
  height: 138px;
  width: 90px;
}
figure.product_image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
figure.product_image .overlay img {
  width: 356px;
  height: auto !important;
}
figure.product_image .medium_image img {
  width: 356px;
  height: 530px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
figure.product_image .main-carousel .video_link a {
  position: relative;
}
figure.product_image .main-carousel .video_link a .indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/Assets/main_play_video.png);
}
figure.product_image .main-carousel .video_link a .indicator:hover {
  background: url(/Assets/main_play_video_over.png);
}
figure.product_image li {
  margin: 0;
  padding: 0;
}
figure.product_image li a {
  float: none;
  display: block;
}

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

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

.product_image > div:not(.active) {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.product_image {
  overflow: hidden;
}

.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(/Assets/icon_play_video.png);
}
.altimages .video_link a .indicator:hover {
  background: url(/Assets/icon_play_video_over.png);
}

li.item.video_link {
  position: relative;
}

.product_image .product_video {
  width: 356px;
  height: 530px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/Assets/main_play_video.png);
  background-size: 100% 100%;
  margin: -1px;
  cursor: pointer;
}
.product_image .product_video:hover {
  background: url(/Assets/main_play_video_over.png);
  background-size: 100% 100%;
}

section.product_detail {
  width: 349px;
  float: right;
  padding: 18px 12px 15px 24px;
}

section.additional_info {
  width: 100%;
}

.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,
.add_to_cart li.qty label {
  font-size: 121%;
  font-weight: bold;
  width: auto;
  padding-right: 7px;
  text-transform: uppercase;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
}

.product_detail legend .selection {
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
}

.product_detail h1 {
  font-size: 155%;
  margin: 0;
  padding: 0 0 5px;
  font-weight: bold;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0.09em;
}

.productpage .page-content .content {
  margin: 1em 0 0.9em;
  line-height: 1.6em;
  font-size: 118%;
  color: #666666;
  padding: 0;
  border-bottom: 1.5px solid #ebebeb;
  width: 100%;
}

.productpage section.product_detail .content {
  width: 99%;
  border-bottom: 0;
  margin-top: 0.1em;
}

/* -- Product Information - Pricing -- */
.product_detail .pricing {
  margin: 2px 0 8px;
  font-size: 16px;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}
.product_detail .pricing .price_break {
  display: none;
}
.product_detail .pricing .price_break::after {
  content: "";
  display: block;
  clear: both;
}
.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_detail .p_and_a {
  font-size: 0.85em;
  padding: 0.3em 0;
}

table.matrix {
  border-collapse: collapse;
}
table.matrix td, table.matrix th {
  vertical-align: top;
  border: 1px solid;
  border-width: 1px;
  border-style: solid;
  border-color: #fff #d5d5d5 #d5d5d5 #d5d5d5;
}
table.matrix .colours th {
  border-width: 1px;
  border-style: solid;
  border-color: #fff #d5d5d5 #d5d5d5 #d5d5d5;
  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 .size p {
  margin: 5px 0 0;
}
table.matrix .size .price {
  margin: 0;
}
table.matrix .size .price.original {
  display: none;
}
table.matrix td {
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}
table.matrix td.available {
  cursor: pointer;
}
table.matrix .price > span {
  -webkit-justify-content: center;
  justify-content: center;
}
table.matrix .availability:empty {
  display: none;
}
table.matrix .price.estimate .price-display {
  display: inline-block;
}

.product_detail .currency_selection {
  clear: left;
  margin: 8px 0;
}
.product_detail .currency_selection a {
  font-size: 110%;
}

.currency_estimator {
  font-size: 110%;
}
.currency_estimator fieldset::after {
  content: "";
  display: block;
  clear: both;
}
.currency_estimator legend {
  padding: 0 0 8px;
}
.currency_estimator .instructions {
  margin-bottom: 12px;
}
.currency_estimator ol {
  width: 250px;
  float: left;
}
.currency_estimator li.currency {
  float: left;
  width: 60px;
}
.currency_estimator li.currency input {
  vertical-align: top;
  padding: 0;
  margin: 3px 4px 0 0;
}
.currency_estimator li.currency label {
  display: inline-block;
  padding: 3px 0 0;
}
.currency_estimator li.submit {
  clear: both;
  padding-top: 18px;
}
.currency_estimator .alert {
  float: left;
  width: 180px;
  padding-left: 30px;
  background: url(/assets/icon_error.gif) no-repeat left top;
  margin: 3px 0 0;
}

.product_detail .offer {
  margin: 5px 0;
}
.product_detail .offer a {
  font-weight: normal;
  text-decoration: none;
  font-size: 0.8em;
}
.product_detail .details_link {
  margin: 25px 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: 10px 0 15px;
}
.product_detail .add_to_cart {
  margin: 1.7em -1.2em 0 -2.5em;
  padding: 0 1.3em 1em 2.4em;
  border-top: 1.5px solid #ebebeb;
}
.product_detail .add_to_cart form::after {
  content: "";
  display: block;
  clear: both;
}

.add_to_cart ol, .add_to_cart ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.add_to_cart form > ol > li {
  display: block;
  margin-bottom: 10px;
}

.product_detail .add_to_cart .colour + .other-colours {
  margin-top: -15px;
}
.product_detail .add_to_cart .other-colours {
  display: block;
  margin: 0 0 15px;
}
.product_detail .add_to_cart .other-colours ol::after {
  content: "";
  display: block;
  clear: both;
}
.product_detail .add_to_cart .other-colours li {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 1px;
  margin: 0 2px 2px 0;
  float: left;
  left: -2px;
  background: #fff;
}
.product_detail .add_to_cart .other-colours li.on {
  border-color: #777;
}
.product_detail .add_to_cart .other-colours li:hover, .product_detail .add_to_cart .other-colours img:hover {
  background: #cacbcd;
}
.product_detail .add_to_cart .other-colours img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 20px;
}

.add_to_cart .colour fieldset legend {
  padding-bottom: 7px;
}
.add_to_cart .colour fieldset ol {
  padding: 0;
  margin-right: 2px;
}
.add_to_cart .colour fieldset ol::after {
  content: "";
  display: block;
  clear: both;
}
.add_to_cart .colour fieldset li {
  position: relative;
  border: 1px solid #fff;
  padding: 1px;
  margin: 0;
  float: left;
  left: -2px;
  background: #fff;
  margin-right: 2px;
  border-color: #ccc;
}
.add_to_cart .colour fieldset li:last-child {
  margin-right: 0;
}
.add_to_cart .colour fieldset li:hover {
  background: #cacbcd;
}
.add_to_cart .colour fieldset li.on {
  border-color: #777;
}
.add_to_cart .colour fieldset .textlinks {
  padding-top: 0;
}
.add_to_cart .colour fieldset .textlinks li:first-child {
  margin-left: 0.2em;
}
.add_to_cart .colour fieldset input {
  position: absolute;
  width: 3px;
  height: 3px;
  top: 5px;
  left: 5px;
}
.add_to_cart .colour fieldset label {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 110%;
  cursor: pointer;
  width: auto;
  padding: 0;
  margin: 0;
}
.add_to_cart .colour fieldset label:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.add_to_cart .colour fieldset img {
  display: block;
  border: 0;
  width: 30px;
  height: 30px;
}
.add_to_cart .colour fieldset img, .add_to_cart .colour fieldset label, .add_to_cart .colour fieldset li {
  border-radius: 20px;
}
.add_to_cart .colour .textlinks label {
  padding: 0.4em;
  background: #fff;
  border: 1px solid #e0e0e0;
  width: 19.5px;
  height: 19.5px;
  text-indent: -9999em;
}

.add_to_cart .size-selection {
  float: left !important;
  margin: 0 0 14px;
}
.add_to_cart .size-selection select {
  margin-right: 13px;
  padding: 8px 1px 7px 4px;
  width: 183px;
  display: inline-block;
}
.add_to_cart .size-selection li {
  display: none;
  padding: 0;
}
.add_to_cart .size-selection li.default {
  display: block;
}
.add_to_cart .size_guide {
  float: left;
  width: 100%;
  padding: 0 0 5px;
}
.add_to_cart .size_guide .btn-size-guide {
  padding: 0;
  background: none;
  border: none;
  color: #818286;
  text-transform: uppercase;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 1.5;
  transition: none;
}
.add_to_cart .size_guide .btn-size-guide:hover {
  color: #000000;
}
.add_to_cart .qty {
  float: right !important;
  margin: 0 0 14px !important;
  border-width: 0 !important;
  width: 94px;
  padding: 0 3px 0 5px;
  text-align: right;
}
.add_to_cart .qty input {
  display: inline-block;
  height: 33px;
  line-height: 1;
  width: 35px;
  text-align: center;
  margin: 0;
  padding: 9px;
  font-weight: normal;
  -moz-appearance: textfield;
  font-size: 11px;
}
.add_to_cart .qty label {
  margin-top: -2px;
}
.add_to_cart .submit, .add_to_cart .find_store {
  padding: 0;
  margin: 0 0 10px !important;
  border-width: 0 !important;
  width: 100%;
  text-align: left;
  border-top: 0;
  float: left;
  clear: both;
}
.add_to_cart .submit .btn {
  width: 100%;
}
.add_to_cart .find_store a, .add_to_cart a.wishlist {
  text-decoration: underline;
}
.add_to_cart .find_store a,
.add_to_cart .find_store span,
.add_to_cart a.wishlist {
  position: relative;
  min-width: auto;
  padding: 0.7em 0 0.7em 3em;
  line-height: 13px;
  background: transparent;
  color: #818286;
  border: 0;
  font-size: 1.2em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}
.add_to_cart a:hover,
.add_to_cart .size_guide a:hover,
.add_to_cart .find_store a:hover {
  color: #000;
}
.add_to_cart .message {
  font-size: 110%;
  color: #939595;
  padding: 0.3em 0.8em 0.3em 0;
  clear: both;
  float: right;
}
.add_to_cart .message a {
  color: #939595;
}
.add_to_cart .message a:hover {
  color: #000;
}
.add_to_cart .find_store {
  margin-right: 0.5em;
  width: 100%;
  text-align: right;
  padding: 0;
  margin: 0;
  border-top: 0;
}
.add_to_cart .find_store a, .add_to_cart .find_store span {
  width: auto;
  margin-right: 0;
  box-shadow: none;
}
.add_to_cart .find_store .btn {
  width: 100%;
}
.add_to_cart li.personalise-trigger {
  clear: both;
  margin: 0;
  width: 200px;
  float: right;
  margin-bottom: 10px;
}
.add_to_cart li.personalise-trigger .btn {
  width: 100%;
}
.add_to_cart li.personalise-trigger .btn-personalise {
  background: #395362;
  border-color: #395362;
}
.add_to_cart li.personalise-trigger .btn-personalise:hover {
  background-color: #243A46;
  border-color: #243A46;
}
.add_to_cart li.personalise-trigger .btn-personalise:active {
  background-color: #6C8FA3;
  border-color: #6C8FA3;
}
.add_to_cart .wishlist-trigger {
  float: right;
  clear: both;
  width: 100%;
  margin-right: 0 !important;
  text-align: center;
}
.add_to_cart a.wishlist::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 25px;
  background: url(/assets/wishlist_listing_sprite.png) center -29px no-repeat;
  background-size: 86% auto;
}
.add_to_cart .online-unavailable-message, .add_to_cart .not-available-txt {
  font-size: 110%;
  padding: 0;
  width: 100%;
  clear: both;
  float: right;
}
.add_to_cart .online-unavailable-message p, .add_to_cart .not-available-txt p {
  margin: 0;
}
.add_to_cart .online-unavailable-message {
  color: red;
}

/* -- PDP - Disable Add to bag -- */
.productpage .add_to_cart[data-addtobag=disable] .add-to-bag {
  position: relative;
}
.productpage .add_to_cart[data-addtobag=disable] .add-to-bag .toolTip-ATB {
  right: 20px;
}
.productpage .add_to_cart[data-addtobag=disable] .add-to-bag .toolTip-ATB .close_atb_toolTip {
  top: 15px;
}
.productpage .add_to_cart[data-addtobag=disable] .add-to-bag .toolTip-ATB .close_atb_toolTip::after {
  font: bold 10px "cr_icons";
}
.productpage .add_to_cart[data-addtobag=disable] .add-to-bag .toolTip-ATB .cms .content {
  color: #333;
  margin: 0;
  line-height: 15px;
}
.productpage .add_to_cart[data-addtobag=disable] .find_store {
  padding-bottom: 0px;
}
.productpage .add_to_cart[data-addtobag=disable] .find_store a {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.productpage .add_to_cart[data-addtobag=disable] .find_store a:hover {
  background-color: #b2b0b0;
  border-color: #b2b0b0;
  color: #fff;
}

/* -- Add to Bag - Back in Stock Messages -- */
.product_detail .add_to_cart .bis-msg {
  margin: 15px 0 0 0;
  color: #818286;
  text-align: center;
  box-sizing: border-box;
}
.product_detail .add_to_cart .bis-msg > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}
.product_detail .add_to_cart .bis-msg .icon-envelope {
  font-size: 16px;
  margin-right: 10px;
  vertical-align: sub;
}
.product_detail .add_to_cart .bis-msg p {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}
.product_detail .product_links {
  list-style: none;
  padding: 0.5em 0 1em;
  clear: both;
  text-align: right;
  text-transform: uppercase;
}
.product_detail .product_links li {
  font-size: 1.1em;
  padding: 0 0.8em 0.5em 0;
  position: relative;
}
.product_detail .product_links li:last-child {
  z-index: 5;
}
.product_detail .product_links li > a.registry {
  text-decoration: underline;
  color: #818286;
}
.product_detail .product_links li > a:hover.registry {
  color: #000;
}

.product_detail .product_links li > a,
.product_detail .product_links li > span,
.add_to_cart .wishlist_adding {
  text-decoration: none;
  color: #818286;
  letter-spacing: 0;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
}

.add_to_cart .wishlist_adding {
  font-size: 1.2em;
  padding: 0.7em 0;
  float: right;
}

.product-contact-help {
  position: relative;
  margin: 0 -2em 0 -2.5em;
  clear: both;
  padding: 1.4em 2.8em 0 0;
  border-top: 6px solid #f0f0f0;
  text-align: right;
  z-index: 4;
}
.product-contact-help a, .product-contact-help span {
  padding-left: 22px;
  font-size: 1.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #818286;
  background: url(/assets/product-deatil-sprite.png) left -31px no-repeat;
  display: inline-block;
  height: 14px;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}
.product-contact-help span:hover {
  cursor: pointer;
}
.product-contact-help a:last-child {
  text-decoration: underline;
  padding-left: 0;
  background: none;
}
.product-contact-help a:last-child:hover {
  color: #000;
}

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;
}

.productpage aside.banner_2 {
  border: 0;
}

.popup_data {
  display: none;
}

.product_detail [class*=tooltip] {
  color: #666;
  font-size: 13px;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  position: absolute;
  left: -360px;
  top: -5px;
  background: #fff;
  z-index: 100;
  text-align: left;
  width: 300px;
  padding: 10px 20px;
  -webkit-box-shadow: 0 0 16px 7px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 16px 7px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.11);
}
.product_detail [class*=tooltip]::before, .product_detail [class*=tooltip]::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 30px;
  background: #fff;
  top: 0;
  right: 0;
}
.product_detail [class*=tooltip]::before {
  z-index: 1;
}
.product_detail [class*=tooltip]::after {
  width: 15px;
  height: 15px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  right: -7px;
  -webkit-box-shadow: 0 0 16px 7px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 16px 7px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.11);
}
.product_detail .question-tooltip {
  top: 2px;
  left: -338px;
}
.product_detail .delivery-check .tooltip .content {
  margin: 0;
  width: 100%;
  font-size: 13px;
  line-height: 16px;
}

/***** ----- Product Detail - Delivery Options ----- *****/
.delivery-check {
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  color: #666;
  width: 330px;
  padding: 15px 12px 5px 24px;
  margin: 0 0 0 -25px;
  border: 0 solid #ebebeb;
  border-width: 1.5px 0 0;
  box-sizing: border-box;
}
.delivery-check > div {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
}
.delivery-check > div:hover {
  cursor: default;
}
.delivery-check > div:hover .tooltip {
  display: block;
}
.delivery-check .icon-truck {
  margin: -10px 0 0 0;
  padding-right: 15px;
  font-size: 40px;
  color: #818286;
  position: relative;
}
.delivery-check .info {
  flex: 1;
  font-size: 14px;
  line-height: 15px;
}
.delivery-check .info > .status:only-child {
  margin: 0;
  padding-right: 10px;
}
.delivery-check .location {
  font-weight: bold;
}
.delivery-check .unavailable .icon-truck {
  color: #e3e3e3;
}
.delivery-check .unavailable .icon-truck::after,
.delivery-check .inactive .icon-truck::after,
.delivery-check .available .icon-truck::after {
  content: "\e905";
  position: absolute;
  color: #818286;
  font-size: 12px;
  top: -4px;
  left: -15px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
}
.delivery-check .available .icon-truck::after {
  content: "\e907";
  color: #fff;
  top: -6px;
}
.delivery-check .available .status {
  padding-bottom: 4px;
  margin: 0;
}
.delivery-check .available .cutoff-time {
  color: #9a9a9a;
}
.delivery-check .available .pricing {
  margin-left: 15px;
  font-size: 13px;
}
.delivery-check .available .pricing::after {
  content: "(per order)";
  display: block;
  font-size: 11px;
  text-align: right;
  width: 100%;
}
.delivery-check .available .pricing .price {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0;
}
.delivery-check .inactive {
  align-items: center;
}
.delivery-check .inactive .icon-truck {
  color: #e3e3e3;
  margin-top: 0;
}
.delivery-check .inactive .info {
  color: #c5c5c5;
  margin-top: 0;
  font-style: italic;
}
.delivery-check form {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
}
.delivery-check form label {
  padding-left: 0;
  margin-bottom: 7px;
  font-weight: normal;
  font-size: 14px;
}
.delivery-check form input {
  padding: 10px 5px 11px;
  width: 150px;
  margin: 0;
}
.delivery-check form .ui-autocomplete {
  top: 56px;
  left: 0;
}
.delivery-check form .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;
  visibility: visible;
}
.delivery-check form .btn {
  min-width: 75px;
  padding: 13px 0;
}

.product_secondary {
  clear: both;
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.product_secondary + .product_secondary {
  margin-top: 0;
}

.productpage .product .additional_content {
  width: 640px;
  position: relative;
  float: left;
  padding-right: 40px;
}

.product_secondary::after,
.product::after {
  content: "";
  display: block;
  clear: both;
}

.additional_info {
  margin: 2em 0 0;
}
.additional_info .ui-tabs-nav li {
  width: 115px;
  margin-right: 4px;
}
.additional_info .ui-tabs-nav li a {
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  width: 100%;
  text-align: center;
  background: #818286;
  border-top: 1px solid #818286;
  border-left: 1px solid #818286;
  border-right: 1px solid #818286;
  color: #fff;
  font-weight: normal;
  padding: 8px 0;
  font-size: 13px;
  outline: none;
  line-height: 13px;
}
.additional_info .ui-tabs-nav li a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.additional_info .ui-tabs-nav li.ui-state-active a {
  border-bottom: 0;
  background: #fff;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  color: #000;
  padding-bottom: 9px;
}
.additional_info .ui-tabs-panel {
  border-top: 1px solid #ebebeb;
  margin: -1px 0 1px;
  min-height: 263px;
}
.additional_info .content a {
  color: #666666;
}
.additional_info .content a:hover {
  color: #000;
}
.additional_info .content ul {
  list-style-image: none;
  padding: 0;
  list-style-position: inside;
}
.additional_info .content .title {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}

.productpage .page-content .additional_info .content {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.featured-content {
  float: left;
  width: 349px;
}
.featured-content > *:first-child,
.featured-content > .content:first-child {
  margin: 21px 0 15px;
}
.featured-content .featured-blog {
  position: relative;
  letter-spacing: 0;
  border: 1px solid #ebebeb;
  padding: 0 10px 10px 10px;
  text-align: center;
}
.featured-content .featured-blog header {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 10px 0 13px;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}
.featured-content .featured-blog header span {
  font-weight: bold;
}
.featured-content .featured-blog .products * {
  width: 100%;
  height: auto;
}
.featured-content .featured-blog .item {
  float: none;
  margin: 0;
}
.featured-content .featured-blog .post-category {
  text-transform: uppercase;
  color: #818286;
  padding-bottom: 4px;
  margin-bottom: 12px;
  border-bottom: 1px solid #EBEBEB;
  display: block;
  letter-spacing: 0.3px;
  font-size: 14px;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}
.featured-content .featured-blog .details h4 {
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 1px;
}

.page-content .featured-blog .products .item figure {
  width: 100%;
}

.featured-content .cms {
  width: 100%;
  overflow-x: hidden;
}
.featured-content .cms .content {
  margin: 0;
  border: 0;
}

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

/* ------------------------------------------- */
/* -- PRODUCT DETAIL SIZE SELECT/BIS POPUP --- */
/* ------------------------------------------- */
.size-select-popup .popup-content-wrap > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.size-select-popup .popup-content-wrap [class*=-label] {
  padding: 0 5px 0 0;
  width: 103px;
  display: inline-block;
  font-weight: bold;
}
.size-select-popup .popup-content-wrap [class*=-label] em {
  position: static;
}
.size-select-popup .colour {
  margin-bottom: 15px;
}
.size-select-popup .colour img {
  width: 15px;
  height: 15px;
  border-radius: 12px;
  border: 1px solid #777;
  vertical-align: bottom;
  margin-right: 3px;
}
.size-select-popup .size-selection {
  margin-bottom: 0;
}
.size-select-popup .size-selection select {
  width: 222px;
  display: inline-block;
}
.size-select-popup .popup-actions .btn {
  float: left;
  width: 270px;
  box-sizing: border-box;
}
.size-select-popup .email {
  margin: 15px 0 0;
}
.size-select-popup input[type=email] {
  width: 210px;
}
.size-select-popup .error-highlight .error {
  width: 222px;
  position: relative;
  left: 103px;
  display: inline-block;
}

.bis-thankyou-popup .bis-email {
  font-weight: bold;
}

/* ------------------------------------------- */
/* ---- PRODUCT DETAIL LOCALISED BANNER ------ */
/* ------------------------------------------- */
.productpage #nearest-store {
  clear: both;
}

.nearest-store {
  border: 1px solid #eBeBeB;
  padding: 10px;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.nearest-store::after {
  content: "";
  clear: left;
  display: block;
}
.nearest-store .store-image {
  width: 320px;
  float: left;
}
.nearest-store .store-image img {
  width: 100%;
  height: auto;
}
.nearest-store .store-details {
  width: 640px;
  float: left;
  text-align: center;
}
.nearest-store p {
  margin: 22px 0 0;
  font-size: 16px;
}
.nearest-store h2 {
  margin: 22px 0;
  font-size: 35px;
}
.nearest-store h2 span {
  display: block;
}
.nearest-store button {
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  padding: 5px 12px;
}
.nearest-store button:hover {
  cursor: pointer;
}

/* ------------------------------------------- */
/* ------ PRODUCT DETAIL FIND IN STORE ------- */
/* ------------------------------------------- */
.fis-popup .storefinder {
  padding: 0;
  position: relative;
}
.fis-popup .storefinder > .inform-message {
  width: 778px;
}
.fis-popup .storefinder > .inform-message p + p {
  font-weight: bold;
}
.fis-popup .storefinder .error {
  margin-bottom: 12px;
}

.fis-search {
  margin: 0 0 20px;
  min-height: 37px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}
.fis-search p, .fis-search form {
  display: inline-block;
}
.fis-search > p {
  font-size: 12px;
  margin: 0 10px 0 0;
}
.fis-search .searchterm {
  font-weight: normal;
}
.fis-search fieldset {
  position: relative;
}
.fis-search input {
  margin: 0 8px 0 0;
  width: 160px;
  padding: 10px 5px;
  display: inline-block;
}
.fis-search ::-webkit-input-placeholder {
  font-style: italic;
  color: #000;
}
.fis-search ::-moz-placeholder {
  font-style: italic;
  color: #000;
}
.fis-search :-ms-input-placeholder {
  font-style: italic;
  color: #000;
}
.fis-search .ui-autocomplete {
  width: 260px;
  top: 22px;
  left: 1px;
}
.fis-search .text-link {
  font-size: 12px;
}

.fis-popup .map_holder {
  width: 326px;
  min-height: 320px;
  float: right;
  background: url(/assets/icon_loader_large.gif) 50% 50% no-repeat;
  margin: 0;
}
.fis-popup .results-wrapper {
  max-height: 320px;
  overflow-y: auto;
  width: 435px;
  float: left;
  box-sizing: border-box;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  margin-bottom: 5px;
}
.fis-popup .results {
  width: 415px;
  border-collapse: collapse;
}
.fis-popup .results td {
  font-size: 12px;
  padding: 10px 0;
  vertical-align: middle;
  height: 40px;
  position: relative;
}
.fis-popup .results tr + tr td {
  border-top: 1px solid #9a9a9a;
}
.fis-popup .results tr td {
  vertical-align: top;
}
.fis-popup .results .store_name > a, .fis-popup .results .icon-location {
  font-size: 15px;
}
.fis-popup .results .store_name > a {
  margin-bottom: 6px;
  display: inline-block;
}
.fis-popup .results .store_name .store-distance {
  display: block;
  white-space: nowrap;
}
.fis-popup .results .store_name .distance {
  margin-left: 3px;
}
.fis-popup .results .store_name .store {
  display: none;
}
.fis-popup .results .item-status {
  font-size: 12px;
  margin: 7px 0 15px 0;
}
.fis-popup .results .item-status .content {
  margin-left: 18px;
}
.fis-popup .results .item-status .content p span.icon-tick {
  margin-left: -18px;
}
.fis-popup .results .puis-now .icon-tick {
  margin-right: 2px;
  font-size: 13px;
  color: #8ac836;
}
.fis-popup .results .puis-later .icon-tick {
  margin-right: 5px;
  font-size: 13px;
  color: #f39f45;
}
.fis-popup .results .puis-later-cms {
  margin: 0 0 10px 17px;
}
.fis-popup .results .buy-now {
  text-align: center;
  width: 160px;
  vertical-align: top;
  padding-left: 15px;
}
.fis-popup .results .buy-now .btn {
  width: 160px;
}
.fis-popup .results .buy-now.pickup-unavailable {
  vertical-align: middle;
  font-style: italic;
  font-size: 11px;
  color: #b2b2b2;
}
.fis-popup .map_holder .gm-style-iw a {
  text-decoration: none;
}

.pickup-time,
.pickup-time-disclaimer {
  display: block;
  font-size: 11px;
  font-style: italic;
  margin-top: 7px;
}

.pickup-time span {
  font-weight: bold;
}

.pickup-time-disclaimer .text-link {
  margin: 0;
}

.productpage .ui-dialog .store-titlebar {
  display: none;
}
.productpage .store .detail > .content-wrapper .content {
  max-height: 164px;
  overflow: auto;
}
.productpage .store .additional {
  width: 50%;
  margin-top: 40px;
}
.productpage .store .additional #store-map-holder {
  width: 100%;
}
.productpage .store .back {
  float: left;
  padding: 17px 0 9px;
  text-transform: uppercase;
  color: #818286;
  text-decoration: underline;
  font-size: 14px;
  line-height: 16px;
}
.productpage .store .back:hover {
  color: #000;
}

.productpage .store .additional #store_imageSelector .is_Main,
.ajax_content .additional #store_imageSelector .is_Main img {
  width: 100%;
  height: auto;
}

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

/* ------------------------------------------- */
/* ----- PRODUCT DETAIL PERSONALISATION ------ */
/* ------------------------------------------- */
.personalise-popup .ui-dialog-title {
  font-weight: normal;
}

.productpage .personalise-popup {
  width: 786px !important;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}
.productpage .ui-dialog-title {
  font-size: 17px;
  margin-bottom: 4px;
}
.productpage .ui-dialog-titlebar-close,
.productpage .ui-dialog-titlebar-close.ui-state-hover {
  margin: 18px 19px 0 0;
}

.personalise-popup .panel {
  float: left;
  width: 345px;
}
.personalise-popup .panel > .control-list {
  width: 372px;
  position: relative;
}
.personalise-popup .panel + .panel {
  margin: 6px 0 0 22px;
}
.personalise-popup .personalise-preview:hover {
  cursor: zoom-in;
}

.personalise-preview figure {
  position: relative;
}
.personalise-preview img {
  width: 100%;
}
.personalise-preview .personalise-zoom {
  width: 345px;
  height: 518px;
  position: absolute;
  top: 0;
}
.personalise-preview .icon-zoom {
  background: url(/assets/magnify_plus.png) center center no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.productpage .personalise-steps h3 {
  font-size: 16px;
  line-height: 27px;
  font-weight: bold;
  height: 48px;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  cursor: pointer;
  padding: 0.9rem 1rem 0.9rem 0;
  margin-top: -7px;
}
.productpage .personalise-steps h3::after {
  font-family: "cr_icons";
  content: "\e900";
  float: right;
  font-size: 22px;
}
.productpage .personalise-steps h3.ui-state-active::after {
  content: "\e902";
}
.productpage .personalise-steps .step .controls {
  padding: 20px 0;
}

form.tabbing .fake-select .selected:focus,
form.tabbing .symbol-button:focus {
  outline: solid 2px #cccccc !important;
}
form.tabbing button:focus {
  border: solid 2px #666666 !important;
  color: #666666;
  background-color: #eeeeee;
}
form.tabbing .select-text .symbols span:focus {
  outline: 1px solid #000;
}
form.tabbing .select-style .radio-option input:focus + label {
  outline: 2px solid #000;
}

.fake-select li > a:hover,
form.tabbing .fake-select input:focus + label {
  outline: 2px solid #333;
  height: auto;
  z-index: 2;
  padding: 0;
}

.control-list .radio-option input {
  position: absolute;
  z-index: 0;
  top: 7px;
  left: 7px;
}
.control-list .controls {
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
}
.control-list .select-text .controls input {
  width: 90%;
  border: 1px solid #000;
  color: #000;
  padding: 29px 0 32px 0;
  font-size: 25px;
  text-align: center;
}
.control-list .select-text .controls input::placeholder {
  font-size: 17px;
  color: #C1C1C1;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}
.control-list .select-text .controls input:-ms-input-placeholder {
  font-size: 17px;
  color: #C1C1C1;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}
.control-list .select-text .controls input::-ms-input-placeholder {
  font-size: 17px;
  color: #C1C1C1;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}
.control-list .select-text .text-symbol {
  position: relative;
}
.control-list .select-text .symbol-button {
  position: absolute;
  top: 45px;
  right: 43px;
}
.control-list .select-text .symbol-button.disabled img {
  opacity: 0.3;
}
.control-list .select-text .symbol-button img {
  width: 30px;
  height: 30px;
}
.control-list .select-text .symbols {
  font-family: "Symbols";
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  padding: 0;
  border: 1px solid #000;
  cursor: pointer;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1;
  margin-top: -1px;
}
.control-list .select-text .symbols span {
  width: 12.2%;
  border: 1px solid #333;
  border-top: 0;
  border-left: 0;
  text-align: center;
  font-size: 35px;
  padding: 4px 0 7px 0;
}
.control-list .select-text .symbols span:hover {
  outline: 1px solid #000;
}
.control-list .select-text .symbols span:active {
  outline-width: 2px;
}
.control-list .personalise-steps .select-text .controls .error-highlight input {
  border-color: #D10305;
}
.control-list .select-style li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.control-list .select-style .radio-option label {
  background: #fff;
  outline: 1px solid #000;
  height: 45px;
  padding: 12px 0 0 0;
  margin: 0;
  text-transform: none;
  font-size: 17px;
  min-width: 160px;
  box-sizing: border-box;
  text-align: center;
}
.control-list .select-style .radio-option label:hover {
  outline: 2px solid #000;
}
.control-list .select-style .radio-option input {
  margin: 0;
  padding: 0;
}
.control-list .select-style .radio-option input:checked + label {
  background-color: #fff;
  outline-width: 2px;
}
.control-list .select-style .radio-option + .radio-option input:checked + label {
  background-position: center 13px;
}
.control-list .select-colour h4 {
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 7px;
}
.control-list .select-colour ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.control-list .select-colour .radio-option {
  margin: 0 10px 10px 0;
}
.control-list .select-colour .radio-option label {
  border-radius: 50%;
  overflow: hidden;
  border-color: #777;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #CCCCCC;
  background: #fff;
}
.control-list .select-colour .radio-option label span.swatch {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 1px auto;
  background-size: cover;
}
.control-list .select-colour .radio-option label:hover {
  border-color: #000;
}
.control-list .select-colour .radio-option input:checked + label {
  border-color: #000;
}
.control-list .select-colour .selection {
  font-weight: normal;
  margin-top: 10px;
}
.control-list .step .fake-select {
  text-indent: 0;
  position: relative;
  width: 90%;
  margin-bottom: 14px;
}
.control-list .step .fake-select ul {
  border: 1px solid #000;
  background: #fff;
  display: none;
  position: absolute;
}
.control-list .step .fake-select.open ul {
  display: block;
  z-index: 10;
  margin-top: -1px;
  width: 99.2%;
}
.control-list .step .fake-select li {
  display: block;
  margin: 0;
}
.control-list .step .fake-select input {
  position: absolute;
  z-index: 0;
  left: 10px;
  top: 10px;
}
.control-list .step .fake-select label {
  outline: 0;
  width: 100%;
  padding: 13px 16px 13px;
  text-align: left;
}
.control-list .step .fake-select label:hover {
  background-color: #F2F2F2;
  outline: 0;
}
.control-list .step .fake-select input[type=radio]:checked + label {
  background: #F2F2F2;
}
.control-list .step .fake-select .selected {
  height: 45px;
  width: 332px;
  border: 1px solid #000;
  z-index: 2;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  padding: 0.75rem 2.25rem 0.75rem 0.9rem;
  background-color: #fff;
}
.control-list .step .fake-select .selected::after {
  font-family: "cr_icons";
  content: "\e900";
  float: right;
  font-size: 22px;
  position: absolute;
  right: 18px;
}
.control-list .step .fake-select input.dummy {
  margin-top: 7px;
}
.control-list .step .fake-select input.dummy-label {
  font-size: 0;
  padding: 0;
}
.control-list .step .fake-select input[type=radio] + label,
.control-list .step .fake-select .fake-select input[type=checkbox] + label {
  display: block;
  line-height: 1.3;
}
.control-list .step .fake-select input[type=radio] + label:before,
.control-list .step .fake-select .fake-select input[type=radio] + label:after,
.control-list .step .fake-select .fake-select input[type=checkbox] + label:before,
.control-list .step .fake-select .fake-select input[type=checkbox] + label:after {
  content: "";
  display: none;
}
.control-list .step .fake-select.single .selected {
  cursor: default;
  background-image: none;
}
.control-list .step .fake-select.single .selected:after {
  content: "";
  display: none;
}
.control-list .step .fake-select.single ul {
  border: 0;
}
.control-list .step.select-colour .fake-select.open ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.control-list .step.select-colour .fake-select li {
  display: inline;
  width: 12.5%;
}
.control-list .step.select-colour .fake-select label {
  border-radius: 0;
  border: 0;
  padding: 0;
}
.control-list .step.select-colour .fake-select label span.swatch {
  margin: 0;
  border-radius: 0;
  width: 43px;
  height: 40px;
  box-shadow: inset 0 0 0 1px #333;
  box-sizing: border-box;
}
.control-list .step.select-colour .fake-select label span.name {
  display: none;
}
.control-list .step.select-colour .fake-select label:hover, .control-list .step.select-colour .fake-select label:active {
  outline: 2px solid #333;
  height: auto;
  z-index: 2;
  padding: 0;
}
.control-list .step.select-colour .fake-select li:last-of-type label span.swatch {
  border-right: 2px solid #333;
}
.control-list .step.select-colour .fake-select input[type=radio]:checked + label {
  outline: 2px solid #000;
  height: auto;
  z-index: 2;
}
.control-list .step.select-colour .selected span.swatch {
  display: inline-block;
  margin-bottom: -4px;
  border: 1px solid #000;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  border-radius: 9px;
}
.control-list .step.select-colour .selected span.name {
  line-height: 30px;
}
.control-list .step .fake-select .selected {
  margin-bottom: 0;
}
.control-list .step .selected {
  margin-bottom: 10px;
}
.control-list .form-options {
  position: absolute;
  top: 390px;
  width: 100%;
}
.control-list .form-options .btn {
  margin-bottom: 9px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-transform: initial;
}
.control-list .form-options .btn .disabled {
  background: #CACBCD;
  border: 1px solid #BABBBD;
}
.control-list .form-options .personalise-price {
  font-size: 12px;
  margin-left: 10px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.control-list .form-options .cms {
  color: #999;
  display: block;
  font-size: 12px;
  line-height: 15px;
  width: 100%;
}
.control-list .form-options .cms p {
  margin-top: 9px;
}
.control-list .form-options .cms p br {
  line-height: 25px;
}
.control-list .form-options .cms .text-link {
  color: #999;
}

.personalise-steps .input-note {
  color: #B4B4B4;
  line-height: 17px;
  width: 85%;
  margin-top: 6px;
}
.personalise-steps .input-note span.icon-tooltip {
  content: "";
  color: #000;
  display: inline;
  font-size: 110%;
  margin-left: 7px;
  vertical-align: middle;
}
.personalise-steps .tooltip {
  background: #fff;
  color: #999;
  position: absolute;
  top: auto;
  width: 215px;
  z-index: 100;
  padding: 10px 14px;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
  left: 20px;
}
.personalise-steps .tooltip::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 80%;
  height: 12px;
  background: #fff;
  top: 0;
  left: 20px;
}
.personalise-steps .tooltip .tooltip-pointer {
  display: block;
  position: absolute;
  top: -6px;
}
.personalise-steps .tooltip .tooltip-pointer:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
  top: -7px;
  background: #ffffff;
  margin-left: -2px;
}
.personalise-steps .controls .error-highlight {
  position: relative;
}
.personalise-steps .error {
  height: 0;
  min-height: 0;
  max-height: 0;
  padding: 0;
  transition: max-height 0.4s ease-out;
  overflow: hidden;
  display: block;
  color: #D10305;
  background: #fff;
  position: absolute;
  top: 81px;
  width: 335px;
  z-index: 1;
}
.personalise-steps .error .error-close {
  display: none;
  margin: 0;
  position: absolute;
  top: 5px;
  right: 5px;
}
.personalise-steps .error p {
  font-size: 12px;
  padding: 15px 10px;
  display: block;
}
.personalise-steps .error-highlight .error {
  height: auto;
  max-height: 65px;
  border: 1px solid #D10305;
}

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

.login .page-content, .giftregistry .page-content {
  width: 990px;
  margin: 0 0 45px;
  padding: 0;
}

.login .page-content li:after, .giftregistry .page-content li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.login .page-content li:not(.submit) label, .giftregistry .page-content li:not(.submit) label {
  float: left;
  width: 98px;
  font-size: 11px;
  line-height: normal;
  font-weight: normal;
}

.login .main-content .page-content > .error, .giftregistry .main-content .page-content > .error {
  margin: 0 0 10px;
}

.login .main-content .page-content .error_highlight .error, .giftregistry .main-content .error_highlight .error {
  margin: 4px 0 0 105px;
  padding: 0;
}

.login .page_option, .giftregistry .page_option, .giftcard-cart.login .page_option {
  background-color: #f0f0f0;
  width: 490px;
  padding: 33px 23px 0;
  height: 280px;
  margin-bottom: 14px;
  font-size: 11px;
}
.login .page_option:first-of-type, .giftregistry .page_option:first-of-type, .giftcard-cart.login .page_option:first-of-type {
  margin-right: 10px;
}
.login .page_option h2, .giftregistry .page_option h2, .giftcard-cart.login .page_option h2 {
  padding: 0;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 14px;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.login .page_option ol, .giftregistry .page_option ol, .giftcard-cart.login .page_option ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.login .page_option li, .giftregistry .page_option li, .giftcard-cart.login .page_option li {
  padding-bottom: 9px;
}
.login .page_option a:hover, .giftregistry .page_option a:hover, .giftcard-cart.login .page_option a:hover {
  text-decoration: none;
}

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

.login .container .signin li:not(.submit) {
  margin: 0;
}

.login .signin input[type=text], .login .signin input[type=password], .giftregistry .signin input[type=text], .giftregistry .signin input[type=password] {
  width: 203px;
  display: inline-block;
}
.login .signin .submit, .giftregistry .signin .submit {
  padding: 0 0 0 105px;
}
.login .signin .submit label, .giftregistry .signin .submit label {
  float: none;
  padding-left: 0;
  font-weight: normal;
  font-size: 11px;
}
.login .signin button[type=submit], .giftregistry .signin button[type=submit] {
  display: block;
  margin-top: 10px;
  min-width: 141px;
}
.login .signin input[type=checkbox], .giftregistry .signin input[type=checkbox] {
  margin: 0 7px 0 0;
  vertical-align: middle;
  width: auto;
}
.login .signin .btn, .login .continue .btn, .giftregistry .signin .btn, .giftregistry .continue .btn {
  display: inline-block;
}

.login .signin .password a, .need-help, .giftregistry .signin .password a {
  text-decoration: underline;
  font-size: 11px;
  display: inline-block;
  padding-left: 8px;
}

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

/* Login Page - Guest Side */
.login .continue {
  float: right;
  text-align: center;
}
.login .continue .instructions {
  margin: 0 auto 44px;
  width: 375px;
}
.login .continue .btn-primary {
  min-width: 150px;
}

/* Tooltip Styling */
.tooltip-wrapper {
  position: absolute;
  display: none;
  width: 100%;
  max-width: 220px;
  word-wrap: break-word;
  z-index: 1080;
}
.tooltip-wrapper.show {
  display: block;
}
.tooltip-wrapper .tooltip-inner {
  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);
  position: relative;
  text-align: center;
}
.tooltip-wrapper .tooltip-inner * {
  font-size: 10px;
}
.tooltip-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* 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 {
  margin-right: 10px;
}

.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;
  box-sizing: initial;
}

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

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

/* ------------------------------------------- */
/* --------- CART & GCC BREADCRUMBS ---------- */
/* ------------------------------------------- */
.cart-breadcrumbs {
  padding: 17px 0 0;
}
.cart-breadcrumbs li {
  display: block;
  position: relative;
  min-width: 263px;
  padding-right: 100px;
  flex-grow: 1;
}
.cart-breadcrumbs li + li::before {
  content: "";
  display: none;
}
.cart-breadcrumbs li::before {
  display: none;
}
.cart-breadcrumbs li::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 48%;
  width: 100px;
  height: 3px;
  background: #c5c6c7;
}
.cart-breadcrumbs li.step3 {
  padding-right: 0;
}
.cart-breadcrumbs li.step3:after {
  display: none;
}
.cart-breadcrumbs li a, .cart-breadcrumbs li span {
  display: block;
  padding: 5px 0;
  border: 1px solid #c5c6c7;
  background: #fff;
  color: #c5c6c7;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.1px;
  line-height: 19px;
}
.cart-breadcrumbs li.on a {
  background: #939598;
  border-color: #939598;
  color: #fff;
}
.cart-breadcrumbs li.on a:hover {
  background: #666;
  border-color: #666;
}
.cart-breadcrumbs li.on span {
  background: #f1f1f1;
  border-color: #aaaaaa;
  color: #000;
}
.cart-breadcrumbs li:first-child a {
  text-indent: 0;
  width: auto;
  height: auto;
}

/* ------------------------------------------- */
/* ----------- CART & GCC FOOTER ------------- */
/* ------------------------------------------- */
.cartpage #site_footer {
  padding: 17px 0 0;
  border: 0 solid #d5d5d5;
  border-top-width: 2px;
}

#site_footer .cart-footer .payment_logos {
  float: left;
}

#site_footer .cart-footer > .content {
  float: right;
  width: auto;
}

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

.cartpage .main-content {
  border-width: 0;
}

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

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

.cartpage .personalised-details .selection .text, .cartpage .personalised-details .selection .symbol {
  font-size: 0.8rem;
}

.cartpage .item-details li {
  line-height: 15px;
}

.cartpage:not(.summary):not(.login) .page-content {
  font-size: 120%;
  margin-top: 30px;
}

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

.cartpage:not(.summary):not(.login) .page-content h2, .cartpage:not(.summary):not(.login) .page-content h3 {
  letter-spacing: 0;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

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

.cartpage .secure_icon, .cartpage .new-payment-option .card_number {
  margin-top: 27px;
}

.cartpage .paypal-disclaimer, .cartpage .afterpay-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;
  position: relative;
}

.cartpage .page-content legend {
  font-weight: bold;
}

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

.cartpage .page-content select {
  margin: 0;
  color: #333;
}

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

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

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

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

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

.cartpage .cardholder_offers h2 {
  padding: 12px 0;
  border: 0 solid #d5d5d5;
  border-width: 0 0 1px;
}

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

.billing .storefinder .contact_details .note {
  color: #999;
  text-transform: none;
  font-size: 11px;
  font-style: italic;
  float: left;
  clear: left;
  width: 213px;
  padding: 3px 0 10px 142px;
  margin: 0;
  border-top: 1px;
}

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

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

.cartpage tr.delivery p {
  margin: 0;
}

.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, .giftcard-cart .cart_edit, .giftcard-cart .cart_remove, .giftcard-cart .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, .giftcard-cart .cart_edit:hover {
  background-position: 0 -32px;
  cursor: pointer;
}

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

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

.cartpage .reward-options .cart_remove {
  text-indent: 10px;
  width: auto;
  height: auto;
  padding: 5px;
}

.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;
  float: right;
  font-size: 10px;
}

.cartpage .main-content 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;
}

.cartpage .page-content .pricing > p {
  flex-wrap: nowrap;
}

.cartpage .personalised-details .selection {
  width: auto;
}

.cartpage .personalised-details {
  width: 100%;
  line-height: 17px;
}

.cartpage .personalised-details .selection img {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  margin-right: 4px;
  border-radius: 8px;
}

.cartpage .icon-tooltip {
  font-size: 0.8rem;
  margin-left: 10px;
}

.cartpage .personalised-details .tooltip {
  margin: 1% 0 0 0;
  font-size: 12px;
  left: 34%;
}

.cartpage .personalised-details ul {
  list-style-type: none;
  padding: 0;
  list-style-image: none;
}

.personalised-details .selection .symbol {
  display: inline-block;
}

.personalised-details .selection[style*="Personalised Cursive"] .text {
  font-size: 18px !important;
}

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

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

.summary .page-content > form input, .summary .generated > form input {
  margin-top: -24px;
}

.summary .page-content .label, .summary .page-content label {
  font-size: 12px;
  width: 90px;
}

.summary .page-content .price:not(.original) {
  font-weight: bold;
  margin: 0;
}

.summary .page-content .itemprice {
  text-align: right;
  letter-spacing: 1px;
}

.summary .page-content .checkout .delivery_message {
  font-style: italic;
  font-size: 11px;
  width: 150px;
  padding: 18px 20px 0 0;
}

.summary .page-content input[type=submit], .cartpage.confirm .checkout a {
  float: right;
}

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

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

.cartpage.summary .personalised-details .selection .symbol, .cartpage.summary .personalised-details .selection .text {
  font-size: 0.8rem;
}

.cartpage.summary .details li {
  line-height: 18px;
}

/* 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 #d5d5d5;
  margin: 30px 0 10px;
  padding: 10px;
  font-size: 12px;
}

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

.summary .OrderBasedIncentives {
  clear: both;
}

.cart {
  width: 100%;
  margin: 25px 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: 8px 15px;
  letter-spacing: 1.3px;
}

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

.cart td {
  vertical-align: top;
  padding: 23px 15px 14px;
  border: 0 solid #d5d5d5;
  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 td.product {
  width: 320px;
  padding-top: 14px;
  margin: 10px 0 9px;
}

.cart td.details .label {
  padding: 0;
  display: inline-block;
  font-weight: normal;
  color: #878787;
}

.cart td.details .error {
  background: transparent;
  padding-left: 0;
}

.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 {
  list-style: none;
  padding-bottom: 2px;
}

.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: 1px;
}

.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 #d5d5d5;
  background: #efefef;
  color: #333333;
  width: 24px;
  text-align: center;
  padding: 2.5px;
}

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

/* -- Cart Summary - Item Extra Info -- */
/* Used for personalisation details for a specific item */
.summary .item-with-extra {
  height: 1px;
}

.summary .item-with-extra td:not(.product) {
  border: 0;
  padding: 14px 20px 0 0;
}

.summary .item-with-extra td.pricing {
  padding: 14px 0 0;
}

.summary .item-with-extra td.quantity {
  padding-left: 20px;
  font-size: 12px;
}

.summary .item-extra-details td {
  padding: 5px 20px 20px 0;
}

.summary .item-extra-details .unitprice {
  font-size: 13px;
}

.summary .item-extra-details li {
  padding: 0;
}

.summary .item-extra-details td.pricing {
  padding-right: 0;
}

.summary .item-extra-details .label {
  width: 90px;
  display: inline-block;
}

.summary .item-extra-details .selection {
  font-weight: 300;
  display: inline-block;
  max-width: 129px;
}

.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 20px;
  width: 340px;
}

.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 table .total .message, .checkout .totals table .total td.itemprice {
  padding: 12px 0 0;
}

.checkout .totals .total {
  text-transform: uppercase;
  font-size: 14px;
}

.checkout .totals .total > span {
  text-transform: none;
  font-weight: normal;
  font-size: 11px;
}

.checkout .totals .total .total {
  background: #f0f0f0;
  display: block;
  padding: 10px 0 9px 17px;
}

.checkout .totals .total .price {
  font-size: 15px;
  background: #f0f0f0;
  padding: 9px 12px 9px 0;
}

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

.checkout .totals .delivery td {
  padding: 15px 0 0 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;
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #000;
}

.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: 192px;
}

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

/* Promo Code Box - Cart Aside Only */
.cartpage:not(.summary) .promo-code-wrapper {
  border: 0 solid #d5d5d5;
  border-width: 1px;
}

.cartpage:not(.summary) .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;
}

.cartpage:not(.summary) .promo-code-wrapper fieldset {
  width: 100%;
  box-sizing: border-box;
  margin-right: 10px;
}

.cartpage:not(.summary) .promo-code-wrapper input[type=text] {
  width: 100%;
  box-sizing: border-box;
}

.cartpage:not(.summary) .promo-code-wrapper .form-options {
  margin-left: auto;
}

.cart_aside:not(.summary) .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;
}

/* ---- Cart Rewards - Used on Summary, Delivery and Payment Page */
.cart_aside .reward-options .action.hidden {
  display: none;
} /* Reward points remove button show/hide in cart */
/* Cart Rewards - Cart Summary Only */
.cartpage.summary .cart_aside {
  width: 100%;
  float: none;
  border-bottom: 1px solid #000;
}

.cartpage.summary .cart_aside .cardholder_offers {
  padding: 20px 0;
  display: table;
  width: 100%;
  margin: 0;
  background: #f2f2f2;
  border: 0;
  position: relative;
}

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

.cartpage.summary .cardholder_offers .img-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  height: 25px;
  background: url(/Shared_Assets/icons/svgs/reward.svg) right no-repeat;
}

.cartpage.summary .cardholder_offers .reward-options {
  display: table;
  vertical-align: middle;
  width: 100%;
}

.cartpage.summary .cardholder_offers p {
  font-size: 12px;
  color: #000;
  padding: 0 0 0 25px;
}

.cartpage.summary .cardholder_offers .reward-options > p {
  display: table-cell;
  vertical-align: middle;
  width: 340px;
  margin: 0 4px 0 0;
  height: 25px;
}

.cartpage.summary .cardholder_offers.logged-in .reward-options > p {
  display: table-cell;
  vertical-align: middle;
  width: 300px;
  margin: 0 4px 0 0;
  height: 25px;
}

.cartpage.summary .cardholder_offers p span {
  font-weight: 600;
}

.cartpage.summary .cardholder_offers .remaining-rewards {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.cartpage.summary .cardholder_offers .action {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding-right: 15px;
}

.cartpage.summary .cardholder_offers .action > * {
  display: inline-block;
  line-height: 19px;
  margin: 0;
}

.cartpage.summary .cardholder_offers .action .applied {
  margin-right: 15px;
}

.cartpage.summary .cardholder_offers .action input[type=text] {
  width: 60px;
  height: 18px;
  border: 1px solid #000;
  text-align: center;
  margin: 0 0 0 11px;
}

.cartpage.summary .cardholder_offers .action a {
  padding-left: 25px;
  color: #000;
  background: url(/assets/sprite_reward_remove_black.png) -5px -6px no-repeat;
  line-height: 21px;
  height: 21px;
  display: block;
  width: 144px;
  margin: 0;
  float: right;
  font-size: 11px;
  clear: both;
}

.cartpage.summary .cardholder_offers .action a:hover {
  text-decoration: none;
  background-position: -5px -38px;
}

.cartpage.summary .cardholder_offers.no-rewards .reward-options {
  width: 364px;
  padding-left: 255px;
  display: table-cell;
  vertical-align: middle;
}

.cartpage.summary .cardholder_offers.no-rewards .reward-options h3 {
  padding: 4px 0 0 0;
}

.cartpage.summary .cardholder_offers.no-rewards .reward-options .amount {
  text-align: right;
  width: 160px;
  margin: 0 15px 0 0;
}

.cartpage.summary .logged-in .reward-options > p {
  padding-right: 5%;
}

/* Cart Rewards - Cart Aside Only */
.cartpage:not(.summary) .cardholder_offers .reward-options {
  margin-bottom: 0;
}

.cartpage:not(.summary) .cardholder_offers h3 {
  float: left;
  padding: 7px 0;
  margin: 0;
  text-transform: uppercase;
}

/* Cart Rewards - Cart Aside Only - No Rewards Applied */
.cartpage:not(.summary) .cardholder_offers .message:not(.applied) {
  color: #8f8583;
  font-size: 11px;
}

.cartpage:not(.summary) .cardholder_offers .apply_amount {
  margin: 10px 14px 10px 10px;
}

.cartpage:not(.summary) .cardholder_offers .apply_amount input {
  float: right;
  width: 61px;
  text-align: right;
}

.cartpage:not(.summary) .cardholder_offers .applyoffer {
  margin: 14px 14px 6px 14px;
}

.cartpage:not(.summary) .cardholder_offers .applyoffer .minor_button {
  width: 100%;
}

/* Cart Rewards - Cart Aside Only - Rewards Applied */
.cartpage:not(.summary) .cardholder_offers .amount {
  float: right;
  margin: 7px 14px 7px 0;
}

.cartpage:not(.summary) .cardholder_offers .message {
  clear: both;
  border-width: 0 0 1px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
}

.cartpage:not(.summary) .cardholder_offers .action {
  margin: 14px 14px 0 0;
  line-height: 21px;
}

.cartpage:not(.summary) .cardholder_offers .action:hover {
  background-position: -38px -38px;
}

.cartpage:not(.summary) .cardholder_offers .reward-options p.action a.cart_remove {
  padding-left: 30px;
  color: #000;
}

.cartpage:not(.summary) .cardholder_offers .status {
  float: right;
  display: none;
}

.cartpage:not(.summary) .cardholder_offers .status + p {
  clear: both;
  border: 0 solid #d5d5d5;
  border-width: 1px 0 0;
  padding: 14px;
  margin: 0;
}

/* 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 Aside Styles -- */
.cart_aside {
  width: 396px;
  float: right;
  color: #666669;
}

.cart_aside .icon-tooltip:before {
  color: #000;
}

.cart_aside .cart_section {
  margin: 0;
}

.cart_aside .cart_section + .cart_section {
  margin-top: 10px;
}

.cart_aside h2, .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: 0 solid #d5d5d5;
  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: 205px;
  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 .giftcard .message {
  padding-left: 16px;
  font-weight: bold;
}

.cart_aside .order_summary .aside_puis_storename {
  font-style: italic;
}

.cart_aside .order_summary .delivery-date span {
  display: inline-block;
}

.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: 0 solid #d5d5d5;
  border-width: 1px 0 0;
  position: relative;
}

.cart_aside .items .cart_edit {
  position: absolute;
  top: 15px;
  right: 0;
}

.cart_aside .items .item:last-of-type {
  padding-bottom: 0;
}

.cart_aside .item .item-wrap {
  padding: 15px 0;
}

.cart_aside .item-wrap figure {
  width: 60px;
}

.cart_aside .item-wrap .item-details {
  width: 300px;
  display: webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cart_aside .item-wrap .item-details h5 {
  max-width: 175px;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 12px;
}

.cart_aside .item-wrap .item-details > .pricing {
  padding: 0;
}

.cart_aside .item-wrap .item-details > .pricing .price {
  margin: 0;
}

.cart_aside .item-wrap .item-info {
  width: 100%;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}

.cart_aside .item-wrap .item-info li {
  padding: 2px 0;
}

.cart_aside .item-wrap .item-info .label {
  width: 97px;
  font-size: 11px;
  float: left;
  color: #666669;
  font-weight: normal;
}

.cart_aside .item-wrap .item-info .selection {
  float: left;
  padding-left: 3px;
  font-size: 11px;
  color: #000000;
}

.cart_aside .item-wrap .item-info .original-price + .colour {
  margin-top: 10px;
}

.cart_aside .item-wrap .item-info .price.now {
  color: #ff0000;
  font-style: italic;
  margin-bottom: 10px;
}

/* Used for personalisation price for a specific item */
.cart_aside .item-wrap .item-info .personalised-details {
  padding-top: 8px;
}

.cart_aside .item-wrap .item-info li:not(.original-price) > .price {
  float: right;
}

.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;
}

/***** ----- Cart - Item Removal ----- *****/
/* Used in Same Day Delivery option, Same Day Delivery remove items popup, PUIS results and PUIS remove items popup */
.item-removal ul {
  padding: 25px 0;
  list-style: none;
  margin: 0;
}

.item-removal ul li, .billing .cart_content .item-removal li {
  position: relative;
  padding: 0 0 0 27px;
}

.item-removal ul li + li {
  margin-top: 15px;
}

.item-removal ul [class^=icon-] {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 3px;
}

.item-removal ul .icon-cross {
  color: #ff0000;
}

.item-removal ul .icon-tick {
  color: #8ac836;
  font-size: 16px;
  top: 2px;
}

.item-removal ul .puis-later .icon-tick {
  color: #f39f45;
}

.item-removal ul .title {
  font-size: 14px;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.item-removal ul .selections {
  margin: 0;
  font-size: 11px;
}

.item-removal .warning {
  font-weight: bold;
  margin: 0 0 15px;
}

.item-removal .personalisation-details {
  margin: 3px 0 0;
  font-size: 11px;
}

.item-removal .sd-personalisation-note {
  font-size: 11px;
  display: block;
  margin-top: 3px;
  font-weight: bold;
}

/* -- 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: "Untitled Sans", 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, .giftcard-payment.loggedin .edit_fields .fields_holder .close {
  position: absolute;
  top: 10px;
  right: -1px;
}

.cart_editable .edit_fields .close {
  top: 9px;
}

.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_section.cardholder_offers:first-of-type {
  min-height: 90px;
}

.cart_section.cardholder_offers {
  border: 0 solid #d5d5d5;
  border-width: 1px;
  padding: 10px;
}

/* -- Cart Delivery Styles -- */
.billing .delivery-tabs-wrapper {
  position: relative;
  margin: 25px 0 15px;
}

.billing .delivery-tabs-wrapper:after {
  content: "or";
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
}

.billing .delivery-tabs {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.billing .delivery-tabs span {
  font-size: 15px;
  color: #999;
  position: relative;
  padding: 25px 10px;
  width: 38%;
  display: inline-block;
  text-align: center;
  border: 1px solid #e3e3e3;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.billing .delivery-tabs span.on, .billing .delivery-tabs span:hover {
  cursor: pointer;
  border-color: #d5d5d5;
  color: #000;
}

.billing .delivery-tabs span.on:before, .billing .delivery-tabs span.on:after {
  content: "";
  width: 30px;
  height: 16px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0;
  background: #fff;
  display: block;
  z-index: 1;
}

.billing .delivery-tabs span.on:after {
  width: 16px;
  margin-left: -8px;
  bottom: -6px;
  border: 1px solid #d5d5d5;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}

.billing input:not(.major) {
  width: 197px;
  margin: 0;
}

.billing label em {
  top: 5px;
}

.billing .postcode input {
  width: 55px;
}

.billing .cart_content > .error:first-child {
  margin-bottom: 20px;
}

.billing .cart_content li {
  clear: left;
  padding: 8px 0 0;
  position: relative;
}

.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: -1px;
  position: relative;
  padding: 15px 0 50px;
}

.billing .cart_addresses {
  margin-top: 0;
}

.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, .cart_addresses .registrant .registrant-note {
  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: 0 solid #d5d5d5;
  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;
}

/***** ----- Cart Delivery - Delivery Options ----- *****/
.delivery-page-block {
  position: relative;
  margin-top: 50px;
}

.delivery-page-block h3 {
  font-size: 14px;
}

.delivery-page-block fieldset > ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

/* -- Delivery Options - Delivery Method -- */
.billing .delivery-method {
  margin: 20px 20px 20px 0;
}

.billing .delivery-method fieldset > ul > li {
  position: relative;
  border: 1px solid #e3e3e3;
  width: 100%;
  padding: 10px;
  border-radius: 2px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.billing .delivery-method fieldset > ul > li + li {
  margin-top: 10px;
}

.billing .delivery-method fieldset > ul > li.on {
  border-color: #9a9a9a;
  background: #f5f5f5;
}

.billing .delivery-method fieldset > ul > li.disabled label:hover {
  cursor: default;
}

.billing .delivery-method fieldset > ul > li:not(.disabled):not(.on):hover {
  border-color: #9a9a9a;
  cursor: pointer;
}

.billing .delivery-method fieldset > ul > li input {
  position: absolute;
  top: 22px;
}

.billing .delivery-method label {
  max-width: 495px;
  width: 100%;
  padding-left: 25px;
  font-weight: normal;
}

.billing .delivery-method label > div {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
}

.billing .delivery-method label p {
  margin: 0;
}

.billing .delivery-method label .title {
  font-size: 14px;
  margin: 0 0 4px;
}

.billing .delivery-method li:not(.disabled) .est-delivery {
  color: #9a9a9a;
}

.billing .delivery-method label .pricing {
  font-size: 15px;
  align-self: center;
  margin-left: 5px;
  min-width: 88px;
}

.billing .delivery-method label .error {
  margin: 5px 0 0;
  padding-left: 55px;
  font-size: 10px;
  background: transparent;
  min-height: 0;
  font-weight: normal;
}

/* -- Delivery Options - Delivery Method - Same Day -- */
.billing .delivery-method .same-day {
  color: #c5c5c5;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.billing .delivery-method .same-day .icon-truck {
  color: #e3e3e3;
  font-size: 40px;
  margin: 0 15px 0 0;
  position: relative;
}

.billing .delivery-method .same-day .info {
  flex-grow: 1;
}

.billing .delivery-method .same-day.unavailable .info, .billing .delivery-method .same-day.inactive .info {
  align-self: center;
}

.billing .delivery-method .same-day.unavailable .icon-truck:after, .billing .delivery-method .same-day.inactive .icon-truck:after {
  content: "\e905";
  position: absolute;
  color: #818286;
  font-size: 12px;
  top: -6px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
}

.billing .delivery-method .same-day.inactive .info {
  font-style: italic;
}

.billing .delivery-method .same-day.available {
  color: #000;
}

.billing .delivery-method .same-day.available .icon-truck {
  color: #818286;
}

.billing .delivery-method .same-day.available .icon-truck:after {
  content: "\e907";
  position: absolute;
  color: #fff;
  font-size: 12px;
  top: -7px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
}

.billing .delivery-method .item-removal {
  padding-left: 78px;
}

/* -- Delivery Options - ATL -- */
.delivery-page-block .atl {
  margin-bottom: 10px;
}

.delivery-page-block .atl h3 {
  display: inline-block;
  margin-right: 5px;
}

.delivery-page-block .atl > a {
  float: right;
}

.delivery-page-block .atl li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.delivery-page-block .atl em {
  color: #ff0000;
  line-height: 10px;
  margin-right: 5px;
}

.delivery-page-block .atl label {
  max-width: 445px;
  margin-top: -2px;
  line-height: 17px;
  font-weight: normal;
  padding: 0;
}

.delivery-page-block .atl .error {
  padding-left: 29px;
  margin-top: 10px;
  width: 100%;
  background: none;
}

.delivery-page-block .atl .text-link {
  font-size: 12px;
  margin: 0;
}

/* -- Delivery Options - Parcel Locker -- */
.cartpage.billing .cart_editable .edit_display td.button.edit {
  float: left;
}

.cartpage .cart_editable td > .delivery-parcel-locker {
  float: right;
  margin-top: -22px;
  margin-right: 65px;
  position: relative;
} /* OR deliver to a parcel locker */
.cartpage .delivery-parcel-locker {
  margin: 12px 0 8px 142px;
  position: relative;
} /* deliver to a parcel locker */
.cartpage .delivery-parcel-locker > .initial {
  margin: -10px 0 12px 0;
}

.cartpage .delivery-parcel-locker span {
  font-size: 14px;
  font-style: italic;
  margin: 0 24px;
}

.cartpage .delivery-parcel-locker img {
  vertical-align: bottom;
  margin-right: 8px;
  width: 16px;
}

.cartpage .delivery-parcel-locker span.icon-tooltip {
  font-size: 115%;
  font-style: normal;
  margin-left: 8px;
}

.cartpage .delivery-parcel-locker .locker-note, .cartpage .locker-note {
  display: block;
  font-size: 11px;
  font-style: italic;
  color: #8f8583;
  margin: -12px 0 14px 0;
}

.cartpage .locker-note {
  margin: -2px 0 5px 142px;
}

.cartpage .delivery-parcel-locker .change-address {
  display: block;
  margin: 12px 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: #f5f5f5;
  color: #9a9a9a;
  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 #f5f5f5 inset;
  -webkit-text-fill-color: #9a9a9a;
}

.cartpage .delivery-parcel-locker .tooltip, .cartpage .personalised-details .tooltip {
  background: #fff;
  color: #666;
  position: absolute;
  width: 300px;
  z-index: 100;
  padding: 10px;
  -webkit-box-shadow: 0 0 16px 7px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 16px 7px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.11);
}

.cartpage .personalised-details .tooltip p {
  margin: 0;
}

.cartpage #parcel-locker-widget + .delivery-parcel-locker .tooltip {
  left: 202px;
  bottom: -18px;
}

.cartpage.loggedout .delivery-parcel-locker .tooltip {
  left: 204px;
  bottom: -18px;
}

.cartpage.loggedin .delivery-parcel-locker .tooltip {
  left: 262px;
  bottom: -6px;
}

.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: #fff;
  bottom: 10px;
  left: 0;
}

.delivery-parcel-locker .tooltip:before {
  z-index: 1;
}

.delivery-parcel-locker .tooltip:after {
  width: 15px;
  height: 15px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 20px;
  left: -7px;
  -webkit-box-shadow: 0 0 16px 7px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 16px 7px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.11);
}

.delivery-parcel-locker .cms {
  margin-left: 5px;
}

/* Delivery 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;
}

.billing .delivery-page-block .message label:hover {
  cursor: pointer;
}

.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 .giftoptions .message {
  width: 100%;
}

.billing .order-gift-from {
  padding: 10px 0 15px;
}

.billing .order-gift-from label {
  width: 141px;
  padding-top: 5px;
}

.billing .order-gift-message label {
  width: 180px;
  padding: 5px 0 10px;
}

.billing .order-gift-message .optional {
  margin-left: 0;
  font-weight: normal;
}

.billing .order-gift-message .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 ul {
  padding: 0;
  list-style-type: none;
  width: 100%;
  clear: both;
  margin-top: 5px;
  list-style-image: none;
}

/* 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;
}

/***** ----- Cart Delivery - Remove Items Popup ----- *****/
[class$=remove-items-popup] .error {
  margin-bottom: 0;
  min-height: 0;
  padding: 0;
  background: transparent;
}

.puis-remove-items-popup .selection span {
  font-weight: bold;
}

/* Billing Errors */
.billing .main-content form > .error {
  margin: 0 0 20px;
}

.billing .main-content .error_highlight .error {
  float: none;
  display: inline-block;
  padding: 3px 0 0 9px;
  min-height: 15px;
}

/***** ----- Cart - Pick up in Store ----- *****/
.puis-panel {
  margin: 0;
  position: relative;
  padding-bottom: 0;
}

.puis-panel .close {
  position: absolute;
  right: 10px;
  top: 5px;
}

.puis-panel form {
  position: relative;
}

.puis-panel ol li {
  clear: left;
  padding: 0 0 9px;
  position: relative;
}

.puis-panel .message {
  padding: 0;
  width: 556px;
}

.puis-panel .message:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.puis-panel .message p {
  float: left;
  margin-top: 11px;
}

.puis-panel .search-again, .puis-panel .change-store {
  margin: 10px 0 0 0;
  float: right;
}

.puis-panel .change-store {
  position: absolute;
  right: 16px;
  margin-top: 8px;
}

/* -- Pick up in Store - Inactive -- */
.puis-panel .nostores:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.puis-panel .nostores p + p {
  width: 100%;
}

.puis-panel .nostores .minor-sec {
  float: left;
  margin: 15px 10px 10px 0;
}

/* -- Pick up in Store - Search -- */
.puis-panel .storefinder > form {
  margin-top: 20px;
}

.puis-panel .storefinder fieldset {
  width: auto;
  float: left;
}

.puis-panel .storefinder fieldset legend {
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 6px;
}

.puis-panel .storefinder fieldset li {
  min-height: 30px;
  padding-top: 5px;
}

.puis-panel .storefinder label {
  width: 53px;
  padding: 0 7px 0 0;
}

.puis-panel .storefinder .divider {
  display: none;
  margin: 42px 0 0 156px;
}

.puis-panel .storefinder .by_postcode input {
  width: 60px;
}

.puis-panel .storefinder .by_suburb {
  padding: 0 0 5px 22px;
  border: 0 solid #d5d5d5;
  margin: 0 0 10px 22px;
  border-width: 0 0 0 1px;
}

.puis-panel .storefinder .by_suburb input {
  width: 121px;
}

.puis-panel .storefinder .by_suburb select {
  width: 133px;
}

.billing .deliveryOptions .deliveryOptionPanel.puis-panel .storefinder .submit {
  padding: 0;
}

.billing .deliveryOptions .deliveryOptionPanel.puis-panel .storefinder .submit input {
  width: 150px;
  margin: -82px 0 0;
  float: none;
}

.billing .main-content .puis-panel .storefinder > .error {
  margin: 15px 0;
}

.billing .main-content .puis-panel .by_postcode .error {
  clear: both;
  display: block;
  left: 0;
  margin: 6px 0 0;
  padding: 0;
  float: none;
  width: 135px;
  min-height: 0;
  background: transparent;
}

.billing .main-content .puis-panel .by_suburb .error {
  position: absolute;
  left: 60px;
  top: 35px;
  padding: 0;
  min-height: 0;
  background: transparent;
}

.billing .main-content .puis-panel .by_suburb .city .error {
  display: block;
  position: relative;
  margin-bottom: 12px;
  top: 4px;
}

/* -- Pick up in Store - Results -- */
.puis-panel .searchterm {
  font-weight: bold;
}

.puis-panel .results {
  width: 100%;
  margin-top: 22px;
}

.puis-panel .results th {
  padding: 10px 0;
  font-size: 15px;
  text-transform: none;
  text-align: left;
}

.puis-panel .results td {
  padding: 14px 14px 14px 0;
  background: #fff;
  border: 0 solid #d5d5d5;
  border-width: 1px 0;
  vertical-align: top;
}

.puis-panel .results .store-name {
  width: 115px;
  font-size: 14px;
  vertical-align: top;
}

.puis-panel .results .store-name > span {
  position: relative;
  padding-left: 19px;
  display: inline-block;
}

.puis-panel .results .store-name .icon-location {
  position: absolute;
  top: 1px;
  left: 0;
}

.puis-panel .results ul {
  padding: 0;
}

.puis-panel .results .item-removal {
  padding-right: 10px;
}

.puis-panel .results .puis-later-info {
  font-style: italic;
  font-size: 11px;
  color: #b2b2b2;
  padding-top: 10px;
  display: block;
}

.puis-panel .results .select {
  text-align: center;
  vertical-align: top;
  padding-right: 0;
  width: 160px;
}

.puis-panel .results .select .btn {
  width: 160px;
}

/* -- Pick up in Store - Selected Store -- */
.puis-panel .pickup-summary {
  width: 100%;
  display: inline-block;
  margin: 10px 0 25px;
}

.puis-panel .pickup-summary p {
  margin: 0 0 10px 0;
  display: block;
  width: 80%;
}

.puis-panel .pickup-summary .selection span {
  font-weight: bold;
  margin: 5px 0 15px;
}

.puis-panel .pickup-summary .pickup-time {
  font-style: normal;
  font-size: 12px;
}

.puis-panel .pickup-summary .pickup-time-disclaimer {
  margin-top: 15px;
}

.billing .storefinder .continue-message {
  clear: both;
  width: 100%;
  padding-top: 10px;
  margin: 0;
}

.billing .storefinder .continue-message span {
  text-transform: uppercase;
}

/* Selected Store - Contact Details */
.billing .storefinder .contact_details {
  padding: 20px 0 0;
  border: 0 solid #d5d5d5;
  border-top-width: 1px;
  margin-top: 20px;
  float: left;
  width: 100%;
}

.billing .storefinder .error + .contact_details {
  margin-top: 0;
}

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

.billing .storefinder .contact_details > ol {
  padding-bottom: 20px;
}

.billing .storefinder .contact_details > .error {
  margin-bottom: 10px;
}

.billing .storefinder .contact_details .telephone {
  padding-top: 8px;
}

.billing .main-content .storefinder .contact_details ol .error {
  position: absolute;
  bottom: 4px;
  left: 350px;
  margin: 0;
  width: 195px;
}

.billing .main-content .storefinder + .submit {
  padding: 0;
}

.billing .storefinder + .submit form {
  position: relative;
}

.billing .storefinder + .submit input, .billing .storefinder + .submit .signup-note {
  position: absolute;
  right: -10px;
  top: 15px;
}

.billing .storefinder + .submit input {
  width: 195px;
}

.billing .storefinder + .submit .signup-note {
  padding: 0;
  top: 60px;
}

.pickup .link_button {
  float: right;
}

.billing .storefinder #selected_pickup_store > .error {
  margin: 15px 0;
  float: left;
}

/* 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: "Untitled Sans", 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: "Untitled Sans", 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;
}

.billing .page-content .become-member .communications label {
  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 .puis-become-member {
  clear: both;
  padding: 20px 0 0;
  margin: 0 -11px;
  background-color: #fff;
  border: 0 solid #d5d5d5;
  border-width: 1px 0 0;
}

.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 #d5d5d5;
  border-bottom-width: 0;
  padding: 10px 9px 0;
  box-sizing: border-box;
}

.billing .page-content .become-member .communications label em {
  position: absolute;
  left: -28px;
  top: 0;
}

/* Gift Registry Delivery */
.billing .cart_addresses .registrant .registrant-note {
  width: 534px;
  margin-top: 6px;
}

.billing .giftoptions .gift-disabled {
  color: #bdbdbd;
}

.billing .deliveryinfo .giftselect label[for=GiftRegistryRadio] {
  width: 155px;
}

.billing #modal_confirm .error {
  color: #ff0000;
}

.billing #modal_confirm .confirm_message {
  font-size: 12px;
}

/* -- Cart Payment Styles -- */
.payment_method, .billing .delivery-page-block {
  padding: 12px;
  border: 0 solid #d5d5d5;
  border-width: 1px;
  position: relative;
  margin: 12px 0 0;
}

.payment_method .edit_display.new .btn-outline-primary {
  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: 203px;
}

.payment_method .error_highlight iframe {
  border: 1px solid #ff0000;
}

.payment_method .message {
  margin: 10px 0 0;
  padding: 10px 0 0;
  border: 0 solid #d5d5d5;
  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: 0 solid #d5d5d5;
  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:empty {
  display: none;
}

.payment_method .new-payment-option td, .payment_method .new td {
  border-width: 0;
}

.payment_method .new-payment-option .pay_method {
  width: 100%;
  margin-top: 10px;
}

.payment_method .new-payment-option .payment_option {
  width: auto;
  margin: 0 12px 0 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 .new-payment-option .payment-types {
  display: inline-block;
  vertical-align: top;
}

.payment_method .new-payment-option .payment_option input[type=radio] {
  margin-right: 3px;
}

.payment_method .new-payment-option li.secure_icon {
  float: right;
  width: 110px;
  text-align: right;
  margin-right: 30px;
}

.payment_method .new-payment-option li.secure_icon span {
  display: block;
  margin-bottom: 5px;
}

.payment_method .new-payment-option .secure_icon img, .cart_editable .secure_icon img {
  width: 100px;
  margin-left: 5px;
  height: auto;
}

.payment_method .new-payment-option .thawte img {
  width: auto;
  height: 47px;
}

.payment_method .new-payment-option .ext-payment-disclaimer {
  padding: 20px 0 15px;
}

/* -- Stored & Select Payments - PayPal Disclaimer -- */
.payment_method .new-payment-option .paypal-disclaimer {
  width: 100%;
  background: url(paypal-logo.png) center left no-repeat;
  background-size: 195px auto;
  padding-left: 210px;
  box-sizing: border-box;
}

/* -- Stored & Select Payments - ApplePay Disclaimer -- */
.payment_method .new-payment-option .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 .new-payment-option .applepay-disclaimer p + p {
  margin-top: 10px;
}

/* -- Stored & Select Payments - AliPay Disclaimer -- */
.payment_method .new-payment-option .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 .new-payment-option .alipay-disclaimer p + p {
  margin-top: 10px;
}

/* -- Stored & Select Payments - Afterpay Disclaimer -- */
.payment_method .afterpay-disclaimer {
  float: none;
  clear: both;
  width: 100%;
}

.payment_method .afterpay-disclaimer:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.payment_method .afterpay-disclaimer p {
  font-size: 12px;
}

.payment_method .afterpay-disclaimer a {
  margin: 0;
}

.cart_content .afterpay-disclaimer .afterpay-logo {
  float: left;
  width: 130px;
  margin-top: 10px;
}

.afterpay-disclaimer .afterpay-logo img {
  width: 110px;
  height: auto;
}

.afterpay-disclaimer .more-info-link {
  font-size: 12px;
  text-transform: capitalize;
}

.afterpay-disclaimer .more-info-link:hover {
  color: #666;
}

.payment_method .afterpay-disclaimer .afterpay-info {
  width: 389px;
  float: right;
}

.afterpay-diagram {
  padding: 0;
  margin: 20px 0 20px -13px;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.afterpay-diagram:after {
  content: "";
  height: 2px;
  width: 75%;
  display: block;
  background: #b7b7b7;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
}

.afterpay-diagram li {
  text-align: center;
}

.afterpay-diagram li span {
  display: inline-block;
  width: 100%;
  color: #000;
}

.afterpay-diagram .installment-amount {
  font-size: 13px;
  font-weight: bold;
}

.afterpay-diagram .installment-icon {
  width: 20px;
  height: 20px;
  margin: 10px 0;
  display: inline-block;
  border-radius: 20px;
  background-color: #ACF3DA;
  position: relative;
  z-index: 1;
}

.afterpay-diagram li:first-child .installment-icon {
  background-image: linear-gradient(180deg, transparent 50%, #000 50%), linear-gradient(90deg, #000 50%, transparent 50%);
}

.afterpay-diagram li:nth-child(2) .installment-icon {
  background-image: linear-gradient(90deg, #000 50%, transparent 50%);
}

.afterpay-diagram li:nth-child(3) .installment-icon {
  background-image: linear-gradient(180deg, transparent 50%, #ACF3DA 50%), linear-gradient(90deg, #000 50%, transparent 50%);
}

.afterpay-diagram .installment-date {
  font-size: 12px;
}

.payment_method .afterpay-disclaimer .t-c-link {
  font-size: 12px;
  display: inline-block;
  margin: 10px 0;
}

.payment_method .afterpay-disclaimer .t-c-link:hover {
  color: #818286;
}

.payment_method .new-payment-option .store_payment {
  clear: both;
  width: auto;
  float: none;
}
.payment_method .new-payment-option .store_payment label {
  width: auto;
  padding: 11px 0 11px;
  font-size: 12px;
}
.payment_method .new-payment-option .store_payment p {
  font-size: 11px;
}
.payment_method .new-payment-option .store_payment .optional {
  font-weight: normal;
  margin-left: 3px;
}

/* CSC Popup */
.csc_content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 10px;
  justify-content: space-around;
}

.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;
}

/* Gift Card Redemption */
.giftcards {
  margin: 12px 0 14px;
}

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

.giftcards.prompt {
  border: 0 solid #d5d5d5;
  border-width: 1px;
  padding: 14px;
}

.giftcards.prompt .message {
  font-weight: bold;
  padding-top: 0;
  display: webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.giftcards.prompt.security .message {
  font-weight: normal;
  line-height: normal;
}

.giftcards.prompt .message + .error {
  padding-top: 6px;
  margin-top: 10px;
}

.giftcards h2 {
  padding: 2px 0 1px;
}

.giftcards .close {
  position: absolute;
  top: 2px;
  right: 9px;
}

.main-content .giftcards .new-card .error {
  margin: 15px 0;
  min-height: 24px;
}

.main-content .giftcards .new-card .error:empty {
  min-height: 0;
  padding: 0;
}

.cartpage .giftcards .new-card label {
  padding: 0 6px 0 10px;
  position: relative;
  width: auto;
}

.cartpage .giftcards .new-card #card-number {
  width: 170px;
}

.cartpage .giftcards .new-card input[type=text]::-ms-clear {
  display: none;
}

.cartpage .giftcards .new-card .pin {
  margin-left: 10px;
}

.cartpage .giftcards .new-card #card-pin {
  width: 50px;
  padding: 4px;
}

.cartpage .giftcards .new-card .btn {
  margin: -5px 0 0 0;
  float: right;
}

.cartpage .giftcards .new-card .instructions {
  padding: 10px 0 10px 136px;
  vertical-align: middle;
  display: inline-block;
}

.cartpage .giftcards .new-card .instructions img {
  width: 40px;
  padding: 5px 10px 0 0;
  float: left;
}

.cartpage.selectpayment .giftcards .card-row {
  margin-top: 5px;
}

.cartpage .giftcards .card-row.template {
  display: none;
}

.cartpage .giftcards .card-row span, .cartpage .giftcards .card-row .card-remove {
  display: inline-block;
  vertical-align: middle;
}

.cartpage .giftcards .card-row .card-remove {
  margin-left: 20px;
}

.review_summary .gift-card + .gift-card {
  margin-top: 15px;
}

.review_summary .gift-card .card, .review_summary .giftcards .card-row {
  font-weight: bold;
}

.review_summary .gift-card .balance {
  margin-top: 3px;
  color: #666669;
}

.review_summary .gift-card .balance .price-display {
  display: inline-block;
}

.payment_method.giftcards .card-row a.card-remove, .payment_method.giftcards .action .close {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background: url(/assets/sprite_cart_edit.png) -32px 0 no-repeat;
}

/* -- Cart Review & Confirmation Styles -- */
.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;
}

.payment_method .review-section > div {
  width: auto;
}

.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-section .card-details .label {
  padding-left: 10px;
}

/* -- Review & Confirmation Page - PayPal & Afterpay Payment Method -- */
.review-section > img {
  float: left;
  max-width: 110px;
  height: auto;
  margin-top: 35px;
}

.review-section > p {
  float: right;
  margin: 5px 35px 5px 0;
  max-width: 310px;
}

.review-section > p + p {
  margin-top: 10px;
}

/* -- Review & Confirmation Page - PayPal, Alipay, Apple Pay Payment Method -- */
.review-section.paypal > img, .review-section.alipay > img, .review-section.applepay > img {
  max-width: 142px;
  margin-top: 8px;
}

/* -- Review & Confirmation Page - Afterpay Payment Method -- */
.review-section.afterpay > img {
  width: 95px;
  height: auto;
  margin-left: 27px;
}

/* Review & Confirmation - Delivery Method */
.review_summary .delivery-method {
  margin-top: 15px;
  clear: both;
  width: 100%;
  position: relative;
}

.review_summary .delivery-method .review-section > div {
  padding: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.review_summary .delivery-method [class^=icon-] {
  font-size: 33px;
  color: #818286;
  margin: -3px 15px 0 0;
  position: relative;
}

.review_summary .delivery-method .info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.review_summary .delivery-method .info:last-child {
  align-self: center;
  margin-top: -2px;
}

.review_summary .delivery-method .title {
  margin-bottom: 3px;
}

.review_summary .delivery-method .title:after {
  content: " -";
  display: inline;
}

.review_summary .delivery-method .price {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 0 0 3px;
}

.review_summary .delivery-method .est-delivery {
  color: #9a9a9a;
  margin-bottom: 0;
  width: 100%;
}

.review_summary .delivery-method .est-delivery + .status {
  margin: 5px 0 0;
}

/* Review & Confirmation - Pick up Times */
.review_summary .pickup-time {
  font-style: normal;
  font-size: 12px;
  width: 100%;
  clear: both;
  float: left;
}

.review_summary .pickup-time-disclaimer, .review_summary .pickup-time-disclaimer + a {
  clear: both;
  float: left;
}

.review_summary .pickup-time-disclaimer + a {
  padding-top: 10px;
}

.confirm .review_summary .pickup-time {
  margin-top: 15px;
}

/* 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;
}

.review-block.review-atl .text-link {
  font-size: 12px;
}

/* -- Cart Confirmation Styles -- */
.confirm .main-content .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_aside .greeting {
  position: relative;
}

.cart_aside .greeting h2 {
  padding: 14px 0;
  border: 0 solid #d5d5d5;
  border-width: 0 0 1px;
}

.cart_aside .greeting.no-rewards h2 {
  margin: 7px 0 0;
}

.cart_aside .greeting.no-rewards + p {
  padding: 14px 14px 10px;
}

.cart_aside .greeting img {
  position: absolute;
  bottom: 22px;
  right: 14px;
}

.cart_aside .greeting + .no-rewards {
  margin: 14px;
}

.cartpage.confirm .review_summary .review_addresses .btn.major {
  display: none;
}

/* ------------------------------------------- */
/* ---------- GIFTCARD CART PAGES ------------ */
/* ------------------------------------------- */
.giftcard-cart .header-content {
  padding-top: 4.1rem;
}
.giftcard-cart .page-content {
  width: 100%;
  margin: 15px 0 30px;
  font-size: 120%;
}
.giftcard-cart .page-content h1, .giftcard-cart .page-content h2 {
  text-transform: none;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  font-size: 31px;
  font-weight: bold;
}
.giftcard-cart .cart_editable {
  border-collapse: collapse;
}
.giftcard-cart .giftcard-content .page_option {
  min-height: 280px;
  height: auto;
}
.giftcard-cart .giftcard-content fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
  border: 0;
  clear: both;
}
.giftcard-cart .giftcard-content ul, .giftcard-cart .giftcard-content ol {
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.giftcard-cart .giftcard-content fieldset > ul > li {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.giftcard-cart .giftcard-content label {
  float: left;
  width: auto;
}
.giftcard-cart .giftcard-content::after {
  content: "";
  display: block;
  clear: both;
}
.giftcard-cart:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}
.giftcard-cart .inline-error {
  display: inline-block;
}
.giftcard-cart .inline-error:empty {
  display: none;
}
.giftcard-cart .inline-error p {
  margin: 4px 0 0;
  font-size: 10px;
  color: #ff0000;
}
.giftcard-cart .ui-widget {
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.giftcard-cart .ui-widget-header {
  border-radius: 0;
  background: transparent;
  border: none;
}
.giftcard-cart .ui-widget-header .ui-icon-closethick {
  background: transparent;
}
.giftcard-cart .ui-widget .btn {
  font-size: 14px;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}
.giftcard-cart .ui-widget .btn.btn-primary {
  color: #fff;
}
.giftcard-cart .next-previous {
  margin: 30px 0 0;
  clear: both;
  width: 100%;
}
.giftcard-cart .next-previous .btn-primary {
  float: right;
  width: 180px;
}
.giftcard-cart .next-previous .prev {
  min-width: 141px;
}
.giftcard-cart .next-previous .minor {
  float: left;
  width: 157px;
}

/* Giftcard Cart - Balance Check Popup */
#modal-bal-check p {
  font-size: 12px;
  margin-bottom: 25px;
}
#modal-bal-check label {
  padding-right: 5px;
}
#modal-bal-check label em {
  color: #ff0000;
  padding-right: 3px;
}
#modal-bal-check input {
  font-size: 13px;
  display: inline-block;
}
#modal-bal-check #bal-number {
  margin: 0 10px 5px 0;
  width: 192px;
}
#modal-bal-check #bal-pin {
  width: 42px;
}
#modal-bal-check .btn-primary {
  width: 175px;
  float: right;
  margin: 20px 0 0;
}
#modal-bal-check .bal-result {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}
#modal-bal-check .bal-result .bal-expiry {
  font-size: 12px;
  display: block;
  margin-top: 12px;
}
#modal-bal-check .error {
  margin-bottom: 10px;
}
#modal-bal-check .error p {
  padding: 0;
  margin: 0;
}
#modal-bal-check .error:empty {
  display: none;
}

/***** ----- Giftcard Cart - Choose Image Page ----- *****/
.giftcard-image .form-content {
  padding: 0 30px;
}
.giftcard-image .slick-slider .slick-list {
  max-width: 990px;
}
.giftcard-image .slick-slider img {
  width: 252px;
  padding: 40px 0;
}
.giftcard-image .slick-current img {
  border: 2px solid #949599;
  padding: 10px;
  width: 315px;
  box-sizing: border-box;
}

/***** ----- Giftcard Cart - Login Page ----- *****/
.giftcard-cart.login .main-content {
  margin-top: 1em;
  border: 0 solid #d5d5d5;
  padding-top: 1em;
}
.giftcard-cart.login .page-content::after {
  content: "";
  display: block;
  clear: both;
}

/***** ----- Giftcard Cart - Amount & Message Page ----- *****/
.giftcard-details .main-content .error {
  width: 600px;
  margin: 10px auto;
  box-sizing: border-box;
}

.giftcard-details .giftcard-content fieldset > ul {
  width: 600px;
  margin: 0 auto;
}

.giftcard-details .giftcard-content li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.giftcard-details .giftcard-content ul .gift-value {
  margin-bottom: 20px;
}

.giftcard-details .gift-value > label, .giftcard-details .gift-delivery > label {
  width: auto;
  padding: 7px 0 0 9px;
}

.giftcard-details .gift-value ul {
  float: left;
  width: 640px;
}

.giftcard-details .giftcard-content ul .gift-value-title {
  margin-bottom: 20px;
}

.giftcard-details .amount-select li {
  float: left;
  margin-right: 16px;
  position: relative;
}
.giftcard-details .amount-select .amount-text {
  margin-right: 0;
}
.giftcard-details .amount-select .amount-text.error_highlight span {
  border: 1px solid #ff0000;
}
.giftcard-details .amount-select .amount-text.error_highlight input {
  border: none !important;
}
.giftcard-details .amount-select label {
  border: 1px solid #000;
  padding: 9px 13px;
  width: 70px;
  text-align: center;
  background: #efefef;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.giftcard-details .amount-select input[type=radio] {
  position: absolute;
  z-index: -1;
  width: auto;
  left: 2px;
  top: 2px;
}
.giftcard-details .amount-select input[type=radio]:checked + label {
  background: #000;
  color: #fff;
}
.giftcard-details .amount-select .currency-indicator {
  padding: 4px 13px;
  border: 1px solid #939595;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 13px;
  width: 160px;
}
.giftcard-details .amount-select .currency-indicator input {
  border: none;
  width: 126px;
  background: transparent;
  -moz-appearance: textfield;
  font-size: 13px;
  line-height: normal;
  padding: 5px 8px;
}
.giftcard-details .amount-select .currency-indicator input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}

.giftcard-details .gift-currency {
  margin: 0 0 0 344px;
  font-size: 12px;
  font-weight: bold;
}

.giftcard-details .gift-currency .currency-link {
  text-decoration: underline;
  font-weight: normal;
  padding-left: 1px;
}

.giftcard-details .giftcard-content ul .gift-email-title {
  margin: 0;
}

.giftcard-details .gift-preview-wrapper {
  border: 1px solid #939594;
  border-top-width: 26px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 600px;
  margin: 22px auto 40px;
  padding: 15px 20px;
  box-sizing: border-box;
  position: relative;
}

.giftcard-details .gift-preview-wrapper:before {
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  background: url(/assets/dots.png) 0 0 no-repeat;
  position: absolute;
  top: -18px;
  left: 9px;
}

.giftcard-details .gift-details {
  border-bottom: 1px solid #939594;
}

.giftcard-details .gift-details:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.giftcard-details .gift-details li {
  width: 244px;
  float: left;
  margin: 0 0 15px;
}

.giftcard-details .gift-details .recipients-name, .giftcard-details .gift-details .senders-name {
  width: 314px;
  padding-right: 15px;
  box-sizing: border-box;
}

.giftcard-details .gift-details label {
  width: 45px;
  text-align: right;
  float: none;
  font-weight: normal;
}

.giftcard-details .gift-details label em {
  position: static;
  padding-right: 3px;
}

.giftcard-details .gift-details .recipients-name label, .giftcard-details .gift-details .senders-name label {
  padding: 6px 7px 0 0;
}

.giftcard-details .giftcard-content .gift-details input {
  width: 244px;
  box-sizing: border-box;
  float: right;
}

.giftcard-details .gift-details input:focus {
  border: 1px solid #000;
}

.giftcard-details .gift-details .recipients-email input, .giftcard-details .gift-details .senders-email input {
  width: 100%;
}

.giftcard-details .gift-details .subject {
  clear: both;
}

.giftcard-details .gift-details .subject label {
  padding: 0 10px 0 0;
}

.giftcard-details .gift-details .subject span {
  vertical-align: middle;
}

.giftcard-details .gift-details .recipients-name .inline-error, .giftcard-details .gift-details .senders-name .inline-error {
  padding-left: 54px;
}

.giftcard-details .gift-message {
  margin-top: 30px;
}

.giftcard-details .gift-message .message li {
  position: relative;
  width: 540px;
  margin: 0 auto;
  overflow: hidden;
}

.giftcard-details .gift-message label {
  display: block;
  font-weight: bold;
  font-size: 26px;
  width: 540px;
  text-align: center;
  margin: 0 auto;
  color: #949494;
  position: absolute;
  z-index: 2;
  top: 0;
}

.giftcard-details .gift-message label span {
  font-size: 13px;
  font-weight: normal;
}

.giftcard-details .gift-message label[for=message-input], .giftcard-details .gift-message #message-input {
  font-size: 18px;
  font-weight: normal;
}

.giftcard-details .gift-message textarea {
  overflow-y: hidden;
  font-weight: bold;
  font-size: 26px;
  width: 520px;
  text-align: center;
  border: none;
  z-index: 1;
  resize: none;
  padding: 0 10px 5px;
  vertical-align: bottom;
}

.giftcard-details .gift-message .preview img {
  width: 375px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.giftcard-details .display-amount {
  text-align: center;
  font-size: 53px;
  font-weight: bold;
  padding: 15px 0 0;
}

.giftcard-details .display-amount.empty {
  color: #bebebe;
}

.giftcard-details .gift-delivery label {
  padding: 7px 10px 0 7px;
  font-weight: normal;
}

.giftcard-details .gift-delivery .date-wording {
  text-transform: uppercase;
  padding: 6px 10px 0 0;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  text-align: right;
}

.giftcard-details .giftcard-content .gift-delivery input {
  width: 189px;
  display: inline-block;
}

.giftcard-details .gift-delivery .ui-datepicker-trigger {
  border: none;
  padding-left: 26px;
  box-sizing: border-box;
  background: url(/images/assetimages/calendar.png) left center no-repeat;
  background-size: 19px auto;
  height: 20px;
  margin-left: 15px;
  color: #bebebe;
  font-style: italic;
}

.giftcard-details .gift-delivery .ui-datepicker-trigger:hover {
  cursor: pointer;
}

.giftcard-details .gift-delivery .inline-error {
  margin: 6px 0 0 189px;
  display: block;
}

.giftcard-details .ui-datepicker {
  padding: 0;
  border-radius: 0;
  font-size: 11px;
}

.giftcard-details .ui-datepicker-header {
  background: #e7ebec;
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.giftcard-details .ui-datepicker-calendar {
  border-collapse: separate;
  border-spacing: 3px;
}

.giftcard-details .ui-state-default {
  text-align: center;
  border: 0;
  background: transparent;
  color: #1f252c;
}

.giftcard-details .ui-state-active {
  color: #fff;
  background: #1f252c;
}

.giftcard-details .ui-datepicker-next span {
  background-position: -32px -16px;
}

.giftcard-details .ui-datepicker-prev span {
  background-position: -97px -16px;
}

/* Giftcard Amount & Message - Guest Address Popup */
.gift-address > .error {
  margin-top: 10px;
}

.gift-address ul {
  list-style-type: none;
  width: 370px;
  padding: 0;
}

.gift-address li {
  padding-bottom: 10px;
  list-style-image: none;
}

.gift-address label {
  width: 108px;
  position: relative;
}

.gift-address em {
  color: #ff0000;
  position: absolute;
  left: 0;
}

.gift-address input[type=text], .gift-address select {
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  padding: 5px;
  width: 175px;
  font-size: 12px;
}

.gift-address select {
  width: 187px;
}

.gift-address .input-msg {
  padding-left: 115px;
  width: 187px;
}

.gift-address .error_highlight .error {
  margin-left: 115px;
  padding: 4px 0 0;
}

.gift-address .postcode input {
  width: 60px;
}

.gift-address .next-previous {
  margin: 0;
}

.gift-address .next-previous:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.gift-address .country-label {
  text-transform: capitalize;
}

/***** ----- Giftcard Cart - Payment & Review Page ----- *****/
.giftcard-payment .giftcard-block {
  width: 325px;
  float: left;
  box-sizing: border-box;
}

.giftcard-payment .giftcard-block h3 {
  letter-spacing: 0;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.giftcard-payment .payment_method {
  border-width: 0;
  margin: 0;
  padding: 16px 0 0;
}
.giftcard-payment .payment_method input[type=radio],
.giftcard-payment .payment_method input[type=checkbox] {
  width: auto;
  margin-right: 3px;
  padding: 0;
}
.giftcard-payment .payment_method li, .giftcard-payment .payment_method .card_security_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  clear: both;
}
.giftcard-payment .payment_method label {
  float: none;
  padding-left: 9px;
}
.giftcard-payment .payment_method legend {
  letter-spacing: 0;
  margin: 12px 0 20px;
  float: left;
  font-weight: bold;
  text-transform: none;
}
.giftcard-payment .payment_method .fields_holder {
  padding: 0;
}
.giftcard-payment .payment_method .fields_holder .error {
  background: transparent;
  padding: 0;
  margin: 0;
}
.giftcard-payment .payment_method .store_payment {
  flex-wrap: wrap;
  width: 100%;
}
.giftcard-payment .payment_method .store_payment label, .giftcard-payment .payment_method .store_payment .message {
  width: 100%;
}
.giftcard-payment .payment_method .cvv-challenge .card_security {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
}
.giftcard-payment .payment_method .cvv-challenge .instructions a {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.2em;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 0.65em;
  text-align: center;
  margin-left: 0.8em;
}
.giftcard-payment .payment_method .cvv-challenge .instructions a:focus {
  border-color: #d5d5d5;
}
.giftcard-payment .payment_method .cvv-challenge .inline-error {
  width: 100%;
}

.giftcard-payment .giftcard-note {
  margin-bottom: 25px;
}

.giftcard-payment .giftcard-note p {
  margin: 0;
  font-weight: bold;
}

/* Giftcard Cart - Guest, logged in and no stored payments add new payment */
.giftcard-payment .new-payment-option .pay_method {
  display: flex;
  flex-wrap: wrap;
}

.giftcard-payment .new-payment-option .payment_option,
.giftcard-payment .no-stored .new-payment-option .payment_option {
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 0 10px;
  margin: 0;
  float: none;
  width: 100%;
  min-height: 52px;
}

.giftcard-payment .new-payment-option .payment_option:hover {
  cursor: pointer;
}

.giftcard-payment .new-payment-option label, .giftcard-payment .gift-payment label {
  display: block;
  width: 120px;
  font-weight: bold;
}

.giftcard-payment .new-payment-option .card_number {
  margin-top: 10px;
}

.giftcard-payment .new-payment-option select, .giftcard-payment .gift-payment select {
  display: inline-block;
  width: 85px;
  margin-right: 10px;
}

.giftcard-payment .new-payment-option select + select, .giftcard-payment .gift-payment select + select {
  margin-right: 0;
}

.giftcard-payment .new-payment-option .inline-error {
  margin-left: 120px;
}

.giftcard-payment .new-payment-option .card_security input[type=text], .giftcard-payment .card_security input[type=text] {
  width: 47px;
  display: inline-block;
}

/* Giftcard Cart - Guest & logged in add/use PayPal payment */
.giftcard-payment .new-payment-option .ext-payment-disclaimer {
  margin: 0;
  background: transparent;
}

.giftcard-payment .new-payment-option .paypal-logo {
  margin: 0 auto 10px;
}
.giftcard-payment .new-payment-option .paypal-logo img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 256px;
}

.giftcard-payment .new-payment-option .paypal-disclaimer {
  padding: 10px 0;
  margin: 0;
  width: 100%;
}

/* Giftcard Cart - Guest */
.giftcard-payment .pay_method label,
.giftcard-payment .no-stored .new-payment-option .payment_option {
  display: block;
}

.giftcard-payment .payment-icon,
.giftcard-payment .no-stored .payment-icon {
  padding: 0 15px 0 10px;
}
.giftcard-payment .payment-icon img,
.giftcard-payment .no-stored .payment-icon img {
  max-width: 80px;
}

/* Giftcard Cart - Logged in payments */
.giftcard-payment.loggedin .new-payment-option .pay_method {
  padding: 10px 0;
  flex-wrap: nowrap;
}
.giftcard-payment.loggedin .new-payment-option .pay_method_title em {
  top: 0;
}
.giftcard-payment.loggedin .new-payment-option .payment_option {
  padding: 0;
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: auto;
  border: 0;
  margin-right: 15px;
  min-height: 0;
}
.giftcard-payment.loggedin .new-payment-option .payment_option input {
  vertical-align: middle;
}
.giftcard-payment.loggedin .new-payment-option .store_payment label {
  padding: 15px 0 12px;
  width: 100%;
}
.giftcard-payment.loggedin .new-payment-option .store_payment label:hover {
  cursor: pointer;
}
.giftcard-payment.loggedin .fields_holder h3 {
  margin-top: 25px;
  float: left;
}
.giftcard-payment.loggedin .edit_fields .fields_holder .close {
  margin-top: -7px;
}
.giftcard-payment.loggedin .edit_fields.new .fields_holder .close {
  position: relative;
  float: right;
  margin-top: 6px;
}
.giftcard-payment.loggedin .edit_fields .submit {
  margin: 15px 0 0 120px;
}
.giftcard-payment.loggedin .edit_display.new td {
  padding-top: 20px;
  width: 323px;
}

/* Giftcard Cart - Security Code Popup */
.giftcard-payment .ui-widget-header, .giftcard-payment .ui-widget-header .ui-icon, .giftcard-payment .ui-widget-header a, .giftcard-payment .ui-widget-header .ui-state-hover, .giftcard-payment .modal_content {
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}

.giftcard-payment .ui-widget-content {
  border: 0;
  border-radius: 0;
}

/* Giftcard Cart - Order Summary */
.giftcard-payment .gift-summary {
  margin: 0 0 0 46px;
  padding: 15px 10px 5px;
  border: 1px solid #d5d5d5;
  position: relative;
}

.giftcard-payment .gift-summary h3 {
  padding-bottom: 15px;
  border: 0 solid #d5d5d5;
  border-bottom-width: 1px;
}

.giftcard-payment .gift-summary .cart_edit {
  position: absolute;
  top: 6px;
  right: 6px;
}

.giftcard-payment .gift-summary td {
  vertical-align: top;
  width: 215px;
}

.giftcard-payment .gift-summary .message {
  font-weight: bold;
  width: 80px;
  float: left;
  margin: 0;
  padding: 0;
}

.giftcard-payment .gift-summary p {
  margin-bottom: 27px;
  max-width: 215px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.giftcard-payment .gift-summary .sender-name, .giftcard-payment .gift-summary .recipient-name, .giftcard-payment .gift-summary .giftcard-message p:first-child {
  margin: 0;
  float: left;
}

.giftcard-payment .gift-summary .giftcard-message p:first-child {
  float: none;
}

.giftcard-payment .gift-summary .sender-email, .giftcard-payment .gift-summary .recipient-email {
  word-break: break-all;
  padding-top: 5px;
  float: left;
  clear: both;
  max-width: 100%;
}

.giftcard-payment .next-previous {
  float: left;
  margin: 40px 0 0;
}

.giftcard-payment .next-previous .instructions {
  color: #666669;
  float: right;
  width: 180px;
  margin: 0 10px 0 0;
  vertical-align: bottom;
  text-align: left;
}

/* Giftcard Cart - Confirm Email Popup */
.confirm-recipient {
  font-size: 11px;
}
.confirm-recipient span {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin: 10px 0 20px;
}
.confirm-recipient .next-previous {
  display: flex;
  width: 100%;
  float: none;
  margin: 0;
}
.confirm-recipient .next-previous > .btn {
  margin: 0 5px;
  float: none;
}
.confirm-recipient .note {
  display: block;
  margin: 10px 0 0;
  color: #666669;
  padding-left: 158px;
}

.giftcard-cart .ui-widget .confirm-recipient .minor-sec {
  color: #818286;
}

.giftcard-cart .ui-widget .confirm-recipient .minor-sec:hover {
  color: #fff;
}

/* Giftcard Cart - Preview Voucher (Used on both payment and confirmation pages) */
.giftcard-cart .gift-preview {
  width: 260px;
  margin-top: -103px;
  background: url(/images/assetimages/Gift%20Card%20Cart/phone-mockup_white.jpg) 0 0 no-repeat;
  background-size: 100% auto;
  height: 510px;
  position: relative;
  float: right;
}

.giftcard-cart .gift-preview .preview-container {
  width: 198px;
  position: absolute;
  left: 30px;
  top: 74px;
  height: 352px;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}

.giftcard-cart .gift-preview .giftmessage-headline {
  margin-bottom: 5px;
  height: 30px;
  overflow: hidden;
}

.giftcard-cart .gift-preview .giftmessage-headline p {
  font-weight: bold;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.giftcard-cart .gift-preview .giftmessage-content {
  height: 22px;
  max-height: 22px;
  overflow: hidden;
  margin-bottom: 6px;
}

.giftcard-cart .gift-preview .giftmessage-content p {
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.giftcard-cart .gift-preview img {
  width: 100%;
}

.giftcard-cart .gift-preview .giftmessage-amount {
  font-size: 26px;
  font-weight: bold;
  margin-top: 4px;
}

.giftcard-cart .gift-preview .gift-preview-note {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-style: italic;
  color: #666669;
}

/***** ----- Giftcard Cart - Confirmation Page ----- *****/
.giftcard-confirm h1 {
  margin-top: 20px;
}

.giftcard-confirm .gift-confirm {
  float: left;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  max-width: 635px;
}

.giftcard-confirm .gift-preview {
  margin-top: -50px;
}

.giftcard-confirm .gift-orderno {
  font-weight: bold;
  font-size: 15px;
  margin: 10px 0 25px;
}

.giftcard-confirm .gift-confirm-details {
  margin-bottom: 25px;
}

.giftcard-confirm .gift-confirm-details p {
  margin-bottom: 5px;
}

.giftcard-confirm .gift-date {
  margin-bottom: 40px;
}

.giftcard-confirm .gift-date .order-send-date {
  font-weight: bold;
}

.giftcard-confirm .minor {
  float: none;
  display: inline-block;
}

/* ------------------------------------------- */
/* ------------ ALL ACCOUNT PAGES ------------ */
/* ------------------------------------------- */
/* .account-page class used on Wishlist, My Cardholder, Profile, Order History, My Email, Offers, Account Login, Join and Reset Password Pages */
.account-page:not(.login):not(.loggedout) .main-content {
  padding-top: 15px;
  font-size: 12px;
}

.account-page:not(.login):not(.loggedout) .page-content {
  width: 80%;
  float: right;
  margin: 11px 0 40px;
  padding-left: 20px;
}

.account-page:not(.login) h1 {
  margin-bottom: 15px;
}

.account-page .page-content ul, .account-page .page-nav ul {
  padding: 0;
  list-style: none;
}

.account-page .page-content .panel {
  box-sizing: border-box;
  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: 12px;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}

/* -- All Account - Page Nav -- */
.account-page {
  max-width: 100%;
}

.account-page .page-nav {
  width: 20%;
  float: left;
  padding: 0 10px 50px;
  margin: 0;
}

.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;
  float: left;
  width: 100%;
}

.order-wrapper .order-loading {
  height: 40px;
  width: 40px;
  margin: 40px auto;
  background: transparent url(/assets/icon_loader_large.gif) center center no-repeat;
}

.order-wrapper .order-items .personalised-details .selection {
  vertical-align: top;
  margin-top: -1px;
}

.order-wrapper .order-items .personalised-details .selection img {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  margin-right: 4px;
  border-radius: 50%;
}

/* -- Order History - Accordion Headers -- */
.order-wrapper h4 {
  font-weight: bold;
  margin: 0;
  text-transform: none;
  position: relative;
  font-size: 14px;
}

.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 .btn-primary {
  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;
}

.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: "Untitled Sans", 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-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.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: 152px;
  vertical-align: top;
  padding: 0;
  font-weight: bold;
}
.profile .customer_details th, .profile .customer_details td {
  padding-bottom: 5px;
}
.profile .customer_details .btn {
  margin: 20px 0 0 152px;
  min-width: 141px;
}

.editprofile .change-password {
  margin-top: 20px;
}
.editprofile .changepw {
  margin: 20px 0 0 152px;
}
.editprofile li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.editprofile label {
  box-sizing: border-box;
  align-self: flex-start;
  width: 152px;
  margin: 0;
}
.editprofile input {
  width: 197px;
}
.editprofile .submit {
  margin: 20px 0 0 152px;
}
.editprofile .termsandconditions label {
  padding-left: 2px;
  width: 190px;
}
.editprofile .termsandconditions label em {
  position: absolute;
  left: -26px;
  top: -2px;
}
.editprofile .termsandconditions input {
  align-self: flex-start;
  margin: 0 0 0 152px;
  width: 20px;
}
.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: 152px;
  width: 100%;
}
.editprofile .input-msg span {
  max-width: 209px;
  display: inline-block;
}
.editprofile .error {
  padding: 2px 0 0 0;
  width: 100%;
  margin-left: 152px;
}
.editprofile .country-label {
  text-transform: capitalize;
}
.editprofile .email .readonly-emailaddress {
  flex-grow: 1;
  width: calc(100% - 152px);
}
.editprofile .email .readonly-emailaddress span {
  display: block;
  max-width: 197px;
}
.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-content form > .error {
  margin-bottom: 10px;
}

.profile.loggedout .editprofile .error {
  padding: 2px 0 0 152px;
  max-width: 202px;
}

.account-page.edit.loggedout .main-content {
  margin-top: 20px;
}

.account-page.edit.loggedout .editprofile {
  border-width: 0;
  float: left;
  width: 990px;
  min-height: 540px;
  background: url(/images/assetimages/loyalty-program/bg-esub-country-road.jpg) 0 bottom no-repeat #fff;
  padding: 0 20px 20px;
  position: relative;
}

.account-page.edit.loggedout .editprofile ol {
  margin-top: 20px;
}

/***** ----- Account - My Cardholder Page ----- *****/
.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-size: 14px;
  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: 0 solid #d5d5d5;
  border-right-width: 1px;
}

.account-page .cardholder_success .message a {
  margin-top: 10px;
}

/***** ----- Account - Reset Password Page ----- *****/
.login .password_reset .message em {
  color: #ff0000;
}

.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;
}

/***** ----- Account - Wishlist Page ----- *****/
.wishlist .page-content {
  padding-left: 0 !important;
}

.wishlist .page-content ul {
  padding: 0;
  margin-bottom: 3px;
}

.wishlist .page-content li {
  padding-bottom: 8px;
  list-style-image: none;
  list-style-type: none;
  font-size: 12px;
  letter-spacing: 0;
  clear: both;
}

.wishlist .page-content .products {
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  justify-content: flex-start;
}

/* Wishlist - Item Defaults */
.wishlist .page-content .item {
  position: relative;
  width: 190px;
  height: auto;
  margin: 0 4px 9px 4px;
  transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
}

.wishlist .page-content .item:hover, .wishlist .page-content .item.edit {
  background: #e9e9ea;
  text-decoration: none;
}

.wishlist .page-content .tabulated .col_5 {
  margin-right: 0;
}

.wishlist .page-content .item figure {
  width: 150px;
  height: auto;
  margin: 0 auto;
  padding-top: 20px;
}

.wishlist .page-content .item figure > div {
  display: none;
}

.wishlist .page-content .item figure > .active {
  display: block;
}

.wishlist .page-content .item figure img {
  width: 100%;
  height: auto;
}

.wishlist .page-content .item .details {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 20px 20px 8px;
}

.wishlist .page-content .item .details > form, .wishlist .page-content .item .details-form > form {
  position: relative;
}

.wishlist .page-content .item h2 {
  font-weight: bold;
  text-align: left;
  font-size: 120%;
}

.wishlist .page-content .label, .wishlist .page-content label {
  float: left;
  width: auto;
  padding: 0 5px 0 0;
  font-size: 12px;
  color: #000;
  text-transform: none;
}

.wishlist .page-content .wishlist-price .price.now {
  color: #000;
  font-weight: normal;
}

.wishlist .page-content .wishlist-price .price.original {
  display: none;
}

.wishlist .page-content .item .actions {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -webkit-transition: opacity 0.25s ease-in;
  width: 100%;
}

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

.wishlist .page-content .item .btn {
  margin-bottom: 12px;
  width: 100%;
}

.wishlist .page-content .item .text-link {
  float: left;
  margin: 0;
  text-decoration: underline;
  color: #000;
  letter-spacing: 0;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.wishlist .page-content .item .text-link:hover {
  color: #939598;
}

.wishlist .page-content .item .remove {
  float: right;
}

.wishlist .page-content .item .cancel {
  float: none;
  display: block;
}

.wishlist .page-content .item:hover .actions, .wishlist .page-content .item.edit .actions {
  opacity: 1;
}

.wishlist .page-content .item.edit .actions {
  text-align: left;
  width: 100%;
}

/* Wishlist - Item Rest State */
.wishlist .page-content .selection {
  word-break: break-all;
}

/* Wishlist - Item Unavailable */
.wishlist .page-content .unavailable-item .add-to-bag {
  visibility: hidden;
}

.wishlist .page-content .unavailable {
  margin-bottom: 0;
  font-weight: bold;
}

/* Wishlist - Item Removed, Item Added to Bag */
.wishlist .page-content .item.removed:hover {
  background: transparent;
}

.wishlist .page-content .item.removed figure, .wishlist .page-content .item.removed .details {
  opacity: 0.15;
}

.wishlist .page-content .item.removed:hover .actions {
  opacity: 0;
}

.wishlist .page-content .product-mask {
  position: absolute;
  width: 100%;
  height: 87%;
  padding: 150px 40px 0;
  z-index: 1;
  box-sizing: border-box;
  background: url(/assets/wishlist_removed.png) center 94px no-repeat;
  text-align: center;
  color: #939598;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
}

.wishlist .page-content .product-mask.added {
  background: url(/assets/wishlist_added.png) center 94px no-repeat;
}

/* Wishlist - Item Editing State */
.wishlist .page-content .details-form ul {
  margin: 0 0 5px;
}

.wishlist .page-content .details-form select {
  width: 100%;
  text-transform: none;
}

.wishlist .page-content .details-form .error_highlight select, .wishlist .page-content .details-form .error_highlight input {
  box-shadow: 0 0 2px #ff0000;
}

.wishlist .page-content .details-form .size li {
  display: none;
  padding: 0;
}

.wishlist .page-content .details-form .quantity label {
  padding-top: 1px;
}

.wishlist .page-content .details-form .quantity input {
  float: left;
  width: 25px;
  padding: 2px;
  text-align: center;
}

.wishlist .page-content .details-form .wishlist-price {
  padding: 10px 0;
  color: #000;
  text-transform: none;
}

.wishlist .page-content .details-form .wishlist-price .price_break {
  display: none;
}

.wishlist .page-content .details-form .wishlist-price .price_break.active {
  display: block;
}

/* Wishlist - iPad Styles */
.touch_events.wishlist .page-content .item:hover, .touch_events.wishlist .page-content .item.edit {
  background: transparent;
}

.touch_events.wishlist .page-content .item .actions {
  opacity: 1;
}

.touch_events.wishlist .page-content .item .actions {
  -moz-transition-property: none;
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.touch_events.wishlist .details-form .wishlist-price {
  padding-top: 5px;
}

.touch_events.wishlist .details-form .quantity {
  padding-top: 0;
}

.touch_events.wishlist .details-form .quantity label {
  padding-top: 3px;
}

.touch_events.wishlist .page-content .item.removed .actions {
  opacity: 0;
}

.touch_events.wishlist .details-form .error_highlight select, .touch_events.wishlist .details-form .error_highlight input {
  box-shadow: 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 .cms .content, .toolTip-ATB .cms .content {
  letter-spacing: normal;
}
.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::after, .tooltip-ATB .close_atb_toolTip::after, .toolTip-ATB .close_atb_tooltip::after, .toolTip-ATB .close_atb_toolTip::after {
  content: "\e905";
  font: normal 10px "cr_icons";
  font-weight: bold;
}
.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;
}

/* ------------------------------------------- */
/* -------------- GIFT REGISTRY -------------- */
/* ------------------------------------------- */
.giftregistry .page-content {
  width: 990px;
}

.giftregistry h1 {
  font-size: 14px;
  padding: 15px 0 14px;
  margin: 0;
}

.giftregistry .page-content h3 {
  margin: 0;
  padding: 0 0 5px;
  font-weight: bold;
  text-transform: none;
}

.giftregistry .page-content fieldset li {
  min-height: 33px;
}

.giftregistry .page-content fieldset .note {
  display: block;
  color: #939595;
  padding: 4px 0 0 104px;
}

.giftregistry .page-content .message {
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 19px;
}

.giftregistry .page-content .success {
  padding: 3px 0 0 35px;
  background: url(/assets/icon_error.gif) 0 0 no-repeat;
  font-weight: bold;
  color: #666669;
  font-size: 110%;
  min-height: 32px;
  clear: both;
}

.giftregistry .welcome, .giftregistry .welcome + p {
  width: 400px;
}

/***** ----- GR - Find & Login Page ----- *****/
.giftregistry .page_option {
  float: left;
  height: 300px;
}

.giftregistry .page_option + .page_option {
  margin: 0 0 0 10px;
}

.giftregistry .page_option .error {
  margin-bottom: 13px;
}

.giftregistry .page_option li {
  min-height: 24px;
}

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

.giftregistry .page_option.warning .confirm {
  text-align: center;
  padding-top: 20px;
}

/* Find & Login Page - Find Block */
.giftregistry .find input[type=text] {
  width: 230px;
}

.giftregistry .find select {
  width: 74px;
  margin-right: 10px;
}

.giftregistry .find .submit {
  margin: 10px 0 0 106px;
}

.giftregistry .find .loggedin_registry {
  padding: 10px 0 0;
}

.giftregistry .find .loggedin_registry a {
  text-transform: uppercase;
  text-decoration: none;
  color: #666669;
  font-size: 11px;
}

/* Find & Login Page - Login Block */
.giftregistry .page_option .new_customer {
  padding-top: 18px;
}

/* Find & Login Page - Logged In Block */
.giftregistry .page_option.continue a {
  display: block;
  max-width: 227px;
  margin: 20px auto 0;
}

.giftregistry .page_option.continue a + a {
  margin-top: 15px;
}

/***** ----- GR - Results Page ----- *****/
.giftregistry .registries {
  border-collapse: collapse;
  font-size: 12px;
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
}

.giftregistry .registries th {
  letter-spacing: 1px;
  padding: 7px;
  text-transform: uppercase;
  background: #f0f0f0;
}

.giftregistry .registries td {
  vertical-align: middle;
  padding: 9px 75px 9px 7px;
  font-size: 12px;
  border-bottom: 1px solid #d5d5d5;
}

.giftregistry .registries .eventlink {
  width: 112px;
  text-align: center;
  padding: 7px;
}

.giftregistry .registries .view {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #939595;
  text-decoration: underline;
  font-weight: bold;
  display: inline-block;
  padding: 4px 0;
}

.giftregistry .registries .view:hover {
  text-decoration: none;
}

.giftregistry .help {
  margin: 30px 0 100px;
  font-size: 11px;
}

.giftregistry .help h3 {
  padding-bottom: 11px;
}

.giftregistry .help .minor {
  margin-right: 5px;
}

/* Results Page - No Results */
.giftregistry.search .registry_search input[type=text] {
  width: 230px;
}

.giftregistry.search .registry_search select {
  width: 74px;
  margin-right: 10px;
}

.giftregistry.search .registry_search .major {
  margin: 10px 0 0 105px;
}

/* Results Page - Guest Login Popup */
.giftregistry .guest_login .error {
  background: url(/assets/icon_error.gif) 0 0 no-repeat;
  min-height: 32px;
  padding-top: 4px;
}

.giftregistry .guest_login p {
  font-size: 11px;
}

.giftregistry .guest_login li {
  min-height: 33px;
}

.giftregistry .guest_login label {
  font-size: 11px;
  width: 100px;
  font-weight: normal;
}

.giftregistry .guest_login input {
  width: 180px;
}

.giftregistry .guest_login .major {
  margin: 3px 0 5px 107px;
  width: 120px;
}

/***** ----- GR - Registry Items Page ----- *****/
.giftregistry .registryinfo {
  padding-top: 15px;
}

.giftregistry .registryinfo.empty {
  background-color: #f0f0f0;
  text-align: center;
  padding: 44px 0 55px;
}

.giftregistry .registryinfo.empty h2 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 43px;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}

.giftregistry .registryinfo select {
  min-width: 130px;
}

.giftregistry .registryinfo .sort {
  float: right;
}

.giftregistry .registryinfo .sort label {
  padding: 7px 7px 0 0;
  text-transform: uppercase;
  color: #939595;
  text-align: right;
}

.giftregistry .cart {
  border-collapse: collapse;
}

.giftregistry .cart th {
  letter-spacing: 1px;
  padding: 7px;
}

.giftregistry .cart th.itemprice {
  text-align: right;
  min-width: 82px;
}

.giftregistry .cart td {
  padding: 15px 7px;
}

.giftregistry .cart h3 {
  text-transform: uppercase;
  font-weight: normal;
  margin: 8px 0;
  padding: 0;
  float: left;
}

.giftregistry .cart ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

.giftregistry .cart li {
  font-size: 12px;
  padding: 0 0 5px;
}

.giftregistry .cart .label {
  display: inline-block;
  width: 70px;
  padding: 0;
}

.giftregistry .cart .price:not(.original) {
  font-weight: bold;
}

.giftregistry .cart .gr_category th {
  background: #fff;
  font-size: 14px;
  padding: 7px 7px 20px 0;
}

.giftregistry .cart tr + .gr_category th {
  padding-top: 50px;
}

.giftregistry .cart .itemprice > .pricing > p, .giftregistry .cart .itemprice > .pricing > span {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.giftregistry .cart .qty {
  text-align: center;
}

.giftregistry .cart .add {
  text-align: right;
  white-space: nowrap;
}

.giftregistry .cart .add > * {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.giftregistry .cart .add p {
  margin: 0;
}

.giftregistry .cart + .submit {
  margin: 30px 0 75px;
}

.giftregistry .cart + .submit:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.giftregistry .cart + .submit .major {
  float: right;
}

/* Registry Items Page - Logged In */
.giftregistry.loggedin .print_link {
  float: right;
}

.giftregistry.loggedin .print_link a {
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 1px;
  font-size: 12px;
  color: #939595;
  font-weight: bold;
}

.giftregistry.loggedin .print_link a:hover {
  text-decoration: none;
}

.giftregistry.loggedin .cart .remove {
  clear: both;
  color: #939595;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 1px;
  display: block;
  padding: 10px 0 0;
}

.giftregistry.loggedin .cart .purchased {
  text-align: center;
  width: 90px;
}

.giftregistry.loggedin:not(.view) .cart .requested {
  text-align: center;
}

/***** ----- GR - Registry Edit Details & Create Page ----- *****/
.giftregistry.create .page-content .view_detail {
  margin: -26px 0 0;
  float: right;
}

.giftregistry.create .page-content .message {
  float: left;
  margin: 0;
}

.giftregistry.create .page-content .instructions p {
  font-size: 11px;
}

.giftregistry.create .page-content form {
  clear: both;
}

.giftregistry.create .page-content fieldset {
  margin: 0;
  padding: 12px 0 22px;
  border: 0 solid #d5d5d5;
  border-width: 0 0 1px;
}

.giftregistry.create .page-content legend {
  padding-top: 18px;
}

.giftregistry.create .page-content li label {
  float: none;
}

.giftregistry.create .page-content li:not(.date) select {
  min-width: 199px;
}

.giftregistry.create .page-content li:not(.postcode) input[type=text] {
  width: 188px;
}

.giftregistry.create .page-content select {
  width: 60px;
  margin-right: 10px;
}

.giftregistry.create .page-content .inserts, .giftregistry.create .page-content .accept {
  border: 0;
}

.giftregistry.create .page-content .privacy {
  padding-left: 104px;
}

.giftregistry.create .page-content .privacy input {
  margin: 0;
  vertical-align: middle;
}

.giftregistry.create .page-content .privacy label {
  width: auto;
}

.giftregistry.create .page-content .privacy label:hover {
  cursor: pointer;
}

.giftregistry.create .page-content .major {
  margin: 0 0 0 104px;
  min-width: 150px;
}

/* ------------------------------------------- */
/* ---------------- 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: 0 solid #d5d5d5;
  border-width: 1px 0 0;
}

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

.sitemap section.shop {
  padding-top: 0;
  border: 0 solid #d5d5d5;
  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 {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.storefinder .page-content {
  width: 990px;
  min-height: 540px;
  clear: both;
  margin-top: 20px;
}

.store:not(button) {
  font-family: "Untitled Sans", 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;
}

.storefinder .store #store-list li h2 {
  margin-bottom: 3px;
}

.storefinder #store-list .icon-location {
  margin: 0 4px 0 -1px;
}

.storefinder #store-list .address {
  margin-top: 5px;
}

.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;
  font-size: 18px;
  padding: 0;
}

.store .search fieldset {
  display: inline-block;
  vertical-align: middle;
}

.store .search .search-store {
  border: 1px solid #d5d5d5;
  margin: 0 18px 15px;
  height: 34px;
  position: relative;
  width: 373px;
  float: left;
}

.store .search .search-store input {
  border: none !important;
  padding: 10px;
  width: 352px;
  float: left;
  background: transparent;
}

.store .search > .content {
  clear: both;
  float: none;
  width: 100%;
}

.store .divider {
  width: 70px;
  float: left;
  text-align: center;
  margin: 8px 18px 0 0;
}

.store .divider p {
  font-size: 18px;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 0.3px;
  margin-bottom: 0;
}

.store .geolocate {
  float: right;
  width: 212px;
}

.store .geolocation-prompt {
  float: left;
  width: 302px;
  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: 89px;
  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(7n+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: 0 solid #d5d5d5;
  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: "Untitled Sans", 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-content .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: "Untitled Sans", 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;
}

/* ------------------------------------------- */
/* --------------- BLOG PAGES ---------------- */
/* ------------------------------------------- */
.blog-page.landing {
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}
.blog-page.landing .main-content {
  width: auto;
}
.blog-page .col-1, .blog-page .col-2 {
  width: 100%;
}
.blog-page .page-content {
  width: 100%;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}

.blog-page .page-content, .blog-page .article_header {
  width: 100%;
}

.blog-page ul {
  padding: 0;
  list-style: none;
}

.blog-page .article_header a {
  text-decoration: none;
}

.blog-page .col-1 .blog-list-item {
  width: 100%;
  overflow: hidden;
}

.blog-page .col-1 + .col-2, .blog-page .col-2 + .col-1, .blog-page .col-1 + .col-1 {
  padding-top: 59px;
}

.blog-page .col-1:after, .blog-page .col-2:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.blog-page .col-2 .blog-list-item {
  width: 490px;
  float: left;
  overflow: hidden;
}

.blog-page .col-2 .blog-list-item:nth-child(even) {
  float: right;
  margin-left: 10px;
}

.blog-page .blog-posts.col-1 .post-intro {
  padding: 0 150px;
}

.blog-page .blog-posts.col-1 .post-intro p {
  width: 690px;
}

.blog-page .blog-posts.col-2 .post-intro p {
  width: 370px;
}

.blog-page .blog-posts:after, .blog-page .carousel-nav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.blog-page .blog-posts a {
  text-decoration: none;
  position: relative;
  display: block;
}

.blog-page .blog-posts .post-title {
  text-align: center;
}

.blog-page .blog-posts .post-intro {
  color: #fff;
  font-size: 18px;
  opacity: 0;
  background: rgba(1, 1, 1, 0.5);
  z-index: 20;
  height: 100%;
}

.blog-page .blog-posts .post-intro p {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.blog-page .blog-posts .post-intro .link-wrapper {
  display: block;
  padding-top: 10px;
}

.blog-page .blog-posts .post-intro a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  display: inline;
  border-bottom: 2px solid #fff;
}

.blog-page .blog-posts .post-intro a:hover {
  border-bottom: 2px solid transparent;
}

.blog-page .blog-posts .post-intro, .blog-page .blog-posts .post-title, .blog-page .blog-posts .post-wrapper, .blog-page .blog-posts li .post-wrapper img {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.blog-page .blog-posts .blog-list-item:hover .post-title {
  opacity: 0;
}

.blog-page .blog-posts .blog-list-item.no-intro:hover .post-title {
  opacity: 1;
}

.blog-page .blog-posts .blog-list-item:hover .post-intro {
  opacity: 1;
}

.blog-page h1 {
  margin-top: 0;
}

.blog-page .page-content img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-page .blog-snippet {
  clear: both;
  margin: 53px 0 61px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.blog-page .back-top-link a {
  position: fixed;
  bottom: 20%;
  right: 20px;
  background: url(/assets/blog_back_top.png) left 0 no-repeat;
  height: 47px;
  display: block;
  padding: 12px 0 0 38px;
  text-decoration: none;
  font-size: 16px;
  max-width: 98px;
  text-transform: uppercase;
  z-index: 300;
}

.blog-page .back-top-link a:hover {
  background-position: left -103px;
}

/***** ----- Blog - Blog Nav ----- *****/
.blog-page .blog-nav, .infopage .blog-nav {
  font-size: 18px;
  font-weight: 400;
  padding: 30px 25px;
  border-bottom: 1px solid #333;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
.blog-page .blog-nav .blog-nav-our-world a, .infopage .blog-nav .blog-nav-our-world a {
  text-decoration: none;
}
.blog-page .blog-nav nav, .infopage .blog-nav nav {
  float: right;
}
.blog-page .blog-nav nav ul, .infopage .blog-nav nav ul {
  display: flex;
}
.blog-page .blog-nav nav ul li.blog-nav-link, .infopage .blog-nav nav ul li.blog-nav-link {
  padding: 0 25px 0 0;
  list-style: none;
  font-size: 18px;
}
.blog-page .blog-nav nav ul li.blog-nav-link a, .infopage .blog-nav nav ul li.blog-nav-link a {
  text-decoration: none;
  color: #888;
}
.blog-page .blog-nav nav ul li.blog-nav-link a.active, .infopage .blog-nav nav ul li.blog-nav-link a.active {
  color: #333;
}
.blog-page .blog-nav nav ul li.blog-nav-link.active, .infopage .blog-nav nav ul li.blog-nav-link.active {
  color: #333333;
}
.blog-page .blog-nav nav ul li:last-child, .infopage .blog-nav nav ul li:last-child {
  padding: 0;
}
.blog-page #our-impact .nav-our-impact a, .infopage #our-impact .nav-our-impact a {
  color: #000;
}

#site_header.nav-down ~ .main-content .page-content .blog-nav {
  top: calc(var(--headerHeight) - 1px);
}

/***** ----- Blog - Landing Page ----- *****/
.blog-page.landing .blog-posts h4, .blog-page.landing .blog-posts h2, .blog-page.category .blog-posts h4, .blog-page.category .blog-posts h2 {
  color: #fff;
}

.blog-page.landing .instagram-feed {
  margin-top: 53px;
}

.blog-page.landing .blog-snippet + .instagram-feed {
  margin-top: 0;
}

.blog-page.landing .blog-main {
  margin: 45px 25px 0 25px;
}
.blog-page.landing .blog-main .load-more {
  height: 40px;
}

/* These styles are for landing page cms, will only work if they use the correct HTML structure in the CMS */
.blog-page .product-carousel {
  width: 900px;
  margin: 0 auto;
}

.blog-page .product-carousel li {
  width: 225px;
  height: 260px;
}

.blog-page .product-carousel li img {
  width: 100%;
  height: auto;
}

.blog-page .carousel-nav {
  position: absolute;
  top: 50%;
  width: 980px;
  left: 5px;
}

.blog-page .carousel-nav div {
  width: 25px;
  height: 29px;
  float: left;
  background: url(/assets/blog_carousel_sprite.png) center 0 no-repeat;
}

.blog-page .carousel-nav div:hover, .blog-page .load-more button:hover {
  cursor: pointer;
}

.blog-page .carousel-nav div + div {
  float: right;
  background-position: center -69px;
}

/***** ----- Blog - Category Page ----- *****/
.blog-page.category .blog-main {
  margin: 0 25px 45px 25px;
}

.blog-page.category .col-1 + .col-2 {
  padding-top: 0;
}

.blog-page.category .col-2 .blog-list-item {
  margin-top: 40px;
}

.blog-page .category-title {
  display: none;
}

/***** ----- Blog - Archive Page ----- *****/
.blog-page.archive .category-title {
  margin-bottom: 5px;
}

.blog-page.archive .category-title h2 {
  margin-bottom: 0;
}

.blog-page.archive .archive-nav {
  position: absolute;
  width: 100%;
  top: 10px;
}

.blog-page.archive .archive-nav a {
  text-transform: uppercase;
  float: left;
  font-size: 13px;
}

.blog-page.archive .archive-nav a.next {
  float: right;
}

/***** ----- Blog - Post Page ----- *****/
.blog-page.post .post-title h4 {
  font-size: 10px;
}

.blog-page.post .post-title h2 {
  font-size: 29px;
  padding: 12px 0 15px;
  line-height: normal;
}

.blog-page.post .blog-featured .item {
  width: 182px;
  display: inline-block;
  margin-left: 20px;
  padding: 0 19px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
}

.blog-page.post .blog-featured .item:first-of-type {
  margin-left: 0;
}

:root {
  --defaultBlogPostBackgroundColor: #fff;
}

.blog-page.post #main_page.main-content {
  width: auto;
  min-width: auto;
}
.blog-page.post #main_page.main-content .page-content {
  min-width: auto;
}
.blog-page.post #main_page.main-content .blog-nav {
  background-color: var(--blogPostBackgroundColor, var(--defaultBlogPostBackgroundColor));
}
.blog-page.post #main_page.main-content .blog-nav .nav-our-stories a {
  color: #000;
}
.blog-page.post #main_page.main-content header.post-title {
  background-color: var(--blogPostBackgroundColor, var(--defaultBlogPostBackgroundColor));
}
.blog-page.post #main_page.main-content header.post-title .blog-post-header-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 60px 40px;
}
.blog-page.post #main_page.main-content header.post-title .blog-post-header-wrapper .blog-post-header-info {
  flex: 0 0 45%;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
}
.blog-page.post #main_page.main-content header.post-title .blog-post-header-wrapper .blog-post-header-info .blog-post-info-wrapper {
  padding-top: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.blog-page.post #main_page.main-content header.post-title .blog-post-header-wrapper .blog-post-header-info .blog-post-info-wrapper .blog-post-date-author {
  padding-bottom: 40px;
  flex-grow: 1;
}
.blog-page.post #main_page.main-content header.post-title .blog-post-header-wrapper .blog-post-header-info .blog-post-info-wrapper .blog-post-date-author p {
  margin: 0;
}
.blog-page.post #main_page.main-content header.post-title .blog-post-header-wrapper .blog-post-header-info h1 {
  font-size: 40px;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: normal;
  margin-top: 30px;
}
.blog-page.post #main_page.main-content header.post-title .blog-post-header-wrapper .blog-post-header-info p, .blog-page.post #main_page.main-content header.post-title .blog-post-header-wrapper .blog-post-header-info span {
  font-size: 12px;
  font-weight: normal;
}
.blog-page.post #main_page.main-content header.post-title .blog-post-header-wrapper .blog-post-header-image {
  flex: 0 0 35%;
}
.blog-page.post #main_page.main-content .entry .cms figure img {
  margin: 0 auto;
}
.blog-page.post #main_page.main-content .blog-featured {
  display: flex;
  padding: 50px 15px;
  border-top: 1px solid;
}
.blog-page.post #main_page.main-content .blog-featured h3 {
  text-align: left;
  flex-basis: 30%;
  flex-shrink: 0;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
  background: none;
}
.blog-page.post #main_page.main-content .blog-featured h3 span {
  padding: 0;
  font-weight: normal;
}
.blog-page.post #main_page.main-content .blog-featured .slick-track {
  display: flex;
}
.blog-page.post #main_page.main-content .blog-featured .slick-initialized.slick-slider {
  overflow: hidden;
}
.blog-page.post #main_page.main-content .blog-featured .blog-featured-slider-container {
  display: block;
  width: 70%;
}
.blog-page.post #main_page.main-content .blog-featured .blog-featured-slider-container .blog-featured-products .slick-controls {
  list-style: none;
  width: 100%;
  margin: 0;
  z-index: auto;
}
.blog-page.post #main_page.main-content .blog-featured .blog-featured-slider-container .blog-featured-products .slick-controls li {
  margin: 0;
  list-style: none;
}
.blog-page.post #main_page.main-content .blog-featured .item .details h2 {
  text-transform: none;
  text-align: initial;
  margin: 20px 0 0 0;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}
.blog-page.post #main_page.main-content .blog-featured .item .details h2 a {
  font-size: 14px;
  letter-spacing: normal;
  text-decoration: none;
}
.blog-page.post #main_page.main-content .blog-featured .item .details .pricing {
  font-size: 14px;
  padding-top: 5px;
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.blog-page.post #main_page.main-content .related-stories {
  padding: 50px 25px;
  border-top: 1px solid;
}
.blog-page.post #main_page.main-content .related-stories h3 {
  font-size: 20px;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 45px;
}
.blog-page.post #main_page.main-content .related-stories .post-title {
  text-align: left;
  padding: 15px 0;
  margin: 0;
}
.blog-page.post #main_page.main-content .related-stories .post-title h2 {
  padding: 0;
}

@media (max-width: 1024px) {
  .blog-page.post #main_page.main-content header.post-title .blog-post-header-wrapper {
    flex-direction: column;
    padding: 60px 20px;
  }
  .blog-page.post #main_page.main-content header.post-title .blog-post-header-wrapper .blog-post-header-info .blog-post-info-wrapper {
    margin-bottom: 30px;
    flex-direction: row;
  }
  .blog-page.post #main_page.main-content header.post-title .blog-post-header-wrapper .blog-post-header-info .blog-post-info-wrapper .blog-post-date-author {
    flex: 0 0 50%;
  }
  .blog-page.post #main_page.main-content header.post-title .blog-post-header-wrapper .blog-post-header-image {
    margin: 0 -20px;
  }
  .blog-page.post #main_page.main-content .blog-featured {
    display: block;
  }
  .blog-page.post #main_page.main-content .blog-featured h3 {
    width: 100%;
  }
  .blog-page.post #main_page.main-content .blog-featured .blog-featured-slider-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .blog-page.post #main_page {
    min-width: unset;
  }
  .blog-page.post #main_page .page-content {
    min-width: unset;
  }
  .blog-page.post .blog-featured {
    flex-direction: column;
  }
  .blog-page.post .blog-featured .blog-featured-products {
    margin-top: 20px;
  }
  .blog-page.post .related-stories .masonry-grid .grid-sizer, .blog-page.post .related-stories .masonry-grid .masonry-grid-item {
    width: 46%;
  }
  .blog-page.post .related-stories .masonry-grid .masonry-grid-item:last-child {
    display: none;
  }
}
/***** ----- Blog - Filters ----- *****/
.blog-page .blog-filters {
  text-align: center;
  padding: 20px 0 40px 0;
  position: sticky;
  top: calc(var(--blogNavHeight) + 1px);
  z-index: 1;
  background: white;
}
.blog-page .blog-filters ul {
  display: flex;
  justify-content: center;
}
.blog-page .blog-filters ul .filter-link {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  margin: 0 20px;
}
.blog-page .blog-filters ul .filter-link:hover {
  color: #000;
}
.blog-page .blog-filters ul .filter-link .circle {
  height: 12px;
  width: 12px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  display: inline-block;
  margin-right: 5px;
}
.blog-page .blog-filters ul .filter-link.active .circle, .blog-page .blog-filters ul .filter-link:hover .circle {
  background-color: #000;
}
.blog-page h2.our-stories {
  font-size: 40px;
  text-transform: capitalize;
  padding: 40px 0;
  margin: 0;
  text-align: center;
  font-weight: normal;
}
.blog-page h2.our-stories::after {
  content: "";
}
.blog-page:not(.landing, .category) .blog-filters, .blog-page:not(.landing, .category) h2.our-stories {
  display: none;
}

#site_header.nav-down ~ .main-content .page-content .blog-filters {
  top: calc(var(--blogNavHeight) + var(--headerHeight));
}

.infopage.blog-our-world #main_page, .infopage.blog-our-world .main-content {
  width: auto;
  min-width: auto;
}
.infopage.blog-our-world #main_page .page-content, .infopage.blog-our-world .main-content .page-content {
  float: none;
  min-width: auto;
}
.infopage.blog-our-world #main_page .info_page, .infopage.blog-our-world .main-content .info_page {
  min-width: auto;
}
.infopage.blog-our-world #main_page .article_header, .infopage.blog-our-world .main-content .article_header {
  display: none;
}
.infopage.blog-our-world #main_page .our-world-nav, .infopage.blog-our-world .main-content .our-world-nav {
  font-size: 18px;
  padding: 15px 0;
  border-bottom: 1px solid black;
}
.infopage.blog-our-world #main_page .our-world-nav ul, .infopage.blog-our-world .main-content .our-world-nav ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
.infopage.blog-our-world #main_page .our-world-nav ul li, .infopage.blog-our-world .main-content .our-world-nav ul li {
  list-style: none;
  flex: 0 50%;
  text-align: center;
  padding: 5px 0;
}
.infopage.blog-our-world #main_page .our-world-nav ul li:not(:last-child), .infopage.blog-our-world .main-content .our-world-nav ul li:not(:last-child) {
  border-right: 1px solid black;
}
.infopage.blog-our-world #main_page .our-world-nav ul li a, .infopage.blog-our-world .main-content .our-world-nav ul li a {
  text-decoration: none;
}
.infopage.blog-our-world #main_page .our-world-nav ul li a:hover, .infopage.blog-our-world .main-content .our-world-nav ul li a:hover {
  color: #888;
}
.infopage.blog-our-world #main_page #ourworld-latest-post .latest-post, .infopage.blog-our-world .main-content #ourworld-latest-post .latest-post {
  overflow: hidden;
}
.infopage.blog-our-world #main_page #ourworld-latest-post .latest-post .post-wrapper, .infopage.blog-our-world .main-content #ourworld-latest-post .latest-post .post-wrapper {
  display: flex;
}
.infopage.blog-our-world #main_page #ourworld-latest-post .latest-post .post-wrapper figure, .infopage.blog-our-world .main-content #ourworld-latest-post .latest-post .post-wrapper figure {
  flex: 0 0 50%;
  order: 2;
  margin: 0;
}
.infopage.blog-our-world #main_page #ourworld-latest-post .latest-post .post-wrapper figure img, .infopage.blog-our-world .main-content #ourworld-latest-post .latest-post .post-wrapper figure img {
  width: 100%;
}
.infopage.blog-our-world #main_page #ourworld-latest-post .latest-post .post-wrapper .post-info, .infopage.blog-our-world .main-content #ourworld-latest-post .latest-post .post-wrapper .post-info {
  padding: 15px 15px 15px 25px;
  position: relative;
  background-color: var(--latestPostBackgroundColor, var(--defaultBlogPostBackgroundColor));
  flex: 0 0 50%;
}
.infopage.blog-our-world #main_page #ourworld-latest-post .latest-post .post-wrapper .post-info .post-title a, .infopage.blog-our-world .main-content #ourworld-latest-post .latest-post .post-wrapper .post-info .post-title a {
  text-decoration: none;
}
.infopage.blog-our-world #main_page #ourworld-latest-post .latest-post .post-wrapper .post-info .post-title h2, .infopage.blog-our-world .main-content #ourworld-latest-post .latest-post .post-wrapper .post-info .post-title h2 {
  font-size: 40px;
  text-transform: none;
  font-weight: normal;
}
.infopage.blog-our-world #main_page #ourworld-latest-post .latest-post .post-wrapper .post-info .post-title h4, .infopage.blog-our-world .main-content #ourworld-latest-post .latest-post .post-wrapper .post-info .post-title h4 {
  text-align: right;
  text-transform: none;
}
.infopage.blog-our-world #main_page #ourworld-latest-post .latest-post .post-wrapper .post-info .post-title h4::before, .infopage.blog-our-world .main-content #ourworld-latest-post .latest-post .post-wrapper .post-info .post-title h4::before {
  content: "#";
}
.infopage.blog-our-world #main_page #ourworld-latest-post .latest-post .post-wrapper .post-info .post-intro, .infopage.blog-our-world .main-content #ourworld-latest-post .latest-post .post-wrapper .post-info .post-intro {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  padding: 20px 0 30px 0;
}
.infopage.blog-our-world #main_page #ourworld-latest-post .latest-post .post-wrapper .post-info .post-intro .view-story, .infopage.blog-our-world .main-content #ourworld-latest-post .latest-post .post-wrapper .post-info .post-intro .view-story {
  text-decoration: none;
  font-size: 12px;
  padding-top: 15px;
}
.infopage.blog-our-world #main_page #ourworld-post-list, .infopage.blog-our-world .main-content #ourworld-post-list {
  margin: 45px 25px 45px 25px;
}
.infopage.blog-our-world #main_page #ourworld-post-list .latest-stories, .infopage.blog-our-world .main-content #ourworld-post-list .latest-stories {
  font-size: 20px;
  text-transform: none;
  margin-bottom: 45px;
}
.infopage.blog-our-world #main_page #ourworld-post-list .more-stories, .infopage.blog-our-world .main-content #ourworld-post-list .more-stories {
  text-decoration: none;
  font-size: 14px;
  float: right;
}
.infopage.blog-our-world #main_page #ourworld-post-list .more-stories::after, .infopage.blog-our-world .main-content #ourworld-post-list .more-stories::after {
  content: "\e918";
  font: normal 10px "cr_icons";
  font-weight: bold;
  padding-left: 10px;
}

.masonry-grid .masonry-grid-item img {
  width: 100%;
}
.masonry-grid .masonry-grid-item .blog-list-item {
  padding-bottom: 35px;
}
.masonry-grid .masonry-grid-item .blog-list-item a {
  text-decoration: none;
}
.masonry-grid .masonry-grid-item .blog-list-item .post-title {
  padding: 15px 0;
}
.masonry-grid .masonry-grid-item .blog-list-item figure {
  margin: 0;
}
.masonry-grid .masonry-grid-item .blog-list-item .post-title h2 {
  font-size: 22px;
  font-weight: normal;
  text-transform: none;
  text-shadow: none;
  margin: 0;
}
.masonry-grid .masonry-grid-item .blog-list-item .post-title h4 {
  font-size: 12px;
  font-weight: 400;
  text-shadow: none;
  text-transform: capitalize;
  color: #817E7E;
  margin-bottom: 10px;
}
.masonry-grid .masonry-grid-item .blog-list-item .post-intro {
  font-size: 14px;
  font-weight: 400;
}
.masonry-grid .masonry-grid-item .blog-list-item .link-wrapper {
  padding-top: 25px;
}
.masonry-grid .masonry-grid-item .blog-list-item:hover h2, .masonry-grid .masonry-grid-item .blog-list-item:hover .post-intro {
  color: #817E7E;
}
.masonry-grid .masonry-grid-item .blog-list-item:hover img {
  opacity: 0.5;
}

.masonry-grid.loading .loading {
  background: url(/assets/icon_loader_large.gif) 50% 50% no-repeat;
  width: 100%;
  min-height: 500px;
  float: right;
}
.masonry-grid.loading .masonry-grid-item {
  visibility: hidden;
}

.masonry-grid.loaded .loading {
  display: none;
}
.masonry-grid.loaded .masonry-grid-item {
  visibility: normal;
}

@media (max-width: 768px) {
  .blog-page .our-stories, .infopage .our-stories {
    display: none;
  }
  .blog-page .blog-filters, .infopage .blog-filters {
    position: initial;
    text-align: initial;
  }
  .blog-page .blog-filters ul, .infopage .blog-filters ul {
    flex-direction: column;
  }
  .blog-page .blog-nav, .infopage .blog-nav {
    border-bottom: none;
    padding: 0;
  }
  .blog-page .blog-nav .blog-nav-our-world, .infopage .blog-nav .blog-nav-our-world {
    display: block;
    text-align: center;
    font-size: 30px;
    padding: 20px 0;
    border-bottom: 1px solid #333;
  }
  .blog-page .blog-nav nav, .infopage .blog-nav nav {
    float: none;
    padding: 20px 0;
  }
  .blog-page .blog-nav nav ul, .infopage .blog-nav nav ul {
    justify-content: space-evenly;
  }
  .infopage.blog-our-world #main_page #ourworld-nav-container nav.our-world-nav {
    border-bottom: none;
  }
  .infopage.blog-our-world #main_page #ourworld-nav-container nav.our-world-nav ul li {
    border-right: none;
  }
}
@media (max-width: 768px) {
  .infopage.blog-our-world #main_page #ourworld-latest-post .latest-post .post-wrapper {
    flex-direction: column;
  }
  .infopage.blog-our-world #main_page #ourworld-latest-post .latest-post .post-wrapper figure {
    order: initial;
  }
  .infopage.blog-our-world #main_page #ourworld-latest-post .latest-post .post-wrapper .post-info .post-title {
    padding-bottom: 20px;
  }
  .infopage.blog-our-world #main_page #ourworld-latest-post .latest-post .post-wrapper .post-info .post-title h4 {
    display: none;
  }
  .infopage.blog-our-world #main_page #ourworld-latest-post .latest-post .post-wrapper .post-info .post-intro {
    position: initial;
  }
  .infopage.blog-our-world #main_page #ourworld-latest-post .latest-post .post-wrapper .post-info .post-intro .view-story {
    display: block;
    text-align: right;
  }
}
/* ------------------------------------------- */
/* ------ KLEBER ADDRESS AUTOCOMPLETE -------- */
/* ------------------------------------------- */
/* Used for all autocompletes - Find in Store Product Detail, 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:after {
  content: none;
}

.kleber-autocomplete li {
  padding: 2px 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  border: none;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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 {
  padding: 0;
  display: inline;
}

.kleber-autocomplete li a:hover {
  color: #000;
  background: transparent;
}

/***** ----- 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;
  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-content, .searchpage .main-content {
    margin-top: 0;
  }
  .main-content {
    border: 0 solid #d5d5d5;
    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: 0 solid #d5d5d5;
    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 #d5d5d5;
  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: 0 solid #d5d5d5;
  border-width: 1px !important;
}

.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 .success {
  padding: 3px 0 0 35px;
  background: url(/assets/icon_error.gif) 0 0 no-repeat;
  font-weight: bold;
  color: #666669;
  font-size: 110%;
  min-height: 32px;
}

.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 .sticky-header-content {
  width: 98%;
}

.touch_events #site_header .search_form {
  right: 10px;
}

.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;
}

.touch_events #site_header li li.register + li {
  margin-top: 8px;
}

.touch_events #site_header li li.register + li input[type=checkbox] {
  padding: 0;
  box-sizing: inherit;
  margin: 0 0.5em 0 0;
  height: 13px;
  width: 13px;
  border-radius: 0;
}

.touch_events #site_header input[type=checkbox] + label {
  margin-top: 2px;
}

/*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%;
}

/* ------------------------------------------- */
/* ---------------- Modals ------------------- */
/* ------------------------------------------- */
.responsive-modal {
  font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
}

.shipping-destination-modal {
  font-size: 14px;
  color: #55565C;
  font-weight: 300;
  letter-spacing: -0.2px;
  line-height: 24px;
  text-align: center;
}
.shipping-destination-modal .modal-content {
  border: 1px solid #55565C;
}
.shipping-destination-modal .modal-header {
  position: relative;
  padding: 1rem 1rem 40px 1rem;
}
.shipping-destination-modal .modal-header h4 {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}
.shipping-destination-modal .modal-body {
  padding: 0;
}
.shipping-destination-modal .btn-close {
  position: absolute;
  top: 1rem;
  right: 0;
  height: 20px;
  width: 20px;
  background-size: 10px;
}
.shipping-destination-modal a {
  color: #55565C;
  text-decoration: none;
}
.shipping-destination-modal a:hover {
  text-decoration: underline;
}
.shipping-destination-modal li {
  margin-bottom: 15px;
}

.header-login-modal {
  font-size: 14px;
  color: #55565C;
  font-weight: 300;
}
.header-login-modal a {
  color: #55565C;
}
.header-login-modal .email {
  margin-bottom: 40px;
}
.header-login-modal .password {
  margin-bottom: 15px;
}
.header-login-modal .forgot-password {
  margin-bottom: 15px;
}
.header-login-modal .remember-me {
  margin-bottom: 20px;
}
.header-login-modal hr {
  margin: 20px 0 20px;
}
.header-login-modal .no-account {
  margin-bottom: 20px;
}
.header-login-modal .invalid-feedback {
  font-size: 10px;
  padding-left: 12px;
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.header-login-modal .btn-close {
  height: 20px;
  width: 20px;
  font-size: 12px;
  background-size: 10px;
  position: absolute;
  right: 0;
  top: 3px;
}
.header-login-modal .modal-content {
  padding: 20px 40px 30px;
  border: 1px solid #55565C;
}
.header-login-modal .modal-body {
  padding: 0;
}
.header-login-modal .error {
  position: relative;
  margin: -20px 0 32px 0;
  font-weight: normal;
  color: #D21010;
  padding-left: 25px;
  background: none;
}
.header-login-modal .error p {
  font-size: 14px;
  line-height: 20px;
}
.header-login-modal .error::before {
  font-family: "cr_icons";
  font-size: 15px;
  content: "\e916";
  position: absolute;
  left: 0;
  top: 3px;
}
.header-login-modal .error_highlight .btn-outline-secondary {
  border: 1px solid #D90400 !important;
  border-left: 0 !important;
}
.header-login-modal .error_highlight.password input {
  border-right: 0 !important;
}
.header-login-modal .modal-sm {
  max-width: 343px;
}
.header-login-modal .modal-title {
  font-weight: 300;
}
.header-login-modal .modal-header {
  font-size: 16px;
  text-align: center;
  padding: 0 0 40px 0;
  position: relative;
}
.header-login-modal #show_hide_password.btn {
  border: 1px solid #949494;
  border-left: 0;
  height: 45px;
}
.header-login-modal input[type=text]:focus + #show_hide_password.btn,
.header-login-modal input[type=password]:focus + #show_hide_password.btn {
  border: 1px solid #000000;
  border-left-width: 0;
}
.header-login-modal input[type=password].pwd {
  border-right: 0;
}
.header-login-modal input[type=password].pwd:hover {
  border-right: 0;
}
.header-login-modal input[type=password].pwd:focus {
  border-right: 0;
}
.header-login-modal #header_password {
  border-right: 0;
}
.header-login-modal label {
  font-weight: 300;
  padding: 0;
  vertical-align: text-bottom;
  text-transform: none;
  letter-spacing: normal;
}
.header-login-modal .btn-signin,
.header-login-modal .btn-join {
  min-width: 150px;
}
.header-login-modal .btn.btn-secondary {
  background-color: #fff;
  color: #55565C;
  border: 1px solid #55565C;
  padding: 1.4rem 3.2rem;
}
.header-login-modal .btn.btn-secondary:hover {
  background-color: #fff;
  color: #55565C;
  border: 1px solid rgba(158, 161, 166, 0.69);
}
.header-login-modal .form-check-input {
  border-color: #55565C;
}
.header-login-modal .form-check-input:checked {
  background-color: #55565C;
}
.header-login-modal textarea,
.header-login-modal input[type=text],
.header-login-modal input[type=password],
.header-login-modal input[type=email],
.header-login-modal input[type=date],
.header-login-modal input[type=tel] {
  border: 1px solid #949494;
}
.header-login-modal textarea:hover,
.header-login-modal input[type=text]:hover,
.header-login-modal input[type=password]:hover,
.header-login-modal input[type=email]:hover,
.header-login-modal input[type=date]:hover,
.header-login-modal input[type=tel]:hover {
  border-color: #817E7E;
}
.header-login-modal textarea:focus,
.header-login-modal input[type=text]:focus,
.header-login-modal input[type=password]:focus,
.header-login-modal input[type=email]:focus,
.header-login-modal input[type=date]:focus,
.header-login-modal input[type=tel]:focus {
  border-color: #000000;
}
.header-login-modal input.form-control,
.header-login-modal input[type=password].form-control,
.header-login-modal input[type=email].form-control {
  height: 45px;
  font-size: 100%;
}
.header-login-modal .btn-outline-secondary:hover {
  border: 1px solid #817E7E;
}
.header-login-modal .btn-outline-secondary:focus {
  border: 1px solid #000000;
  border-left: 0;
}
.header-login-modal .remember-me label {
  font-size: 14px;
}
.header-login-modal .form-floating label {
  position: absolute;
  top: 0;
  padding: 14px 12px;
}
.header-login-modal .was-validated input[type=password]:invalid,
.header-login-modal .was-validated input[type=email]:invalid,
.header-login-modal .was-validated input[type=text]:invalid,
.header-login-modal input.is-invalid[type=password],
.header-login-modal input.is-invalid[type=email],
.header-login-modal input.is-invalid[type=text],
.header-login-modal .input-group input.is-invalid[type=text] {
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2219px%22%20height%3D%2219px%22%20viewBox%3D%220%200%2019%2019%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2063.1%20(92452)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eerror%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.4366197%2C13.4366197%20L13.4366197%2C7.72769953%20L11.5633803%2C7.72769953%20L11.5633803%2C13.4366197%20L13.4366197%2C13.4366197%20Z%20M13.4366197%2C17.2723005%20L13.4366197%2C15.3544601%20L11.5633803%2C15.3544601%20L11.5633803%2C17.2723005%20L13.4366197%2C17.2723005%20Z%20M5.76525822%2C5.80985915%20C7.63850702%2C3.93661035%209.8833985%2C3%2012.5%2C3%20C15.1166015%2C3%2017.3540596%2C3.92917694%2019.2124413%2C5.78755869%20C21.0708231%2C7.64594043%2022%2C9.8833985%2022%2C12.5%20C22%2C15.1166015%2021.0708231%2C17.3540596%2019.2124413%2C19.2124413%20C17.3540596%2C21.0708231%2015.1166015%2C22%2012.5%2C22%20C9.8833985%2C22%207.64594043%2C21.0708231%205.78755869%2C19.2124413%20C3.92917694%2C17.3540596%203%2C15.1166015%203%2C12.5%20C3%2C9.8833985%203.92174352%2C7.65337385%205.76525822%2C5.80985915%20Z%22%20id%3D%22path-1%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22%F0%9F%93%B7-Icons%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icons---Base%22%20transform%3D%22translate(-472.000000%2C%20-969.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2Fbase%2Ferror%22%20transform%3D%22translate(469.000000%2C%20966.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22Fill%22%20fill%3D%22%23D21010%22%20fill-rule%3D%22evenodd%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
@media all and (-ms-high-contrast: none) {
  .header-login-modal *::-ms-backdrop,
  .header-login-modal .form-floating > input[type=email]:focus ~ label,
  .header-login-modal .form-floating > input.not-empty[type=email] ~ label,
  .header-login-modal .form-floating > input[type=password]:focus ~ label,
  .header-login-modal .form-floating > input.not-empty[type=password] ~ label,
  .header-login-modal .form-floating > input[type=text]:focus ~ label,
  .header-login-modal .form-floating > input.not-empty[type=text] ~ label {
    padding: 0 4px;
    transform: scale(0.75) translateY(-2rem) translateX(-0.5rem) !important;
  }
}
.header-login-modal input::-ms-reveal {
  display: none;
}
.header-login-modal input[type=checkbox] {
  cursor: pointer;
}
.header-login-modal input[type=checkbox]:checked {
  background-size: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22SvgjsSvg1001%22%20width%3D%22288%22%20height%3D%22288%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asvgjs%3D%22http%3A%2F%2Fsvgjs.com%2Fsvgjs%22%3E%3Cdefs%20id%3D%22SvgjsDefs1002%22%3E%3C%2Fdefs%3E%3Cg%20id%3D%22SvgjsG1008%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C0%2C0)%22%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22Layer%201%22%20viewBox%3D%220%200%2064%2064%22%20width%3D%22288%22%20height%3D%22288%22%3E%3Cpolygon%20points%3D%2255.09%207.09%2020.96%2041.22%209.87%2030.13%201.22%2038.78%2012.31%2049.87%2012.31%2049.87%2020.96%2058.51%2029.61%2049.87%2063.74%2015.74%2055.09%207.09%22%20fill%3D%22%23ffffff%22%20class%3D%22color000%20svgShape%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.header-login-modal input[type=checkbox]:checked::-ms-check {
  background-color: #55565C;
  color: white;
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22SvgjsSvg1001%22%20width%3D%22288%22%20height%3D%22288%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asvgjs%3D%22http%3A%2F%2Fsvgjs.com%2Fsvgjs%22%3E%3Cdefs%20id%3D%22SvgjsDefs1002%22%3E%3C%2Fdefs%3E%3Cg%20id%3D%22SvgjsG1008%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C0%2C0)%22%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22Layer%201%22%20viewBox%3D%220%200%2064%2064%22%20width%3D%22288%22%20height%3D%22288%22%3E%3Cpolygon%20points%3D%2255.09%207.09%2020.96%2041.22%209.87%2030.13%201.22%2038.78%2012.31%2049.87%2012.31%2049.87%2020.96%2058.51%2029.61%2049.87%2063.74%2015.74%2055.09%207.09%22%20fill%3D%22%23ffffff%22%20class%3D%22color000%20svgShape%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.header-login-modal + .modal-backdrop {
  background-color: rgba(255, 255, 255, 0.83);
}
.header-login-modal + .modal-backdrop.show {
  opacity: 1;
}

.ie_11 .modal-dialog-centered {
  height: calc(100% - 1rem);
}
@media (min-width: 576px) {
  .ie_11 .modal-dialog-centered {
    height: calc(100% - 3.5rem);
  }
}
.ie_11 .header-login-modal .d-grid .btn {
  min-width: 100%;
  display: block;
}

/* -------------------------------------------------------------- */
/* ------------------ MASONARY PLUGIN STYLES---------------------- */
/* -------------------------------------------------------------- */
.masonry-grid .gutter-sizer {
  width: 4%;
}

@media (max-width: 768px) {
  .masonry-grid .grid-sizer, .masonry-grid .masonry-grid-item {
    width: auto;
  }
}
@media (min-width: 768px) {
  .masonry-grid .grid-sizer, .masonry-grid .masonry-grid-item {
    width: 46%;
  }
}
@media (min-width: 1024px) {
  .masonry-grid .grid-sizer, .masonry-grid .masonry-grid-item {
    width: 30.6%;
  }
}

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