/* Enter Your Custom CSS Here */
.woocommerce .woocommerce-message {
    border-top-color: #fff;
}

.woocommerce-page .woocommerce-message a {
    background-color: #979697;
    padding: 6px 14px;
    font-size: 12px;
    color: #FFF;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0px 0px 2em !important;
    position: relative;
    border-top: 3px solid #000;
    list-style: outside none none !important;
    width: auto;
    word-wrap: break-word;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
}

.woocommerce-page .woocommerce-info {
    background: #000 none repeat scroll 0% 0%;
    border-radius: 3px;
    color: #FFF;
    border: medium none;
}
.woocommerce-page .woocommerce .add_to_cart_button, .woocommerce .checkout-button, .woocommerce .single_add_to_cart_button, .woocommerce #place_order, .woocommerce div.product form.cart .button {
    background: #000 none repeat scroll 0 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #000;
}
*::-moz-selection {
    background: #3a3a3a none repeat scroll 0 0;
    color: #fff;
}

.woocommerce ul#shipping_method li {
    list-style: outside none none;
    text-indent: 0px;
}