#option_btn {
    position: fixed;
    top: 150px;
    right: -2px;
    cursor: pointer;
    z-index: 9;
    background: #fff;
    border-right: 0;
    width: 40px;
    height: 150px;
    padding: 10px 0 10px 0;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: -webkit-transform 600ms ease;
    -moz-transition: transform 600ms ease;
    -o-transition: -o-transform 600ms ease;
    transition: transform 600ms ease;
}

#option_btn.open {
    -webkit-transform: translate(-351px, 0px);
    -moz-transform: translate(-351px, 0px);
    transform: translate(-351px, 0px);
}

#option_btn span {
    font-size: 15px;
    line-height: 31px;
    color: #222;
}

#option_wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    background: #fff;
    z-index: 99999;
    box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.1);
    overflow: auto;
    height: 100%;
    color: #222;
    line-height: 1.5;
    font-size: 14px;
    -webkit-transform: translate(351px, 0px);
    -moz-transform: translate(351px, 0px);
    transform: translate(351px, 0px);
    -webkit-transition: -webkit-transform 600ms ease;
    -moz-transition: transform 600ms ease;
    -o-transition: -o-transform 600ms ease;
    transition: transform 600ms ease;
}

#option_wrapper.open {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

#option_wrapper h4 {
    color: #222;
}

#option_wrapper:hover {
    overflow-y: auto;
}

.demo_color_list {
    list-style: none;
    display: block;
    margin: 30px 0 10px 0;
}

.demo_color_list>li {
    display: inline-block;
    position: relative;
    width: 20%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 11px;
    margin-bottom: 15px;
}

.demo_color_list>li .item_content_wrapper {
    width: 100%;
}

.demo_color_list>li .item_content_wrapper .item_content {
    width: 100%;
    box-sizing: border-box;
}

.demo_color_list>li .item_content_wrapper .item_content .item_thumb {
    width: 30px;
    height: 30px;
    position: relative;
    line-height: 0;
    border-radius: 250px;
    margin: auto;
}

.demo_list {
    list-style: none;
    display: block;
    margin: 10px 0 0 0;
}

.demo_list li {
    float: left;
    position: relative;
    margin-bottom: 24px;
    width: calc(50% - 12px);
    overflow: hidden;
    line-height: 0;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.demo_list li:nth-child(2n) {
    float: right;
}

.demo_list li img {
    max-width: 100%;
    height: auto;
    line-height: 0;
}

.demo_list li:hover img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -moz-filter: blur(2px);
}

.demo_list li:hover .demo_thumb_hover_wrapper {
    opacity: 1;
}

.demo_thumb_hover_wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    visibility: visible;
    width: 100%;
    line-height: normal;
}

.demo_thumb_hover_inner {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.demo_thumb_desc {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 0 10% 0 10%;
    box-sizing: border-box;
}

#option_wrapper .inner h6 {
    margin: 10px 0 0 0;
}

.demo_thumb_hover_inner h6 {
    color: #fff !important;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 0;
}

.demo_thumb_desc .button.white {
    margin-top: 10px;
    font-size: 12px !important;
}

.demo_thumb_desc .button.white:hover {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

body.admin-bar #option_wrapper .inner {
    padding-top: 60px;
}

#option_wrapper .inner {
    padding: 30px 20px 0 20px;
    box-sizing: border-box;
}

.demotip {
    display: block;
}

.demo_lang {
    display: block;
    padding: 20px 10px 20px 10px;
    background: #0F172B;
    border: 1px solid #e1e1e1;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
}

.demo_lang:hover {
    background: #0F172B;
    background: #fff;
    border: 1px solid #e1e1e1;
    color: #000;
}

.demo_label {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 12px 15px 12px 15px;
    background: #FA4612;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    border-radius: 5px;
}

.purchase_theme_button {
    margin-bottom: 30px;
}

.purchase_theme_button .button {
    background: #82B440 !important;
    border-color: #82B440 !important;
    color: #fff !important;
    width: 100%;
    box-sizing: border-box;
    font-weight: 600;
}