/** Shopify CDN: Minification failed

Line 193:0 Unexpected "}"
Line 313:2 "dispaly" is not a known CSS property
Line 1268:31 Expected identifier but found whitespace

**/
.saso-add-to-cart.saso-crosssell-nav {
  display: none;
}
body {
  background: #f7f8fa !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  min-width: 350px;
}
.jdgm-star {
    color: #DAA520!important;
}
@media screen and (max-width: 990px) {
  .search-modal__form.spit {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 55rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 989px) {
  .shopify-section.section-header.shopify-section-header-sticky.animate
    .header__inline-menu {
    grid-area: navigation;
  }
  .header__inline-menu {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .container-fluid,
  .content-wrapper {
    background-color: #fff;
    min-width: 1440px;
    margin: 0 auto;
  }
}

.product__tax.caption.rte {
  display: none;
}


.content-wrapper {
  background-color: #fff;
}
.announcement-bar,
.footer,
.banner,
.header-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 990px) {
  .header--middle-left .header__inline-menu {
    margin: 0 auto !important;
  }
}
.marquee-container.page-width.page-width-desktop,
.slider-mobile-gutter.page-width {
  padding: 0;
}
.page-width.full-width {
  padding: 0;
}
@media screen and (min-width: 1440px) {
  .page-width {
    padding: 0 7rem;
  }
}
@media screen and (max-width: 1399px) {
  .page-width {
    padding: 0 4rem;
  }
}

.multicolumn-list__item:only-child {
  max-width: 1340px !important;
}

.html-code {
  margin-bottom: -5px;
}
#cart-icon-bubble {
  background: #000;
  color: #fff;
}
#cart-icon-bubble:hover {
background: #fff;
  color:#000;
}


a.header__icon {
  text-decoration: none;
}
.icon-f-94.account,
.icon-f-39.cart {
  font-size: 20px;
  margin: 0;
}

.product-form__submit .icon-f-39 {
  float: left;
  margin-right: 5px;
  margin-top: -2px;
}

.cart-text {
  margin-left: 1rem;
}
.header__icons {
  margin-right: 1rem;
}
.cart-count-bubble {
  position: absolute;
  height: 1.7rem;
  width: 1.7rem;
  font-size: 1rem;
  font-weight: 700;
  bottom: 1.2rem;
  right:2.2rem;
  top:2rem;
  left:0rem;
  margin-left:2px;
}
.shopify-section.section-header.shopify-section-header-sticky.animate
  .cart-count-bubble {
  position: absolute;
  height: 1.7rem;
  width: 1.7rem;
  font-size: 1rem;
  font-weight: 700;
  bottom: 1.4rem;
  left: 1.8rem;
}
@media screen and (max-width: 990px) {
  .cart-count-bubble {
    position: absolute;
    height: 1.7rem;
    width: 1.7rem;
    font-size: 1rem;
    font-weight: 700;
    bottom: 1.4rem;
    left: 2.4rem;
  }
}

.header__icon.header__icon--account.link.focus-inset.small-hide {
  width: 4.5rem;
}
#cart-notification {
  background: #fff;
  color: #000;
}
.cart-notification__heading .icon-checkmark,
.modal__close-button .icon,
.modal__close-button.link,
.cart-notification__links > *,
.cart-notification__heading,
#cart-notification h3 {
  color: #000;
}
#cart-notification-button {
  background: #000;
  color: #fff;
}
.cart-notification-form {
  background: #fff;
  color: #000;
}

