.woocs-style-2-me {
    background-size: cover;
}
/*
.woocs-style-2-to {
width: 0px;
}

.woocs-style-2-expand .woocs-style-2-to {
width: 100%;
}*/
.woocs-style-2-drop-down {
    background: #DEDBDF;
    border-radius: 16px;
    height: 32px;
    overflow: hidden;
    /* position: absolute; */
    max-width: 300px;
    -webkit-tap-highlight-color: transparent;
    transition: width 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
        height 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
        box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
        border-radius 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.woocs-style-2-drop-down.woocs-style-2-expand{
    background: #fff;
    width: 300px !important;
}
.woocs-style-2-drop-down:not(.woocs-style-2-expand) {
    cursor: pointer;
}
.woocs-style-2-drop-down:not(.woocs-style-2-expand):hover {
    background: #C2C0C2;
}
.woocs-style-2-from {
    position: absolute;
    transition: opacity 200ms 100ms cubic-bezier(0.0, 0.0, 0.2, 1);
}
.woocs-style-2-from-contents {
    display: flex;
    flex-direction: row;
    transform-origin: 0 0;
    transition: transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.woocs-style-2-to {
    opacity: 0;
    position: absolute;
    transition: opacity 100ms cubic-bezier(0.4, 0.0, 1, 1);
}
.woocs-style-2-to-contents {
    transform: scale(.55);
    transform-origin: 0 0;
    transition: transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.woocs-style-2-avatar {
    border-radius: 12px;
    height: 24px;
    left: 6px;
    position: relative;
    top: 4px;
    width: 24px;
}
.woocs-style-2-name {
    font-size: 14px;
    line-height: 32px;
    margin-left: 10px;
}
.woocs-style-2-top {
    background: #6422EB;
    display: flex;
    flex-direction: row;
    height: 70px;
    transition: height 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    width: 300px;
}
.woocs-style-2-avatar-large {
    border-radius: 21px;
    height: 40px;
    margin-left: 12px;
    position: relative;
    top: 14px;
    width: 40px;
}
.woocs-style-2-name-large {
    color: #efd8ef;
    font-size: 16px;
    line-height: 70px;
    margin-left: 20px;
}
.woocs-style-2-x-touch {
    align-items: center;
    align-self: center;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    margin-left: auto;
    width: 50px;
}
.woocs-style-2-x {
    background: #BA87F9;
    border-radius: 10px;
    height: 20px;
    position: relative;
    width: 20px;
}
.woocs-style-2-x-touch:hover .woocs-style-2-x {
    background: #CB9AFB;
}
.woocs-style-2-line1 {
    background: #6422EB;
    height: 12px;
    position: absolute;
    transform: translateX(9px) translateY(4px) rotate(45deg);
    width: 2px;
}
.woocs-style-2-line2 {
    background: #6422EB;
    height: 12px;
    position: absolute;
    transform: translateX(9px) translateY(4px) rotate(-45deg);
    width: 2px;
}
.woocs-style-2-bottom {
    background: #FFF;
    color:  #444247;
    font-size: 14px;
    height: auto;
    padding-top: 5px;
    width: auto;
}
.woocs-style-2-row {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 60px;
}
.woocs-style-2-twitter {
    margin-left: 16px;
    height: 30px;
    position: relative;
    top: 0px;
    width: 30px;
}
.woocs-style-2-medium {
    height: 30px;
    margin-left: 16px;
    position: relative;
    width: 30px;
}
.woocs-style-2-link {
    padding-left: 16px;
    width: 100%;
    height: auto;
    line-height: 40px;
}
.woocs-style-2-link a {
    color:  #444247;
    text-decoration: none;
}
.woocs-style-2-link a:hover {
    color:  #777579;
}
.woocs-style-2-drop-down.woocs-style-2-expand {
    border-radius: 6px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.10), 0 6px 6px rgba(0,0,0,0.16);
    min-height: 200px;
    width: 300px;
    position: absolute;
    overflow: hidden;
    z-index: 999;
}
.woocs-style-2-expand .woocs-style-2-from {
    opacity: 0;
    transition: opacity 100ms cubic-bezier(0.4, 0.0, 1, 1);
}
.woocs-style-2-expand .woocs-style-2-from-contents {
    transform: scale(1.91);
}
.woocs-style-2-expand .woocs-style-2-to {
    opacity: 1;
    transition: opacity 200ms 100ms cubic-bezier(0.0, 0.0, 0.2, 1);
}
.woocs-style-2-expand .woocs-style-2-to-contents {
    transform: scale(1);
}

.woocs-style-2-row:hover {
    cursor: pointer;
    background-color: #f2f2f2 !important;
}
.woocs-style-2-row:active {
    background-color: #f2f2f2 !important;
}

