/* Typography */
@font-face {
  font-family: 'Maison Neue';
  font-style: normal;
  font-weight: normal;
  src: local('Maison Neue'), url(../fonts/maison-neue/MaisonNeueWEB-Book.woff2);
}
@font-face {
  font-family: 'Maison Neue';
  font-style: normal;
  font-weight: bold;
  src: local('Maison Neue'), url(../fonts/maison-neue/MaisonNeueWEB-Bold.woff2);
}

/* General Styles */
img,
embed,
object,
video {
  max-width: 100%;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

html,
body {
  width: 100%;
  padding: 0 !important;
  overflow-x: hidden;
  position: relative;
}

header,
main,
footer,
nav {
  display: block;
}

header,
main,
footer {
  background-color: #fff;
}

body {
  min-width: 320px;
}

iframe[name='google_conversion_frame'] {
  display: none !important;
}

p:last-of-type {
  margin-bottom: 0;
}

a,
a:hover,
a:focus {
  color: #07729C;
  cursor: pointer;
}

::-webkit-input-placeholder {
  font-size: 13px;
}

::-moz-placeholder {
  font-size: 13px;
}

/* firefox 19+ */
:-ms-input-placeholder {
  font-size: 13px;
}

/* ie */
h1 {
  font-weight: bold;
}

.expedited-logo {
  display: block;
}

@media (max-width: 767px) {
  h1 {
    font-size: 22px;
    margin-top: 8px;
  }

  #tracpipe-qualification-confirm-popup .modal-body {
    max-height: 350px;
    overflow: overlay;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  h1 {
    font-size: 24px;
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 34px;
  }
}
/*Typography END*/

/*General Form Style*/
input:-moz-placeholder {
  font-size: 13px;
}

input,
input.form-control {
  font-size: 16px;
  color: inherit;
}

input.error,
select.error,
textarea.error {
  background-color: #ffeff2;
  border-color: #ff3000;
}

input[type='number'] {
  /* http://stackoverflow.com/a/27935448 */
  -moz-appearance: textfield;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  /* http://stackoverflow.com/a/27935448 */
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'].dummy {
  width: 0 !important;
  border: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}

a[href*='tel:'],
a[href*='sms:'] {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

select.custom-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-position: 96% center;
  background-repeat: no-repeat;
  background-image: url(../../img/supplyhouse/icons/select-carrot-down.png) !important;
  background-size: 10px 6px;
}

select.custom-arrow::-ms-expand {
  display: none;
}

/* General Styles END */

/* Reusable Common Styles */
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/*#1120 hidden input field in a form to identify and block bots*/
.hp {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.crossed-out {
  text-decoration: line-through;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.noselect {
  /* http://stackoverflow.com/a/4407335 */
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.nopadding {
  padding: 0 !important;
}

.upper {
  text-transform: uppercase;
}

.divider {
  background: url('../../img/phone/background/divider.png') repeat-x top left;
  height: 6px;
  margin: 0 auto;
}

.op0 {
  opacity: 0;
}

.grayscale {
  -webkit-filter: gray;
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

.daniel-black {
  font-family: 'Daniel Black', cursive;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.text-left {
  text-align: left !important;
  text-align: -webkit-left !important;
}

.nowrap {
  white-space: nowrap;
}

.plus:after {
  content: '+';
}

.minus:after {
  content: '\2013';
}

.plus:after,
.minus:after {
  font-size: 30px;
  color: #07729C;
  font-weight: normal;
}
.pointer {
  cursor: pointer;
}

.input-clear {
  position: absolute;
  right: 50px;
  top: 5px;
  z-index: 999;
  color: #343434;
  font-size: 24px;
  cursor: pointer;
}

.text-decoration-none,
.text-decoration-none:active,
.text-decoration-none:focus,
.text-decoration-none:hover {
  text-decoration: none;
}

/*Layout*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.p50 {
  width: 50%;
}

.p100 {
  width: 100%;
}

.margin-auto {
  margin: auto;
}

.flex {
  display: -webkit-box !important;
  display: flex !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-column-when-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.align-items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.align-items-flex-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -ms-grid-row-align: start;
  align-items: flex-start;
}

.align-items-flex-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: end;
  align-items: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.space-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

.inline {
  display: inline;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block;
}

.table-cell {
  display: table-cell;
}

.overflow-hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.noscroll {
  overflow: hidden;
  position: fixed;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*Layout END*/

/*Border*/
.border {
  border: 1px solid #c8c4c0;
}

.border-none {
  border: none !important;
}

.border-bt {
  border-bottom: 1px solid #c8c4c0;
}

.border-top {
  border-top: 1px solid #c8c4c0;
}

.border-right {
  border-right: 1px solid #c8c4c0;
}

.border-left {
  border-left: 1px solid #c8c4c0;
}

.br4 {
  border: 1px #dedede solid;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
}

.br8 {
  border: 1px #dedede solid;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
}

/*Border End*/

/*Color*/
.yellow {
  color: #faee00;
}

.white {
  color: #fff;
}

.red {
  color: #ff3000;
}

.orange {
  color: #f15c02;
}

.tan {
  color: #b7804e;
}

.grey {
  color: #343434;
}

.light-grey {
  color: #89847f;
}

.denim-blue {
  color: #07729C !important;
}

.green {
  color: #5e9a41;
}

.beige {
  color: #f0ece8;
}

.light-beige {
  color: #f8f5f3;
}

.beige-rule {
  color: #c8c4c0;
}

.brown {
  color: #331811;
}

.darker-blue {
  color: #d0e1ea;
}

.well-orange-fill {
  color: #f6dece;
}

.well-orange-border {
  color: rgba(246, 180, 141, 0.85);
}

.well-blue-border {
  color: #c5e0f0;
}

.well-blue-fill {
  color: #eff5fd;
}

.bg-beige {
  background-color: #f0ece8;
}

.bg-white {
  background-color: #fff;
}

.pro-text {
  color: #0066a6;
}

.sale-price {
  color: #b00000;
}

.turbo-text {
  color: #33ad45;
}

/*Color END*/

/*Button*/
.button {
  border: solid 1px rgb(200, 196, 192);
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.button-white {
  border: 1px solid #07729C;
  color: #07729C !important;
  font-weight: normal;
  background-color: white !important;
  padding-top: 12px;
  padding-bottom: 10px;
}

.button-white:hover {
  background: -webkit-linear-gradient(bottom, #fff, #f0f0f0);
  background: linear-gradient(to top, #fff, #f0f0f0);
}

.button-white:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.button-blue {
  border: none;
  color: white !important;
  font-weight: bold;
  background-color: #07729C !important;
  box-shadow: inset 0px -2px 0 0 rgba(0, 0, 0, 0.19);
  padding-top: 12px;
  padding-bottom: 10px;
}

.button-blue:hover {
  background: #40799a !important;
}

.button-blue:active {
  background: #29668a !important;
}

.button-orange {
  border: none;
  background: #f15c02 !important;
  color: #ffffff !important;
  box-shadow: inset 0px -2px 0 0 rgba(0, 0, 0, 0.19);
}

.button-orange:hover {
  background: #e05400 !important;
}

.button-orange:active {
  background: #d63d08 !important;
}

.button-grey {
  background-color: #dfdfdf !important;
  color: #afafaf !important;
  padding-top: 12px;
  padding-bottom: 10px;
}

.button-tertiary {
  border: none;
  color: #07729C !important;
  background-color: white !important;
  border: solid 1px #07729C;
  padding-top: 8px;
  padding-bottom: 5px;
}

.button-tertiary:hover {
  border: solid 1px #7aaecb;
}

.button-tertiary:active {
  border: solid 1px #377293;
}

.outline-none-button,
.outline-none-button:active,
.outline-none-button:active:focus,
.outline-none-button:focus {
  outline: none;
  border: none;
}

/*Button END*/

/*Transform & Transition*/
.flip-vertical {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: FlipV;
  filter: FlipV;
  -ms-filter: 'FlipV';
}

.rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.scale90 {
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
}

.ease-in-out {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.transition-border-color {
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/*.wave-squares */
@-webkit-keyframes anim-wave-squares {
  0% {
    background-color: #07729C;
  }

  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}

@keyframes anim-wave-squares {
  0% {
    background-color: #07729C;
  }

  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}

#loading-wave-squares {
  position: fixed;
  top: 49%;
  left: 50%;
  left: calc(50% - 10px);
}

.wave-squares {
  width: 140px;
  margin: -20px auto 15px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wave-squares > * {
  display: inline-block;
  background-color: transparent;
  width: 14px;
  height: 14px;
  -webkit-animation-name: anim-wave-squares;
  animation-name: anim-wave-squares;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.wave-squares > *:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-squares > *:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.wave-squares > *:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.wave-squares > *:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.wave-squares > *:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.wave-squares > *:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.wave-squares > *:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.wave-squares > *:nth-child(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

/* END .wave-squares */

/*Transform & Transition END*/

/* from-bottom modal styling */
@media (max-width: 767px) {
  .modal.from-bottom .modal-dialog {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }

  .modal.from-bottom .modal-dialog {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    max-width: initial;
    max-height: 100vh;
  }
}

/* from-bottom modal styling END */

/*Modal*/
.modal-backdrop,
.gray-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #777777;
  opacity: 0.7;
  z-index: 1040;
}

.modal .modal-header {
  background-color: #f0ece8;
  border-bottom: 1px solid #c8c4c0;
  padding: 12px 22px;
}

.modal .modal-header .modal-title {
  padding-top: 3px;
}

.modal .modal-header button.close {
  font-size: 40px;
  font-weight: normal;
  opacity: 0.9;
  position: absolute;
  right: 5px;
  top: 10px;
  outline: none;
  padding: 0 10px;
}

.modal .modal-header button.close:focus {
  outline: 2px solid #07729C;
  outline-offset: 1px;
}


.modal .modal-body-content {
  margin-bottom: 10px;
}

.modal .modal-footer {
  padding: 10px 15px;
}

.modal .modal-footer .button-blue {
  padding-top: 9px;
  padding-bottom: 6px;
}

#min-advertised-price-popup .modal-dialog {
  max-width: 502px;
}

#lead-compliance-popup .modal-dialog {
  max-width: 490px;
}

#lead-compliance-confirm-popup .modal-dialog {
  max-width: 510px;
}

#lead-compliance-popup .modal-dialog img,
#lead-compliance-confirm-popup .modal-dialog img,
.lead-compliance-agreement {
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

#nonreturnable-confirm-popup .modal-dialog,
#gastite-certification-confirm-popup .modal-dialog,
#tracpipe-qualification-confirm-popup .modal-dialog,
#combustion-test-confirm-popup .modal-dialog {
  max-width: 490px;
}

#live-chat-info-modal .modal-dialog {
  max-width: 360px;
}

#live-chat-info-modal .modal-body {
  font-size: 14px;
  padding: 20px 30px 20px 22px;
}

#live-chat-info-modal .open-time-header,
#live-chat-info-modal .open-time-content {
  margin-bottom: 20px;
}

#live-chat-info-modal .live-chat-modal-footer {
  padding: 0 22px 25px;
}

#live-chat-info-modal .live-chat-modal-footer .btn {
  font-size: 14px;
  padding-left: 45px;
  padding-right: 45px;
}

#overlay-header-contact.popover.live-chat-modal-on,
#header-nav.show.live-chat-modal-on,
#category-resources.show.live-chat-modal-on,
.inventory-status .detailed.popover.live-chat-modal-on {
  z-index: 999;
}

.add-to-cart-confirm-popup .validate-err {
  color: red;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 22px;
}

.modal-shadow {
  box-shadow: -2px 0px 20px 0px rgba(52, 52, 52, 0.4);
}

.popover-shadow {
  border: 1px solid #dddbd7;
  box-shadow: -2px 0px 15px 0px rgba(52, 52, 52, 0.3);
}

/* Modal END */

/* Reusable Common Styles END */

/* Bootstrap Overwrite */
.text-danger {
  color: #ba1e00;
}

.high-demand {
  color: #a94442;
}

.navbar-nav {
  margin: 0;
}

.dropdown .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.dropdown {
  display: inline-block;
}

.center.modal {
  text-align: center;
  padding: 0 !important;
}

.center.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.center .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-top: -15%;
}

.modal-backdrop {
  cursor: pointer; /* Click Event Hack for IOS */
}

.popover.top,
.popover.bs-popover-top {
  margin-bottom: 25px;
}

input[type='file'].none {
  display: none;
}

/* CSS specific to iOS devices */
@supports (-webkit-overflow-scrolling: touch) {
  body {
    /* This is to solve issue with popover with IOS: https://github.com/twbs/bootstrap/issues/16028 */
    cursor: pointer;
  }
}

/* Bootstrap Overwrite END */

/* Bootstrap Clearfix - http://www.bluthemes.com/blog/3/clearing-bootstrap-3-columns */
@media (min-width: 768px) {
  .col-lg-1:nth-child(12n + 1),
  .col-lg-2:nth-child(6n + 1),
  .col-lg-3:nth-child(4n + 1),
  .col-lg-4:nth-child(3n + 1),
  .col-lg-6:nth-child(2n + 1),
  .col-md-1:nth-child(12n + 1),
  .col-md-2:nth-child(6n + 1),
  .col-md-3:nth-child(4n + 1),
  .col-md-4:nth-child(3n + 1),
  .col-md-6:nth-child(2n + 1) {
    clear: none;
  }

  .col-sm-1:nth-child(12n + 1),
  .col-sm-2:nth-child(6n + 1),
  .col-sm-3:nth-child(4n + 1),
  .col-sm-4:nth-child(3n + 1),
  .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 992px) {
  .col-lg-1:nth-child(12n + 1),
  .col-lg-2:nth-child(6n + 1),
  .col-lg-3:nth-child(4n + 1),
  .col-lg-4:nth-child(3n + 1),
  .col-lg-6:nth-child(2n + 1),
  .col-sm-1:nth-child(12n + 1),
  .col-sm-2:nth-child(6n + 1),
  .col-sm-3:nth-child(4n + 1),
  .col-sm-4:nth-child(3n + 1),
  .col-sm-6:nth-child(2n + 1) {
    clear: none;
  }

  .col-md-1:nth-child(12n + 1),
  .col-md-2:nth-child(6n + 1),
  .col-md-3:nth-child(4n + 1),
  .col-md-4:nth-child(3n + 1),
  .col-md-6:nth-child(2n + 1) {
    clear: left;
  }

  .flex-column-when-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .flex-column-when-sm {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .col-md-1:nth-child(12n + 1),
  .col-md-2:nth-child(6n + 1),
  .col-md-3:nth-child(4n + 1),
  .col-md-4:nth-child(3n + 1),
  .col-md-6:nth-child(2n + 1),
  .col-sm-1:nth-child(12n + 1),
  .col-sm-2:nth-child(6n + 1),
  .col-sm-3:nth-child(4n + 1),
  .col-sm-4:nth-child(3n + 1),
  .col-sm-6:nth-child(2n + 1) {
    clear: none;
  }

  .col-lg-1:nth-child(12n + 1),
  .col-lg-2:nth-child(6n + 1),
  .col-lg-3:nth-child(4n + 1),
  .col-lg-4:nth-child(3n + 1),
  .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}

/* Bootstrap Clearfix END */

/* Common elements */
.icon-question {
  background-image: url(../../svg/icons/icon_tooltip.svg);
  background-size: 10px 10px;
  display: inline-block;
  background-repeat: no-repeat;
  padding: 5px;
  cursor: pointer;
}

#breadcrumbs > ol {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#breadcrumbs li {
  display: inline;
  color: #07729C;
}

#breadcrumbs li a {
  font-size: inherit;
}

#breadcrumbs li:not(.ellipsis) a:before {
  content: attr(data-target-name);
}

#breadcrumbs li.ellipsis a:before {
  content: '\2026';
}