@media screen and (min-width: 990px) {
  .header__icon.header__icon--cart {
   /*-- height: 3rem; --*/
  }
    /*-- width: 9.5rem; --*/
  }
}
@media screen and (max-width: 989px) {
  #cart-icon-bubble {
    background: #fff;
    color: #fff;
  }
  .cart-text {
    display: none !important;
  }
}
.search-modal__form .field__input {
  background: #fff; /*--revert to align with Dunns---*/
  color: #000;
  font-size: 1.3rem;
  height: 3rem;
  padding: 1rem;
  min-height: 3rem;
  border:2px solid #000;
}
.search__button {
  color: #000; /*-- #ffffffbf; --*/
}
.search-modal__form .field__label {
  color: #000; /*-- #bfbfbf; --*/
  margin-top: -0.3rem;
  line-height: 1;
  font-weight: 700;
}
.search__button {
  width: 3rem;
  height: 3rem;
}
.list-menu__item--active {
  text-decoration: none !important;
}
.header__menu-item {
  font-size: 13px;
}
.plus-more {
  display: inline-block !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/cdn/shop/files/dm-plus-more-icon.svg")
    no-repeat;
  width: 50px; /* Width of the new image */
  height: 12px; /* Height of the new image */
  padding-left: 0px; /* Equal to the width of the new image */
  text-indent: -99999px;
  margin-top: 12px;
  margin-left:12px;
}
.plus-more-mobile {
  display: inline-block !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/cdn/shop/files/dm-plus-more-icon.svg")
    no-repeat;
  width: 75px; /* Width of the new image */
  height: 15px; /* Height of the new image */
  padding-left: 0px; /* Equal to the width of the new image */
  text-indent: -99999px;
  margin-top: 12px;
  margin-left: 30px;
}

.fone-yam {
 background-image: url('/cdn/shop/files/FONEYAM_LOGO-01.svg');
background-repeat: no-repeat; 
  background-position: center; 
  background-size: contain; 
  width: 75px; 
  padding-left: 0px; 
  text-indent: -99999px;
  margin-top: -1px;
  margin-left: 20px;
}
.fone-yam-mobile {
 background-image: url('/cdn/shop/files/FONEYAM_LOGO-01.svg');
background-repeat: no-repeat; 
  background-position: center; 
  background-size: contain; 
  width: 95px; 
  padding-left: 0px; 
  text-indent: -99999px;
  margin-top: -1px;
  margin-left: 25px;
}

#cart-icon-bubble:hover {
  color: #fff;
  background:#000;
}


@media screen and (max-width: 990px) {
  #cart-icon-bubble:hover {
    color: #000 !important;
    background:#fff !important;
  }
}

.shopify-section.section-header.shopify-section-header-sticky.animate
  #cart-icon-bubble
  .cart-text {
  display: none;
}
/*--
.shopify-section.section-header.shopify-section-header-sticky.animate
  .header__icon,
.header__icon--cart .icon {
  width: 3.5rem;
}
--*/
.header__icon:hover {
  color: #e4e725;
}
.header__inline-menu {
  margin-top: 0 !important;
}
.field.sticky-search {
  dispaly: block !important;
}
.shopify-section.section-header .header {
  grid-template-areas: "heading search left-icon icons" "navigation navigation navigation navigation";
  grid-template-columns: 1fr 5fr 0fr 1fr;
  align-items: center;
  background:#fff; /*-- new color update to align with Dunns--*/
  margin-bottom:10px;
}
.pre-header-content {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 990px) {
  .shopify-section.section-header .header {
    grid-template-areas: "navigation heading left-icon icons";
    padding-bottom: 10px;
  }
}

.shopify-section.section-header.shopify-section-header-sticky.animate
  .header__icon--menu {
  margin-left: 2rem;
}
@media screen and (min-width: 989px) {
  .shopify-section.section-header .header__search {
  }
}

.product-form__input.product-form__quantity label.form__label {
  display: none;
}
.badge {
  padding: 0.5rem 0.8rem;
  text-transform: uppercase;
}
.inline__form__item {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-gap: 5px;
}
@media screen and (min-width: 750px) {
  .inline__form__item {
    grid-template-columns: 40% 60%;
    grid-gap: 10px;
  }
}
@media screen and (min-width: 990px) {
  .inline__form__item {
    grid-template-columns: 25% 45%;
    grid-gap: 10px;
  }
}
.product-form__submit {
  text-transform: uppercase;
  color: #000;
}
.SPI_PCA_INIT {
  grid-column: 1 / span 2;
  text-transform: uppercase !important;
}
#customer__id {
  padding: 6px;
  width: 54%;
}

