.iscu_image_td {
    max-width: 60px !important;
    vertical-align: middle;
    cursor: pointer;
}

td, th {
    border: none!important;
}

.button {
	color: #000000;
}

.iscu_selected_price_tr td {
	border: 1px solid #fff !important;
}

.iscu_price_per_unit:not(.iscu_active_btn):hover,
.iscu_price_per_pack:not(.iscu_active_btn):hover,
.iscu_units_per_pack:not(.iscu_active_btn):hover,
.iscu_units_per_pallets:not(.iscu_active_btn):hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
}

.iscu_price_packs_td:hover,
.iscu_price_pallets_td:hover {
    cursor: pointer;
    font-weight: 700;
    color: #000;
    background-color: #dde9ff;
}

.iscu_price_table {
    font-family: montserrat;
    border-collapse: collapse;
    border-spacing: 0;
    overflow: auto;
    width: 100%;
    background-color: #fff;
    font-size: 12px;
}

.iscu_price_table table thead th {
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: inset 0 1px 0 #c4c4c4, inset 0 -1px 0 #c4c4c4;
    background-clip: padding-box;
}

.iscu_price_table tr th {
    border: 1px solid #c4c4c4;
    color: #232323;
    font-weight: 700;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: inset 0 1px 0 #c4c4c4, inset 0 -1px 0 #c4c4c4;
    background-clip: padding-box;
    position: sticky;
    border-top: 0;
    border-bottom: 0;
}

.iscu_more_info {
    width: 7%;
}

.iscu_images {
    width: 11%;
}

.iscu_desc {
}

.iscu_units_per_th {
    width: 109px;
}

.iscu_price_per_th {
    border-bottom: 1px !important;
}

.iscu_no_of_units {
    width: 8%;
}

.iscu_packs_break {
    width: 8%;
}

.iscu_pallets_break {
    width: 8%;
}

.iscu_price_table tr th button {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    user-select: none;
    background: white;
    margin: 0 2px 2px;
    width: 110px;
}

.iscu_buy_btn_th {
    width: 8%;
}

.iscu_more_info_btn:focus,
.iscu_more_info_btn:hover {
    color: #58ac28 !important;
    background: #fff;
    border: 1px solid #ccc;
}

.iscu_buy_btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.iscu_active_btn,
.iscu_buy_btn {
    color: #fff !important;
    background-color: #112b7c !important;
    border-color: rgb(121, 140, 195) !important;
	font-weight:600!important;
    box-shadow: none;
}

.iscu_packs_break span,
.iscu_pallets_break span {
    display: block;
    line-height: 18px;
}

.iscu_more_info_btn {
    color: #31708f;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
    padding: 1px 5px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ccc;
    vertical-align: bottom;
}

.iscu_product_desc,
.iscu_product_key_features {
    line-height: 20px;
}

.iscu_price_table tbody td {
    text-align: center;
    color: #333;
}

.iscu_price_table tbody tr:nth-child(even) {
    background-color: #e3e3e3;
}

.iscu_price_table tbody tr td {
    border: 1px solid #c4c4c4;
    border-top: none;
    font-weight: 400;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}

.iscu_price_table tr {
    background-color: #fff;
}

.iscu_qty_wrapper {
    display: flex;
    align-items: center;
    gap: 0;
}

.iscu_qty_input::-webkit-inner-spin-button,
.iscu_qty_input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body .iscu_qty_minus,
body .iscu_qty_plus {
    height: 30px;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 20px;
    width: 17px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    cursor: pointer;
}

.iscu_qty_input {
    width: 52px !important;
    height: 30px !important;
    border-radius: 0 !important;
    -moz-appearance: textfield;
    border: 1px solid #ccc !important;
    text-align: center;
    padding: 3px !important;
    font-size: 12px !important;
}

