.product-card {
    cursor: pointer;
}

.cursor {
    cursor: pointer;
}


.active {
    font-weight: bold;
}
.disabled {
    pointer-events: none;
    opacity: 0.4;
}




.select2-container .select2-selection--single {
    height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 39px;
}

.custom-select, .form-control {
    /*background: #fff;*/
    padding: 10px 20px;
    font-size: 14px;
    height: auto;
}



.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    width: 100%;
    max-width: 90%;
}




.product-card .product-image .sticker-1.not-available {
    background-color: red;

}

.product-card .product-image .sticker-2.frozen {
    background-color: #5fa3f1;
}
.product-card .product-image .sticker-2 {
    margin-top: -10px;
    position: absolute;
    top: 10px;
    right: 110px;
    border-radius: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(10deg);
    padding: 4px;
}

.product-card .product-image .sticker-1 {
    margin-top: -10px;
    position: absolute;
    top: 10px;
    right: -8px;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product-card .product-image .sticker-1 span {
    font-size: 12px;
    text-transform: uppercase;

    height: 45px;
    line-height: 19px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin: 8px;
}




.notActive {
    background-color: #ddd;
}







.readmore {
    position: relative;
    max-height: 100px;
    overflow: hidden;
    width:200px;
    padding: 10px;
    margin-bottom: 20px;
    transition:max-height 0.15s ease-out;
}
.readmore.expand{
    max-height: 5000px !important;
    transition:max-height 0.35s ease-in-out;
}
.readmore-link {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    color: blue;
    font-weight: bold;
    font-size: 16px;
    padding-top: 40px;
    background-image: linear-gradient(to bottom, transparent, white);
    cursor: pointer;
    border-bottom: 2px solid black;
    padding-bottom: 24px;
}
.readmore-link.expand {
    position: relative;
    background-image: none;
    padding-top:10px;
    height:20px;
}
.readmore-link:after {
    content:"Read more";
}
.readmore-link.expand:after{
    content:"Read less";
}
.greyed{
    margin-top: 10px !important;
}











.pcoded-submenu .active {
    background: #5d8ebb;
}

.pcoded-submenu .active-link {
    background: #86ae00;
    color:white;
}




.hidden {
    display: none;
}
.hide {
    display: none;
}
.show {
    display: block !important;
}
.red-font{
    color: red;
}




.product-option {
    background-color: #FFFFFF;
    padding: 0 30px;
    min-height: 50px;
    height: unset;
}


.link {
    cursor: pointer;
}

.mt-28{
    margin-top: 28px !important;
}


.shippingReminder {
    background-color: rgb(255, 191, 0);
    border-radius: 7px;
    width: 50%;
    margin: auto;
}

.urgentOrderCheckbox {
    background-color: rgba(255, 77, 0, 0.54);
    border-radius: 7px;
    width: 50%;
    margin: auto;
}
.urgentOrderCheckbox label {
    margin-bottom: 0px;
}


.single-support
{
    border: 1px solid #ddd;
    position: relative;
    height: 35px;
    line-height: 70px;
    background-color: white;
}

.borderRed {
    border: 1px solid red;
}

.single-support .text
{
    line-height: 35px;
    padding-left: 70px;
    color: #222;
}


.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.smaller {
    font-size: 10px;
    color: #555;
}

.noBreak {
    white-space: nowrap;
}
.breakSpaces {
    white-space: break-spaces;
}

.badge-CLIENT {
    background-color: #007ac6;
    color: white;
}
.badge-COORDINATOR {
    background-color: #00c6bf;
    color: white;
}
.badge-DIETITIAN {
    background-color: #b9c903;
    color: white;
}
.badge-STAFF {
    background-color: #00830d;
    color: white;
}
.badge-ADMIN {
    background-color: #ff0000;
    color: white;
}

.badge-SCAN {
    background-color: #ff0000;
    color: white;
}



.badge-COORDINATOR-AWAITING {
    background-color: #ffa400;
    color: white;
}


.badge-SCAN-AWAITING {
    background-color: #eca4b2;
    color: white;
}

.badge-CLIENT-AWAITING-PAYMENT {
    background-color: #ccc200;
    color: white;
}

.badge-CLIENT-CANCELLED {
    background-color: #9b9b9b;
    color: white;
}

.badge-CLIENT-PAYMENT-DECLINED {
    background-color: #ff0000;
    color: white;
}

.badge-PATIENT-AWAITING-PAYMENT {
    background-color: #fff200;
    color: white;
}

.badge-PATIENT-CANCELLED {
    background-color: #9b9b9b;
    color: white;
}

.badge-PATIENT-PAYMENT-DECLINED {
    background-color: #ff0000;
    color: white;
}

.badge-COORDINATOR-ORDER-REJECTED {
    background-color: #cccccc;
    color: white;
}

.badge-STAFF-AWAITING {
    background-color: #9a6200;
    color: white;
}

.badge-STAFF-BACKORDER {
    background-color: #043efc;
    color: white;
}

.badge-STAFF-PROCESSED {
    background-color: #00830d;
    color: white;
}

.badge-STAFF-CANCELLED {
    background-color: #9b9b9b;
    color: white;
}



.money {
    text-align: right;
}

.deceased {
    background-color: #ffc6c6;
}



.error-message {
    font-size: 10px;
    color: red;
}


.text-muted {
    color: #6c757d !important;
    font-size: 10px;
}



.btn-sm {
    padding: 0;
    margin: 0;
    line-height: 20px;
}



.category-list .btn-sm {
    white-space: wrap;
}
.category-list a {
    line-height: 18px!important;
    padding: 5px;
}
.category-list img {
    width: 100px;
}

.category-list .badge-success {
    color: #fff!important;
    background-color: #415500;
}


.date {
    color: gray;
}





.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f00;
    outline: 14px;
    box-shadow: 0 0 0 0.5rem rgba(0,123,255,.25);
}




