@charset "utf-8";

/* CSS Document */



.btn-success {

    color: #fff;

    background-color: #e104e3;

    border-color:#fff;

         font-size: 15px;

	 font-weight:700;

} 



.btn-success:hover {

    color: #dbdbdb;

    background-color: #d55206;

    border-color:#fff;

     font-weight: 700;

     font-size: 15px;

} 






/* Font color for salepage */

.text-black {

    color:#000!important;

}



.text-white {

    color: #white!important;

}

.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: #ffcfed;
    background-clip: padding-box;
    border: 1px solid #ffeb3b;
    border-radius: .25rem;
}