@media screen and (max-width: 989px) {
  .shopify-section.section-header.shopify-section-header-sticky.animate
    .header {
    display: grid;
    grid-template-areas: "navigation heading left-icon icons" !important;
    grid-template-columns: 1fr 5fr 0fr 1fr;
    align-items: center;
  }
}
.shopify-section.section-header.shopify-section-header-sticky.animate .header {
  display: grid;
  grid-template-areas: "heading navigation left-icon icons";
  grid-template-columns: 1fr 7fr 0fr 1fr;
  align-items: center;
}
.header__menu-item:hover span {
  text-decoration: none !important;
}
.shopify-section.section-header.shopify-section-header-sticky.animate
  .pre-header-content {
  display: none !important;
}
.pre-header-content {
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 5px 40px 0;
}
@media screen and (max-width: 990px) {
  .pre-header-content {
    justify-content: center;
    padding: 5px 10px 0;
  }
}
.header__menu-item {
  text-transform: uppercase;
  font-size: 11px;
  font-weight:600;
  color: #000;  /*-- #fff; --*/
}
.header__menu-item:hover {
  color: #000;
  text-decoration:underline;
  text-underline-offset: .3rem;
  text-decoration-thickness: .1rem;
}
.header__active-menu-item {
  color: #000;
  text-decoration: none !important;
  font-weight: bold;
}
/*--
ul.list-menu.list-menu--inline li:nth-last-child(3) span {
  color: red;
}

ul.list-menu.list-menu--inline li:last-child span {
  color: #ff0000;
}
--*/
.header__heading-link {
  padding: 0rem;
}
.header__heading-logo {
  height: auto;
  width: 155px;
}
.footer-logo {
  height: auto;
  width: 115px;
}
.section-header.shopify-section-header-sticky .header__heading-logo {
  height: auto;
  width: 100px;
  margin-left: 20px;
}
.section-header.shopify-section-header-sticky .search-modal__form.spit {
  display: none !important;
}
#icon-close {
  color: #fff;
}
.section-header .header {
  padding: 0 40px;
}
@media screen and (max-width: 980px) {
  .section-header .header {
    padding: 0 20px;
  }
}
.section-header.shopify-section-header-sticky .header {
  padding: 10px;
}
h1 {
  text-transform: uppercase;
  font-size: 3.5rem;
}
h1.main-page-title {
  border-bottom: 1px solid rgba(146, 146, 146, 0.3);
  padding-bottom: 1.5rem;
}
.main-page-title,
h1,
h2,
h3,
h2.title,
h2.login-heading {
  font-family: berthold_akzidenz_groteskCn !important;
}
h2.collapsible-content__heading {
  font-family: berthold_akzidenz_groteskCn;
  font-size: 3rem;
}
.footer h2 {
  font-weight: 600;
  font-size: 1.7rem;
}
.price__regular .price-item--regular {
  margin-right: 0;
  font-weight: 700;
}
.product-form__submit.button {
  background-color: #e4e725;
}
.button {
  transition: 0.4s;
}
.button--secondary:hover {
  background: #000 !important;
  color: #fff !important;
}
.product-count__text {
  display: none;
}
.main-page-title {
  font-size: 30px !important;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.03em !important;
  line-height: normal !important;
}
#continue_button {
  background-color: #e4e725;
  border: 1px transparent solid;
  border-radius: 0;
  color: #fff;
}
#cart-notification {
  box-shadow: 0 0 10px #00000014;
}
.collapsible-content-wrapper-narrow {
  padding-left: 1.5rem;
  max-width: 100% !important;
}
.accordion__content {
  padding: 20px;
}
.slider-counter__link--dots .dot {
  width: 30px !important;
  height: 4px !important;
  border-radius: 0% !important;
  border: 0 solid black !important;
  padding: 0;
  display: block;
}
.slideshow__controls .slider-counter__link .dot {
  background-color: #000 !important;
}
.slider-counter__link--active.slider-counter__link--dots .dot {
  background-color: #e4e725 !important;
}
.slideshow__controls .slider-buttons {
  position: fixed;
}
.slideshow__controls .slider-button.slider-button--prev,
.slideshow__controls .slider-button.slider-button--next {
  z-index: 2;
  color: #fff;
}
.slideshow__controls .slider-button .icon {
  height: 1.5rem !important;
}
.slideshow__controls .slider-button.slider-button--next {
  position: absolute;
  right: 10px;
}
.slideshow__controls .slider-button.slider-button--prev {
  position: absolute;
  left: 10px;
}
.slideshow__controls .slider-counter.slider-counter--dots {
  position: absolute;
  bottom: 10px;
  z-index: 2;
}
.slideshow__controls.slider-buttons {
  position: absolute;
  border: 0px;
  width: 100%;
  height: 100%;
}
.slider-button .icon {
  height: 2rem !important;
}
slideshow-component .slideshow.banner {
  z-index: 0;
}
.collection .slider-button.slider-button--next {
  position: absolute;
  right: -30px;
}
.collection .slider-button.slider-button--prev {
  position: absolute;
  left: -30px;
}
.collection .slider-button.slider-button--prev,
.collection .slider-button.slider-button--next {
  color: #333 !important;
  z-index: 3;
}

