.uc-st210-qty .t760__btn-wrapper,
.uc-st210-qty .t1002__btns-wrapper {
  display: flex !important;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.uc-st210-qty .t760__btn-wrapper .t-btn,
.uc-st210-qty .t1002__btns-wrapper .t-btn {
  flex: 0 0 auto;
  margin: 0 !important;
}

.uc-st210-qty .t760__btn-wrapper .t1002__addBtn,
.uc-st210-qty .t1002__btns-wrapper .t1002__addBtn {
  flex: 0 0 auto;
  margin-left: 0;
}

.uc-qty-wrap {
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  user-select: none;
  box-sizing: border-box;
}

.uc-qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  cursor: pointer;
  flex-shrink: 0;
  color: #000;
  transition: opacity 0.15s;
  box-sizing: border-box;
}

.uc-qty-btn:hover {
  opacity: 0.5;
}

.uc-qty-btn.uc-qty-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.uc-qty-btn svg {
  display: block;
  pointer-events: none;
}

.uc-qty-input {
  width: 40px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-family: var(--t-text-font, Arial);
  outline: none;
  padding: 0;
  background: transparent;
  -moz-appearance: textfield;
  box-sizing: border-box;
}

.uc-qty-input::-webkit-inner-spin-button,
.uc-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media screen and (max-width: 561px) {
  .uc-st210-qty .t760__btn-wrapper,
  .uc-st210-qty .t1002__btns-wrapper {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 20px !important;
    padding-bottom: max(20px, env(safe-area-inset-bottom)) !important;
    box-shadow: 0 -8px 12px 0 rgba(0,0,0,.07);
    box-sizing: border-box !important;
    background: #fff !important;
    z-index: 500;
    transform: none !important;
  }

  .uc-st210-qty .t760__btn-wrapper .t-btn,
  .uc-st210-qty .t1002__btns-wrapper .t-btn {
    flex: 1 1 auto !important;
  }

  .uc-st210-qty .t760 {
    padding-bottom: 90px !important;
  }
}



.nolimWishlistButtonBlocked {
  opacity: 0.4;
  pointer-events: none;
}

.nolimWishlistButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  background-color: #000000;
  width: auto;
  border-radius: 5px;
  color: #ffffff !important;
  cursor: pointer;
  padding: 5px 15px !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  border: none;
  outline: none;
  box-sizing: border-box;
  transition-duration: 0.2s;
  transition-property: color;
  transition-timing-function: ease-in-out;
  transform: none !important;
  user-select: none;
}

@media (hover: hover) {
  .nolimWishlistButton:not(.nolimWishlistButtonBlocked):hover {
    color: #e2982d !important;
  }
}

.nolimWishlistButton:active {
  transform: none !important;
  outline: none;
}

.nolimWishlistButtonNoInStock {
  margin-right: 5px;
  background-color: #ffffff !important;
  padding-right: 15px;
  width: auto;
  border-radius: 5px;
  color: #ffffff !important;
  cursor: pointer;
  padding: 5px 15px 5px 15px !important;
}

.t1002__product-title {
  margin-right: 20px;
}

.t1002__product-amount--portion,
.t1002__product-amount {
  width: max-content;
}

@media screen and (max-width: 640px) {
  .t1002__product-amount--portion,
  .t1002__product-amount {
    margin-left: initial;
    padding: inherit;
  }
}

.wishlistAnimNolim {
  -webkit-animation: t706nolim__pulse-anim2 0.6s;
  animation: t706nolim__pulse-anim2 0.6s;
}

@-webkit-keyframes t706nolim__pulse-anim2 {
  0%   { -webkit-transform: scale(1); }
  60%  { -webkit-transform: scale(1.1); }
  100% { -webkit-transform: scale(1); }
}

@keyframes t706nolim__pulse-anim2 {
  0%   { -webkit-transform: scale(1); transform: scale(1); }
  60%  { -webkit-transform: scale(1.1); transform: scale(1.1); }
  100% { -webkit-transform: scale(1); transform: scale(1); }
}

.t706__cartwin-prodamount-wrap {
    display: none !important;
}