/* ShopWP Quantity Controls - Pill style */
.elementor-kit-8 .wps-quantity-container .swp-l-row-no-wrap,
.wps-quantity-container .swp-l-row-no-wrap {
    border: 1.5px solid #999;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    background: #fff;
}

.elementor-kit-8 .wps-quantity-container button.swp-btn-quantity,
.elementor-kit-8 button.swp-btn-quantity,
.wps-quantity-container button.swp-btn-quantity {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: #888;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    padding: 8px 16px;
    line-height: 1;
    cursor: pointer;
    min-width: unset;
    transition: color 0.2s;
}

.elementor-kit-8 .wps-quantity-container button.swp-btn-quantity:hover,
.elementor-kit-8 button.swp-btn-quantity:hover,
.wps-quantity-container button.swp-btn-quantity:hover {
    background-color: transparent;
    color: #333;
}

.elementor-kit-8 .wps-quantity-container input.swp-quantity-input,
.elementor-kit-8 input.swp-quantity-input,
.wps-quantity-container input.swp-quantity-input,
input.swp-quantity-input.wps-quantity-input {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0;
    box-shadow: none !important;
    outline: none;
    text-align: center;
    width: 36px;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 0;
    margin: 0;
    background: transparent;
    color: #888;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
}

input.swp-quantity-input:focus,
.wps-quantity-container input.swp-quantity-input:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none;
}

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