/*
iconfinder.com icons
delete/trash - https://www.iconfinder.com/icons/3162615/bin_delete_garbage_remove_trash_trash_bin_icon
edit - https://www.iconfinder.com/icons/763288/add_common_compose_create_draw_edit_new_icon
check - https://www.iconfinder.com/icons/326561/box_check_icon
uncheck - https://www.iconfinder.com/icons/326558/blank_box_check_icon

lock - https://www.iconfinder.com/icons/185088/lock_locker_streamline_icon
unlock - https://www.iconfinder.com/icons/185089/locker_streamline_unlock_icon

close - https://www.iconfinder.com/icons/5208412/cancel_close_cross_delete_exit_remove_icon
*/
.cbxwpbkmark-clearfix{
    clear: both;
}


.cbxwpbkmarktrig {
    padding: 5px;
    border-bottom: 0px solid #fff !important;
    box-shadow: none !important;
    display: block;
    text-decoration: none;
    background-size: 15px 15px;
    /*float: left;*/
    display: inline-block;
}

.cbxwpbkmarktrig-count{
    font-style: normal;
}

.cbxwpbkmarktrig-label{

}

.cbxwpbkmarktrig:before {
    content: "";
    margin-right: 3px;
    vertical-align: middle;
    background: no-repeat url('../img/bookmarkicons/bookmark_before_2x.png') 0 0;
    background-size: cover;
    width: 21px;
    height: 21px;
    display: inline-block;
}

.cbxwpbkmarktrig-marked:before {
    background: no-repeat url('../img/bookmarkicons/bookmark_after_2x.png') 0 0;
    background-size: cover;
}

.cbxwpbkmarktrig-busy:before {
    background: no-repeat url('../img/bookmarkicons/bookmark_busy_2x.gif') 0 0;
    background-size: cover;
}

.cbxwpbkmarktrig:focus, .cbxwpbkmarktrig:active {
    outline: none;
}

.cbxwpbkmarkwrap {
    position: relative;

    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box !important;
}

.cbxwpbkmarkwrap_user_cat .cbxwpbkmarklistwrap, .cbxwpbkmarkwrap_global_cat .cbxwpbkmarklistwrap{
    width: 315px;
    max-width: 315px;
}

.cbxwpbkmarkwrap_user_cat{

}
.cbxwpbkmarkwrap_global_cat{

}
.cbxwpbkmarkwrap_no_cat{

}

.cbxwpbkmarkwrap-download {
    clear: both;
}

.cbxwpbkmarklistwrap, .cbxwpbkmarkguestwrap{
    display: none;
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 1;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.5);
    box-shadow: 0 1px 2px -1px rgba(0,0,0,0.5);
}

.cbxwpbkmarkloading {
    display: none;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 133px;
    margin: 0px !important;
}


.cbxwpbkmark-field-privacy{
    font-size: 16px;
    line-height: 1.7;
    height: auto;
    width: 100%;
    padding: 5px 8px;
    margin-bottom: 10px;
    border: 0 none;
    outline: 1px solid #ccc;
}

.cbxwpbkmark-field-privacy:focus{
    outline: 1px solid #000;
}

.cbxwpbkmark-field-create-submit, .cbxwpbkmark-field-update-submit {
    float: right;
    display: inline-block;
    margin-bottom: 5px;

    cursor: pointer;
    width: 25px;
    height: 25px;
    display: inline-block;
    background: transparent url('../img/create.png') center center no-repeat;
}
.cbxwpbkmark-field-create-close, .cbxwpbkmark-field-update-close {
    float: right;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;


    cursor: pointer;
    width: 25px;
    height: 25px;
    display: inline-block;
    background: transparent url('../img/close_icon_white.png?v=2') center center no-repeat;
}

.cbxwpbkmark-field-delete-submit{
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: inline-block;
    background: transparent url('../img/delete_icon_white.png') center center  no-repeat;
}

