.ets-ws-product-price-and-shipping .discounted_price span {
    color: #333;
    font-weight: 600;
}
.ets-ws-product-price-and-shipping .discounted_price,
.ets-ws-product-price-and-shipping .regular_price {
    text-align: center;
    font-size: 14px;
    color: #999;
}
.ets-ws-product-price-and-shipping .regular_price span {
    text-decoration: line-through;
    color: #666;
}
.ets-ws-product-price-and-shipping {
    margin-bottom: 5px;
}
.product-description .ets-ws-product-price-and-shipping {
    text-align: center;
}
.ets_ws_product_list {
    margin-top: 3px;
}
.alert.alert-info.ets-ws-product-alert {
    font-weight: normal!important;
}
.product-prices .ets-ws-product-price-and-shipping .discounted_price, 
.product-prices .ets-ws-product-price-and-shipping .regular_price {
    text-align: left;
}
#footer_account_list .ets_ws_accountlink {
    width: 100%;
    padding: 0;
        max-width: 100%;
}
#footer_account_list li, #footer_account_list .ets_ws_accountlink {
    width: 100%;
    padding: 0;
}
footer.page-footer {
    clear: both;
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    height: auto;
    min-height: 70px;
    padding-bottom: 4px;
}
div#blockcart-modal.ets_ws_blockcart_modal {
    background-color: rgba(0,0,0,0.5);
}