.hidden {
    display: none;
}
.box-inner {
    background: #F97B00;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: 3px 10px;
}
.box-text {
    position: fixed;
    z-index: 999;
}

.box-inner {
    position: fixed;
}

#temp-popup {
    display: none;
}
.custombox-modal, .custombox-error {
    top: 20%;
}
div#closepromobox {
    text-align: right;
    position: absolute;
    right: -12px;
    top: -12px;
    cursor: pointer;
    font-size: 16px;
    width: 24px;
    height: 24px;
}
div#closepromobox span {
    background: url(../images/close_new.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.temp {
    overflow: hidden;
    overflow-y: auto;
}
div#custombox-modal-content {
    position: relative;
}
.modal {
    position: relative;
}
.promo-img {
    position: fixed;
    cursor: pointer;
    z-index: 9999;
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.3s ease-out;  /* IE10 */
    transition: all 0.3s ease-out;
}
.box-close-inner {
    position: fixed;
    /*bottom: 0px;*/
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.3s ease-out;  /* IE10 */
    transition: all 0.3s ease-out;
}

div#box-close {
    position: absolute;
    right: 0px;
    font-size: 15px;
    width: 16px;
    height: 16px;
}
.box-close-wrraper {
    position: relative;
}
div#box-close span {
    background: url(../images/close_new.png);
    width: 16px;
    height: 16px;
    display: block;
    background-size: contain;
}
.promobox-dollar {
    width: 24px;
    height: 24px;
    position: fixed;
    /* left: 100px; */
    background: url(../images/open-left.png);
    background-size: cover;
    cursor: pointer;
    bottom: -24px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    border: 1px solid #ccc;
    /*border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;*/
  /*  -webkit-transition: background-image 0.3s ease-in-out;
    -moz-transition: background-image 0.3s ease-in-out;
    -ms-transition: background-image 0.3s ease-in-out;
    -o-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;*/
}
.temp-inner {
}

.temp::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(207, 207, 207, 0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

.temp::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.temp::-webkit-scrollbar-thumb
{
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(207, 207, 207, 0.3);
    background-color: #C5C5C5;
}

.custombox-modal, .custombox-error {
    position: fixed !imporant;
}