.cbxwpbkmark-field-create-close, .cbxwpbkmark-field-delete-submit {
    float: left;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;

}

.cbxwpbkmark_cat_add_form, .cbxwpbkmark_cat_edit_form {
    display: none;
    border-top: 1px solid #ccc;
    margin-top: 5px;
    height: 250px;
    padding: 20px 10px;
}

.cbxwpbkmarklist{
    width: 100%;
}

.cbxwpbkmark_cat_book_list, .cbxwpbkmark_cat_edit_list {
    display: none;
}

.cbxwpbkmark-toolbar {
    padding:5px 10px 10px 10px;
    border-top: 1px solid #ccc;
    margin-top: 5px;

}
p.cbxwpbkmark-form-note{
    display: none;
    color: #a94442 !important;
    margin-bottom: 8px;
    line-height: 20px !important;
    font-size: 14px !important;
}
p.cbxwpbkmark-form-note-success{
    line-height: 20px !important;
    font-size: 14px !important;
    color: #3c763d !important;
}

.cbxwpbkmark-toolbar-newcat{
    float: left;
    display: inline-block;
    cursor: pointer;
}

.cbxwpbkmark-toolbar-listcat{
    float: left;
    display: inline-block;
    cursor: pointer;
}
.cbxwpbkmark-toolbar-editcat{
    float : right;
    display: inline-block;
    cursor: pointer;
}

input[type="text"].cbxwpbkmark-field-cat{
    outline: 1px solid #ccc;
    padding: 0px;
    background: #fff;
    margin-bottom: 10px;
    padding: 5px 8px;
    width: 100% !important;
    line-height: 26px;
    font-size: 16px;
    border-radius: 0;
    border: 0 none;
}

input[type="text"].cbxwpbkmark-field-cat:focus{
    outline: 1px solid #000;
}

input[type="text"].cbxwpbkmark-field-cat.error{
    outline: 1px solid #a94442;
}

.cbxwpbkmarktrig-button-addto {
    text-decoration: none;
    box-shadow: none;
}


.cbxwpbkmarklistwrap .addto-head {

    height: 37px;
    padding: 10px;
    display: block;
    border-bottom: 1px solid #fff;
    position: relative;
}
.cbxwpbkmarklistwrap .addto-head .cbxwpbkmarktrig_label{

}
.cbxwpbkmarklistwrap .addto-head .cbxwpbkmarktrig_close{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 21px;
    height: 21px;
    background: center center url('../img/close_icon.png?v=2') no-repeat;
    cursor: pointer;
}


.itemicon {
    float: right;
}

.lbjs-item {
    padding: 5px;
}



.cbxwpbkmark-field-create-submit, .cbxwpbkmark-field-create-submit:hover, .cbxwpbkmark-field-create-submit:focus,
.cbxwpbkmark-field-update-submit, .cbxwpbkmark-field-update-submit:hover, .cbxwpbkmark-field-update-submit:focus
{
    border-bottom: 1px solid #fff !important;
    padding: 6px 15px;
    line-height: 18px;
    font-size: 14px;
    background-color: #42A5F5;
    color: #fff;
    box-shadow: none !important;
}

.cbxwpbkmark-field-create-close, .cbxwpbkmark-field-create-close:hover, .cbxwpbkmark-field-create-close:focus,
.cbxwpbkmark-field-update-close, .cbxwpbkmark-field-update-close:hover, .cbxwpbkmark-field-update-close:focus,
.cbxwpbkmark-field-delete-submit, .cbxwpbkmark-field-delete-submit:hover, .cbxwpbkmark-field-delete-submit:focus
{
    border-bottom: 1px solid #fff !important;
    padding: 6px;
    background-color: #EF4836;
    color: #fff;
    box-shadow: none !important;
}

.cbx-bookmark-error {
    color: #a94442;
}



.cbxlbjs{
    margin: 0px;
    padding: 0px;
}

