.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview .pcr-current-color,
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview .pcr-last-color {
    margin: 0;
    padding: 0;
}

.pcr-app[data-theme=monolith] .pcr-selection {
    z-index: 1;
}


.color-picker-container {
    width: 0;
    height: 0;
    display: inline-block;
    overflow: visible;
    position: relative;
    top: 0;
    left: 0;
}

.modal .color-picker-container {
    z-index: 1;
    position: absolute;
    top: 105px;
    left: unset;
}

.color-picker-container>.pickr>button {
    margin: 0;
    outline: none;
    box-shadow: none;
}

.color-picker-container>.pickr {
    display: none;
    margin: 0;
}

.color-picker-container .pcr-app{
    position: absolute !important;
    top: 100%;
}

.color-picker-container .pcr-app[data-theme="monolith"] .pcr-interaction .pcr-result {
    min-width: unset;
    flex: 1 0 auto;
    width: 40px;
    height: 38px;
    margin: 6px 0 0 0;
    padding: 4px;
    font-size: 11px;
}

.show-picker>.pickr {
    display: block;
}


.modal input[type="text"],
.modal input[type="email"],
.modal input[type="url"],
.modal input[type="password"],
.modal input[type="number"],
.modal input[type="tel"],
.modal input[type="range"],
.modal input[type="date"],
.modal input[type="month"],
.modal input[type="week"],
.modal input[type="time"],
.modal input[type="datetime"],
.modal input[type="datetime-local"],
.modal input[type="color"] {
    /*color: #000;*/
    /*border: 1px solid;*/
    /*border-radius: 4px;*/
}


.modal .modal-body * {
    font-size: 13px;
}


.modal .modal-body > *{
    min-width: 330px;
}

.modal .modal-body label {
    font-size: 16px;
    margin: 15px 0 2px 0;
}


.category_icon {
    max-width: 60px;
}


#update-quantity-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99998;
}

/***********************/
.has-size [type="checkbox"]:checked,
.has-size [type="checkbox"]:not(:checked) {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}


.has-size [type="radio"]:checked+label.size-list-item:after,
.has-size [type="radio"]:not(:checked)+label.size-list-item:after,
.has-size [type="checkbox"]:checked+label.size-list-item:after,
.has-size [type="checkbox"]:not(:checked)+label.size-list-item:after {
    display: none;
}


.has-size [type="radio"]:checked+label.size-list-item:before,
.has-size [type="radio"]:not(:checked)+label.size-list-item:before,
.has-size [type="checkbox"]:checked+label.size-list-item:before,
.has-size [type="checkbox"]:not(:checked)+label.size-list-item:before {
    width: unset;
    height: unset;
}

.has-size label.size-list-item span {
    margin: 0;
}

.available-sizes ul li .size-list-item.active,
.has-size [type="radio"]:checked+label.size-list-item,
.has-size [type="checkbox"]:checked+label.size-list-item {
    box-shadow: 0px 0 0 2px #00AFEB;
    color: #00AFEB;
}


.pickr button.pcr-button {
    width: 38px;
    height: 38px;
    border: 0 !important;
}

.font-color button.pcr-button:after,
.font-color button.pcr-button:before {
    /*display: none;*/
    border-radius: 100% !important;
    /*cursor: pointer;*/
}

.font-color button.pcr-button:before {
    display: none;
}


.nice-select.open ul.list {
    max-height: 150px;
    overflow-y: auto;
}


.nice-select ul.list {
    /*max-height: 150px;*/
    /*overflow-y: auto;*/
    display: none;
}

.nice-select.open ul.list {
    display: block;
}

.nice-select.open ul.list li {
    line-height: 25px;
    min-height: unset;
}


.catalogue-details-wrapper.review .catalogue-options .option {
    position: relative;
}