.iscu_qty_input:focus:focus-visible {
    z-index: 3;
    border: 1px solid #66afe9 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

body .iscu_qty_minus {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #000;
}

body .iscu_qty_plus {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #000;
}

.iscu_selected_price_tr,
.iscu_popup_selected_tr {
    background-color: #0c2c843d !important;
}

.iscu_popup_selected_tr {
    color: #000 !important;
    font-weight: 700 !important;
}

.iscu_selected_price_td,
.iscu_input_selected {
    background-color: #859dd5 !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.iscu_add_to_cart_wrapper {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 7px 7px;
}

.iscu_cart_total {
    float: right;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    margin-left: 30px;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #000;
    text-align: end;
}

.iscu_checkout_now:hover {
    color: #fff;
    background-color: #324884;
    border-color: #324884;
}

.iscu_add_and_continue:hover {
    color: #fff;
    background-color: #868686;
    border-color: #868686;
}

.iscu_buttons_wrapper {
    display: flex;
}

.iscu_add_and_continue,
.iscu_checkout_now {
    margin-right: 8px;
    margin-bottom: 8px;
    color: #fff;
    text-shadow: .3px -.7px 0 rgba(0, 0, 0, .2);
    padding: 5px 10px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 15px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-image: none;
    border: 1px solid #939393;
    height: 30px;
    margin-left: 5px;
    background-color: #939393;
}

.iscu_checkout_now {
    background-color: #0c2c84;
    border-color: #0c2c84;
}

.iscu_mini_cart_wrapper {
    background-color: rgba(36, 72, 61, .46);
    width: 495px;
	right: 37%;
    bottom: 0;
    margin-bottom: 0;
    position: fixed;
    z-index: 1030;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    font-family: montserrat;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    height: fit-content;
    padding: 3px !important;
    border-radius: 10px;
}

.iscu_mini_cart_table_wrapper {
    margin-left: 0 !important;
    height: fit-content !important;
    font-size: 12px !important;
    overflow: auto !important;
    width: 100%;
    background-color: #fff;
    padding: 3px;
    border-radius: 7px 7px 0 0;
}

.iscu_mini_cart thead {
    border-bottom: 1px solid #c4c4c4;
}

.iscu_mini_cart tbody tr:nth-child(even) {
    background-color: #0C2C84;
}

.iscu_mini_cart_body tr td:first-child {
	text-align: left !important;
}

.iscu_mini_cart_body td {
	text-align: center;
}

.iscu_mini_cart thead tr {
	background: #868fd8;
	color: #fff;
}

.iscu_description_th {
    padding: unset;
    font-size: 12px;
    padding-left: 5px;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    padding: 7px 2px;
}

.iscu_description {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}

.iscu_mini_cart_body td {
    border-right: 1px solid #c4c4c4;
    padding-left: 5px;
    padding: 7px;
}

.iscu_mini_cart {
    margin: auto;
}

.iscu_mini_cart tr th:last-child,
.iscu_mini_cart tr td:last-child {
    border-right: 0 !important;
}

.iscu_loader_wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: #fff;
    opacity: .5;
    z-index: 99999;
    display: none;
}

/* HTML: <div class="loader"></div> */
.iscu_loader {
    width: 55px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#3316ff 94%,#0000) top/8px 8px no-repeat, conic-gradient(#0000 30%,#2816ff);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 1s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
}
  
@keyframes l13{ 
    100%{transform: rotate(1turn)}
}

.iscu_unit_price_from {
    background-color: #d7e8ca;
    width: 7%;
}

/* Modal css Start */

.iscu_modal_header_wrap {
    display: flex;
    justify-content: end;
    padding: 10px 15px 7px;
    /* border-bottom: 1px solid; */
}

.iscu_footer_btns {
    margin-left: 8px;
}

.iscu_modal_heading {
    font-size: 16px;
    color: #000;
}

.iscu_modal_footer_wrap {
    display: flex;
    padding: 10px 10px 5px;
    background-color: #0c2c843d;
    border-radius: 0 0 7px 7px;
}

.iscu_footer_btns svg {
    width: 15px;
    fill: #fff;
}

.iscu_modal_add_and_close_btn {
    background-color: #f39200;
    padding: 15px 14px;
    height: 30px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    color: #fff;
}

.iscu_modal_add_and_checkout_btn {
    background-color: #55a627;
    padding: 15px 14px;
    height: 30px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    color: #fff;
}

