/*  --------------------------------------------------------------------------------------------------------------
 	payment hint
 	--------------------------------------------------------------------------------------------------------------
*/

.depositopen #paymenthint{
    display:none !important;
}

#paymenthint {  
    padding: 8px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 0px;
    right: 0px;
    padding-left: 34px;
    padding-right: 34px;
    background-color: #2E3080;
    display: none;
    -webkit-box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.75);
    z-index:  1000;
}
#paymenthint p {
    color: white;
    padding: 5px;
    flex: 1;
    font-size: 1.5rem;
    margin: 0px;
}
#paymenthint p span{
    color: white;
}
#paymenthint a.paykaution {
    background-color: #75b42b;
    border-radius: 2px;
    font-size: 18px;
    font-size: 1.8rem;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    text-rendering: optimizeLegibility;

    color: white;

    border: 1px solid #75b42b;

    border-top-color: rgb(117, 180, 43);
    border-right-color: rgb(117, 180, 43);
    border-bottom-color: rgb(117, 180, 43);
    border-left-color: rgb(117, 180, 43);

    box-shadow: none;

    font-weight: bold;

    cursor: pointer;

    text-align: center;
}
#paymenthint .close-x {
    display: block;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 3;
    border-radius: 2px;
    opacity:1;
}
#paymenthint .close-x span{
    display: block;
    width: 25px;
    height: 25px;
    background-position: -410px -211px;
    margin-right: 25px;
}
