.btn-doublecart {
    background: #84c11a;
}
.btn-doublecart:hover {
    background: #58830e;
}
button.btn-doublecart span  {
    display: block;
    float: none;
    white-space: normal;
}
button.btn-doublecart > span > span {
    color: #ffffff;
    display: block;
    font-size: 40px;
    height: auto;
    line-height: 40px;
    padding: 10px 15px 4px;
    top: inherit;
    width: 400px;
}
#doublecart-overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}
#doublecart-overlay[id] {
    position: fixed;
}
.doublecart-box-hide {
    display: none;
}

#doublecart-message{
    position: fixed;
    border: 1px #999999 solid;
    text-align: center !important;
    padding: 20px;
    /*background-color: #ffffff;*/
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:20px;
    min-width: 300px;
    width: auto;
    height: auto;
    background: none repeat scroll 0 0 #DEDEDE;
    border-radius: 20px;
    left: 40%;
    top: 30%;
}
#doublecart-progress{
    border: 1px #999999 solid;
    position: fixed;
    text-align: center;
    padding: 20px;
     background: none repeat scroll 0 0 #DEDEDE;
    border-radius: 20px;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height: 50px;
    min-width: 300px;
    left: 40%;
    top: 30%;
}
#doublecart-progress img {
    max-width: 100%;
}