﻿#easily_remove_change_checkout_quantity_main_container{
    display: block;
}

.woocommerce-checkout-review-order{
	position: relative;
}

.easily_remove_change_checkout_quantity_quantity_input {
    width: 30px !important;
    height: 20px !important;
    display: inline !important;    
    padding: 0px !important;
    text-align: center;
    font-size: 13px;
}

.easily_remove_change_checkout_quantity_plus_button, .easily_remove_change_checkout_quantity_minus_button{
    cursor: pointer;
}

#easily_remove_change_checkout_quantity_overlay_container{
	display: none;
    width: 100%;
    height: 100%;
    background: #e5e5e5;
    position: absolute;
    top: 0px;
    opacity: 0.27;	
}

.easily_remove_change_checkout_quantity_cross_button{
    cursor: pointer;
    display: inline;
}