a.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}






/* covered / not-covered */
.product-card .product-image .sticker {
    position: absolute;
    top: 8px;
    left: 0px;
    border-radius: 10pz;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    line-height: 19px;
    width: 69px;
}
.product-card .product-image .sticker {
    border-radius: 10px;
}
.product-card .product-image .sticker.notCovered {
    background-color: #c6a900;
}
.product-card .product-image .sticker.covered {
    background-color: #00d878;
}
.product-card .product-image .sticker span {
    font-size: 9px;
    width: 65px;
    line-height: 19px;
    height: 25px;
}

.covered {
    background-image: url('../../img/share/Grn-CheckTRI.png'); /* Replace with actual image path */
    height: 62px;
    background-size: 60px;
    background-repeat: no-repeat;
    top: 0px;
    position: absolute;
    right: 0px;
    width: 60px;
    margin-top: 0px;
    padding-top: 0px;
    float: right;
}

.cart .covered {
    background-image: url('../../img/share/Grn-CheckSQ.png'); /* Replace with actual image path */
    position: relative;
    background-size: 20px;
    height: 20px;
    width: 20px;
    left: 0px;
    top: 0px;
    float: left;
}

.notCovered {
    background-image: url('../../img/share/OR-MoneyTRI.png'); /* Replace with actual image path */
    height: 62px;
    background-size: 60px;
    background-repeat: no-repeat;
    top: 0px;
    position: absolute;
    right: 0px;
    width: 60px;
    margin-top: 0px;
    padding-top: 0px;
}

.cart .notCovered {
    background-image: url('../../img/share/OR-MoneySQ.png'); /* Replace with actual image path */
    position: relative;
    background-size: 20px;
    height: 20px;
    width: 20px;
    left: 0px;
    top: 0px;
    float: left;
}



@media only screen and (max-width: 575px) {

    .covered, .notCovered {
        width: 120px;
    }

    .product-card {
        min-height: 350px;
        height: unset;
    }
}





.single-product-image .covered, .single-product-image .notCovered {
    top: 0px;
}




.navbar-menu .btn {
    color: white!important;
}





.w100px {
    width: 100px;
}



@media (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .hide-desktop {
        display: none;
    }
}




.search-form a {
    background: #00509e;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 1em;
    font-weight: normal;
    height: 50px;
    letter-spacing: .05em;
    line-height: 50px;
    min-width: 120px;
    outline: none;
    padding: 0 20px;
    position: static;
    text-align: center;
    width: auto;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

h3 small {
    font-size: 33%;
    font-weight: 400;
}

.header-logo-search h3 {
    top: 5px!important;
    position: relative;
}
