#cart-basket {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
#cart-basket-head, #cart-category-select-head, #cart-search-head{
	font-size: 20px;
    font-weight: 600;
    color: #0a0a0a;
    line-height: 1.2;
    margin-bottom: 20px;
}
#cart-search input[type=submit] {
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 30%;
    height: 37px;
    line-height: 1;
    background-color: #051925;
    border-color: #051925;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #051925; 
    font-size: inherit;
}


}