.header-space {
    height: 90px;
}

.header-area {
    height: 90px;
}

th.product-no {
    width: 5%;
}

.isc-wishlist-top {
    float: left;
    width: 20%;
    padding-top: 20px;
    padding-left: 20px;
}

.cart-main-area {
    float: left;
    width: 100%;
}

footer.footer-area.gray-bg {
    float: left;
    width: 100%;
}

.isc-wishlist-main {
    float: left;
    width: 100%;
}

.isc-wishlist-right {
    float: left;
    width: 11%;
    text-align: right;
    padding-right: 0px;
    margin-top: 0;
    margin-bottom: 15px;
    display: none;
}

.sidebar-widget.mb-45 {
    margin-top: -45px;
}

.modal-body h4 {
    font-size: 15px;
    float: left;
    width: 100%;
    color: black;
    text-transform: capitalize;
    font-weight: 600;
}

.isc-input-fields {
    float: left;
    width: 85%;
}

#exampleModal .modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px;
}

#exampleModal .modal-content {
    border-radius: 10px;
    width: 100%;
    float: none;
    max-width: 50%;
    margin: 0 auto;
}

input.isc-list-name {
    width: 100%;
    background-color: white;
    border: 1px solid #dddddd;
}

input.isc-list-name {
    width: 100%;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 2px;
    height: 8vh;
    margin-top: 10px;
}

#exampleModal .close {
    color: black;
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 10px;
    text-shadow: 0 1px 0 #fff;
    top: 10px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    cursor: pointer;
}

.table-content table td {
    border-top: medium none;
    padding: 10px 8px;
    vertical-align: middle;
    font-size: 13px;
    width: unset;
    white-space: nowrap;
    text-align: left;
}

button#button {
    border: 1px solid #1589ee;
    background-color: #1589ee;
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 5px;
    width: 100px;
    cursor: pointer;
}

.table-content table td.product-name a {
    color: #6f6f6f;
    font-size: 15px;
    margin-left: 0;
    text-transform: capitalize;
    cursor: default;
}

button#button2 {
    border: 1px solid #1589ee;
    background-color: #1589ee;
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 5px;
}

button#button3 {
    border: 1px solid #1589ee;
    background-color: #1589ee;
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 5px;
}

.isc-table-section {
    margin-top: -145px;
    margin-left: 40px;
}

.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 78.333333%;
    max-width: 78.333333%;
}

.table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
    border: none;
    border: 1px solid #dddd;
}

.isc-sale-product:hover .isc-product-text {
    display: block;
}

.isc-product-text {
    display: none;
}

.ribbon {
    font-size: 13px !important;
    width: 14%;
    position: absolute;
    background: #1589ee;
    color: #fff;
    text-align: center;
    padding: 0.15em 0.25em;
    margin-top: 5px !important;
    font-weight: 500;
    border-radius: 5px;
}

button#button1 {
    border: 1px solid #1589ee;
    background-color: #1589ee;
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 5px;
}

.sidebar-categories li {
    margin-bottom: 25px;
    margin-top: 25px;
    margin-left: 0px;
}

.quantity {
    display: flex;
}

.table-content table td input {
    background: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: normal;
    height: 31px;
    padding: 0 5px 0 10px;
    width: 60px;
}

.product-thumbnail img {
    width: 100% !important;
    cursor: default;
    max-inline-size: 100%;
    block-size: auto;
    aspect-ratio: 3/1;
    object-fit: contain;
    object-position: center;
    height: 60px;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
    vertical-align: middle;
    text-align: center;
    text-transform: capitalize;
}

.quantity {
    display: flex;
    margin-left: 0;
}

.isc-wishlist-left-section {
    float: left;
    width: 30%;
}

.isc-wishlist-right-section {
    float: right;
    width: 70%;
}


