@charset "utf-8";
/* CSS Document */
.btn-primary {
    color: #ff0;
    background-color: #0059cf;
    border-color: #007bff;
    font-weight: 500;
}
/* Font color for salepage */
.text-gold {
    color: #ffc107!important;
    text-shadow: 1px 0px #000;
    font-weight: 700;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color:#c98702;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
	
	}
