.booknetic-extra-quantity-selector input[type=number]::-webkit-inner-spin-button,
.booknetic-extra-quantity-selector input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.booknetic-extra-quantity-selector input[type=number] {
    -moz-appearance: textfield;
}

.booknetic-extra-qty-input {
    font-weight: 300;
}

@media (max-width: 576px) {
    .booknetic-product-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .booknetic-product-price-container {
        justify-content: space-between;
    }
}

.booknetic-extra-qty-plus, .booknetic-extra-qty-minus {
    width: 34px !important;
    height: 34px !important;
    background-color: #F7F8FB;
    border: 1px solid #E3EAF3;
    border-radius: 2px;
    text-align: center;
    color: #ADBFC7;
    line-height: 36px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.booknetic-extra-qty-plus {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.booknetic-extra-qty-minus {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.booknetic-extra-qty-input {
    width: 52px !important;
    height: 34px !important;
    border: 1px solid #E3EAF3 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    outline: none !important;
    text-align: center !important;
    font-size: 14px !important;
    color: #292D32 !important;
    background: #FFF !important;
    margin: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
}