.collection .slider-button.slider-button--next,
.collection .slider-button.slider-button--prev {
  top: 35%;
}
.collection .slider-counter {
  display: none;
}

.collection-hero__inner {
  display: block !important;
}
.collection-hero h1 {
  display: none;
}
.collection-hero__inner.page-width {
  padding: 0;
}
.collection-hero__title + .collection-hero__description {
  margin-top: 0rem !important;
}
@media screen and (min-width: 750px) {
  .collection-hero__title + .collection-hero__description {
    margin-top: 0rem !important;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 750px) {
  .collection-hero__description {
    max-width: 100% !important;
  }
}
.slideshow__autoplay.slider-button.no-js-hidde,
.slideshow__autoplay .icon.icon-play,
.slideshow__autoplay .icon.icon-pause {
  display: none !important;
}
@media screen and (min-width: 750px) {
  .slideshow__autoplay.slider-button {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .rich-text__blocks {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 750px) {
  .rich-text__blocks {
    max-width: 60rem;
  }
}
.rich-text__blocks a {
  cursor: pointer;
  padding: 4px 5px;
  background-color: #e4e725;
  color: #000;
  text-decoration: none;
}
.home-multicolumn .multicolumn-card__info {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-59%, -80%);
}

.home-multicolumn .multicolumn-list h3 {
  font-family: berthold_akzidenz_groteskCn !important;
}
.home-multicolumn .multicolumn-list h3 {
  margin: 2rem 0rem !important;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .home-multicolumn .multicolumn-list h3 {
    margin: 1rem 0rem !important;
    font-size: 2.5rem;
  }
}
.multicolumn-card__info {
  text-align: center;
}
.multicolumn-card__info .tt-icon {
  font-size: 3.8rem;
  color: #020202;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .home-multicolumn .background-none .multicolumn-card__image-wrapper {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
.home-multicolumn .multicolumn-card__info .button.multi {
  color: #000;
  background: #fff;
}
.home-multicolumn .multicolumn-card__info .button.multi:hover {
  color: #fff;
  background: #000;
}
.consent-registration {
  display: none;
  margin: 10px auto 0;
  font-size: 1.2rem;
}
.consent-registration a {
  text-decoration: underline;
}
.consent-registration p {
  padding: 5px 0;
  margin: 0;
}
.consent-registration input {
  width: 24px;
  height: 24px;
  position: absolute;
  margin-left: 5px;
}
.consent-terms {
  font-size: 10px;
  padding: 0;
  margin: 6px 0;
  line-height: 15px;
}
.footer__content-top {
  padding: 3rem 5rem;
}
.footer__content-bottom {
  text-align: center;
}
.ffooter-block.powered_by {
  padding-top: 30px;
}
.payment-icons {
  list-style: none;
  margin: 8px 0 0;
  padding: 0 0 14px;
}
.payment-icons img {
  height: 3rem !important;
}
.payment-icons li {
  display: inline-block;
}
.footer__copyright {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .footer__copyright .grid__item {
    width: 100%;
    max-width: 100%;
    display: grid;
  }
}
.quantity {
  min-height: calc((var(--inputs-border-width) * 2) + 4.3rem) !important;
}
@media screen and (max-width: 750px) {
  .quantity {
    width: calc(7rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  }
  .quantity__button {
    width: calc(3rem / var(--font-body-scale));
  }
}
@media screen and (max-width: 1200px) {
  .quantity {
    width: calc(8rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  }
  .quantity__button {
    width: calc(2rem / var(--font-body-scale));
  }
}
.footer__content-bottom {
  border-top: none;
  padding-top: 0rem !important;
}
.grid.product-grid.contains-card {
}
.marquee-icon {
  height: 22px;
  width: 22px;
  fill: #fff;
}
.marquee-text {
  font-size: 12px;
}
.marquee-container {
  overflow: hidden;
}
.marquee {
  margin: 0;
  display: inline-block;
  color: #fff;
  background: #000;
  width: 100%;
}
.marquee-words {
  letter-spacing: 0.1em;
  padding-bottom: 0px;
}
@keyframes marquee-keywords {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-50%);
  }
}
.marqtxt-group {
  padding-right: calc(12vw / 3);
  padding-left: calc(12vw / 3);
}
.tickstyle,
.marqtxt-group {
  display: inline-block;
}
.tickstyle,
.marqtxt-group {
  display: inline-block;
  height: 22px;
  margin-top: 5px;
}
.tickicon {
  display: inline-block;
  float: left;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
}
@media only screen and (max-width: 980px) {
  .mobile-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 979px) {
  .desktop-hide {
    display: none !important;
  }
}
@font-face {
  font-family: berthold_akzidenz_groteskCn;
  src: url(berthold_akzidenz_grotesk_condensed-webfont.woff2) format("woff2"),
    url(berthold_akzidenz_grotesk_condensed-webfont.woff) format("woff"),
    url(berthold_akzidenz_grotesk_condensed-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
.footer-block__details-content p {
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.block__details-content > p,
.footer-block__details-content > li {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}
footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content .tt-list {
  line-height: 12px;
}
.color-accent-1 {
  --gradient-background: #000000;
}
.footer__list-social.list-social:only-child {
  justify-content: right !important;
}
.field__input,
.select__select,
.customer .field input,
.customer select {
  background: #f7f8fa;
  font-size: 16px;
  border: 1px solid #f7f8fa;
  padding: 11px 12px 10px 15px;
  font-family: Open Sans;
  box-shadow: none;
  outline: none;
  color: #000;
  border-radius: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#create_customer {
  border: 1px solid #e9e7e7;
  padding: 32px 39px 20px;
}
#create_customer h2 {
  font-family: berthold_akzidenz_groteskCn !important;
}
.customer button {
  margin: 4rem 0 1.5rem;
  background: #e4e725;
  font-family: Open Sans, sans-serif;
  border: none;
  color: #000;
}
.grid-login {
  display: grid;
  grid-template-columns: 100%;
  padding: 10px;
}
@media only screen and (min-width: 980px) {
  .grid-login {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 10px;
  }
}
.grid-login .grid-item {
  border: 1px solid #e9e7e7;
  padding: 32px 39px 20px;
  margin: 10px;
}
h1#login {
  font-size: 20px;
  text-align: left;
}
.grid-item.new-customer {
  text-align: left;
}
a.btn.btn-top.btn-border {
  display: block;
  float: left !important;
}
.btn.btn-border {
  background: #fff;
  color: #000;
  border: 2px solid #ccc;
  padding: 10px 20px;
  text-decoration: none;
}
.btn.btn-border:hover {
  background: #000;
  color: #fff;
}
.customer.login.grid-login {
  max-width: 100% !important;
}
.additional-links {
  list-style: none;
  display: inline-grid;
}
#marketing {
  margin-top: 20px;
}
.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  box-shadow: none;
}
.newsletter__subheading.rte p {
  font-size: 14px;
}
.newsletter__wrapper .contact__fields {
  margin-top: 0.2rem !important;
}
.contact__fields {
  display: grid;
  grid-template-areas: "newsletter__subheading modal__toggle-open";
  gap: 10px;
}
.newsletter__subheading {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
}
.newsletter__wrapper.color-background-1 {
  background: #e3e3e3;
  color: #000;
  padding: 10px 0;
}
.newsletter__subheading.rte p {
  color: #000;
  font-family: open sans, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
#ContactForm .field__input {
  background-color: #ccc;
  font-size: 1.6rem;
  box-sizing: none;
  transition: box-shadow var(--duration-short) ease;
  border-radius: none;
  position: relative;
  background: #fff;
  border: 1px solid #000;
}
#ContactForm .field:after {
  border: 0px solid #f7f8fa;
  box-shadow: none;
}
#ContactForm .button {
  background: #000;
  color: #fff;
  width:200px;
}
#ContactForm .button:hover {
  background: #000000;
  color: #fff;
}
#ContactForm .field__label {
  font-weight:600;
}
.newsletter-modal__content {
  padding: 4.5rem 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.newsletter-modal__content .modal__close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.8rem;
}
.newsletter-modal.modal .modal__content {
  background: rgba(0, 0, 0, 0.9) !important;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  max-height: 800px;
}
h2.newsletter-modal__content-heading {
  color: #fff;
  font-family: berthold_akzidenz_groteskCn !important;
  font-size: 5rem;
  margin: 0.2rem;
}
@media screen and (max-width: 500px) {
  h2.newsletter-modal__content-heading {
    margin-top: 100px;
    font-size: 4rem;
  }
}