.cbxlbjs .cbxlbjs-list {
    margin: 0px;
    overflow: auto;
    padding: 0px;
    list-style: none;
    height: 202px;
}

.cbxlbjs .cbxlbjs-list .cbxlbjs-item{
    margin: 0px !important;
    padding:4px 2px !important;
    list-style: none !important;
    clear: both !important;
    background: none !important;
    float: left !important;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    width: 309px;
}

.cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name{
    width: 263px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    display: inline-block;
    cursor: pointer;
    font-size: inherit;
    line-height: inherit;
}

.cbxwpbkmark_cat_edit_list .cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name{
    /*width: 255px;*/
    width: 263px;
}


.cbxlbjs .cbxlbjs-searchbar-wrapper{
    margin: 0px;
    position: relative;
    /*height: 48px;*/
    overflow: hidden;
}

.cbxlbjs .cbxlbjs-searchbar{
    margin: 0px;
    margin-bottom: 10px;
    width: 100% !important;
    padding: 5px 25px 5px 5px;
    border: 1px solid #ccc;
    border-width: 1px 0;
    font-size: 16px;
    line-height: 26px;
}

.cbxlbjs .cbxlbjs-searchbar-icon{
    background: center center url('../img/search_icon.png') no-repeat;
    background-size: contain;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 5px;
    top: 9px;
    content: "";
    display: inline-block;
}

.cbxlbjs .cbxlbjs-searchbar:focus{
    border-width: 1px 0 1px 0;
    outline: 0px solid #ccc;
}

.cbxlbjs-item:before
{
    content: "";
    margin-right: 3px;
    vertical-align: middle;
    background: center 2px url('../img/uncheck_icon.png?v=3') no-repeat ;
    background-size: contain;
    width: 16px;
    height: 21px;
    display: inline-block;
    float: left;
    cursor: pointer;
    clear: left;
}

.cbxlbjs-item[data-incat="1"]:before
{
    content: "";
    margin-right: 3px;
    vertical-align: middle;
    background: center 2px url('../img/check_icon.png?v=3') no-repeat;
    background-size: contain;
    width: 16px;
    height: 21px;
    display: inline-block;
    float: left;
    clear: left;
}

.cbxlbjs-item[data-privacy="1"]:after,
.cbxlbjs-item-widget[data-privacy="1"]:after
{
    content: "";
    margin-left: 3px;
    vertical-align: middle;
    background: center 2px url('../img/public_icon.png?v=3') no-repeat;
    background-size: contain;
    width: 16px;
    height: 21px;
    display: inline-block;
    float: right;
    clear: right;
}

.cbxlbjs-item[data-privacy="0"]:after,
.cbxlbjs-item-widget[data-privacy="0"]:after
{
    content: "";
    margin-left: 3px;
    vertical-align: middle;
    background: center 2px url('../img/private_icon.png?v=2') no-repeat;
    background-size: contain;
    width: 16px;
    height: 21px;
    display: inline-block;
    float: right;
    clear: right;
}

.cbxwpbkmark_cat_edit_list .cbxlbjs-item[data-privacy="1"]:before{
    content: "";
    margin-right: 3px;
    vertical-align: middle;
    background: center 2px url('../img/public_icon.png?v=3') no-repeat;
    background-size: contain;
    width: 16px;
    height: 21px;
    display: inline-block;
    float: left;
}

.cbxwpbkmark_cat_edit_list .cbxlbjs-item[data-privacy="0"]:before{
    content: "";
    margin-right: 3px;
    vertical-align: middle;
    background: center 2px url('../img/private_icon.png?v=2') no-repeat;
    background-size: contain;
    width: 16px;
    height: 21px;
    display: inline-block;
    float: left;
}
.cbxwpbkmark_cat_edit_list .cbxlbjs-item:after{
    content: "";
    margin-left: 3px;
    vertical-align: middle;
    background: center 2px url('../img/edit_icon.png?v=3') no-repeat;
    background-size: contain;
    width: 16px;
    height: 21px;
    display: inline-block;
    float: right;
    clear: right !important;
    cursor: pointer;
}