#breadcrumbs ol li a:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: 1px;
}

.special-hours {
  border-top: 1px solid #c5e0f0;
  border-bottom: 1px solid #c5e0f0;
  background-color: #fde5e5;
  padding: 15px;
}

.contingency-plan.special-hours {
  text-align: left;
}

.help-section-content .down:after,
#nav-menu-help .down:after {
  content: '\e260';
  font-family: 'Glyphicons Halflings';
  color: #07729C;
  font-size: 11px;
  position: relative;
  margin-left: 5px;
  font-weight: 300;
}

#nav-menu-help .special-hours {
  width: calc(100% + 15px);
  padding-left: 25px;
  border-top: 1px solid #c5e0f0;
  border-bottom: 1px solid #c5e0f0;
}

.help-section-content .collapsed.down:after,
#nav-menu-help .collapsed.down:after {
  content: '\e259';
}

#business-hours {
  font-size: 13px;
}

.help-wrapper span:not(.business-phone):not(.live-chat) {
  padding: 5px 0;
}

.help-section-content .person-img img {
  width: 60px;
}

.slash {
  display: none;
}

.checkbox-black > input {
  display: none;
}

.checkbox-black > label {
  position: relative;
  margin-bottom: 0;
  margin-left: 22px;
}

.checkbox-black > label:before {
  position: absolute;
  left: -22px;
  width: 16px;
  height: 16px;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  border: 2px solid #b7aca7;
  content: '';
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 1px;
}