/*Wishlist*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .isc-table-section {
        margin-top: 0;
        margin-left: 0;
    }

    .isc-wishlist-right-section {
        float: left;
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 812px) {
    .isc-table-section {
        margin-top: 0;
        margin-left: 0;
    }

    .isc-wishlist-right-section {
        float: left;
        width: 100%;
    }

    .isc-wishlist-left-section {
        float: left;
        width: 100%;
    }
}

.isc-wishlist-top-section {
    float: left;
    width: 100%;
}

.isc-wishlist-top-right {
    float: right;
    width: 40%;
}

.isc-wishlist-top-right-list {
    float: left;
    width: 100%;
}

.sidebar-search {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
    width: 95%;
    margin-left: 0;
}

    .sidebar-search form {
        position: relative;
    }

        .sidebar-search form input {
            background: white;
            border: medium none;
            box-shadow: none;
            color: #8e8d8d;
            font-size: 13px;
            padding-left: 15px;
            padding-right: 55px;
            border: 1px solid #ddd !important;
        }

        .sidebar-search form > button {
            background-color: #dedede;
            border: medium none;
            color: #1589ee;
            cursor: pointer;
            font-size: 24px;
            height: 45px;
            line-height: 45px;
            padding: 0 16px;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

.isc-wishlist-top-right-list li {
    display: contents;
    list-style-type: none;
    margin: 0px 10px 0px 10px;
}

a#filter1 {
    display: inline-block;
    color: #16325c;
    margin: 16px 5px 0px 10px;
    font-size: 15px;
    padding: 0px 7px;
    font-weight: 400;
    border-radius: 0px !important;
    float: left;
    line-height: 27px;
    background-color: #fff;
    position: relative;
    border: 1px solid #dadada;
    border-radius: 4px !important;
    position: absolute;
    cursor: pointer;
}

.isc-split-screen {
    display: flex;
}

.isc-80 {
    width: 80%;
}

.isc-filter-options:first-child {
    padding: 15px 15px 15px 0px;
    padding-bottom: 10px;
}

.isc-filter-options {
    display: flex;
}

.isc-filter-item {
    margin-left: 0 !important;
}

.isc-filter-item {
    width: 27%;
    margin-right: 20px;
}

.isc-filter-label {
    font-size: 14px;
    color: #525252;
    margin-bottom: 4px;
    text-align: left;
    font-weight: 600;
}

.isc-20 {
    width: 20%;
    margin: 0px 20px 0px 0px;
    margin-top: 0px;
    padding-top: 10px;
    text-align: right;
}

.isc-filter-act-btn {
    margin-top: 25px;
}

    .isc-filter-act-btn a {
        margin-right: 10px;
    }

.isc-btn-s1 {
    display: inline-block;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    padding: 4px 10px;
    font-weight: 400;
    float: left;
    background-color: #13a840;
    position: relative;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.isc-btn-s1 {
    color: white !important;
}

.isc-btn-s3 {
    display: inline-block;
    color: #525252;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    padding: 4px 10px;
    font-weight: 400;
    float: left;
    background-color: #f3f2f2;
    position: relative;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.isc-btn-s3 {
    color: #525252 !important;
}

.isc-screen-row {
    float: left;
    width: 100%;
}

.isc-wishlist-bottom-section {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #e9ecef;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .table thead th p {
        margin: 0px;
    }
/***Pagination***/
.isc-pagination-sec-s1 {
    padding: 20px;
    float: right;
    padding-top: 0;
}

.isc-page-count-s1 {
    display: inline-block;
    padding: 3px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    font-size: .875em;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

    .isc-page-count-s1.active {
        border: none;
        background: #1589ee;
        color: #f0f0f0 !important;
    }

/*****Pagination***/

.isc-row {
    float: left;
    width: 100%;
}

table.dataTable {
    float: left;
    width: 100%;
}

.dataTable th span::before {
    content: "\f15d";
    font-family: FontAwesome;
    float: right;
    position: unset;
    width: auto;
    margin-left: 10px;
    font-weight: 100;
}

.product-price > span {
    color: #686868;
    font-weight: inherit;
}

/*.sorting_asc::before {
    color: blue;
}*/

.sorting_desc::before {
    content: "\f15e" !important;
    font-family: FontAwesome;
    float: right;
    position: absolute;
    width: 2%;
    font-weight: 100;
}

.sorting-num .sorting_desc::before {
    content: "\f163" !important;
    font-family: FontAwesome;
    float: right;
    position: absolute;
    width: 2%;
    font-weight: 100;
}

.dataTable th span::before {
    content: "\f15d";
    font-family: FontAwesome;
    float: right;
    position: unset;
    width: auto;
    margin-left: 10px;
    font-weight: 100;
}

.quantity__input {
    height: 31px;
}

.quantity {
    display: inline-flex;
}

.breadcrumb-content li a {
    cursor: text;
}

.isc-pointer {
    cursor: pointer;
    display: inline-block;
}

input[type="radio"] {
    width: unset;
    height: unset;
}

.isc-bold-txt {
    font-weight: 600;
}

#modal_paymentconfirm .modal-dialog {
    min-width: 650px;
}

#modal_paymentconfirm .modal-body {
    padding: 10px 35px;
}

.isc-mar-all {
    margin: 15px;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    padding: 3px 10px;
    border-radius: 4px;
    outline: 0px !important;
    box-shadow: unset !important;
    border: unset !important;
}

.isc-tbl-hght {
    height: calc(100vh - 375px) !important;
    overflow: auto;
    margin-top: 10px;
}

.dataTable input[type=checkbox] {
    width: unset;
    height: unset;
}

.mar-btm-10 {
    margin-bottom: 10px;
}

.height-toggle {
    height: calc(100vh - 236px);
}

button.btn-visit {
    border: none;
    background: #1590F1;
    border-radius: 5px;
    color: white;
    padding: 5px 10px;
    float: left;
}

