/* ============= ---- Transitions ---- ================ */
.coupon button.button, .woocommerce a.remove, .woocommerce a.button.alt {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* ============= ---- Main ---- ================ */

/* Remove */
.woocommerce a.remove {
    color: #c92323!important;
    line-height: 0.7;
}

.woocommerce a.remove:hover {
    background-color: #c92323!important;
}







/* Coupon */
.coupon {
    display: flex;
    align-items: center;
}

.woocommerce-page #content table.cart td.actions .input-text {
    width: 280px;
    outline: 0;
    border: 0;
    border-bottom: 2px solid #000;
    background-color: transparent;
    margin-right: 20px;
    padding: 10px 10px 10px 0;
	font-size: 22px;
	font-family: kepler-std, serif;
	font-weight: 500;
}

.woocommerce-page #content table.cart td.actions .input-text[type="text"]:focus {
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
}


/* Update Basket */
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    background-color: #bbbbbb;
}



/* ======================= -------- Media Queries -------- ========================== */
