.modalDialog_transparentDivs {    filter: alpha(opacity=40); /* Transparency */    opacity: 0.4; /* Transparency */    background-color: #AAA;    z-index: 1;    position: absolute; /* Always needed	*/}.modalDialog_contentDiv {    border: 10px solid rgba(31,114,118, 0.7);    padding: 0;    z-index: 100; /* Always needed	*/    position: absolute; /* Always needed	*/    background: #fff;    z-index: 100000;    display: block;    /*width: 30% !important;*/    height: auto !important;}.modalDialog_contentDiv_shadow {    z-index: 90; /* Always needed	- to make it appear below the message */    position: absolute; /* Always needed	*/    filter: alpha(opacity=30); /* Transparency */    opacity: 0.3; /* Transparency */}#cart-add1 {    background: white;    width: 94%;    padding: 2% 2%;    float: left;}    #cart-add1 .cartintro {        color: #666;        float: left;        width: 100%;        border-bottom: 1px dotted #999;        padding-bottom: 8px;        padding-top: 5px;    }#infoCart {    width: 100%;    float: left;    padding: 8px 0;    color: #666;}    #infoCart span {        font-size: 16px;        color: #f34b26;        font-family: f2;        float: left;    }.total {    width: 100%;    float: left;}#infoCart .total span:nth-child(1) {    font-family: f2;    color: #666;}.total span {    font-family: f2;    margin-left: 5px;}.control {    width: 100%;    float: left;    margin-top: 30px;}.control1 {    float: left;}.control2 {    float: right;}.control1 a {    text-decoration: none;    background: #1f7276;    color: white;    font-family: f1;    border-radius: 0;    padding: 5px 8px;}.control2 a {    text-decoration: none;    background: #1f7276;    color: white;    font-family: f1;    border-radius: 0;    padding: 5px 8px;}@media (max-width:1000px) {    .modalDialog_transparentDivs .modalDialog_contentDiv_shadow {        width: 100% !important;        left: 0 !important;    }    .modalDialog_contentDiv {        width: 95% !important;        padding: 0 !important;        margin: 0 !important;    }}