
/*----------  1.0 Variabe  -----------------*/

    #theme-setting {
        position: fixed;
        right: -250px;
        top: 15%;
        background: #fff;
        border: 0;
        width: 250px;
        z-index: 999;
        border-radius: 3px 0 0 3px;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    #theme-setting.open {
        right: 0px;
        -webkit-box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1);
        box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1);
    }

    #theme-setting .theme-setting-content {
        max-height: 500px;
        overflow: hidden;
    }

    #theme-setting .layout-options {
        padding: 20px 15px 0 15px;
        text-align: center;
        position: relative;
        border-top: 1px solid #e5e5e5;
    }

    #theme-setting .layout-options.has-child {
        padding: 20px 0 0 0;
    }
        
    #theme-setting .layout-options > .switchers-content {
        margin-bottom: 15px;
    }

    #theme-setting .layout-options ul {
        margin-bottom: 0;
    }
    #theme-setting .layout-options:first-child {
        border-top: 0;
    }
    
    #theme-setting .layout-options-child {
        background-color: #fafafa;
        box-shadow: inset 0px -3px 5px -2px rgba(0,0,0,0.15), inset 0px 3px 5px -2px rgba(0,0,0,0.15);
    }
    
    #theme-setting .layout-options-child .boxed-option {
        display: none;
    }

    #theme-setting .layout-options-child .layout-options-2 {
        padding: 20px;
    }


    .layout-options-child .switchers-title {
        text-transform: capitalize;
    }

/*----------  1.1 Button Live setting  -----*/

    #theme-setting .btn-theme-setting {
        padding: 12px 12px 8px;
        background-color: #fff;
        position: absolute;
        z-index: 999;
        left: -44px;
        top: 60px;
        box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1);
        border-radius: 3px 0 0 3px;
    }
    #theme-setting .btn-theme-setting i {
        font-size: 20px;
        color: #777;
    }

/*----------  1.2 Button purchase  ---------*/

    .purchase-wrap {
        padding: 10px;
    }

    .purchase-wrap .purchase-btn {
        display: block;
        background-color: #da0f32;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        line-height: 40px;
        font-weight: 500;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

/*----------  1.3 List switchers  ----------*/

    .switchers-title {
        color: #0D1721;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0 15px;
        margin: 0 0 15px; 0;
    }

    .switchers-content {
        display: block;
        font-size: 0;
        padding: 0;
        margin: 0 -3px;
    }

    ul.switchers-content li {
        padding: 3px 3px;
        vertical-align: top;
        display: inline-block;
        list-style: none;
    }

    .switchers-content > .btn {
        color: #333333;
        font-size: 12px;
        font-weight: 600;
        border-radius: 0;
        line-height: 20px;
        border: 1px solid #333333;
        background-color: transparent;
        padding: 7px 12px 4px;
        margin: 0 3px 6px 3px;
        min-width: 80px;
        display: inline-block;
        text-transform: capitalize;
        transition: all 0.3s ease;
    }

    .switchers-content > .btn.active,
    .switchers-content > .btn:focus,
    .switchers-content > .btn:hover {
        border-color: #333333;
        box-shadow: none;
        background-color: #333333;
        color: #ffffff;
    }

    ul.switchers-content li > a {
        height: 30px;
        width: 30px;
        display: block;
        overflow: hidden;
        //border-radius: 3px;
        box-shadow: none;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    ul.switchers-content li > a:hover,
    ul.switchers-content li > a.active {
        -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
    }

    ul.switchers-content li > a img {
        width: 100%;
        height: 100%;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    ul.switchers-content li > a:hover img,
    ul.switchers-content li > a.active img {
        transform: scale(1.3);
    }

/*----------  1.4 Demo image  --------------*/
    .demo-item {
    }

    .demo-item + .demo-item {
        margin-top: 12px;
    }

    .demo-item .demo-thumbnail {
        position: relative;
        overflow: hidden;
        display: block;
    }

    .demo-item .demo-thumbnail:before {
        display: block;
        padding-top: 60%;
        content: "";
    }

    .demo-item .demo-thumbnail img {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .demo-review-wrapper {

    }

    .demo-review-wrapper img {
        position: absolute;
        right: calc(100% + 5px);
        display: inline-block;
        max-width: none;
        width: 350px;
        height: 500px;
        z-index: 1000;
        top: 0px;
        border-radius: 3px;
        opacity: 0;
        visibility: hidden;
        border: 5px solid #fafafa;
        box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
        transition: all 0.3s ease;
    }

    .demo-review-wrapper img.show-demo {
        opacity: 1;
        visibility: visible;
    }


@media screen and (max-width: 1024px) {
    #theme-setting {
        display: none;
    }
}