﻿:root {
  --main-colour: #3a4148;
  --alt-main-colour: #3a4148;
  --anchor-colour: #3a4148;
  --anchor-hover-decoration: none;
  --h1-colour: #3a4148;
  --h2-colour: rgba(58, 65, 72, 0.5);
  --fore-colour: #3a4148;
  --bg-colour: #f4f4f4;
  --border-colour: #dbdbdb;
  --top-strip-bg: #2b3136;
  --footer-bg: #2b3136;
  --footer-link: #FFF;
  --footer-fore: rgba(255, 255, 255, 0.5);
  --header-colour: #3a4148;
  --burger-colour: #3a4148;
  --header-org-logo: url('https://cdn.majestri.com.au/img/logos/maj-white-crown-128x128.png');
  --maj-footer-logo: url('https://cdn.majestri.com.au/img/logos/maj-green-white-logo.png');
  --menu-bg: #e1e3e4;
  --menu-fore: #3a4148;
  --menu-bg-hover: rgba(255, 255, 255, 0.25);
  --menu-fore-hover: #3a4148;
  --menu-bg-current: rgba(255, 255, 255, 0.25);
  --menu-fore-current: #3a4148;
  --submenu-bg: #3a4148;
  --submenu-fore: #FFF;
  --submenu-bg-hover: rgba(255, 255, 255, 0.25);
  --submenu-fore-hover: #FFF;
  --main-gradient: linear-gradient(-45deg, rgba(58, 65, 72, 0.85) 0%, #3a4148 100%);
  --primary-font: 'Nunito Sans';
  --header-font: 'Nunito Sans';
  --max-site-width: 100%;
  --site-bg: url('');
  --site-header-bg: url('');
  --site-header-image-margin: 4px 0;
  --site-header-image-height: 128px;
  --fore-a07: rgba(58, 65, 72, 0.07);
  --fore-a20: rgba(58, 65, 72, 0.2);
  --fore-a25: rgba(58, 65, 72, 0.25);
  --fore-a30: rgba(58, 65, 72, 0.3);
  --fore-a40: rgba(58, 65, 72, 0.4);
  --fore-a50: rgba(58, 65, 72, 0.5);
  --fore-a75: rgba(58, 65, 72, 0.75);
  --fore-l70: #f2f3f5;
  --main-a07: rgba(58, 65, 72, 0.07);
  --main-a15: rgba(58, 65, 72, 0.15);
  --main-a30: rgba(58, 65, 72, 0.3);
  --main-a50: rgba(58, 65, 72, 0.5);
  --main-a85: rgba(58, 65, 72, 0.85);
  --main-l5: #454e56;
  --main-l10: #515a64;
  --main-d5: #2f343a;
  --bg-a85: rgba(244, 244, 244, 0.85);
  --bg-a90: rgba(244, 244, 244, 0.9);
  --bg-a95: rgba(244, 244, 244, 0.95);
  --border-a25: rgba(219, 219, 219, 0.25);
  --border-a30: rgba(219, 219, 219, 0.3);
  --border-a33: rgba(219, 219, 219, 0.33);
  --border-a40: rgba(219, 219, 219, 0.4);
  --border-a50: rgba(219, 219, 219, 0.5);
  --border-a85: rgba(219, 219, 219, 0.85);
  --border-l8: #efefef;
}
div.modal.page.addBundleToCartPage,
div.modal.page.prodPurchasePopup {
  width: 530px;
}
div.modal.page.addBundleToCartPage p.intro,
div.modal.page.prodPurchasePopup p.intro {
  margin-bottom: 0.75rem;
}
div.modal.page.addBundleToCartPage form > div.bundleItem.instance,
div.modal.page.prodPurchasePopup form > div.bundleItem.instance {
  border-top-width: 0;
  padding-top: 0;
}
div.modal.page.addBundleToCartPage div.bundleItem.instance,
div.modal.page.prodPurchasePopup div.bundleItem.instance {
  padding-left: 5rem;
  position: relative;
  min-height: 4.25rem;
  box-sizing: border-box;
  border-top: 1px solid var(--border-colour);
  padding-top: 1.5rem;
}
div.modal.page.addBundleToCartPage div.bundleItem.instance .deCtl.optionCode,
div.modal.page.prodPurchasePopup div.bundleItem.instance .deCtl.optionCode,
div.modal.page.addBundleToCartPage div.bundleItem.instance .deCtl.qty,
div.modal.page.prodPurchasePopup div.bundleItem.instance .deCtl.qty {
  padding: 0;
}
div.modal.page.addBundleToCartPage div.bundleItem.instance .deCtl.optionCode > label,
div.modal.page.prodPurchasePopup div.bundleItem.instance .deCtl.optionCode > label,
div.modal.page.addBundleToCartPage div.bundleItem.instance .deCtl.qty > label,
div.modal.page.prodPurchasePopup div.bundleItem.instance .deCtl.qty > label {
  float: left;
  padding-top: 0.875rem;
  padding-right: 0.75rem;
  width: 90px;
  box-sizing: border-box;
}
div.modal.page.addBundleToCartPage div.bundleItem.instance .deCtl.optionCode > select,
div.modal.page.prodPurchasePopup div.bundleItem.instance .deCtl.optionCode > select,
div.modal.page.addBundleToCartPage div.bundleItem.instance .deCtl.qty > select,
div.modal.page.prodPurchasePopup div.bundleItem.instance .deCtl.qty > select {
  max-width: 312px;
  min-width: 103px;
}
div.modal.page.addBundleToCartPage div.bundleItem.instance .deCtl.optionCode > input,
div.modal.page.prodPurchasePopup div.bundleItem.instance .deCtl.optionCode > input,
div.modal.page.addBundleToCartPage div.bundleItem.instance .deCtl.qty > input,
div.modal.page.prodPurchasePopup div.bundleItem.instance .deCtl.qty > input {
  width: 103px;
}
div.modal.page.addBundleToCartPage div.bundleItem.instance .deCtl.qty,
div.modal.page.prodPurchasePopup div.bundleItem.instance .deCtl.qty {
  margin-top: 0.25rem;
}
div.modal.page.addBundleToCartPage div.bundleItem.instance + div.bundleItem.instance,
div.modal.page.prodPurchasePopup div.bundleItem.instance + div.bundleItem.instance {
  margin-top: 1.5rem;
}
div.modal.page.addBundleToCartPage div.bundleItem.instance > h3 > .idx,
div.modal.page.prodPurchasePopup div.bundleItem.instance > h3 > .idx {
  font-weight: normal;
  background: var(--border-colour);
  font-size: 0.625rem;
  white-space: nowrap;
  float: right;
  padding: 0 0.5rem;
  margin-left: 0.375rem;
  line-height: 1.125rem;
  box-sizing: border-box;
  text-align: center;
}
div.modal.page.addBundleToCartPage div.bundleItem.instance > .img,
div.modal.page.prodPurchasePopup div.bundleItem.instance > .img {
  width: 4.25rem;
  height: 4.25rem;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0.75rem;
}
div.modal.page.addBundleToCartPage div.bundleItem.instance > .img.auto,
div.modal.page.prodPurchasePopup div.bundleItem.instance > .img.auto {
  opacity: 0.25;
}
div.usrShoppingCartSummary {
  box-sizing: border-box;
  background: var(--bg-colour);
  padding: 1.5rem;
}
div.usrShoppingCartSummary > :not(:first-child) {
  margin-top: 1.25rem;
}
div.usrShoppingCartSummary > hr {
  border-top: 2px solid #FFF;
}
div.usrShoppingCartSummary > h3,
div.usrShoppingCartSummary > hr {
  display: none;
}
div.usrShoppingCartSummary > h3 {
  font-size: 1.25rem;
  font-weight: 400;
}
div.usrShoppingCartSummary h4 {
  color: var(--fore-colour);
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}
div.usrShoppingCartSummary > div.summaryActions {
  font-size: 0;
  display: block;
}
div.usrShoppingCartSummary > div.summaryActions > a.button {
  display: inline-block;
}
div.usrShoppingCartSummary > div.summaryActions > a.button.done {
  text-transform: uppercase;
  font-size: 0.75rem;
  width: 100%;
  font-weight: 700;
  max-width: 140px;
}
div.usrShoppingCartSummary > div.cartTotal {
  text-align: right;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-colour);
  margin-top: 0;
}
div.usrShoppingCartSummary > div.cartTotal > h4 {
  float: left;
  margin-top: 2px;
  line-height: 1.25rem;
}
div.usrShoppingCartSummary > div.cartTotal > h4 > span {
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
  padding: 2px 0;
  box-sizing: border-box;
  min-width: 24px;
  text-align: center;
  border-radius: 12px;
  background: var(--border-a50);
}
div.usrShoppingCartSummary > div.cartTotal > p {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 800;
}
div.usrShoppingCartSummary > ul.items > li {
  font-size: 0.875rem;
  margin-top: 0.375rem;
}
div.usrShoppingCartSummary > ul.items > li > span {
  line-height: 1rem;
}
div.usrShoppingCartSummary > ul.items > li > .qty {
  white-space: nowrap;
  font-size: 11px;
}
div.usrShoppingCartSummary > ul.items > li > .qty:not(.multi) {
  display: none;
}
div.usrShoppingCartSummary > ul.items > li > .qty:before {
  content: ' x ';
  opacity: 0.7;
  display: inline-block;
  width: 0.75rem;
  text-align: center;
  font-size: 11px;
}
div.usrShoppingCartSummary > ul.items > li > .option {
  font-size: 11px;
  /*&:after {
                    content: ')';
                }*/
}
div.usrShoppingCartSummary > ul.items > li > .option:before {
  content: ' ';
}
body.shopPage p.blurb.hdr {
  padding: 0.75rem;
  border: 1px solid var(--border-colour);
  background: var(--bg-colour);
  margin-top: 0.75rem;
}
body.shopPage .shopItems {
  margin-top: 0.75rem;
}
body.shopPage .shopItems > .bundles > .items > .bundle.productCard {
  border-color: var(--main-colour);
  border-width: 2px;
}
body.shopPage .shopItems > .bundles > .items > .bundle.productCard > .name {
  font-weight: 600;
}
body.shopPage .shopItems > .bundles > .items > .bundle.productCard > .descr {
  font-size: 0.875rem;
}
body.shopPage .shopItems > .products > h2 {
  position: sticky;
  background: #FFF;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.75rem 0;
  top: 0;
  z-index: 2;
  color: var(--fore-colour);
  font-size: 1.5rem;
  font-weight: 800;
}
body.shopPage .shopItems > .products > h2.trigger {
  cursor: pointer;
}
body.shopPage .shopItems > .products > .items {
  text-align: left;
  margin: -0.375rem;
}
body.shopPage .shopItems > .products > .items > .productCard {
  width: 325px;
  max-width: 100%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  padding: 0.75rem;
  margin: 0.375rem;
  border: 1px solid var(--border-colour);
}
body.shopPage .shopItems > .products > .items > .productCard.adminOnly:before {
  content: 'Admin Only';
  background: url('/tpng?n=padlock&c=main&v=8') no-repeat 4px 6px;
  background-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px;
  padding-left: 24px;
  padding-right: 8px;
  line-height: 20px;
  white-space: nowrap;
  z-index: 2;
  font-size: 13px;
  background-color: var(--border-a85);
  border-radius: 0 0 14px 0;
}
body.shopPage .shopItems > .products > .items > .productCard > .images {
  padding-top: 100%;
  position: relative;
}
body.shopPage .shopItems > .products > .items > .productCard > .images > .inCart {
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 0.25rem;
  padding-right: 0.375rem;
  border-radius: 0 0 12px 0;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #3fc088;
  z-index: 2;
}
body.shopPage .shopItems > .products > .items > .productCard > .images.auto > .img {
  opacity: 0.25;
}
body.shopPage .shopItems > .products > .items > .productCard > .images > .img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: scale-down;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  transform: scale(0.99);
  transform-origin: bottom center;
  z-index: 1;
  transition: opacity 2.5s cubic-bezier(0.22, 1, 0.36, 1), transform 5s cubic-bezier(0.22, 1, 0.36, 1);
}
body.shopPage .shopItems > .products > .items > .productCard > .images > .img.auto {
  opacity: 0.25;
}
body.shopPage .shopItems > .products > .items > .productCard > .images > .img.other {
  opacity: 0;
  z-index: 0;
}
body.shopPage .shopItems > .products > .items > .productCard > .images.multi:after {
  content: '';
  position: absolute;
  bottom: -0.75rem;
  left: -0.75rem;
  right: -0.75rem;
  height: 2px;
  margin-bottom: -1px;
  background-color: #3fc088;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 9.5s ease-in;
}
body.shopPage .shopItems > .products > .items > .productCard > .images.multi.reset:after {
  transform: none;
  transition: none;
}
body.shopPage .shopItems > .products > .items > .productCard > .images.multi > .img {
  transform: none;
}
body.shopPage .shopItems > .products > .items > .productCard > .images.multi > .img.other {
  transform: scale(0.95);
}
body.shopPage .shopItems > .products > .items > .productCard:hover {
  cursor: pointer;
}
body.shopPage .shopItems > .products > .items > .productCard:hover > .images:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #3fc088;
}
body.shopPage .shopItems > .products > .items > .productCard:hover > .images:not(.multi) .img {
  transition: transform 12s cubic-bezier(0.22, 1, 0.36, 1);
  transform: none;
}
body.shopPage .shopItems > .products > .items > .productCard:hover > .dtls {
  background: var(--main-colour);
  box-shadow: var(--main-colour) 0 0 0 1px;
}
body.shopPage .shopItems > .products > .items > .productCard:hover > .dtls > .name {
  color: #FFF;
}
body.shopPage .shopItems > .products > .items > .productCard:hover > .dtls > .price {
  color: #FFF;
  opacity: 0.7;
}
body.shopPage .shopItems > .products > .items > .productCard:hover > .dtls > .bundleItems {
  color: #FFF;
  opacity: 0.7;
}
body.shopPage .shopItems > .products > .items > .productCard.bundle > .dtls {
  box-sizing: border-box;
  min-height: 162px;
}
body.shopPage .shopItems > .products > .items > .productCard > .dtls {
  padding: 0.75rem;
  margin: -0.75rem;
  margin-top: 0.75rem;
  position: relative;
  background: var(--border-a40);
  box-shadow: var(--border-colour) 0 -1px 0;
}
body.shopPage .shopItems > .products > .items > .productCard > .dtls > .name {
  line-height: 19px;
  font-weight: 600;
  display: block;
  min-height: 38px;
}
body.shopPage .shopItems > .products > .items > .productCard > .dtls > .price {
  line-height: 1.25rem;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.25rem;
  display: block;
}
body.shopPage .shopItems > .products > .items > .productCard > .dtls > .price > .oldPrice {
  float: left;
  padding-right: 0.75rem;
  font-weight: normal;
  text-decoration: line-through;
}
body.shopPage .shopItems > .products > .items > .productCard > .dtls > .bundleItems {
  margin-top: 0.375rem;
}
body.shopPage .shopItems > .products > .items > .productCard > .dtls > .bundleItems > p.intro {
  font-size: 0.75rem;
  float: left;
  padding-right: 0.375rem;
}
body.shopPage .shopItems > .products > .items > .productCard > .dtls > .bundleItems > ul > li {
  display: inline;
  font-size: 13px;
  line-height: 1rem;
}
body.shopPage .shopItems > .products > .items > .productCard > .dtls > .bundleItems > ul > li > span > .qty {
  white-space: nowrap;
}
body.shopPage .shopItems > .products > .items > .productCard > .dtls > .bundleItems > ul > li > span > .qty:before {
  content: ' x ';
  opacity: 0.7;
  display: inline-block;
  width: 0.75rem;
  text-align: center;
  font-size: 11px;
}
body.shopPage .shopItems > .products > .items > .productCard > .dtls > .bundleItems > ul > li:not(:last-child):after {
  content: ', ';
}
body.shopPage .shopItems > .products > .items > .product {
  clear: both;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px solid var(--border-colour);
  padding-right: 5rem;
  position: relative;
}
body.shopPage .shopItems > .products > .items > .product > .imageSet {
  background: var(--bg-colour);
  width: 100%;
  max-width: 128px;
  float: left;
  margin-right: 1rem;
}
body.shopPage .shopItems > .products > .items > .product > .imageSet > .image {
  padding: 50% 0;
}
body.shopPage .shopItems > .products > .items > .product > .name {
  font-weight: 600;
}
body.shopPage .shopItems > .products > .items > .product > .descr {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
body.shopPage .shopItems > .products > .items > .product > .options {
  margin: -1px;
  margin-top: 0.5rem;
}
body.shopPage .shopItems > .products > .items > .product > .options > .option {
  display: inline-block;
  background: var(--bg-colour);
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0.25rem;
  margin: 1px;
  box-sizing: border-box;
  min-width: 1.5rem;
  text-align: center;
}
body.shopPage .shopItems > .products > .items > .product > .price {
  position: absolute;
  top: 1rem;
  right: 0;
  font-weight: 600;
}
body.productLandingPage div.usrShoppingCartSummary,
body.shopPage div.usrShoppingCartSummary {
  margin-top: -1.5rem;
  width: 280px;
  padding: 0.75rem;
  float: right;
  position: relative;
}
body.productLandingPage div.usrShoppingCartSummary + *,
body.shopPage div.usrShoppingCartSummary + * {
  clear: both;
}
body.productLandingPage div.usrShoppingCartSummary > .items,
body.shopPage div.usrShoppingCartSummary > .items {
  display: none;
}
body.productLandingPage div.usrShoppingCartSummary:hover > ul.items,
body.shopPage div.usrShoppingCartSummary:hover > ul.items {
  position: absolute;
  z-index: 3;
  background: var(--bg-colour);
  top: 107px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0.75rem;
}
body.productLandingPage div.usrShoppingCartSummary:hover > ul.items:before,
body.shopPage div.usrShoppingCartSummary:hover > ul.items:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0.75rem;
  right: 0.75rem;
  border-top: 1px solid var(--border-colour);
}
body.productLandingPage div.usrShoppingCartSummary:hover > ul.items > li:first-child,
body.shopPage div.usrShoppingCartSummary:hover > ul.items > li:first-child {
  margin-top: 0;
}
body.productLandingPage div.usrShoppingCartSummary > div.cartTotal,
body.shopPage div.usrShoppingCartSummary > div.cartTotal {
  padding-bottom: 0.75rem;
}
body.productLandingPage div.usrShoppingCartSummary > div.cartTotal > p,
body.shopPage div.usrShoppingCartSummary > div.cartTotal > p {
  font-size: 1.125rem;
}
body.productLandingPage div.usrShoppingCartSummary > div.summaryActions,
body.shopPage div.usrShoppingCartSummary > div.summaryActions {
  margin-top: 0.25rem;
  text-align: right;
}
body.productLandingPage div.usrShoppingCartSummary > div.summaryActions > a.button,
body.shopPage div.usrShoppingCartSummary > div.summaryActions > a.button {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
#shopNavPnl {
  overflow: hidden;
  margin-top: -0.375rem;
  text-align: center;
  background: var(--border-colour);
  padding: 0.25rem;
  position: relative;
  padding-top: 0;
  position: sticky;
  z-index: 3;
  top: 0;
}
#shopNavPnl:empty {
  display: none;
}
#shopNavPnl + h1,
#shopNavPnl + div.titleActionContainer {
  margin-top: 0.75rem;
}
#shopNavPnl:after {
  content: 'Viewing Product';
  white-space: nowrap;
  line-height: 2.5rem;
  font-size: 13px;
  font-weight: 800;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 0.25rem;
}
#shopNavPnl > a.shop {
  position: relative;
  z-index: 1;
  margin-top: 0.25rem;
}
#shopNavPnl > a.shop:before {
  content: '\2190';
  position: relative;
  display: inline-block;
  padding-right: 0.375rem;
  transition: transform 0.3s;
  font-size: 0.875rem;
  margin: -1px 0;
  visibility: visible;
}
#shopNavPnl > a.shop:hover:before,
#shopNavPnl > a.shop:focus:before,
#shopNavPnl > a.shop:active:before {
  transform: translateX(-0.25rem);
}
#shopNavPnl > div.next {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 0.25rem;
}
#shopNavPnl > div.next > a.cart {
  margin-right: 0.25rem;
}
#shopNavPnl > div.next > a.cart > span.total {
  font-weight: 400;
  font-size: 0.75rem;
  position: relative;
  right: -0.25rem;
  line-height: 2rem;
}
#shopNavPnl > div.next > a.checkout {
  background: #00B466;
  color: rgba(255, 255, 255, 0.85);
}
#shopNavPnl > div.next > a.checkout:after {
  content: '\2192';
  position: relative;
  display: inline-block;
  padding-left: 0.375rem;
  transition: transform 0.3s;
  font-size: 0.875rem;
  margin: -1px 0;
  visibility: visible;
}
#shopNavPnl > div.next > a.checkout:hover:after,
#shopNavPnl > div.next > a.checkout:focus:after,
#shopNavPnl > div.next > a.checkout:active:after {
  transform: translateX(0.25rem);
}
#shopNavPnl > div.next > a.checkout:hover,
#shopNavPnl > div.next > a.checkout:focus,
#shopNavPnl > div.next > a.checkout:active {
  color: #FFF;
}
#shopNavPnl a {
  white-space: nowrap;
  float: left;
  line-height: 2.5rem;
  padding: 0 0.75rem;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