h3.newsletter-modal__content-heading {
  color: #fff;
  font-family: berthold_akzidenz_groteskCn !important;
  font-size: 3rem;
  margin: 0.1rem 1rem 3rem;
}
.newsletter-modal__content .newsletter-form {
  max-width: 100%;
}
.newsletter-modal__content a {
  color: #fff;
}
.newsletter-modal__content .modal__close-button.link {
  height: 7.4rem;
  width: 7.4rem;
}
.newsletter-modal__content .newsletter__button {
  margin: 1rem 0 0 !important;
  width: 100% !important;
  color: #000;
  background: #e4e725;
  border-radius: 20px;
  font-weight: bold;
}
.newsletter-form__field-wrapper .field__input {
  padding-right: 18rem !important;
}
.container-fulid {
  max-width: 1440px !important;
  padding: 3rem 7rem;
}
#sa_ca_wrapper .sa_ca_idelete {
  background-color: #000 !important;
}
input.SPCMP_Add[type="button"].new_SPCMP_Btn,
input.SPCMP_Add[type="button"].new_SPCMP_Btn:hover {
  border-radius: 0 !important;
}
.sa_cmp_addcart:hover {
  cursor: pointer;
}
th {
  background: #000;
  color: #fff;
}
.cart-items thead th:first-child,
.cart-item .cart-item__quantity,
.cart-items .cart-items__heading--wide,
.cart-items *.right {
  padding: 1rem;
}
span.active-facets__button-inner {
  color: #fff !important;
  background: #000 !important;
  border-radius: 0rem !important;
}
.tax-note.caption-large.rte {
  display: none;
}
.cart__blocks > * + * {
  margin-top: 2rem;
}

