.cf-cover {
    position: fixed;
    z-index: 99999;
    background: rgba(0,0,0,0.4);

    top: 0px;
    left: 0px;

    width: 100%;
    height: 100%;
}

.cf-spinner-image {
    position: relative;
    top: 15%;
    left: 37.5%;
    width: 25%;
}

.cf-smallWell {
    height: min-content;
}
.cf-rowTop {
    margin: 2px 10px 21px 10px;
    display: ruby;
}
.cf-row {
    margin: 2px 10px 1px 10px;
    width:32%;
    height:300px;
}
.cf-panel {
    height: 100%;
}
.cf-panel-body {
    display: inline-flex;
}
.cf-panel-body-select {
    display: inline-flex;
    width:100%;
}
.cf-row-select {
    margin: 2px 10px 1px 10px;
    width:100%;
    height:100%;
}
.cf-profile-image {
    max-height:200px;
}
.cf-product-description {
    padding: 7px 7px 7px 7px;
    overflow-y: auto;
    max-height: 175px;
}
.cf-panel-buttons {
    width: 100%;
    text-align: right;
}
.cf-form {
    padding: 10px;
}
.cf-select-div {
    width: 100%;
    padding: 10px;
}
.cf-quantity-banner {
    background-color: #8f0000;
    color: #999999;
    padding: 0px 2px 0px 6px;
    border-radius: 5px;
}
.cf-quantity-banner-short {
    background-color: #8f0000;
    color: #ffffff;
    padding: 7px 2px 6px 6px;
    border-radius: 5px 0px 0px 5px;
    margin: 5px 2px 5px -5px;
}

.cf-available, .cf-pagination-centered  {
    width: 100%;
    text-align: center;
}

.cf-cart-products {
    display: inline-flex;
    width: 100%;
}
.cf-cart-product-details {
    width: 100%;
}
.cf-cart-product-image {
    margin: auto;
}
.cf-cart-label-hidden {
    display: none;
}

.cf-search-table {
    height: 360px;
}

.cf-search-table-tr-th {
    width: 50%;
}

.cf-payment-user-name {
    text-align: left !important;
}

.cf-checkbox {
    width: 38px;
    margin-top: 0;
}

.cf-grid {
    white-space: normal !important;
}

.cf-orderLine-grid-td {
    text-align: right;
}

.cf-product-name {
    display: inline-block;
    max-width: 120px;
    margin: 0px 15px 0px 0px;
}

.cf-product-image {
    display: inline-flex;
}

.cf-account-label {
    display: inline-block;
    margin: 1px 10px 1px 0px;
}

.cf-text-toggle-narrow {
    padding: 2px 5px 2px 5px;
}

.cf-text-toggle[aria-expanded=false] .cf-text-expanded {
    display: none;
}

.cf-text-toggle[aria-expanded=true] .cf-text-collapsed {
    display: none;
}

.cf-right-of-button {
    display: inline;
    margin: 0px 0px 0px 20px;
}

.cf-hr {
    margin: 7px;
}

.cf-input {
    cursor: pointer;
    width: 30px;
}

.cf-input-offset {
    margin-top: 10px !important;
}

.cf-admin-checkbox {
    width: 18px;
    height: 18px;
    margin-top: 0 !important;
}

.cf-order-edit-tabs {
    margin: 1px 1px 18px 1px;
}

.cf-orderWell {
    min-height: 270px;
}

.cf-input-wrapper {
    position: relative;
    display: block;
}

.cf-input-wrapper input {
    padding-right: 40px;
}

.cf-input-wrapper button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;

    width: 62px;
    height: 40px;
    font-size: 18pt;
}

.cf-input-help {
    border: none;
    box-shadow: none;
}

.cf-image-in-list {
    width:50px;
    height:50px;
}

.cf-well-margin {
    margin:20px;
}

.cf-menu-cart-short {
    display: none;
}

@media (max-width: 1000px) {
    .cf-welcome {
        display: none;
    }
}

@media (max-width: 1618px) {
    .cf-row {
        margin: 2px 10px 1px 10px;
        width:100%;
        height:300px;
    }
    .cf-rowTop {
        margin: 2px 10px 21px 10px;
        padding-left: 0;
        display: block;
        height: 100%;
    }

}

/* 376 */
@media (max-width: 767px) {
    .cf-smallWell {
        padding: 0px;
        height: min-content;
    }
    .cf-profile-image {
        max-height:75px;
    }
    .cf-labels {
        display: none;
    }
    .cf-product-name {
        display: inline-block;
        max-width: 120px;
        margin: 0px 0px 5px 0px;
    }  
    .cf-hr {
        display: none;
    }
    .cf-welcome {
        display: contents;
    }
    .cf-menu-cart-short {
        display: inline;
        margin: 10px 8px 0px 0px;
        float: right;
        color: #ffffff !important;
        background-color: #888888;
        padding: 5px;
        border-radius: 5px;
    }
    .cf-menu-cart-short:hover {
        color: #ffffff !important;
        background-color: #444444;
        text-decoration: none;
    }
    .cf-menu-cart-long {
        display: none !important;
    }
}