#modal_paymentconfirm input[type=checkbox] {
    width: unset;
    height: unset;
}

#modal_paymentconfirm span.isc-red1 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.isc-pad-0 {
    padding: 0px;
}

.content1 {
    padding: 16px 35px;
    padding-top: 0px;
}

#modal_paymentconfirm .row {
    margin-right: unset;
}

.isc-pad-r-0 {
    padding-right: 0px;
}

#card-number {
    width: 70% !important;
    cursor: not-allowed;
}

#btn_getCardTokenmodal {
    margin-top: 5px;
    float: right;
}

#modal_paymentconfirm .select2-container {
    width: 100% !important;
    margin-bottom: 20px !important;
}

#modal_paymentconfirm.modal {
    overflow-y: hidden;
}

#modal_paymentconfirm .modal-dialog {
    margin-right: 0px;
    margin-top: 70px;
    min-width: 500px;
}

#modal_paymentconfirm .modal-content {
    height: calc(100vh - 69px);
}

#modal_paymentconfirm .modal-body {
    overflow-y: auto;
}

.content2 {
    padding: 16px 15px;
    padding-top: 0px;
}

.isc-pad-left-0 {
    padding-left: 0px;
}

#getCardToken_modal {
    z-index: 10000;
}

.modal-backdrop.show:nth-child(2) {
    z-index: 9999;
}

/*.modal-dialog {
    min-width: 500px;
}*/

#getCardToken_modal .modal-body {
    padding: 15px 35px;
}

#modal_paymentconfirm .set1 {
    width: 100% !important;
}

.isc-duetag {
    padding: 1px 5px;
    background-color: #FF9800;
    color: #fff;
    border-radius: 4px;
}

.dataTable input[type="text"] {
    width: 70%;
}

.isc-thm-hme-kpi-hdr-t1 {
    line-height: 19px;
    font-weight: 600;
    font-size: 15px;
}

.isc-kpi-txt h4 {
    font-size: 19px;
    font-weight: 600;
}

.isc-thm-hme-kpi-cont1 {
    background-color: #f8f9fa;
    box-shadow: 0 .125rem #0a0a0a0a !important;
    position: relative !important;
    border-radius: .5rem !important;
    border: 0 !important;
    padding: 12px !important;
    height: 67px;
    margin-right: 10px !important;
    margin-bottom: 20px;
    border: 1px solid #f7f7f7 !important;
    margin-top: 10px;
}

.div-col-33per {
    width: 33.3%;
    float: left;
}

.div-col-15per {
    width: 16.66% !important;
    float: left;
}

.required-label {
    position: relative;
    display: inline-block;
}

.required-asterisk {
    color: red !important;
    position: absolute;
    top: -1px;
    right: -10px;
    font-size: 1.0em;
}

#invoicedate, #orderdate {
    height: 30px;
    border: 1px solid #dddd;
    background-color: #fff;
}

.isc-close-action {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 29px;
}

.isc-tc-container {
    max-width: 100%;
}

.isc-filter-item {
    width: 50%;
    margin-right: 20px;
}

.isc-50 {
    width: 50%;
    float: left;
}

.filter-icon {
    float: right;
    font-size: 23px;
}

.isc-filter-options:first-child {
    padding: 0px;
    padding-bottom: 0px;
}

.isc-filter-act-btn {
    margin-top: 13px;
}

.fs-dropdown  {
    position: absolute !important;
}

.fs-wrap {
    position: relative !important;
}

.isc-filter-options .isc-filter-item {
    width: 270px;
    margin-right: 20px;
}

#filter-content .isc-filter-options {
    position: absolute;
}

.table thead th {
    position: sticky;
    top: -1px;
    z-index: 9;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e9ecef;
}

.intelligent-header {
    position: fixed;
    top:0px;
}

.footer-area {
    padding: 0px 0px 0px 0px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.breadcrumb-area {
    margin-top: 0px !important;
}
.isc-wishlist-bottom-section
{
    margin-top:70px !important;
}
.dataTable th.isc-num-sort span::before {
    content: "\f162";
}

@media only screen and (min-width: 2160px) and (max-width: 3840px) {
    .isc-tc-container {
        float: none;
        margin: 0 auto;
        max-width: 100% 2591.92px !important;
        width: 100% !important;
    }

    .isc-order-list .isc-entity-filter-container {
        padding-left: 0px;
    }

    .isc-order-list .isc-filter-item {
        width: 470px !important;
    }
}

.toggle-container-io {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    background: #f4f4f4;
    border-radius: 25px;
    width: fit-content;
    border: 1px solid #ccc;
}

.toggle-button-io {
    padding: 10px 25px;
    border-radius: 20px;
    border: none;
    background: transparent;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .toggle-button-io.active-io {
        background: #4cafef;
        color: white;
        font-weight: bold;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }

.fs-dropdown {
    position: absolute !important;
}