.checkbox-black > input:disabled + label:hover {
  text-decoration: none;
  cursor: default;
}

.checkbox-black > input:checked + label:before {
  content: '\2713';
  color: #fff;
  border-color: #343434;
  background-color: #343434;
}

.password-togglable > .password.error + .toggle-password {
  border-color: #ff3000;
  background-color: #ffeff2;
}
.password-togglable > .password:focus + .toggle-password {
  border-color: #66afe9;
}
.password-togglable > .form-control {
  padding-right: 50px;
}

.password-togglable > .toggle-password {
  position: absolute;
  right: 0;
  top: 0;
  border-left: none;
  padding: 0 9px 0;
  color: #07729C;
  font-weight: bold;
  cursor: pointer;
  font-size: 13px;
  line-height: 34px;
}
.password-togglable > .toggle-password:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  #breadcrumbs li {
    font-size: 13px;
    margin-top: 13px;
  }

  #breadcrumbs li:not(:nth-last-child(2)) {
    display: none;
  }

  #breadcrumbs li:nth-last-child(-n + 2):before {
    /* http://stackoverflow.com/a/6542189 */
    content: '\e257';
    font-family: 'Glyphicons Halflings';
    color: #07729C;
    font-size: 10px;
    vertical-align: text-bottom;
    padding-right: 4px;
  }
}

@media (min-width: 768px) {
  #breadcrumbs > ol {
    font-size: 0;
  }

  #breadcrumbs li:not(:last-child):after {
    content: '\e258';
    font-family: 'Glyphicons Halflings';
    color: #07729C;
    vertical-align: baseline;
    position: relative;
    top: 1px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #breadcrumbs li {
    font-size: 13px;
  }

  #breadcrumbs li:not(:last-child):after {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 1200px) {
  #breadcrumbs li {
    font-size: 14px;
  }

  #breadcrumbs li:not(:last-child):after {
    font-size: 11px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #category-header h1 {
    /*font-size: 28px;*/
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  #category-header h1 {
    margin-top: 24px;
  }
}

label.error {
  color: #a94442;
  padding: 10px 0 0;
  margin: 0;
  line-height: 13px;
  font-size: 13px !important;
}

.popover {
  max-width: none;
}

.popover .popover-title,
.popover .popover-header {
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: none;
  background-color: initial;
}
.popover .popover-title:empty,
.popover .popover-header:empty {
  display: none;
}

.popover .close {
  font-weight: initial;
  font-size: 36px;
  opacity: 1;
  color: #343434;
  outline: none;
  padding: 10px 10px 0px 10px;
}

/* Image Uploader */
.image-uploader-box {
  background-color: white;
  outline: 2px dashed #07729C;
  padding: 20px;
  margin: 20px 2px;
}
.image-uploader-title {
  color: #07729C;
  cursor: pointer;
  margin: 10px 0 15px;
}
.image-uploader-file {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.image-uploader-box.is-dragover {
  background-color: #dbeaff;
}
.image-uploader-box .btn {
  white-space: normal;
}
.image-thumbnails {
  columns: 2 180px;
  column-gap: 10px;
}
.image-thumbnail {
  min-height: 50px;
  margin-bottom: 10px;
}
.image-thumbnail .close {
  position: absolute;
  opacity: 0.6;
  color: white;
  background: black;
  width: 20px;
  height: 20px;
  font-size: 23px;
}

@media (min-width: 768px) {
  .image-thumbnails {
    column-gap: 20px;
  }
  .image-thumbnail {
    margin-bottom: 20px;
  }
  .image-thumbnail .close {
    width: 30px;
    height: 30px;
    font-size: 35px;
  }
}
/* Image Uploader END */

/* Common elements */

/* Product Summary */
.product-summary-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white; /* #1121 To be passed to stock-up-price-desc, will be overwritten on desktop product page */
}

.product-summary-form .add-to-cart-button {
  position: relative;
  letter-spacing: 1px;
}

/*ST-1375 new Add to Cart Design */
.product-summary-form .add-to-cart-button.in-cart-mode {
  border: 1px solid #f15c02;
  background-color: white;
  color: #f15c02;
  padding-left: 0 !important;
}

.product-summary-form .add-to-cart-button.in-cart-mode:focus {
  outline: none;
}

.product-summary-form .add-to-cart-button.in-cart-mode span:not(.glyphicon-ok) {
  display: none !important;
}

.product-summary-form .add-to-cart-button.in-cart-mode:after {
  content: "\002714\00fe0e\0000a0Added";
}

.product-summary-form .add-to-cart-button.in-cart-mode:active {
  background-color: #ffdfcc;
}

.product-summary-form .add-to-cart-button.in-cart-mode:not(.transition-to-in-cart-mode):active:after {
  content: "Edit qty above";
}

.product-summary-form .add-to-cart-button .glyphicon-ok {
  position: absolute;
  right: -6px;
  top: -6px;
}

@media (min-width: 992px) {
  .product-summary-form .add-to-cart-button.in-cart-mode:hover {
    background-color: #ffdfcc;
  }

  .product-summary-form .add-to-cart-button.in-cart-mode:not(.transition-to-in-cart-mode):hover:after {
    content: "Edit qty above";
  }
}