/*--
table {
  box-shadow: none !important;
}
--*/
.saso-cross-sell-popup tr {
  border-top: none !important;
}
.saso-cross-sell-popup .saso-add-to-cart,
.saso-cross-sell-popup button.saso-click-here {
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .ck-msg {
    display: flex;
    flex-wrap: wrap;
  }
  .newsletter__wrapper .contact__fields {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /*--
  .newsletter__wrapper.color-background-1 {
    display: none;
  }
  --*/
}
/* Store Locator */

.shopify-block.shopify-app-block {
  max-width: 1440px;
}
@media screen and (min-width: 750px) {
  #scasl-app-container {
    padding: 0rem 12rem;
    margin-bottom: 3rem;
  }
  .bh-sl-container.scasl-container {
    padding-bottom: 3rem;
  }
}
#scasl-tab-radius {
  margin-bottom: 50px;
}
/* Temp */
.saso-summary {
  display: none;
}

@media screen and (min-width: 990px) {
  .product-media-modal__content {
    padding: 2rem 25% !important;
  }
}

/* Predictive Search */
.predictive-search__heading,
.predictive-search__item--term .icon-arrow,
.predictive-search__item--term,
.predictive-search__item-heading,
.predictive-search__item-vendor + .predictive-search__item-heading,
.predictive-search .price {
  color: #333 !important;
}
.ppredictive-search {
  background-color: #fff !important;
  box-shadow: 0 0 0 1px #272c300d, 0 1px 5px 1px #272c3029;
}

