/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 544px) and (max-width: 846.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 847px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 846.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: flex;
}

/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-original {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #f1efd3;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-original.disabled {
  opacity: 0.2;
}

.swatch-filter-original {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f1efd3;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #f1efd3;
  display: block;
  position: relative;
}
.swatch-filter-original.disabled {
  opacity: 0.2;
}

.swatch-circle-rose {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #ef8f94;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-rose.disabled {
  opacity: 0.2;
}

.swatch-filter-rose {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ef8f94;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ef8f94;
  display: block;
  position: relative;
}
.swatch-filter-rose.disabled {
  opacity: 0.2;
}

.swatch-circle-bloom {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #ec7188;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-bloom.disabled {
  opacity: 0.2;
}

.swatch-filter-bloom {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ec7188;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ec7188;
  display: block;
  position: relative;
}
.swatch-filter-bloom.disabled {
  opacity: 0.2;
}

.swatch-circle-nude {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #cc7e6f;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-nude.disabled {
  opacity: 0.2;
}

.swatch-filter-nude {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #cc7e6f;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #cc7e6f;
  display: block;
  position: relative;
}
.swatch-filter-nude.disabled {
  opacity: 0.2;
}

.swatch-circle-honey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #de7368;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-honey.disabled {
  opacity: 0.2;
}

.swatch-filter-honey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #de7368;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #de7368;
  display: block;
  position: relative;
}
.swatch-filter-honey.disabled {
  opacity: 0.2;
}

.swatch-circle-spice {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #cd4a44;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-spice.disabled {
  opacity: 0.2;
}

.swatch-filter-spice {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #cd4a44;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #cd4a44;
  display: block;
  position: relative;
}
.swatch-filter-spice.disabled {
  opacity: 0.2;
}

.swatch-circle-punch {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #ff3220;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-punch.disabled {
  opacity: 0.2;
}

.swatch-filter-punch {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff3220;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ff3220;
  display: block;
  position: relative;
}
.swatch-filter-punch.disabled {
  opacity: 0.2;
}

.swatch-circle-coral {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #db1932;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-coral.disabled {
  opacity: 0.2;
}

.swatch-filter-coral {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #db1932;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #db1932;
  display: block;
  position: relative;
}
.swatch-filter-coral.disabled {
  opacity: 0.2;
}

.swatch-circle-tulip {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #f0557b;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-tulip.disabled {
  opacity: 0.2;
}

.swatch-filter-tulip {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f0557b;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #f0557b;
  display: block;
  position: relative;
}
.swatch-filter-tulip.disabled {
  opacity: 0.2;
}

.swatch-circle-candy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #e03c65;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-candy.disabled {
  opacity: 0.2;
}

.swatch-filter-candy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #e03c65;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #e03c65;
  display: block;
  position: relative;
}
.swatch-filter-candy.disabled {
  opacity: 0.2;
}

.swatch-circle-orchid {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #dd2d4c;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-orchid.disabled {
  opacity: 0.2;
}

.swatch-filter-orchid {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #dd2d4c;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #dd2d4c;
  display: block;
  position: relative;
}
.swatch-filter-orchid.disabled {
  opacity: 0.2;
}

.swatch-circle-poppy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #ee2c50;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-poppy.disabled {
  opacity: 0.2;
}

.swatch-filter-poppy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ee2c50;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ee2c50;
  display: block;
  position: relative;
}
.swatch-filter-poppy.disabled {
  opacity: 0.2;
}

.swatch-circle-berry {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #bc3146;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-berry.disabled {
  opacity: 0.2;
}

.swatch-filter-berry {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #bc3146;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #bc3146;
  display: block;
  position: relative;
}
.swatch-filter-berry.disabled {
  opacity: 0.2;
}

.swatch-circle-ruby {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #b7002f;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-ruby.disabled {
  opacity: 0.2;
}

.swatch-filter-ruby {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #b7002f;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #b7002f;
  display: block;
  position: relative;
}
.swatch-filter-ruby.disabled {
  opacity: 0.2;
}

.swatch-circle-cherry {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #b10c20;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-cherry.disabled {
  opacity: 0.2;
}

.swatch-filter-cherry {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #b10c20;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #b10c20;
  display: block;
  position: relative;
}
.swatch-filter-cherry.disabled {
  opacity: 0.2;
}

.swatch-circle-blackberry {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #bc3146;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-blackberry.disabled {
  opacity: 0.2;
}

.swatch-filter-blackberry {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #bc3146;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #bc3146;
  display: block;
  position: relative;
}
.swatch-filter-blackberry.disabled {
  opacity: 0.2;
}

.swatch-circle-fig {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #984a5a;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-fig.disabled {
  opacity: 0.2;
}

.swatch-filter-fig {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #984a5a;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #984a5a;
  display: block;
  position: relative;
}
.swatch-filter-fig.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  transform: rotate(-35deg);
}

.color-attribute {
  background-color: transparent;
  border: none;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.color-attribute:focus-visible {
  outline: none;
}
.color-attribute:focus-visible span {
  outline: 1px dotted #303e48;
  outline-offset: 2px;
}

.swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  background: #fff;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 8px;
  position: relative;
  border-radius: 50%;
  background-position: center;
}
.swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

.circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 8px;
  position: relative;
}
@media (min-width: 847px) {
  .circle {
    margin: 12px;
  }
}
.circle.active, .circle:hover {
  border: 1px solid #303e48;
  width: 40px;
  height: 40px;
  margin: 4px;
}
@media (min-width: 847px) {
  .circle.active, .circle:hover {
    margin: 8px;
  }
}
.circle.active::before, .circle:hover::before {
  display: block;
  content: " ";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
}
.circle.disabled {
  pointer-events: none;
}
.circle.disabled::after {
  display: block;
  content: " ";
  width: 40px;
  height: 1px;
  position: absolute;
  left: -4px;
  top: 50%;
  background-color: #fff;
  transform: rotate(-45deg);
}
.circle.disabled.active::after {
  width: 32px;
  left: 3px;
}

.help-center-container {
  background-color: #e3f0f8;
  height: 235px;
}

.contact-details-section .services {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #303e48;
  line-height: 22px;
  letter-spacing: 0;
}
@media (max-width: 846.98px) {
  .contact-details-section .services {
    margin-top: 40px;
  }
}
.contact-details-section .services .contact-details-subheading {
  font-weight: 500;
}
.contact-details-section .services img.img-fluid {
  max-width: 100px;
}
.contact-details-section .label-image-description {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 16px;
}

.customer-service-sidenav .content-asset {
  width: 100%;
}
@media (max-width: 846.98px) {
  .customer-service-sidenav .sidenav-heading {
    margin-bottom: 32px;
  }
}
.customer-service-sidenav .customer-service {
  text-transform: uppercase;
}
@media (max-width: 846.98px) {
  .customer-service-sidenav .sidenav-accordion {
    border-bottom: 1px solid #ddd;
  }
}
.customer-service-sidenav .sidenav-accordion p {
  margin-top: 16px;
}
.customer-service-sidenav .sidenav-accordion .content {
  white-space: nowrap;
  list-style: none;
  padding-left: 0;
}
.customer-service-sidenav .sidenav-accordion .content li {
  padding-bottom: 14px;
  white-space: normal;
}
@media (max-width: 846.98px) {
  .customer-service-sidenav .sidenav-accordion .content li {
    margin-bottom: 16px;
  }
}

.contact-us .contact-inquiry {
  position: relative;
}
.contact-us .contact-inquiry .contact-inquiry-select {
  appearance: none;
}
.contact-us .contact-inquiry .contact-inquiry-select::-ms-expand {
  display: none;
}
.contact-us .contact-inquiry .icon-chevron {
  position: absolute;
  top: 16px;
  right: 16px;
  pointer-events: none;
}
.contact-us .invalid-feedback {
  text-align: left;
}

.faq-section .faq-section-heading {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.faq-section .faq-accordion {
  border-bottom: 1px solid #ddd;
}
.faq-section .faq-accordion .faq-question {
  margin: 16px auto;
}
.faq-section .faq-accordion .faq-question button.title {
  width: 100%;
  border: none;
  background: none;
  text-align: left;
  padding: 0;
}
.faq-section .faq-accordion .faq-question button.title::after {
  margin-left: 5px;
}

@media (min-width: 992px) {
  .privacy-policy-section .privacy-info-question {
    font-size: 1rem;
  }
}
@media (max-width: 1199.98px) {
  .privacy-policy-section .privacy-header {
    text-align: center;
  }
}

@media (min-width: 544px) {
  .mg-85 {
    margin-top: 85px;
  }
}
@media (min-width: 992px) {
  .mg-85 {
    margin-top: 100px;
  }
}

.mg-50 {
  margin-top: 50px;
}
@media (min-width: 544px) {
  .mg-50 {
    margin-top: 65px;
  }
}
@media (min-width: 992px) {
  .mg-50 {
    margin-top: 100px;
  }
}

.mg-40 {
  margin-top: 40px;
}

.mg-70 {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .mg-70 {
    margin-top: 70px;
  }
}

.alert-check {
  margin: 0;
}
.alert-check::after {
  background-image: url("../images/notifications-checkmark.svg") no-repeat;
  width: 1em;
  height: 1em;
  background-size: 1em 1em;
  float: left;
}

.container[data-cid=supply_chain_transparency] .chain-transparency a {
  border-bottom: 2px solid #c1eaff;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
.container .customer-service-sidenav .label-default {
  margin: 0;
  letter-spacing: normal;
}
@media (min-width: 992px) {
  .container .customer-service-sidenav {
    margin-top: 125px;
  }
  .container .customer-service-sidenav .sidenav-accordion ul.content li .secondary-link.active {
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
  }
}
@media (min-width: 992px) {
  .container .privacy-policy-section {
    margin-top: 50px;
  }
  .container .privacy-policy-section .privacy-header {
    margin-bottom: 40px;
  }
}

.email-button,
.feedback-button {
  appearance: none !important;
}

@media (min-width: 992px) {
  .only-privacy {
    margin-bottom: 42px;
    margin-top: 0.5rem !important;
  }
}

.submit-feedback {
  margin-bottom: 10px;
}

.contactus-first-row > .form-group {
  flex: 0 0 48%;
  max-width: 48%;
}
