
/* === ICON MANAGER === */
ul.icon-list-wrapper li {
    float: left;
    width: 20px;
    height: 20px;
    font-size: 15px;
    cursor: pointer;
    padding: 3px;
}

ul.icon-list-wrapper:after {
    content: block;
    content: '';
    clear: both;
    display: block;
}

div.icon-manager{
    max-height: 200px;
    overflow-y: scroll;
    margin-bottom: 25px;
    border: 1px solid #DFDFDF;
    padding: 10px;
    clear: left;
}

ul.icon-list-wrapper li.icon-none:before{
    content: '';
    width: 8px;
    height: 8px;
    margin-top: 2px;
}

ul.icon-list-wrapper li.active{
    position: relative;
}
ul.icon-list-wrapper li.active:before {
    position: absolute;
    border: 1px solid #CD5555;
    display: block;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -mox-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    padding: 3px;
    background: #fff;
    left: 0;
    top: 0;
    transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
}

.icon-manager-text .icon-preview {
    height: 30px;
    font-size: 25px;
    margin-bottom: 15px;
    border: 0;
    display: block;
    width: 100%;
    margin-top: 10px;
}

.icon-manager-text .icon-text{
    display: none;
}

table.wp-list-table th.column-thumbnail {
    border-bottom-width: 1px;
}

table.wp-list-table .column-thumbnail {
    border-width: 0;
    box-shadow: none;
    width: 80px;
    border-radius: 0;
}

.the-metabox.ajax-products  .chosen-container{
    width: 30% !important;
}

.the-metabox.ajax-products  .chosen-container-active .chosen-choices li.search-field input[type="text"],
.the-metabox.ajax-products  .chosen-container input[type=text]{
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );
    box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );
    background-color: #fff;
    color: #333;
    outline: none;
    -webkit-transition: 0.05s border-color ease-in-out;
    transition: 0.05s border-color ease-in-out;
}

div#_ypop_products-container{
    line-height: 2.4em;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    width: 100% !important;
}



/* onoff */
.ypop-onoff-w input {
    display: none;
}

.ypop-onoff-w input + span {
    cursor: pointer;
    text-indent: -9999px;
    display: block;
    width: 85px;
    height: 37px;
    background: transparent url(../images/off.png);
}

.ypop-onoff-w input:checked + span {
    background: transparent url(../images/on.png);
}

.ypop-onoff-w input.onoffchecked + span {
    background: transparent url(../images/on.png);
}

.metaboxes-tab .the-metabox.no-label.preview{
    display: none;
}