    .ins-i-button {
        position: relative;
        transition: 0.3s all;
    }
    
    .ins-i-button span {
        position: absolute;
        font-size: 18px;
        padding: 5px;
        border: 1px solid;
        border-radius: 50%;
        margin-top: 4px;
        margin-left: 3px;
        left: 0;
        transition: 0.3s all;
        transform: rotate(0);
    }
    
    .ins-i-button:hover span {
        transform: rotate(30deg);
        color: #fff !important;
    }
    
    .ins-i-button:hover {
        font-weight: bold;
        color: #fff !important;
        background-color: var(--primary) !important;
    }
    
    .-optcart-search-area {
        position: relative;
    }
    
    .-optcart-table-area {
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        height: calc(100% - 130px);
        border: 1px solid var(--border);
    }
    
    .ins-table-grid .ins-td,
    .ins-table-grid .ins-th {
        font-size: 12px;
    }
    
    .ins-table-grid .ins-thead {
        background: #d7d7d7 !important;
        position: sticky !important;
        top: 0;
        z-index: 100;
    }
    
    .ins-table-grid .ins-th {
        border-color: #bdbdbd !important;
    }
    
    .-optcart-table-infos-area {
        position: absolute;
        top: auto;
        height: 40px;
        bottom: 0px;
        width: 100%;
        z-index: 111;
        left: 0;
    }
    
    .-view-product-btn:hover {
        color: var(--primary) !important;
        cursor: pointer;
    }
    
    .-optcart-search-table-area {
        position: fixed;
        height: 750px;
        top: 118px;
        bottom: 0;
        height: calc(100% - 120px);
        background: #fff;
        transition: 0.2s;
        left: 0;
    }
    
    .-optcart-search-table-area-fixed {
        position: fixed;
        z-index: 111;
        top: 0;
        height: 100%;
    }
    
    .lni-frame-expand,
    .-optcart-search-table-area-fixed .lni-full-screen {
        display: none;
    }
    
    .-optcart-search-table-area-fixed .lni-frame-expand {
        display: block;
    }
    
    .ins-table-grid.-search-table .ins-tr.-selected,
    ._selected {
        background: #b9ccdb;
    }
    
    .ins-table-grid.-search-table .ins-tr:hover,
    ._hover {
        background: #ddd !important;
    }
    
    ._hover {
        cursor: unset;
    }
    
    .ins-table-grid.-search-table .ins-tr.-selected:hover {
        background: #b0c0cd !important;
    }
    
    .ins-ui-input,
    .ins-form-input,
    .ins-ui-input,
    .ins-form-input .ins-input {
        border-radius: 50px;
        border: 1px solid #a7a7a7;
    }
    
    .ins_button,
    .ins-button {
        border-radius: 50px;
    }
    
    header {
        position: relative !important;
    }
    
    .ins-table-grid.-search-table .ins-tr.-optcart-items-incart,
    ._incart {
        background: #8fce47 !important;
    }
    
    .ins-table-grid.-search-table .ins-tr.-optcart-items-incart:hover {
        background: #7eb73e !important
    }
    
    ._key {
        width: 17px;
        height: 17px;
        margin-left: 20px;
        border-radius: 5px;
    }
    
    .ins-table-grid.-search-table .ins-tr .ins-td:first-child,
    .ins-table-grid.-search-table .ins-tr .ins-th:first-child {
        position: sticky;
        left: 0;
        z-index: 2;
        background-color: #fff;
    }
    
    .ins-table-grid.-search-table .ins-tr {
        position: relative;
    }
    
    .-optcart-search-row-actions {
        position: absolute;
        right: 0
    }
    
    .-optcart-search-row-actions {
        position: fixed;
        right: 10px;
        top: 0;
        display: none;
        z-index: 1111111111111111111111111;
        left: auto;
    }
    
    .-optcart-items-incart .-optcart-item-remove {
        display: inline;
    }
    
    .-optcart-items-incart .-optcart-item-add,
    .-optcart-item-remove {
        display: none;
    }
    
    .-optcart-search-inputs {
        position: absolute;
        z-index: 11111;
        top: -3px;
    }
    
    .-optcart-search-advan {
        display: none;
    }
    
    .-optcart-search-showadvan .-optcart-search-advan {
        display: flex;
    }
    
    .-optcart-search-inputs {
        transition: 0.1s;
        width: calc(100% - 12px) !important;
        right: 5px;
        left: 5px;
        border-radius: 30px;
        padding: 5px !important;
    }
    
    .-optcart-search-showadvan {
        background: var(--ins-color-6) !important;
        border: 1px solid #a7a7a7;
    }
    
    .-sh-data-area {
        height: 100%;
        overflow: auto;
        padding-left: 20px;
    }
    
    .-sh-border {
        position: relative;
        border-left: 3px solid #a7a7a7;
        max-width: 900px;
    }
    
    .-sh-item-icon {
        position: absolute;
        line-height: 33px;
        left: -16px;
        top: 0;
    }
    
    .-sh-item {
        position: relative;
        max-width: 100%;
        transition: 0.2s;
    }
    
    .-sh-item-title-date {
        font-weight: normal;
        font-family: var(--font);
    }
    
    .-sh-item-buttons .-sh-item-button {
        min-width: 165px;
        margin-left: 14px;
        cursor: pointer;
        position: relative;
        top: 18px;
    }
    
    .-sh-item-buttons .-sh-item-icon {
        top: auto;
        bottom: 0;
    }
    
    .ins-table-data .ins-tr {
        padding: 6px;
        min-height: 40px;
        margin-bottom: 3px;
        line-height: 20px;
        font-size: 15px;
    }
    
    .-sh-item-area-actions {
        display: none;
        position: absolute;
        right: 12px;
        top: 0;
    }
    
    .-sh-item:hover .-sh-item-area-actions {
        display: flex;
    }
    
    .-sh-item-min-btn {
        transform: rotate(90deg);
        transition: 0.2s;
    }
    
    .-sh-item-min .-sh-item-min-btn {
        transform: rotate(0);
    }
    
    .ui_form_small .ins-form-input {
        padding: 6px;
        min-height: 25px;
        margin-bottom: 3px;
        line-height: 20px !important;
        font-size: 15px;
    }
    
    .-view-panel-btn:hover {
        background-color: var(--primary) !important;
        color: white !important;
        font-weight: bold !important;
    }
    
    .-sh-item-shipment-data {
        max-height: 5000px;
        transition: 0.4s;
        opacity: 1;
    }
    
    .-sh-item-min .-sh-item-shipment-data {
        max-height: 0;
        opacity: 0;
    }
    
    .-optcart-search-tpage {
        color: white !important;
    }
    
    .-optcrat-page-actions-area {
        margin-right: 25px;
        min-width: 300px;
    }
    
    .mod-footer,
    .-mod-copyright {
        display: none;
    }
    
    .-dashboard-area {
        margin-top: 80px;
    }
    
    .ins-button-stroke {
        border-radius: 50px;
    }
    
    .ins-panel-overlay .lni-close {
        display: none !important;
    }
    
    .lni-close {
        cursor: pointer !important;
    }
    
    .ins-panel-overlay .lni-close.-keep-it {
        display: block !important;
    }
    
    .-sh-shiment-data-area,
    .-sh-shiment-gen-area,
    .-sh-shiment-cart-data-area {
        position: absolute;
        top: 0;
        height: 100%;
    }
    
    .-sh-shiment-data-area {
        left: 380px;
    }
    
    .-sh-shiment-gen-area {
        right: 20px;
    }
    
    .-sh-shiment-cart-data-area {
        left: 0;
        ;
    }
    
    .-sh-shiment-cart-area {
        position: relative;
        max-height: calc(100% - 137px);
        overflow: auto;
    }
    
    .ins-table-grid .ins-td {
        height: 78px !important;
    }
    
    .-price-table .ins-td {
        height: 40px !important;
    }
    
    .ins-table-grid .ins-tr:hover .-tb-img {
        border: 2px solid var(--primary);
        cursor: pointer;
    }
    
    .-tb-img {
        max-width: 60px;
        border-radius: 10px;
        margin: 5px;
        border: 1px solid #cacaca;
    }
    
     ::-webkit-scrollbar-thumb {
        border-radius: 15px;
        width: 1px !important;
        opacity: 1;
        background: var(--ins-color-12)
    }
    
     ::-webkit-scrollbar {
        border-radius: 5px;
        width: 5px;
        background: var(--ins-color-6)
    }
    
    .-sh-add-form-btn {
        opacity: 0.8;
        transition: 0.1s;
        cursor: pointer;
    }
    
    .-sh-add-form-btn._remove {
        transform: rotate(45deg);
        color: red !important;
    }
    
    .ins-panel-overlay,
    .ins-loader {
        z-index: 111111 !important;
    }
    
    .ins-lightbox,
    .ins-lightpanel,
    .ins-editor-fullscreen {
        z-index: 111111 !important;
    }
    
    .-prop-icon {
        width: 40px;
        height: 40px;
        top: -3px;
        font-size: 12px;
        position: relative;
        border: 1px solid #ec272969 !important;
        line-height: 14px;
        padding: 5px;
    }
    
    .ins-button-text-primary:hover {
        color: var(--primary) !important;
    }
    
    .-auto-fill-list,
    .-auto-fill-list-model {
        position: absolute;
        top: 45px;
        width: calc(100% - 20px);
        background-color: #fff;
        max-height: 405px;
        overflow: auto;
        z-index: 1;
        height: auto;
    }
    
    .-auto-fill-list-item,
    .-auto-fill-list-model-item {
        transition: 0.1s;
        cursor: pointer;
        padding: 0 10px;
    }
    
    .-auto-fill-list-item:hover,
    .-auto-fill-list-model-item:hover {
        color: var(--primary);
        font-weight: bold;
        font-size: 1.1rem;
        background: #eeee;
    }
    
    .-optcart-filter-result-remove {
        font-size: 10px;
        padding: 5px;
        top: -1px;
        position: relative;
    }
    
    .-product-contact-view-btn:hover {
        color: var(--primary);
        text-decoration: underline;
        cursor: pointer;
    }
    
    .-opt-search-input.item_number:focus {
        border-color: transparent !important;
    }
    
    .ins-form-input:has(> .-opt-search-input.item_number:focus) {
        border-color: var(--primary) !important;
    }
    
    .ins-data-icon {
        width: 20px;
        margin-bottom: -10px;
    }
    
    .ins-data-icon svg {
        fill: red !important;
    }
    
    .-view-panel-btn:hover .ins-data-icon svg {
        fill: white !important;
    }