#cboxClose{
    position: absolute;
    background-color: #ee4024 !important;
    bottom: 0;
    cursor: pointer;
    top: 25px;
    display:block;
    right: 0;
    background: none;
    width: 61px;
    height: 35px;
    font-size:0;
    /* text-indent: -9999px; */
}    
#cboxClose::after{
    background:url(/themes/custom/tbc_custom/images/close-button.png) no-repeat 0 0 ;
    background-size:cover;
    width:11px;
    height:11px;
    color:white;
    content:"";
    position:absolute;
    text-align:right;
    font-size:20px;
    margin-top:-5.5px;
    top:50%;
    right:35px;
    font-weight:300px;
    
}
#cboxClose::before{
    content:"";
    display:block;
    height:85px;
    margin:-85px 0 0;
}