.catalogue-details-wrapper.review .catalogue-options .option .mask {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.review-preview-btn-container {
    padding: 10px 0 0 0;
}


.div-price-inventory-container {
    position: relative;
    padding-bottom: 25px;
}

.div-price-inventory-container .mask {
    position: absolute;
    z-index: 1;
    width: 110%;
    height: 110%;
    background-color: rgba(200, 200, 200, 0.1);
    margin-top: -5%;
    margin-left: -5%;
    display: block;
    max-width: 630px;
}

.div-price-inventory .mask.hide {
    display: none;
}

.logo-container {
    position: relative;
}


.row.logo-row>span.close {
    position: absolute;
    right: -20px;
    z-index: 11;
    cursor: pointer;
}

.row.logo-row>span.close {
    font-size: 20px;
}

.row.logo-row>span.close:hover {
    color: red;
}

.row.logo-row+.row.logo-row {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}


.logo-row-description {
    color: #000;
}

.club-product-list {
    background-color: #ffffff;
}

.club-product-list .catalogue-wrapper {
    margin: 0;
}

.club-product-list .catalogue-wrapper>h3 {
    width: 100%;
}

.club-product-list .catalogue-wrapper>.catalogue-item {
    border: 0;
}

.catalogue-details-wrapper .catalogue-options .logo-container {
    z-index: 0;
}


.comments-post-container {
    transition: height 0.5s;
}

.comments-post-container.hidenow {
    height: 0;
    box-shadow: none;
}

.comments-post-container.hidenow>* {
    display: none;
}

.comments-post-container .btn.comment {
    display: block;
}

.comments-post-container .btn.comment.comments-count {
    display: none;
}


.comments-post-container.hidenow .btn.comment {
    display: none;
}

.comments-post-container.hidenow .btn.comment.comments-count {
    display: block;
}

.comments-post-container.hidenow .btn.comment.comments-count:hover {
    color: #00AFEB;
}


.div-price-inventory-container.disabled *,
.div-price-inventory-container.disabled *:before {
    color: #aaaaaa !important;
    opacity: 0.8 !important;
}

input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
    background: #00AFEB;
    opacity: 0.8;
}

.form-group.square input:checked+label:before,
.form-group.square input:not(:checked)+label:before {
    content: '';
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    border-radius: 3px;
    background: #fff;
    display: inline-block;
}


.form-group.square input:checked+label:after {
    content: '';
    width: 30px;
    height: 30px;
    background: #00AFEB;
    box-shadow: 0px 0 0 2px #00AFEB;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form-group.round input:checked+label:before,
.form-group.round input:not(:checked)+label:before {
    content: '';
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #fff;
    display: inline-block;
}


.form-group.round input:checked+label:after {
    content: '';
    width: 30px;
    height: 30px;
    background: #00AFEB;
    box-shadow: 0px 0 0 2px #00AFEB;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.upload-logo-image-div {
    width: 100%;
    height: 100px;
    text-align: center;
}

.upload-logo-image-div img {
    max-width: 100%;
    max-height: 100%;
}

fieldset.fieldset-text-and-logo {
    border: 1px solid #e5e5e5;
}

fieldset.fieldset-text-and-logo legend {
    width: unset;
}


a:focus {
    outline: none;
}

.catalogue-details-wrapper .inventory-save input {
    width: unset;
}

.payment-form .cards ul {
    display: flex;
    align-items: center;
    justify-content: center;
}



.payment-form input[type="submit"],
.payment-form button[type="submit"] {
    border: 2px solid transparent;
    background: #00AFEB;
    color: #fff;
    font-weight: 500;
    padding: 9px 65px;
    font-size: 17px;
    cursor: pointer;
    text-transform: none;
    line-height: 25px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 4px;
    margin: 15px 15px 15px 0;
    width: 100%;
}

.payment-form button[type="submit"] span {
    color: #1d643b;
    font-weight: bold;
}


.platform-admin.payment-form {
    margin: 0;
}


.reset-search {
    float: right;
    margin-left: 15px;
}



.info {
    color: #333333;
}

.admin-login-panel .reset-password-instruction h4 {
    padding: 0 0 20px;
}

.reset-password-instruction .info {
    padding: 10px 0 10px 0;
}


/*User Menu*/

div#dropdownMenuButton {
    display: flex;
    flex-direction: row;
}