.fade-in-glyphicon {
  opacity: 1;
  animation: fadeInOut 1s ease;
  -webkit-animation: fadeInOut 1s ease;
  -moz-animation: fadeInOut 1s ease;
  -o-animation: fadeInOut 1s ease;
  -ms-animation: fadeInOut 1s ease;
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.product-summary-form .box-price-container .glyphicon-ok {
  position: absolute;
  left: 50px;
}

.move-down-glyphicon {
  opacity: 1;
  animation: moveDown 0.5s ease;
  -webkit-animation: moveDown 0.5s ease;
  -moz-animation: moveDown 0.5s ease;
  -o-animation: moveDown 0.5s ease;
  -ms-animation: moveDown 0.5s ease;
}

@keyframes moveDown {
  0% {
    top: 15px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 60px;
    opacity: 0;
  }
}
/*ST-1375 new Add to Cart Design END*/

.unit-price-container,
.box-price-container,
.stock-up-price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* #1121 Stock up and Save */
.product-summary-form .price {
  background: inherit;
}

.unit-price .stock-up-original-price-text {
  font-size: 12px;
  text-decoration: line-through;
  display: block;
  font-weight: normal;
}

.ajax-cart-body .stock-up-original-price-text {
  line-height: 0.8;
  margin-top: 7px;
}

.stock-up-price-container,
.box-price-container {
  margin: 0 20px 0 -12px; /*Rely on margin-top of add-to-cart button, except for catalog page*/
  border: 1px solid #dcdcdc;
  background: inherit;
  max-width: 350px;
  flex-direction: column;
}

.box-price-container {
  margin: 0 20px 0 -12px;
  padding: 20px 15px 15px 10px;
  margin-top: 10px;
}

.stock-up-price-container {
  padding: 15px;
}

.box-price-container.init-mode {
  width: 180px;
}

.box-price-container .box-price-line {
  display: flex;
  width: 100%;
  margin-top: 6px;
}

.stock-up-price-container .stock-up-price-title,
.box-price-container .box-price-title {
  background: inherit;
  font-size: 11px;
  color: #969696;
  letter-spacing: 1px;
}

.stock-up-price-container .stock-up-price-title {
  margin-top: -21px;
}

.box-price-container .box-price-title {
  margin-top: -25px;
}

.stock-up-price-container .stock-up-price-details {
  margin-top: 5px;
  width: 100%;
}

.stock-up-price-details .stock-up-price-line {
  text-align: left;
  font-size: 12px;
}

.stock-up-price-line .stock-up-price {
  float: right;
}

.box-price-line .box-price {
  font-size: 11px;
  margin-bottom: 2px;
}

.box-price-line .box-breakdown {
  font-size: 12px;
}

/* END #1221 Stock up and Save */

.product-summary-form input.unit-qty-input,
.product-summary-form input.box-qty-input {
  width: 40px;
  height: 30px;
  padding: 0 6px;
  margin-top: 5px;
  text-align: center;
}

/*ST-1375 new Add to Cart Design */
.qty-adjuster {
  margin-top: 5px;
  height: 30px;
  width: 30px;
  background-color: #f15c02;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  padding: 4px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.qty-adjuster:active {
  background-color: #fd914e;
}

.unit-qty-increase,
.box-qty-increase,
.qty-increase {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.unit-qty-decrease,
.box-qty-decrease,
.qty-decrease {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.qty-adjuster:focus {
  outline: none;
}

.qty-decrease,
.qty-increase {
  display: block;
  height: 100%;
  width: 100%;
}

.unit-price,
.box-price-desc {
  margin-left: 10px;
}

.inventory-allocation-unavailable .unit-price,
.inventory-allocation-unavailable .box-price-desc {
  margin-left: 0px;
}

.product-summary-form.max-qty div.unit-price-container .unit-price {
  margin-left: 0px;
}

.product-summary-form .glyphicon-ok {
  width: 18px;
  height: 18px;
  color: white;
  padding-top: 2px;
  background-color: #f15c02;
  border: 1px solid #f15c02;
  border-radius: 50%;
  opacity: 0;
}
/*ST-1375 new Add to Cart Design END*/

.action-helper {
  display: inline-block;
}

.lead-icon {
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 1px;
}

.contains-lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exceed-qty-limit {
  border-color: #ba1e00;
}

.max-qty-error {
  color: #ba1e00;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .product-summary-form .add-to-cart-button {
    padding: 8px 32px 6px 32px;
    font-size: 11px;
  }

  .product-summary-form .add-to-cart-button.button-orange {
    padding-left: 45px;
    padding-right: 25px;
  }

  .product-summary-form .add-to-cart-button > .glyphicon.glyphicon-shopping-cart {
    position: absolute;
    top: 8px;
    left: 20px;
    font-size: 12px;
  }

  .box-price-container {
    margin-right: 0;
  }
}

@media (max-width: 767px), (min-width: 1200px) {
  .product-summary-form .add-to-cart-button {
    padding: 10px 40px 8px 40px;
    font-size: 12px;
  }

  .product-summary-form .add-to-cart-button.button-orange {
    padding-left: 50px;
    padding-right: 50px;
  }

  .product-summary-form .add-to-cart-button.button-orange > .glyphicon.glyphicon-shopping-cart {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 14px;
  }
}

/* #1221 Stock up and Save: Smaller Screens */
@media (max-width: 991px) {
  .stock-up-price-container,
  .box-price-container {
    padding: 10px;
  }

  .stock-up-price-container .stock-up-price-title,
  .box-price-container .box-price-title {
    margin-top: -15px;
  }
}
/* END #1221 Stock up and Save */

.browse-products > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 8px;
}

.browse-products > ul.grid {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.browse-products > ul.grid .product-summary-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.browse-products > ul.grid > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 240px;
  -ms-flex: 1 1 240px;
  flex: 1 1 240px;
}

.browse-products > ul.list > li {
  width: 100%;
}

.browse-products > ul.list > li .desc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 260px;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
}

.browse-products > ul.list > li .product-summary-form {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.browse-products > ul.list > li .price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
}

.inventory-status {
  position: relative;
  padding: 0 !important;
}

.inventory-status > * {
  white-space: nowrap;
}

.inventory-status .status {
  position: relative;
}

.inventory-status .status > .icon {
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
}

.inventory-status .status.in-stock > .icon {
  background: url(../../svg/icons/inv-status.svg) no-repeat 0 0;
}

.inventory-status .status.out-of-stock > .icon {
  background: url(../../svg/icons/inv-status.svg) no-repeat 0 -12px;
}

.inventory-status .status.back-order > .icon {
  background: url(../../svg/icons/inv-status.svg) no-repeat 0 -24px;
}

.inventory-status .status.at-supplier > .icon {
  background: url(../../svg/icons/inv-status.svg) no-repeat 0 -36px;
}

.inventory-status .status > .text {
  font-size: 16px;
  font-weight: bold;
  margin-left: 18px;
}

.inventory-status .status.in-stock > .text {
  color: #5e9a41;
}

.inventory-status .status > .gap,
.inventory-status .status > .text,
.inventory-status .status > .ft-symbol {
  display: inline-block;
  vertical-align: middle;
}

.inventory-status .status.in-stock > .gap {
  height: 11px;
  margin: 0 8px 0 7px;
  border-left: 1px solid #cdcdcd;
}

.inventory-status .status.in-stock > .text:after {
  content: 'In Stock';
}

.inventory-status .status.out-of-stock > .text {
  color: #deac00;
}

.inventory-status .status.out-of-stock > .text:after {
  content: 'Out of Stock';
}

.inventory-status .status.back-order > .text {
  color: #ff3000;
}

.inventory-status .status.back-order > .text:after {
  content: 'Backorder';
}

.inventory-status .status.at-supplier > .text {
  color: #343434;
}

.inventory-status .status.at-supplier > .text:after {
  content: 'Available at Supplier';
}

.inventory-status > .get {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 4px;
}

.inventory-status > .get > * {
  display: inline-block;
}

.inventory-status > .get > .qty:not(:empty):before {
  content: 'Get ';
}

.inventory-status > .get > .qty:empty:before {
  content: 'Get it';
}

.inventory-status > .get > .when {
  font-weight: bold;
  margin-left: 3px;
}

.inventory-status > .inv-details-more {
  font-size: 13px;
}

.inventory-status > .inv-details-more > .more-avail:before {
  content: 'More Available';
}

.inventory-status > .inv-details-more > a {
  font-weight: bold;
  text-decoration: none;
  margin-left: 2px;
}

.inventory-status > .inv-details-more > a:before {
  content: 'Inventory Details';
}

.inventory-status > .inv-details-more > a:after {
  content: '\e259';
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
  font-weight: normal;
  vertical-align: text-bottom;
  margin-left: 5px;
}

.inventory-status > .delivery-method {
  border-top: 1px solid #c8c4c0;
  margin-top: 8px;
  padding-top: 8px;
}

.inventory-status > .delivery-method > .ft {
  background: url(../../svg/logo/fasttrack-sm.svg) 0 0/76px 15px no-repeat;
  width: 76px;
}

.inventory-status > .delivery-method > .ft > .desc-msg {
  margin-left: 90px;
  font-size: 13px;
}

