/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 06 2025 | 16:32:37 */
.custom-qty-wrapper {
    position: relative;
    width: 100px;
}
.custom_quantity {
    max-width: 100px;
    text-align: center;
    border-radius: 4px !important;
    padding-right: 27px;
    margin: 10px 0;
    position: relative;
    font-size: 16px;
    height: 38px;
    box-sizing: border-box;
    border: 1px solid #ccc !important;
}
.custom_quantity::-webkit-outer-spin-button,
.custom_quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom_quantity[type=number] {
  -moz-appearance: textfield;
}
.scale_txt {
    position: absolute;
    top: 19px;
    right: 7px;
    font-size: 12px;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    background: #e87d1f;
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
    background-color: #e87d1f;
    color: #fff;
    opacity: 0.8;
}


.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    background-color: #e87d1f;
    color: #fff;
    opacity: 0.8;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background: #e87d1f;
}