/* === OVERIDE BOOTSTRAP === */
    .navbar-brand  {
        color: #FFFFFF;
    }
    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        /* background-color: #FFFFFF; */
    }    
    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 1px;
    }    
/* === END OVERIDE BOOTSTRAP === */

    #navCart {
        margin-top: 22px;
        margin-left: -10px;
    }
    
    
    /* === WISH AND CART DROPDOWN === */
    .wishMenu,
    .cartMenu {
        left: auto;
        right: 0;
    }    
    .wishMenu table,
    .cartMenu  table {    
        color: #333333;
        line-height: 1.42857;
        margin: 10px;
        white-space: nowrap;    
        min-width: 200px;     
    }
    .wishMenu th,
    .cartMenu  th { 
        text-transform: uppercase;
    }    
    .wishMenu td,
    .cartMenu  td { 
        padding: 4px;
        vertical-align: top;
    }
    .wishMenu tfoot td,
    .cartMenu tfoot td {    
        font-weight: 600;
    }

    .wishMenu  tbody tr:last-child,
    .cartMenu  tbody tr:last-child {
        /* background-color: #ffffff; */
    }    
    .wishMenu a,
    .cartMenu  a {
        color: #000000;
    }
    
    .wishMenu .remove-product ,
    .cartMenu .remove-product {
        line-height: 1.42857;
        padding: 1px 8px;
        color: #FFFFFF !important;
    }
    /* === END WISH AND CART DROPDOWN === */
    
    
    /* === WISH AND CART NAV BUTTONS === */
    /* --- end simple buttons --- */
    .btn-wish,
    .btn-wish:hover, 
    .btn-wish:focus   {
        color: #BB1757;
        box-shadow: 0 0 0 1px #DDDDDD inset;
    }
    .btn-cart,
    .btn-cart:hover, 
    .btn-cart:focus  {
        /* background: #ffffff; */
        color: #174B97;
        box-shadow: 0 0 0 1px #DDDDDD inset;
    }
    .btn-checkout {
        margin-top: 20px;
        margin-right: 10px;
        background: #ff3e9f;
        font-size: 18px;
        color: #000000;
        background: transparent !important;
        /* box-shadow: 0 0 0 1px #DDDDDD inset;     */
    }
    .btn-checkout:hover,
    .btn-checkout:focus {
        background: transparent !important;
        color: #ffffff;
        /* box-shadow: 0 0 0 1px #DDDDDD inset;     */
    }

    /* --- end simple buttons --- */
    /* === WISH AND CART NAV BUTTONS === */
    
    
    /* === PRODUCTS === */
    .caption h2 {
        height: 70px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .old-price {
        padding-top: 4px;
        text-decoration: line-through;
    }
    .price {
        font-size: 22px;
        color: #BB1757;
    }    

    .color1 {
        color: #BB1757;
    }
    .color2 {
        color: #174B97;
    }
    .color3 {
        color: green;
    }
    /* === END PRODUCTS === */

    
    /* === CHECKOUT === */
    #cartContainer {
        font-size: 16px;
    }
    #cartContainer thead {
        font-size: 18px;
    }
    #cartContainer tfoot {
        font-weight: 500;
    }
    #cartContainer  tbody tr {
        /* background-color: #ffffff; */
    }      
    #cartContainer .t-img {
        width: 140px;
    }   
    #cartContainer .t-qty {
        width: 180px;
    }
    /* === END CHECKOUT === */

    .btn-group
    {
        margin-top: -9px;
        margin-left: 15px;
        float: right !important;
    }

.thumbnail
{
    border: 0px !important;
    background: none !important;
    padding: 0px !important;
}

.text-danger
{
    color: red !important;
}

.btn-danger-update
{
    background: red !important;
}