#loading {
    background-image: url("../img/loading.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgb(255 255 255 / 60%);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999999;
}

.custom-card {
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    border-radius: 10px;
}

.preloader {
    background-color: #ffffff !important;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}
.owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 50px);
    left: -25px;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}
.owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 50px);
    right: -25px;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}
.owl-theme .owl-nav [class*=owl-],
.owl-theme .owl-nav [class*=owl-]:hover {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #b4b4b4;
    background: #f5f5f5;
    border: 1px solid #f7f7f7;
    cursor: pointer;
    opacity: 0.3;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1;
}

.modal .btn-close-modal {
    width: 20px;
    height: 20px;
    background: #626262;
    color: #FFFFFF;
    border-radius: 50%;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
}

.modal .modal-dialog-centered {
    justify-content: center;
}

/* Custom auto complete --> */
.ui-autocomplete {
    z-index: 99999;
    max-height: 18em;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none;
    background: rgb(234 234 234 / 50%);
    font-weight: normal;
    color: unset;
}

.search-mobile {
    visibility: hidden;
    position: absolute;
    right: 29px;
    top: 40px;
    width: 275px;
    -webkit-transition: all 0.3s ease 0s;
    opacity: 1;
    z-index: 2;
}

.search-mobile.active {
    visibility: visible;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 1;
}

.search-mobile {
    right: 0;
    top: 37px;
}

.h-unset {
    height: unset !important;
}

.owl-stage {
    display: flex;
}

/* <-- Custom auto complete */
.item-product-description p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.font-16 {
    font-size: 16px;
}

.channel {
    width: 75%;
}

.view {
    width: 25%;
}

/*Responsive*/
@media (max-width: 991px) {

}

@media (min-width: 375px) and (max-width: 500px) {
    .channel {
        width: 65%;
        height: 22px;
    }

    .channel strong {
        word-break: break-word;
    }

    .view {
        width: 40%;
    }
    .wd-shop-btn {
        font-size: 15px !important;
        padding: 10px !important;
        line-height: 10px !important;
    }

    .modal-content {
        padding: 0;
        width: 90%;
        height: auto !important;
    }

    .modal-lg {
        max-width: unset !important;
    }
}