.inventory-status > .delivery-method > .ft > .desc-msg > strong {
  font-weight: normal;
}

.inventory-status > .detailed:not(.popover) {
  display: none;
}

.inventory-status > .detailed > .status {
  margin-bottom: 10px;
}

.inventory-status > .detailed > .status > .icon {
  top: 2px;
  left: 10px;
}

.inventory-status > .detailed > .status > .text {
  font-size: 14px;
  padding-left: 10px;
}

.inventory-status > .detailed > .status.in-stock > .text:after {
  content: ' available to ship';
  font-weight: normal;
}

.inventory-status > .detailed > tr.multi-ft-msg {
  border-left: solid 1px #c8c4c0;
  border-right: solid 1px #c8c4c0;
}

.inventory-status > .detailed > tr.multi-ft-msg.first td {
  border-top: solid 1px #c8c4c0;
  padding-top: 10px;
}

.inventory-status > .detailed > tr.multi-ft-msg.last td,
.inventory-status > .detailed > tr.multi-ft-msg.first td:last-of-type {
  border-bottom: solid 1px #c8c4c0;
  padding-bottom: 10px;
}

.inventory-status > .detailed > table th {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #89847f;
  padding-bottom: 3px;
  padding-left: 10px;
}

.inventory-status > .detailed > table th > .zipcode {
  color: #343434;
}

.inventory-status > .detailed > table td {
  white-space: nowrap;
  font-size: 13px;
  padding: 2px 0;
  padding-left: 10px;
}

.inventory-status > .detailed > table td > .ft-wrapper {
  display: inline-block;
  position: relative;
  top: -12px;
  width: 82px;
  margin-left: 10px;
}

.inventory-status > .detailed > table td > .ft-wrapper .ft {
  position: absolute;
  background: url(../../svg/logo/fasttrack-sm.svg) 0 0/76px 15px no-repeat;
  width: 76px;
  height: 15px;
}

.inventory-status > .detailed > table td.qty {
  min-width: 35px;
  font-weight: bold;
  padding-right: 20px;
}

.inventory-status > .popover {
  display: block;
  top: 72px;
  left: auto; /* for ie */
  left: initial;
  right: 0;
  max-width: 320px;
  width: -webkit-max-content;
  width: -moz-max-content; /* NO SUPPORT: width: -ms-max-content; */
  width: -o-max-content;
  width: max-content;
  border: 1px solid #c8c4c0;
  padding: 20px 0 0 0;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2), 0 -2px 20px rgba(0, 0, 0, 0.2);
}

.inventory-status > .popover > *:not(.close):not(.questions) {
  margin-left: 20px;
  margin-right: 30px;
}

.inventory-status > .popover > .arrow {
  left: initial;
  right: 0;
}

.inventory-status > *:not(.popover) > .close {
  display: none;
}

.inventory-status > .popover > .close {
  position: absolute;
  right: 0;
  z-index: 1;
  margin-top: -15px;
  margin-right: 15px;
}

.inventory-status > .popover > .status {
  margin-top: 10px;
  margin-bottom: 20px;
}

.inventory-status > .popover > .status > .icon {
  display: none;
}

.inventory-status > .popover > .status > .text {
  font-size: 15px;
  margin-left: 0;
  padding-left: 10px;
}

.inventory-status > .popover > table tr.multi-ft-msg {
  border-left: solid 1px #c8c4c0;
  border-right: solid 1px #c8c4c0;
}

.inventory-status > .popover > table tr.multi-ft-msg.first td {
  border-top: solid 1px #c8c4c0;
  padding-top: 10px;
}

.inventory-status > .popover > table tr.multi-ft-msg.last td,
.inventory-status > .popover > table tr.multi-ft-msg.first td:last-of-type {
  border-bottom: solid 1px #c8c4c0;
  padding-bottom: 10px;
}

.inventory-status > .popover > table tr.multi-ft-msg.last td {
  padding-top: 10px;
}

.inventory-status > .popover > table tr.multi-ft-msg.last + tr td {
  padding-top: 10px;
}

.inventory-status > .popover > table th {
  font-size: 13px;
  padding-bottom: 5px;
}

.inventory-status > .popover > table td {
  font-size: 14px;
  padding: 4px 0;
}
.inventory-status > .popover > table .inv-details-more-badges-td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.inventory-status > .popover > table td.qty {
  font-weight: bold;
  padding-right: 30px;
}

.inventory-status > .popover > table tr td:first-child,
.inventory-status > .popover > table tr th:first-child {
  padding-left: 10px;
  padding-right: 10px;
}

.inventory-status > .popover > .questions {
  background-color: #eff5fd;
  border-top: 1px solid #c5e0f0;
  margin-top: 15px;
  padding: 15px 30px 13px 30px;
}

.inventory-status > *:not(.popover) > .questions {
  display: none;
}

.inventory-status > .temp-unavail:after {
  content: 'This product is\atemporarily unavailable.';
  white-space: pre-wrap;
}

.inventory-status > .disc-msg,
.inventory-status > .temp-unavail {
  white-space: normal;
  font-weight: bold;
  font-style: italic;
  color: #ba1e00;
}

.map-saving-tout {
  margin-top: 12px;
  color: #b00000;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.login-for-pricing {
  position: relative;
  border-bottom: 1px solid #c8c4c0;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.login-for-pricing > a::before {
  content: ' ';
  background: url(../../svg/icons/icon_loginforpricing.svg);
  background-size: 15px 15px;
  padding-right: 15px;
  padding-bottom: 3px;
  padding-top: 3px;
  background-repeat: no-repeat;
  margin-right: 6px;
}

.login-for-pricing > a {
  padding: 12px 20px 10px 20px;
  font-size: 11px;
  display: block;
  text-align: center;
}

.login-for-pricing::after {
  content: 'OR';
  text-align: center;
  position: absolute;
  left: 45%;
  bottom: -9px;
  z-index: 999;
  background-color: white;
  padding: 0px 5px;
  font-size: 10px;
  font-weight: bold;
  color: #c8c4c0;
}

.call-to-order {
  font-size: 11px;
  padding-top: 15px;
}

.call-to-order > a {
  display: block;
  text-align: center;
}

.call-to-order .glyphicon-earphone {
  margin-right: 5px;
  font-size: 10px;
}

.call-to-order-details {
  text-align: center;
  font-size: 12px;
  padding: 10px 20px;
  background-color: #f8f5f3;
}

.call-to-order-details .phone {
  font-size: 17px;
}

/* #1086 - Restricted Delivery Products */
.unavailable-in-area {
  font-size: 12px;
  padding: 15px 0 10px 0;
  width: 200px;
}

.unavailable-in-area-details {
  text-align: center;
  font-size: 12px;
  padding: 8px 0 6px 0;
  border: 1px solid #f6b48d;
  background-color: #f6dece;
}
/* #1086 - END */

.unit-not-sell-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.product-summary-form .view-replacement-parts-btn {
  font-size: 11px;
  padding: 8px 0 6px;
  display: block;
  width: 180px;
  margin: 0 0 15px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .product-summary-form .view-replacement-parts-btn {
    margin: 0;
  }
}

/* Product Summary END */

/* Toggle Buttons */
.btn-group.white-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn-group.white-blue > .btn {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: #343434;
  border: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.btn-group.white-blue.even > .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}

.btn-group.white-blue > .btn.active {
  color: #fff;
  background-color: #07729C;
  border-top-color: #1d5677;
  border-bottom-color: #07729C;
}

.btn-group.white-blue > .btn:not(.active) {
  color: transparent;
  line-height: 0;
}