div#dropdownMenuButton+.dropdown-menu.show {
    left: unset !important;
    right: 0;

}


/*Modal center*/
.modal.fade.show {
    display: flex !important;
    align-items: center;
}

.modal.fade.show .modal-content .modal-footer {
    margin: .25rem;
    justify-content: flex-end;
}

.modal.fade.show .modal-content .modal-footer * {
    margin: .25rem;
}

.modal.fade.show .modal-content .modal-footer form {
    margin: 0;
}

.modal.fade.show .row {
    flex-direction: column;
}


.btn.btn-delete.white-bg {
    color: #ff2f2f;
    background: #fff;
    box-shadow: none;
    outline: none;
}

.btn.btn-delete.white-bg:hover,
.btn.btn-delete:active,
.btn.btn-delete.nice-select.open,
.btn.btn-delete:focus {
    border: 2px solid #ff2f2f;
    color: #fff;
    background: #ff2f2f;
}



span#unread_count {
    color: #ffffff;
}



.success.msg {
    color: green;
}

.div-price-inventory-container .error.price-error, .div-price-inventory-container.disabled div {
    color: #ff3410 !important;
    opacity: 1 !important;
}


#productimageModal .modal-nav.nav.nav-tabs .nav-item.hide,
#productimageModal .tab-pane.hide
{
    display: none !important;
}

/* CSS for comments */
/*#########################################################*/


.comments-post-container .comments-display-container .post-msg-club:before {
    content: "";
    background: url(../../../../../../images/club_av.png) no-repeat center !important;
}

.comments-post-container .comments-display-container .post-msg:before {
    bottom: unset;
    top: 25px;
}

.comments-post-container .comments-display-container .post-msg .msg span.file-name:before {
    top: 0;
}


.attach-file span.file-name {
    margin-bottom: 5px !important;
    display: inline-block;
}

.comments-post-container .comments-display-container .post-msg {
    z-index: 0;
}

.attach-file.message-selected-files {
    position: relative;
    width: 100%;
    height: 30px;
}

div#selected_file_for_message {
    position: absolute;
    height: 50px;
    overflow: hidden;
    padding: 0 10px 10px 10px;
}

div#selected_file_for_message:hover {
    overflow-y: auto;
    height: unset;
    max-height: 300px;
    background-color: #fff;

}

.comments-post-container .comments-display-container .post-msg .msg p+p {
    margin-top: 10px;
}

.comments-post-container .comments-display-container .post-msg .msg p.comment-image+p.comment-image-name {
    margin-top: 0px;
}

.comments-post-container .comments-display-container .post-msg .msg p.comment-txt+p.comment-image,
.comments-post-container .comments-display-container .post-msg .msg p.comment-txt+p.comment-image-name {
    margin-top: 20px;
}

/* CSS for comments */



/*  Chat Light Box */


#myLightBox {
    /*display: none;*/
    position: fixed;
    z-index: 10000000;
    padding-top: 85px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-bottom: 85px;
}

/* The LightBox (background) */
#myLightBox .light-box-bg {
    position: absolute;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(55,55,55,0.8);
}

/* LightBox Content */
#myLightBox .light-box-content {
    position: relative;
    background-color: #e5e5e5;
    margin: auto;
    width: 90%;
    max-width: 1200px;
    text-align: center;
    padding: 25px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#myLightBox .mySlides {
    max-height: 100%;
    display: contents;
}

#myLightBox .mySlides img {
    box-shadow: 0 0 12px 0px rgba(255, 255, 255);
}

/* The Close Button */
#light-box-image:after{
    content: 'X';
}
#light-box-image:after , #myLightBox .close {
    color: white;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 35px;
    font-weight: bold;
    background-color: black;
    z-index: 1;
    padding: 10px;
    line-height: 20px;
    margin: 0;
    border-radius: 50%;
    opacity: 0.8;
}

#myLightBox .close:hover,
#myLightBox .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}


/* Caption text */
#myLightBox .caption-container {
    /*text-align: center;*/
    /*background-color: black;*/
    /*padding: 2px 16px;*/
    /*color: white;*/
}