.woocommerce-cart .woocommerce .product-rental, .woocommerce-checkout .woocommerce .product-rental{
    text-align: left;
}
.woocommerce-cart .woocommerce .product-rental span, .woocommerce-checkout .woocommerce .product-rental{
    white-space: nowrap;
}

.search-results  .advanced-search-form .search_reset_btn { margin-top: -18px !important; }
.page-new .advanced-search-form .search_reset_btn { margin-top: -8px !important; }
.advanced-search-form .fields_reset_btn { margin-top: -0px !important; }
.home  .advanced-search-form .search_reset_btn { margin-top: -0px !important; }

.tax-product_cat .advanced-search-form .search_reset_btn { margin-top: 0px !important; }

.deposit-amount input[type=text] {
    font-size: 22px;
    height: 100%;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    max-width: 90px;
    margin: 0 0 3px 0;
    width: auto !important;
    display: inline-block;
}
.deposit-amount .edit {
    cursor: pointer;
}
.deposit-amount .edit:before{
    content: '\f464';
    position: relative;
    font: normal 20px/1 'dashicons';
    top: 2px;
}

input[readonly],
input[readonly=readonly],
input[type=text][readonly],
input[type=text][readonly=readonly],
input[type=text]:read-only{
    background-color: rgba(0, 0, 0, 0.05);
}