
/*
* === Shuno style ===
*/
.form-control:focus{
    border-color: #333333!important;
}
.form-control:hover{
    border-color: #999999!important;
}
.shuno_tabs{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.shuno_tabs .nav.nav-pills{
    width: 100%;
    margin: 0;
}
.shuno_tabs .nav-pills>li{
    width: 49%;
}
.shuno_tabs .nav-pills>li>a{
    border-radius: 0;
    background: #ffffff;
    text-align: center;
    color: #000000;
    padding: 0;
    width: 100%;
}
.shuno_tabs .nav-pills>li.active>a,.shuno_tabs  .nav-pills>li.active>a:focus,.shuno_tabs  .nav-pills>li.active>a:hover{
    background: #ffffff;
    color: #000000;
}
.shuno_tabs .nav-pills>li:last-child{
    /*float: right;*/
    float: left;
}
.shuno_tabs .tabs_img{
    border: 1px solid #F8F8F8;
    width: 100%;
    min-height: 98px;
}
.shuno_tabs .tabs_img img{
    padding-top: 8px;
}
.shuno_tabs .tabs_text{
    padding-top: 5px;
}
.shuno_tabs .tabs_text{
    line-height: 16px;
    font-size: 12px;
}
.shuno_tabs .nav-pills>li:hover .tabs_img{
    background: #E6E6E6;
    border-color: #cccccc;
}
.shuno_tabs .nav-pills>li.active .tabs_img{
    background: #ffffff;
    border-color: #333333;
}
/*shuno size panel*/
#shuno-size-panel .shuno-size-content{
    text-align: center;
}
#shuno-size-panel .vertical-item{
    display: inline;
    min-width: 140px;
    max-width: inherit;
    margin: 0;
}
#shuno-size-panel .vertical-item label{
    margin-bottom: 5px;
}
.shuno_size_label{
    margin-bottom: 30px;
}

/*shuno shelf_board panel*/
.shuno_shelf_board_img{
    width: 80%;
    margin: 10px 10% 20px;
    border: 1px solid #333333;
    text-align: center;
    padding: 5px;
}
.shuno_shelf_board_img img{
    max-width: 100%;
}
.shuno-shelf-board-panel .form-group{
    float: left;
    width: 100%;
}
#select-additional-move-board{
    height: 30px;
    margin-top: -5px;
}

/*shuno color panel*/
#shuno-color-panel .vertical-item-content{
    padding: 10px;
}

/*shuno counter panel*/
#shuno-counter-panel .form-group label{
    display: block;
    clear: both;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
}
#shuno-counter-panel .form-group label:hover{
    opacity: 0.7;
}
#shuno-counter-panel .counter_comment{
    font-size: 12px;
    line-height: 20px;
}
#shuno-shelf-board-panel #select-additional-move-board{
    padding: 0;
}


/*shuno main images*/
.shuno_main_img .layer-1{

}


/*Layer label*/
#dimension-canvas{
    position: absolute;
    z-index: 111;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.menu-item_hidden
{
    display: none;
}

.bord-more_than_h1200{
    padding-right: 0px;
}