.woocommerce-breadcrumb {
	padding-left: 0 !important;
	gap: 1rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 2.5rem !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-top: 0;
	margin-bottom: 1.5rem !important;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	position: initial;
    margin-right: 1rem;
}

/* Quantity wrapper with buttons */
.quantity {
    position: relative;
}

.single-product .quantity .quantity-wrapper.style-rounded {
    display: inline-flex;
    align-items: center;
    border: 2px solid #626060;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
    padding: 10px 5px;
    height: 54px;
    width: 115px;
}

/* Quantity Input */
.single-product .quantity .quantity-wrapper.style-rounded .qty,
.single-product .quantity .quantity-wrapper.style-rounded .qty-input {
    width: 60px !important;
    height: 30px;
    border: none;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding: 0 10px;
    margin: 0;
    -moz-appearance: textfield;
    appearance: textfield;
}

/* Remove input number spinner arrows */
.single-product .quantity .quantity-wrapper.style-rounded .qty::-webkit-outer-spin-button,
.single-product .quantity .quantity-wrapper.style-rounded .qty::-webkit-inner-spin-button,
.single-product .quantity .quantity-wrapper.style-rounded .qty-input::-webkit-outer-spin-button,
.single-product .quantity .quantity-wrapper.style-rounded .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single-product .quantity .quantity-wrapper.style-rounded .qty:focus,
.single-product .quantity .quantity-wrapper.style-rounded .qty-input:focus {
    outline: none;
}

/* Plus/Minus Buttons - Rounded */
.single-product .quantity .quantity-wrapper.style-rounded .qty-btn,
.single-product .quantity .quantity-wrapper.style-rounded .plus,
.single-product .quantity .quantity-wrapper.style-rounded .minus {
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex-shrink: 0;
    outline: none !important;
    opacity: 1 !important;
}

.single-product .quantity .quantity-wrapper.style-rounded .qty-btn:hover,
.single-product .quantity .quantity-wrapper.style-rounded .plus:hover,
.single-product .quantity .quantity-wrapper.style-rounded .minus:hover {
    color: #000000;
}

/* Disabled state */
.single-product .quantity .quantity-wrapper.style-rounded .qty-btn:disabled,
.single-product .quantity .quantity-wrapper.style-rounded .plus:disabled,
.single-product .quantity .quantity-wrapper.style-rounded .minus:disabled,
.single-product .quantity .quantity-wrapper.style-rounded .qty-btn.disabled,
.single-product .quantity .quantity-wrapper.style-rounded .plus.disabled,
.single-product .quantity .quantity-wrapper.style-rounded .minus.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    color: #626060;
}

/* For cart page */
.woocommerce-cart .quantity .quantity-wrapper.style-rounded {
    margin: 0;
}

/* For product page */
.single-product .quantity .quantity-wrapper.style-rounded {
    margin-right: 10px;
}

/* Responsive */
@media (max-width: 480px) {
    .single-product .quantity .quantity-wrapper.style-rounded .qty,
    .single-product .quantity .quantity-wrapper.style-rounded .qty-input {
        width: 50px;
        font-size: 14px;
    }

    .single-product .quantity .quantity-wrapper.style-rounded .qty-btn,
    .single-product .quantity .quantity-wrapper.style-rounded .plus,
    .single-product .quantity .quantity-wrapper.style-rounded .minus {
        width: 32px;
        height: 40px;
        font-size: 20px;
    }
}

.woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select,
 .woocommerce form .form-row.woocommerce-invalid input[type="text"],  .woocommerce form .form-row.woocommerce-invalid input[type="tel"] {
    border-color: var(--wc-red);
}

.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select,
 .woocommerce form .form-row.woocommerce-validated input[type="text"],  .woocommerce form .form-row.woocommerce-validated input[type="tel"] {
    border-color: #0f834d !important;
}

/* removed background for password strength */
.woocommerce-password-strength.short, .woocommerce-password-strength.bad, .woocommerce-password-strength.strong, .woocommerce-password-strength.good  {
    background-color: transparent !important;
    border-color: transparent !important;
}

.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {
    background-image: url(https://evelatus.lionssolution.com/wp-content/uploads/2025/11/closed_eye.svg);
}

.woocommerce form .show-password-input.display-password::before, .woocommerce-page form .show-password-input.display-password::before {
    background-image: url(https://evelatus.lionssolution.com/wp-content/uploads/2025/11/eye.svg); 
}

#yith-par-message-cart {
    background-color: black;
    border-left: 0.6180469716em solid rgb(46, 46, 46);
}
#yith-par-message-cart img {
    display: none;
}