#oneTimeDeal .one-time-deal-holder {
    margin: 0 auto;
    position: relative;
    background: url("../images/new/warClicks/wc_splosno/base_one_time_deal.png?v=2");
    width: 474px;
    height: 475px;
    top: 14px;
    z-index: 1500;
}
#oneTimeDeal .one-time-deal-holder > .claim{
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    right: 18px;
    background: url("../images/new/warClicks/wc_splosno/button_without_glow.png");
    width: 192px;
    height: 39px;
}
#oneTimeDeal .one-time-deal-holder > .close {
    position: absolute;
    top: 70px;
    right: -7px;
    height: 44px;
    width: 44px;
    background: url("../images/close.png") 0 0;
}
#oneTimeDeal .one-time-deal-holder > .close:hover{
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
    filter: brightness(146%);
    transform:scale(1.17);
}
#oneTimeDeal .one-time-deal-holder > .hours-left{
    position: absolute;
    bottom: 29px;
    left: 261px;
    height: 17px;
    width: 28px;
    /*background: green;*/
    text-align: center;
    font: 12px/16px 'titilliumWebBold';
}
#oneTimeDeal .one-time-deal-holder > .minutes-left {
    position: absolute;
    bottom: 29px;
    left: 294px;
    height: 17px;
    width: 28px;
    /*background: yellow;*/
    text-align: center;
    font: 12px/16px 'titilliumWebBold';
}
#oneTimeDeal .one-time-deal-holder > .seconds-left {
    position: absolute;
    bottom: 29px;
    left: 327px;
    height: 17px;
    width: 28px;
    /*background: red;*/
    text-align: center;
    font: 12px/16px 'titilliumWebBold';
}
#oneTimeDeal > .one-time-deal-holder > .old-kit-price {
    top: 307px !important;
    color: white !important;
}
#oneTimeDeal > .one-time-deal-holder > .new-kit-price {
    top: 367px !important;
    left: 287px !important;
    color: white !important;
}
#oneTimeDeal .one-time-deal-holder > .old-kit-price > .crossed-overlay {
    width: 53px !important;
    height: 17px !important;
    background: url("../images/new/warClicks/wc_splosno/crossed-line.png") !important;
    top: 2px !important;
    left: 35px !important;
}
#oneTimeDeal > .one-time-deal-holder > .time-left {
    position: absolute;
    bottom: 39px;
    right: 68px;
    width: 84px;
    height: 18px;
}
#oneTimeDeal > .one-time-deal-holder > .time-left > div {
    display: inline-block;
}
#oneTimeDeal > .one-time-deal-holder > .time-left .hours-left {
    bottom: 29px;
    left: 294px;
    height: 17px;
    width: 25px;
    /*background: green;*/
    text-align: center;
    font: 12px/16px 'titilliumWebBold';
}
#oneTimeDeal > .one-time-deal-holder > .time-left .minutes-left {
    bottom: 29px;
    left: 294px;
    height: 17px;
    width: 25px;
    /*background: yellow;*/
    text-align: center;
    font: 12px/16px 'titilliumWebBold';
}
#oneTimeDeal > .one-time-deal-holder > .time-left .seconds-left {
    bottom: 29px;
    left: 294px;
    height: 17px;
    width: 25px;
    /*background: red;*/
    text-align: center;
    font: 12px/16px 'titilliumWebBold';
}
#oneTimeDeal > .one-time-deal-holder .one-time-deal-button {
    position: absolute;
    bottom: 31px;
    right: 193px;
    background: url("../images/new/warClicks/wc_splosno/button_without_shadow.png");
    width: 120px;
    height: 44px;
}
#oneTimeDeal > .one-time-deal-holder .one-time-deal-button:hover {
    filter: brightness(127%);
    transform:scale(1.09);
}
#oneTimeDeal > .one-time-deal-holder .button.buy-item-pack {
     left: 0;
     position: absolute;
     background: none;
     border: none;
     width: 100%;
     height: 100%;
     text-decoration: none;
}
#oneTimeDeal > .one-time-deal-holder .one-time-ribbon {
    width: 92px;
    height: 80px;
    position: absolute;
    left: 21px;
    top: 339px;
    background: url("../images/new/warClicks/wc_splosno/one_time_ribbon.png");
}