.right-sidebar-wrapper{
    position: absolute;
    z-index: 100;
    margin-top: 77px;
    right: 1px;
}
.right-sidebar{
	background: #fff;
    border-color: rgba(0,0,0,.2);
    color: #000;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.6);
    width: 308px;
    height: 198px;
    right: 27px;
    position: absolute;
    z-index: 10;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
}
.right-sidebar-wrapper .rise{
    border: 1px solid rgba(0,0,0,.2);
    height: 15px;
    position: absolute;
    right: 41px;
    border-width: 0 10px 10px 10px;
    margin-top: -8px;
    z-index: 200;
    height: 0;
    border-color: transparent transparent #fff transparent;
}
.right-sidebar-wrapper .header{
	/*border: 1px solid black;*/
	/*font-family: Roboto, Arial, sans-serif;*/
    width: 100%;
    height: 124px;
    display: flex;
}
.right-sidebar-wrapper .avatar-wrapper{
	/*border: 1px solid black;*/
    width: 138px;
}
.right-sidebar-wrapper .avatar-wrapper .avatar{
	/*border: 1px solid black;*/
    width: 96px;
    border-radius: 50px;
    height: 96px;
    margin: 0 auto;
    margin-top: 21px;
    /*background-repeat: no-repeat;*/
    background-size: 100% 100%;
}
.right-sidebar-wrapper .username{
	position: absolute;
    margin-top: 22px;
}
.right-sidebar-wrapper .userinfo-wrapper{
	width: 166px;
    /*border: 1px solid black;*/
    position: relative;
}
.right-sidebar-wrapper .button{
    position: absolute;
    border: 1px solid #3079ed;
    color: #fff;
    width: 100px;
    /* padding: 14px; */
    margin-bottom: 8px;
    text-align: center;
    bottom: 0;
    height: 30px;
    border-radius: 2px;
    background: #4285F4;
    cursor: default;
}
.right-sidebar-wrapper .header .button:hover{
	background-color: #1b72fe;
}
.right-sidebar-wrapper .button p{
	font-size: 14px;
    margin: 0 auto;
    margin-top: 9px;
}
.l{
	left: 21px;
}
.r{
	right: 21px;
}
.footer .button{
	border: 1px solid #b3b3b3;
    background: #f2f2f2;
    color: #666666;
    margin-bottom: 14px;
    font-family: Roboto, Arial, sans-serif;
}
.footer .button p{
	margin-top: 7px;
}
.right-sidebar-wrapper .footer{
	border-top: 1px solid #b3b3b3;
    width: 100%;
    height: 60px;
    bottom: 0;
    background-color: #e6e6e6;
    position: absolute;
    border-radius: 2px;
}
/*.right-sidebar-wrapper .buttons{

}*/
.hamburger-wrapper{
    width: 45px;
    height: 45px;
    z-index: 100;
    position: absolute;
    background: white;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    cursor: pointer;
}

.hamburger-wrapper>div:first-child {
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 19px 14px 3px;
    height: 3px;
}

.hamburger-wrapper>div:last-child {
    border-top: 1px solid;
    margin: 0 14px;
}

.hamburger-wrapper:hover {
    opacity: 1;
}

.left-sidebar-caller{
    width: 23px;
    left: 0;
    cursor: pointer;
    text-align: center;
    position: absolute;
    padding-top: 5px;
    height: 12px;
    background-image: url(/static/img/hamburger.png);
    opacity: .62;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-left: 5px;
}

