﻿@charset "UTF-8";
/* Coastal Beauty SKIN-SPECIFIC VARIABLES - Bootstrap Variable overrides */
/* Spacing consistency */
.page-block {
  margin: 10px 0;
}
.page-block:before,
.page-block:after {
  content: " ";
  display: table;
}
/* Grid system */
/* This grid system is deprecated in favor of bootstrap's grid system. See http://getbootstrap.com for documentation*/
.colwrap:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .colwrap:after {
  /* IE6 */
  zoom: 1;
}
*:first-child + html .colwrap {
  /* IE7 */
  zoom: 1;
}
.page-row {
  margin: 0;
}
.page-row:before,
.page-row:after {
  content: " ";
  display: table;
}
.page-row:after {
  clear: both;
}
.one-half {
  width: 49.5%;
}
.one-third {
  width: 32.66666667%;
}
.two-thirds {
  width: 66.33333333%;
}
.one-fourth {
  width: 24.25%;
}
.three-fourths {
  width: 74.75%;
}
.one-fifth {
  width: 19.2%;
}
.two-fifths {
  width: 39.4%;
}
.three-fifths {
  width: 59.6%;
}
.four-fifths {
  width: 79.8%;
}
.one-sixth {
  width: 15.83333333%;
}
.one-half,
.one-third,
.two-thirds,
.one-fourth,
.three-fourths,
.one-fifth,
.two-fifths,
.three-fifths,
.one-sixth,
.four-fifths {
  display: inline;
  /*ie6*/
  float: left;
  margin-left: 1%;
  box-sizing: border-box;
}
.one-half:first-child,
.one-third:first-child,
.two-thirds:first-child,
.one-fourth:first-child,
.three-fourths:first-child,
.one-fifth:first-child,
.two-fifths:first-child,
.three-fifths:first-child,
.one-sixth:first-child,
.four-fifths:first-child {
  margin-left: 0;
}
/* Grid helper classes */
.grid-item-image,
.list-item-image {
  max-width: 100%;
}
.grid-item-image-wrap,
.grid-item-name-wrap,
.grid-item-sku-wrap,
.grid-item-weight-wrap {
  margin-bottom: 5px;
}
.variant-grid-item .add-to-cart-form {
  text-align: center;
}
.grid-item-inner,
.list-item-inner {
  padding: 4px;
}
.grid-item-inner {
  text-align: center;
  padding: 4px;
}
.two-thirds .grid-column-inner {
  padding: 0 0 0 15px;
}
/* Extend the bootstrap grid to support five columns */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* Utility classes */
.left {
  /* Deprecated. Use Bootstrap's pull-left instead */
  float: left;
}
.right {
  /* Deprecated. Use Bootstrap's pull-right instead */
  float: right;
}
.clear {
  /* Deprecated. Use Bootstrap's clearfix instead */
  clear: both;
}
/* Use this to Hide an element that can be shown with jquery show(). 
Bootstrap uses !important on their hide and hidden classs so jQuery show() won't work */
.off {
  display: none;
}
.btn-space {
  /* Use this to get space around buttons that might flow to two lines */
  margin: 2px;
}
.text-area-tall {
  min-height: 300px;
}
/* Use these to align text to the right for a given viewport */
@media (min-width: 768px) {
  .text-right-sm {
    text-align: right;
  }
  .text-left-sm {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .text-right-md {
    text-align: right;
  }
  .text-left-md {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .text-right-lg {
    text-align: right;
  }
  .text-left-lg {
    text-align: left;
  }
}
/* Global headers */
.group-header {
  display: block;
  font-size: 25px;
  line-height: 28px;
  border-bottom: 1px solid #efefef;
  font-weight: normal;
  padding-bottom: 8px;
  margin-bottom: 8px;
  color: #666;
}
/* Notices (errors or alerts) */
.notice-wrap {
  margin-bottom: 15px;
}
.notice {
  padding: 15px;
  border-radius: 3px;
  margin: 2px 0;
}
.notice-info {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.notice-success {
  background: #DFF0D8;
  border-color: #D6E9C6;
  color: #3C763D;
}
.notice-warning {
  background: #fbf1e4;
  border-color: #f7dcb9;
  color: #f0ad4e;
}
.notice-failure {
  background: #F2DEDE;
  border-color: #EBCCD1;
  color: #A94442;
}
.field-validation-error {
  color: #A94442;
}
/* Action elements */
.actionelement {
  cursor: pointer;
}
/* Forms */
.form-control-inline {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-top: 2px;
  margin-bottom: 2px;
}
.form-text {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  width: 100%;
}
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
/* Specific text box sizes */
.text-1,
.text-2,
.text-3,
.text-4,
.text-sm,
.text-md,
.text-lg,
.text-xs,
.form-control.text-1,
.form-control.text-2,
.form-control.text-3,
.form-control.text-4,
.form-control.text-sm,
.form-control.text-md,
.form-control.text-lg,
.form-control.text-xs {
  max-width: 100%;
}
.text-1,
.form-control.text-1 {
  width: 38px;
}
.text-2,
.form-control.text-2 {
  width: 48px;
}
.text-3,
.form-control.text-3 {
  width: 60px;
}
.text-4,
.form-control.text-4 {
  width: 70px;
}
.text-xs,
.form-control.text-xs {
  width: 100px;
}
.text-sm,
.form-control.text-sm {
  width: 180px;
}
.text-md,
.form-control.text-md {
  width: 270px;
}
.text-lg,
.form-control.text-lg {
  width: 450px;
}
.text-multiline,
.form-control.text-multiline {
  min-height: 200px;
}
/* Add to cart form */
.quantity-field {
  width: 70px;
  display: inline-block;
  vertical-align: middle;
}
.quantity-select,
.size-select,
.color-select {
  display: inline;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}
.price-field {
  display: inline;
  width: 100px;
}
/* Price styles */
.price-wrap {
  font-weight: bold;
  margin-bottom: 5px;
}
.product-page .price-wrap {
  font-weight: normal;
  font-size: 20px;
}
.regular-price {
  color: #888;
  font-weight: normal;
  margin: 0 0 5px 0;
  font-size: 12px;
}
.sale-price {
  color: #902003;
}
/* PayPal banners */
.paypal-banner-wrap img {
  max-width: 100%;
  height: auto;
}
.paypal-banner-wrap {
  margin-bottom: 15px;
}
/* Signin page */
.login-layout-table {
  margin-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
.login-form {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .register-half .register-form,
  .register-half .anon-form {
    padding: 0 0 25px 50px;
  }
}
/* Create account page and account page */
.account-form {
  margin-bottom: 24px;
}
.address-wrap {
  margin-bottom: 15px;
}
.address-wrap .address-header {
  font-weight: bold;
}
.address-wrap .address-view {
  font-size: 12px;
}
.page-action-bar {
  margin-bottom: 15px;
}
/* Recurring Page */
.recurring-buttons {
  margin-bottom: 15px;
}
/* Payment page */
#payment-method-choices .payment-option {
  display: inline-block;
  width: 200px;
  height: 50px;
  text-align: center;
  background-color: #F8F8F8;
  border: 1px solid #CCC;
  border-radius: 4px;
  margin: 5px;
}
/* Checkout and account page links */
.page-links {
  margin-bottom: 10px;
}
/* Tool tips */
.discount-table-tooltip,
.card-code-tooltip {
  padding: 8px;
  font-size: 12px;
  background-color: #fff;
  border: solid 1px #ccc;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
/* Shipping and tax estimator */
.estimate-buttons,
.estimate-button-wrap {
  text-align: right;
}
.shipping-tax-estimator-address,
.shipping-tax-estimator {
  width: 100%;
}
.shipping-tax-estimator-address .header,
.shipping-tax-estimator .header {
  font-weight: bold;
}
.shipping-tax-estimator-address .caption,
.shipping-tax-estimator .caption {
  vertical-align: top;
}
.shipping-tax-estimator-address .value,
.shipping-tax-estimator .value {
  vertical-align: top;
  text-align: right;
}
.shipping-tax-estimator-address .error {
  width: 100%;
  color: Red;
  font-weight: bold;
}
.shipping-tax-estimator tr td,
.shipping-tax-estimator-address td {
  border-top: solid 1px #ddd;
  padding: 4px;
}
/* Stock hints */
.stock-hint {
  display: block;
  margin-bottom: 5px;
}
.out-stock-hint {
  color: #bb0000;
}
.in-stock-hint {
  color: #0066c0;
}
/* Kit specific styles */
.selected-kit-items {
  padding-left: 15px;
}
.kit-prices {
  margin-bottom: 15px;
}
.kit-item-image {
  margin-bottom: 2px;
  margin-top: 2px;
}
.kit-item-description {
  font-style: italic;
  color: darkgray;
}
.kit-add-to-cart-button-wrap {
  display: inline-block;
  margin: 2px;
}
.kit-regular-base-price,
.kit-regular-base-price label {
  text-decoration: line-through;
}
a.kit-panel-title-link,
a.kit-panel-title-link label {
  cursor: pointer;
}
a.kit-panel-title-link {
  display: block;
}
.panel-title > a {
  outline: none;
  text-decoration: none;
}
.kit-panel-heading .panel-title {
  font-size: inherit;
}
.kit-panel-heading .form-label {
  margin-bottom: 0;
}
.kit-group-description {
  padding-bottom: 15px;
}
.kit-description-toggle {
  float: right;
  margin-left: 8px;
}
.kit-description-toggle .fa {
  display: none;
}
.kit-panel-title-link[aria-expanded='false'] .expand-control {
  display: block;
}
.kit-panel-title-link[aria-expanded='true'] .collapse-control {
  display: block;
}
.kit-item-image-wrap {
  float: left;
  margin-right: 15px;
}
.read-only-kit-item-list {
  padding-left: 15px;
}
/* Promotions */
.promo-wrap {
  padding-bottom: 5px;
}
.promotion-call-to-action {
  background: none repeat scroll 0 0 transparent;
  color: #902003;
  font-weight: bold;
  padding: 3px;
}
/* Downloads Page */
.downloads-page .downloads-wrap {
  margin: 0 0 20px 0;
}
.downloads-page .downloads-info {
  margin: 0 0 10px 0;
}
.downloads-page .related-product-wrap {
  border-radius: 0 3px 3px 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.downloads-page .related-product {
  float: left;
  padding: 15px 0 15px 30px;
  text-align: center;
}
.downloads-page .related-product .related-product {
  width: 150px;
}
/* Product page */
.quantity-discount-header {
  font-weight: bold;
}
.product-image {
  max-width: 100%;
}
.product-page .product-info-wrap .regular-price {
  font-size: 16px;
}
.email-a-friend-link {
  background: url('../images/mailicon.gif') no-repeat scroll left center;
  padding: 9px 0 9px 34px;
  line-height: 32px;
  vertical-align: middle;
}
.email-a-friend-wrap,
.nav-links-wrap,
.product-options,
.product-description-wrap {
  margin-bottom: 15px;
}
.product-image-wrap {
  text-align: center;
  margin-bottom: 15px;
}
.product-promotions {
  margin-bottom: 8px;
}
.pop-large-link {
  display: inline-block;
  background: url(../images/magnify.png) no-repeat scroll left center;
  padding-left: 24px;
  line-height: 24px;
}
.medium-image {
  margin-bottom: 4px;
}
.medium-image-cursor {
  cursor: pointer;
}
.variant-name-wrap {
  font-size: 24px;
  margin-bottom: 5px;
}
.variant-info-wrap {
  border-top: solid 1px #ddd;
  padding-top: 10px;
  margin-top: 10px;
}
.product-options .form-control {
  display: inline-block;
  width: auto;
}
.product-gallery-items {
  margin-bottom: 8px;
}
.product-gallery-item {
  display: inline-block;
  max-width: 32%;
}
.gallery-item-inner {
  padding: 2px;
}
.product-gallery-image {
  max-width: 100%;
}
/* Tab setup */
ul.tabbitTabs,
.tabbitTabs li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabbitTabs li {
  display: inline;
  line-height: 24px;
  font-size: 14px;
}
.tabbitTabs li a {
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
  background: #ddd;
  border: solid 1px #ccc;
  border-bottom: none;
  margin-bottom: -1px;
  color: #333;
  font-weight: bold;
  outline: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tabbitTabs li a:hover {
  background: #eee;
}
.tabbitTabs a.state-active,
.tabbitTabs a.state-active:hover {
  background: #fff;
  cursor: default;
  border-bottom: solid 1px #fff;
}
.tabbitTabWrap {
  padding: 10px;
  border: solid 1px #ccc;
  margin-bottom: 12px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/*hide redundant headers*/
.tabbitTabWrap .group-header {
  display: none;
}
/* List items */
.list-item-name-wrap,
.list-item-sku-wrap {
  margin-bottom: 5px;
}
.list-item {
  border-bottom: solid 1px #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.list-item-name-wrap {
  font-size: 1.5em;
  margin-bottom: 5px;
}
.list-item-image-wrap {
  text-align: center;
}
.list-item-image-wrap .product-image {
  display: inline-block;
}
/* Order Confirmation Page */
.orderconfirmation-page {
  width: 100%;
  text-align: center;
}
.orderconfirmation-received {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.orderconfirmation-thanks {
  color: #737373;
}
.orderconfirmation-ordernumber,
.orderconfirmation-customerid {
  font-weight: bold;
}
.orderconfirmation-ordernumber span,
.orderconfirmation-customerid span {
  font-weight: normal;
}
.admin-alert-wrap {
  width: 100%;
  background-color: #FFFF00;
  text-align: center;
}
.admin-alert-text {
  font-weight: bold;
  color: #FF0000;
}
.news-body {
  margin-bottom: 15px;
}
/* 3dSecure Page */
.three-d-secure-iframe {
  width: 100%;
  height: 500px;
}
/* Product Landing Page  */
.product-banner {
  background: #fff;
  box-shadow: 52px 52px 32px rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-left: 1px solid rgba(0, 0, 0, 0.03);
  max-width: 500px;
  max-height: 500px;
  margin-bottom: 24px;
}
.product-landing-page .product-info {
  margin-bottom: 32px;
}
.product-description-wrap {
  clear: both;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-bottom: 32px;
}
.product-landing-page .price-wrap {
  font-size: 44px;
  line-height: 50px;
  font-weight: 200;
  margin-bottom: 24px;
}
.product-summary {
  margin-bottom: 24px;
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 28px;
}
.product-landing-page .add-to-cart-group {
  margin-bottom: 24px;
}
.product-summary-heading {
  text-align: center;
}
.summary-content {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 28px;
}
.description-heading {
  font-size: 25px;
  line-height: 28px;
  border-bottom: 1px solid #efefef;
  font-weight: 200;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.product-ratings hr {
  display: none;
}
.product-rating-stars {
  font-size: 40px;
}
.site-map-group ul {
  padding-left: 5px;
}
/* Session Warning Windows */
.session-warning-top-line {
  font-size: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.session-warning-middle-line,
.session-warning-bottom-line {
  padding-bottom: 15px;
}
.session-modal .modal-body {
  text-align: center;
  font-size: 20px;
}
/* Checkout */
.continue-shopping-text {
  font-size: 16px;
}
.checkout-header,
.order-header {
  border-bottom: solid 1px #ddd;
  padding-bottom: 8px;
}
.checkout-header:first-child,
.order-header:first-child {
  margin-top: 0;
}
.checkout-header {
  position: relative;
}
.checkout-block,
.order-block {
  margin-bottom: 15px;
}
.checkout-block.checkout-sign-out {
  margin-bottom: 0px;
}
.order-details,
.shipping-estimator {
  padding: 15px;
  background: #f8f8f8;
  border: solid 1px #e7e7e7;
  margin-bottom: 15px;
  border-radius: 4px;
}
.order-details .order-block:last-child {
  margin-bottom: 0;
}
.cart-item {
  border-bottom: solid 1px #eee;
  padding-bottom: 15px;
}
.cart-item-image {
  width: 80px;
  border: solid 1px #e7e7e7;
}
.checkout-actions {
  text-align: right;
}
.checkout-action-row {
  margin-top: 15px;
  text-align: right;
}
.cart-upsell-item,
.cart-order-option {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.cart-upsell-image {
  max-width: 50px;
  border: 1px solid #e7e7e7;
}
.order-option-cost {
  white-space: nowrap;
}
.cart-detail {
  font-size: 0.85em;
  color: #666;
}
.hidden-shipping-methods {
  display: none;
}
.alternative-payment-button {
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
}
.loading-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0.5;
}
.loading-message-wrap {
  z-index: 1040;
  position: fixed;
  width: 100%;
  left: 0;
  top: 30%;
  color: #fff;
  text-align: center;
}
.loading-message {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
}
/* Payment methods */
.third-party-payment-button {
  background: transparent;
  border: none 0;
  padding: 0;
}
.on-site-payment-methods,
.off-site-payment-methods {
  margin-bottom: 6px;
}
.choose-payment-method-button {
  text-align: left;
  width: 170px;
  margin-bottom: 5px;
}
.choose-payment-method-offsite-button {
  margin-bottom: 5px;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
}
.payment-method-detail {
  margin-bottom: 8px;
}
/* Shipping methods */
.shipping-method-icon {
  width: 30px;
  vertical-align: middle;
}
.block-success .checkout-header {
  color: #3c763d;
  border-bottom: solid 1px #b1c6a9;
}
.block-danger .checkout-header {
  color: #a94442;
  border-bottom: solid 1px #d79e9e;
}
/* Mini Cart */
.minicart-modal {
  text-align: left;
}
.minicart-item,
.minicart-message-area,
.empty-mini-cart-text {
  padding-left: 15px;
  padding-right: 15px;
}
.minicart-modal .modal-body {
  padding-left: 0;
  padding-right: 0;
}
.minicart-item-image {
  width: 50px;
}
.minicart-item-actions {
  margin-left: 4px;
  float: right;
}
.minicart-item-actions a {
  text-decoration: none;
  font-size: 14px;
}
.minicart-selected-kit-items {
  margin-bottom: 4px;
  padding-left: 15px;
}
.cart-product-name {
  font-weight: bold;
}
.cart-edit-link {
  font-size: 12px;
}
.minicart-product-name {
  font-weight: bold;
}
.minicart-item {
  padding-top: 15px;
  border-top: solid 1px #E5E5E5;
}
.minicart-item:first-of-type {
  padding-top: 0;
  border-top: none 0;
  margin-top: 0;
}
.minicart-detail {
  font-size: 0.85em;
}
.minicart-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0.5;
}
.minicart-loading {
  z-index: 1040;
  position: fixed;
  width: 100%;
  left: 0;
  top: 30%;
  color: #fff;
  text-align: center;
}
.loading-animation {
  display: block;
  font-size: 50px;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 40px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading 1.7s infinite ease;
  animation: loading 1.7s infinite ease;
  border: none;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.087em -0.825em 0 -0.42em #ffffff, -0.173em -0.812em 0 -0.44em #ffffff, -0.256em -0.789em 0 -0.46em #ffffff, -0.297em -0.775em 0 -0.477em #ffffff;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.338em -0.758em 0 -0.42em #ffffff, -0.555em -0.617em 0 -0.44em #ffffff, -0.671em -0.488em 0 -0.46em #ffffff, -0.749em -0.34em 0 -0.477em #ffffff;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.377em -0.74em 0 -0.42em #ffffff, -0.645em -0.522em 0 -0.44em #ffffff, -0.775em -0.297em 0 -0.46em #ffffff, -0.82em -0.09em 0 -0.477em #ffffff;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.087em -0.825em 0 -0.42em #ffffff, -0.173em -0.812em 0 -0.44em #ffffff, -0.256em -0.789em 0 -0.46em #ffffff, -0.297em -0.775em 0 -0.477em #ffffff;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.338em -0.758em 0 -0.42em #ffffff, -0.555em -0.617em 0 -0.44em #ffffff, -0.671em -0.488em 0 -0.46em #ffffff, -0.749em -0.34em 0 -0.477em #ffffff;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.377em -0.74em 0 -0.42em #ffffff, -0.645em -0.522em 0 -0.44em #ffffff, -0.775em -0.297em 0 -0.46em #ffffff, -0.82em -0.09em 0 -0.477em #ffffff;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
}
.minicart-loading-message {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  100% {
    -moz-transform: rotate(359deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(359deg);
  }
}
.minicart-contents-loading-overlay {
  margin-top: -10px;
}
.minicart-contents-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
  z-index: 1;
}
.minicart-contents-loading {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -40px;
  bottom: 0;
  z-index: 2;
}
.minicart-contents-loading-message {
  padding-bottom: 8px;
  text-transform: uppercase;
}
.minicart-content-wrap {
  position: relative;
  max-height: 246px;
  overflow: auto;
}
.minicart-total-area {
  margin-bottom: 15px;
}
.minicart-total-wrap {
  font-size: 18px;
}
.minicart-subtotal-label {
  display: none;
}
@media (min-height: 608px) {
  .minicart-content-wrap {
    max-height: 398px;
  }
}
@media (max-width: 767px) {
  .minicart-subtotal-label {
    display: inline;
  }
}
.user-links {
  padding: 0;
  text-decoration: none;
}
.user-links > li {
  display: inline-block;
  list-style: none;
  margin: 0 4px;
}
a.user-link {
  text-decoration: none;
}
.switch-mini-link {
  font-size: 12px;
  text-decoration: none;
  color: #bbb;
}
.switch-mini-link:focus {
  outline: none;
}
.switch-mini-link:hover {
  text-decoration: none;
  color: #bbb;
  cursor: pointer;
}
/* Form entry and validation */
.form-label-suffix {
  font-weight: normal;
  font-style: italic;
}
.form-label-prefix-required,
.form-label-suffix-required {
  color: #a94442;
}
.form-label-suffix::before,
.form-label-prefix::after {
  content: " ";
}
.form-label-suffix-optional {
  color: darkgray;
}
.form-description {
  font-style: italic;
  color: darkgray;
}
.entry-feedback-wrapper {
  position: relative;
  max-width: 100%;
}
.form-control-feedback::before,
.braintree-hosted-fields-valid + span::before,
.braintree-hosted-fields-invalid + span::before {
  font-size: 1.2em;
  line-height: 34px;
}
.has-success .form-control-feedback::before,
.braintree-hosted-fields-valid + span::before {
  content: "\f00c";
  /* fa-check */
  color: #3c763d;
}
.has-error .form-control-feedback::before,
.braintree-hosted-fields-invalid + span::before {
  content: "\f00d";
  /* fa-times */
  color: #a94442;
}
.has-success .form-control-feedback {
  bottom: 0;
}
.has-feedback .form-control {
  padding-right: 12px;
}
.has-feedback .form-control.text-box {
  padding-right: 12px;
}
.has-feedback.has-success .form-control.text-box,
.has-feedback.has-error .form-control.text-box {
  padding-right: 32px;
}
.form-group-xsmall .entry-feedback-wrapper,
.form-group-xsmall select.form-control {
  /* 6 characters */
  width: 18ex;
}
.form-group-small .entry-feedback-wrapper,
.form-group-small select.form-control {
  /* 12 characters */
  width: 28ex;
}
.form-group-medium .entry-feedback-wrapper,
.form-group-medium select.form-control {
  /* 24 characters */
  width: 48ex;
}
.form-group-large .entry-feedback-wrapper,
.form-group-large select.form-control {
  /* 36 characters */
  width: 68ex;
}
.form-group-full .entry-feedback-wrapper,
.form-group-full select.form-control {
  /* This just uses the default form-control styling */
}
select + .form-control-feedback {
  padding-right: 20px;
}
.input-group-addon-captchaimage {
  padding: 0;
}
/* Gift Card Setup Styles */
.gift-card-row {
  border-bottom: 1px solid #efefef;
}
#amazonAddressWidget,
#walletWidgetDiv {
  height: 228px;
}
.wallet-card {
  border-bottom: solid 1px #efefef;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.whats-this {
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-label {
  font-weight: normal;
  margin-bottom: 0;
}
.checkbox-vert {
  vertical-align: top;
}
.not-found-suggestion {
  margin-bottom: 10px;
}
#minicart-checkout-buttons {
  margin-bottom: 5px;
}
#clearCartButton {
  background-color: transparent;
  -webkit-box-shadow: none;
  border: none;
  color: black;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-family: Lato, Arial, sans-serif;
  font-size: 14px;
}
#orderupload_noproducts input[type="file"] {
  display: none;
}
#orderupload_noproducts .custom-file-upload {
  display: inline-block;
  cursor: pointer;
}
#orderupload_noproducts .custom-file-upload:has(input:valid) {
  color: black;
  background: white;
  border-color: #f156ad;
  border-width: 2px;
}
#orderupload_noproducts .custom-file-upload:has(input:valid)::after {
  content: '✓';
  color: green;
  position: absolute;
  transform: scale(2, 2);
  padding-left: 5px;
}
#orderupload_noproducts .numberCircle {
  display: inline-block;
  line-height: 0px;
  border-radius: 50%;
  border: 2px solid;
  margin-right: 5px;
  color: #f156ad;
  font-size: 12px;
}
#orderupload_noproducts .numberCircle span {
  display: inline-block;
  padding-top: 50%;
  padding-bottom: 50%;
  margin-left: 8px;
  margin-right: 8px;
}
#orderupload_noproducts .btn {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 40px;
  width: 285px;
}
.fav_header_btn {
  margin-top: 10px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../Images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f104";
}
[dir="rtl"] .slick-prev:before {
  content: "\f105";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f105";
}
[dir="rtl"] .slick-next:before {
  content: "\f104";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
#srchCnt {
  margin: 0 0 0 40px;
}
.lstCnt {
  margin: 0 0 5px 0;
  list-style: none;
}
#smartSearchAC {
  position: relative;
}
#AutocompleteResult {
  position: absolute;
  border: 1px solid #E2E2E2;
  overflow: hidden;
  padding: 5px 5px 5px 5px;
  background-color: White;
  z-index: 1000;
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  right: 0;
  top: 35px;
  width: 100%;
}
@media screen and (min-width: 596px) {
  #AutocompleteResult {
    left: 0;
  }
}
.autocomplete-list-item-select {
  background-color: #eeeeee;
}
.autocomplete-list-item-image {
  display: inline-block;
  margin-right: 3px;
}
/*search list*/
#srchRes {
  float: left;
  font-size: 1.2em;
  text-align: left;
}
/*individual search list items*/
#srchRes li {
  cursor: default;
  margin: 0 0 4px 10px;
  list-style: none;
}
/*image container*/
.imgcon {
  display: inline-block;
  text-align: center;
}
/*images*/
#imgs {
  float: left;
}
#brand {
  position: absolute;
  color: #D1CFCF;
  float: right;
  display: none;
  font-size: 1.2em;
}
.brandLnk,
.brandLnk:visited,
.brandLnk:link {
  color: #D1CFCF;
  font-size: 1em;
  list-style: none;
}
.brandLnk:hover {
  color: #FF7F00;
}
#imgs img {
  display: inline;
  margin: 0 10px 0 0;
  border: 1px solid #F7F7F7;
  height: 125px;
}
.imgCpt {
  text-align: center;
  width: 125px;
  font-size: 1em;
}
.clr {
  clear: both;
}
.bld {
  font-weight: bold;
}
.lstItmNormal {
  color: Black;
  width: 250px;
}
.lstItmOver {
  color: Red;
  background-color: #DBD9D9;
  width: 250px;
}
.pressEnterToSearch {
  font-size: 1em;
  margin: 10px 0 0 0;
  font-style: italic;
}
#moco-autocomplete {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
#moco-autocomplete li {
  padding-top: 4px;
}
#moco-autocomplete li.first-child {
  padding-top: 0;
}
#moco-autocomplete a {
  color: #000;
}
.autocomplete-heading {
  color: #939393;
  border-bottom: 1px solid #939393;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 2px;
  margin-bottom: 2px;
  font-weight: bold;
  margin-top: 0.5rem;
}
.autocomplete-list-item-product-image {
  max-width: 25px;
  max-height: 25px;
}
.autocomplete-list-item-product-image:hover {
  position: inherit;
  transform: translateZ(0) scale(4) translateX(9px);
  margin: 20px 80px 20px 0px;
}
/* Styles style.css */
/* Global Styles */
/*Media Query Variables - Use these instead of manually writing your own. Breakpoints are set in variables.less 

Helpful tips:
1.) Mobile classes do not require a media query. They are the default style declarations for elements. 
2.) Add media queries as the viewport moves up in width to overwrite styles for different thresholds.
3.) Try to stay away from max-width queries as much as possible, they can create bloat and artifact classes.
4.) The framework grid float point for many components is set on the @screen-md variable. The grid float point variable can also be adjusted if necessary.
5.) Override default variables in custom-variables.less.

@media (min-width: @screen-sm-min) {
}

@media (min-width: @screen-md-min) {
}

@media (min-width: @screen-lg-min) {
}
*/
body {
  font-family: 'Lato', Arial, sans-serif;
  color: #69696F;
  padding: 0;
  line-height: 1.6em;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 21px;
}
a {
  color: #000;
}
a[disabled] {
  color: #ccc;
  cursor: default;
}
p {
  margin-bottom: 24px;
}
/* This style has to be applied before max-width 500px media query*/
.PromoEntity.col-md-6 {
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 0px;
}
/* Buttons */
.btn {
  padding: 5px 15px;
  background-color: #000;
  color: #FFFFFF;
  border-radius: 0px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.btn-lg {
  font-size: 18px;
  padding: 10px 16px;
}
.btn-sm {
  font-size: 12px;
  padding: 5px 10px;
}
.input-group-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.btn-default {
  background: #000;
  color: #FFFFFF;
  border-color: #000;
}
.btn-default:hover {
  background: #000;
  color: #FFFFFF;
  border-color: #000;
}
.btn:hover,
btn:focus {
  color: #FFFFFF;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  padding: 0 12px;
  line-height: 29px;
}
.form-label-prefix-required,
.form-label-suffix-required {
  color: #f156ad;
}
.form-label-suffix {
  font-size: 12px;
}
/* Bootstrap form element overrides */
.form-control {
  max-width: 100%;
  font-size: 16px;
  /* Having a font size < 16px causes ios to zoom into inputs */
  height: 30px;
}
.input-sm {
  font-size: 12px;
}
.input-lg {
  font-size: 18px;
}
.has-success .form-control {
  border-color: rgba(149, 204, 82, 0.44);
}
.has-success .form-control:focus {
  border-color: #82C184;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #B3E289;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #B3E289;
}
/* Form elements */
.form-description {
  font-size: 12px;
  line-height: 20px;
}
/* Old style buttons (deprecated) */
.button {
  display: inline-block;
  margin: 2px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: #f0f0f0;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #000;
}
.button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button:hover,
.button:focus {
  color: #333333;
  text-decoration: none;
}
.button:active,
.button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.button {
  text-decoration: none;
}
.call-to-action {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.call-to-action:hover,
.call-to-action:focus,
.call-to-action:active,
.call-to-action.active,
.open .dropdown-toggle.call-to-action {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.call-to-action:active,
.call-to-action.active,
.open .dropdown-toggle.call-to-action {
  background-image: none;
}
.call-to-action.disabled,
.call-to-action[disabled],
fieldset[disabled] .call-to-action,
.call-to-action.disabled:hover,
.call-to-action[disabled]:hover,
fieldset[disabled] .call-to-action:hover,
.call-to-action.disabled:focus,
.call-to-action[disabled]:focus,
fieldset[disabled] .call-to-action:focus,
.call-to-action.disabled:active,
.call-to-action[disabled]:active,
fieldset[disabled] .call-to-action:active,
.call-to-action.disabled.active,
.call-to-action[disabled].active,
fieldset[disabled] .call-to-action.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.call-to-action .badge {
  color: #428bca;
  background-color: #fff;
}
.background {
  /*background-color: #efefef;*/
}
.body-background {
  background-color: #fff;
}
.body-wrapper {
  padding-bottom: 2.6em;
  min-height: 28em;
}
/* Store Logo */
.logo-wrap img {
  max-width: 100%;
}
.logo-wrap {
  padding-bottom: 18px;
  padding-top: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .logo-wrap {
    text-align: left;
  }
}
/* Breadcrumb */
.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.1rem;
  color: #969696;
  margin-left: -15px;
  margin-right: -15px;
}
.muted-label {
  color: #969696;
}
/* Product Grid Display */
.product-grid-item {
  margin-bottom: 0rem;
  text-align: center;
}
.grid-item-name-wrap {
  font-size: 15px;
}
.img-thumbnail {
  border: none;
  padding: 0;
}
/* Footer elements */
.social-links {
  margin-bottom: 20px;
}
/*
	.social-links .icon {
		display: inline-block;
		background: #626588;
		border-radius: 4px;
		padding-top: 10px;
		width: 40px;
		height: 41px;
		color: #fff;
		font-size: 22px;
		text-align: center;
		border-bottom: 4px solid rgba(0,0,0,.3);
	}
*/
.sub-footer {
  padding: 0.5em 0;
  font-style: italic;
  color: #65677D;
}
.seal-marker {
  background: #fdfdfd;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  padding: 12px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer {
  padding: 0.5em 0 0 0;
  border-top: 1px solid #efefef;
  text-transform: capitalize;
}
ul.footer-list {
  padding: 0;
  margin: 0;
  margin-bottom: 0.5em;
  list-style: none;
  line-height: 24px;
  color: #A2A3AD;
}
ul.footer-list li {
  display: inline-block;
}
.footer-list a {
  color: #000;
}
.footer-list a:hover {
  text-decoration: none;
}
.footer-list.links li + li:before {
  content: " | ";
}
.footer-heading {
  font-weight: bold;
  padding-bottom: 12px;
  color: #8E90A0;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.77);
  font-size: 15px;
}
/* Navigation Styles */
.navbar-nav {
  /*
	margin-top: 0;
	margin-bottom: 0;*/
  padding: 2rem;
}
@media (min-width: 992px) {
  .navbar-nav {
    display: flex;
    justify-content: center;
    float: none;
    padding: 0;
  }
}
.navbar-form {
  padding-right: 15px;
  border-top: 1px solid rgba(204, 204, 204, 0.42);
  margin-bottom: 0;
}
.dropdown-menu {
  min-width: 250px;
  border: None;
}
.navbar {
  border-radius: 0;
  text-transform: uppercase;
}
.navbar-default {
  border-left: none;
  border-right: none;
  /*
    box-shadow: inset 1px 1px #fff;
	border-radius: 4px;
    */
  background-color: transparent;
  /*border-color: rgba(204, 204, 204, 0.36);*/
  font-size: 11pt;
}
.navbar-default .navbar-collapse {
  border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding: 1.5rem;
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    padding: 1.5rem;
  }
}
.navbar-default .navbar-brand {
  color: #8F909E;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.47);
  font-weight: bold;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar.navbar-default.topnav {
  border: none;
  min-height: unset;
}
.navbar-form .search-go {
  padding: 5px 15px;
  line-height: 22px;
  margin-left: 4px;
}
@media (max-width: 500px) {
  .col-ss-12 {
    width: 100%;
  }
  .PromoEntity.col-md-6 {
    padding-left: 0px;
  }
  .navbar-nav {
    display: block;
  }
}
/* Home Page */
/* Adnsf grid system */
/* This grid system is deprecated in favor of bootstrap's grid system. See http://getbootstrap.com for documentation*/
@media (max-width: 767px) {
  .one-half,
  .one-third,
  .two-thirds,
  .one-fourth,
  .three-fourths,
  .one-fifth,
  .two-fifths,
  .three-fifths,
  .four-fifths,
  .one-sixth {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0;
  }
}
/* Bootstrap modal overrides */
.modal-header,
.close {
  opacity: 0.6;
}
.modal-header,
.close:hover {
  opacity: 1;
}
/* Header elements */
.user-links > li {
  margin: 0 0;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 7px;
}
.user-links > li a {
  text-decoration: none;
}
.user-links > li a:hover,
.user-links > li a:focus {
  text-decoration: none;
  color: #000;
}
.user-links > li a.PinkLink,
.user-links > li a.PinkLink:hover {
  color: #f156ad;
}
/* Horizontal navigation */
.footernav .navbar-nav {
  margin: 0;
}
.nav-input-pad {
  padding: 9px 15px 0 15px;
}
.nav-button-pad {
  padding: 5px 15px 0 15px;
}
@media (min-width: 768px) {
  .navbar-form.navbar-right:last-child {
    margin-right: 0;
  }
  .navbar-form.search-wrap {
    padding-top: 8px;
    margin-top: 0;
  }
}
#shippingMethodListWrap label {
  display: inline;
}
/* Product page */
.variant-options-label {
  font-weight: bold;
}
.product-image-wrap .product-image {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* Add to cart styles */
.add-to-wishlist,
.add-to-cart {
  font-weight: bold;
}
.add-to-cart-group .form-control {
  height: 28px;
}
.quantity-field {
  text-align: center;
}
.table-order {
  text-align: right;
}
/* Grid item styles for entity pages, related, upsell etc. */
.grid-item {
  padding-bottom: 16px;
  text-align: center;
}
.grid-item-image {
  margin: 0 auto;
}
.grid-item-image-wrap {
  padding-bottom: 8px;
}
/* Entity page */
.entity-image {
  margin: 0 8px 8px 0;
}
.entity-page-description {
  margin-bottom: 8px;
}
.sub-entity-list {
  margin-bottom: 16px;
}
/* Popup window styles */
/* Override body styles by removing spacing and backgrounds */
#popup-body {
  margin: 0;
  padding: 0;
  border: none 0;
  background: #fff;
}
.no-template-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* entity listing pages */
.access-authorized {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}
.access-not-authorized {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /* IE 5-7 */
  filter: alpha(opacity=60);
  /* Netscape */
  -moz-opacity: 0.6;
  /* Safari 1.x */
  -khtml-opacity: 0.6;
  /* Good browsers */
  opacity: 0.6;
}
/* search */
.search-wrap {
  margin-right: 0;
  padding-right: 0;
}
/* footer */
#footer .navbar-nav {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
}
#footer .navbar-nav > li {
  float: none;
  display: inline-block;
}
/* VERTICAL NAVIGATION */
.vertical-nav-button {
  border: none;
  padding: 2px 10px;
  margin-left: 0;
  color: #FFFFFF;
}
.vertical-nav-wrapper {
  padding: 0 10px 0 20px;
}
.sub-entity-list {
  list-style: none;
}
.vertical-nav-wrapper ul li a.selected {
  color: #000;
  font-weight: bold;
}
.vertical-nav-wrapper ul li a.selected::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  font-weight: bold;
  padding-right: 4px;
  color: #000;
}
.vertical-nav-wrapper ul li ul {
  padding-left: 15px;
}
.vertical-nav-wrapper ul li ul li ul {
  padding-left: 30px;
}
.ManufacturerWarrantiesIndent {
  padding-left: 11px;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -60%;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -60%;
  }
  .row-offcanvas-right.active {
    right: 60%;
  }
  .row-offcanvas-left.active {
    left: 60%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 60%;
  }
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 0;
  }
  .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }
  .RightImage {
    padding-left: 8px;
  }
}
/* Navigation Menus*/
.navbar .topnav {
  min-height: unset;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .navbar .topnav {
    min-height: 53px;
  }
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.selected {
  background-color: transparent;
  font-weight: bold;
  color: #f156ad;
}
.navbar-default .navbar-nav > li > a:after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: -1px;
}
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  background-color: transparent;
}
li a.ShopHomeLink {
  text-transform: uppercase;
}
.vertical-nav-wrapper ul.nav > li > a {
  padding: 5px 0px;
}
.footernav .navbar-nav li a {
  font-weight: normal;
}
.footernav .navbar-nav li.divider:before {
  color: #FFFFFF;
}
#footer {
  margin-top: 15px;
}
ul li.divider:before {
  content: " | ";
}
.footernav .navbar-nav li a {
  padding: 3px 3px;
}
/* Link Styles */
.PinkLink {
  color: #f156ad;
}
.PinkLink:hover {
  color: #f156ad;
  text-decoration: none;
}
/* Home Page Styles */
.SingleImageBelowBanner {
  padding-bottom: 20px;
}
.Copyright {
  text-align: center;
}
.favorite-heart {
  width: 13px;
  position: relative;
  top: -1px;
  left: -1px;
}
.indent {
  margin-left: 15px;
}
.form-control {
  border-radius: 0px;
  border-color: #000;
}
.btn-primary {
  background-color: #000;
  border-color: #000;
}
.btn-primary:hover {
  background-color: #000;
  border-color: #000;
}
.btn.primary.active {
  background-color: #000;
  border-color: #000;
}
.btn-default:active:hover,
.btn-default:active:focus {
  background-color: #000;
  border-color: #000;
  color: #FFFFFF;
}
.btn-default:focus {
  background-color: #000;
  border-color: #000;
  color: #FFFFFF;
}
.btn:hover,
.btn:focus,
.btn.focus {
  background-color: #000;
  border-color: #000;
  color: #FFFFFF;
}
.grad-date-textbox {
  border: 1px solid #000;
  padding: 5px 10px;
  width: 100%;
  font-size: 16px;
}
.AreYouStudentSection {
  padding-top: 25px;
  padding-bottom: 20px;
}
/* Category Page Styles*/
div.PromoEntity > a span img {
  width: 100%;
}
.RegularPriceStrike {
  text-decoration: line-through;
}
.sale-price {
  color: #f156ad;
}
.ProductImageSeperator {
  margin: 0 auto;
  padding-top: 5px;
}
/* Shopping Cart Modal*/
.minicart-item-actions a i.fa-times-circle-o {
  color: #f156ad;
}
/* Checkout Page*/
.order-details,
.shipping-estimator {
  border-radius: 0px;
}
.form-control {
  padding: 4px 12px;
}
.grid-item-name-wrap a:hover {
  text-decoration: none;
}
/* Favorites and X-Search Styles*/
.list-item-name-wrap a {
  font-size: 14px;
}
.list-item-inner a img.icon-image {
  max-width: 110px;
}
div.list-item-image-wrap {
  padding-left: 0px;
  padding-right: 0px;
}
div.product-list-item-info-wrap {
  padding-left: 0px;
  padding-right: 0px;
}
.XSearchProducts div.list-item-price-wrap,
.XSearchProducts div.price-wrap,
.XSearchProducts div.variant-price {
  width: 110px;
  display: inline-block;
  padding-left: 10px;
}
.product-list-item-name-wrap a:hover {
  text-decoration: none;
}
div.AddToCartForm {
  display: inline-block;
  vertical-align: top;
}
input.quantity-field {
  padding-left: 4px;
  padding-right: 4px;
  text-align: left;
  width: 50px;
}
.XSearchProducts span.add-to-cart-quantity label {
  padding-right: 5px;
}
.XSearchProducts div.form-group button.add-to-cart {
  margin-left: 5px;
}
div.pageControlWrapper.xsearch-page-size {
  padding: 0.5em 0em 0.5em 0.5em;
}
.xsearch-sku {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
  padding-left: 15px;
}
.XSearchProducts div.xsearch-pricing-addtocart {
  padding-top: 40px;
  padding-right: 0px;
}
.XSearchProducts div.single-Product-List-layout {
  padding-right: 0px;
}
.XSearchProducts div.single-Product-List-layout div.list-item-inner.product-list-item-inner {
  padding: 4px 0px 4px 4px;
}
.XSearchProducts > div {
  margin-top: 0px;
}
.XSearchProducts div.AddToCartForm {
  float: right;
}
.XSearchProducts div.single-Product-Grid-layout div.ProductImage img.product-image {
  margin: 0 auto;
}
.XSearchProducts div.single-Product-Grid-layout div.ProductName {
  text-align: center;
  padding-top: 10px;
}
.XSearchProducts div.single-Product-Grid-layout div.ProductPrice {
  text-align: center;
}
.XSearchProducts div.single-Product-Grid-layout div.ProductPrice div.price-wrap {
  padding-left: 0px;
}
.XSearchProducts div.single-Product-Grid-layout div.ProductPrice div.variant-price {
  padding-left: 0px;
}
.xsearch-pagination {
  margin: 0px;
}
.xsearch-search-box {
  border: 1px solid #000;
  padding-left: 4px;
}
.xsearch-search-btn {
  padding: 4px 15px;
  margin-bottom: 2px;
}
.refine-search-dropdowns {
  padding-top: 20px;
}
.single-Product-Grid-layout {
  margin-bottom: 18px;
  height: 285px;
}
.CombinationTypes label {
  font-weight: normal;
}
.MatchTypes label {
  font-weight: normal;
}
.favorite-page .page-size,
.favorite-page .page-sort {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 992px) {
  .favorite-page .page-size,
  .favorite-page .page-sort {
    text-align: left;
  }
}
.favorite-page .page-size {
  margin-left: 2px;
}
.entity-page div.page-size,
.entity-page div.page-sort {
  display: inline-block;
}
.favorites-sku {
  display: inline-block;
  margin-right: 40px;
}
.qty-label {
  padding-right: 5px;
  padding-top: 2px;
}
div.SearchWrapper .pageControlsWrapper,
div.SearchWrapper .pageControlWrapper {
  font-size: 14px;
}
.favorites-dropdown {
  border: 1px solid #dfdfdf;
  font-size: 1rem;
  color: #969696;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  height: 28px;
}
.favorites-pagesize {
  width: 4em;
}
.btn-secondary {
  background-color: #FFFFFF;
  color: #000;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background-color: #FFFFFF;
  color: #000;
}
.btn:active {
  box-shadow: none;
}
/* Pagination Styles*/
ul.pagination {
  font-size: 1rem;
  font-weight: bold;
}
ul.pagination > li {
  cursor: pointer;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #fff;
  border: 1px solid #fff;
  color: #969696;
}
.pagination > li > a,
.pagination > li > span {
  color: #000;
  padding: 5px 8px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #fff;
}
@media (min-width: 992px) {
  .pagination > li > a,
  .pagination > li > span {
    padding: 5px 10px;
  }
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 0;
  color: #f156ad;
  border-color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
div.entity-paging-wrap ul.pagination {
  vertical-align: bottom;
}
div.page-sort {
  vertical-align: bottom;
}
.sort-align-right {
  text-align: left;
}
@media (min-width: 992px) {
  .sort-align-right {
    text-align: right;
  }
}
.favorite-brands div.brand-listing {
  padding-left: 5px;
}
.favorite-brands {
  clear: both;
  padding: 1.5rem;
}
.brand-option.hide-set {
  display: none;
}
.brand-option label {
  font-weight: normal;
}
.brand-expander {
  color: #f156ad;
  float: right;
  cursor: pointer;
  margin-bottom: 0;
  clear: both;
}
.remove-brand-filter {
  color: #f156ad;
  clear: both;
}
.heart-wrapper {
  position: relative;
}
.favorites-heart-item {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
}
/* Simple Product Page*/
h1.product-page-header {
  padding-top: 0px;
  margin-top: 0px;
}
.product-add-to-cart-table td.stock-hint {
  text-align: center;
  display: table-cell;
  margin: 0;
}
.product-add-to-cart-table-wrapper {
  padding-right: 0px;
  padding-left: 5px;
}
.product-add-to-cart-table td {
  padding: 4px !important;
}
.product-add-to-cart-table th {
  padding: 1px !important;
  text-align: center;
}
.th-add-cart-table_large {
  width: 80px;
}
.col-less-padding {
  padding-left: 4px;
  padding-right: 4px;
}
.product-add-to-cart-form {
  width: 130px;
}
div.product-add-to-cart-table td.product-add-to-cart-form {
  padding-right: 1px;
}
.kit-product-page-top div.product-description {
  padding-bottom: 25px;
}
.tabbitTabs li a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #eee;
}
.tabbitTabWrap {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.tabbitTabWrap div.grid-item-name-wrap {
  font-size: 14px;
  padding-left: 2px;
  padding-right: 2px;
}
.tabbitTabWrap div.grid-item-inner input[type=submit].empty-heart {
  margin: 0 auto;
}
.tabbitTabWrap div.grid-item-inner input[type=submit].full-heart {
  margin: 0 auto;
}
.tabbitTabWrap div.grid-item-inner div.price-wrap {
  font-weight: bold;
  font-size: 14px;
}
.center-table-header {
  text-align: center;
}
.ui-dialog-buttonpane div.ui-dialog-buttonset > button:first-child {
  border: 1px solid #000;
  background-color: #FFFFFF;
  color: #000;
  border-radius: 0px;
  font-weight: bold;
}
.ui-dialog-buttonpane div.ui-dialog-buttonset > button:nth-child(2) {
  border: 1px solid #000;
  background-color: #000;
  color: #FFFFFF;
  border-radius: 0px;
  font-weight: bold;
}
div.ui-dialog #dialog-confirm p {
  font-size: 12px;
}
.product-page .price-wrap {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.product-add-to-cart-table table tbody tr:last-child {
  border-bottom: 2px solid #ddd;
}
.login-required {
  border: 1px solid #000;
  padding: 1rem;
  clear: both;
}
.login-required p {
  margin-bottom: 0px;
  color: #000;
  text-align: center;
}
.ShowFamilyProducts {
  border: 1px solid #000;
  margin: 20px 0px;
  color: #6c6c6c;
  clear: both;
  padding: 10px;
  text-align: center;
  float: right;
}
.ShowFamilyProducts a {
  font-weight: bold;
  color: #6c6c6c;
}
.ShowFamilyProducts a:hover,
.ShowFamilyProducts a:visited,
.ShowFamilyProducts a:focus {
  color: #6c6c6c;
  text-decoration: none;
}
.purchasing-through-maritime {
  font-size: 18px;
}
.category-product-more-options {
  font-weight: bold;
  color: #69696F;
}
a.category-product-more-options:hover {
  text-decoration: none;
  color: #69696F;
}
a.more-options-on-sale {
  font-weight: bold;
  color: #f156ad;
}
a.more-options-on-sale:hover {
  text-decoration: none;
}
.CheckoutPromotionBanner,
.CheckoutShippingBanner {
  width: 100%;
  min-height: 80px;
  margin-bottom: 20px;
}
span.favorites-hr-custom hr {
  margin-top: 0px;
  margin-bottom: 12px;
  border-top: 2px solid #eee;
}
.row.related-item-row.jcarousel {
  margin-right: 30px;
  margin-left: 30px;
}
.related-products .jcarousel li {
  width: 218px;
  padding: 10px 15px;
}
.related-products .jcarousel-control-prev {
  left: 0%;
  top: 20%;
  background: url("../Images/arrow_left.png") no-repeat scroll 0 0 transparent;
  width: 30px;
  height: 75px;
  border-radius: 0px;
  box-shadow: none;
}
.related-products .jcarousel-control-next {
  right: 0%;
  top: 20%;
  background: url("../Images/arrow_right.png") no-repeat scroll 0 0 transparent;
  width: 30px;
  height: 75px;
  border-radius: 0px;
  box-shadow: none;
}
.related-products .jcarousel-control-next.inactive {
  display: none;
}
.related-products .jcarousel-control-prev.inactive {
  display: none;
}
.related-items-container {
  position: relative;
}
@media (max-width: 992px) {
  .related-products .jcarousel li {
    width: 230px;
  }
}
.fancybox-wrap div.fancybox-skin a.fancybox-item.fancybox-close {
  background-image: url('../Images/lightbox-btn-close.gif');
  background-repeat: no-repeat;
  width: 68px;
  height: 21px;
  position: absolute;
  right: 8px;
  bottom: 5px;
  top: auto;
}
div.fancybox-wrap .fancybox-skin {
  padding-bottom: 38px !important;
}
.fancybox-skin .fancybox-outer a.fancybox-next span {
  background: url('../Images/lightbox-btn-next.gif') no-repeat transparent;
  width: 29%;
  top: 80px;
}
.fancybox-skin .fancybox-outer a.fancybox-prev span {
  background: url('../Images/lightbox-btn-prev.gif') no-repeat;
  width: 34%;
  left: -10px;
  top: 80px;
}
.fancybox-outer .fancybox-next span {
  right: -5px;
}
.fancybox-outer .fancybox-prev span {
  left: 0px;
}
.related-products-wrapper {
  padding: 10px 15px;
  clear: both;
}
/* coastalbeauty.css */
.footer-bar {
  background: #000;
  text-align: center;
}
.footer-bar a {
  color: #fff;
}
.homepage-top-banner {
  margin-bottom: 32px;
}
.featured-products {
  padding: 0 15px;
}
.homepage-bottomleft-banner img,
.homepage-bottomright-banner img,
.homepage-topleft-banner img,
.homepage-topright-banner img {
  max-width: none !important;
  width: 100% !important;
}
/* mbs.css */
.categoryTitle {
  font-size: calc(30px + (42 - 35) * ((100vw - 300px) / (1200 - 300)));
  line-height: 40px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#tsearch_results {
  margin: 20px 0 0 50px;
  padding: 0;
  width: 250px;
  border: solid 1px #999999;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  line-height: 100%;
  text-align: right;
  right: -50px;
  top: 16px;
  z-index: 9999;
}
#tsearch_results ul {
  margin: 0;
  padding: 5px;
}
#tsearch_results ul li {
  list-style: none;
  padding: 0px;
  border: none;
}
#tsearch_results ul li a,
#tsearch_results ul li a:visited {
  font-size: 11px;
  text-decoration: none;
}
#tsearch_results ul li a:hover {
  text-decoration: underline;
  color: #000;
}
#tsearch_results ul li a span {
  color: #f156ad !important;
  font-size: 100%;
}
#tsearch_results ul li a z {
  color: #000;
}
#tsearch_results ul li.tSearchEntityHeader {
  font-weight: bold;
  padding: 10px 0 0 0;
}
/* END Compunix - tSearch */
/* Product */
input[type=submit].empty-heart {
  background: url("../Images/heartempty.png") no-repeat;
}
input[type=submit].full-heart {
  background: url("../Images/heartfull.png") no-repeat;
}
input[type=submit].favorite:focus {
  outline: none;
}
div.msds {
  margin: 10px 0;
}
a.msds-link {
  color: blue;
  text-decoration: underline;
}
a.msds-link:hover {
  text-decoration: none;
}
/* End Product */
/* Favorites */
.description-heart {
  width: 35px;
}
.page-size,
.page-sort {
  margin-top: 0;
}
ul.brand-listing {
  margin-left: 30px;
}
ul.brand-listing li {
  display: inline-block;
}
.brand-option {
  /*	width: 220px;*/
}
.remove-favorite {
  font-size: 14px;
  color: #69696F;
}
/* End Favorates*/
/* Check Stores Popup */
table.KitproductGridTable {
  width: 470px;
  border-collapse: collapse;
  margin-bottom: 40px;
}
table.KitproductGridTable td.GridBranch {
  padding: 10px;
  border-top: dotted 1px #383838;
  border-bottom: dotted 1px #383838;
}
/* End Check Stores Popup */
/* VERTICAL NAVIGATION */
.vertical-nav-button .vertical-nav-text {
  margin-left: 0.2em;
}
/* END VERTICAL NAVIGATION */
.notify-wrapper {
  width: auto;
}
.magnifying-glass {
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: right 4px top 4px;
}
.search-form-group .search-box {
  border-right: none;
  box-shadow: none;
}
.search-form-group {
  margin-top: 1rem;
}
.search-form-group .search-box:focus {
  border-color: #fff;
}
.homepage-top-banner {
  padding-top: 0.5em;
}
.homepage-main-banner {
  padding-top: 0.5em;
}
.homepage-topleft-banner {
  padding-top: 30px;
}
.homepage-topright-banner {
  padding-top: 30px;
}
.homepage-bottomleft-banner {
  padding-top: 30px;
}
.homepage-bottomright-banner {
  padding-top: 30px;
}
/*768px 992px 1170px */
@media (max-width: 992px) {
  .homepage-topleft-banner {
    padding-top: 15px;
  }
  .homepage-topright-banner {
    padding-top: 15px;
  }
  .homepage-bottomleft-banner {
    padding-top: 15px;
  }
  .homepage-bottomright-banner {
    padding-top: 15px;
  }
}
.carousel-indicators li {
  border-color: #f156ad;
}
.signin-page .login-button + .login-button {
  margin-top: 0.5em;
}
.carousel-indicators li {
  border-color: #000000;
}
.featured-products {
  text-align: center;
  margin-bottom: 1em;
}
.featured-products .featured-products-header {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 1em;
}
.featured-products .grid-item-cell {
  padding: 0 3px;
}
.featured-products .regular-price {
  text-decoration: line-through;
  display: inline-block;
}
.featured-products .sale-price {
  display: inline-block;
  padding-left: 0.5em;
}
.featured-products .regular-price span {
  display: none;
}
.featured-products .sale-price span {
  display: none;
}
.featured-products .variant-price span {
  display: none;
}
.featured-products .grid-item-name-wrap {
  font-size: 1em;
  margin-bottom: 1em;
}
.brand-icons .featured-item-grid-cell {
  padding-right: 0;
  padding-left: 0;
}
.entity-list-page-wrap {
  color: #333;
}
#entity-list-page-wrap h1 {
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #000;
}
.brands-sidebar {
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  justify-content: space-around;
  font-size: 18px;
  margin-bottom: 32px;
}
.brand-list-heading {
  font-weight: bold;
}
.brand-row {
  max-width: 990px;
  margin: 0 auto;
}
.brand-section-wrapper {
  margin-bottom: 32px;
  border-top: 1px solid #efefef;
  position: relative;
  padding-top: 32px;
}
#manufacturer-list-topic .featured-entities-header {
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #000;
  text-align: center;
  font-size: 28px;
}
.brandHeader {
  position: absolute;
  top: 32px;
  left: 0;
  font-weight: bold;
  color: #000;
}
.navbar-default {
  box-shadow: none;
  margin-bottom: 0;
}
.navbar-nav > li > a {
  padding: 10px 15px;
}
@media (min-width: 992px) {
  #collapseNav.collapse {
    display: block;
  }
}
.featured-entities-home .featured-entities-header {
  display: none;
}
.body-wrapper {
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .body-wrapper {
    padding-top: 21px;
  }
}
.MainImage {
  margin-top: -1rem;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .MainImage {
    margin-top: -21px;
  }
}
#collapseNav .entity-page-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  line-height: 2;
  padding-top: 15px;
}
#collapseNav .filter-group-label {
  display: none;
}
.jnotify-item {
  padding: 6px;
  display: block;
  position: relative;
  background-color: #000;
  color: #ffffff;
  border: none;
  height: 32px;
  z-index: 1010;
}
.carousel-inner > .item.left {
  float: none;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  max-width: none;
  width: 100%;
}
.col-xs-11 {
  width: 14.2%;
  float: left;
}
#verticalNavWrapper {
  position: fixed;
  background: #f4f4f4;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  z-index: 1000;
  padding: 20px;
  display: none;
}
#verticalNavWrapper.show-navigation {
  display: block;
}
#verticalNavWrapper .nav-wrapper {
  display: block;
  height: 100%;
  overflow: scroll;
}
#verticalNavWrapper .nav-close {
  position: absolute;
  right: -40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #f4f4f4;
  padding-top: 9px;
}
.overflow-overlay {
  bottom: 0;
  background: transparent;
  background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #f4f4f4 48%);
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
}
#verticalNavWrapper ul:first-child {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .overflow-overlay {
    display: none;
  }
  #verticalNavWrapper {
    position: static;
    background: transparent;
    color: #000;
    padding: 0;
    width: 21%;
    display: block;
  }
  #verticalNavWrapper .nav-wrapper {
    display: block;
    height: auto;
    overflow: auto;
  }
  #verticalNavWrapper a {
    color: #000;
  }
  #verticalNavWrapper .nav-close {
    display: none;
  }
}
.make-room-menu #verticalNavWrapper {
  display: none;
}
.smsrch-sorting .page-sort,
.smsrch-sorting .page-size {
  margin-top: 0;
}
/* CHECKOUT  - checkout.css */
.checkout-header .fa-pencil {
  display: none;
}
.checkout-block {
  margin-bottom: 32px;
  padding: 22px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.22);
  position: relative;
  border-top: 4px solid #f156ad;
}
.order-details,
.shipping-estimator {
  padding: 0;
  background: transparent;
  border: none;
}
.checkout-block .form-control {
  background: #fdfdfd;
  border-color: #666;
}
.progress-number:before {
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: -25px;
  left: -12px;
  padding-top: 7px;
  font-weight: normal;
  border: 5px solid #f156ad;
  color: #f156ad;
  font-weight: bold;
}
.checkout-header {
  margin-top: 0;
  color: #333;
}
.one:before {
  content: "1";
}
.two:before {
  content: "2";
}
.three:before {
  content: "3";
}
.four:before {
  content: "4";
}
.five:before {
  content: "5";
}
.number-done:before {
  background-color: #fdfdfd;
  border-color: #c3c3c3;
  color: #c3c3c3;
}
.number-done:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  color: #fff;
  position: absolute;
  top: -24px;
  right: -12px;
  background: #c3c3c3;
  border-radius: 100%;
  width: 45px;
  text-align: center;
  height: 45px;
  font-size: 1.2em;
  line-height: 3;
  font-weight: bold;
}
.block-success .checkout-header {
  color: #828282;
  border-bottom: 1px solid #ccc;
}
.block-success {
  background: #f1f1f1;
  box-shadow: none;
  color: #828282;
  font-size: 12px;
  line-height: 1.6;
  border-top: 4px solid #c3c3c3;
}
.block-success .btn-default {
  background-color: #f1f1f1;
  border-color: #cacaca;
  color: #909090;
}
.checkout-block .btn {
  padding: 9px 15px;
}
.shipping-address {
  margin-bottom: 32px;
}
.choose-payment-method-button {
  text-align: center;
}
.payment-card {
  display: inline-block;
  width: 61px;
  height: 37px;
}
.visa-cc {
  background-image: url("../Images/visa.jpg");
  margin-right: 4px;
}
.mastercard-cc {
  background-image: url("../Images/mastercard.jpg");
  margin-right: 4px;
}
.amex-cc {
  background-image: url("../Images/amex.jpg");
}
.alternative-payment-methods {
  clear: Both;
}
.billing-address {
  border-top: none;
}
.checkout-page {
  margin-top: 32px;
}
.place-order-button {
  background: #f156ad;
  border-color: #f156ad;
}
.block-success .payment-card {
  display: none;
}
.block-success .alternative-payment-methods {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-weight: bold;
}
.mobile-shop-local-header {
  background-color: #000;
  color: #fff;
  padding: 1rem 0;
}
.mobile-shop-local-header a {
  color: #fff;
}
.top-header-banner {
  padding: 1rem 0;
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 992px) {
  .top-header-banner {
    padding: 2rem 0;
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .mobile-shop-local-header {
    display: none;
  }
}
.shop-local {
  border-right: 1px solid #fff;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
@media (min-width: 325px) {
  .shop-local {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 992px) {
  .shop-local {
    font-size: 1.2rem;
  }
}
.shop-local img {
  max-width: 15px;
  float: left;
  width: 20%;
}
@media (min-width: 992px) {
  .shop-local img {
    max-width: 30px;
  }
}
.shop-local p {
  width: 81%;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  margin-bottom: 0;
  padding-left: 0.5rem;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .shop-local p {
    width: 80%;
  }
}
.shop-local p span {
  font-weight: normal;
  text-transform: none;
}
.search-btn {
  background-color: #fff;
}
.top-navigation {
  border-bottom: 1px solid #e8e8e8;
}
.navbar-toggle {
  float: none;
  margin: 0;
}
.navbar-toggle .icon-bar {
  background-color: #000;
}
.header-row .user-links {
  margin: 0;
  float: right;
}
.support-local {
  width: 100%;
  border-right: 1px solid #ccc;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .support-local {
    border-right: none;
    padding-right: 0;
  }
}
.cart-bag {
  background-image: url("../Images/shopping-bag.svg");
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (min-width: 992px) {
  .cart-bag {
    background-image: url("../Images/shopping-bag-w.svg");
  }
}
.heart-icon {
  background-image: url("../Images/quicklist.svg");
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (min-width: 992px) {
  .heart-icon {
    background-image: url("../Images/quicklist-w.svg");
  }
}
.account-user {
  background-image: url("../Images/usericon.svg");
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (min-width: 992px) {
  .account-user {
    background-image: url("../Images/usericon-w.svg");
  }
}
.search-icon {
  background-image: url("../Images/magnifyingglass.svg");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (min-width: 992px) {
  .search-icon {
    background-image: url("../Images/magnifyingglass-w.svg");
  }
}
.map-icon {
  background-image: url("../Images/support-local-b.svg");
  width: 18px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: block;
  float: left;
  margin-top: -7px;
  margin-right: 6px;
}
#searchToggle {
  float: right;
  cursor: pointer;
}
.search-box,
.search-btn {
  border-color: #d0d0d0;
}
@media (min-width: 992px) {
  .search-box,
  .search-btn {
    border-color: #fff;
  }
}
.less-links .search-wrapper {
  width: 85%;
}
.more-links .search-wrapper {
  width: 43%;
}
@media (min-width: 768px) {
  .more-links .search-wrapper {
    width: 60%;
  }
}
.search-form-group {
  width: 0;
  overflow: hidden;
}
.search-wrapper {
  float: right;
  margin-right: 0rem;
  display: none;
}
.search-wrapper.show-search {
  display: block;
}
.search-wrapper.show-search .search-form-group {
  width: auto;
  overflow: unset;
}
.main-header-bg {
  border-top: 1px solid #e8e8e8;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  padding: 1rem 0;
  background: #fff;
}
@media (min-width: 992px) {
  .main-header-bg {
    padding: 1.5rem 0;
    background-color: #000;
    color: #fff;
    border-bottom: none;
  }
  .main-header-bg a {
    color: #fff;
  }
}
.main-header-bg.affix {
  width: 100%;
  z-index: 1050;
  top: 0;
  transition: all ease-in 0.1s;
}
.main-header-bg.affix .support-local {
  max-width: 78px;
  padding-top: 7px;
}
.main-header-bg.affix .logo img {
  max-width: 200px;
  transition: all ease-in 0.2s;
}
.top-navigation .navbar-default .navbar-nav > .open .dropdown-menu > li > a {
  text-transform: none;
  color: #000;
  font-weight: bold;
  background-color: #fff;
}
.top-navigation .navbar-default .navbar-nav > .open .dropdown-menu > li > a:hover {
  color: #f156ad;
}
.top-navigation .navbar-default .navbar-nav > .open .dropdown-menu > li > a.view-all-link {
  color: #000;
  text-align: right;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
}
.top-navigation .navbar-default .navbar-nav > .open a {
  color: #666;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .order-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .order-wrapper .top-header-banner {
    order: 2;
    width: 100%;
  }
  .order-wrapper .main-header-bg {
    order: 1;
    width: 100%;
  }
}
.search-toggle.animate__animated {
  visibility: visible;
}
.search-toggle .search-box {
  width: 100%;
  border-radius: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  display: block;
  border-bottom: 1px solid #000;
}
.search-toggle .search-box:focus {
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  .search-toggle .search-box:focus {
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 992px) {
  .search-toggle .search-box {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .search-toggle .search-box::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
  }
  .search-toggle .search-box::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
  }
  .search-toggle .search-box:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
  }
  .search-toggle .search-box:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
  }
}
.search-toggle .search-go {
  background-color: transparent;
  border: none;
}
.search-form-group {
  margin: 0;
}
.search-form-group .input-group-btn {
  display: none;
}
.search-form-group .input-group {
  width: 100%;
}
.search-form-group .input-group .search-close {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  right: 0px;
  text-align: center;
  z-index: 1000;
}
#accountListMenu .dropdown-menu {
  right: 0;
  left: unset;
  text-align: right;
  max-width: 100px;
  border-radius: 0;
}
#accountListMenu .dropdown-menu a {
  color: #f156ad;
  font-weight: bold;
}
#logo {
  display: flex;
  justify-content: center;
  max-width: 219px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #logo {
    max-width: 300px;
  }
}
.cb-logo-icon {
  max-width: 50px;
}
@media (min-width: 992px) {
  .cb-logo-icon {
    max-width: 80px;
  }
}
.cb-logo-text {
  color: #f156ad;
  text-transform: uppercase;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cb-logo-text .cb-text {
  width: 100%;
  max-width: 268px;
}
.header-logos .main-logo {
  width: 100%;
}
@media (min-width: 992px) {
  .header-logos .main-logo {
    padding-left: 0rem;
    display: block;
  }
}
.topnav .navbar-collapse {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1050;
}
@media (min-width: 992px) {
  .topnav .navbar-collapse {
    position: static;
  }
}
.topnav .navbar-collapse .fa-close {
  right: 0.5rem;
  top: 0.5rem;
  position: absolute;
  background: #efefef;
  border-radius: 100%;
  padding: 1rem 1.2rem;
  z-index: 1051;
}
.promo-flags {
  position: absolute;
}
.promo-flags.IsNew {
  color: #f156ad;
}
.promo-flags.IsClearance {
  color: #f156ad;
}
.promo-flags.IsPromo {
  color: #f156ad;
}
.nav-text-link {
  text-transform: uppercase;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: transparent;
}
.nav-text-link:hover {
  color: #f156ad;
}
.brand-title {
  font-size: 1.2rem;
}
.entity-description-btn {
  float: left;
  padding-right: 1rem;
  border-right: 1px solid #ccc;
  font-size: 1rem;
  margin-right: 1rem;
}
.vertical-nav-button {
  padding: 0;
  float: left;
  font-size: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #ccc;
  margin-right: 1rem;
}
.product-page .vertical-nav-button {
  padding: 1rem;
  z-index: 900;
  position: relative;
  margin-bottom: 0.5rem;
}
.page-sort b,
.page-size b {
  text-transform: uppercase;
  font-size: 1rem;
  color: #000;
  letter-spacing: 1px;
}
.page-sort-selects select {
  text-transform: uppercase;
  font-size: 1rem;
  color: #000;
  border: none;
  box-shadow: none;
  padding: 0;
  font-weight: bold;
  letter-spacing: 1px;
}
#sortField {
  max-width: 88px;
  text-align: right;
}
@media (min-width: 992px) {
  #sortField {
    margin-right: 1rem;
  }
}
.brand-option {
  font-size: 1.3rem;
}
.brand-expander i {
  margin-left: 0.5rem;
}
.entity-paging-wrap {
  clear: both;
  margin: 1.5rem 0;
  border-top: 1px solid #e8e8e8;
  padding-top: 1.5rem;
}
.entity-paging-wrap .pagination {
  margin: 0;
}
.entity-paging-wrap .pagination {
  margin: 0;
}
.brand-expander {
  font-size: 1.2rem;
}
.remove-brand-filter {
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 1rem;
}
.remove-brand-filter i {
  padding-right: 0.5rem;
}
.grid-item-inner {
  position: relative;
  padding: 0;
}
.grid-item-inner.animation-parent {
  overflow: hidden;
}
.list-item-inner {
  position: relative;
}
.hover-cart-form {
  z-index: 1000;
  width: 100%;
  transition: opacity ease 0.5s;
  opacity: 0;
  position: absolute;
  top: 40%;
}
.hover-cart-form .add-to-cart-form {
  width: 100%;
}
.hover-cart-form .add-to-cart-group {
  width: 80%;
  margin: 0 auto;
}
.hover-cart-form .add-to-cart-group .add-to-cart-quantity {
  display: none;
}
.hover-cart-form .add-to-cart-group .add-to-cart {
  display: block;
  padding: 0;
  width: 100%;
  background-color: #f156ad;
  color: #fff;
  padding: 1rem;
  border-color: #f156ad;
}
.hover-cart-form .btn-default {
  display: block;
  padding: 1rem;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  background-color: #383838;
}
.animation-parent:hover .hover-cart-form {
  display: none;
}
@media (min-width: 992px) {
  .animation-parent:hover .hover-cart-form {
    display: block;
    opacity: 1;
  }
}
.promo-percent {
  position: absolute;
  border-radius: 100%;
  background-color: #f156ad;
  color: #fff;
  top: 0;
  width: 50px;
  right: 0.5rem;
  padding: 1rem;
  height: 50px;
  align-items: center;
  display: flex;
  text-align: center;
  line-height: 1;
  z-index: 990;
}
.promo-percent .promo {
  margin: 0 auto;
}
.RegularPriceStrike {
  color: #666;
}
.cart-link {
  position: relative;
}
.cart-link .cart-count-badge {
  text-align: center;
  font-size: 1rem;
  border-radius: 100%;
  width: 17px;
  height: 17px;
  position: absolute;
  top: -3px;
  right: -10px;
  vertical-align: middle;
  line-height: 1.6;
  background-color: #000;
  color: #fff;
  z-index: 100;
}
@media (min-width: 992px) {
  .cart-link .cart-count-badge {
    background-color: #fff;
    color: #000;
  }
}
/* No Gutter Shim*/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
h1.product-page-header {
  font-size: calc(23px + (32 - 30) * ((100vw - 300px) / (1200 - 300)));
}
.beauty-professional-checkout .popover {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  color: #31708f;
}
.beauty-professional-checkout .popover a {
  text-decoration: underline;
  font-weight: bold;
}
.beauty-professional-checkout .popover.top > .arrow {
  border-top-color: #bce8f1;
}
.beauty-professional-checkout .popover.top > .arrow:after {
  border-top-color: #bce8f1;
}
.entity-description-wrap {
  clear: both;
}
.product-image-column {
  clear: both;
}
.sorts {
  float: right;
  margin-left: 4px;
}
.sorts label {
  display: inline-block;
}
.category-selector {
  margin-bottom: 1rem;
}
.favorite-paging-wrap {
  text-align: right;
}
.favorite-icon {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  cursor: pointer;
  background-size: cover;
  font-weight: bold;
  transition: background-image ease-in 0.2s;
  display: inline-block;
  background-image: url("../Images/quickorder-o.svg");
}
.favorite-icon:hover {
  background-image: url("../Images/quickorder-full.svg");
}
.favorite-icon.white-icon {
  background-image: url("../Images/quickorder-o.svg");
}
@media (min-width: 992px) {
  .favorite-icon.white-icon {
    background-image: url("../Images/quickorder-o-white.svg");
  }
}
.favorite-icon.active {
  background-image: url("../Images/quickorder-fill.svg");
}
.favorite-icon.active:hover {
  background-image: url("../Images/quickorder-o.svg");
}
.user-links .quicklist-user .favorite-icon {
  background-image: url("../Images/quickorder-fill.svg");
}
.user-links .quicklist-user[disabled="disabled"] .favorite-icon {
  background-image: url("../Images/quickorder-o.svg");
}
@media (min-width: 992px) {
  .user-links .quicklist-user[disabled="disabled"] .favorite-icon {
    background-image: url("../Images/quickorder-o-white.svg");
  }
}
.user-links .favorite-icon {
  vertical-align: middle;
  height: 25px;
  width: 25px;
}
#CategorySelector {
  padding-left: 0;
}
.remove-favorite {
  position: absolute;
  top: -4px;
  left: -14px;
  z-index: 1040;
  background-color: #eaeaea;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}
.favorite-page-products .product-list-item {
  position: relative;
}
@media (min-width: 992px) {
  .flex-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
.separator-line {
  position: relative;
}
.separator-line .favorite-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.separator-line .favorite-indicator .favorite-icon {
  margin: 0 auto;
  width: 18px;
  height: 17px;
}
.tip-message {
  display: none;
  position: absolute;
  background: #fff;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  padding: 0.5rem;
  font-size: 1rem;
  width: 149px;
  font-weight: bold;
  top: 1%;
  left: 50px;
  border: 1px solid #efefef;
  text-transform: uppercase;
}
.favorite-tooltip {
  position: relative;
}
.favorite-tooltip:hover > .tip-message {
  display: block;
  opacity: 1;
}
.content-preferred-store {
  text-align: center;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .header-cart {
    padding-top: 0.5rem;
  }
}
.tabbitTabWrap .products-row {
  display: flex;
  flex-wrap: wrap;
  align-items: unset;
  justify-content: flex-start;
}
.tabbitTabWrap .kit-grid-item {
  width: 49%;
}
@media (min-width: 1200px) {
  .tabbitTabWrap .kit-grid-item {
    margin-left: 1rem;
  }
  .tabbitTabWrap .kit-grid-item:nth-child(4n+1) {
    margin-left: 0;
  }
}
.tabbitTabWrap .kit-grid-item input.quantity-field {
  width: 36px;
}
.tabbitTabWrap .kit-grid-item .quicklist-icon {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1px;
  border: none;
}
@media (min-width: 1200px) {
  .tabbitTabWrap .kit-grid-item {
    width: 24%;
  }
}
.quicklist-icon {
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.kit-row .tabbitTabs a {
  border-top: 3px solid #fff;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: Bold;
  padding: 8px;
  border-left: none;
  border-right: none;
  text-transform: uppercase;
  background-color: transparent;
}
.kit-row .tabbitTabs a.state-active {
  border-top: 3px solid #333;
}
.kit-row .grid-item-inner {
  padding-bottom: 15px;
  margin-bottom: 8px;
}
.kit-row .tabbitTabWrap {
  padding: 0;
  border: none;
}
.tabbitTabWrap .grid-item-image-wrap {
  padding: 1rem;
}
.favorite-page-products .add-to-cart-group {
  vertical-align: middle;
}
.favorite-page-products .add-to-cart-group .form-control {
  height: 34px;
  display: inline-block;
  width: 36px;
}
.favorite-page-products .tooltip-container-button .btn {
  padding: 7px 12px;
  font-size: 12px;
  line-height: 1.5;
}
.favorite-page-products .btn {
  padding: 8px;
  margin: 0;
}
.promo-label {
  font-size: 1.2rem;
}
.category-selector {
  text-align: left;
}
@media (min-width: 992px) {
  .category-selector {
    margin-top: 2rem;
  }
}
#footer .navbar-nav > li > a {
  padding: 0 15px;
}
.elements {
  color: #f156ad;
}
/* Custom Checkbox */
#filterOnlyByPreferredBranch {
  position: absolute;
  left: -100vw;
}
.switch-label::before {
  content: "";
  width: 21px;
  height: 21px;
  border: 1px solid #ccc;
  padding: 1px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  margin-right: 2px;
  margin-bottom: 0;
}
#filterOnlyByPreferredBranch:checked ~ .switch-label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  background-color: #f156ad;
  color: #fff;
  margin-right: 2px;
  line-height: 1.3;
  vertical-align: top;
  border: 1px solid #f156ad;
}
.switch-label {
  margin-bottom: 0;
  vertical-align: middle;
}
.tabbitTabWrap .pickup-not-available {
  border-color: #ccc;
}
.tabbitTabWrap .pickup-not-available:hover {
  color: #000;
}
.pickup-not-available {
  border-color: #ccc;
}
.pickup-not-available:hover {
  color: #000;
}
.qty-padding {
  text-align: left;
}
.description-wrap .btn-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  margin-right: 15px;
}
.ingredients-section {
  border: none;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid transparent;
  color: #000;
  background-color: transparent;
  position: relative;
  text-align: left;
  padding: 1.5rem;
  display: block;
  font-size: 1.5rem;
  text-transform: none;
}
.ingredients-section:hover,
.ingredients-section:focus,
.ingredients-section:active {
  background-color: transparent;
  color: #f156ad;
  border-bottom: 1px solid transparent;
  border-color: #dedede;
}
.ingredients-section:active,
.ingredients-section:focus {
  background-color: transparent;
  color: #000;
  border-bottom: 1px solid transparent;
}
.ingredients-section:after {
  content: '\f106';
  position: absolute;
  right: 1rem;
  font-family: "Font Awesome 5 Free";
  color: #000;
}
.ingredients-section.collapsed {
  border-bottom: 1px solid #dedede;
}
.ingredients-section.collapsed:after {
  content: '\f107';
  position: absolute;
  right: 1rem;
  font-family: "Font Awesome 5 Free";
  color: #000;
}
.product-description-wrap {
  font-size: 1.4rem;
}
.ingredients-content {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dedede;
}
.ratings-badge {
  height: 24px;
}
.search-button {
  position: absolute;
  top: -5px;
  right: 0;
  padding-right: 0;
  z-index: 1000;
}
.search-button i {
  display: inline-block;
}
.choose-payment-method-button {
  display: block;
  font-size: 16px;
  line-height: 2;
}
.choose-payment-method-button:hover {
  background-color: #f156ad;
}
.choose-payment-method-button .card-images {
  vertical-align: middle;
}
.choose-payment-method-button .payment-card {
  width: 32px;
  height: 20px;
  background-size: cover;
}
.CREDITCARD-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.CREDITCARD-btn .card-images {
  order: 2;
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.CREDITCARD-btn #CREDITCARD {
  order: 1;
}
@media (min-width: 992px) {
  .on-site-payment-methods {
    display: flex;
    justify-content: space-around;
    grid-gap: 5px;
  }
}
.on-site-payment-methods .btn {
  background-color: #efefef;
  border-color: #ccc;
  color: #000;
  width: 100%;
}
.on-site-payment-methods .btn:hover {
  color: #fff;
  background-color: #f156ad;
}
.on-site-payment-methods .btn:hover > .text-primary {
  color: #fff;
}
.on-site-payment-methods .btn.NET30-btn {
  position: relative;
  margin: 0;
}
.on-site-payment-methods .btn.NET30-btn .tip {
  display: none;
}
.on-site-payment-methods .btn.NET30-btn.disabled {
  position: relative;
  color: #666;
  border-color: transparent;
  background-color: transparent;
  cursor: pointer;
  pointer-events: unset;
  font-size: 16px;
}
.on-site-payment-methods .btn.NET30-btn.disabled .text-primary {
  color: #666;
}
.on-site-payment-methods .btn.NET30-btn .tip {
  background-color: #000;
  position: absolute;
  padding: 3px 8px;
  top: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  display: block;
  text-transform: none;
  border-radius: 2px;
  z-index: 100;
  opacity: 0;
  transition: opacity ease-in-out 0.5s;
}
.on-site-payment-methods .btn.NET30-btn:hover .tip {
  display: inline-block;
  opacity: 1;
}
.on-site-payment-methods .btn.NET30-btn:focus .tip {
  opacity: 1;
}
.on-account-warning {
  color: #000;
  font-size: 14px;
}
.favorite-h .favorite-icon {
  position: relative;
}
.favorite-h .favorite-icon .new-bug {
  position: absolute;
  top: -3px;
  left: 18px;
  right: 0;
  font-size: 1rem;
  background: #f156ad;
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  color: #fff;
  line-height: 1.9;
  width: 15px;
  height: 15px;
  font-size: 0.8rem;
}
.favorites-dropdown {
  width: 100%;
}
.favorite-page-products .flex-row {
  display: flex;
  grid-gap: 0.5rem;
}
.favorite-page-products .tooltiptext {
  z-index: 1000;
}
.favorite-page-products .list-item-image-wrap {
  width: 15%;
}
@media (min-width: 992px) {
  .favorite-page-products .list-item-image-wrap {
    width: 9%;
  }
}
.favorite-page-products .list-item-price-wrap {
  margin-bottom: 1rem;
  font-size: 12px;
}
@media (min-width: 992px) {
  .favorite-page-products .list-item-price-wrap {
    font-size: 16px;
  }
}
.favorite-page-products .list-item-info-wrap {
  display: flex;
  align-self: center;
}
.favorite-page-products .favorites-product-information {
  width: 85%;
}
@media (min-width: 992px) {
  .favorite-page-products .favorites-product-information {
    display: flex;
    grid-gap: 1rem;
    justify-content: space-between;
  }
}
.favorite-page-products .favorite-sku {
  font-size: 1rem;
}
.favorite-page-products .product-list-item {
  border-bottom: none;
  line-height: 1;
  border-top: 1px solid #ccc;
  padding-top: 1rem;
}
.favorite-page-products .product-list-item .promo-percent {
  width: unset;
  height: unset;
  font-size: 12px;
  padding: 0.5rem;
  border-radius: 2px;
  font-weight: bold;
  color: #f156ad;
  background-color: #ffdff1;
}
.favorite-page-products .product-list-item .promo-percent .promo br {
  display: inline;
}
.favorite-page-products .product-list-item .price-wrap {
  margin-bottom: 0;
}
.favorite-page-products .product-list-item .list-item-name-wrap {
  margin-bottom: 0;
}
.favorite-page-products .product-list-item .list-item-name-wrap a {
  font-size: 12px;
  margin-bottom: 1rem;
  display: inline-block;
}
@media (min-width: 992px) {
  .favorite-page-products .product-list-item .list-item-name-wrap a {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.favorite-page-products .list-item-inner {
  padding: 0;
}
.favorite-page h1 {
  margin-top: 0;
}
.favorite-navigation-wrap a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 8px;
}
.favorite-navigation-wrap a:first-child {
  margin-left: 0;
}
.favorite-navigation-wrap a:last-child {
  justify-content: flex-end;
}
.favorite-navigation-wrap a.active {
  margin-bottom: -1px;
  box-shadow: none;
  background-color: #000;
  color: #fff;
  border-width: 3px;
}
.favorite-pane {
  border: 1px solid #ccc;
  padding: 2rem;
}
.product-list-page img {
  display: block;
  max-width: 100%;
  height: auto;
}
.multicart-cart {
  position: relative;
}
.multicart-cart .multicart-badge {
  font-size: 10px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  line-height: 1.4;
  max-width: 40px;
}
.multicart-cart .cart-bag {
  background-image: url("../Images/store-light-black.svg");
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  position: relative;
}
@media (min-width: 992px) {
  .multicart-cart .cart-bag {
    background-image: url("../Images/store-light.svg");
  }
}
.cart-bag {
  display: inline-block;
}
.customer-account-name {
  position: absolute;
  font-size: 10px;
  width: 52px;
  bottom: -22px;
  right: 0;
  left: -26px;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .customer-account-name {
    left: -47px;
    width: 73px;
    bottom: -22px;
  }
}
.customer-account-name:hover {
  color: #fff;
}
.multicart-dropdown {
  position: relative;
}
.multicart-dropdown .dropdown-menu {
  left: auto;
  right: 0;
}
#customeraccount {
  padding: 0;
  border: None;
  background-color: transparent;
}
.multicart-icon {
  background-image: url("../Images/store-light-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
}
.minicart-title-account {
  font-weight: bold;
  margin-left: 4px;
}
.multicart-list {
  text-align: left;
  background-color: #efefef;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  margin-bottom: -15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.multicarts-total {
  font-weight: bold;
  font-size: 1.5rem;
  color: #000;
}
.minicart-title {
  color: #000;
  vertical-align: middle;
}
.minicart-title .cb-icon {
  position: relative;
}
.minicart-title .cb-icon .badge {
  font-style: normal;
  top: -7px;
  right: -12px;
  position: absolute;
}
#SelectedAccount {
  font-weight: bold;
  color: #000;
  padding: 6px 12px 6px 4px;
  border: none;
  box-shadow: none;
  display: inline-block;
  font-size: 1.8rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  height: 36px;
}
.minicart-title-count {
  background-color: #f156ad;
}
.minicart-title form {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin-left: 20px;
}
.minicart-total-wrap {
  font-size: 1.4rem;
}
.cart-header-label {
  margin-left: 12px;
}
.dark-cart {
  background-image: url("../Images/shopping-bag.svg");
}
@media (min-width: 992px) {
  .user-links > li.cart-link a:hover,
  .user-links > li.cart-link a:focus {
    color: #fff;
  }
}
#minicart-modal .modal-footer {
  padding-bottom: 0;
}
.minicart-total-account {
  font-weight: bold;
  color: #f156ad;
}
.account-header-panel {
  position: relative;
}
.account-header-panel .customer-account-display {
  right: 0;
  width: 255px;
  top: -13px;
  position: absolute;
}
.account-header-panel .customer-account-display #CustomerAccount {
  display: block;
}
.account-header-panel .customer-account-display #CustomerAccount .form-control {
  display: inline-block;
}
.active-cart-list {
  margin-bottom: 4rem;
}
.checkout-cart-icon {
  display: none;
}
.checkout-page .checkout-cart-icon {
  display: inline-block;
}
.checkout-page #CustomerAccount {
  margin-right: 17px;
}
.checkout-page #CustomerAccount form {
  display: flex;
}
.checkout-page .multicart-icon {
  height: 25px;
  width: 34px;
  vertical-align: middle;
  margin-top: 6px;
  margin-right: 6px;
}
.active-cart-checkout-btn a {
  display: inline-block;
  margin-bottom: 0.5rem;
  vertical-align: top;
}
.navWrapper {
  position: relative;
  z-index: 1049;
}
.search-products-form {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.search-products-form .input-group {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 340px;
}
.search-products-form .form-control {
  width: 80%;
  margin: 0;
}
.search-products-form .search-button {
  display: block;
  position: static;
  border: 1px solid #000;
  background-color: #000;
  height: 30px;
  padding: 2px 4px;
  width: 20%;
}
.search-products-form .search-button .search-icon {
  background-image: url('../Images/magnifyingglass-w.svg');
}
.search-products-form:after {
  content: ' ';
  display: table;
  clear: both;
}
.search-products-form .clear-search {
  padding: 0;
  color: #000;
}
.on-site-payment-methods {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .on-site-payment-methods {
    flex-wrap: nowrap;
  }
}
.on-site-payment-methods .NET30-btn {
  order: 1;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .on-site-payment-methods .NET30-btn {
    order: 2;
    width: 50%;
  }
}
.on-site-payment-methods .CREDITCARD-btn {
  order: 2;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .on-site-payment-methods .CREDITCARD-btn {
    order: 1;
    width: 50%;
  }
}
.kit-description-label {
  font-weight: bold;
  color: #000;
  font-size: 1.5rem;
}
.ProductFlag a {
  position: relative;
  text-decoration: underline;
  font-weight: normal;
  color: #69696F;
}
.ProductFlag a:after {
  content: ' ';
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  background-color: #ccc;
  transition: opacity 0.3s ease, width 0.3s ease;
}
.ProductFlag a:hover {
  text-decoration: none;
}
.ProductFlag a:hover:after {
  background-color: #f156ad;
  width: 100%;
}
.ProductFlag:before {
  content: '-';
  padding: 0 3px;
}
.ratings-badge {
  margin-bottom: 1.2rem;
}
.product-guarantees {
  display: flex;
  color: #f156ad;
  border-top: 1px solid #ccc;
  padding-top: 1rem;
  margin-top: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  width: 100%;
}
.product-guarantees .guarantee {
  width: 33%;
  padding-left: 2rem;
  border-left: 1px solid #ccc;
}
@media screen and (min-width: 992px) {
  .product-guarantees .guarantee {
    max-width: 165px;
  }
}
.product-guarantees .guarantee:first-child {
  border-left: none;
  padding-left: 0;
}
.product-gallery-image {
  cursor: pointer;
}
.item-title {
  color: #000;
  font-weight: bold;
  font-size: 1.5rem;
}
.pop-large-wrap {
  display: none;
}
#LargeKitOption .modal-content {
  border-radius: 0;
}
#LargeKitOption .modal-header {
  border: none;
}
.product-image-wrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.product-image-wrap .medium-image-wrap {
  order: 2;
}
.product-image-wrap .image-controls {
  order: 1;
}
.product-gallery-items {
  margin-bottom: 0;
}
.product-gallery-items .product-gallery-item {
  display: block;
  max-width: unset;
  width: 50px;
}
#productImgModal .modal-content {
  border-radius: 0;
}
#productImgModal .close {
  z-index: 100000;
  right: 1rem;
  top: 1rem;
  position: absolute;
}
.tab-guarantees {
  margin-left: -15px;
}
img[title="Start Chat"] {
  z-index: 8000 !important;
}
.fancybox-wrap div.fancybox-skin a.fancybox-item.fancybox-close {
  background-size: cover;
}
.cart-link {
  position: relative;
}
.cart-link .addedTooltip {
  position: absolute;
  width: 109px;
  left: -42px;
  background-color: #f156ad;
  border-radius: 2px;
  padding: 3px;
  text-align: center;
  animation: 0.5s ease-in-out riseUP forwards;
  transform: translateY(19px);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .cart-link .addedTooltip {
    left: -72px;
    color: #FFF;
  }
}
.cart-link .addedTooltip:after {
  content: ' ';
  position: absolute;
  top: -5px;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f156ad;
}
@media screen and (min-width: 768px) {
  .cart-link .addedTooltip:after {
    left: 80px;
  }
}
.minicart-count {
  animation: 0.5s ease-in-out dropIn forwards;
  opacity: 0;
  display: block;
  transform: translateY(-20px);
}
.fadeOutDown {
  animation: none;
  display: block;
}
@keyframes riseUP {
  from {
    transform: translateY(19px);
    opacity: 0;
  }
  to {
    transform: translateY(5px);
    opacity: 1;
  }
}
@keyframes dropIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.gallery-nav {
  position: absolute;
  top: 50%;
  font-size: 3rem;
}
.gallery-nav.img-next {
  right: 1.5rem;
}
.gallery-nav.disabled {
  display: none;
}
.grid-item-image-wrap .icon-image {
  margin: 0 auto;
}
.product-grid-item .btn {
  padding: 0.5rem;
  min-width: 67px;
}
.product-grid-item .add-to-cart-quantity {
  width: 34px;
}
.product-mbs-add-to-cart .sale-price {
  display: inline-block;
  margin-right: 4px;
}
.product-mbs-add-to-cart .add-to-alert,
.product-mbs-add-to-cart .add-to-cart,
.product-mbs-add-to-cart .add-to-cart-in-store-pickup {
  margin-bottom: 1rem;
}
.product-mbs-add-to-cart .add-to-cart,
.product-mbs-add-to-cart .add-to-cart-in-store-pickup,
.product-mbs-add-to-cart .pickup-not-available,
.product-mbs-add-to-cart .same-day-alert {
  padding: 0.9rem 0.5rem;
  min-width: 95px;
}
.product-mbs-add-to-cart .add-to-cart:before,
.product-mbs-add-to-cart .add-to-cart-in-store-pickup:before,
.product-mbs-add-to-cart .pickup-not-available:before,
.product-mbs-add-to-cart .same-day-alert:before {
  font-size: 9px;
}
.product-mbs-add-to-cart .add-to-cart:after,
.product-mbs-add-to-cart .add-to-cart-in-store-pickup:after,
.product-mbs-add-to-cart .pickup-not-available:after,
.product-mbs-add-to-cart .same-day-alert:after {
  font-size: 9px;
}
.add-to-cart[data-special-order="True"] {
  display: block;
}
.add-to-alert {
  background-color: #fff;
  color: #000;
  position: relative;
}
.add-to-alert:before {
  content: 'Ship';
  text-transform: uppercase;
  position: absolute;
  top: -7px;
  left: 5px;
  padding: 0 4px;
  background-color: #fff;
}
.add-to-alert:hover {
  color: #000;
  background-color: #000;
}
.add-to-alert:hover .fa-bell {
  -webkit-animation: ring 4s 0.2s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s 0.2s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s 0.2s ease-in-out infinite;
  transform-origin: 50% 4px;
}
.same-day-alert {
  background-color: #fff;
  color: #f156ad;
  border-color: #f156ad;
}
.same-day-alert:before {
  content: 'Same day';
  font-size: 8px;
  text-transform: uppercase;
  position: absolute;
  top: -7px;
  left: 5px;
  padding: 0 4px;
  background-color: #fff;
}
.stock-tooltip:before {
  position: absolute;
  font-size: 9px;
  background-color: #f156ad;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  top: -0.5rem;
  right: 0;
  width: 15px;
  height: 15px;
  content: '!';
  font-weight: bold;
}
.add-to-cart.add-to-alert:hover {
  background-color: #000;
  color: #fff;
}
.add-to-cart.add-to-alert:hover:before {
  content: '';
}
.add-to-cart.add-to-alert:hover .stock-tooltip:before {
  background-color: transparent;
  width: unset;
  height: unset;
  content: 'Out of stock';
  top: auto;
  bottom: -16px;
  left: 0;
  right: 0;
  color: #000;
}
.add-to-cart.same-day-alert:hover {
  background-color: #f156ad;
  color: #fff;
  border-color: #f156ad;
}
.add-to-cart.same-day-alert:hover:before {
  content: '';
}
.grid-item-name-wrap {
  min-height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smartsearch-group {
  display: flex;
  gap: 0.2rem;
  justify-content: center;
}
.smartsearch-group input.quantity-field {
  width: 34px;
}
.smartsearch-group .btn {
  font-size: 8px;
  min-width: 66px;
}
.smartsearch-group .in-store-pickup-message .pickup-not-available {
  line-height: 2.2;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 992px) {
  .smartsearch-group .in-store-pickup-message .pickup-not-available {
    line-height: 1.8;
  }
}
.smartsearch-group .btn-primary .add-to-cart-in-store-pickup .pickup-not-available {
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
}
.smartsearch-group .in-store-pickup-message .pickup-not-available.select-preferred-store {
  height: 41px;
  line-height: 3.2;
}
.smartsearch-group .in-store-pickup-message .pickup-not-available.select-preferred-store:after {
  line-height: 1.5;
}
.smartsearch-group .same-day-alert:before {
  left: 2px;
  padding: 0 1px;
}
.stock-tooltip {
  display: none;
}
@media screen and (min-width: 992px) {
  .stock-tooltip {
    display: block;
  }
}
.RegularPriceStrike {
  margin-left: 4px;
  display: inline-block;
}
.select-preferred-store {
  display: block;
}
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.product-add-to-cart-table {
  margin-bottom: 1rem;
  border-top: 1px solid #ccc;
  padding-top: 1rem;
}
/* Variant / Kit Listing Table */
.product-page .product-variant-details .price-wrap {
  text-align: left;
}
.product-variant-details {
  text-align: left;
}
.product-variant-details .row {
  display: flex;
  align-content: center;
  align-items: center;
}
.add-to-cart-form {
  display: flex;
}
.add-to-cart-form .quantity-field {
  border: 1px solid #b3b3b3;
  text-align: center;
  border-radius: 3px;
  height: 40px;
  font-size: 1.3rem;
}
.add-to-cart-form .btn {
  border-radius: 3px;
  border-width: 2px;
  line-height: 1.5;
}
.product-actions {
  display: flex;
}
.product-actions .favorite-icon {
  border: 2px solid #000;
  width: 42px;
  height: 40px;
  border-radius: 3px;
  background-size: 28px;
  background-repeat: no-repeat;
}
.product-actions .favorite-icon.active {
  border-color: #f156ad;
}
.product-actions .favorite-icon.active:hover {
  border-color: #000;
}
.product-actions .favorite-icon:hover {
  border-color: #f156ad;
}
.product-actions .product-quicklist {
  margin-left: 0.25rem;
}
.add-to-cart-group {
  display: flex;
  gap: 0.25rem;
}
.add-to-cart-in-store-pickup {
  background-color: #f156ad;
  border-color: #f156ad;
  transition: all ease-in-out 0.2s;
}
.add-to-cart-in-store-pickup:hover {
  border-color: #f156ad;
  color: #f156ad;
  background-color: #fff;
}
.add-to-cart-in-store-pickup[disabled="disabled"] {
  background-color: #fff;
  border-color: #000;
  color: #000;
  opacity: 1;
  position: relative;
}
.add-to-cart-in-store-pickup[disabled="disabled"]:hover {
  background-color: #fff;
  color: #666;
  border-color: #666;
}
.add-to-cart-in-store-pickup[disabled="disabled"]:before {
  content: 'Same Day';
  position: absolute;
  background: #fff;
  padding: 0px 3px;
  top: -7px;
  left: 0.5rem;
}
.in-store-pickup-message {
  display: inline-block;
  position: relative;
}
.in-store-pickup-message:hover .tooltiptext {
  display: block;
}
.in-store-pickup-message .pickup-not-available {
  color: #444;
  background-color: #fff;
  border-color: #000;
  cursor: not-allowed;
  position: relative;
}
.in-store-pickup-message .pickup-not-available:before {
  content: '!';
  width: 16px;
  height: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #f156ad;
  border-radius: 100%;
  position: absolute;
  top: -6px;
  right: 0;
}
.in-store-pickup-message .pickup-not-available:after {
  content: 'Same Day';
  position: absolute;
  top: -7px;
  left: 2px;
  background-color: #fff;
  padding: 0 2px;
}
.in-store-pickup-message .pickup-not-available:hover {
  color: #f156ad;
  border-color: #f156ad;
}
.in-store-pickup-message .pickup-not-available:hover:before {
  opacity: 0;
}
.in-store-pickup-not-available .pickup-not-available {
  padding-top: 12px;
  padding-bottom: 12px;
  max-height: 40px;
  position: relative;
}
.in-store-pickup-not-available .pickup-not-available:after {
  content: '!';
  width: 16px;
  height: 16px;
  font-size: 1rem;
  color: #fff;
  background-color: #f156ad;
  border-radius: 100%;
  position: absolute;
  top: -7px;
  right: 0;
  line-height: 15px;
}
.in-store-pickup-not-available:hover .tooltiptext {
  display: block;
  bottom: 98px;
  position: absolute;
  font-size: 8px;
  top: unset;
  left: unset;
  right: 0px;
}
.tooltiptext {
  display: none;
  background-color: #000;
  border-color: #f156ad;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 5px 5px;
  position: absolute;
  z-index: 10;
  width: auto;
  left: -30%;
  right: 0;
  top: -55px;
  font-size: 12px;
  line-height: 1.2;
  min-width: 150px;
}
.add-to-cart[disabled] {
  background-color: #fff;
  border-color: #000;
  color: #000;
  position: relative;
  opacity: 1;
  max-height: 40px;
}
.add-to-cart[disabled]:before {
  content: '!';
  width: 16px;
  height: 16px;
  font-size: 1rem;
  color: #fff;
  background-color: #f156ad;
  border-radius: 100%;
  position: absolute;
  top: -7px;
  right: 0;
  opacity: 1;
}
.add-to-cart[disabled]:after {
  content: 'Ship';
  background-color: #fff;
  color: #000;
  padding: 0 2px;
  top: -7px;
  left: 0;
  position: absolute;
}
.add-to-cart[disabled]:hover:before {
  opacity: 0;
}
.add-to-cart[disabled]:hover:after {
  display: block;
  content: 'This item is out of stock';
  background-color: #000;
  color: #fff;
  padding: 0.5rem;
  top: -3rem;
  left: -30%;
  text-transform: initial;
  position: absolute;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .add-to-cart {
    min-width: 85px;
  }
}
.add-to-cart:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
  transition: all ease-in-out 0.2s;
}
.notify-me-btn {
  border-color: #000;
  color: #000;
  background-color: #fff;
  position: relative;
  opacity: 1;
}
.notify-me-btn:hover {
  border-color: #f156ad;
  color: #f156ad;
  background-color: #fff;
}
.notify-me-btn:before {
  content: '!';
  width: 16px;
  height: 16px;
  font-size: 1rem;
  color: #fff;
  background-color: #f156ad;
  border-radius: 100%;
  position: absolute;
  top: -7px;
  right: 7px;
}
/* Tab Wrap Add to Cart Form */
.tabbitTabWrap .add-to-cart {
  min-width: unset;
  margin-left: 0;
}
.tabbitTabWrap .btn {
  font-size: 8px;
  line-height: 2.3;
  min-width: 67px;
  padding: 0.9rem 0.5rem;
}
@media screen and (min-width: 992px) {
  .tabbitTabWrap .btn {
    line-height: 2;
    font-size: 9px;
  }
}
.tabbitTabWrap .same-day-alert:before {
  top: -10px;
  left: 2px;
  padding: 0 1px;
}
.tabbitTabWrap .add-to-alert:before {
  top: -10px;
}
.tabbitTabWrap .add-to-cart-group {
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  font-size: 10px;
  gap: 0.2rem;
  justify-content: center;
}
.favorite-icon {
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: center center;
  background-image: url('icons/quickorder-o.svg');
  display: block;
  margin: 0 auto;
  cursor: pointer;
  transition: all ease-in 0.1s;
}
.favorite-icon:hover {
  background-image: url('icons/quickorder-fill.svg');
}
.favorite-icon.active {
  background-image: url('icons/quickorder-fill.svg');
}
.favorite-icon.active:hover {
  background-image: url('icons/quickorder-o.svg');
}
.product-list-item-image-wrap {
  position: relative;
}
.remove-favorite {
  position: absolute;
  background: #efefef;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  text-align: center;
  left: -14px;
}
.favorite-page-products .product-list-item {
  align-items: center;
}
.favorite-page-products .qty-label {
  display: none;
}
.notify-wrapper .ui-icon {
  display: none;
}
.notify-wrapper {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 1010;
}
.jnotify-item {
  padding: 6px;
  display: block;
  position: relative;
  background-color: #f155ad;
  color: #ffffff;
}
.entity-page-products .favorite {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.entity-page-products .favorite-icon {
  background-image: url('icons/quickorder-fill.svg');
}
.entity-page-products .favorite-icon:hover {
  cursor: default;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
#MiniCartUpsellProducts {
  padding: 0 3rem;
  text-align: left !important;
  margin-bottom: 5px;
}
#MiniCartUpsellProducts .product-actions {
  position: relative;
  height: 50px;
}
#MiniCartUpsellProducts .product-actions-sub {
  position: fixed !important;
  bottom: 0px !important;
}
#MiniCartUpsellProducts .popover {
  border: none;
  background-color: #f156ad;
  color: #fff;
}
#MiniCartUpsellProducts .slick-track {
  margin-left: 0;
}
#MiniCartUpsellProducts .h5 {
  font-weight: bold;
  color: #000;
  margin-left: -2rem;
}
#MiniCartUpsellProducts .upsell-item-image {
  max-width: 65px;
}
@media (min-width: 768px) {
  #MiniCartUpsellProducts .upsell-item-image {
    max-width: 80px;
  }
}
#MiniCartUpsellProducts .flex-row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
#MiniCartUpsellProducts .btn,
#MiniCartUpsellProducts input {
  font-size: 1rem;
}
@media (min-width: 768px) {
  #MiniCartUpsellProducts .btn,
  #MiniCartUpsellProducts input {
    font-size: calc(1rem + 16 * ((100vw - 768px) / (998 - 768)));
  }
}
@media (min-width: 998px) {
  #MiniCartUpsellProducts .btn,
  #MiniCartUpsellProducts input {
    font-size: 1.2rem;
  }
}
#MiniCartUpsellProducts .btn {
  padding: 5px 8px;
  margin-left: 0px;
}
#MiniCartUpsellProducts .add-to-cart {
  min-width: unset;
}
#MiniCartUpsellProducts .add-to-cart-form .quantity-field {
  height: 32px;
  width: 32px;
}
#MiniCartUpsellProducts .grid-product-item {
  padding-right: 1rem;
  line-height: 1.6;
  font-weight: bold;
  font-size: 1rem;
}
@media (min-width: 768px) {
  #MiniCartUpsellProducts .grid-product-item {
    font-size: calc(1rem + 16 * ((100vw - 768px) / (998 - 768)));
  }
}
@media (min-width: 998px) {
  #MiniCartUpsellProducts .grid-product-item {
    font-size: 1.3rem;
  }
}
#MiniCartUpsellProducts .grid-item-image-wrap {
  padding-bottom: 0;
}
#MiniCartUpsellProducts .product-name {
  color: #000;
}
#MiniCartUpsellProducts .details-btn {
  background: #000;
  border-radius: 15px;
  Color: white;
  text-align: center;
  display: inline-block;
  padding: 0px 13px;
}
#orderupload_noproducts input[type="file"] {
  display: none;
}
#orderupload_noproducts .custom-file-upload {
  display: inline-block;
  cursor: pointer;
}
#orderupload_noproducts .numberCircle {
  display: inline-block;
  line-height: 0px;
  border-radius: 50%;
  border: 2px solid;
  margin-right: 5px;
  color: #f156ad;
  font-size: 12px;
}
#orderupload_noproducts .numberCircle span {
  display: inline-block;
  padding-top: 50%;
  padding-bottom: 50%;
  margin-left: 8px;
  margin-right: 8px;
}
#orderupload_noproducts .btn {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 40px;
  width: 285px;
}
@media (max-width: 768px) {
  #orderupload_noproducts .btn {
    text-align: left;
  }
}