.iscu_modal_wrap {
    display: none;
    position: fixed;
    z-index: 299;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.iscu_modal_data_content {
    background-color: #fefefe;
    margin: 50px auto;
    border: 1px solid #888;
    width: 900px;
    border-radius: 10px;
    display: none;
}

.iscu_modal_close_btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.iscu_modal_close_btn:hover,
.iscu_modal_close_btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.form-steps {
    list-style-type: none;
    display: flex;
    border-bottom: 1px solid #58ac28;
    margin: unset;
    padding-left: 15px;
    margin-top: 5px;
}

.iscu_section_link {
    border: 1px solid #58ac28;
    border-radius: 5px 5px 0 0;
    padding: 2px 10px;
    margin: 0 5px -1px;
}

.iscu_modal_step {
    color: #58ac28;
    font-size: 15px;
}

.iscu_section_link:hover .iscu_modal_step {
    color: #58ac28;
}

.iscu_section_link:hover {
    cursor: pointer;
}

.iscu_section_link.iscu_modal_active_step {
    background-color: #58ac28;
}

.iscu_section_link.iscu_modal_active_step .iscu_modal_step,
.iscu_section_link.iscu_modal_active_step i {
    color: #fff;
}

.iscu_modal_step i {
    font-size: 15px;
    color: #58ac28;
    margin-right: 2px;
}

.iscu_modal_main_content {
    padding: 5px 20px;
    height: 430px;
    overflow-y: scroll;
}

.iscu_modal_con_tab {
    display: none;
}

.iscu_modal_active_tab {
    display: block;
}

.iscu_modal_product_images_section {
    height: 350px;
    display: flex;
    justify-content: center;
    object-fit: cover;
}

.iscu_section_link.iscu_modal_active_step:hover .iscu_modal_step {
    color: #fff;
}

.iscu_modal_product_main_image {
    width: 50%;
    height: 100%;
    object-fit: contain;
}

.iscu_modal_product_images_gallary {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    padding: 3px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.iscu_modal_product_buy_table_packs,
.iscu_modal_product_buy_table_pallets {
    font-size: 12px;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: none;
}

.iscu_modal_product_image_slider_wrap {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.step_1 .iscu_modal_inner_step_content {
    width: 70%;
    margin: auto;
}

.iscu_modal_product_buy_table_pallets tbody tr:hover,
.iscu_modal_product_buy_table_packs tbody tr:hover {
    cursor: pointer;
    font-weight: 700;
    color: #24483d;
    background-color: #ebefff !important;
}

.iscu_modal_product_buy_table_packs tr,
.iscu_modal_product_buy_table_pallets tr {
    line-height: 1.42857143;
    color: #333;
    border: none !important;
}

.iscu_modal_product_buy_table_packs tr:nth-child(even),
.iscu_modal_product_buy_table_pallets tr:nth-child(even) {
    background-color: #f9f9f9;
}

.iscu_modal_product_buy_table_packs th,
.iscu_modal_product_buy_table_pallets th {
    border: none;
    text-align: left;
}

.iscu_modal_product_buy_table_packs td,
.iscu_modal_product_buy_table_pallets td {
    border: none;
    border-top: 1px solid #ddd;
    text-align: left;
}

.iscu_modal_product_buy_total_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    font-size: 15px;
    padding: 6px;
}

.iscu_total_heading {
    text-align: center;
    color: #000;
}

.iscu_total_counting {
    color: #c8012c;
    font-size: 20px !important;
    font-weight: 700 !important;
    display: block;
    text-align: center;
}

.iscu_modal_product_buy_items {
    text-align: center;
    font-size: 13px;
    color: #000;
    height: 22px;
}

.iscu_modal_buy_sec_heading {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    border-bottom: 1px solid #b9b9b9;
    padding: 1px;
    margin-top: 6px;
}

.iscu_modal_product_variations {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    padding: 0 15px;
}

.iscu_modal_product_variations,
.iscu_modal_product_part_number {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    padding: 0 15px;
}

.iscu_modal_product_variations {
    margin-top: 8px;
}

.iscu_modal_product_part_number {
    margin-bottom: 8px;
}

.iscu_modal_product_name {
    font-weight: 400;
    color: #000;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 21px;
}

.iscu_modal_product_informaion_wrapp {
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
}

.iscu_modal_product_images_gallary:hover,
.iscu_modal_active_img {
    border: 1px solid green;
}

.cart-item-row .woocommerce-Price-amount.amount:last-child{
    display: none !important;
}

.cfw-cart-item-data{
    font-weight: 400 !important;
    color: #333333 !important;
}

#cfw-side-cart .cfw-cart-item-image-wrap {
    margin-bottom: 27px !important;
  }

@media only screen and (max-width: 1265px) {
    .iscu_modal_data_content {
        width: 97%;
    }

}


/* Modal css End */

@media screen and (min-width: 768px) {
    .iscu_hide_on_desk {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .iscu_hide_on_mobile {
        display: none;
    }

}

@media only screen and (max-width: 650px) {
    .step_1 .iscu_modal_inner_step_content {
        width: 100%;
    }

    .iscu_modal_product_main_image {
        width: 60%;
    }

    .form-steps {
        flex-wrap: wrap;
        padding-right: 15px;
    }

}


@media only screen and (max-width: 400px) {
    .iscu_modal_product_main_image {
        width: 100%;
    }
}