﻿
#CartSummary {margin-bottom:50px; margin-top:-50px;}
.loginp { float:right;}
.loginp li { list-style:none; float:right; margin-left: 10px;}
.loginp input {
    color:#794313;
	font-size:.8em;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background:none;
  border:none;
 }
.group:after {
  content: "";
  display: table;
  clear: both;
}
#logoutForm {width:auto;}
#logoutForm button {margin-right:0; width:auto;}

/* Dropdown Button */
.dropbtn {
    background-color: /*#4CAF50*/#7A431C;
    color: white;
    padding: 5px;
    font-size: 1em;
    border: none;
    cursor: pointer; margin-top:-5px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute; right:0;
    background-color: darkseagreen; /*#f9f9f9;*/
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px 12px 5px;
    text-decoration: none;
    display: block;
    /*margin-top:-5px;*/
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color:#3e8e41;
    text-decoration: none;
}



