/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.alert {
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.view-cart-link {
    color: #337ab7;
    font-weight: bold;
    margin-left: 10px;
}

.view-cart-link:hover {
    color: #23527c;
    text-decoration: underline;
}
.single-product  #product-message {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}