.btn-group.white-blue > .btn:not(.active):hover {
  font-weight: bold;
  background: -webkit-linear-gradient(bottom, #fff, #f0f0f0);
  background: linear-gradient(to top, #fff, #f0f0f0);
}

.btn-group.white-blue > .btn:not(.active):before {
  /* http://stackoverflow.com/a/20249560 */
  content: attr(data-btn-text);
  font-weight: normal;
  color: #343434;
  display: block;
  padding-top: 9px;
}

.btn-group.white-blue > .btn:not(.active):hover:before {
  font-weight: bold;
}

/* Toggle Buttons END */

/* Add-on Item */
.addon-item-detail {
  font-size: 12px;
  max-width: 310px;
  min-width: 275px;
  padding: 6px 12px 0 6px;
}
.addon-item-detail button.close {
  padding: 0;
  margin: -12px 12px 0 0;
  font-size: 30px;
}
.addon-item-detail p {
  margin: 8px 12px 12px 0px !important;
}
/* 974 fix add-on popup format and enable wrapping */
.addon-item-detail .modal-title {
  font-size: 13px;
  padding: 14px 12px 14px 0;
}
.addon-logo,
.addon-logo:hover,
.addon-logo:focus {
  color: white;
  background-color: #4e4e4e;
  font-weight: bold;
  border-radius: 4px;
  font-size: 12px;
  padding: 4px 8px 1px;
  margin: 0 0 6px 0;
  display: inline-block;
  text-decoration: none;
}
.addon-logo:hover {
  opacity: 0.9;
}
.ajax-cart-addon {
  margin: 20px 0 -10px;
  padding: 15px 0 0 2px;
}
#ajaxcart .addon-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 13px;
}

.addon-logo-container .addon-logo-msg {
  padding: 0 4px;
}

.facility-location-map-link {
  display: block;
  font-size: 12px;
}

/* #993: Replace with In Stock Item */
.want-it-sooner-container {
  background-color: white;
}

.want-it-sooner-container .want-it-sooner-msg {
  font-weight: bold;
}

.want-it-sooner-container .alternative-lead-info {
  margin: 9px 0;
}

.want-it-sooner-container .alternative-lead-info > * {
  display: inline-block;
}

.want-it-sooner-container .in-stock span {
  color: #5e9a41;
  font-weight: bold;
}

.want-it-sooner-container .in-stock span:after {
  content: 'In Stock';
}

@media (min-width: 768px) {
  .cart-items-list-item .desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .cart-items-list-item .desc .product-badge-container {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 8px;
  }
  .cart-items-list-item .desc .product-name {
    width: 100%;
  }
  .cart-items-list-item .desc .product-meta {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .time-slots-meta-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
@media (min-width: 1200px) {
  .addon-item-detail {
    font-size: 13px;
  }
  .addon-item-detail .modal-title {
    font-size: 14px !important;
  }
}
/* Add-on Item END */

/* Scrolling Shadow - http://kizu.ru/en/fun/shadowscroll/ */

/*.scroll-shadow {
position: relative;
z-index: 1;
overflow: auto;
background-repeat: no-repeat;
background-image: -webkit-radial-gradient(50% 0, farthest-side,   rgba(0,0,0,0.2), rgba(0,0,0,0)), -webkit-radial-gradient(50% 100%,farthest-side,    rgba(0,0,0,0.3), rgba(0,0,0,0));
background-image:         -webkit-radial-gradient(50% 0, farthest-side, rgba(0,0,0,0.2), rgba(0,0,0,0)),         -webkit-radial-gradient(50% 100%, farthest-side, rgba(0,0,0,0.3), rgba(0,0,0,0));
background-image:         radial-gradient(farthest-side at 50% 0, rgba(0,0,0,0.2), rgba(0,0,0,0)),         radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0.3), rgba(0,0,0,0));
background-position: 0 0, 0 100%;
background-size: 100% 20px;
}
.scroll-shadow:before, .scroll-shadow:after {
content: '';
position: relative;
z-index: -1;
display: block;
height: 60px;
margin: 0 0 -60px;
background: -webkit-linear-gradient(top,      #fff,#fff 30%,rgba(255,255,255,0));
background:         -webkit-linear-gradient(top,#fff,#fff 30%,rgba(255,255,255,0));
background:         linear-gradient(to bottom,#fff,#fff 30%,rgba(255,255,255,0));
}
.scroll-shadow:after {
margin: -60px 0 0;
background: -webkit-linear-gradient(top,      rgba(255,255,255,0),#fff 70%,#fff);
background:         -webkit-linear-gradient(top,rgba(255,255,255,0),#fff 70%,#fff);
background:         linear-gradient(to bottom,rgba(255,255,255,0),#fff 70%,#fff);
}*/
.scroll-shadow {
  overflow: auto;
}

/* Scrolling Shadow END */

/* common max width control */
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* common max width control END */

/* Product Rating */
.desc-rating {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.desc-rating > .star {
  position: relative;
  overflow: hidden;
}

.desc-rating > .star:not(:last-of-type) {
  margin-right: 4px;
}

.desc-rating > .star.half:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0.7;
}

.desc-rating > .star > img {
  background-color: #f15c02;
  padding: 1px;
  border-radius: 3px;
  width: 15px;
  height: 15px;
}

.desc-rating > .star.off > img {
  opacity: 0.3;
}

.desc-rating.no-review > .star > img {
  background-color: #ccc;
}

.desc-rating > .num-reviews {
  height: 20px;
  line-height: 20px;
  margin-left: 6px;
  margin-top: 1px;
  font-size: 12px;
}

/* Product Rating END */

/* Slick Carousel */
.slick-slide {
  outline: none;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev {
  left: -50px !important;
}

.slick-next {
  right: -50px !important;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'Glyphicons Halflings';
  font-size: 30px;
  padding: 23px 16px;
  color: #07729C;
  background-color: #ffffff;
  border: solid 1px #c8c4c0;
}

.slick-prev:before {
  content: '\e257' !important;
}

.slick-next:before {
  content: '\e258' !important;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  visibility: hidden;
  display: none !important;
}

/* Slick Carousel END */

/* Video Thumbnails */
.vdo-thumb {
  position: relative;
  width: calc(100% + 8px);
  border: 2px solid transparent;
  margin-left: -4px;
  padding: 2px;
}

a:hover .vdo-thumb {
  border-color: #07729C;
}

.vdo-thumb > img {
  width: 100%;
  height: 100%;
}

.vdo-thumb > .play-btn-overlay {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: transparent;
}

.vdo-thumb > .play-btn-overlay > .play-btn {
  background: url(../../svg/icons/play.svg) no-repeat;
  background-size: 20%;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.85;
}

a:hover .vdo-thumb > .play-btn-overlay > .play-btn {
  opacity: 1;
}

/* Video Thumbnails END */

/* Ajax Cart */
#ajaxcart,
#ajaxcart-edit {
  padding: 0 !important;
}

.ajax-cart-content {
  margin: 0 auto;
  width: 100%;
  bottom: 0;
  position: absolute;
  max-height: 100vh;
}

.ajax-cart-body {
  padding: 20px 25px !important;
}

.ajax-cart-body .ajax-cart-product {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.ajax-cart-body .photo {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 80px;
  -ms-flex: 1 0 80px;
  flex: 1 0 80px;
}

.ajax-cart-body .desc {
  -webkit-box-flex: 30;
  -webkit-flex: 30;
  -ms-flex: 30;
  flex: 30;
  margin-left: 8%;
}

.ajax-cart-header {
  padding: 15px 25px !important;
  background-color: #f0ece8;
}

.ajax-cart-header .close {
  font-size: 40px;
  opacity: 1;
  font-weight: normal;
  outline: 0;
  margin: -5px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

.ajax-cart-warning {
  margin: 0 25px !important;
  padding: 10px 15px 7px 15px;
}

.ajax-cart-warning img {
  margin-right: 7px;
}

.ajax-cart-warning strong {
  display: block;
}

.ajax-cart-qty {
  margin-top: 20px;
  padding: 10px 0;
}

.ajax-cart-qty h4 {
  font-size: 15px;
  margin-bottom: 5px;
}

.ajax-cart-qty .ajax-cart-total {
  float: right;
  margin-top: -59px;
  font-size: 16px;
  font-weight: bold;
}

.ajax-cart-qty .ajax-cart-total-box {
  float: right;
  margin-top: -64px;
  font-size: 16px;
  font-weight: bold;
}

.ajax-cart-qty .ajax-cart-total-unbold {
  float: right;
  margin-top: -58px;
  font-size: 16px;
}

.ajax-cart-qty .ajax-cart-total-unbold-box {
  float: right;
  margin-top: -65px;
  font-size: 16px;
}

.ajax-cart-qty .ajax-cart-overview {
  padding-bottom: 10px;
}

.ajax-cart-qty .ajax-cart-overview span {
  font-size: 15px;
}

.ajax-cart-qty .ajax-cart-overview-total {
  float: right;
  font-size: 16px;
  font-weight: bold;
}

.ajax-cart-qty-unit {
  margin-bottom: 15px;
}

/* #1121 Stock Up & Save Ajax Cart */
.ajax-cart-body .box-price-title,
.ajax-cart-body .stock-up-price-title {
  background: #fff;
}

.headsup {
  color: #ff3405;
  font-weight: bold;
}

.black-heads-up {
  color: #343434;
  display: block;
}

#shipping-method-options-body .bg-message {
  border: 1px solid #c5e0f0;
  background-color: #ecf3f7;
  padding: 8px 8px 8px 15px;
}

/* #1086 */
#ship-unavailable-heads-up {
  margin-top: 20px;
}

#ship-unavailable-heads-up .bg-message {
  padding: 8px 15px;
  margin-top: -1px;
  border-bottom: 1px solid #c5e0f0;
}

#ship-unavailable-heads-up .bg-message ul {
  padding-left: 20px;
}
/* #1086 - END */

#shipping-method-options-body .ship-heads-up {
  margin-top: 6px;
}