.left-sidebar-wrapper {
    position: absolute;
    z-index: 13;
    background: white;
    font-family: Roboto, Arial, sans-serif;
    box-shadow: 0 -1px 24px rgba(0,0,0,0.4);
    width: 270px;
    margin-left: -270px;
    height: 100%;
    color: #333c44;
}
.ls-header {
    width: 100%;
    border-bottom: 1px solid #ececec;
    display: flex;
    position: relative;
}
.ls-header .title {
    margin: 18px;
    font-size: 20px;
}
.latch {
    width: 9px;
    height: 9px;
    position: absolute;
    right: 23px;
    top: 24px;
    border-left: 1px solid #b2b6b9;
    border-top: 1px solid #b2b6b9;
    cursor: pointer;
    background-repeat: no-repeat;
    transform: rotate(-45deg);
}
.latch:hover{
	opacity: 1;
}
.shelf {
    display: flex;
    font-size: 13px;
    border-bottom: 1px solid #ececec;
    padding: 1.5em;
    position: relative;
}

@media (max-height: 700px) {
    .shelf {
        padding: 1.2em;
    }
}

.shelf.avatar .logout {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 18px;
    background-image: url(/static/img/login.svg);
    background-size: contain;
    opacity: .5;
    top: 25px;
}

.shelf.direct-link {
    border-bottom: none;
    flex-direction: column;
    cursor: default;
}

.shelf.copyright {
    border-bottom: none;
    flex-direction: column;
    cursor: default;
}

.shelf.copyright a, .shelf.copyright span {
    text-decoration: none;
    color: #333c44;
}

.shelf.direct-link button {
    background: white;
    border: 1px solid #b2b6b9;
    border-radius: 2px;
    padding: 5px 12px;
}

.shelf.avatar {
    height: 42px;
    padding: 1.5em;
}

.shelf.avatar .label {
    padding-top: 13px;
    margin-left: 1em;
}

.shelf:hover{
	cursor: pointer;
}

.dis{
	color: #757575 !important;
    opacity: 0.5 !important;
    cursor: default !important;
}
.shelf .label{
    height: 100%;
    text-align: center;
    overflow: hidden;

}
.shelf .icon{
    text-align: center;
    width: 30px;
    font-size: 21px;
}
.shelf .icon img {
    height: 30px;
    position: absolute;
    opacity: .5;
    top: 12px;
    left: 13px;
}

.shelf .quantity{
    color: #2ae4b1;
    right: 25px;
    position: absolute;

}
.sidebar-curtain{
	width: 100%;
    height: 100%;
    z-index: 12;
    background: black;
    position: absolute;
    opacity: .33;
    display: none;
}

@media (min-height: 1000px) {
    .ls-header .title {
        font-size: 21px;
        font-weight: 600;
        margin: 38px 0 38px 28px;
    }
    .latch {
        width: 9px;
        height: 9px;
        position: absolute;
        right: 23px;
        top: 43px;
        border-left: 1px solid #b2b6b9;
        border-top: 1px solid #b2b6b9;
        cursor: pointer;
        background-repeat: no-repeat;
        transform: rotate(-45deg);
    }
    .shelf {
        padding: 2.1em 1.5em;
    }

    .shelf .icon {
        width: 36px;
    }
    .shelf .icon img {
        height: 34px;
        top: 18px;
    }
}


.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized .tooltipster-content {
	font-color: white;
	padding: 3px 8px 3px 8px;
	font-family: Roboto, Arial, sans-serif;
	font-size: 11px;
	background-color: rgba(77, 77, 77, 0.85) !important;
	border-radius: 2px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom.tooltipster-borderless-customized .tooltipster-arrow-border {
    /*changing color of arrow*/
    border-bottom-color: rgb(64, 64, 64) !important;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom.tooltipster-borderless-customized .tooltipster-arrow {
	margin-top: 1px;
	padding-left: 2px;
}

.down-shelves {
    width: 100%;
    border-top: 1px solid rgb(211, 211, 211);
    position: absolute;
    bottom: 0;
}

.ball {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.2);
}


.ball .avatar {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/static/img/no-ava.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.shelf a.facebook-share {
    position: absolute;
    right: 10px;
    top: -7px;
    opacity: .5;
}

.shelf .facebook-share img {
    height: 30px;
}

.shelfs-wrapper {
    position: absolute;
    width: 100%;
}

.hider-overlay {
    position: absolute;
    display: none;
    top: -1px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(255,255,255,.85);
}