/*
.clictill-cc-modal {
    background-color: #fff;
}

.clictill-cc-modal-background {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(91,91,91,0.4);
}

.clictill-cc-modal-header h2 {
    margin: 0;
}

.clictill-cc-modal-header span {
    margin-left: 35px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.clictill-cc-modal-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

.clictill-cc-store {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

 */

.clictill-cc-store:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.clictill-cc-store p {
    margin-bottom: 0;
}

.clictill-cc-store-disable {
    background-color: #eee;
    opacity: 0.6;
    cursor: not-allowed;
}

.clictill-cc-missing-products {
    color: red;
}




#clictill-cc-table {
    width: 100%;
    color: black;
}

#clictill-cc-table td {
    text-align: center;
}

#clictill-cc-table label {
    text-align: center;
}

#clictill-cc-table label h4, #clictill-cc-table label p {
    margin-bottom: 0;
}

.cc-store-disable {
    opacity: 0.4;
    cursor: not-allowed;
}

.cc-store-disable-listing span {
    margin-top: 10px;
    font-weight: bold;
}

.cc-store-disable-listing * {
    color: red;
}