.colour input[type="radio"]:checked + label {
  background-color: #fff !important;
  color: #000 !important;
}
#idNumber {
  padding: 6px;
  width: 54%;
}

/*----SAVE BADGE FOR PRODUCT CARDS---*/

.save-badge-card {
  position: relative;
  color: #fff;
  background: #ff0000;
  padding: 0.5rem 0.8rem;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .save-badge-card {
  position: relative;
  color: #fff;
  background: #ff0000;
  padding: 0.5rem 0.8rem;
  font-size: 0.8rem;
  line-height: 1;
  display: inline-block;
}

 .badge {
    font-size: 0.8rem !important;
}
  
}

.save-badge-container {
  position: absolute;
  left: 10px;
  top: 10px;
}

@media screen and (max-width: 750px) {
  .card__content .save-badge-container {
    left: 10px;
    top: 10px;
  }
}

/*---FEATURED PRODUCTS-----*/

.dm.collection__title.title-wrapper--no-top-margin > .title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.dm.collection__title.title-wrapper--no-top-margin > .title:before {
  margin-left: -38%;
  text-align: right;
}

.dm.collection__title.title-wrapper--no-top-margin > .title:before {
  position: absolute;
  top: 42%;
  overflow: hidden;
  width: 35%;
  height: 1px;
  content: "\a0";
  background-color: #cccccc;
}
.dm.collection__title.title-wrapper--no-top-margin > .title:after {
  position: absolute;
  top: 42%;
  overflow: hidden;
  width: 35%;
  height: 1px;
  content: "\a0";
  background-color: #cccccc;
  margin-left: 2%;
}
.featured-tabs button.tablinks. {
  padding: 5px 10px;
}
.featured-tabs button.tablinks.active {
  padding: 5px 10px;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #e4e725;
}

.collection .featured-tabs {
  justify-content: space-between;
  width: 20%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .collection .featured-tabs {
    width: 100%;
    justify-content: space-around;
  }
}

@media screen and (max-width: 500px) {
  .card__content .card-information .price--on-sale .price__sale {
    display: flex;
    flex-direction: column;
  }
}

/*--- CART DRAWER----*/

.drawer .cart-drawer .cart-items thead th:nth-child(2) {
  padding: 1rem;
}

/* Recipient form */
.recipient-form {
  /* (2.88[line-height] - 1.6rem) / 2 */
  --recipient-checkbox-margin-top: 0.64rem;

  display: block;
  position: relative;
  max-width: 44rem;
  margin-bottom: 2.5rem;
}

.recipient-form-field-label {
  margin: 0.6rem 0;
}

.recipient-form-field-label--space-between {
  display: flex;
  justify-content: space-between;
}

.recipient-checkbox {
  flex-grow: 1;
  font-size: 1.6rem;
  display: flex;
  word-break: break-word;
  align-items: flex-start;
  max-width: inherit;
  position: relative;
  cursor: pointer;
}

.no-js .recipient-checkbox {
  display: none;
}

.recipient-form > input[type="checkbox"] {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  margin: var(--recipient-checkbox-margin-top) 0;
  top: 0;
  left: 0;
  z-index: -1;
  appearance: none;
  -webkit-appearance: none;
}

.recipient-fields__field {
  margin: 0 0 2rem 0;
}

.recipient-fields .field__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 3.5rem);
  overflow: hidden;
}

.recipient-checkbox > svg {
  margin-top: var(--recipient-checkbox-margin-top);
  margin-right: 1.2rem;
  flex-shrink: 0;
}

.recipient-form .icon-checkmark {
  visibility: hidden;
  position: absolute;
  left: 0.28rem;
  z-index: 5;
  top: 0.4rem;
}

.recipient-form > input[type="checkbox"]:checked + label .icon-checkmark {
  visibility: visible;
}

.js .recipient-fields {
  display: none;
}

.recipient-fields hr {
  margin: 1.6rem auto;
}

