﻿/*Cart Type*/

.currentCartTypeWrapper a{
    text-decoration:underline;
}
.currentCartTypeWrapper{
    width:100%;
    background-color:#b7ce30;
    color:white;
    padding: 5px 1em;
    position:fixed;
    z-index:100;
    bottom:0px;
    text-align:center;
}
.cart-type-list{
    color:gray; 
    border-radius:10px; 
    height:31px;
}