.ajax-cart-delivery-dates {
  padding: 5px 25px 20px 25px !important;
}

.ajax-cart-delivery-dates > .zip-code {
  margin-bottom: 15px;
}

.ajax-cart-delivery-dates > .delivery-dates-container {
  background-color: #eff5fd;
  border: 1px solid #c2d3e6;
  padding: 10px 15px 8px;
}

.ajax-cart-delivery-dates
  > .delivery-dates-container.out-of-stock:not(.inv-msg-container-empty) {
  margin-top: 10px;
}

.ajax-cart-delivery-dates > .want-it-sooner-container {
  margin-top: 0px;
  padding: 15px;
  border: 1px solid #c2d3e6;
  border-top: none;
}

.ajax-cart-delivery-dates > .want-it-sooner-container .alternative-lead-info {
  margin-top: 5px;
}

.ajax-cart-delivery-dates > .want-it-sooner-container .button-blue {
  width: 100%;
}

#ajaxcart .upgrade-to-turbo .main-message {
  font-size: 13px;
}
.ajax-cart-delivery-dates .upgrade-to-turbo {
  margin: 5px 0 0;
}
.turbo-key {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 8px 8px -10px;
}
.turbo-key .turbo-box {
  border: 2px solid #36ac46;
  width: 27px;
  height: 16px;
  margin-top: 1px;
}
.turbo-key .equal {
  padding: 0 6px 0 8px;
}
.turbo-key .turbo-logo {
  font-size: 14px;
}
.turbo-key .question {
  margin: 0 0 0 6px;
  cursor: pointer;
}
.local-shift-left {
  margin-left: -3px;
}
#remove-free-turbo-popup .modal-body-footer {
  margin: 0 20px;
  padding: 20px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}
#remove-free-turbo-popup .keep-turbo-btn {
  font-size: 12px;
  padding: 12px 18px 8px;
}
#remove-free-turbo-popup .modal-dialog {
  max-width: 500px;
}
#remove-free-turbo-popup .main {
  margin-bottom: 10px;
}
.cart-item-leadtime.local + .cart-item-leadtime {
  margin: 12px 0 0;
}

.ajax-cart-footer {
  padding: 0 25px 30px;
  font-size: 14px;
}

.ajax-cart-footer a,
.ajax-cart-footer button {
  padding: 11px 0 8px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .ajax-cart-footer > * {
    width: 100% !important;
  }

  .ajax-cart-footer > .dismiss {
    text-align: center;
    padding-top: 20px;
  }

  .ajax-cart-footer > .dismiss > a {
    padding: 0;
  }

  .ajax-cart-footer.has-alternative {
    padding: 0 40px 30px;
  }

  .ajax-cart-delivery-dates > .want-it-sooner-container button {
    padding: 11px 0 8px;
  }
}

@media (min-width: 768px) {
  .ajax-cart-footer > .dismiss {
    margin-left: 20px;
  }

  .ajax-cart-content {
    top: 165px;
    width: 560px;
    position: relative;
  }

  #ajaxcart .addon-logo {
    margin-right: 6px;
  }

  .ajax-cart-delivery-dates > .want-it-sooner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .ajax-cart-delivery-dates > .want-it-sooner-container .want-it-sooner-body {
    width: 58%;
  }

  .ajax-cart-delivery-dates > .want-it-sooner-container .alternative-img {
    display: block;
    text-align: center;
    margin-left: 15px;
  }

  .ajax-cart-delivery-dates > .want-it-sooner-container .alternative-img img {
    max-width: 80%;
  }

  .ajax-cart-footer.has-alternative {
    border-top: 1px solid #c8c4c0;
    background-color: #f0ece8;
    padding: 25px 40px;
  }

  .ajax-cart-footer.has-alternative .p50 {
    width: 58%;
  }

  .ajax-cart-footer.has-alternative a {
    padding: 12px 0 10px;
  }
}

/* Ajax Cart END */

/* Ajax Cart Edit */
#ajaxcart-edit .ajax-cart-qty {
  padding: 15px 0;
}

#ajaxcart-edit .ajax-cart-qty .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

#ajaxcart-edit .ajax-cart-qty .flex:nth-of-type(2) {
  margin-top: 15px;
}

#ajaxcart-edit .ajax-cart-qty .limit-order-qty.popover.no-box {
  top: 30px;
}

#ajaxcart-edit .ajax-cart-qty .limit-order-qty.replacement.popover {
  top: 12px;
}

#ajaxcart-edit .ajax-cart-qty .limit-order-qty.replacement.popover.no-box {
  top: -40px;
}

#ajaxcart-edit .ajax-cart-qty .limit-order-qty.popover {
  width: 320px;
  top: 60px;
  left: 0px;
}

#ajaxcart-edit .ajax-cart-qty .limit-order-qty.popover > .arrow {
  left: 15%;
}

@media (min-width: 768px) {
  #ajaxcart-edit .ajax-cart-qty .limit-order-qty.popover.no-box {
    top: 63px;
  }

  #ajaxcart-edit .ajax-cart-qty .limit-order-qty.replacement.popover {
    top: 48px;
  }

  #ajaxcart-edit .ajax-cart-qty .limit-order-qty.replacement.popover.no-box {
    top: 13px;
  }

  #ajaxcart-edit .ajax-cart-qty .limit-order-qty.popover {
    width: 480px;
    top: 98px;
    left: 10px;
  }

  #ajaxcart-edit .ajax-cart-qty .limit-order-qty.popover > .arrow {
    left: 10%;
  }
}

#ajaxcart-edit input[type='number'] {
  width: calc(52px + 0.3vw);
  height: calc(33px + 0.3vw);
  text-align: center;
}

#ajaxcart-edit .qty-adjuster {
  margin-top: 0;
  width: calc(33px + 0.3vw);
  height: calc(33px + 0.3vw);
}

#ajaxcart-edit input[type='number'].unit-qty-input + * {
  font-size: calc(13px + 0.2vw);
}

#ajaxcart-edit .box-breakdown {
  font-size: calc(11px + 0.2vw);
}

/* Ajax Cart Edit END */

/* Ajax Cart Remove*/
.ajax-cart-remove-message span {
  font-size: 15px;
}

