<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#all-phone {
    position: absolute;
    z-index: 99;
    width: 313px;/* --------- 300px;-------- */
    margin: -4px 0 0 -4px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px #999;
    padding: 8px;
    top:0px;
    right:0px;
}

#lang-container {
    position: absolute;
    z-index: 99;
    /*width: 130px;
    height: 164px;*/
    width: 135px;
    height: 184px;
    margin-top: -30px;
}
#setLang {
    margin: 30px 5px 5px 3px;
    width: 123px;/* ---------131 5px; CH width: 120px;
    height: 128px;-------- */
    height: 148px;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px #999;
}

.discount-label {
    width: 46px;
    height: 50px;
    position: absolute;
    right: 70px;
    background: url(Images/discount.png) no-repeat;
    color: #fff;
    text-align: center;
    line-height: 40px;
    top: -6px;
}
/*span.discount-flag {
    display: block;
    height: 26px;
    width: 70px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    background-color: rgba(255, 53, 115, .8);
}*/

.text-discout {
    display: inline-block;
    margin-right: 1px;
    font-size: 18px;
    color: #fff;
    background-color: #ff8900;
    border-radius: 4px;
    padding: 3px 2px;
    line-height: 1;
}

.save-price{
    color:#66a550 !important;
    font-weight:500;
    font-size: 14px;
}

/****************** calendar tip *************************
#cal_tip{
    width: 195px;
    height: 128px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px #999;
    position:absolute;
    left:100px;
    top:300px;
    z-index:999;
} */</pre></body></html>