@import url('https://fonts.googleapis.com/css?family=Heebo:400,500&display=swap');

@media screen and (max-width: 768px){
    .rbt-toolbar {
        display: none;
    }
}

div.rbt-toolbar {
    font-family: 'Heebo', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
}

div.rbt-toolbar svg{
    position: initial;
}

div.rbt-toolbar *{
    font-family: 'Heebo', sans-serif !important;
}

div.rbt-toolbar a{
    display: block;
    font-size: 0;
    line-height: 0;
}

div.rbt-toolbar a img{
    display: inline-block;
}

section.rbt-sidearea {
    /* width: 282px; */
    height: 100%;
    min-height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 6669991;
    -webkit-transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
}

.rbt-sidearea.rbt-active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    box-shadow: 0 0 9.8px 0.2px rgba(0, 0, 0, 0.14);

}

.rbt-theme-dropdown,
.rbt-purchase {
    line-height: 42px;
    font-family: 'Heebo', sans-serif;
    display: block;
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .25s cubic-bezier(0.23, 1, 0.32, 1) .45s;
    transition: all .25s cubic-bezier(0.23, 1, 0.32, 1) .45s;
}

.rbt-loaded .rbt-theme-dropdown,
.rbt-loaded .rbt-purchase{
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rbt-purchase {
    background-color: #fff;
    box-shadow: 0 0 9.8px 0.2px rgba(0, 0, 0, 0.1);
}

.rbt-theme-dropdown {
    background-color: #ef2853;
}

.rbt-theme-dropdown .rbt-icon svg {
    transition: opacity .1s ease;
}


.rbt-theme-dropdown .rbt-icon svg:nth-child(2){
    opacity:0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rbt-active .rbt-theme-dropdown .rbt-icon svg:nth-child(1) {
    opacity: 0;
    transition-delay: .2s;
}

.rbt-active .rbt-theme-dropdown .rbt-icon svg:nth-child(2) {
    opacity: 1;
    transition-delay: .3s;
}

.rbt-theme-dropdown .rbt-btn,
.rbt-purchase a {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 0 !important;
    font-weight: 500;
}
span.rbt-purchase-text,
span.rbt-text-name {
    line-height: 1 !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

.rbt-active .rbt-purchase-text,
.rbt-active .rbt-text-name {
    opacity: 0;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
}

span.rbt-purchase-text {
    color: #000;
    font-size: 10px !important;
    letter-spacing: .11em !important;
}

span.rbt-text-name {
    color: #fff;
    font-size: 10px !important;
    letter-spacing: .11em !important;
}

.rbt-list-holder {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 270%;
    z-index: 6669993;
    background-color: #fff;
    padding-top: 20px;
}

.rbt-list {
    height: calc(100% + 40px + 11px);
    font-weight: 400;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
}