#shopNavPnl a:focus,
#shopNavPnl a:active,
#shopNavPnl a:hover {
  background: #FFF;
}
body.productBundleLandingPage .productCard > .dtls > .bundleItems > ul > li > .price {
  text-decoration: line-through;
}
body.productLandingPage.preview #preHeaderWrapper,
body.productLandingPage.preview #headerWrapper,
body.productLandingPage.preview #footerWrapper {
  display: none;
}
body.productLandingPage.preview .breadcrumbs {
  display: none;
}
body.productLandingPage #main > .page > h1 {
  display: none;
}
body.productLandingPage .productCard {
  margin-top: 1.5rem;
}
body.productLandingPage .productCard > .images {
  width: 50%;
  float: left;
  position: relative;
  padding-right: 1.5rem;
  box-sizing: border-box;
}
body.productLandingPage .productCard > .images.auto > .viewBox > li > .img > img,
body.productLandingPage .productCard > .images > .viewBox > li > .img.auto > img {
  opacity: 0.25;
}
body.productLandingPage .productCard > .images > .viewBox {
  background: #FFF;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  user-select: none;
}
body.productLandingPage .productCard > .images > .viewBox > li {
  padding-top: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
body.productLandingPage .productCard > .images > .viewBox > li > .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 50% 0;
}
body.productLandingPage .productCard > .images > .viewBox > li > .img > img {
  position: absolute;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  top: 0;
}
body.productLandingPage .productCard > .images > .viewBox > li > .blurb {
  display: none;
  /*position: absolute;
                        left: 0;
                        right: 0;
                        bottom: -2rem;
                        box-sizing: border-box;
                        min-height: 2rem;
                        box-shadow: var(--main-a15) 0 -1px 0;
                        background: fade(#FFF, 70);
                        font-size: .875rem;
                        line-height: 1.125rem;
                        padding-top: .75rem;

                        & > .title {
                            font-weight: 600;
                            font-size: 1rem;
                        }*/
}
body.productLandingPage .productCard > .images > .viewBox > li.selected {
  opacity: 1;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
body.productLandingPage .productCard > .images > .viewBox > li.enterLeft,
body.productLandingPage .productCard > .images > .viewBox > li.enterRight {
  transition: none;
  position: absolute;
}
body.productLandingPage .productCard > .images > .viewBox > li.enterRight,
body.productLandingPage .productCard > .images > .viewBox > li.exitRight {
  transform: translateX(100%);
  position: absolute;
}
body.productLandingPage .productCard > .images > .viewBox > li.enterLeft,
body.productLandingPage .productCard > .images > .viewBox > li.exitLeft {
  transform: translateX(-100%);
  position: absolute;
}
body.productLandingPage .productCard > .images > .blurb {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  min-height: 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
body.productLandingPage .productCard > .images > .blurb > .imgNo {
  font-size: 0.625rem;
  white-space: nowrap;
  background: var(--border-colour);
  float: right;
  padding: 0 0.5rem;
  margin-left: 0.375rem;
  line-height: 1.125rem;
  box-sizing: border-box;
  text-align: center;
}
body.productLandingPage .productCard > .images > .blurb > .title {
  font-weight: 600;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.7);
}
body.productLandingPage .productCard > .images > .blurb > .caption {
  background: rgba(255, 255, 255, 0.7);
}
body.productLandingPage .productCard > .images > .blurb:empty {
  visibility: hidden;
}
body.productLandingPage .productCard > .images > a.nav,
body.productLandingPage .productCard > .images > a.fullScreen {
  position: absolute;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.3;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  color: transparent;
}
body.productLandingPage .productCard > .images > a.nav:hover,
body.productLandingPage .productCard > .images > a.fullScreen:hover,
body.productLandingPage .productCard > .images > a.nav:focus,
body.productLandingPage .productCard > .images > a.fullScreen:focus,
body.productLandingPage .productCard > .images > a.nav:active,
body.productLandingPage .productCard > .images > a.fullScreen:active {
  opacity: 1;
}
body.productLandingPage .productCard > .images > a.nav.na,
body.productLandingPage .productCard > .images > a.fullScreen.na {
  display: none;
}
body.productLandingPage .productCard > .images > a.fullScreen {
  top: 0;
  right: 1.5rem;
}
body.productLandingPage .productCard > .images > a.fullScreen:before,
body.productLandingPage .productCard > .images > a.fullScreen:after {
  content: '';
  box-sizing: border-box;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 0.75rem;
  background: var(--main-colour);
  top: 50%;
  margin-top: -0.375rem;
  position: absolute;
  transform-origin: center center;
}
body.productLandingPage .productCard > .images > a.fullScreen:after {
  transform: rotate(90deg);
}
body.productLandingPage .productCard > .images > a.fullScreen > .cnr {
  border: 0 solid var(--main-colour);
  width: 0.5rem;
  height: 0.5rem;
  box-sizing: border-box;
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
body.productLandingPage .productCard > .images > a.fullScreen > .cnr.l {
  border-left-width: 2px;
  left: 0.75rem;
}
body.productLandingPage .productCard > .images > a.fullScreen > .cnr.r {
  border-right-width: 2px;
  right: 0.75rem;
}
body.productLandingPage .productCard > .images > a.fullScreen > .cnr.t {
  border-top-width: 2px;
  top: 0.75rem;
}
body.productLandingPage .productCard > .images > a.fullScreen > .cnr.b {
  border-bottom-width: 2px;
  bottom: 0.75rem;
}
body.productLandingPage .productCard > .images > a.fullScreen:hover > .cnr.t.l,
body.productLandingPage .productCard > .images > a.fullScreen:focus > .cnr.t.l,
body.productLandingPage .productCard > .images > a.fullScreen:active > .cnr.t.l {
  transform: translate3d(-2px, -2px, 0);
}
body.productLandingPage .productCard > .images > a.fullScreen:hover > .cnr.t.r,
body.productLandingPage .productCard > .images > a.fullScreen:focus > .cnr.t.r,
body.productLandingPage .productCard > .images > a.fullScreen:active > .cnr.t.r {
  transform: translate3d(2px, -2px, 0);
}
body.productLandingPage .productCard > .images > a.fullScreen:hover > .cnr.b.l,
body.productLandingPage .productCard > .images > a.fullScreen:focus > .cnr.b.l,
body.productLandingPage .productCard > .images > a.fullScreen:active > .cnr.b.l {
  transform: translate3d(-2px, 2px, 0);
}
body.productLandingPage .productCard > .images > a.fullScreen:hover > .cnr.b.r,
body.productLandingPage .productCard > .images > a.fullScreen:focus > .cnr.b.r,
body.productLandingPage .productCard > .images > a.fullScreen:active > .cnr.b.r {
  transform: translate3d(2px, 2px, 0);
}
body.productLandingPage .productCard > .images > a.nav {
  width: 3rem;
  height: 3rem;
  top: -1.5rem;
  margin-top: 50%;
  opacity: 0.3;
  transition: opacity cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
body.productLandingPage .productCard > .images > a.nav:before {
  content: '';
  position: absolute;
  top: 0.75rem;
  height: 1.5rem;
  width: 1.5rem;
  box-sizing: border-box;
  border: 2px solid var(--main-colour);
  transform-origin: center center;
  transform: rotate(45deg);
}
body.productLandingPage .productCard > .images > a.nav.prev {
  left: 0;
}
body.productLandingPage .productCard > .images > a.nav.prev:before {
  left: 1rem;
  border-width: 0 0 2px 2px;
}
body.productLandingPage .productCard > .images > a.nav.next {
  right: 1.5rem;
}
body.productLandingPage .productCard > .images > a.nav.next:before {
  right: 1rem;
  border-width: 2px 2px 0 0;
}
body.productLandingPage .productCard > .images > a.nav:hover.prev:before,
body.productLandingPage .productCard > .images > a.nav:focus.prev:before,
body.productLandingPage .productCard > .images > a.nav:active.prev:before {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateX(-2px) rotate(45deg);
}
body.productLandingPage .productCard > .images > a.nav:hover.next:before,
body.productLandingPage .productCard > .images > a.nav:focus.next:before,
body.productLandingPage .productCard > .images > a.nav:active.next:before {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateX(2px) rotate(45deg);
}
body.productLandingPage .productCard > .images.fullScreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  background: #FFF;
  float: none;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
body.productLandingPage .productCard > .images.fullScreen > .viewBox {
  height: 100vh;
  padding-top: 0;
}
body.productLandingPage .productCard > .images.fullScreen > .viewBox > li {
  height: 100vh;
  padding-top: 0;
}
body.productLandingPage .productCard > .images.fullScreen > .viewBox > li > .img {
  height: 100vh;
  box-sizing: border-box;
  padding: 0;
}
body.productLandingPage .productCard > .images.fullScreen > .viewBox > li > .img > img {
  position: absolute;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 0.75rem;
  box-sizing: border-box;
  padding-bottom: 4.75rem;
}
body.productLandingPage .productCard > .images.fullScreen > .blurb {
  margin: 0;
  position: absolute;
  padding: 0.75rem;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  min-height: 4rem;
  box-sizing: border-box;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
body.productLandingPage .productCard > .images.fullScreen > a.fullScreen {
  top: 0.75rem;
  right: 0.75rem;
  background: var(--main-colour);
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
body.productLandingPage .productCard > .images.fullScreen > a.fullScreen > .cnr {
  display: none;
}
body.productLandingPage .productCard > .images.fullScreen > a.fullScreen:hover,
body.productLandingPage .productCard > .images.fullScreen > a.fullScreen:focus,
body.productLandingPage .productCard > .images.fullScreen > a.fullScreen:active {
  transform: rotate(-90deg);
}
body.productLandingPage .productCard > .images.fullScreen > a.fullScreen:before,
body.productLandingPage .productCard > .images.fullScreen > a.fullScreen:after {
  background-color: #FFF;
  height: 1.5rem;
  margin-top: -0.75rem;
}
body.productLandingPage .productCard > .images.fullScreen > a.fullScreen:before {
  transform: rotate(45deg);
}
body.productLandingPage .productCard > .images.fullScreen > a.fullScreen:after {
  transform: rotate(-45deg);
}
body.productLandingPage .productCard > .images.fullScreen > a.nav {
  top: 50%;
  margin-top: -1.5rem;
}
body.productLandingPage .productCard > .images.fullScreen > a.nav.prev {
  left: 0.75rem;
}
body.productLandingPage .productCard > .images.fullScreen > a.nav.next {
  right: 0.75rem;
}
body.productLandingPage .productCard.adminOnly > .dtls > .name {
  position: relative;
}
body.productLandingPage .productCard.adminOnly > .dtls > .name:after {
  content: 'Only administrators can access this product';
  font-size: 13px;
  line-height: 16px;
  display: block;
  font-weight: normal;
  margin: 0.375rem 0;
  background: url('/tpng?n=padlock&c=main&v=8') no-repeat 0 0;
  background-size: 16px;
  padding-left: 20px;
  white-space: nowrap;
}
body.productLandingPage .productCard.adminOnly.bundle > .dtls > .name:after {
  content: 'Only administrators can access this bundle';
}
body.productLandingPage .productCard > .dtls {
  box-sizing: border-box;
}
body.productLandingPage .productCard > .dtls.imgs {
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  width: 50%;
  float: left;
}
body.productLandingPage .productCard > .dtls.imgs > .atc {
  width: 100%;
}
body.productLandingPage .productCard > .dtls > .name {
  font-size: 1.75rem;
  color: var(--h1-colour);
  font-weight: 700;
  line-height: 1.1em;
}
body.productLandingPage .productCard > .dtls > .price {
  font-size: 1.125rem;
  display: block;
  margin-top: 0.75rem;
  font-weight: bold;
}
body.productLandingPage .productCard > .dtls > .price .oldPrice {
  float: left;
  padding-right: 0.75rem;
  font-weight: normal;
  text-decoration: line-through;
}
body.productLandingPage .productCard > .dtls > .refURL {
  display: inline-block;
  font-size: 14px;
  line-height: 1.25rem;
  margin-top: 0.75rem;
  white-space: nowrap;
  max-width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--main-colour);
  background: var(--main-colour);
  color: #FFF;
  border-radius: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.productLandingPage .productCard > .dtls > .refURL:hover,
body.productLandingPage .productCard > .dtls > .refURL:focus,
body.productLandingPage .productCard > .dtls > .refURL:active {
  background: var(--main-l10);
  color: #FFF;
}
body.productLandingPage .productCard > .dtls > hr.top {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
body.productLandingPage .productCard > .dtls > .optLabel {
  display: block;
  margin-bottom: 0.5rem;
}
body.productLandingPage .productCard > .dtls > .options {
  margin: -0.125rem;
}
body.productLandingPage .productCard > .dtls > .options > li {
  float: left;
  padding: 0.125rem;
}
body.productLandingPage .productCard > .dtls > .options > li > label {
  display: block;
  border: 2px solid var(--border-colour);
  background: #FFF;
  text-align: center;
  padding: 0.75rem;
  font-size: 0.875rem;
  user-select: none;
  text-align-last: center;
  min-width: 42px;
  box-sizing: border-box;
}
body.productLandingPage .productCard > .dtls > .options > li > label:hover,
body.productLandingPage .productCard > .dtls > .options > li > label:focus,
body.productLandingPage .productCard > .dtls > .options > li > label:active {
  border-color: var(--main-colour);
}
body.productLandingPage .productCard > .dtls > .options > li.oos > label:after,
body.productLandingPage .productCard > .dtls > .options > li.lastOne > label:after {
  content: '';
  font-size: 10px;
  line-height: 1em;
  margin-bottom: -1em;
  display: block;
}
body.productLandingPage .productCard > .dtls > .options > li.lastOne > label:after {
  content: 'last one';
}
body.productLandingPage .productCard > .dtls > .options > li.oos > label,
body.productLandingPage .productCard > .dtls > .options > li.shopClosed > label {
  background: var(--border-colour) !important;
  border-color: var(--border-colour) !important;
  position: relative;
  overflow: hidden;
  color: var(--fore-a40);
  cursor: not-allowed;
}
body.productLandingPage .productCard > .dtls > .options > li.oos > label:after {
  content: 'out of stock';
}
body.productLandingPage .productCard > .dtls > .options > li > input {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
body.productLandingPage .productCard > .dtls > .options > li > input + label {
  cursor: pointer;
}
body.productLandingPage .productCard > .dtls > .options > li > input:checked + label {
  border-color: var(--main-colour);
  background: var(--main-colour);
  color: #FFF;
}
body.productLandingPage .productCard > .dtls > .options > li > input:focus + label {
  border-color: var(--main-colour);
}
body.productLandingPage .productCard > .dtls > p.shopClosed {
  font-weight: bold;
  clear: both;
  margin-top: 0.75rem;
}
body.productLandingPage .productCard > .dtls > .optErr {
  color: #C33;
  display: none;
  clear: both;
  margin-top: 0.5rem;
}
body.productLandingPage .productCard > .dtls > .options.err > li > label {
  border-color: #C33;
}
body.productLandingPage .productCard > .dtls > .options.err ~ .optErr {
  display: block;
}
body.productLandingPage .productCard > .dtls > .atc {
  display: block;
  padding: 0.75rem;
  margin-top: 0.75rem;
  box-sizing: border-box;
  font-weight: 600;
}
body.productLandingPage .productCard > .dtls > .descr {
  margin-top: 1.5rem;
  border-top: 1px solid var(--border-colour);
  padding-top: 1.5rem;
}
body.productLandingPage .productCard > .dtls > .descr a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.productLandingPage .productCard > .dtls > .bundleItems {
  margin-top: 1.5rem;
  border-top: 1px solid var(--border-colour);
  padding-top: 1.5rem;
}
body.productLandingPage .productCard > .dtls > .bundleItems > .intro {
  font-size: 0.875rem;
}
body.productLandingPage .productCard > .dtls > .bundleItems > ul {
  margin-top: 0.375rem;
}
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li {
  padding: 0.75rem;
  border: 1px solid var(--border-colour);
}
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li + li {
  margin-top: -1px;
}
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li > a.name {
  padding: 5px 0;
  position: relative;
  color: var(--fore-colour);
}
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li > a.name:hover,
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li > a.name:focus,
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li > a.name:active {
  text-decoration: underline;
}
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li > .price {
  float: right;
  font-size: 0.875rem;
  padding-left: 0.75rem;
}
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li > .price > .oldPrice {
  float: left;
  padding-right: 0.75rem;
  font-weight: normal;
  text-decoration: line-through;
}
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li > .qty {
  white-space: nowrap;
  font-size: 0.75rem;
}
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li > .qty:before {
  content: ' x ';
  opacity: 0.7;
  display: inline-block;
  width: 0.75rem;
  text-align: center;
  font-size: 11px;
}
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li > .descr {
  font-size: 0.875rem;
  margin-top: 0.375rem;
}
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li > ul.options {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  line-height: 1rem;
}
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li > ul.options > li {
  display: inline;
}
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li > ul.options > li > .name > .qty {
  white-space: nowrap;
  font-size: 0.75rem;
}
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li > ul.options > li > .name > .qty:before {
  content: ' x ';
  opacity: 0.7;
  display: inline-block;
  width: 0.75rem;
  text-align: center;
  font-size: 11px;
}
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li > ul.options > li + li:before {
  content: ', ';
}
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li > a.refURL {
  display: inline-block;
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 2px;
  margin-top: 0.375rem;
  line-height: 1rem;
  font-size: 13px;
}
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li > a.refURL:hover,
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li > a.refURL:focus,
body.productLandingPage .productCard > .dtls > .bundleItems > ul > li > a.refURL:active {
  background: var(--main-colour);
  color: #FFF;
}
body.productBundleLandingPage #shopNavPnl:after {
  content: 'Viewing Product Bundle';
}
body.shopPage #shopNavPnl:after {
  content: 'Viewing Shop';
}
body.shoppingCartPage #shopNavPnl:after {
  content: 'Viewing Shopping Cart';
}
body.shoppingCartPage a.clearCart {
  background: var(--bg-colour);
  border-color: var(--bg-colour);
  color: var(--main-colour);
  padding: 0.75rem;
}
body.shoppingCartPage a.clearCart > i.vico.solid {
  background: var(--bg-colour);
}
body.shoppingCartPage div.cartOverview {
  margin-top: 0.75rem;
}
body.shoppingCartPage div.cartOverview > div.usrShoppingCartSummary {
  position: sticky;
  top: 0;
  z-index: 1;
  width: 35%;
  float: right;
  margin-bottom: 0.75rem;
}
body.shoppingCartPage div.cartOverview > div.usrShoppingCart {
  float: left;
  padding-right: 1.5rem;
  box-sizing: border-box;
  width: 65%;
}
body.shoppingCartPage div.cartOverview > div.usrShoppingCart > ul.items > li:hover {
  box-shadow: inset var(--border-colour) 0 0 0 3px;
  /*& div.cartActions {
                            & > a {
                                box-shadow: inset @borderColour 0 -3px 0;
                            }
                        }*/
}
div.addToCartPage h4.optionCode:before {
  content: 'Option:';
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  position: relative;
  bottom: -2px;
}
#txtProdOptQty {
  padding: 0;
}
#txtProdOptQty > label {
  float: left;
  width: 50%;
  padding: 11px;
  padding-left: 0;
  box-sizing: border-box;
}
#txtProdOptQty > input {
  float: right;
  width: 50%;
  text-align: right;
  box-sizing: border-box;
}
#cboOptionCode,
div.deCtl.optionCode {
  padding: 0 !important;
  margin-top: 0.75rem;
}
#cboOptionCode > select,
div.deCtl.optionCode > select {
  width: auto !important;
}
div.usrShoppingCart span {
  font-size: 0.875rem;
  line-height: 1rem;
}
div.usrShoppingCart > .cartTotal {
  padding: 0.75rem;
  border: 1px solid var(--border-colour);
  background: var(--bg-colour);
  text-align: right;
  border-top-width: 0;
  font-weight: 700;
}
div.usrShoppingCart > .cartTotal:before {
  content: 'Total ';
  font-weight: normal;
  font-size: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
  opacity: 0.5;
}
div.usrShoppingCart > ul.items {
  position: relative;
  /*&:after {
            content: '';
            top: 0;
            bottom: 0;
            right: 5.5rem;
            border-left: 1px solid @borderColour;
            position: absolute;
        }*/
}
div.usrShoppingCart > ul.items > li {
  clear: both;
  padding: 0.75rem;
  border: 1px solid var(--border-colour);
}
div.usrShoppingCart > ul.items > li + li {
  border-top-width: 0;
}
div.usrShoppingCart > ul.items > li > .cartActions {
  overflow: hidden;
  margin: -0.75rem;
  margin-top: 0;
  text-align: center;
}
div.usrShoppingCart > ul.items > li > .cartActions > a {
  display: inline-block;
  /*background: @bgColour;

                    &:first-child {
                        border-radius: 4px 0 0 0;
                    }

                    &:last-child {
                        border-radius: 0 4px 0 0;
                    }

                    &:first-child:last-child {
                        border-radius: 4px 4px 0 0;
                    }*/
}
div.usrShoppingCart > ul.items > li > .cartActions > a.bigIcoLnk {
  padding-right: 0.75rem;
}
div.usrShoppingCart > ul.items > li > .cartActions > a.bigIcoLnk > i {
  margin-right: 0;
  margin-left: 0.25rem;
}
div.usrShoppingCart > ul.items > li > div.core {
  padding-left: 5rem;
  position: relative;
  min-height: 4.25rem;
}
div.usrShoppingCart > ul.items > li > div.core > img {
  width: 4.25rem;
  height: 4.25rem;
  left: 0;
  top: 0;
  position: absolute;
  object-fit: contain;
  object-position: top center;
  background: #FFF;
  border: 0.125rem solid #FFF;
  box-sizing: border-box;
}
div.usrShoppingCart > ul.items > li > div.core > img.auto {
  opacity: 0.25;
}
div.usrShoppingCart > ul.items > li > div.core > .name {
  line-height: 1rem;
  padding: 0.5rem 0;
  display: inline-block;
  margin-top: -0.5rem;
}
div.usrShoppingCart > ul.items > li > div.core > a.name {
  color: var(--fore-colour);
}
div.usrShoppingCart > ul.items > li > div.core > a.name:hover,
div.usrShoppingCart > ul.items > li > div.core > a.name:focus,
div.usrShoppingCart > ul.items > li > div.core > a.name:active {
  text-decoration: underline;
}
div.usrShoppingCart > ul.items > li > div.core > .option {
  display: block;
  font-size: 0.75rem;
}
div.usrShoppingCart > ul.items > li > div.core > ul.selections > li {
  font-size: 0.875rem;
}
div.usrShoppingCart > ul.items > li > div.core > ul.selections > li + li {
  margin-top: 0.5rem;
}
div.usrShoppingCart > ul.items > li > div.core > ul.selections > li > .qty {
  white-space: nowrap;
  font-size: 11px;
}
div.usrShoppingCart > ul.items > li > div.core > ul.selections > li > .qty:not(.multi) {
  display: none;
}
div.usrShoppingCart > ul.items > li > div.core > ul.selections > li > .qty:before {
  content: ' x ';
  opacity: 0.7;
  display: inline-block;
  width: 0.75rem;
  text-align: center;
  font-size: 11px;
}
div.usrShoppingCart > ul.items > li > div.core > ul.selections > li > .option {
  font-size: 11px;
  /*&:after {
                                content: ')';
                            }*/
}
div.usrShoppingCart > ul.items > li > div.core > ul.selections > li > .option:before {
  content: ' ';
}
div.usrShoppingCart > ul.items > li > div.core ul.fields > li {
  margin-top: 0.25rem;
}
div.usrShoppingCart > ul.items > li > div.core ul.fields > li > span {
  font-size: 0.75rem;
}
div.usrShoppingCart > ul.items > li > div.core ul.fields > li > span + span:before {
  content: ' / ';
  display: inline-block;
  padding: 0 0.375rem;
}
div.usrShoppingCart > ul.items > li > div.core ul.fields > li > .cartActions {
  overflow: hidden;
  position: relative;
  top: -0.25rem;
}
div.usrShoppingCart > ul.items > li > div.core ul.fields > li > .cartActions > a {
  float: left;
  font-size: 0.75rem;
  margin-right: 0.75rem;
}
div.usrShoppingCart > ul.items > li > div.core ul.fields > li > .cartActions > a.bigIcoLnk > i {
  margin-right: 0;
  margin-left: -0.5rem;
}
div.usrShoppingCart > ul.items > li > div.core ul.fields > li.hdr + li {
  margin-top: 0;
}
div.usrShoppingCart > ul.items > li > div.core ul.fields > li.hdr > * {
  opacity: 0.7;
  font-size: 11px;
}
div.usrShoppingCart > ul.items > li > div.costins {
  float: right;
  margin-top: -3px;
}
div.usrShoppingCart > ul.items > li > div.costins > * {
  white-space: nowrap;
  float: left;
  padding-left: 0.75rem;
  text-align: right;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
div.usrShoppingCart > ul.items > li > div.costins > .qty {
  width: 2rem;
}
div.usrShoppingCart > ul.items > li > div.costins > .qty:after {
  content: ' x ';
  opacity: 0.7;
  font-size: 11px;
  display: inline-block;
  width: 1rem;
  text-align: center;
}
div.usrShoppingCart > ul.items > li > div.costins > .price {
  padding-left: 0;
}
div.usrShoppingCart > ul.items > li > div.costins > .lineTotal {
  width: 4rem;
  margin-left: 0.75rem;
  font-size: 0.875rem;
}
@media (max-width: 920px) {
  body.shoppingCartPage div.cartOverview > div.usrShoppingCartSummary > div.cartTotal {
    text-align: left;
  }
  body.shoppingCartPage div.cartOverview > div.usrShoppingCartSummary > div.cartTotal > h4 {
    float: none;
    margin-top: 0;
    line-height: 1em;
  }
  body.shoppingCartPage div.cartOverview > div.usrShoppingCartSummary > div.cartTotal > h4 > span {
    display: none;
  }
}
@media (max-width: 726px) {
  #shopNavPnl:after {
    position: relative;
    bottom: -0.25rem;
    display: block;
    border-top: 1px solid #FFF;
    line-height: 2rem;
    clear: both;
  }
  #shopNavPnl a {
    line-height: 2rem;
  }
  #shopNavPnl a.cart > .total {
    display: none;
  }
  body.shopPage .shopItems > .products > h2 {
    text-align: center;
  }
  body.shopPage .shopItems > .products > .items {
    text-align: center;
  }
}
@media (max-width: 720px) {
  body.shoppingCartPage div.cartOverview > div.usrShoppingCartSummary {
    width: 100%;
    float: none;
    margin-bottom: -1px;
    padding: 0.75rem;
    border: 1px solid var(--border-colour);
  }
  body.shoppingCartPage div.cartOverview > div.usrShoppingCartSummary > div.cartTotal {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    text-align: right;
  }
  body.shoppingCartPage div.cartOverview > div.usrShoppingCartSummary > div.cartTotal > h4 {
    float: left;
    margin-top: 2px;
    line-height: 1.25rem;
  }
  body.shoppingCartPage div.cartOverview > div.usrShoppingCartSummary > div.cartTotal > h4 > span {
    display: inline-block;
  }
  body.shoppingCartPage div.cartOverview > div.usrShoppingCartSummary > ul.items {
    display: none;
  }
  body.shoppingCartPage div.cartOverview > div.usrShoppingCartSummary > h3 {
    display: none;
  }
  body.shoppingCartPage div.cartOverview > div.usrShoppingCartSummary > hr {
    display: none;
  }
  body.shoppingCartPage div.cartOverview > div.usrShoppingCartSummary > div.summaryActions {
    display: none;
  }
  body.shoppingCartPage div.cartOverview > div.usrShoppingCart {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  body.shoppingCartPage div.cartOverview > div.usrShoppingCart > p.cartTotal {
    display: none;
  }
  body.productLandingPage .productCard > .images {
    float: none;
    max-width: 100%;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
  body.productLandingPage .productCard > .images > .blurb {
    min-height: 20px;
  }
  body.productLandingPage .productCard > .images > a.fullScreen {
    right: 0;
  }
  body.productLandingPage .productCard > .images > a.nav.next {
    right: 0;
  }
  body.productLandingPage .productCard > .dtls,
  body.productLandingPage .productCard > .dtls.imgs {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  body.productLandingPage .productCard > .dtls.imgs {
    padding-top: 1.5rem;
    margin-top: 0.75rem;
    border-top: 1px solid var(--border-colour);
  }
  body.productLandingPage div.usrShoppingCartSummary,
  body.shopPage div.usrShoppingCartSummary {
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 420px) {
  body.shopPage .shopItems > .products > .items {
    margin-left: 0;
    margin-right: 0;
  }
  body.shopPage .shopItems > .products > .items > .productCard {
    margin-left: 0;
    margin-right: 0;
  }
}