.recipient-form > input[type="checkbox"]:checked ~ .recipient-fields {
  display: block;
  animation: animateMenuOpen var(--duration-default) ease;
}
.recipient-form
  > input[type="checkbox"]:not(:checked, :disabled)
  ~ .recipient-fields,
.recipient-email-label {
  display: none;
}

.js .recipient-email-label.required,
.no-js .recipient-email-label.optional {
  display: inline;
}

.recipient-form ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
}

.recipient-form ul a {
  display: inline;
}

.recipient-form .error-message::first-letter {
  text-transform: capitalize;
}

@media screen and (forced-colors: active) {
  .recipient-fields > hr {
    border-top: 0.1rem solid rgb(var(--color-background));
  }

  .recipient-checkbox > svg {
    background-color: inherit;
    border: 0.1rem solid rgb(var(--color-background));
  }

  .recipient-form > input[type="checkbox"]:checked + label .icon-checkmark {
    border: none;
  }
}

/*---- RETURNS LANDING PAGE----*/

.esc-returns-form button {
  text-transform: uppercase;
  background: #121212;
  padding: 1.2rem !important;
  color: #fff;
}

.returns-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 40px;
}
.returns-grid-item h4 {
  font-weight: 600;
  font-size: 16px;
}

.returns-grid-item ul {
  padding-left: 20px;
}

@media screen and (max-width: 750px) {
  .returns-grid {
    display: block;
  }
}

/*----PLUS MORE ICON----*/

@media screen and (max-width: 750px) {
  .thumbnail__badge {
    right: 12px !important;
  }
}

/*--- JUDGEME STAR ON MAIN PRODUCT---*/

.product__info-wrapper .jdgm-preview-badge .jdgm-star.jdgm-star {
  color:#DAA520 !important;
}

/*---Color revert for Dunns header icons---*/
/*--
.header__icon .icon-cart {
  color:#fff;
}
--*/
.header__icon .icon-account {
  color: #000;
}
.bag-text {
  padding: 8px 10px 0px 10px;
  margin-left: 8px;
  background: #000;
  color:#fff;
  font-size:12px;
}

@media screen and (max-width:990px) {

  #cart-icon-bubble {
    background:#fff;
    color:#000;
  } 
}



@media screen and (max-width:990px) {
  .bag-text {
    background:#fff;
    color:#000;
  }
}

/*--
.header__icon .icon-cart:hover{
  background:#000;
  color:#fff !important;
}
/*--
@media screen and (max-width:990px) {
  .header__icon .icon-cart-empty:hover {
  background:#fff;
  color:#000;
}

  --*/
/*--
.header__icon .icon-cart {
  background:#fff;
  color:#000;
}
}
--*/
.sale-background {
  background-color:red;
}

.menu-drawer-container .icon-hamburger {
  color:#000;
}

.menu-drawer-container .icon-close {
  color:#000;
}

 .header__icon .icon-cart-empty:hover {
   color:#fff;
   background-color:#000;
 }

.header__icon .icon-search {
  color:#000;
}

@media screen and (max-width:990px) {
  .hide-mobile {
  display:none !important;
  }
}

/*---MAIN PRODUCT PLUS MORE DEAL INFO---*/

.plusmore-product-banner-p {
  color:#fff;
  font-size:12px;
}

.plusmore-product-banner-p-yellow {
  color:#e4e725;
  font-size:12px;
}

.plusmore-product-banner{
  display:grid;
   grid-template-columns: repeat(4, 1fr);
  grid-column-gap:3rem;
  padding:1rem;
  background:#000;
  margin-bottom:2rem;
 align-items:center;
  justify-items: center;
}

.plusmorebtngroup {
  display: flex;
  flex-direction: column;
}

.plusmore-product-banner .button.plusmore_login {
  background:#fff;
  color:#000;
  margin-bottom:5px;
  max-width:160px;
}

@media screen and (max-width:750px) {
  .plusmore-product-banner {
    display:block;
    text-align:center;
  }
  .plusmorebtngroup {
    display:block;
  }
}

@media screen and (max-width:420px) {
  .header__heading-logo {
    max-width:130px !important;
    margin-left:30px;
  }
}

.predictive-search__item-content .price-item--regular {
  color: black !important;
}