.smartbanner {
    left:0;top:0;
    width:100%;
    height:78px;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    background:#fff;
    overflow:hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:none;
    display:none;
    z-index: 999;
}
.smartbanner-container {
    margin:0 auto;
}
.smartbanner-close {
    position:relative;
    left:7px;
    top:26px;
    display:block;
    font-family:'ArialRoundedMTBold',Arial;
    font-size:15px;
    text-align:center;
    text-decoration:none;
    border-radius:14px;
    -webkit-font-smoothing:subpixel-antialiased;
    border:0;
    width:17px;
    height:17px;
    line-height:17px;
    color:#b1b1b3;
    background:#efefef;
}
.smartbanner-close:active,.smartbanner-close:hover {
    color:#333;
}
.smartbanner-icon{
    position:relative;
    left:30px;
    top:-10px;
    display:block;
    width:57px;
    height:57px;
    background-color: #fff;
    background-size:cover;
    background-image: url("https://www.dominos.co.id/skin/frontend/rwd/dominos/images/dominos.PNG");
}
.smartbanner-info{
    position:relative;
    left:98px;
    top:-64px;
    width:50%;
    font-size:12px;
    line-height:1.2em;
    font-weight:bold;
    color:#999;
}
.smartbanner-title {
    font-size:12px;
    line-height:17px;
    color:#000;
    font-weight:bold;
}
.smartbanner-button{
    position:relative;
    /*right:20px;*/
    float:right;
    /*top:24px;*/
    top:-91px;
    border-bottom:3px solid #ffffff;
    padding:0 10px;
    min-width:12%;
    height:24px;
    font-size:14px;
    line-height:24px;
    text-align:center;
    font-weight:bold;
    color:#fff;
    background-color:#ffffff;
    text-decoration:none;
    border-radius:5px;
    cursor: pointer;
}

.smartbanner-button-text {
    text-align:center;
    display:block;
    padding:0 5px;
    color:#0477B6;
}
