@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

[data-bs-theme=light] {
    --bs-app-bg-color: #f5f8fa;
    --bs-app-blank-bg-color: #f5f8fa;
}

body, p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    color: #333;
}

    body::-webkit-scrollbar, div::-webkit-scrollbar {
        width: 5px;
        background-color: #f9f9f9;
    }

    body::-webkit-scrollbar-track, div::-webkit-scrollbar-track {
        background: transparent;
    }

    body::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb {
        background-color: #dddddd;
        border-radius: 20px;
        border: 2px solid #e5e3e3;
    }

ul {
    list-style-type: none;
}

.breadcrumb-item a,
.breadcrumb-item span {
    margin-top: 3px;
}

.btn:hover {
    transform: none !important;
}

.nav-link {
    padding: 0.7rem 0.7rem !important;
    font-weight: 500;
    color: rgb(52, 63, 82);
    font-size: .75rem;
}

.nav-item .dropdown-item {
    font-weight: 500 !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg[class*="navbar-bg-"]:not(.fancy):not(.extended):not(.fixed) .navbar-collapse .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .navbar .logout {
        display: none;
    }
}

.shopping-cart-uwrap {
    height: calc(100vh - 280px);
    overflow-y: auto;
}

.tx-qty {
    max-width: 70px;
}

.shop-box label {
    margin-top: 4px;
    cursor: pointer;
}

.shop-box .items-wrp {
    max-height: 270px;
    overflow-y: auto;
}

.shop-filters .filter-item {
    margin-bottom: 1rem;
    border-radius: 12px;
    padding: 3px 10px
}

.shop-filters label {
    line-height: 1rem;
    margin-right: 2px;
}

.shop-filters .btn-close:before {
    font-size: .75rem;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
}

.shop-filters #bt_clear_filters {
    padding: 1px 13px;
}

.item figure .item-cart, .swiper-slide figure .item-cart,
.item figure .item-cart:hover, .swiper-slide figure .item-cart:hover {
    background: #f5f5f6;
}

.item-like.active {
    background-color: #E0245E !important;
}

    .item-like.active i {
        color: white !important;
    }

.ws-shop .ws-shop-items {
    height: calc(100vh - 220px);
    overflow-y: auto;
}

.ws-shop .ws-shop-item-action {
    height: 43px;
    max-width: 55% !important;
}

.ws-shop .ws-shop-item-desc span {
    margin-right: 0px;
}

.ws-shop .ws-shop-cart {
    height: calc(100vh - 300px);
    overflow-y: auto;
}

.w-17 {
    width: 4rem !important
}

.flex-fill {
    flex: 1 1 auto !important;
    width: 45%;
}

#toast-container > div,
#toast-container > div:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.toast-close-button {
    font-weight: 300;
    font-size: 25px;
}

.toast-success {
    background-color: #40c174;
}

.toast-info {
    background-color: #0b82cb;
}

.toast-warning {
    background-color: #df8b38;
}

.toast-error {
    background-color: #e94242;
}

.toast-message {
    font-size: 14px;
    line-height: 1rem;
}

.editor-container {
    background-color: #F9F9F9;
    border-color: #F9F9F9;
    color: #4B5675;
    transition: color .2s ease;
    height: 100%;
    padding: 10px;
    border-radius: 5px;
}