.cbxwpbookmark-mostlist {
    padding: 0;
    margin-left: 20px;
}

.cbxwpbookmark-mostlist li {
    padding:0;
    margin: 0;
    margin-bottom: 8px;
    clear: both;
}

.cbxwpbookmark-mostlist li a {
    display: block;
    border-bottom: 0px;
    box-shadow: none !important;
}

.cbxwpbookmark-mostlist li img {
    float: right;
    display: inline-block;
    margin-left: 4px;
    max-width: 32px;
    height: auto;
    box-shadow: none;
}

.cbxbookmark-delete-btn{
    box-shadow: none !important;
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
}
.cbxbookmark-delete-btn:before {
    content: "";
    vertical-align: baseline;
    background: center 0px url('../img/delete_icon.png') no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
    box-shadow: none !important;
}

.cbxbookmark-delete-btn span, .cbxbookmark-post-delete span, .cbxbookmark-cat-save span {
    display: none;
    background: url("../img/ajax-loader-small.gif") left top no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.cbxbookmark-edit-btn{
    box-shadow: none !important;
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
}

.cbxbookmark-edit-btn:before {
    content: "";
    vertical-align: baseline;
    display: block;
    background: center 0px url('../img/edit_icon.png?v=3') no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;

}

.cbxwpbookmark-button-holder {
    float: right;
}

/*.my-privacy {
    float: left;
}

.my-privacy[data-cbxbookmarkprivacy="1"]:before {
    content: "";
    margin-right: 3px;
    vertical-align: middle;
    background: no-repeat url('../img/icon.png') -431px -357px;

    background-size: contain;
    width: 21px;
    height: 21px;
    display: inline-block;
    float: right;
}*/

.cbxbookmark-category-list{
    margin-left: 20px;
}

.cbxbookmark-category-list li{

}

.cbxbookmark-category-list li a{
    box-shadow: none !important;
}

.cbxbookmark-category-list-item-sublist-a-more{
    text-align: center;
    display: block;
    font-weight: bold;
}
.cbxbookmark-mycat-panel {

}

.cbxbookmark-mycat-panel li {
    margin-bottom: 10px;
}

.cbxbookmark-mycat-editbox {
    font-size: 16px;
    padding: 5px;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 18px;

}

.cbxbookmark-mycat-editbox .cbxbmedit-catname {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 12px;
    border: 1px solid #ccc;
    float: left;
    display: inline-block;
}

.cbxbookmark-mycat-editbox .cbxbmedit-catname-error{
    border: 1px solid red
}

.cbxbookmark-mycat-editbox .cbxbmedit-privacy {
    font-size: 14px;
    line-height: 30px;
    padding: 0px 12px;
    height: 30px;
    float: left;
    display: inline-block;
    margin-left: 5px;
}

.cbxbookmark-mycat-editbox .cbxbookmark-btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;

}

.cbxbookmark-mycat-editbox .cbxbookmark-cat-save {
    font-size: 14px !important;
    line-height: 20px !important;
    border-bottom: 0px !important;
    box-shadow: none !important;
    padding: 4px 12px !important;
    float: left;
    display: inline-block;
    margin-left: 5px;

    text-decoration: none !important;
}

.cbxbookmark-mycat-editbox .cbxbookmark-cat-close {
    border-bottom: 0px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    box-shadow: none !important;
    padding: 4px 12px !important;
    float: left;
    display: inline-block;
    margin-left: 5px;
    text-decoration: none;

    text-decoration: none !important;
}

.cbxbookmark-mycat-editbox .cbxbookmark-cat-save:hover, .cbxbookmark-mycat-editbox .cbxbookmark-cat-close:hover{
    color: #000;
}

/****busy icon***/
.cbxwpbm_ajax_icon {
    display: none;
}

