/**
 * @package AWS Price Calculator
 * @author Enrico Venezia
 * @copyright (C) Altos Web Solutions Italia
 * @license GNU/GPL v2 http://www.gnu.org/licenses/gpl-2.0.html
**/

.woo-price-calculator-tooltip img:hover { 
    cursor: help; 
}

.awspc-output-product {
    margin-bottom: 30px;
    text-align: left;
    display: none;
}

.wpc-product-form {
    display: none;
}

.wpc-edit-icon {
    background-image: url(edit.png);
    background-size: 16px;
    background-repeat: no-repeat;
    width: auto !important;
    background-color: #cecece;
    padding: 5px 5px 5px 25px;
    background-position: 5px 5px;
    cursor: pointer;
}

.wpc-edit-icon:hover > .cart-text {
    text-decoration: underline;
}

.wpc-cart-item-buttons {
    padding-top: 15px;
}

.wpc-modal-fields {
    width: 100%;
}

.wpc-modal-fields table {
    width: 90%;
}

.awspc-field-error {
    color: red;
	margin-left: 15px;
}

.wpc-cart-edit {
    /* padding: 0 1em !important; */
}

.wpc-modal-title {
    padding-bottom: 15px;
}