@media screen and (max-width: 600px) {
    .item figure .item-cart, .swiper-slide figure .item-cart {
        opacity: 1;
        position: absolute;
        bottom: -2rem;
        padding: 0rem;
        margin: 0;
        left: 0;
        width: 100%;
        height: auto;
        color: var(--bs-white);
        background: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        text-align: center;
        transition: all .3s ease-in-out;
        font-size: .85rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        bottom: 0px;
    }

        .item figure .item-cart, .swiper-slide figure .item-cart, .item figure .item-cart:hover, .swiper-slide figure .item-cart:hover {
            background: transparent;
        }

    .mx-1 {
        margin-right: .15rem !important;
        margin-left: .15rem !important
    }

    .form-control-sm {
        min-height: calc(1.7em + .8rem + 2px);
        padding: .2rem .4rem;
        font-size: .6rem;
        border-radius: .4rem;
    }

    .item figure .item-like, .item figure .item-link, .item figure .item-view, .swiper-slide figure .item-like, .swiper-slide figure .item-link, .swiper-slide figure .item-view {
        opacity: 0;
        position: absolute;
        right: 0;
        bottom: 1rem;
        width: 1.5rem;
        height: 1.5rem;
        line-height: 2.2rem;
        z-index: 1;
        transition: all .3s ease-in-out;
        opacity: 0;
        color: #343f52;
        background: rgba(var(--bs-white-rgb), .7);
        box-shadow: 0 0.25rem 0.75rem rgba(30,34,40,.02);
        font-size: 1rem;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .text-md-end {
        text-align: right !important
    }

    .flex-fill {
        flex: 1 1 auto !important;
        width: 55%;
    }

    .width-10 {
        min-width: 10rem;
    }

    .width-13 {
        min-width: 13rem;
    }

    .width-135 {
        min-width: 13.5rem;
    }

    .width-20 {
        min-width: 20rem;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {

    .item figure .item-cart, .swiper-slide figure .item-cart {
        opacity: 1;
        position: absolute;
        bottom: -2rem;
        padding: 0rem;
        margin: 0;
        left: 0;
        width: 100%;
        height: auto;
        color: var(--bs-white);
        background: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        text-align: center;
        transition: all .3s ease-in-out;
        font-size: .85rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        bottom: 0px;
    }

        .item figure .item-cart, .swiper-slide figure .item-cart, .item figure .item-cart:hover, .swiper-slide figure .item-cart:hover {
            background: transparent;
        }

    .mx-1 {
        margin-right: .15rem !important;
        margin-left: .15rem !important
    }

    .form-control-sm {
        min-height: calc(1.7em + .8rem + 2px);
        padding: .2rem .4rem;
        font-size: .6rem;
        border-radius: .4rem;
    }

    .item figure .item-like, .item figure .item-link, .item figure .item-view, .swiper-slide figure .item-like, .swiper-slide figure .item-link, .swiper-slide figure .item-view {
        opacity: 0;
        position: absolute;
        right: 0;
        bottom: 1rem;
        width: 1.5rem;
        height: 1.5rem;
        line-height: 2.2rem;
        z-index: 1;
        transition: all .3s ease-in-out;
        opacity: 0;
        color: #343f52;
        background: rgba(var(--bs-white-rgb), .7);
        box-shadow: 0 0.25rem 0.75rem rgba(30,34,40,.02);
        font-size: 1rem;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .text-md-end {
        text-align: right !important
    }

    .flex-fill {
        flex: 1 1 auto !important;
        width: 45%;
    }
}



table.quickgrid {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0 5px !important;
}

    .data-item, table.quickgrid tbody tr,
    .data-item, table.quickgrid tfoot tr {
        /*cursor: pointer;*/
        background: #fff;
        border: none;
        border-radius: 5px;
        /*display: table-row;*/
        border-spacing: 2px;
    }

    .data-item, table.quickgrid thead tr th {
        border: none !important;
        border-style: none !important;
        border-bottom-width: 0;
        width: auto !important;
        padding: 5px 0px 5px 14px !important;
    }

        .data-item, table.quickgrid thead tr th button,
        .data-item, table.quickgrid thead tr th button:hover,
        .data-item, table.quickgrid thead tr th button:active {
            border: none !important;
            background: transparent !important;
        }

    table.quickgrid.no-header thead {
        display: none !important;
    }

    .data-item, table.quickgrid tbody tr td,
    .data-item, table.quickgrid tfoot tr td,
    .data-item, table.quickgrid tfoot tr th {
        border: none !important;
        border-style: none !important;
        border-radius: 2px;
        padding: 15px 20px !important;
        white-space: normal !important;
    }

    .data-item, table.quickgrid tbody tr td {
        font-weight: 500 !important;
    }

    .data-item, table.quickgrid tfoot tr td,
    .data-item, table.quickgrid tfoot tr th {
        padding: 10px 20px !important;
    }

    table.quickgrid tfoot tr th {
        font-weight: 700 !important;
    }

    .data-item, table.quickgrid tbody tr td.slim-td {
        padding: 10px !important;
    }

    table.quickgrid thead th {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    table.quickgrid tbody th {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
    }

    table.quickgrid thead th:first-child {
        left: 0;
        z-index: 2;
    }

    table.quickgrid thead th:last-child {
    }

    table.quickgrid thead th,
    table.quickgrid thead th button {
        background: #fff;
        z-index: 1;
    }

        table.quickgrid thead th button:hover,
        table.quickgrid thead th button:active {
            background: #fff !important;
        }

    table.quickgrid tr th:first-child,
    table.quickgrid tr td:first-child {
        border-radius: 4px 0px 0px 4px;
    }

    table.quickgrid tr th:last-child,
    table.quickgrid tr td:last-child {
        border-radius: 0px 4px 4px 0px;
    }

    table.quickgrid tr:empty {
        display: none !important;
    }

body.dark .data-item,
body.dark table.quickgrid thead th,
body.dark table.quickgrid tbody tr,
body.dark table.quickgrid thead th button {
    background: #1A1D1F;
    color: #ddd;
}

.tab-each {
    min-height: 50px !important;
    padding: 0 1.25rem !important;
}

.accordion-new-body {
    /* padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);*/
}

.accordion-new-item {
    color: var(--bs-accordion-color);
    /* background-color: var(--bs-accordion-bg); */
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.image-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.image-input {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 30%;
}

.image-title {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.image-checkbox {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 20px;
    height: 25px;
    border-radius: 50%;
    z-index: 1;
}

.image-name.full {
    max-height: none;
}

.button-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.picker label {
    inline-size: inherit !important;
    margin-right: .3rem !important;
}