.used-alternative-contents p {
  font-size: 14px !important;
}
.used-alternative i {
  color: #222222;
  font-size: 14px !important;
}

.used-alternative {
  font-size: 14px;
  border-radius: 10px !important;
  background: #f7f7f7;
  border-radius: 3px;
  color: #222222;
  width: fit-content;
  padding: 10px 5px 0px 5px;
  box-shadow: 3px 3px 10px #00000014;
}
.part-ex-div:hover,
.price-match-div:hover {
  box-shadow: none !important;
}
.price-match-div::before {
  content: "\f154  ";
  font-family: "FONT AWESOME 6 PRO";
  font-weight: 500;
  color: #222222;
}
.part-ex-div:before {
  content: "\e609  ";
  font-family: "FONT AWESOME 6 PRO";
  font-weight: 500;
  color: #222222;
}
div#PBFPopup .pbf-finance-widget .pbf-finance-widget-button {
  background: #7d3dff !important;
  min-width: 100% !important;
  margin-top: 20px !important;
  margin-bottom: -10px !important;
  border: none !important;
  border-radius: 12px !important;
}
div#countdowntime {
  margin-bottom: -10px !important;
}

div#ua p {
  font-size: 18px;
}

#nipopup {
  position: fixed;
  border-radius: 2px;
  border: 1px solid #000;
  bottom: 180px;
  background-color: #ffffffdb;
  right: 10px;
  display: block;
  z-index: 98;
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-delay: 5s;
  padding: 10px;
  width: 230px;
}

.prod-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.nipopupclose {
  -webkit-animation: slide-out-bottom 1.5s cubic-bezier(0.39, 0.575, 0.565, 1)
    both !important;
  animation: slide-out-bottom 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) both !important;
  animation-delay: 0s;
}

.saveboxprice {
  color: #f99201;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-weight: 300;
}

#nipopup > h3 {
  text-align: center;
  margin: 0px;
  font-size: 21px;
  line-height: 25px;
}

#nipopup > i {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}

#nipopup > p {
  font-size: 15px;
  font-weight: 300;
}

@media (min-width: 320px) and (max-width: 1199px) {
  .korg-px {
    margin-bottom: 0px;
  }
}

.usedlinkdiv a {
  text-decoration: none;
}

.usedlink-text {
  font-size: 12px;
  color: #333;
  width: 200px;
  font-weight: 400;
}

@media (min-width: 600px) and (max-width: 1199px) {
  .usedlinkdiv {
    margin: 12px 10px 10px 0;
    font-size: 14px;
    padding: 10px;
  }
}

@media (max-width: 599px) {
  .usedlinkdiv {
    margin: 5px 10px 12px 0px;
    padding: 10px;
  }
}

.usedlinkdiv {
  font-weight: 300;
  display: flex;
  align-items: center;
  color: #333;
  height: 53px;
  border: 1px solid #333333ad;
  box-shadow: 10px 8px 15px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  background: #fff;
  width: 230px;
  font-size: 12px;
  padding: 0px 0px 0px 8px;
  margin: 10px 10px 10px 0;
}

.usedlinkdiv a {
  background-image: none !important;
  font-size: 14px;
  font-weight: 600;
  color: #f99201;
  text-decoration: underline;
  text-decoration-color: #f99201;
}

.delday-day {
  text-decoration: underline;
  font-weight: 600;
  text-decoration-thickness: 2px;
}

.countdown__show {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.countdown:not(.countdown__show) {
  display: none;
}
.countdown__hide {
  display: none;
}
div#countdown-delday {
  text-align: center;
}
@media (min-width: 600px) {
  .countdown {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .countdown {
    font-size: 14px;
  }
}
#countdown-time {
  font-weight: 800;
}

.countdown i {
  color: #f99201;
}

div.product-addon-totals .wc-pao-subtotal-line {
  margin-bottom: 15px;
}

.single_add_to_cart_button.loading {
  transform: none !important;
  opacity: 1;
}
