/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 12 2024 | 01:31:04 */
/* Hide default spinner buttons on webkit browsers */
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity .minus, .quantity .plus {
    width: 0px;
    height: 0;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    user-select: none;
    border: none;
}

.quantity input {
    background: transparent;
    color: #fff;
    width: 40% !important;
    height: 51px !important;
    text-align: left !important;
}
button.minus {
    position: absolute;
    left: 52px;
    top: 96px;
    border: 1px solid #666666 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px !important;
	border-bottom:0px!important;
}

button.plus {
    position: absolute;
    top: 71px;
    left: 42px;
    border: 1px solid #666666 !important;
	border-bottom:0px!important;
    border-top:0px!important;
    height:25px!Important;
    display: flex;
    align-items: center;
    justify-content: center;
}