/* WooCommerce Cart */
.woocommerce-cart table.cart img {
	width: auto !important;
}

.woocommerce input[type="submit"][name="rhc_woo_show_tickets"] {
    color: #ffffff;
    background-color: #3498db;
    background-image: none;
    border: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.1;
    text-shadow: none;
    text-transform: capitalize;
    margin: 0;
    padding: 10px 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 4px;
}

.woocommerce input[type="submit"][name="rhc_woo_show_tickets"]:hover {
    background-color: #5dade2;
}

.rhc_wct-cart-ticket-time {
    font-size: 14px;
    color: #515151;
}