.ajax-cart-remove-selection {
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.ajax-cart-remove-selection label {
  position: relative;
  left: 20px;
  display: block;
  vertical-align: middle;
}

/*#1121 Stock up and Save in Ajax Cart*/
.ajax-cart-body .stock-up-price-container,
.ajax-cart-body .box-price-container {
  width: 60%;
  min-width: 270px;
}

.ajax-cart-body .stock-up-price-container {
  padding-top: 30px;
  padding-bottom: 10px;
  margin-left: 0;
}

.ajax-cart-body .box-unit-price-container {
  margin-left: 15px;
}

.ajax-cart-body .box-price-container {
  padding: 40px 0 15px 14px;
  margin-left: 0;
}

.ajax-cart-body .box-price-container .box-price-title,
.ajax-cart-body .stock-up-price-container .stock-up-price-title {
  font-size: 12px;
}

.ajax-cart-body .stock-up-price-container .stock-up-price-title {
  margin-top: -37px;
}

.ajax-cart-body .box-price-container .box-price-title {
  margin-top: -46px;
}

.ajax-cart-body .box-price-container .box-price-line {
  margin-top: 5px;
}

.ajax-cart-body .box-price-container .box-price-desc,
.ajax-cart-body .stock-up-price-container .stock-up-price-line {
  font-size: 14px;
}

.ajax-cart-body .box-price-container .box-breakdown {
  font-size: 13px;
}

/* Disable phone links above breakpoint */
@media screen and (min-width: 600px) {
  a[href*='tel:'],
  a[href*='sms:'] {
    cursor: default;
    pointer-events: none;
  }
}

/* style changes for print goes here */
@media print {
  a[href]:after {
    content: none !important;
  }

  .no-print,
  .no-print * {
    display: none !important;
  }
}

.product-summary-form .price {
  position: relative;
}

.limit-order-qty:not(.popover) {
  display: none;
}

.limit-order-qty.popover {
  display: block;
  top: -63px;
  left: auto; /* for ie */
  left: initial;
  right: 10px;
  max-width: 480px;
  width: -webkit-max-content;
  width: -moz-max-content; /* NO SUPPORT: width: -ms-max-content; */
  width: -o-max-content;
  width: max-content;
  border: 1px solid #c8c4c0;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2), 0 -2px 20px rgba(0, 0, 0, 0.2);
  background-color: #f6dece;
  padding-bottom: 0 !important;
}

.limit-order-qty.popover .close {
  position: absolute;
  right: 0;
  z-index: 1;
  margin-top: -10px;
  margin-right: 5px;
}

.limit-order-qty.popover .status {
  padding-bottom: 20px;
  padding-top: 20px;
}

.limit-order-qty.popover .limit-qty-warning img {
  float: left;
  width: 33px;
  margin: 20px 11px;
}

.limit-order-qty.popover > .arrow {
  left: 50%;
}

.limit-order-qty.popover > .arrow::after {
  border-top-color: #f6dece;
}

.limit-order-qty.popover.replacement > .arrow::after {
  border-top-color: #fff;
}

.limit-order-qty.popover .view-replacement {
  background-color: #fff;
  border-top: 1px solid #f6b48d;
  padding: 15px 30px 13px 46px;
}

.limit-order-qty.popover .status > .text {
  font-size: 15px;
}

.limit-order-qty.popover .status > .qty-details {
  font-size: 14px;
  padding: 5px 20px 0px 46px;
}

/* #940 - Local Delivery */
.turbo-track-text {
  padding-right: 2px;
}
.location-popover-trigger,
.view-time-slots,
.view-later-dates {
  text-decoration: none !important;
}
.location-popover-content-hours {
  padding: 10px 0 0;
}
.view-later-dates {
  display: block;
  margin: 25px -15px 0;
}
#time-slots .view-later-dates {
  margin: 5px -15px -15px;
}
.view-later-dates:after {
  content: '\e259';
  font-family: 'Glyphicons Halflings';
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}
.view-later-dates.up:after {
  content: '\e260';
}
.time-slots-meta {
  padding: 10px 0 0 4px;
}
.time-slots-meta .col-1 {
  width: 170px;
}
.time-slots-meta .col-1 .glyphicon-ok {
  font-size: 11px;
  padding-right: 3px;
}
.time-slots-meta .title {
  font-size: 16px;
}
.time-slots-meta-row {
  padding: 8px 0 0;
}
.fee-badge-border,
.fee-badge {
  position: absolute;
  left: 50%;
  bottom: -13px;
  margin-left: -19px;
  width: 38px;
  height: 20px;
  padding-top: 2px;
  border: 2px solid #4788ad;
  border-radius: 12px;
  background-color: white;
  color: #4788ad;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.6px;
}
.fee-badge-border {
  color: transparent;
  background-color: transparent;
  border: 2px solid white;
  width: 40px;
  height: 22px;
  bottom: -3px;
  margin-left: -20px;
}
.remove-turbo {
  display: block;
  margin-top: 10px;
}
.time-slots-group-cell.turbo .fee-badge {
  background-color: #36ac46;
  border-color: #36ac46;
  color: white;
}
.time-slots-group-cell.closed .fee-badge {
  display: none;
}
.radio-button-container {
  margin-bottom: 15px;
  cursor: pointer;
}
.radio-button-container:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: white;
  margin-right: 5px;
  border: solid 2px #b7aca7;
}
input:checked + .radio-button-container:before {
  border: solid 5px #343434;
}

@media (min-width: 768px) {
  #time-slots .view-later-dates {
    margin: 25px -15px -15px;
  }
  .turbo-key {
    margin: 25px 6px -32px;
  }
  .radio-button-container:before {
    width: 14px;
    height: 14px;
  }
}

/* Local Delivery END */

/* Begin #974 - Addon bug */
#upgrade-to-turbo-popup .modal-body-footer {
  margin: 0 20px;
  padding: 20px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

#upgrade-to-turbo-popup .keep-turbo-btn {
  font-size: 12px;
  padding: 12px 18px 8px;
}

#upgrade-to-turbo-popup .modal-dialog {
  max-width: 500px;
}

#upgrade-to-turbo-popup .main {
  margin-bottom: 10px;
}

.cart-items-list-group:not(.priority)
  .addon-logo-trigger
  ~ .popover
  .addon-item-detail
  .in-stock-msg,
.addon-logo-trigger.oos ~ .popover .addon-item-detail .in-stock-msg {
  display: none;
}
/* End #974*/

/* Style for a toggle switch */
.switch-toggle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.switch-toggle > input {
  display: none;
}

.switch-toggle > label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.switch-toggle > label > .icon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  width: 38px;
  min-width: 38px;
  height: 20px;
  cursor: pointer;
}

.switch-toggle .icon > .slot {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #d6cec6;
}

.switch-toggle > input:checked + label .slot {
  background-color: #d6cec6;
}

.switch-toggle .icon > .nub {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #07729C;
  border-radius: 10px;
}

.switch-toggle > input:checked + label .nub {
  left: calc(100% - 20px);
  background-color: #07729C;
}

.switch-toggle > label > .text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: normal;
  color: #07729C;
  padding: 3px 0 0 12px;
}

.text-ul-info {
  color: #363636;
}

/* CSS for the contingency plan */
.contingency-plan-container {
  border: 1px solid #f6c1a1;
  background-color: #f6e3d7;
  color: black;
  padding: 15px;
}

.contingency-confirmation-container .contingency-plan-container {
  border: none;
}

.contingency-plan-container .title {
  font-size: 16px;
}

.contingency-plan-container.local-delivery-contingency-message {
  margin-top: 15px;
  padding: 15px 35px;
}

.contingency-confirmation-container {
  padding: 25px;
}

.contingency-confirmation-message-header {
  font-size: 18px;
}

#pick-up-site-msg {
  color: black;
  margin: 20px 0px 0px 0px;
  padding: 10px;
  text-align: left;
  font-size: 12px;
}

.align-self-center {
  align-self: center;
}

.contingency-blue-container {
  background-color: #eff5fd;
  border: 1px solid #c2d3e6;
  padding: 10px 15px 8px;
}

.contingency-modal-popup {
  padding: 10px;
  margin-bottom: 5px;
}


