﻿/*@mainNavHeight: 50px;*/
/* Flyout Menu Custom Style */
/* Text Shadow For Windows, Pods and Banners */
/* Drop Shadow For Product Search Results - Distance & Blur uses text shadow above. Colour is on its own. */
/*---------- shopping cart wizard ----------*/
.wizardSteps {
  padding: 0;
  margin: 0;
  *zoom: 1;
  margin-bottom: 20px;
  margin-left: 30px;
  list-style: none;
}
.wizardSteps:before,
.wizardSteps:after {
  display: table;
  content: "";
  line-height: 0;
}
.wizardSteps:after {
  clear: both;
}
.wizardSteps li {
  float: left;
  background-color: #ffffff;
  position: relative;
  padding-left: 0;
  padding-right: 29.5px;
}
.wizardSteps li:last-child {
  padding-right: 0;
}
.wizardSteps li a {
  display: block;
  background-color: #ffffff;
  height: 60px;
  line-height: 60px;
  border: solid 1px #082e95;
  margin-left: -30px;
  text-align: center;
  z-index: 10;
}
.wizardSteps li a span.triangle {
  width: 0;
  height: 0;
  border-top: 30px dashed transparent;
  border-bottom: 30px dashed transparent;
  border-left: 30px dashed #082e95;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}
.wizardSteps li a span.triangle .inner {
  width: 0;
  height: 0;
  border-top: 29px dashed transparent;
  border-bottom: 29px dashed transparent;
  border-left: 29px dashed #ffffff;
  top: -29px;
  right: 2px;
  padding: 0;
}
.wizardSteps li.currentStep a {
  background-color: #082e95;
  border-color: #082e95;
  color: #ffffff;
}
.wizardSteps li.currentStep a span.triangle {
  width: 0;
  height: 0;
  border-top: 30px dashed transparent;
  border-bottom: 30px dashed transparent;
  border-left: 30px dashed #082e95;
}
.wizardSteps li.currentStep a span.triangle .inner {
  width: 0;
  height: 0;
  border-top: 29px dashed transparent;
  border-bottom: 29px dashed transparent;
  border-left: 29px dashed #082e95;
}
.wizardSteps li.prevStep a {
  background-color: #082e95;
  border-color: #082e95;
  color: #ffffff;
}
.wizardSteps li.prevStep a span.triangle {
  width: 0;
  height: 0;
  border-top: 30px dashed transparent;
  border-bottom: 30px dashed transparent;
  border-left: 30px dashed #ffffff;
}
.wizardSteps li.prevStep a span.triangle .inner {
  width: 0;
  height: 0;
  border-top: 29px dashed transparent;
  border-bottom: 29px dashed transparent;
  border-left: 29px dashed #082e95;
}
/*---------- end shopping cart wizard ----------*/
/*---------- custom banner ----------*/
.carouselBanner.apc {
  padding: 0 !important;
  margin: 0;
  overflow: hidden;
  height: auto;
  position: relative;
  z-index: 0;
  /*.item.overlay.c1-bg::before,
        .apc.pod-windows .item.overlay .info.c1-bg::before {
            background-color: rgba(237, 109, 25, 0.5);
        }*/
}
.carouselBanner.apc .image {
  display: block;
  width: 100%;
  height: auto;
  filter: blur(75px);
  transform: scale(1.15);
  transition: transform 0.2s ease-in-out 0s, background-size 0.2s ease-in-out 0s, filter 0.5s ease-in-out 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.carouselBanner.apc .image.lazyloaded {
  filter: blur(0);
  transform: scale(1);
}
.carouselBanner.apc ul.slick-dots {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  padding: 0;
}
.carouselBanner.apc ul.slick-dots li.slick-active button {
  background-color: white;
}
.carouselBanner.apc ul.slick-dots li button {
  background-color: rgba(255, 255, 255, 0.4);
}
.carouselBanner.apc .item {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.carouselBanner.apc .item.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.carouselBanner.apc .item.short,
.carouselBanner.apc .item.short .container,
.carouselBanner.apc .item.short .row {
  height: 35vh;
  min-height: 270px;
}
.carouselBanner.apc .item.medium,
.carouselBanner.apc .item.medium .container,
.carouselBanner.apc .item.medium .row {
  height: 50vh;
  min-height: 370px;
}
.carouselBanner.apc .item.takeover,
.carouselBanner.apc .item.takeover .container,
.carouselBanner.apc .item.takeover .row {
  height: 100vh;
}
@media (min-width: 768px) {
  .carouselBanner.apc .item.short,
  .carouselBanner.apc .item.short .container,
  .carouselBanner.apc .item.short .row {
    height: 40vh;
    min-height: 350px;
  }
  .carouselBanner.apc .item.medium,
  .carouselBanner.apc .item.medium .container,
  .carouselBanner.apc .item.medium .row {
    height: 60vh;
    min-height: 450px;
  }
  .carouselBanner.apc .item.takeover,
  .carouselBanner.apc .item.takeover .container,
  .carouselBanner.apc .item.takeover .row {
    height: 100vh;
  }
}
@media (min-width: 1200px) {
  .carouselBanner.apc .item.short,
  .carouselBanner.apc .item.short .container,
  .carouselBanner.apc .item.short .row {
    min-height: 400px;
  }
  .carouselBanner.apc .item.medium,
  .carouselBanner.apc .item.medium .container,
  .carouselBanner.apc .item.medium .row {
    min-height: 550px;
  }
}
@media (max-width: 991px) {
  .carouselBanner.apc .item.short div.table-cell,
  .carouselBanner.apc .item.medium div.table-cell {
    padding: 0 !important;
  }
}
.carouselBanner.apc .item .video .video-player {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  /* for accessing the video by click */
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.carouselBanner .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  padding: 0;
}
.carouselBanner .info .heading.main {
  margin: 0;
}
.carouselBanner .info .heading.main + .text {
  margin-top: 5px;
}
.carouselBanner .info .heading.main + .link {
  margin: 20px 0 0;
}
.carouselBanner .info .text :first-child {
  margin-top: 0;
}
.carouselBanner .info .text :last-child {
  margin-bottom: 0;
}
.carouselBanner .info .text + .link {
  margin: 30px 0 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .carouselBanner .info .table {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.carouselBanner .intro {
  font-size: 140%;
  font-weight: 300;
}
@media (min-width: 992px) {
  .carouselBanner .intro {
    font-size: 150%;
  }
}
@media (min-width: 1200px) {
  .carouselBanner .intro {
    font-size: 160%;
  }
}
.carouselBanner .scroll-prompt {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.carouselBanner .scroll-prompt a {
  display: inline-block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: none !important;
}
@media (min-width: 1200px) {
  .carouselBanner .scroll-prompt a {
    height: auto;
    padding-bottom: 20px;
  }
  .carouselBanner .scroll-prompt a span {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    display: block;
    margin-top: 15px;
    display: none;
  }
}
.carouselBanner .scroll-prompt a i {
  font-size: 30px;
  line-height: 40px;
  display: block;
  padding: 0;
  margin: 0 0 0 2px;
}
@media (min-width: 1200px) {
  .carouselBanner .scroll-prompt a i {
    font-size: 20px;
  }
}
.carouselBanner .scroll-prompt .mouse-scroll {
  position: relative;
  width: 21px;
  height: 35px;
  margin: 0 auto;
  border-width: 2px;
  border-style: solid;
  border-color: white;
  border-radius: 10px;
}
.carouselBanner .scroll-prompt .mouse-scroll:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  width: 3px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
body:not(.no-header) .carouselBanner.apc .item.takeover,
body:not(.no-header) .carouselBanner.apc .item.takeover .container,
body:not(.no-header) .carouselBanner.apc .item.takeover .row {
  height: 100vh;
  height: calc(100vh - 90px);
}
@media (min-width: 768px) {
  body:not(.no-header) .carouselBanner.apc.takeover,
  body:not(.no-header) .carouselBanner.apc.takeover .container,
  body:not(.no-header) .carouselBanner.apc.takeover .row {
    height: 100vh;
    height: calc(100vh - 160px);
  }
}
body.browser-ios:not(.no-header) .carouselBanner.apc .item.takeover,
body.browser-ios:not(.no-header) .carouselBanner.apc .item.takeover .container,
body.browser-ios:not(.no-header) .carouselBanner.apc .item.takeover .row {
  height: 100vh;
  height: calc(100vh - 158px);
}
@media (min-width: 768px) {
  body.browser-ios:not(.no-header) .carouselBanner.apc.takeover,
  body.browser-ios:not(.no-header) .carouselBanner.apc.takeover .container,
  body.browser-ios:not(.no-header) .carouselBanner.apc.takeover .row {
    height: 100vh;
    height: calc(100vh - 186px);
  }
}
body.browser-ios.no-header .carouselBanner.apc .item.takeover,
body.browser-ios.no-header .carouselBanner.apc .item.takeover .container,
body.browser-ios.no-header .carouselBanner.apc .item.takeover .row {
  height: 100vh;
  height: calc(100vh - 68px);
}
@media (min-width: 768px) {
  body.browser-ios.no-header .carouselBanner.apc.takeover,
  body.browser-ios.no-header .carouselBanner.apc.takeover .container,
  body.browser-ios.no-header .carouselBanner.apc.takeover .row {
    height: 100vh;
    height: calc(100vh - 26px);
  }
}
body:not(.browser-ios) .carouselBanner.apc .item.parallax .image {
  background-attachment: fixed;
}
@media (min-width: 768px) {
  .navigationTop.carouselBanner.apc.overlayHeaderBottom .navigationTopBorder {
    display: none;
  }
  .navigationTop.carouselBanner.apc .slides {
    overflow: hidden;
  }
  .navigationTop.carouselBanner.apc ul.slick-dots {
    top: 0;
    bottom: auto;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .navigationTop.carouselBanner.apc ul.slick-dots li {
    width: 130px;
    height: auto;
    margin: 0 10px;
    float: left;
  }
  .navigationTop.carouselBanner.apc ul.slick-dots li button {
    border-radius: 0;
    width: 100%;
    height: auto;
    padding: 15px 40px 15px 25px;
    font-size: 1em;
    line-height: normal;
    color: #ffffff;
    text-align: left;
    -webkit-transition: padding, 0.5s;
    -moz-transition: padding, 0.5s;
    -o-transition: padding, 0.5s;
    transition: padding, 0.5s;
    background-color: rgba(168, 165, 176, 0.7);
    border-top-color: rgba(168, 165, 176, 0.7);
    -webkit-box-shadow: 2px -2px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px -2px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px -2px 2px 0px rgba(0, 0, 0, 0.5);
    cursor: default;
  }
  .navigationTop.carouselBanner.apc ul.slick-dots li button:after {
    width: 0;
    height: 0;
    border-top-width: 30px;
    border-top-color: inherit;
    border-top-style: solid;
    border-right: 130px solid transparent;
    content: "";
    bottom: -30px;
    left: 0;
    position: absolute;
    /*.box-shadow( 2px 2px 2px 0px rgba(0, 0, 0, 0.5));*/
  }
  .navigationTop.carouselBanner.apc ul.slick-dots li.slick-active button {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .navigationTop.carouselBanner.apc ul.slick-dots {
    width: 750px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .navigationTop.carouselBanner.apc ul.slick-dots {
    width: 970px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .navigationTop.carouselBanner.apc ul.slick-dots {
    width: 1170px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .navigationTop.carouselBanner.apc ul.slick-dots li {
    width: 160px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .navigationTop.carouselBanner.apc ul.slick-dots li button:after {
    border-right: 160px solid transparent;
  }
}
.navigationTopBorder .progress {
  position: relative;
  height: 0px;
  margin-bottom: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.navigationTopBorder .progress .progress-bar {
  -webkit-transition: background-color 0.5s, width 0.5s;
  -moz-transition: background-color 0.5s, width 0.5s;
  -o-transition: background-color 0.5s, width 0.5s;
  transition: background-color 0.5s, width 0.5s;
}
.nice-header .navigationTopBorder {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.scalable-image-only .info {
  top: 40%;
  display: flex;
}
@media (max-width: 768px) {
  .scalable-image-only .info .link {
    display: none;
  }
  .scalable-image-only .info .text {
    display: none;
  }
  .scalable-image-only .info .secondary-heading {
    display: none;
  }
}
/*---------- end custom banner ----------*/
/*---------- autocomplete search box ----------*/
.input-group .easy-autocomplete {
  height: 41px;
}
.input-group .easy-autocomplete input.autoComplete {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.input-group .easy-autocomplete .easy-autocomplete-container {
  top: 41px;
  z-index: 100;
}
.input-group .easy-autocomplete .easy-autocomplete-container ul {
  border: solid 1px #23a4e1;
  border-top: 0;
  margin-left: 0;
}
.input-group .easy-autocomplete .easy-autocomplete-container ul li {
  border: 0;
  margin: 0;
  padding: 0;
}
.input-group .easy-autocomplete .easy-autocomplete-container ul li a {
  padding: 5px 12px;
  color: #000000;
}
.input-group .easy-autocomplete .easy-autocomplete-container ul li a i {
  color: #23a4e1;
}
.input-group .easy-autocomplete .easy-autocomplete-container ul li .footer {
  font-size: 1.1em;
  word-wrap: normal;
}
.input-group .easy-autocomplete .easy-autocomplete-container ul li .footer a {
  display: inline;
  padding: 0;
  margin: 0;
}
/*---------- sumo select overrides ----------*/
.SumoSelect {
  display: block;
  width: 100%;
}
/*---------- product search result view ----------*/
div[id^="productSearchResults_"] .item .heading,
.spc.promo-pods .item .heading {
  position: relative;
  overflow: hidden;
}
div[id^="productSearchResults_"] .item .heading > .verticalMiddle,
.spc.promo-pods .item .heading > .verticalMiddle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  div[id^="productSearchResults_"] .item.items-4 .heading {
    height: 52px;
  }
}
div[id^="productSearchResults_"] .item .heading {
  height: 48px;
}
@media (min-width: 992px) {
  .spc.promo-pods .item.items-4 .heading {
    height: 52px;
  }
}
.spc.promo-pods .item .heading {
  height: 65px;
}
.productFlags .icon {
  font-size: 20px;
}
.productFlags .icon.large-150 {
  font-size: 30px;
}
.productFlags.overlayImage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.productFlags .flagIconWithTextInline {
  position: relative;
}
.productFlags .flagIconWithTextInline .icon {
  z-index: 100;
}
.productFlags .flagIconWithTextInline .text {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 5px 10px 5px 35px;
  margin-top: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.productFlags .flagIconWithTextInline.opacityIcon .icon {
  opacity: 0;
  font-size: 20px;
}
.productFlags .flagIconWithTextInline.opacityIcon .text {
  padding: 5px 10px 5px 10px;
}
.item .itemInner > .productFlags.overlayImage {
  left: 0;
}
.productVariantGrid .priceRangeInfo {
  font-size: 2em;
}
.productVariantGrid .priceNoteInfo {
  font-size: 1em;
}
/*.groupLabel() {
    
}*/
.showFacetsToggle {
  display: block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.showFacetsToggle:hover,
.showFacetsToggle:active {
  cursor: pointer;
}
.facetsContainer {
  visibility: hidden;
  position: absolute;
}
.facetsContainer.ready {
  position: relative;
  visibility: visible;
  display: none;
}
.facetsContainer.visible {
  display: block;
}
.facetsContainer .facetsGroup {
  padding-bottom: 10px;
  padding-top: 10px;
  overflow: hidden;
  position: relative;
  border-bottom: solid 2px #000000;
}
.facetsContainer .facetsGroup .moreButton {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #ffffff;
}
.facetsContainer .facetsGroup .moreButton.visible {
  display: block;
}
.facetsContainer .facetsGroup .moreButton:hover {
  cursor: pointer;
  font-weight: bold;
}
.facetsContainer .facetsGroup .groupLabel {
  font-weight: bold;
  font-size: 20px;
  padding: 0;
  margin: 0;
  display: block;
  font-family: 'HelveticaNeue-LightItalic';
  line-height: 1.3em;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 10px;
}
.facetsContainer .facetsGroup .facetItem {
  margin-top: 0;
  margin-bottom: 10px;
}
.facetsContainer .facetsGroup .facetItem:hover {
  cursor: pointer;
  color: #23a4e1;
}
.facetsContainer .facetsGroup .facetItem .facetLabel b {
  color: #23a4e1;
}
.facetsContainer .facetsGroup.f___applicableCategoryIdsSSV .groupLabel {
  display: none;
}
.facetsContainer .facetsGroup.f___applicableCategoryIdsSSV input[type=checkbox] {
  display: none;
}
.facetsContainer .facetsGroup.f___applicableCategoryIdsSSV .facetItem {
  font-weight: bold;
  font-size: 0.95em;
}
.facetsContainer .facetsGroup.f___applicableCategoryIdsSSV .facetItem:hover {
  cursor: pointer;
}
.facetsContainer .facetsGroup.f___applicableCategoryIdsSSV .facetItem.back {
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}
.facetsContainer .facetsGroup.f___applicableCategoryIdsSSV .facetItem.back .facetLabel {
  font-weight: normal;
  font-size: 0.9em;
  color: #fcb611;
}
.facetsContainer .facetsGroup.f___applicableCategoryIdsSSV .facetItem.back .facetLabel b {
  display: none;
}
.facetsContainer .facetsGroup.f___applicableCategoryIdsSSV .facetItem.back .facetLabel:hover {
  font-weight: bold;
}
.facetsContainer .facetsGroup.f___applicableCategoryIdsSSV .facetItem.selected {
  padding: 0;
  margin: 0;
}
.facetsContainer .facetsGroup.f___applicableCategoryIdsSSV .facetItem.selected .facetLabel {
  font-size: 20px;
  padding: 0;
  margin: 0;
  display: block;
  font-family: 'HelveticaNeue-LightItalic';
  line-height: 1.3em;
  color: #000000;
  margin-bottom: 10px;
}
.facetsContainer .facetsGroup.f___applicableCategoryIdsSSV .facetItem.selected .facetLabel b {
  display: none;
}
.facetsContainer .facetsGroup.f___applicableCategoryIdsSSV .facetItem.selected:hover {
  text-decoration: none;
  cursor: default;
}
.resultTotalLabel {
  font-weight: bold;
  display: block;
  padding-top: 12px;
  font-size: 20px;
}
.inline-minimal-search {
  position: relative;
}
.inline-minimal-search > .form-control {
  font-size: 20px;
  border-width: 0 0 2px 0;
  box-shadow: none;
  background-color: #FFFFFF;
}
.inline-minimal-search > .btn {
  font-size: 25px;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: normal;
  background-color: #FFFFFF;
}
.form-group.sortDropList {
  margin: 10px 0 0 0;
}
.form-group.sortDropList > .input-group > label {
  background-color: transparent;
  font-weight: bold;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  padding-right: 5px;
}
.form-group.sortDropList > .input-group .SelectBox {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 992px) {
  .showFacetsToggle {
    display: none;
  }
  .facetsContainer {
    position: relative;
  }
  .facetsContainer.ready {
    display: block;
  }
  .inline-minimal-search > .btn {
    font-size: 35px;
  }
}
/******************** Umbraco Form Theme ********************/
.orderNoteLineForm {
  text-align: left;
  padding: 0 15px;
}
.orderNoteLineForm .umbraco-forms-label {
  font-weight: bold;
}
.orderNoteLineForm .submit[type=submit] {
  display: none;
}
.form-group.recaptcha2 > label,
.umbraco-forms-field.recaptcha2 > label {
  display: none;
}
/*---------- address ----------*/
.addressLookup.container {
  position: relative;
}
.addressLookup.container .form-group {
  margin-bottom: 0;
}
.addressLookup.container .form-group label {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid 1px #e3e3e3;
  border-right-width: 0;
}
.addressLookup.container .form-group .autoCompleteAddressLookup {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid 1px #e3e3e3;
}
.addressLookup.container .addressSummary {
  background-color: #ffffff;
  border: solid 1px #e3e3e3;
  border-top-color: #ffffff;
}
.addressLookup.container .addressSummary .lines {
  padding: 10px 10px 10px 10px;
}
.addressLookup.container .addressSummary .footer {
  border-top-color: #e3e3e3;
}
.addressLookup.container .footer {
  padding: 5px 12px;
  border-top: solid 1px #23a4e1;
  background-color: #eeeeee;
}
.addressLookup.container .footer .message {
  font-size: 0.83em;
  color: #000000;
  word-wrap: normal;
  margin-bottom: 5px;
}
.addressLookup.container .footer .message i {
  color: #666666;
}
.addressLookup.container .footer .message a {
  color: #23a4e1;
  font-weight: bold;
}
.addressLookup.container .footer .message a:hover {
  cursor: pointer;
}
.addressLookup.container .footer .input-group-btn {
  text-align: right;
}
.addressLookup.container .addressLookup.manualInput {
  display: none;
}
.addressLookup.container.readonly .addressSummary {
  background-color: #eeeeee;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: solid 1px #e3e3e3;
}
.addressLookup.container.focussed {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.addressLookup.container.focussed > .form-group > .input-group > label {
  border-top-color: #000000;
  border-left-color: #000000;
}
.addressLookup.container.focussed > .form-group > .input-group > .easy-autocomplete > .form-control {
  border-top-color: #000000;
  border-right-color: #000000;
}
.addressLookup.container.focussed > .addressSummary {
  border-left-color: #000000;
  border-right-color: #000000;
  border-bottom-color: #000000;
}
.addressLookup.container.input-validation-error.focussed {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(169, 68, 68, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(169, 68, 68, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(169, 68, 68, 0.75);
}
.addressLookup.container.input-validation-error > .form-group > .input-group > label {
  border-top-color: #a94442;
  border-left-color: #a94442;
}
.addressLookup.container.input-validation-error > .form-group > .input-group > .easy-autocomplete > .form-control {
  border-top-color: #a94442;
  border-right-color: #a94442;
}
.addressLookup.container.input-validation-error > .addressSummary {
  border-left-color: #a94442;
  border-right-color: #a94442;
  border-bottom-color: #a94442;
}
.addressLookup.manualInput {
  width: 600px;
  height: 365px;
}
.addressLookup.manualInput > h3 {
  -webkit-text-shadow: 0px 0px 10px #000000;
  text-shadow: 0px 0px 10px #000000;
  color: #FFFFFF;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: lighter;
}
.addressLookup.manualInput > div {
  padding: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
}
.addressLookup.manualInput > div label span {
  color: #a94442;
  font-weight: bold;
  display: inline-block;
  margin-left: 5px;
}
.cartTotalsContainer i.fa.displayTooltip {
  margin-right: 0;
  margin-left: 5px;
}
.cartTotalsContainer .tooltip .tooltip-inner {
  min-width: 250px;
  max-width: 250px;
  width: 250px;
}
/*---------- address ----------*/
.ecomCoreModal {
  display: none;
  position: absolute;
  z-index: 9999;
}
.overlayTag.ecomModal {
  cursor: default;
}
.overlayTag.ecomModal .ecomCoreModal {
  display: block;
}
.hiddenForValidation {
  position: absolute;
  bottom: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  font-size: 0;
  line-height: 0;
}
/*--------- order on behalf --------------*/
.orderOnBehalf-bg {
  background-color: #000000;
  color: #ffffff;
}
.orderOnBehalfIcon::before {
  content: "\e008";
}
body[data-orderOnBehalf]:not([data-orderOnBehalf=""]) .productVariantGrid .quantity-right-plus,
body[data-orderOnBehalf]:not([data-orderOnBehalf=""]) .productVariantGrid .addProductsToCart,
body[data-orderOnBehalf]:not([data-orderOnBehalf=""]) .productVariantGrid [data-orderlinecontainer] .quantityInput .quantity + .input-group-btn .updateOrderLineQuantity {
  background-color: #000000;
  color: #ffffff;
}
body[data-orderOnBehalf]:not([data-orderOnBehalf=""]) #miniCart .btn {
  background-color: #000000;
  color: #ffffff;
}
body[data-orderOnBehalf]:not([data-orderOnBehalf=""]) .cartStepFooterLink.cartStepFooterLink {
  background-color: #000000;
  color: #ffffff;
}
body[data-orderOnBehalf]:not([data-orderOnBehalf=""]) [id^=SinglePageCheckout_][type=submit] {
  background-color: #000000;
  color: #ffffff;
}
.memberProductViewIcon::before {
  content: "\e012";
}
/*--------- quick order panel --------------*/
#quickOrderModal .close {
  opacity: 1;
}
#quickOrderModal .close i.fa,
#quickOrderModal .close i.before {
  margin-right: 0px;
}
#quickOrderModal .modal-body {
  padding: 0px;
}
.mapDiv {
  height: 55vh;
  border: solid 1px #707072;
  margin-bottom: 40px;
}
.locationResultsContainer .item .itemInner {
  overflow: hidden;
  height: 220px;
}