/*
Theme Name: Savoy Child
Template: savoy
Version: 1.0
*/

/* ========================================
   LAI & LINA — MINI QUOTE QUANTITY
   Remove Savoy button background
======================================== */

.ll-mini-quote-quantity .ll-quote-qty-minus,
.ll-mini-quote-quantity .ll-quote-qty-plus {
    -webkit-appearance: none !important;
    appearance: none !important;

    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;

    padding: 0 4px !important;
    margin: 0 !important;

    color: #aaa !important;
    font-size: 12px !important;
    line-height: 1 !important;

    cursor: pointer;
}

.ll-mini-quote-quantity .ll-quote-qty-minus:hover,
.ll-mini-quote-quantity .ll-quote-qty-plus:hover,
.ll-mini-quote-quantity .ll-quote-qty-minus:focus,
.ll-mini-quote-quantity .ll-quote-qty-plus:focus,
.ll-mini-quote-quantity .ll-quote-qty-minus:active,
.ll-mini-quote-quantity .ll-quote-qty-plus:active {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    color: #fff !important;
}

/* Lai&Lina — Mini Quote quantity arrows */
.ll-mini-quote-quantity button,
.ll-mini-quote-quantity button:hover,
.ll-mini-quote-quantity button:focus,
.ll-mini-quote-quantity button:active {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Lai&Lina — Mini Quote arrows only */

.ll-mini-quote-quantity .ll-quote-qty-minus,
.ll-mini-quote-quantity .ll-quote-qty-plus,
.ll-mini-quote-quantity .ll-quote-qty-minus:hover,
.ll-mini-quote-quantity .ll-quote-qty-plus:hover,
.ll-mini-quote-quantity .ll-quote-qty-minus:focus,
.ll-mini-quote-quantity .ll-quote-qty-plus:focus,
.ll-mini-quote-quantity .ll-quote-qty-minus:active,
.ll-mini-quote-quantity .ll-quote-qty-plus:active {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.ll-mini-quote-quantity .ll-quote-qty-minus,
.ll-mini-quote-quantity .ll-quote-qty-plus {
    padding: 0 4px !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
}