    /******************************************FONTS */
    @font-face {
        font-family: "Roboto";
        src: url("/saas/assets/fonts/roboto/Roboto-Regular.ttf");
    }

    @font-face {
        font-family: "Roboto-c";
        src: url("/saas/assets/fonts/Roboto-Condensed/RobotoCondensed-Regular.ttf");
    }

    @font-face {
        font-family: "Roboto-c-thin";
        src: url("/saas/assets/fonts/Roboto-Condensed/RobotoCondensed-Thin.ttf");
    }

    @font-face {
        font-family: "Roboto-blod";
        src: url("/saas/assets/fonts/roboto/Roboto-Bold.ttf");
    }

    @font-face {
        font-family: "Roboto-m";
        src: url("/saas/assets/fonts/roboto/Roboto-Medium.ttf");
    }

    /******************************************FONTS */
    /******************************************SCROLLBAR */
    @media only screen and (min-width: 900px) {
        ::-webkit-scrollbar {
            width: 4px;
            height: 4px;
        }

        ::-webkit-scrollbar-track {
            background: transparent;

        }

        ::-webkit-scrollbar-thumb {
            background-color: #ccc;
            border-radius: 5px;
            border: transparent;
        }

        .topIcons {
            display: none !important;
        }
    }

    /******************************************SCROLLBAR */
    /******************************************DESABLE SELECTION */
    body {
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -khtml-user-select: none;
    }

    /******************************************DESABLE SELECTION */
    a {
        color: #000;
        text-decoration: none;
    }

    div {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

    .hide {
        display: none;
    }

    body {
        font-family: "Roboto-m";
        margin: 0px;
    }

    /* .mainTemplate {
        font-family: Google Sans, -apple-system, BlinkMacSystemFont, sans-serif;
    } */

    .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    *[class^="col-"] {
        display: flex;
        align-items: center;
    }

    .ml-1 {
        margin-right: 3px;
    }

    .ml-2 {
        margin-right: 10px;
    }

    .ml-3 {
        margin-right: 20px;
    }

    .b {
        font-weight: 600;
    }

    .w-100 {
        width: 100%;
    }

    .w-75 {
        width: 75%;
    }

    .w-50 {
        width: 50%;
    }

    .w-25 {
        width: 25%;
    }

    .d-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .d-none {
        display: none;
    }

    .TopHeaderContainer {
        height: 46px;
        padding: 10px;
    }

    .BodyContainer {
        display: flex;
        height: calc(100% - 66px);
        overflow: hidden;
    }

    .leftContainer {
        overflow-y: auto;
        width: 240px;
    }

    .rightContainer {
        width: calc(100% - 240px);
    }

    .boxsContainer {
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100% - 57px);
    }

    .profile:hover,
    .topIcons:hover,
    .topCart:hover {
        background-color: #f5f5f5;
        border-radius: 20px;

    }

    .profile,
    .topIcons,
    .topCart {
        font-size: 24px;
        margin-right: 20px;
        color: #666;
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .badge {
        background-color: #fa0000ad;
        color: #fff;
        font-size: 12px;
        padding: 3px;
        border-radius: 50%;
        min-width: 13px;
        text-align: center;
        margin-top: -20px;
        position: absolute;
        margin-left: 36px;
        box-shadow: #ccc 0px 1px 1px 0px;
        display: none;
    }

    /**************************INPUT ***********************/
    .outerInput {
        border: 1px solid #d3d3d3;
        height: 37px;
        border-radius: 18px;
        width: 90%;
        margin-top: -5px;
        margin-left: -62px;
        box-shadow: inset #dfdfdf 0px 1px 2px;
    }

    .btnSearch:hover {
        background-color: #f0f0f0;
        cursor: pointer;
    }

    .btnSearch {
        margin-top: -4px;
        margin-left: -55px;
        border: none;
        height: 36px;
        border-radius: 0px 20px 20px 0px;
        width: 54px;
        background-color: #f8f8f8;
        border-left: 1px solid #d3d3d3;
    }

    .inputSearch:focus-visible {
        outline: none;
    }

    .inputSearch::placeholder {
        color: #d3d3d3;
    }

    .inputSearch {
        background-color: transparent;
        margin-left: 14px;
        height: 100%;
        width: 88%;
        border: none;
        font-size: 16px;
        font-weight: 500;
        color: #565656;
    }

    /**************************INPUT ***********************/
    /**************************LEFT MENU ***********************/
    .menu {
        height: calc(100% - 56px);
        padding: 10px;
    }

    .menuOption:hover {
        background-color: #f0f0f0;
    }

    .menuOption .menuIco img {
        width: 100%;
        height: 100%;
    }

    .menuOption .menuIco {
        margin-right: 10px;
        width: 32px;
        height: 32px;
        border-radius: 20px;
        border: 3px solid #fff;
        overflow: hidden;
        object-fit: cover;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menuOption .menuText {
        font-size: 14px;
    }

    .categoriesLeftList a {
        text-decoration: none;
        color: #565656;
        display: flex;
        font-size: 12px;
    }

    .menuOption {
        width: 94%;
        height: 30px;
        display: flex;
        align-items: center;
        padding: 5px;
        margin-right: 10px;
        border-radius: 10px;
        cursor: pointer;
    }

    .Menu .Selected {
        background-color: #f0f0f0;
        font-weight: bold;
    }

    hr {
        border: none;
        border-bottom: 1px solid #ebe9e9;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    h2 {
        display: flex;
        align-items: center;
    }

    h3 {
        font-size: 16px;
        color: #565656;
    }

    h2 .catImg img {
        object-fit: cover;
        width: 32px;
        height: 32px;
    }

    h2 .catImg {
        margin-left: 15px;
        border: 1px solid #ebebeb;
        border-radius: 16px;
        height: 32px;
        width: 32px;
        overflow: hidden;
        margin-right: 15px;
    }

    h2 .catName {
        /* margin-right: 15px; */
    }

    /**************************LEFT MENU ***********************/
    /**************************TOP MENU ***********************/
    .siteName h1 {
        font-size: 12px;
    }

    .steInfo {
        font-size: 10px;
        color: #646464;
        text-align: center;
        margin-top: -25px;
        position: absolute;
        width: 200px;
    }

    .b-radius {
        border-radius: 7px;
    }

    .topMenu {
        display: flex;
        height: 40px;
        align-items: center;
        width: 10000;
    }

    .topMenu .selected {
        background-color: #0f0f0f;
        color: #fff;
    }

    .topMenu div:hover {
        background-color: #0f0f0f;
        color: #fff;
    }

    .topMenu div {
        border-radius: 10px;
        background-color: #0000000d;
        margin-right: 10px;
        font-size: 14px;
        color: #0f0f0f;
        padding: 8px 10px 8px 10px;
        cursor: pointer;
        white-space: nowrap;
        min-width: 50px;
        text-align: center;
        display: table;
    }

    .topMenuScroll {
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
    }

    /**************************TOP MENU ***********************/
    /**************************PRODUCT ***********************/
    .product {
        cursor: pointer;
    }

    .product .top .image {
        height: 195px;
        width: 345px;
        border-radius: 10px;
        box-shadow: #e5e5e5 0px 0px 3px 0px;
        overflow: hidden;
        text-align: center;
        margin-left: 3px;
    }

    .product .top .image img {
        height: 205px;
        margin-top: -5px;
    }

    .forEachProducts {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .forEachProducts .product {
        margin-right: 15px;
        margin-bottom: 10px;
        width: 345px;
    }

    .forEachProducts .product .tag {
        color: #fff;
        background-color: #000;
        border-radius: 5px;
        padding: 3px;
        font-size: 12px;
        font-weight: bold;
        margin-top: -24px;
        position: relative;
        text-align: center;
        display: unset;
        float: right;
        z-index: 1;
        padding-inline: 15px;

    }

    .product .bottom {
        margin-top: 15px;
    }

    .product .bottom .title .text {
        font-weight: bold;
    }

    .product .bottom .title .note {
        background-color: #f2f1f1;
        border-radius: 10px;
        padding: 5px;
        font-size: 12px;
        font-weight: bold;
    }

    .product .bottom .title {
        display: flex;
        justify-content: space-between;

    }

    .product .bottom .description {
        font-size: 12px;
        color: #666;
    }

    /**************************PRODUCT ***********************/
    /**************************POPUP ***********************/
    .bgPopup {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        backdrop-filter: blur(2px);
        background-color: #00000026;
    }

    .modal {
        height: 100%;
        position: relative;
    }

    .popupSelection {
        width: 550px;
        background-color: #fff;
        height: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        border-radius: 20px;
        box-shadow: 0px 1px 4px 1px;
        overflow: hidden;
    }

    .modalHeader .left .title small {
        font-family: roboto-c;
        font-weight: 100;
    }

    .modalHeader .left .title {
        font-size: 16px;
        font-weight: bold;
        color: #3e3e3e;
        margin-left: 5px;
    }

    .modalHeader .left {
        display: flex;
        align-items: center;

    }

    .modalHeader {
        display: flex;
        padding-left: 10px;
        padding-top: 7px;
        justify-content: space-between;
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 8px;
    }

    .modalHeader .close:hover {
        color: red;
    }

    .modalHeader .close {
        font-size: 20px;
        color: #333;
        cursor: pointer;
        padding: 10px;
        margin-top: -7px;
        margin-bottom: -10px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .modalBody {
        height: calc(100% - 86px);
        overflow: auto;
    }

    .modalFooter button:hover {
        box-shadow: inset #00000012 0px 10px 14px 0px;
        padding-top: 2px;
    }

    .modalFooter button {
        width: 100px;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 25px;
        height: 35px;
        font-weight: bold;
        cursor: pointer;
        color: #065fd4;
        box-shadow: inset #00000012 0px -10px 14px 0px;
    }

    .modalFooter .footerRight,
    .modalFooter .footerLeft,
    .modalFooter .footercenter {
        width: 33.33%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modalFooter .footerRight {
        font-size: 14px;
    }

    .modalFooter .footerLeft {
        font-size: 12px;
        color: #404040;
    }

    .modalFooter {
        bottom: 0px;
        position: absolute;
        border-top: 1px solid #eee;
        width: 100%;
        height: 45px;
        display: flex;
        justify-content: space-between;
        background-color: #eeeeee6b;
        box-shadow: #000 -1px 0px 2px 0px;
    }

    .imgDescPopup {
        border-radius: 24px;
        width: 32px;
        height: 32px;
        margin: 5px;
        object-fit: contain;
        background-color: #fff;
    }

    .descPopup {
        border-bottom: 1px solid #eee;
        max-height: 95px;
        font-size: 12px;
        display: flex;
        align-items: center;
    }

    /* .subProduct:hover {
        background-color: #def1ff;
        border: 1px solid #def1ff;
    } */

    .subProduct {
        border: 1px solid #ccc;
        margin: 8px;
        border-radius: 22px;
        cursor: pointer;
        height: 42px;
        overflow: hidden;
    }

    .headerSubProduct {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .optionSubProduct input[type=radio] {
        height: 32px;
        width: 32px;
        margin-top: -1px;
        margin-right: 0px;
    }

    .optionSubProduct input[type=checkbox] {
        position: relative;
        cursor: pointer;
        height: 0px;
        width: 0px;
    }

    .optionSubProduct input[type=checkbox]:before {
        content: "";
        display: block;
        width: 32px;
        height: 32px;
        border: 2px solid #5c5c5c;
        border-radius: 18px;
        margin-left: -32px;
        margin-top: -18px;
    }

    .optionSubProduct input[type=checkbox]:checked:after {
        content: "";
        width: 6px;
        height: 20px;
        border: solid #0083ff;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: -13px;
        left: -18px;
    }

    .optionSubProduct {
        font-size: 32px;
        margin-right: 6px;
        color: #333;
    }

    .priceSubProduct {
        color: #ff0000a1;
        font-weight: bold;
        font-size: 12px;
    }

    .cartContent small,
    .minMaxSubProduct {
        color: #000000;
        background-color: #0000000d;
        font-size: 10px;
        padding: 2px 5px 2px 5px;
        border-radius: 12px;
        position: relative;
        top: -5px;
        box-shadow: #ccc 0px 1px 2px 0px;
        font-family: Roboto-c;
        font-weight: bold;
    }

    /* .qtyGrp {
        display: none;
    } */
    .blocCartQty {
        display: flex;
        align-items: center;
    }

    .qtyGrp .minus {
        color: #ccc;
    }

    .qtyGrp .plus {
        color: #69a9cc;
    }

    .qtyGrp .qty {
        width: 45px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding-top: 6px;
        margin-left: 2px;
    }

    .blocCartQty .btn .fa-circle-minus {
        color: #8d8d8d;
    }

    /**************************POPUP ***********************/
    /**************************CART ***********************/
    .cartContent {
        padding: 10px;
    }

    .subProdCat {
        font-size: 14px;
        color: #5c5c5c;
    }

    .cartList {
        display: flex;
        font-size: 14px;
    }

    .cartProducts {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .cartProductsHeader {
        height: auto;
        padding: 5px;
        padding-bottom: 10px;
        background-color: #eee;

    }

    .cartProductsHeader .title {
        cursor: pointer;
        font-size: 14px;
        line-height: 14px;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        padding-top: 4px;
        font-family: roboto-c;
        font-weight: bold;
        padding-right: 5px;
    }

    .cartProductsHeader .btn {
        color: #939393;
        font-size: 24px;
    }

    .cartProductsHeader .cartQty {
        color: #939393;
        font-size: 14px;
        font-weight: bold;
        min-width: 20px;
        text-align: center;
    }

    .cartProductsHeader .cartQtyMinus {
        color: #cf1414;
    }

    .cartProductsHeader .cartQtyPlus {
        color: green;
    }

    .productBody {
        margin-bottom: 23px;
        padding: 5px;
    }

    .cartProductsFooter {
        position: absolute;
        bottom: 0px;
        text-align: center;
        font-size: 10px;
        color: #555;
        width: 96%;
        border-top: 1px solid #eae9e9;
        padding: 5px;
        background-color: #f5f5f5;
        font-weight: bold;
    }

    .productContainer {
        border: 1px solid #bbb;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 20px;
        margin-right: 5px;
        width: 47%;
        box-shadow: #b9b9b9 0px 1px 4px 1px;
        background-color: #fcfcfc;
        position: relative;
    }

    .productContainer small {
        height: 12px;
        display: inline-block;
        padding: 0;
        padding-inline: 5px;
        top: -2px;
        background-color: #00000003;
    }

    /**************************CART ***********************/
    /**************************PROFILE ***********************/
    .profileManager {
        position: absolute;
        top: 0;
        right: 0;
        width: 300px;
        background-color: #fefefe;
        height: 100%;
        z-index: 1;
        box-shadow: #00000030 -2px 0px 2px 1px;
        display: none;
    }

    .profileFooter .link {
        margin-top: 10px;
    }

    .profileFooter .link a {
        text-decoration: none;
    }

    .profileFooter {
        text-align: center;
        font-size: 14px;
    }

    .profileManager .closeBtn:hover {
        color: #ff36366b;
    }

    .profileManager .closeBtn {
        float: right;
        font-size: 27px;
        color: #0000006b;
        cursor: pointer;
    }

    .profileManager .container {
        padding: 10px;

    }

    .profileBody .form {
        padding: 5px;
    }

    .input {
        margin-top: 5px;
    }

    .inputSet .lable {
        margin-top: 5px;
        color: #727272;
    }

    .inputSet .inputCheckbox {
        display: flex;
        align-items: center;
    }

    .inputSet .lable .fa-circle-question {
        cursor: pointer;
    }

    .inputSet .inputCheckbox input {
        height: 18px;
        width: 18px;
    }

    .input input {
        border: 1px solid #f1f0f0;
        border-radius: 5px;
        width: 100%;
        height: 35px;

    }

    .btnGroup {
        padding: 10px;
        display: flex;
        justify-content: center;
    }

    .btnGroup .btn:hover {
        cursor: pointer;
        color: #fff;
        background-color: #000;
    }

    .btnGroup .btn {
        padding: 10px;
        padding-inline: 20px;
        border: 1px solid #eee;
        border-radius: 20px;
        font-size: 14px;
        font-weight: bold;
        background-color: #fff;
    }

    .invoicesCopyright {
        bottom: 0;
        position: absolute;
        width: 280px;
    }

    .invoicesCopyright .link {
        width: 100%;
        font-size: 12px;
        text-align: center;
        padding-bottom: 5px;
    }

    /**************************PROFILE ***********************/
    /**************************LOADING ***********************/
    /* HTML: <div class="loader"></div> */
    .loader {
        width: 60px;
        aspect-ratio: 1;
        border: 15px solid #ddd;
        border-radius: 50%;
        position: relative;
        transform: rotate(45deg);
        margin-left: auto;
        margin-right: auto;
        margin-top: 25%;
    }

    .loader::before {
        content: "";
        position: absolute;
        inset: -15px;
        border-radius: 50%;
        border: 15px solid purple;
        animation: l18 15s infinite linear;

    }

    @keyframes l18 {
        0% {
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
        }

        25% {
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
        }

        50% {
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
        }

        75% {
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
        }

        100% {
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
        }
    }

    /**************************LOADING ***********************/
    /**************************TOAST ***********************/
    .jq-icon-info {
        background-color: #6c2bd9;
    }

    .jq-toast-single {
        width: auto !important;
    }

    /**************************TOAST ***********************/