.cbxwpbookmark-title{
    padding: 0px;
}
.cbxwpbookmark-mylist, .cbxwpbookmark-mostlist {
    margin-left: 20px;
}

.cbxwpbookmark-mylist li, .cbxwpbookmark-mostlist  li{

}

.cbxwpbookmark-mylist li a, .cbxwpbookmark-mostlist li a{
    font-size: 16px;
    line-height: 22px;
    box-shadow: none !important;
}

.cbxwpbookmark-mylist-sc{

}

.cbxwpbookmark-mylist-sc-more {
    margin-bottom: 5px;
}

.cbxbookmark-more-wrap{
    text-align: center;
    margin-bottom: 5px;
}

.cbxbookmark-alert{
    padding: 5px 10px;
    margin:5px 0;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
}
.cbxbookmark-alert-info{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.cbxbookmark-alert-success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.cbxbookmark-alert-warning{
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.cbxbookmark-alert-error{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.cbxbookmark-more {
    font-size: 14px;
    margin-bottom: 20px;
    box-shadow: none !important;
}

.cbxlbjs-item-widget_dropdown {
    margin-bottom: 10px;
}

.cbxwpbkmark-icon{
    width: 18px; height: 18px;
    display: block;
}

.cbxwpbkmark-icon-public{
    background: transparent url('../img/public_icon.png?v=3') no-repeat;
}
.cbxwpbkmark-icon-private{
    background: transparent url('../img/private_icon.png?v=3') no-repeat;
}

.cbxwpbkmarklist-nocatfound{
    padding: 10px;
    width: 100%;
    text-align: center;
}

.cbxwpbkmarklist-nocatfound .cbxwpbkmarklist-nocatfoundtrig{
    color: #a94442;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    display: block;
}

/*guest message related blocks*/

.cbxwpbkmarkguestwrap{

}
.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message{
    position: relative;
    padding: 20px;
}
.cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message .cbxwpbkmarkguesttrig_close{
    position: absolute;
    right: 2px;
    top: 2px;
    width: 21px;
    height: 21px;
    background: center center url('../img/close_icon.png?v=2') no-repeat;
    border-bottom: 0 none;
    box-shadow: none;
}

/*create category from the category listing*/
#cbxbookmark-category-list-create-wrap{}
.cbxbookmark-category-list-create-msg{
    display: none;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
}
.cbxbookmark-category-list-create{
    margin-left: 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    padding: 3px 5px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    clear: both;
}
.cbxbookmark-category-list-create-form{
    display: none;
    margin-left: 20px;
}

.products .cbxwpbkmarkwrap{
    display: inline-block;
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
    .cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message{
        padding: 15px;
    }
}

@media (max-width: 400px) {
    .cbxwpbkmarkwrap{

    }
    .cbxwpbkmarkwrap_user_cat .cbxwpbkmarklistwrap, .cbxwpbkmarkwrap_global_cat .cbxwpbkmarklistwrap{
        width: 100% !important;
        max-width: 100% !important;
    }

    .cbxlbjs .cbxlbjs-list .cbxlbjs-item{
        width: 100%;

        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name{
        width: auto;
        /* Lets middle column shrink/grow to available width */
        flex: 1 1 auto;
    }
    .cbxwpbkmark_cat_edit_list .cbxlbjs .cbxlbjs-list .cbxlbjs-item .cbxlbjs-item-name{
        width: auto;
        /* Lets middle column shrink/grow to available width */
        flex: 1 1 auto;
    }

    .cbxlbjs-item[data-incat="1"]:before, .cbxlbjs-item[data-incat="0"]:before,
    .cbxlbjs-item[data-privacy="1"]:after, .cbxlbjs-item-widget[data-privacy="1"]:after,
    .cbxlbjs-item[data-privacy="0"]:after, .cbxlbjs-item-widget[data-privacy="0"]:after{
        flex: 0 0 16px;
    }


    .cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message{
        padding: 10px;
    }
}


@media (max-width: 320px) {

}