
body div.festi-cart-products div.festi-cart-products-content
{
    border: 1px solid;
    padding: 10px;
    border-color: #777777;
    border-radius:
        4px
        4px
        4px
        4px
    ;
    background-color: rgba(
        250,
        250,
        250,
        1    );
    }
body div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item > td.festi-cart-product-title a.festi-cart-title,
body div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item > td.festi-cart-product-title span.festi-cart-title
{
    color: #444444;
    font-size: 16px;
}
body div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item > td.festi-cart-product-title a.festi-cart-title:hover
{
    color: #b0392e;
}
body div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item > td.festi-cart-product-title span.festi-cart-product-count,
body div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item > td.festi-cart-product-title span.festi-cart-product-price,
body div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item > td.festi-cart-product-title span.festi-cart-product-price span.amount
{
    color: #1f1e1e;
    font-size: 16px;
}
body div.festi-cart-products-content > div.festi-cart-total
{
        border: 0px solid;
    border-color: #fafafa;
    border-radius: 7px;
    background-color: #fafafa;
    color: #000000;
    font-size: 16px;
    text-align: right;
}


body div.festi-cart-products-content > p.festi-cart-buttons a.festi-cart-view-cart
{
        
     border: 1px solid;
     border-color: #8f8f8f;
     border-radius: 4px;
     background-color: #e3e3e3;
     color: #444444;
     font-size: 16px;
     padding-top: 5px;
     padding-bottom: 5px;
}
body div.festi-cart-products-content > p.festi-cart-buttons a.festi-cart-view-cart:hover
{
     background-color: #cccccc;
     border-color: #8f8f8f;
     color: #444444;
}

body div.festi-cart-products-content > p.festi-cart-buttons a.festi-cart-checkout
{
         
     border: 1px solid;
     border-color: #8f8f8f;
     border-radius: 4px;
     background-color: #e3e3e3;
     color: #444444;
     font-size: 16px;
     padding-top: 5px;
     padding-bottom: 5px;
}

body div.festi-cart-products-content > p.festi-cart-buttons a.festi-cart-checkout:hover
{
     background-color: #cccccc;
     border-color: #8f8f8f;
     color: #444444;
}

body div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item > td.festi-cart-product-delete
{
    vertical-align: middle;  
}

body div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item > td.festi-cart-product-delete a.festi-cart-remove-product
{   
    font-size: 30px;
    line-height: 30px;
    color: #444444;
    float: left;
}
body div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item > td.festi-cart-product-delete a.festi-cart-remove-product:hover
{   
    color: #b0392e;
}
body div.festi-cart-products-content  table.festi-cart-list tr,
body div.festi-cart-products-content  table.festi-cart-list tr td
{
    border-bottom: 1px solid;
    border-bottom-color: #aaaaaa;
}
div.festi-cart-products-content  table.festi-cart-list tr.festi-cart-empty
{
    color: #111111;
    padding: 0;
}
body div.festi-cart-products-content  table.festi-cart-list tr.festi-cart-empty td.festi-cart-empty
{
    padding-top: 5px;
    padding-bottom: 5px;
}
body div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item > td.festi-cart-product-img a.festi-cart-img img,
body div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item > td.festi-cart-product-img span.festi-cart-img img
{
           
        max-width: 75px;
      
        
        max-height: 75px;
    }


body div.festi-cart-products-content  table.festi-cart-list  tr.festi-cart-item > td.festi-cart-product-title span.festi-cart-product-variation-attribut
{
    font-size: 15px;
    display: block;
}


