.banner-top {
    background: #6D47D9;
    float: left;
    width: 100%;
}

.banner-top .alert {
    margin: 0;
    background: none;
    border: none;
    color: #ffffff;
    padding: 10px 0;
    width: 100%;
    position: relative;
}

.banner-top a.close {
    color: white;
    opacity: 0.8;
    right: 0;
    position: absolute;
    top: 5px;
    z-index: 9999;
}

.banner-top .text {
    text-align: justify;
    font-size: 13px;
    line-height: 18px;
}

.banner-top .offer-button {
    display: block;
    padding: 5px 10px;
    color: #ffffff;
    margin-top: 2px;
    width: 155px;
    text-transform: uppercase;
    font-size: 11px;
    border: 1px solid #ffffff;
}

.banner-top .offer-button:hover {
    border-color: #1daeec;
    background-color: #1daeec;
}

.choose-template-btn {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 1000;
    background-color: #6D47D9;
    border: none;
    outline: none;
    color: #ffffff;
    padding: 7px 5px;
    width: 149px;
}

#choose-template-sidebar {
    height: auto; /* 100% Full-height */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Stay on top */
    top: 135.6px;
    right: -170px;
    overflow-x: hidden; /* Disable horizontal scroll */
    border: 0;
    width: 215px;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

#choose-template-sidebar.active {
    right: 0;
}

#choose-template-sidebar .demo-choose-template-header{
    color: #fff;
    font-weight: bold;
    background-color: #6D47D9;
    float: left;
}

#choose-template-sidebar .demo-choose-template-header i{
    font-size: 26px;
    padding: 10px;
    width: 50px;
    float: left;
}

#choose-template-sidebar .demo-choose-template-header span{
    width: 165px;
    float: left;
    line-height: 45px;
    text-align: center;
}

#choose-template-sidebar .demo-choose-template-content{
    float: right;
    background-color: #6D47D9;
    width: 170px;
}

#choose-template-sidebar .demo-choose-template-content label{
    width: 100%;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: center;
}

#choose-template-sidebar a {
    padding: 5px 10px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    border: 0;
}

#choose-template-sidebar a.selected {
    color: #55c4ff;
}

#choose-template-sidebar a:hover {
    color: #55c4ff;
}

.choose-template-sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media (max-width: 768px) {

    .banner-top .text {
        font-size: 12px;
        line-height: 14px;
    }

    .banner-top .offer-button {
        margin-top: 5px;
        font-size: 10px;
        width: 135px;
    }
}

@media (max-width: 992px) {

    .choose-template-btn {
        top: 185px;
    }

    #choose-template-sidebar {
        top: 100px;
    }

}

