﻿:root {
    --green: #1d604a !important;
    --orange: #e7c186 !important;
    --light-green: #31a987;
    --black: #181818;
    --white: #fff;
    --text-paragraph: 14px;
    --heading-xl: 28px;
    --heading-lg: 24px;
    --heading-md: 18px;
    --increasebtn: #b2b2b2;
    --activetab: #f5f5f5;
    --normalfont-weight: 500;
    --midfont-weight: 600;
    --boldfont-weight: bold;
    --tab-text: #9999;
    --cashno: #fff8ee;
    --background-tab: #e7e7e0;
    --table-border: #dee2e6;
    --body-color: #f4f4ed;
    --tab-buttontext: 4c4c4a;
    --basket-btn: #31a986;
    --darkorange: #ea9032;
    --form-text: #909090;
    --form-bg: #f4f5f5;
    --lightblue: #f5f9fa;
    --thinfont-weight: 400;
    --gray-btn: #E7E5E1;
    --btn-text: #8F8F8F;
    --btn-font: 16px;
    --font-12: 12px;
    --font13: 13px;
    --font36: 36px;
    --input-clr: #181818;
    --content-width: max-width:1220px;
    margin: 0px auto;
    --semi-black: #181818;
    --yellow-bg: #F4F4ED;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'plusjakartasans-medium';
}

h2, h3 {
    font-family: 'plusjakartasans-medium';
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 50px white inset; /*your box-shadow*/
        -webkit-text-fill-color: #333;
    }

span {
    font-family: 'plusjakartasans-medium';
}

input {
    font-family: 'plusjakartasans-medium';
}

select {
    font-family: 'plusjakartasans-medium';
}

p {
    font-family: 'plusjakartasans-medium';
}

a {
    font-family: 'plusjakartasans-medium';
    text-decoration: none !important;
}

    a:hover {
        text-decoration: none !important;
    }

ul {
    padding: 0px !important;
    margin-bottom: 0px !important;
}

li {
    list-style: none;
}


/*font*/
@font-face {
    font-family: 'plusjakartasans-medium';
    src: url('../fonts/otf/plusjakartasans-medium.otf') format('opentype');
}

.cl_Font_24 {
    font-size: var(--heading-lg) !important;
}

.cl_Font_18 {
    font-size: var(--heading-md) !important;
}

.cl_Font_14 {
    font-size: var(--text-paragraph) !important;
}
/*color*/
.cl_color_orange {
    color: var(--darkorange) !important;
    font-weight: var(--thinfont-weight);
}

.cl_color_darkGreen {
    color: var(--green) !important;
}

.cl_color_lightGreen {
    color: var(--basket-btn) !important;
}

.cl_color_white {
    color: var(--white) !important;
}

.cl_color_gray {
    color: gray !important;
}

.cl_color_lightgray {
    color: var(--table-border) !important;
}

.cl_color_black {
    color: var(--black) !important;
}


.cl_bgColor_orange {
    background-color: var(--darkorange) !important;
}

.withoutdatasearchbox {
    position: relative;
    left: 120px;
}

.notFindSection {
    position: relative;
    left: 120px;
}

.cl_bgColor_white {
    background-color: #fff !important;
}

.cl_bgColor_lightgreen {
    background-color: var(--basket-btn) !important;
}

.cl_bgColor_lightsky {
    background-color: var(--lightblue) !important;
}



.cl_fontWeight_dark {
    font-weight: var(--boldfont-weight) !important;
}

.cl_fontWeight_600 {
    font-weight: var(--midfont-weight) !important;
}

.cl_fontWeight_500 {
    font-weight: var(--normalfont-weight) !important;
}



/*padding*/
.cl_padding_10 {
    padding: 10px !important;
}

.cl_padding_15 {
    padding: 15px !important;
}

.cl_padding_20 {
    padding: 20px !important;
}

/*.form-control:focus {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: 0px !important;
}*/
/*button*/
.clyzo_button {
    text-decoration: none !important;
    color: var(--white) !important;
    font-size: var(--text-paragraph) !important;
    background-color: var(--green) !important;
    padding: 10px 12px;
    border: 1px solid var(--green) !important;
    border-radius: 4px !important;
    text-transform: capitalize !important;
    position: relative;
    outline: none !important;
    box-shadow: unset !important;
}

#SubSample {
    background: #E7E5E1;
}

#SubSBB {
    background: #E7E5E1;
    height: 42px;
    line-height: 14px;
}

#bulkbuying #SubSample {
    background: #E7E5E1;
    height: 42px;
    line-height: 14px;
}

.clyzo_buttonGray {
    /*    text-decoration: none !important;
    color: var(--black) !important;
    font-size: var(--text-paragraph) !important;
    font-weight: var(--midfont-weight);
    background-color: var(--table-border) !important;
    padding: 10px 12px;
    border: unset !important;
    border-radius: 10px !important;
    text-transform: capitalize !important;
    position: relative;
    outline: none !important;
    box-shadow: unset !important;*/
}

.cl_borderRadius {
    border-radius: 4px !important;
}

.cl_grayBorder {
    border: 1px solid var(--table-border) !important;
}

.cl_orangeBorder {
    border: 1px solid var(--orange) !important;
}

.cl_deepGreenBorder {
    border: 1px solid var(--green) !important;
}

.cl_lightGreenBorder {
    border: 1px solid var(--basket-btn) !important;
}
/*breadcrumb-css-start-hy*/

.breadcrumbdata-div {
    margin: 57px 0px;
}

.breadcrumb {
    background: var(--body-color) !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    font-family: 'plusjakartasans-medium';
}

ol.breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 14px;
}

    ol.breadcrumb li a {
        text-decoration: none;
        font-size: 14px !important;
    }

.breadcrumbdata-div span.text-dark.textLight {
    font-size: 12px !important;
}

ol.breadcrumb li a.textDark {
    font-weight: 500;
    font-size: 12px !important;
    font-family: 'plusjakartasans-medium';
    color: #31a986 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #000 !important;
}

.basket-heading h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0rem !important;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block !important;
        padding-right: 4px !important;
        padding-left: 4px !important;
        line-height: 13px !important;
        color: #6c757d !important;
        content: "/";
        position: relative;
        top: 0px !important;
    }
/*breadcrumb-css-start-hy*/
img.closeImg {
    display: none;
    margin-right: 14px;
    width: 13px;
}

.searchImg {
    display: block;
    position: relative;
    top: 5px;
}

.succssfully-div {
    padding: 20px 20px;
    background: #fff;
    height: 100%;
    border-radius: 4px;
}

.list-creatediv .modal-dialog {
    margin: 5.75rem auto !important;
}

.succssfully-div h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #181818;
    padding: 15px 0px 15px 16px;
    font-family: 'plusjakartasans-medium';
}

.succssfully-div button {
    background: #22604A !important;
    border-radius: 4px;
    padding: 11px 40px 11px;
    font-size: 16px;
    color: #fff !important;
    float: right;
    margin-bottom: 20px;
}

.rating-sec .packsize span {
    padding-left: 0px !important;
}

.listmodal-div {
    column-gap: 35px;
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.modal-open .modal.deletescroll {
    overflow-x: hidden;
    overflow-y: hidden !important;
}
/*li.tooltiphover{position:relative;}
.tooltiphover:hover {
    background-image: url('../loginsignup/Tooltip.png');
 
    background-position:bottom;
    background-size:contain;
    background-repeat:no-repeat;
    width:100%;
}*/
.listmodal-div .canceldel-button {
    display: flex;
    column-gap: 20px;
}

    .listmodal-div .canceldel-button .del-button {
        background: #FE5C5C;
        border-radius: 4px;
        font-size: 16px !important;
        line-height: 22px !important;
        padding: 11px 70px 11px;
        color: #fff;
    }

.terms_and_cond a {
    color: #22604A;
}

.listmodal-div .canceldel-button .canl-button {
    background: #fff;
    border: 1px solid #22604A !important;
    border-radius: 4px;
    font-size: 16px !important;
    line-height: 22px !important;
    padding: 11px 70px 11px;
    color: #22604A;
}

.deletelist-div h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    color: #181818;
    padding: 0px;
    font-family: 'plusjakartasans-medium';
}

.addedlist-sucessfully img {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

img.loginlogo {
    max-width: 100%;
    width: 80%;
}

.deletelist-div p {
    color: #8F8F8F;
    font-family: 'plusjakartasans-medium';
    font-size: 16px;
}
/*prodduct-detail-css-start-hy*/
.product-details-tab .product-tab-img {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.product-details-tab .product-united-state a {
    display: flex;
    align-items: center;
    background: var(--orange);
    color: var(--white);
    border: none;
    font-size: var(--text-paragraph);
    padding: 6px 20px;
    border-radius: 0.25rem;
    border: 1px solid var(--orange);
}

    .product-details-tab .product-united-state a img {
        max-width: 17px;
        margin-right: 10px;
    }

.product-united-state {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.product-details-tab {
    background: var(--white);
    padding: 20px 30px;
    height: 100%;
}

    .product-details-tab .product-summary-tab .product-tabdata {
        background: var(--white);
        padding: 8px;
        text-align: center;
        border-radius: 4px;
        display: flex;
        padding-left: 20px;
        column-gap: 15px;
        align-items: center;
        margin-bottom: 30px;
    }

        .product-details-tab .product-summary-tab .product-tabdata.active-tab {
            background: var(--activetab);
        }

            .product-details-tab .product-summary-tab .product-tabdata.active-tab a {
                color: var(--green);
                font-weight: var(--midfont-weight);
            }

        .product-details-tab .product-summary-tab .product-tabdata a {
            color: var(--tab-text);
            font-size: var(--text-paragraph);
            font-weight: var(--midfont-weight);
        }

.product-details-content h2 {
    font-size: var(--heading-lg);
    color: var(--black);
    font-weight: var(--boldfont-weight);
}

.product-details-headings {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-details-content .product-details-headings a {
    color: var(--white);
    background: var(--light-green);
    font-size: var(--text-paragraph);
    transition: all ease 0.5s;
    border-radius: 8px;
    padding: 8px;
}

.product-details-content .reviews span {
    font-size: var(--text-paragraph);
    color: var(--black);
    display: flex;
    align-items: center;
}

    .product-details-content .reviews span img {
        margin-right: 5px;
    }

.product-tab-details .nav-item button {
    border: none;
    outline: none;
    box-shadow: none;
    background: var(--background-tab);
    color: var(--tab-buttontext);
    font-weight: var(--midfont-weight);
    padding: 14px 20px;
    font-size: var(--heading-md);
    border-radius: 0.5rem 0.5rem 0 0;
}

.product-tab-details .nav-pills .nav-link.active {
    background-color: var(--white);
    color: var(--green);
}

.product-tab-details ul {
    column-gap: 15px;
}

.product-tab-innertext .tab-deliver img {
    max-width: 25px;
}

.product-tab-innertext .tab-deliver span {
    font-size: var(--text-paragraph);
    color: var(--white);
    background: var(--light-green);
    transition: all ease 0.5s;
    border-radius: 8px;
    padding: 8px;
}

.product-tab-details .product-tab-innertext .cash-no {
    background: var(--white);
    padding: 40px 20px 20px;
    border-radius: 0 0.5rem 0 0;
    padding: 30px 0px 0px;
}

.product-tab-details .product-tab-innertext .tab-content .cash-no ul {
    margin-bottom: 0px;
    display: flex;
}

    .product-tab-details .product-tab-innertext .tab-content .cash-no ul li {
        display: flex;
        align-items: center;
    }

        .product-tab-details .product-tab-innertext .tab-content .cash-no ul li a {
            color: var(--black);
            font-size: var(--text-paragraph);
            display: inline-block;
            padding: 8px;
            border-radius: 4px;
            color: var(--black);
            background: var(--cashno);
            border-radius: 0.25rem;
        }

        .product-tab-details .product-tab-innertext .tab-content .cash-no ul li img {
            max-width: 35px;
        }

.product-tab-details .product-tab-innertext .table-tabs table {
    margin-bottom: 0px;
}

    .product-tab-details .product-tab-innertext .table-tabs table .breakWord {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
    }

    .product-tab-details .product-tab-innertext .table-tabs table tbody tr {
        border-color: var(--table-border);
    }

        .product-tab-details .product-tab-innertext .table-tabs table tbody tr td {
            text-align: left;
            font-size: var(--text-paragraph);
            vertical-align: middle;
            color: var(--black);
        }

.product-tab-details .product-tab-innertext .table thead th {
    border-bottom: 2px solid var(--table-border) !important;
}

table.table.table-bordered.Fermentation-table tr td:first-child {
    font-weight: var(--midfont-weight);
    font-size: var(--text-paragraph);
}

.product-tab-details .product-tab-innertext .table-tabs {
    background: var(--white);
    padding: 0px 20px 20px;
    border-radius: 0 0 0.5rem 0.5rem;
}

.product-tab-details .product-tab-innertext .tds-btn {
    display: block;
    text-align: center;
}

    .product-tab-details .product-tab-innertext .tds-btn a.coa-btn {
        background: var(--green);
    }

    .product-tab-details .product-tab-innertext .tds-btn a {
        color: var(--white);
        background: var(--light-green);
        font-size: var(--text-paragraph);
        transition: all ease 0.5s;
        border-radius: 8px;
        display: inline-block;
        padding: 10px 45px 10px 15px;
        margin-bottom: 6px;
        min-width: 130px;
    }

    .product-tab-details .product-tab-innertext .tds-btn li {
        display: flex;
        align-items: center;
        column-gap: 10px;
        justify-content: center;
    }

    .product-tab-details .product-tab-innertext .tds-btn img {
        filter: brightness(0) invert(1);
        max-width: 18px;
        margin-right: 10px;
    }

    .product-tab-details .product-tab-innertext .tds-btn .quick-heading h4 {
        font-size: var(--heading-md);
        font-weight: var(--boldfont-weight);
        color: var(--black);
        margin-bottom: 30px;
    }

.product-tab-details .product-tab-innertext .regpro-logo {
}

    .product-tab-details .product-tab-innertext .regpro-logo img {
        max-width: 100%;
        width: 100%;
    }

.product-tab-details .product-tab-innertext .pack-size {
    background: var(--white);
    border-radius: 0.5rem;
}

    .product-tab-details .product-tab-innertext .pack-size .buying-request {
        padding: 20px;
        border-bottom: 1px solid var(--table-border);
    }

        .product-tab-details .product-tab-innertext .pack-size .buying-request h4 {
            font-size: var(--heading-md);
            font-weight: var(--boldfont-weight);
            color: var(--green);
        }

.product-tab-details .product-tab-innertext .pack-size-table {
    padding: 20px;
}

    .product-tab-details .product-tab-innertext .pack-size-table table tr {
        border-bottom: 1px solid var(--table-border);
    }

        .product-tab-details .product-tab-innertext .pack-size-table table tr td {
            padding: 10px;
            vertical-align: middle;
            text-align: left;
            color: var(--black);
            font-size: var(--text-paragraph);
        }

            .product-tab-details .product-tab-innertext .pack-size-table table tr td:first-child {
                font-weight: var(--midfont-weight);
            }

    .product-tab-details .product-tab-innertext .pack-size-table table tbody {
        border-style: hidden;
    }

    .product-tab-details .product-tab-innertext .pack-size-table table thead {
        border-style: hidden;
        border-bottom: 1px solid var(--table-border);
    }

    .product-tab-details .product-tab-innertext .pack-size-table table th {
        text-transform: capitalize;
        color: var(--green);
        font-size: var(--text-paragraph);
        padding: 10px 10px 20px;
        vertical-align: middle;
        width: auto;
        background: var(--white);
        white-space: nowrap;
        text-align: left;
    }

    .product-tab-details .product-tab-innertext .pack-size-table table .produtquntity li.ins {
        font-weight: var(--boldfont-weight) !important;
        font-size: var(--text-paragraph) !important;
        display: flex;
        align-items: center;
        column-gap: 10px;
        justify-content: center;
        width: 100px;
        margin: 0 auto;
    }

    .product-tab-details .product-tab-innertext .pack-size-table table .produtquntity .ins .input-group span {
        line-height: 10px;
        min-height: 10px;
        height: 2px;
        color: var(--white) !important;
        display: contents;
    }

    .product-tab-details .product-tab-innertext .pack-size-table table .produtquntity .ins button.btn.btn-number {
        background: var(--increasebtn ) !important;
        color: var(--white) !important;
        border: 0;
        margin-left: 5px !important;
        margin: 4px;
        font-size: var(--text-paragraph);
        border-radius: 50%;
        line-height: 6px;
        padding: 4px 5px;
    }

    .product-tab-details .product-tab-innertext .pack-size-table table .produtquntity li.ins .input-group {
        border: 0;
        width: auto !important;
        margin: 0px;
    }

    .product-tab-details .product-tab-innertext .pack-size-table table a.addbasket-product.active {
        background: var(--green);
        border: 1px solid var(--green);
        color: var(--white);
    }

        .product-tab-details .product-tab-innertext .pack-size-table table a.addbasket-product.active:hover {
            background: var(--white);
            border: 1px solid var(--green);
            color: var(--green);
        }

    .product-tab-details .product-tab-innertext .pack-size-table table a.addbasket-product:hover {
        background: var(--green);
        border: 1px solid var(--green);
        color: var(--white);
    }

    .product-tab-details .product-tab-innertext .pack-size-table table a.addbasket-product {
        display: inline-block;
        text-align: center;
        font-size: var(--text-paragraph);
        background: var(--white);
        border: 1px solid var(--green);
        border-radius: 4px;
        color: var(--green);
        margin: 10px 0px !important;
        text-decoration: none;
        padding: 8px 12px;
    }

.product-tab-details .product-tab-innertext .freesample .accordion-item {
    margin-bottom: 20px;
    border-radius: 0.5rem;
}

.product-tab-details .product-tab-innertext .freesample .accordion-button {
    font-size: var(--heading-md);
    border-radius: 0.5rem;
    color: var(--black);
    font-weight: var(--boldfont-weight);
    padding: 15px 20px;
}

    .product-tab-details .product-tab-innertext .freesample .accordion-button:focus {
        z-index: 3;
        border-color: var(--white);
        outline: 0;
        box-shadow: none;
    }

    .product-tab-details .product-tab-innertext .freesample .accordion-button:not(.collapsed) {
        color: var(--black);
        background-color: var(--white);
    }

    .product-tab-details .product-tab-innertext .freesample .accordion-button::after {
        width: 2rem;
        height: 2rem;
        background-size: 2rem;
        background-image: url('../../Assets/imageslogin/downarrow.png');
        border-radius: 100%;
        background-color: var(--green);
    }

.product-details-tab .product-summary-tab .product-tabdata.active-tab img {
    filter: unset;
    opacity: 1;
}

.product-tabdata img {
    filter: brightness(0) invert(0);
    opacity: 0.4;
    max-width: 23px;
}


.product-tab-details .product-tab-innertext .wrapper-tds {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 390px;
}

    .product-tab-details .product-tab-innertext .wrapper-tds span p {
        font-size: var(--text-paragraph);
        margin-bottom: 0px;
        line-height: 16px;
    }

table.table.table-bordered.Fermentation-table {
    min-height: 140px !important;
}

    table.table.table-bordered.Fermentation-table.clyzoproducttable {
        min-height: 174px !important;
    }

/*prodduct-detail-css-end-hy*/

/*cart-css-start-hy*/

.border_preview.data-basket .preview_heading h4 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.delete img {
    margin-top: -5px;
}

.basket-productheading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px;
    padding-left: 8px;
}

.basket-table tr {
    border-color: var(--table-border);
}

.basket-table td {
    border: 1px solid var(--table-border);
    text-align: left;
    font-size: var(--text-paragraph) !important;
}

.basket-quntity li.ins {
    font-size: 12px;
    color: #8f8f8f;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    column-gap: 10px;
}

.basket-quntity .ins .input-group {
    border: 0;
    width: 80% !important;
    margin: 0px;
}


.basket-quntity .preview_heading .ins button.btn.btn-number {
    background: var(--white);
    color: var(--white);
    margin: 4px;
    font-size: var(--text-paragraph);
    line-height: 3px;
    padding: 5px 9px;
}

.preview.new-preview .basket-quntity .ins .input-group span {
    line-height: 10px;
    min-height: 10px;
    height: 2px;
    color: var(--white) !important;
    display: contents;
}

.preview.new-preview .ins button.btn.btn-number.minusno {
    background: #35A987 !important;
    color: #fff !important;
    border: 0;
    /* margin-left: 5px !important;*/
}

.preview.new-preview .ins button.btn.btn-number {
    background: #35A987 !important;
    color: #fff !important;
    border: 0;
}

.preview.new-preview .ins button.btn.btn-number {
    margin: 4px;
    font-size: var(--text-paragraph);
    border-radius: 100%;
    line-height: 10px;
    padding: 5px 5px;
}

.preview.new-preview .input-number {
    color: #22604A;
    font-weight: 500;
}

.border_preview.data-basket p {
    color: #8f8f8f;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
}

.border_preview.data-basket .supplier-name img {
    max-width: 100%;
}

.border_preview.data-basket span {
    color: #181818;
    padding-left: 0px;
    font-size: 12px;
    font-weight: 600;
}

.add-basket a {
    display: inline-block;
    text-align: center;
    font-size: var(--btn-font);
    background: var(--green);
    border: 1px solid var(--green);
    border-radius: 4px;
    font-weight: 500;
    color: var(--white) !important;
    /*    margin-bottom: 10px;*/
    text-decoration: none;
    padding: 8px 15px;
}
/*
    .add-basket a:hover {
        border: 1px solid var(--green);
        background: var(--white);
        color: var(--green);
        transition: all ease 0.5s;
    }*/

.border_preview.data-basket .imgsodium {
    background: var(--body-color);
    display: flex;
    justify-content: center;
    border-radius: 5px;
}


.breakWord {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
}

.summary.basket-details {
    border: 0px;
    border-radius: 5px;
    padding: 0px;
    margin: 0px;
}

    .summary.basket-details h3 {
        font-size: var(--heading-md);
        font-weight: bold;
        border-bottom: 1px solid var(--table-border);
        padding: 15px 12px;
        margin-bottom: 0px;
    }

.preview .ins .form-control {
    border: none !important;
    height: auto !important;
    outline: none !important;
    border-radius: 5px !important;
    padding: 0px 0px 0px 6px !important;
}

.preview {
    margin-top: 30px;
}

.summary {
    margin-top: 30px;
}

.delete {
    text-align: end;
}

.summary.basket-details .summary_details h4 {
    font-size: var(--heading-md);
    font-weight: var(--boldfont-weight);
    margin-top: 10px;
    text-transform: capitalize;
}

.headings-basketdetails {
    display: flex;
    justify-content: space-between;
}

.preview.new-preview {
    padding: 0px;
    margin: 0px;
}

.preview h3 {
    font-size: var(--heading-md);
    font-weight: var(--boldfont-weight);
    border-bottom: 1px solid var(--table-border);
    margin-bottom: 0px;
    padding: 15px;
}



.border_preview .data-basket img {
    height: 100%;
    width: 100%;
}

.border_preview.data-basket {
    padding: 12px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
}

.bg-white {
    padding: 20px 15px;
    margin-bottom: 20px;
    border-radius: 0px 0px 5px 5px;
}




.summary.basket-details .total-basketitems h4 {
    padding: 15px 0px;
    font-weight: var(--boldfont-weight);
    font-size: 14px;
    border-bottom: 1px solid var(--table-border);
    margin: 0px 12px 0px 12px;
}

.packsize {
    display: flex;
    align-items: center;
}

    .packsize select {
        padding: 5px 4px;
        border-radius: 5px;
        color: var(--black);
        font-size: 14px;
        border-color: var(--table-border);
        font-weight: var(--midfont-weight);
        background: var(--white) !important;
    }

    .packsize p {
        font-size: 14px;
        color: #8f8f8f;
    }

    .packsize span {
        color: #181818;
        font-size: 14px;
        padding-left: 10px;
    }



.summary.basket-details .summary_details {
    font-size: var(--text-paragraph);
    font-weight: var(--midfont-weight);
    padding: 0px 0px;
}

    .summary.basket-details .summary_details p {
        margin-bottom: 10px;
    }

.total-qty a {
    display: inline-block;
    text-align: center;
    font-size: var(--text-paragraph);
    background: var(--basket-btn);
    border: 1px solid var(--basket-btn);
    border-radius: 10px;
    color: var(--white);
    margin-bottom: 15px;
    text-decoration: none;
    padding: 8px 8px;
}

    .total-qty a:hover {
        border: 1px solid var(--basket-btn);
        background: var(--white);
        color: var(--basket-btn);
        transition: all ease 0.5s;
    }



.summary_details.total-count .tax-section p {
    font-size: 12px;
    margin-bottom: 8px;
}

.summary_details.total-count .tax-section span {
    font-size: 12px;
    font-weight: var(--midfont-weight);
}

.proceed a {
    display: inline-block;
    text-align: center;
    font-size: var(--btn-font);
    background: var(--green);
    border: 1px solid var(--green);
    border-radius: 4px;
    color: var(--white);
    margin: 10px 0px !important;
    text-decoration: none;
    font-weight: 500;
    width: 100%;
    padding: 8px 12px;
}

    .proceed a.next.Generate_Quotation {
        background: var(--green);
        border: 1px solid var(--green);
        color: var(--white);
    }

    /*  .proceed a.next.Generate_Quotation:hover {
            background: var(--white);
            border: 1px solid var(--green);
            color: var(--green);
        }*/

    .proceed a.next {
        background: #f4f4ed;
        border: none;
        color: var(--green);
        border: 1px #f4f4ed solid;
    }

/*  .proceed a.next:hover {
            background: var(--green);
            border: 1px solid var(--green);
            color: var(--white);
        }

*/


.subtotal-basket {
    border-bottom: 1px solid var(--table-border);
}

.create-list.newlistitems #txtOther {
    opacity: 1;
}

/*.totalamount a {
    display: inline-block;
    text-align: center;
    font-size: var(--text-paragraph);
    background: var(--darkorange);
    border: 1px solid var(--darkorange);
    border-radius: 10px;
    color: var(--white);
    margin-top: 15px;
    text-decoration: none;
    padding: 8px 8px;
}

    .totalamount a:hover {
        border: 1px solid var(--darkorange);
        background: var(--white);
        color: var(--darkorange);
    }
*/
.totalamount span {
    padding-left: 8px;
}

select:focus-visible {
    outline: 0px;
}

.summary.basket-details {
    margin-bottom: 20px;
}

.summary_details.next-cancel ul {
    display: block;
}

.summary ul {
    padding-left: 0px;
}

    .summary ul li {
        list-style-type: none;
    }

.summary.basket-details h6 {
    font-size: var(--text-paragraph);
    font-weight: var(--midfont-weight);
    border-bottom: 1px solid var(--table-border);
    padding: 12px 0px;
}

.total-product {
    padding: 0px 12px;
}

.summary_details.total-count {
    padding: 12px;
}

.summary_details.next-cancel.proceed {
    padding: 0px 12px 12px;
}

/*.preview_heading .delete {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 20px;
    top: -10px;
}*/

.preview_heading {
    position: relative;
}
/*cart-css-end-hy*/

/*thankyou-css-start-hy*/
.thankyou-main .thankyou-bg img {
    width: 100%;
}

.thankyou-main a {
    text-decoration: none;
}

.thankyou-main .clyzo-thankyou img {
    margin: 0 auto;
}

.thankyou-main .clyzo-thankyou .thank-youtext h2 {
    font-size: 26px;
    font-weight: 700;
    font-family: 'plusjakartasans-medium';
    margin: 30px 0px 15px 0px;
}

.thankyou-main .clyzo-thankyou .thank-youtext p {
    font-size: 16px !important;
    color: #8f8f8f;
    font-weight: 500;
    font-family: 'plusjakartasans-medium';
    margin-bottom: 6px;
}

.thankbutton {
    display: flex;
    justify-content: flex-end;
}

    .thankbutton button {
        background: #22604A;
        border-radius: 4px;
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        margin-bottom: 20px;
        padding: 12px 40px;
    }

.thankyou-main .clyzo-thankyou {
    padding: 20px;
    display: flex;
    font-family: 'plusjakartasans-medium';
    flex-direction: column;
}

.thankyou-main .text-file {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px 18px;
    border: 1px solid var(--table-border);
    border-radius: 5px;
    margin-top: 5px;
    color: var(--increasebtn);
    box-shadow: 2px 2px 10px var(--table-border);
}

.thankyou-main button {
    border: none;
}

button:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.thankyou-main .need-multipleproduct .save-btn.continue-btn:hover {
    background: var(--basket-btn);
    color: var(--white);
    border: 1px solid var(--basket-btn);
    transition: all ease 0.5s;
}

.thankyou-main .need-multipleproduct .save-btn.continue-btn {
    float: right;
    text-transform: capitalize !important;
    position: relative;
    width: 125px;
    height: 50px;
    margin-top: 15px;
    outline: none;
    box-shadow: none;
    background: var(--green);
    color: var(--white);
    border-radius: 4px;
}




.thankyou-main .need-multipleproduct label {
    font-size: var(--text-paragraph);
    font-weight: var(--midfont-weight);
}

.thankyou-main .need-multipleproduct {
    background: var(--white);
    padding: 20px;
    border-radius: 12px;
    height: 100%;
}

.thankyou-main .thankyou-bg img {
    height: 320px;
}


/*thankyou-css-end-hy*/

/*QuotationNumber-css-start-hy*/
.customer-number {
    background: var(--white);
    border-radius: 4px;
}

    .customer-number .requested-by {
        border-bottom: 1px solid var(--table-border);
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .customer-number .requested-by h4 {
            font-size: var(--text-paragraph);
            font-weight: var(--boldfont-weight);
            color: var(--green);
            margin-bottom: 5px;
            padding: 0px 12px;
        }

        .customer-number .requested-by p {
            font-size: var(--text-paragraph);
            color: var(--black);
            margin-bottom: 0px;
            padding: 0px 12px;
            font-weight: var(--normalfont-weight);
        }

        .customer-number .requested-by ol {
            padding-left: 12px;
            margin: 0;
        }

            .customer-number .requested-by ol li {
                font-size: var(--text-paragraph);
                color: var(--black);
                margin-bottom: 0px;
                line-height: 26px;
                font-weight: var(--normalfont-weight);
            }

        .customer-number .requested-by .manufacturers p {
            font-weight: var(--midfont-weight);
            padding-left: 12px;
        }

        .customer-number .requested-by a {
            text-decoration: none;
            color: var(--green);
        }
/********************TERMS AND CONDITIONS***************************/
.policy {
    background-image: linear-gradient(to right, #22604A, #35A987);
    position: relative;
    height: 25vh;
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 80px;
}

    .policy h1 {
        color: #fff;
        font-size: 35px;
        font-weight: 600;
        font-family: plusjakartasans-medium;
        /*    text-transform: capitalize;*/
        line-height: 1.8;
    }

.policy-privacy {
    position: relative;
    padding: 10px 0 40px 0;
}

    .policy-privacy .policy-para ul li span {
        font-weight: 600;
    }

    .policy-privacy .policy-para h4 {
        font-size: 20px;
        color: #181818;
        margin: 18px 0px;
        font-weight: 600;
    }

    .policy-privacy .policy-para .boldinformation span {
        font-weight: 600;
        font-size: 14px;
        text-align: justify;
    }

    .policy-privacy .policy-para .boldinformation {
        margin-bottom: 16px;
    }

        .policy-privacy .policy-para .boldinformation p {
            display: inline;
            font-size: 14px;
            text-align: justify;
            color: #181818;
        }

    .policy-privacy .policy-para .boldinformation {
        text-align: justify;
    }

        .policy-privacy .policy-para .boldinformation p:last-child {
            margin-bottom: 0px;
        }

    .policy-privacy .policy-para p {
        font-size: 14px;
        text-align: justify;
    }

    .policy-privacy .policy-para a {
        color: #22604A;
        width: 100%;
        word-break: break-all;
    }

    .policy-privacy .policy-para ul {
        padding-left: 30px !important;
        font-size: 14px;
        margin-bottom: 20px !important;
    }

        .policy-privacy .policy-para ul li {
            list-style: circle;
            color: #181818;
            margin-bottom: 10px;
        }

        .policy-privacy .policy-para ul.nooflist li {
            list-style: decimal;
        }

/************************TERMS AND CONDITIONS***************/

.generate-quotations {
    background: var(--white);
    border-radius: 4px;
    margin-bottom: 25px;
    padding: 20px;
}

    .generate-quotations h4 {
        font-size: var(--heading-lg);
        font-weight: var(--boldfont-weight);
        text-align: center;
        margin-bottom: 0px;
        padding: 20px 12px;
        text-transform: capitalize;
    }

    .generate-quotations .generation-heading {
        border-bottom: 1px solid var(--table-border);
        padding-bottom: 10px;
    }

    .generate-quotations a {
        padding: 5px 8px;
        text-transform: capitalize;
        background: var(--basket-btn);
        font-size: var(--text-paragraph);
        color: var(--white);
        text-decoration: none;
        border-radius: 4px;
        display: inline-block;
    }

.download-button a:hover {
    color: var(--basket-btn);
    background: var(--white);
    border: 1px solid var(--basket-btn);
}

.generate-quotations .download-status h5 {
    text-align: center;
    font-size: 16px;
    font-weight: var(--boldfont-weight);
    margin-bottom: 12px;
    text-transform: capitalize;
    color: #181818;
}

.generate-quotations .download-status p {
    color: var(--green);
    font-size: var(--text-paragraph);
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: var(--normalfont-weight);
}

    .generate-quotations .download-status p span {
        font-weight: var(--midfont-weight);
    }

.generate-quotations .download-status span {
    color: #31a986;
    
}

.generate-quotations .modify-status {
    display: flex;
    justify-content: flex-end;
}

    .generate-quotations .modify-status span {
    }

    .generate-quotations .modify-status ul {
        margin-bottom: 0px;
    }

        .generate-quotations .modify-status ul li {
            list-style: none;
        }

            .generate-quotations .modify-status ul li:first-child {
                margin-bottom: 10px;
            }

    .generate-quotations .modify-status a.order-proceed {
        background: var(--green);
        border: 1px solid var(--green);
        text-transform: initial;
        color: var(--white);
        padding: 10px 8px;
    }

        .generate-quotations .modify-status a.order-proceed:hover {
            background: var(--white);
            border: 1px solid var(--green);
            color: var(--green);
        }

    .generate-quotations .modify-status a.modify-quotation {
        background: var(--white);
        border: 1px solid var(--green);
        color: var(--green);
        padding: 6px 10px;
        height: 35px;
        border-radius: 4px;
    }

        .generate-quotations .modify-status a.modify-quotation img {
            width: 15px;
            margin-top: -2px;
            margin-right: 4px;
        }

        .generate-quotations .modify-status a.modify-quotation:hover {
            background: var(--green);
            border: 1px solid var(--green);
            color: var(--white);
            cursor: pointer;
        }

            .generate-quotations .modify-status a.modify-quotation:hover img {
                filter: brightness(0) invert(1)
            }

.generate-quotations .download-status a:hover {
    background: var(--white);
    border: 1px solid var(--darkorange);
    color: var(--darkorange);
}

.generate-quotations .download-status a {
    background: var(--darkorange);
    border: 1px solid var(--darkorange);
    color: var(--white);
    padding: 5px 10px;
    text-align: center;
}

.generate-quotations .download-status {
    text-align: center;
}

.status-quotation {
    padding: 20px 0px 6px 0px;
}

.customer-number .requested-by:last-child {
    border-bottom: none;
}



.quotations-overview {
    padding: 15px !important;
}

    .quotations-overview h2 {
        font-size: var(--heading-md);
        font-weight: var(--boldfont-weight);
        text-transform: capitalize;
    }

    .quotations-overview p {
        font-size: var(--text-paragraph);
    }

    .quotations-overview table tr td {
        border: none !important;
    }

    .quotations-overview .table-responsive {
        padding: 0px 15px !important;
    }

    .quotations-overview .table th {
        font-size: var(--text-paragraph);
        color: var(--green);
        font-weight: var(--boldfont-weight);
        text-transform: capitalize;
        padding: 22px 0px;
        border-bottom: 2px solid var(--table-border);
    }

    .quotations-overview .table > :not(:last-child) > :last-child > * {
        border-bottom-color: var(--table-border);
    }

    .quotations-overview .table td {
        font-size: var(--font13);
        color: var(--black);
        padding: 17px 0px;
        font-weight: var(--normalfont-weight);
    }

    .quotations-overview .table .specimen {
        text-align: right;
        font-size: var(--text-paragraph);
    }

        .quotations-overview .table .specimen a {
            background: var(--white);
            border: 1px solid var(--green);
            color: var(--green);
            padding: 9px 6px;
            border-radius: 4px;
        }

            .quotations-overview .table .specimen a:hover {
                background: var(--green);
                color: var(--white);
                border: 1px solid var(--green);
            }

    .quotations-overview .table tr:last-child {
        border-color: transparent;
    }

    .quotations-overview .table .specimen a.active {
        background: var(--green);
        color: var(--white);
        border: 1px solid var(--green);
    }

        .quotations-overview .table .specimen a.active:hover {
            background: var(--white);
            color: var(--green);
            border: 1px solid var(--green);
        }

    .quotations-overview .table .productname {
        font-weight: var(--midfont-weight);
        padding-left: 10px;
        width: 200px;
        padding-right: 10px;
    }

    .quotations-overview .table .quotationnodata {
        width: 140px;
    }

    .quotations-overview .table .product-no {
        text-align: center;
    }

    .quotations-overview .quotation-pdf p {
        font-size: var(--text-paragraph);
        font-weight: var(--normalfont-weight);
    }

        .quotations-overview .quotation-pdf p:last-child {
            margin-bottom: 0px;
        }

    .quotations-overview .download-status.status-quotation-btn {
        background: #31a986;
        border: none;
        color: #fff;
        border: 4px !important;
    }

@media (max-width:767px) {
    .policy {
        height: 20vh;
    }

        .policy h1 {
            font-size: 24px;
            line-height: 34px;
        }

    .excipient-txt {
        margin-top: 50px !important;
    }

    .reviewItems_two .table-responsive-md {
        overflow-y: hidden !important;
    }

    .download-pdf-div table tr td {
        border: 1px #ccc solid !important;
        font-size: 12px;
        padding-left: 15px;
        white-space: nowrap;
    }

    .billingSeparator:after {
        margin: 0 0px !important;
        margin-right: 10px !important;
    }

    .checkoutmaindiv .leftsideContainer button.accordion-button {
        display: block !important;
    }

    .checkoutmaindiv .ediddelete {
        column-gap: 0px !important;
    }

    .checkoutmaindiv span.arrow_container_style {
        position: absolute;
        right: 10px;
        bottom: 5px;
    }

    .checkoutmaindiv .reviewItems_two .table > tbody td {
        white-space: nowrap;
    }

    .cart-div .container {
        padding-right: 1rem !important;
    }

    .border_preview.data-basket .supplier-name img {
        margin-bottom: 10px;
    }

    .wish-list-div .alcohal-listdetalis .quntity .form-control {
        width: 60px;
    }

    #dv_approvalbutton {
        display: flex;
    }

    .mylist-div .mdi::after {
        display: none !important;
    }

    .mylist-div .container {
        padding: 0px !important;
    }

    p .pricediv {
        position: absolute;
        left: 0;
    }

    .wishheading {
        margin-right: 5px !important;
    }

    .wish-list-div .alcohal-listdetalis .ethanol-absolute .inputcheck {
        width: 60px;
    }

    p .pricediv {
        position: absolute;
        left: 0;
    }

    span.amountdiv {
        position: relative;
        left: 13px;
    }

    .skuid-textone {
        text-align: left !important;
    }

    .skuid-textone {
        margin-bottom: 30px;
    }

    p.sku {
        position: relative;
        left: 0px !important;
    }

    .basket-quntity li.ins {
        justify-content: flex-start !important;
    }

    .generate-quotations a {
        padding: 6px 15px;
        text-transform: capitalize;
        font-size: var(--font-12);
        color: var(--green) !important;
        border: 1px solid var(--green) !important;
        text-decoration: none;
        border-radius: 4px;
        display: inline-block;
        height: 35px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .skuid-text {
        text-align: left !important;
    }

    label.summarydiv-total {
        float: right;
    }

    .amount-breakdown-div .table-responsive table tr td h4 {
        font-size: 14px;
        font-weight: bold;
        color: #35A987;
    }

    .basket-productheading {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .checkoutmaindiv .accordion-button h2 {
        margin: 0;
        font-size: 14px !important;
    }

    .checkoutmaindiv .accordion-button {
        padding: 16px 10px !important;
    }

    .container.checkoutPage_container {
        padding-right: 1rem !important;
    }

    .shippingdata {
        padding-left: 25px !important;
    }

    .d-flex.align-items-center.radiglable.radiodesign {
        align-items: baseline !important;
    }

    .shipinput input {
        margin-bottom: 20px;
    }

    .futurefrieght {
        margin-top: 0px !important;
        margin-bottom: 20px;
    }

    .radiodesign input[type=radio] {
        margin-top: 3px !important;
    }

    .editaddress.edit_billing_address {
        justify-content: flex-end;
    }

    .editaddress.edit_shipping_address {
        justify-content: flex-end;
    }

    img.loginlogo {
        max-width: 100%;
        width: 50%;
    }
}

@media (max-width:1024px) {
    .generate-quotations a {
        padding: 6px 15px;
        text-transform: capitalize;
        font-size: var(--font-12);
        color: var(--green);
        border: 1px solid var(--green) !important;
        text-decoration: none;
        border-radius: 4px;
        display: inline-block;
        height: 35px;
        margin-left: 10px;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .generate-quotations .download-status {
        padding: 10px 20px;
    }

    .breadcrumbdata-div {
        margin: 25px 0px;
    }
}



.clyzo-connect {
    background: var(--white);
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    display: flex;
    align-items: center;
    float: right;
    width: 208px;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
    opacity: 1;
    transform: translateX(0);
    z-index: var(--zIndex);
    height: calc(var(--chat-size) - 1px);
    position: relative;
    column-gap: 33px;
    margin: 0px 0px 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #22604A;
    border: 1px solid #22604A;
    border-radius: 4px;
    padding: 4px 0px 2px 20px;
}

    .clyzo-connect ul {
        padding: 0;
        margin: 0px;
    }

    .clyzo-connect .connect-img ul li {
        display: initial;
        position: relative;
    }

        .clyzo-connect .connect-img ul li img {
            border-radius: 100%;
            width: 41px;
            border: 3px solid var(--white);
            height: 40px;
            position: relative;
        }

        .clyzo-connect .connect-img ul li:not(:first-child) {
            margin-left: -57px;
            position: relative;
        }



    .clyzo-connect:hover img {
        border: 3px solid #fff !important;
    }

/*QuotationNumber-css-end-hy*/


/*Quotation-css-start-hy*/
.quotations .torrent .torrent-img {
    display: flex;
    justify-content: center;
    margin: 10px 0px 20px 0px;
}

.Quotations-Number table tr td:first-child {
    font-weight: var(--midfont-weight);
}

.Quotations-Number table tr td a {
    color: #35A987;
}

.quotations .torrent .torrent-img img {
    max-width: 160px;
    margin: 0 auto;
}

.quotations .torrent {
    background: var(--white);
    border-radius: 8px;
    padding: 15px 12px;
}

.torrent .de-united {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

    .torrent .de-united img {
        max-width: 15px;
        margin-right: 5px;
    }

    .torrent .de-united a {
        display: inline-block;
        background: var(--orange);
        color: var(--white);
        border: none;
        font-size: var(--text-paragraph);
        padding: 5px 10px;
        border-radius: 0.25rem;
        border: 1px solid var(--orange);
    }

.side-menutext .accordion .side-innertext .accordion-item button {
    border: none;
    background: var(--white);
    font-size: var(--text-paragraph);
    color: var(--form-text);
    font-weight: var(--midfont-weight);
    cursor: default;
    text-transform: capitalize;
}

button:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.basketimgs {
    width: 100%;
}

.side-menutext .side-innertext img {
    max-width: 20px !important;
    opacity: 40%;
    margin-right: 10px !important;
}

.side-menutext .side-innertext .accordion-item {
    margin-bottom: 10px;
    border: none;
}

    .side-menutext .side-innertext .accordion-item .accordion-body {
        justify-content: space-evenly;
        display: flex;
        font-size: var(--text-paragraph);
        font-weight: var(--midfont-weight);
        color: var(--green);
        margin-top: 15px;
    }

        .side-menutext .side-innertext .accordion-item .accordion-body a {
            color: var(--green);
            font-weight: var(--midfont-weight);
        }

.side-menutext .side-innertext .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.side-menutext .accordion .side-innertext .accordion-item button::after {
    display: none;
}

.torrent-table {
    background: var(--white);
    border-radius: 8px;
}

    .torrent-table .Quotations-Number {
        padding: 12px;
    }

    .torrent-table .torrent-searchdata {
        display: flex;
        justify-content: space-between;
        padding: 12px;
    }

    .torrent-table .search-torrentresult {
        display: flex;
        column-gap: 10px;
        align-items: center;
    }

    .torrent-table .torrent-filter {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        column-gap: 5px;
    }

.side-menutext .accordion .side-innertext .accordion-item .Quotation-show button {
    text-align: left;
    width: 100%;
    background-color: var(--activetab);
    padding: 10px;
    color: var(--black);
    border-radius: 5px;
    cursor: pointer;
}

.torrent-table .torrent-filter p {
    margin-bottom: 0px;
    color: var(--green);
    text-transform: uppercase;
    font-size: var(--text-paragraph);
    font-weight: var(--normalfont-weight);
}

.torrent-table .torrent-filter img {
    max-width: 18px;
}

.torrent-table h5 {
    margin-bottom: 0px;
    font-size: var(--heading-md);
    font-weight: var(--boldfont-weight);
    text-align: center;
}

.torrent-table form {
    margin-bottom: 0px;
}

:focus-visible {
    outline: 0px;
}

.torrent-table form {
    padding: 8px 10px 8px 10px;
    background: var(--form-bg);
    border-radius: 8px;
}

    .torrent-table form input {
        border: none;
        background: var(--form-bg);
        width: 84%;
        border-radius: 5px;
        font-size: var(--text-paragraph);
        font-weight: var(--midfont-weight);
        padding-left: 10px;
    }

    .torrent-table form span {
        font-size: var(--text-paragraph);
        color: var(--black);
        font-weight: var(--boldfont-weight);
    }

        .torrent-table form span .btn-close:focus {
            outline: 0;
            box-shadow: none;
            opacity: 1;
        }

    .torrent-table form ::placeholder {
        color: var(--form-text) !important;
    }

.torrent-table th {
    text-transform: capitalize;
    color: var(--green);
    font-size: 14px;
    border-bottom-color: none;
    text-align: center;
    padding: 15px 0px;
    border-style: hidden;
    border-bottom: 1px solid var(--table-border) !important;
}

.torrent-table .table th {
    border-top: 0px;
}

.Quotations-Number table tr td {
    font-size: var(--text-paragraph);
    padding: 21px;
    text-align: center;
    font-weight: var(--normalfont-weight);
}

.torrent-table .all-quotations {
    border-bottom: 1px solid var(--table-border);
    padding: 12px;
}

.torrent-table .table > :not(:last-child) > :last-child > * {
    border-bottom-color: transparent;
}

.collapsed img.quotations-img {
    opacity: 1 !important;
}

.torrent-table tr:last-child {
    border-bottom: transparent;
}

form .quotations-no img {
    max-width: 20px;
}

.pagination-section .pagination {
    justify-content: center;
}

.pagination-section .pagination-inner {
    background: var(--white);
    padding: 10px 20px;
    border-radius: 10px;
}

.pagination-section {
    margin: 20px 0px 0px;
}

    .pagination-section .pagination-inner a {
        padding: 3px 10px;
        border-radius: 5px;
        color: var(--form-text);
        font-size: var(--text-paragraph);
        font-weight: var(--normalfont-weight);
    }

    .pagination-section .pagination-inner .pagination-item.active {
        z-index: 2;
        color: var(--white);
        background-color: var(--green);
        border-color: var(--white);
    }

    .pagination-section .pagination-inner .next-pagination {
        background-color: var(--activetab);
        border-radius: 2px;
    }

/*.mobile-imgicon {
    display: none;
}*/

.mobile-imgicon img {
    max-width: 20px;
}

.side-menutext .accordion .side-innertext .accordion-item button:focus {
    box-shadow: none;
}

.torrent-table form input::placeholder {
    color: var(--form-text);
    font-weight: var(--normalfont-weight);
}

/*Quotation-css-end-hy*/

/*Basketpopup-css-start-hy*/

.media-body.dv-body .viewedid-heading .item-busket span h5 {
    font-size: var(--heading-md);
    color: var(--black);
    font-weight: var(--boldfont-weight);
}

.media-body.dv-body .viewedid-heading {
    padding: 20px;
    padding-bottom: 0px;
}

    .media-body.dv-body .viewedid-heading .item-busket h5 {
        font-size: 14px;
        font-weight: 700;
        color: #181818;
    }

    .media-body.dv-body .viewedid-heading .item-busket span {
        color: #35A987;
        font-size: 14px;
        font-weight: 700;
    }

.subtotal-basketcount p {
    font-size: 14px;
    font-weight: 700;
    color: #181818;
    margin: 0;
}

.modeldiv.divbusketpopup .modal-header {
    padding: 10px 20px !important;
    border: none;
}
/*.subtotal-basketcount {
    display: flex;
    justify-content: flex-end;
}
*/
.subtotal-basketcount span {
    color: #35A987;
    font-size: 14px;
    font-weight: 700;
}

#basketalert {
    border: 0;
    border-radius: 15px;
}

.dropdown-divider {
    border: 0px !important;
    margin: 0px !important;
}

#basketpoupup .modal.show .modal-dialog {
    transform: none;
    max-width: 98% !important;
    top: 20px;
}

.modeldiv .fade:not(.show) {
    opacity: 0;
    position: absolute;
    right: 0 !important;
    display: none !important;
    z-index: -99999999 !important;
}

div#basketpoupup .modal-content .modal-header .btn-close {
    font-size: 10px;
    opacity: 1;
    color: #181818;
    position: relative;
    top: 10px;
}

.scroll-inner {
    max-height: 350px;
    overflow-y: scroll;
}

.dropdown-divider.borderpopup {
    /*     border: 1px solid #e9ecef !important;*/
    margin: 0px;
}

#basketpoupup .modal-body {
    padding: 0px;
}



.border-div.popupbasket img {
    width: 100%;
}

.border-div.popupbasket .basket-popupheading {
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
    align-items: center;
}

    .border-div.popupbasket .basket-popupheading h5 {
        font-size: var(--heading-md);
        font-weight: var(--boldfont-weight);
        text-transform: capitalize;
        color: var(--black);
        margin-bottom: 5px;
    }

.border-div.popupbasket {
    padding: 15px;
    border-radius: 4px;
    background: #f4f4ed;
    margin: 20px;
    max-height: 400px;
    margin-right: 10px;
}

    .border-div.popupbasket .totalQuantity span {
        font-size: 14px;
        font-weight: 700;
        color: #181818;
    }

    .border-div.popupbasket .rupeesitems {
        font-size: 14px;
        font-weight: 500;
        color: #22604A;
    }

    .border-div.popupbasket .basket-price p {
        font-size: 14px;
        font-weight: 700;
        color: #181818;
        margin-bottom: 0px;
    }

        .border-div.popupbasket .basket-price p span {
            color: #000;
            font-size: 14px;
            font-weight: var(--midfont-weight);
        }

.busketitem-main {
    width: 100%;
}

.viewedit-basket {
    display: inline-block;
}

.viewedit-basket {
    padding: 15px 5px 10px 5px;
    display: block;
}

    .viewedit-basket a {
        width: 100%;
        background: #22604A;
        color: #fff;
        font-size: 16px;
        text-align: center;
        padding: 10px 8px;
        border-radius: 4px;
    }

    .viewedit-basket .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background: #22604A;
    }

    .viewedit-basket .dropdown-item:hover {
        background: #22604A;
        color: #fff;
    }
/*.media-body.dv-body {
    max-height: 350px;
    overflow-x: auto;
}*/

::-webkit-scrollbar {
    width: 10px;
}



::-webkit-scrollbar-track {
    background: #F4F4ED;
    position: relative;
    left: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #22604A;
    border-radius: 6px;
    border: 2px solid #22604A;
}

div#basketpoupup .modal-content {
    max-width: 440px;
    position: absolute;
    right: 20px;
    padding-right: 6px;
    border-radius: 0.5rem;
    /*    max-height: 450px;*/
    top: 7px;
    /*overflow: scroll;
        overflow-x: hidden;*/
}
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 15px;
    border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.viewedit-basket .red-btn {
    background: #f00 !important;
    color: var(--white) !important;
    padding: 9px 50px 9px 30px !important;
    margin-bottom: 10px;
    text-align: center !important;
    margin-left: 12px !important;
    height: 21px !important;
    opacity: 1;
    font-weight: var(--boldfont-weight);
    border: none !important;
    cursor: pointer;
}



/*Basketpopup-css-end-hy*/

/*Confirmorder-thankyou-css-start-hy*/

.confirm-orderthankyou .right-logo img {
    width: 90px;
}

.confirm-orderthankyou .placeorder-logo img {
    width: 190px;
}

.confirm-orderthankyou .placeorder-logo {
    display: flex;
    justify-content: center;
    margin: 50px 0px 30px;
}

.confirm-orderthankyou .right-logo {
    display: flex;
    justify-content: center;
}

.confirm-orderthankyou .thankyou-orderno {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
}

    .confirm-orderthankyou .thankyou-orderno h2 {
        font-size: var(--heading-lg);
        font-weight: var(--boldfont-weight);
        margin-top: 20px;
    }

    .confirm-orderthankyou .thankyou-orderno span {
        font-size: var(--heading-md);
        text-decoration: underline;
        font-weight: var(--midfont-weight);
        margin-bottom: 15px;
    }

        .confirm-orderthankyou .thankyou-orderno span a {
            color: var(--green);
        }

    .confirm-orderthankyou .thankyou-orderno a.placed-date {
        padding: 6px 8px;
        text-transform: capitalize;
        background: var(--basket-btn);
        font-size: var(--text-paragraph);
        color: var(--white);
        border: 1px solid var(--basket-btn);
        text-decoration: none;
        border-radius: 4px;
        display: inline;
        width: auto;
        margin: 0 auto;
    }

        .confirm-orderthankyou .thankyou-orderno a.placed-date:hover {
            color: var(--basket-btn);
            background: var(--white);
            border: 1px solid var(--basket-btn);
        }

    .confirm-orderthankyou .thankyou-orderno p {
        font-size: var(--text-paragraph);
        font-weight: var(--midfont-weight);
    }

.confirm-orderthankyou .inner-box {
    background: var(--white);
    border-radius: 4px;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 50px;
    background-color: var(--white);
    border: 1px solid var(--table-border);
    box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 16%);
    cursor: pointer;
}

    .confirm-orderthankyou .inner-box p {
        font-size: var(--text-paragraph);
        margin-bottom: 10px;
        font-weight: var(--midfont-weight);
    }

        .confirm-orderthankyou .inner-box p:last-child {
            margin-bottom: 0px;
        }

    .confirm-orderthankyou .inner-box h4 {
        font-size: var(--heading-lg);
        font-weight: var(--boldfont-weight);
        text-align: center;
        margin-bottom: 10px;
    }
/*Confirmorder-thankyou-css-end-hy*/

/*underapprovel-css-start-hy-to-pk*/
.mainunderapproval {
    margin-top: 100px;
}

    .mainunderapproval ul#progressbar {
        width: 100%;
        float: left;
        padding-left: 0px;
    }

    .mainunderapproval ul#progressbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .mainunderapproval ul#progressbar li {
            width: 16%;
            float: left;
            display: flex;
            align-items: center;
            column-gap: 3px;
        }

        .mainunderapproval ul#progressbar li {
            width: unset;
        }

    .mainunderapproval .activeProgress {
        color: var(--white) !important;
    }

    .mainunderapproval .oneimage {
        background: var(--basket-btn);
        width: 30px;
        color: var(--increasebtn);
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
    }

    .mainunderapproval ul#progressbar li a {
        color: var(--black);
        margin-right: 2px;
        text-decoration: none;
    }

    .mainunderapproval ul#progressbar li a {
        font-weight: var(--boldfont-weight);
    }

    .mainunderapproval .oneli:after {
        border: 1px solid var(--increasebtn) !important;
    }

    .mainunderapproval ul#progressbar li:after {
        content: "";
        width: 52px;
        position: relative;
        border: 1px dashed var(--increasebtn);
        left: 5px;
    }

    .mainunderapproval .orderplaced-orderno {
        color: var(--basket-btn);
        font-weight: var(--thinfont-weight);
    }

    .mainunderapproval ul#progressbar li:after {
        width: 55px !important;
        border: 1px solid var(--basket-btn) !important;
    }

    .mainunderapproval ul#progressbar li.twoli:after {
        border: 1px dashed var(--increasebtn) !important;
    }

    .mainunderapproval ul#progressbar li:nth-last-child(1):after {
        content: unset !important;
    }

    .mainunderapproval .checkoutPage_heading h1 {
        margin: 0;
        color: var(--black);
        font-weight: var(--boldfont-weight);
    }

    .mainunderapproval .underApprovalTable .table {
        margin: 0 !important;
    }

    .mainunderapproval .underApprovalTable .table {
        margin: 0 !important;
        border: unset !important;
    }

        .mainunderapproval .underApprovalTable .table thead th {
            border: unset !important;
            vertical-align: middle !important;
            font-size: var(--text-paragraph) !important;
            color: var(--green) !important;
            text-align: left !important;
            font-weight: var(--boldfont-weight) !important;
            padding: 2px;
        }

        .mainunderapproval .underApprovalTable .table tbody td {
            border: unset !important;
            vertical-align: middle !important;
            font-size: var(--text-paragraph) !important;
            color: var(--black) !important;
            text-align: left !important;
            font-weight: var(--midfont-weight) !important;
            padding: 2px;
        }

    .mainunderapproval .clyzo_ordr_des {
        border-bottom: 1px solid var(--table-border) !important;
    }

    .mainunderapproval .cl_img_container img {
        width: 100%;
        height: 100%;
    }

    .mainunderapproval img.deleteImg {
        width: 14px;
        height: 18px;
    }

    .mainunderapproval .clyzoOrder .table-responsive td {
        font-size: 14px;
        padding: 5px;
    }

.breakWord {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
}

.mainunderapproval table.filterProductTable tbody tr td {
    border: 1px solid var(--table-border) !important;
    text-align: left;
    font-size: var(--text-paragraph) !important;
    font-weight: var(--midfont-weight) !important;
}

.mainunderapproval label.addProlevel {
    font-size: var(--text-paragraph);
    font-weight: var(--normalfont-weight);
    margin-bottom: 6px;
}

.mainunderapproval .inputBox_data textarea {
    border-radius: 4px;
    color: var(--increasebtn);
    font-weight: var(--normalfont-weight);
    outline: unset;
    width: 100%;
    background-color: var(--white);
    font-size: 14px;
    padding: 12px 10px;
    border: 1px solid var(--table-border);
    resize: none;
}

.mainunderapproval #Note::placeholder {
    color: var(--increasebtn) !important;
    font-size: 14px;
}

.mainunderapproval #commentdata::placeholder {
    color: var(--increasebtn) !important;
    font-size: 14px;
}

.mainunderapproval button.customizeButton {
    outline: none !important;
    border-width: 1px !important;
    padding: 8px !important;
}

.mainunderapproval .customizeButton:hover {
    background-color: var(--green) !important;
    color: var(--white) !important;
}

.mainunderapproval .secondProgress {
    width: 64%;
    margin: 0 auto;
}

    .mainunderapproval .secondProgress ul {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .mainunderapproval .secondProgress ul li {
            list-style: none;
            display: inline-block;
        }

            .mainunderapproval .secondProgress ul li a.stripContainer {
                position: relative;
                display: inline-block;
            }

                .mainunderapproval .secondProgress ul li a.stripContainer p {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    width: 100%;
                    text-align: center;
                }

                .mainunderapproval .secondProgress ul li a.stripContainer img {
                    width: 100%;
                    height: 100%;
                }

.mainunderapproval .packsize-quntity {
    display: flex;
    align-items: center;
}

    .mainunderapproval .packsize-quntity p {
        font-size: var(--text-paragraph);
        font-weight: var(--boldfont-weight);
        padding-right: 4px;
        color: var(--black);
        padding-right: 10px;
        margin-bottom: 0px;
    }

    .mainunderapproval .packsize-quntity select {
        padding: 5px 4px;
        border-radius: 5px;
        color: var(--black);
        font-size: var(--text-paragraph);
        border-color: var(--table-border);
        font-weight: var(--midfont-weight);
        background: var(--white) !important;
    }

.mainunderapproval .underapproval-quntity li.ins {
    font-weight: var(--boldfont-weight) !important;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.mainunderapproval .underapproval-quntity .ins .input-group {
    border: 0;
    width: 34% !important;
    margin: 0px;
}

    .mainunderapproval .underapproval-quntity .ins .input-group span {
        line-height: 10px;
        min-height: 10px;
        height: 2px;
        color: var(--white) !important;
        display: contents;
    }

.mainunderapproval ul.underapproval-quntity {
    margin-bottom: 0rem;
}

.mainunderapproval .underapproval-quntity .ins button.btn.btn-number.minusno {
    background: var(--increasebtn) !important;
    color: var(--white) !important;
    border: 0;
    margin-left: 5px !important;
}

.mainunderapproval .underapproval-quntity .ins button.btn.btn-number:hover {
    border: 0px solid var(--increasebtn);
}

.mainunderapproval .underapproval-quntity .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.mainunderapproval .underapproval-quntity .ins button.btn.btn-number {
    margin: 4px;
    font-size: var(--text-paragraph);
    border-radius: 50%;
    line-height: 6px;
    padding: 4px 5px;
}

.mainunderapproval .ins button.btn.btn-number {
    background: var(--increasebtn) !important;
    color: var(--white) !important;
    border: 0;
}

.mainunderapproval select:focus-visible {
    outline-offset: 0px;
    outline: 0;
}

.mainunderapproval .timeline {
    position: relative;
    margin: 0 auto;
}

    .mainunderapproval .timeline .oneimage {
        background: var(--basket-btn);
        width: 36px;
        color: var(--basket-btn);
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        border: 5px solid var(--white);
    }

    .mainunderapproval .timeline::after {
        content: '';
        height: 65%;
        position: absolute;
        width: 2px;
        background-color: var(--basket-btn);
        top: 44px;
        bottom: 0;
        left: 6%;
        margin-left: -3px;
    }

    .mainunderapproval .timeline .container {
        padding: 10px 0px;
        position: relative;
        background-color: inherit;
        width: 100%;
    }

    .mainunderapproval .timeline .left {
        left: 0;
    }

    .mainunderapproval .timeline .right {
        left: 0%;
        display: flex;
        column-gap: 10px;
        z-index: 999;
    }

    .mainunderapproval .timeline .left::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        right: 30px;
        border: medium solid var(--white);
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent var(--white);
    }

    .mainunderapproval .timeline .right::after {
        left: 0px;
    }

    .mainunderapproval .timeline .content {
        background-color: var(--white);
        position: relative;
        border-radius: 6px;
    }

        .mainunderapproval .timeline .content h4 {
            font-size: var(--heading-md);
            font-weight: var(--boldfont-weight);
            color: var(--black);
            margin-bottom: 5px;
        }

        .mainunderapproval .timeline .content h5 {
            font-size: var(--text-paragraph);
            font-weight: var(--boldfont-weight);
            color: var(--green);
            margin-bottom: 0;
        }

        .mainunderapproval .timeline .content p {
            font-size: var(--text-paragraph);
            color: var(--black);
            margin-bottom: 10px;
        }

        .mainunderapproval .timeline .content span {
            font-weight: var(--midfont-weight);
            color: var(--green);
            font-size: var(--text-paragraph);
        }

    .mainunderapproval .timeline .time-linebtn {
        background: var(--green);
        color: var(--white);
        border: 1px solid var(--green);
        padding: 8px;
        font-size: var(--text-paragraph);
        border-radius: 8px;
        text-decoration: none;
        display: inline-block;
    }

        .mainunderapproval .timeline .time-linebtn:hover {
            background: var(--white);
            color: var(--green);
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
            border: 1px solid var(--green);
        }

.mainunderapproval input.form-control.input-number {
    font-weight: var(--boldfont-weight) !important;
}
/*underapprovel-css-end-hy-to-pk*/
/*orderplaced-css-end-hy-to-pk*/
.orderplacedmain.mainunderapproval .timeline::after {
    content: '';
    height: 94%;
}

.orderplacedmain.mainunderapproval ul#progressbar li:after {
    border: 1px solid var(--basket-btn) !important;
}

.orderplacedmain.mainunderapproval ul#progressbar li.twoli:after {
    border: 1px dashed var(--increasebtn) !important;
}
/*orderplaced-css-end-hy-to-pk*/
/*clyzofind-css-start-hy-to-pk*/
.clyzofindmain .findBG {
    background-image: url('../Image/findBG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .clyzofindmain .findBG h2 {
        margin: 0;
        font-size: 60px;
        color: var(--white);
    }

.clyzofindmain .spaceTopBottom {
    margin: 20px 0;
}

.clyzofindmain .font_dark {
    font-weight: var(--midfont-weight);
}

.clyzofindmain .clyzo_find_section {
    background-color: var(--white);
    padding: 32px;
    height: 100%;
    max-width: 544px;
    float: right;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 9999;
}



.clyzofindmain .showinline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clyzofindmain .clyzo_find_section h2 {
    font-size: var(--heading-xl);
    font-weight: var(--boldfont-weight);
    margin: 0;
    font-family: 'plusjakartasans-medium' !important;
}

.clyzofindmain .clyzo_find_section a.downloadFile {
    text-decoration: none;
    color: var(--green);
    display: inline-block;
    font-size: var(--text-paragraph);
    font-weight: var(--normalfont-weight);
    padding: 10px;
    border: 1px solid var(--green);
    border-radius: 8px;
}

    .clyzofindmain .clyzo_find_section a.downloadFile .showbuttonInline {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.clyzofindmain .downloadText {
    margin-left: 10px;
    display: inline-block;
}

.clyzofindmain .inputBox_data input {
    /*   border-radius: 10px;
    color: var(--increasebtn);
    font-weight: var(--normalfont-weight);
    outline: unset;
    width: 100%;
    background-color: var(--white);
    font-size: var(--text-paragraph);
    padding: 10px;
    border: 1px solid var(--table-border);
    min-height: 50px;*/
}

.clyzofindmain .fileupload_data {
    border-radius: 4px;
    color: var(--btn-text);
    /* font-weight: var(--normalfont-weight);*/
    outline: unset;
    width: 100%;
    background-color: var(--white);
    font-size: var(--font13);
    padding: 12px;
    border: 1px solid var(--table-border);
    /*    height: 48px;*/
}

/*.clyzofindmain .inputBox_data textarea {
    border-radius: 10px;
    color: var(--increasebtn);
    font-weight: var(--normalfont-weight);
    outline: unset;
    width: 100%;
    background-color: var(--white);
    font-size: var(--text-paragraph);
    padding: 10px;
    border: 1px solid var(--table-border);
    min-height: 50px;
    resize: none;
}
*/
.clyzofindmain .inputBox_data select {
    appearance: auto !important;
}

.clyzofindmain .inputBox_data select {
    /*background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;*/
    border: 1px solid var(--table-border);
    border-radius: 4px;
    outline: unset;
    width: 100%;
    padding: 10px;
    color: var(--increasebtn) !important;
    font-weight: 500;
    font-size: var(--text-paragraph);
    background-color: var(--white);
    /*    min-height: 48px;*/
    margin-bottom: 24px;
}


.clyzofindmain .inputBox_data select {
    /* appearance: none;*/
    /*-moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 15px;*/
}

.clyzofindmain .topSpace_data {
    margin-top: 0px !important;
}

.clyzofindmain label.addProlevel {
    font-size: var(--text-paragraph);
    /*    font-weight: var(--normalfont-weight);*/
    margin-bottom: 6px;
}

.clyzofindmain #Note::placeholder {
    color: var(--increasebtn) !important;
}


.clyzofindmain .inputBox_data input::-webkit-input-placeholder {
    font-size: var(--text-paragraph);
    color: var(--increasebtn) !important;
    /*  font-weight: var(--normalfont-weight);*/
}

.clyzofindmain .findButton {
    text-decoration: none !important;
    color: var(--btn-text);
    font-size: 16px !important;
    font-weight: var(--normalfont-weight);
    background-color: var(--gray-btn);
    padding: 0px 55px;
    height: 42px;
    border: 1px solid var(--gray-btn) !important;
    border-radius: 4px !important;
    text-transform: capitalize !important;
    position: relative;
    outline: none !important;
    box-shadow: unset !important;
    margin-top: 24px;
}

/* .clyzofindmain .findButton:hover {
        color: var(--white) !important;
        background: var(--light-green) !important;
        border: 1px solid var(--gray-btn) !important;
    }*/

.masterproduct-details .ShareProduct {
    padding: 0px 12px !important;
}

.clyzofindmain a.borderbutton {
    text-decoration: none;
    color: var(--green);
    font-size: var(--text-paragraph);
    display: inline-block;
    /*    font-weight: var(--normalfont-weight);*/
    background-color: var(--white);
    padding: 10px;
    border: 1px solid var(--green);
    border-radius: 8px;
}

    .clyzofindmain a.borderbutton:hover {
        color: var(--green);
    }

.clyzofindmain table.clyzofindtable > :not(:first-child) {
    border-top: 1px solid var(--table-border);
}

.clyzofindmain table.clyzofindtable thead tr th {
    font-size: 12px;
    color: var(--green);
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.clyzofindmain table.clyzofindtable {
    margin-bottom: 0;
}

    .clyzofindmain table.clyzofindtable tbody tr td {
        vertical-align: middle;
        text-align: center;
        padding: 10px;
        /*      font-weight: var(--midfont-weight);*/
    }

.clyzofindmain .table_content_width {
    width: 140px;
}

.clyzofindmain label.fileuploaddata {
    cursor: pointer;
}

.clyzofindmain #file-chosen {
    font-size: var(--font13);
    color: #8f8f8f;
    margin-left: 0px;
}

.clyzofindmain .errorMessage {
    font-size: var(--font-12) !important;
    color: #f00 !important;
    text-align: left !important;
}

.clyzofindmain .uploadFilecenter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clyzofindmain .container_space {
    margin: 30px 0;
}

.clyzofindmain .need-multipleproduct {
    padding: 32px;
    height: 100%;
    max-width: 400px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: auto;
}

    .clyzofindmain .need-multipleproduct h4 {
        font-size: var(--heading-xl);
        font-weight: var(--boldfont-weight);
        font-family: 'plusjakartasans-medium' !important;
    }

    .clyzofindmain .need-multipleproduct p {
        font-weight: var(--boldfont-weight);
        font-style: normal;
        font-size: 17px;
        line-height: 21px;
        text-transform: capitalize;
        font-family: 'plusjakartasans-medium' !important;
    }

    .clyzofindmain .need-multipleproduct label {
        font-size: var(--text-paragraph);
        font-weight: var(--midfont-weight);
    }

.clyzofindmain .text-file {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin-top: 5px;
    color: #c1c1c1;
    box-shadow: unset !important;
    min-height: 50px !important;
}

/*.clyzofindmain .need-multipleproduct .save-btn.continue-btn:hover {
    background: var(--light-green) !important;
    color: var(--white) !important;
    border: 1px solid var(--light-green) !important;
    transition: all ease 0.5s;
}*/

.clyzofindmain .need-multipleproduct .save-btn.continue-btn {
    text-decoration: none !important;
    color: var(--btn-text);
    font-size: 16px !important;
    font-weight: var(--normalfont-weight);
    background-color: var(--gray-btn);
    padding: 0px 55px;
    height: 42px;
    border: 1px solid var(--gray-btn) !important;
    border-radius: 4px !important;
    text-transform: capitalize !important;
    position: relative;
    outline: none !important;
    box-shadow: unset !important;
    margin-top: 20px;
}

.clyzofindmain .need-multipleproduct .button-submit span {
    font-size: var(--text-paragraph);
    line-height: 17px;
    color: var(--increasebtn) !important;
    /*    font-weight: 600;*/
    display: inline-block;
    margin: 4px 0 4px 0;
}

.clyzofindmain #UploadedFile {
    display: none;
}

.clyzofindmain .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--green);
    outline: 0;
    box-shadow: none !important;
}

/*====== move css =====*/
.clyzofindmain .is-invalid ~ .floating-label {
    color: #dc3545 !important;
    padding: 0px 10px 0px 10px;
    position: absolute;
    top: -10px;
    left: 0;
}

.clyzofindmain .user-input-wrp {
    position: relative;
    width: 100%;
}

    .clyzofindmain .user-input-wrp .inputText {
        width: 100%;
        outline: none;
        border: 1px solid #E2E2DD;
        padding: 12px;
        box-shadow: none !important;
        margin-bottom: 24px;
        padding-left: 12px;
        color: var(--input-clr);
        font-size: 13px;
        border-radius: 4px;
    }
        /*  .clyzofindmain .user-input-wrp textarea  {
        width: 100%;
        outline: none;
        border: 1px #ccc solid;
        height: 48px;
        box-shadow: none !important;
        margin-bottom: 24px;
        padding-left: 18px;
        color: #8f8f8f;
        font-size: 13px;
        border-radius: 4px;
    }*/

        .clyzofindmain .user-input-wrp .inputText:focus {
            border-color: var(--green);
            border: 1px var(--green) solid;
        }





    .clyzofindmain .user-input-wrp .floating-label {
        position: absolute;
        pointer-events: none;
        color: #8f8f8f;
        font-size: 13px;
        top: 13px !important;
        background: #fff;
        font-family: 'plusjakartasans-medium';
        left: 15px;
        transition: 0.2s ease all;
    }

    .clyzofindmain .user-input-wrp .floating-label1 {
        position: absolute;
        pointer-events: none;
        color: #8f8f8f !important;
        font-family: 'plusjakartasans-medium';
        font-size: 13px;
        top: 13px !important;
        background: #fff;
        left: 15px;
        transition: 0.2s ease all;
    }



    .clyzofindmain .user-input-wrp input:focus ~ .floating-label,
    .clyzofindmain .user-input-wrp input:not(:focus):valid ~ .floating-label {
        top: -10px !important;
        left: 10px;
        font-size: 12px;
        opacity: 1;
        padding: 0px 10px 5px 10px;
        color: var(--green) !important;
    }

.clyzofindmain .inputText:focus ~ .floating-label1,
.clyzofindmain .inputText:not(:focus):valid ~ .floating-label1 {
    top: -10px !important;
    left: 10px;
    font-size: 13px;
    opacity: 1;
    padding: 0px 10px 5px 10px;
    color: var(--Primary-Green);
}
/*====== move css =====*/
/*.clyzofindmain label.compField:after {
    content: "*";
    color: red;
    font-size: 14px;
    margin-left: 6px;
}*/
/*=== SK css for clyzofind ===*/

/*.clyzofindmain .moveup-text .text-field {
    position: relative;
}

.clyzofindmain .moveup-text input {
    display: inline-block;
    border: 1px solid #ccc;
    color: #8F8F8F;
    border-radius: 4px;
    height: 48px;
    font-size: 13px;
    font-weight: 500;
    padding-left: 19px;
    margin-bottom: 24px;
}

.clyzofindmain .moveup-text input[type="file"]{
    background:#f00;
}

.clyzofindmain .moveup-text input:focus {
    border: thin solid #32cd32;
    border: 1px solid#ced4da;
    background-color: #fff;
}*/

.clyzofindmain .moveup-text textarea {
    display: inline-block;
    border: 1px solid #ccc;
    color: #8F8F8F;
    border-radius: 4px;
    height: 48px;
    font-size: 13px;
    font-weight: 500;
    padding-left: 19px;
}

    .clyzofindmain .moveup-text textarea:focus,
    .clyzofindmain .moveup-text textarea:not(:focus):valid ~ .floating-label {
        border: thin solid #32cd32;
        border: 1px solid#ced4da;
        background-color: #fff;
    }
/*.clyzofindmain .moveup-text .addProlevel {
    color: #8F8F8F;
    position: absolute;
    pointer-events: none;
    left: 30px;
    top: 36px;
    font-weight: 500;
    transition: 0.2s;
    font-size: 13px;
}*/

.clyzofindmain .moveup-text .uploadFilecenter img {
    position: absolute;
    pointer-events: none;
    left: 445px;
    top: 28px;
    transition: 0.2s;
    float: right;
}
/*.clyzofindmain .moveup-text label {
    color: #8F8F8F;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 12px;
    font-weight: 500;
    transition: 0.2s;
    font-size: 13px;
}

.clyzofindmain .moveup-text input:focus {
    border: 1px #005f61 solid;
}*/

.clyzofindmain .moveup-text textarea:focus {
    border: 1px #005f61 solid;
}

.clyzofindmain .moveup-text input:focus ~ label, input:valid ~ label {
    top: -14px;
    left: 15px;
    font-size: small;
    color: var(--green);
    font-weight: 500;
    background-color: #fff;
    padding: 0 5px 0 5px;
}

.clyzofindmain .moveup-text textarea:focus ~ label, textarea:valid ~ label {
    top: -10px;
    left: 15px;
    font-size: small;
    color: var(--green);
    font-weight: 500;
    background-color: #fff;
    padding: 0 5px 0 5px;
}

.clyzofindmain .text-field span {
    font-size: 16px;
    color: #f00;
}

.clyzofindmain .input-group option span {
    font-size: 16px;
    color: #f00;
}

.file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

    .file-upload-btn:hover {
        background: #1AA059;
        color: #ffffff;
        transition: all .2s ease;
        cursor: pointer;
    }

    .file-upload-btn:active {
        border: 0;
        transition: all .2s ease;
    }

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 30px;
    border: 2px dashed #E2E2DD;
    position: relative;
    padding-top: 30px;
}



.image-title-wrap {
    padding: 10px;
    color: #181818;
    border: 1px solid var(--green);
    border-radius: 4px;
    margin-top: 30px;
    line-height: 30px;
}

    .image-title-wrap img {
        height: 25px;
        width: 35px;
    }

img.crossimg {
    width: 12px;
    height: 13px;
}

.drag-text {
    text-align: center;
    padding: 0px 32px;
}

    .drag-text h3 {
        font-weight: 500;
        text-transform: inherit;
        color: #181818;
        padding: 30px 10px 10px 10px;
        font-size: 17px;
        font-family: 'plusjakartasans-medium';
    }

    .drag-text p {
        font-family: 'plusjakartasans-medium';
        font-style: normal;
        font-weight: 500 !important;
        font-size: 12px !important;
        line-height: 15px;
        text-align: center;
        color: #8F8F8F;
    }

.file-upload-image {
    max-height: 25px;
    max-width: 25px;
}

.remove-image {
    color: #181818;
    border: none;
    transition: all .2s ease;
    font-weight: 700;
}

    .remove-image img {
        width: auto;
    }
    /*   .remove-image:hover {
        background: #c13b2a;
        color: #ffffff;
        transition: all .2s ease;
        cursor: pointer;
    }
*/
    .remove-image:active {
        border: 0;
        transition: all .2s ease;
    }

.clyzofindmain .clyzo_find_section h4 {
    font-family: 'plusjakartasans-medium' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    text-transform: capitalize;
    color: #181818;
    margin-bottom: 30px;
    margin-top: 10px;
}

.clyzofindmain .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin-bottom: 24px;
}

    .clyzofindmain .input-group > .form-control, .input-group > .form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        font-size: 13px;
        line-height: 32px;
        height: 48px;
        font-family: 'plusjakartasans-medium' !important;
    }

.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.file-chooser {
    width: 300px;
    display: block;
}

    .file-chooser + .file-chooser {
        margin-top: 20px;
    }
/*clyzofind-css-end-hy-to-pk*/
/*masterproduct-css-start-hy-to-pk*/
.masterproduct-details ul#progressbar {
    width: 100%;
    float: left;
    padding-left: 0px;
}


    .masterproduct-details ul#progressbar li {
        width: 16%;
        float: left;
        display: flex;
        align-items: center;
        column-gap: 3px;
    }

        .masterproduct-details ul#progressbar li span {
            color: #181818;
            font-size: 13px;
            margin-right: 2px;
            text-decoration: none;
        }

        .masterproduct-details ul#progressbar li:after {
            content: "";
            width: 52px;
            position: relative;
            border: 1px dashed #8F8F8F;
            left: 5px;
        }

.masterproduct-details .oneli:after {
    content: "";
    width: 80px;
    border: 1px solid var(--basket-btn) !important;
}

.masterproduct-details .twoli:after {
    border: 1px solid var(--basket-btn) !important;
}

.masterproduct-details li.twoli {
    width: 23% !important;
    float: left;
}

.masterproduct-details li.threeli {
    width: 19% !important;
    float: left;
}

.masterproduct-details .rightsignicon {
    display: flex;
    column-gap: 8px;
    align-items: center;
    font-size: 14px;
    color: #22604A;
    margin-bottom: 16px;
}

    .masterproduct-details .rightsignicon img {
        width: 20px;
        height: 20px;
    }

.masterproduct-details li.fourli {
    width: 22% !important;
    float: left;
}

.masterproduct-details li.fiveli {
    width: 13% !important;
    float: left;
}

.masterproduct-details ul#progressbar li:last-child:after {
    display: none;
}

.masterproduct-details .activeProgress {
    color: var(--white) !important;
}

.masterproduct-details .oneimage {
    background: #35A987;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 13px;
}

.masterproduct-details ul#progressbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .masterproduct-details ul#progressbar li {
        width: unset;
    }

.masterproduct-details ul li.twoli {
    width: unset;
}

.masterproduct-details ul li.threeli {
    width: unset;
}

.masterproduct-details ul li.fourli {
    width: unset;
}

.masterproduct-details ul li.fiveli {
    width: unset;
}

.masterproduct-details .form-control:focus .input-group {
    color: #495057;
    background: #fff !important;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.masterproduct-details ul#progressbar li:after {
    width: 70px;
    margin: 0 auto;
}



.masterproduct-details .clyzofind-left h1 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.masterproduct-details .search_cont {
    display: flex;
    align-items: center;
    border: 1px solid var(--white);
    background: var(--white);
    border-radius: 4px;
}

.masterproduct-details .search_cont {
    width: 79%;
    padding: 9px 13px 9px 22px;
}

.masterproduct-details .inputicon_padding {
    padding: 0px;
}

.masterproduct-details .searchorder {
    width: 100%;
    border: unset;
    background: var(--white);
    color: #181818;
    font-family: 'plusjakartasans-medium';
    outline: none;
    font-size: var(--text-paragraph) !important;
}

.masterproduct-details .right-div-filter ::placeholder {
    font-weight: var(--normalfont-weight);
}

.masterproduct-details .inputicon_padding {
    padding: 0px;
}

.masterproduct-details .select_container {
    position: relative;
}

.masterproduct-details .select_lavel {
    position: absolute;
    top: 12px;
    left: 10px;
    color: var(--black);
    font-weight: var(--normalfont-weight);
}

.masterproduct-details #dv_Wishlist .form-check-label {
    margin-top: 3px;
}

.masterproduct-details ul.createnewlist-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 30px !important;
    padding: 30px 0px !important;
    border-top: 1px solid #E2E2DD;
}

    .masterproduct-details ul.createnewlist-div img.vectoradd {
        position: relative;
        right: 7px;
    }

.masterproduct-details .model-boxlist .create-listbutton a.more-onebtn:hover img.vectoradd {
    filter: brightness(0) invert(1);
}

.masterproduct-details .model-boxlist.savelist .create-listbutton {
    /*   padding-bottom: 32px;*/
    margin-top: 20px;
}

.masterproduct-details .ShareProduct a.shareuserlists {
    font-size: 16px;
    padding: 12px 50px;
    border-radius: 4px;
    background: #E2E2DD;
    color: #8F8F8F;
    float: right;
    margin: 0px 20px 20px 0px;
}

.masterproduct-details .ShareProduct .list-name.firstlist {
    padding: 0px 21px;
}

.masterproduct-details .ShareProduct .text-field input:focus {
    box-shadow: none;
    outline: none;
}
/*.masterproduct-details .ShareProduct .text-field input {
    margin-top: 12px !important;
}*/

.masterproduct-details ul.createnewlist-div a {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #22604A;
    border: 1px solid#22604A;
    background-color: #FFF;
    width: 228px !important;
    padding: 14px;
    border-radius: 4px;
    display: block;
}

.masterproduct-details .model-boxlist .create-list .list-name label {
    font-size: 13px !important;
}

.masterproduct-details .position-relative select {
    font-size: var(--text-paragraph) !important;
}

.modal.fade .modal-dialog {
    transition: transform 0s ease-out;
}
/*.masterproduct-details button.view-details {
    background: var(--green) !important;
    color: var(--white) !important;
    border: 1px solid var(--green) !important;
    outline: none !important;
}*/
/*    .masterproduct-details button.view-details:hover {
        background: var(--green) !important;
        color: var(--white) !important;
        border: 1px solid var(--green) !important;
    }*/

.masterproduct-details .model-boxlist .create-list .list-name input {
    box-shadow: unset !important;
}

#txtOther {
    margin-top: 20px;
    min-height: calc(2.5em + 0.75rem + -4px);
    border-radius: 4px;
    font-weight: 400;
    font-size: 13px;
    font-family: 'plusjakartasans-medium';
}

    #txtOther:focus {
        border: 1px solid #22604A !important;
        margin-top: 20px !important;
    }

.masterproduct-details .input-group > .form-control:focus, .input-group > .form-select:focus {
    border: 1px solid #fff !important;
    box-shadow: none;
    outline: none;
}

.masterproduct-details select.pastmon {
    /*    appearance: none;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 15px;
}

.masterproduct-details select.pastmon {
    /*  background-image: url(/Assets/image/dropdownicon.png);*/
    background-image: url('../image/dropdownicon.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    border-radius: 6px !important;
    color: var(--black);
    outline: unset;
    width: 100%;
    padding: 15px !important;
    border: 1px solid var(--table-border) !important;
    text-align: center;
    font-weight: var(--normalfont-weight);
    background-color: #f5f4ef;
    box-shadow: unset !important;
}

.masterproduct-details .clyzofind-right .alcohal {
    background: #fff;
    margin-top: 30px;
    padding: 12px 12px 12px 12px;
    border-radius: 5px;
}

.masterproduct-details .clyzofind-right .ethanol-absolute h1 {
    font-size: 23px;
    font-family: 'plusjakartasans-medium';
    font-weight: 700;
    margin-right: 12px;
}

.masterproduct-details .clyzofind-right .ethanol-absolute {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .masterproduct-details .clyzofind-right .ethanol-absolute .rating-img {
        display: flex;
        justify-content: space-between;
    }

.masterproduct-details .titleIcon {
    display: flex;
    align-items: center;
}

.masterproduct-details .clyzofind-right .ethanol-absolute span.reviewsdata {
    position: absolute;
    right: 20px;
}

.deletelist-div .modal-dialog {
    max-width: 715px;
}

.deletelist-div .modal-body {
    padding: 20px;
}

.masterproduct-details a.moreButton {
    cursor: pointer;
    padding: 10px 35px;
    background-color: var(--green);
    color: var(--white);
    font-size: var(--text-paragraph);
    text-decoration: none;
    border-radius: 4px;
    font-weight: var(--normalfont-weight);
}

.masterproduct-details .clyzofind-right .cash-no ul li a {
    font-size: 12px !important;
    text-decoration: none !important;
}

.masterproduct-details .clyzofind-right .cash-no ul li {
    border-radius: 4px;
}

    .masterproduct-details .clyzofind-right .cash-no ul li a:hover {
        border-radius: 4px;
    }



.masterproduct-details .clyzofind-right .suppliers span {
    font-weight: var(--boldfont-weight);
    font-size: var(--text-paragraph);
}

.masterproduct-details .clyzofind-right .spectrum-no .spectrum-button a {
    background-color: var(--green);
    color: var(--white);
    padding: 6px 10px;
    text-transform: capitalize;
    text-decoration: none !important;
}

.masterproduct-details .clickable {
    padding: 0;
    background: unset !important;
    box-shadow: unset !important;
    border-radius: unset !important;
    margin-bottom: 32px;
}

.masterproduct-details .clyzofind-right .alcohal .molecular-img img {
    width: 100%;
    height: 100%;
}

.masterproduct-details table.filterProductTable {
    min-height: 180px;
    margin-bottom: 0px;
}

.masterproduct-details .filterProductTable.ChemicalFamily {
    min-height: 150px;
}

.masterproduct-details table.filterProductTable tbody tr td {
    background: #FFFFFF;
    border: 1px solid #D9D9D9 !important;
    border-radius: 4px;
    font-size: 12px;
    text-align: left;
    font-family: 'plusjakartasans-medium';
}

.masterproduct-details table.filterProductTable tbody tr .textbold {
    font-family: 'plusjakartasans-medium';
    font-size: 12px;
    font-weight: 600;
}

.textbold {
    font-family: 'plusjakartasans-medium';
    font-size: 12px;
    font-weight: 600;
}

.masterproduct-details .clyzofind-right .ethanol-absolute span {
    font-size: 12px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-weight: 600;
}

.masterproduct-details .clyzofind-right .ethanol-absolute .rightsignicon {
    font-weight: 500;
    font-family: 'plusjakartasans-medium';
    font-size: 14px;
}

.masterproduct-details .breakWord {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
}

.masterproduct-details .ethanol-absolute h2 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
}

.masterproduct-details .iconSpaceRight {
    margin-right: 4px;
}

.masterproduct-details .search-filterbtn button {
    top: 0;
    padding: 10px;
}

.View-Details {
    margin-top: 40px;
}

.masterproduct-details .clyzofind-left h1 {
    margin-bottom: 49px;
}

.masterproduct-details .accordion-item {
    background-color: unset;
    border: unset;
}

.masterproduct-details .clyzofind-left {
    padding-right: 40px;
}

body .masterproduct-details .clyzofind-left .accordion-item {
    background: transparent !important;
}

.masterproduct-details .searchorder {
    padding-left: 10px;
}

.masterproduct-details .clyzofind-left button:focus:not(:focus-visible) {
    background: #FEFEF7;
}

body button:focus:not(:focus-visible) {
    outline: 0 !important;
    /*   background: transparent;*/

    box-shadow: none;
    outline: none !important;
}

body button:focus {
    outline: 0 !important;
    /*    background: transparent;*/
    box-shadow: none;
    outline: none !important;
}

.masterproduct-details [type=submit], button {
    -webkit-appearance: button;
    outline: 0 !important;
    background: transparent;
    box-shadow: none;
    outline: none !important;
    border: none !important;
    color: var(--increasebtn);
    font-size: 10px;
}

.masterproduct-details .masterproduct-details .search_cont button {
    outline: none;
    border: unset;
    /*  background-color:var(--black);*/
}

.masterproduct-details .productSearchData .form-select {
    background: none;
    padding: 0px;
    border: none;
    position: relative;
    padding-left: 6px;
}

.masterproduct-details .productSearchData .input-group {
    align-items: center;
    background: #f5f4ef;
    border-radius: 5px;
    box-shadow: unset !important;
    position: relative;
}

    .masterproduct-details .productSearchData .input-group:focus {
        background: #fff;
    }

.masterproduct-details .productSearchData .nice-select.form-control span.current {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #181818 !important;
    font-family: 'plusjakartasans-medium';
    left: 10px;
    top: -2px !important;
}

.masterproduct-details.productsearch-both .productSearchData .nice-select.form-control span.current {
    top: 0px;
}

.masterproduct-details select#item_Show_options {
    /*   appearance: none;*/
    -moz-appearance: none;
    -webkit-appearance: none;
}

.masterproduct-details select#item_Show_options {
    outline: none;
    padding: 2px 8px !important;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: var(--text-paragraph);
    transition: all ease 0.5s;
    border: unset !important;
    background-color: rgb(244 244 237);
    box-shadow: unset !important;
    /*background-image: url('../Image/dropdownicon.png');*/
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    margin-bottom: 0 !important;
    font-weight: var(--boldfont-weight)
}

.masterproduct-details select#item_SortBy_options {
    /*  appearance: none;*/
    -moz-appearance: none;
    -webkit-appearance: none;
}

.masterproduct-details .model-boxlist h5 {
    padding-top: 0 !important;
    text-transform: none !important;
    font-size: 24px !important;
}

.masterproduct-details #dv_Wishlist .form-check-input:checked ~ span {
    color: #181818;
}

.masterproduct-details .model-boxlist .create-listbutton ul a {
    font-size: var(--text-paragraph) !important;
}

.masterproduct-details .model-boxlist .create-listbutton a.more-twobtn:hover {
    background: var(--white) !important;
    border: 1px solid #22604A !important;
    color: #22604A !important;
}

.masterproduct-details .model-boxlist .create-listbutton a.more-twobtn {
    background: #22604A !important;
    border: 1px solid #22604A !important;
    color: #fff !important;
}

.masterproduct-details .model-boxlist .create-listbutton a.more-onebtn:hover {
    background: #22604A !important;
    border: 1px solid #22604A !important;
    color: #fff !important;
}

.masterproduct-details #dv_Wishlist .form-check {
    font-size: 13px !important;
    padding-left: 0px !important;
    margin-bottom: 20px;
    padding: 12px !important;
    border-radius: 4px;
    border: 1px solid #F4F4ED;
    border-radius: 4px;
}

    .masterproduct-details #dv_Wishlist .form-check:hover {
        background: rgba(226, 226, 221, 0.2);
        border: 1px solid #F4F4ED;
        border-radius: 4px;
    }

.masterproduct-details .model-boxlist .modal-header {
    padding: 15px !important;
}

.masterproduct-details select#item_SortBy_options {
    outline: none;
    padding: 2px 8px !important;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: var(--text-paragraph);
    transition: all ease 0.5s;
    border: unset !important;
    background-color: rgb(244 244 237);
    margin-bottom: 0 !important;
    appearance: auto !important;
}

.masterproduct-details label.selectLabel {
    font-size: var(--text-paragraph);
    font-weight: var(--boldfont-weight);
    margin-bottom: 0 !important;
}

.masterproduct-details .clyzofind-left .accordion-item button.accordion-button {
    padding: 12px 16px !important;
    font-size: 12px !important;
    border-radius: 4px !important;
    color: #181818 !important;
    box-shadow: unset !important;
    word-spacing: 5px;
    font-weight: 600;
    background: #FEFEF7;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    font-family: 'plusjakartasans-medium';
}

.masterproduct-details .clyzofind-right .suppliers {
    text-align: center;
    position: relative;
    margin: 32px 0px;
}

    .masterproduct-details .clyzofind-right .suppliers::after {
        content: '';
        position: absolute;
        width: 36%;
        top: 12px;
        right: 0;
        height: 2px;
        background-color: #d9d9d9;
    }

    .masterproduct-details .clyzofind-right .suppliers span {
        font-size: 12px;
        line-height: 15px;
        font-family: 'plusjakartasans-medium';
        padding: 10px 16px;
        text-transform: uppercase;
        background: #FFFFFF;
        border-radius: 4px;
    }

.masterproduct-details .clyzofind-right .cash-no ul {
    display: flex;
    column-gap: 15px;
    margin-bottom: 20px !important;
}

.masterproduct-details .clyzofind-right .spectrum-no {
    background: #fff;
    padding: 32px 32px;
    margin-bottom: 30px;
    border-radius: 4px;
}

    .masterproduct-details .clyzofind-right .spectrum-no .spectrum-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .masterproduct-details .clyzofind-right .spectrum-no .spectrum-button .pck {
            color: #22604A;
            display: flex;
            align-items: center;
            column-gap: 8px;
            font-size: 14px;
        }

.masterproduct-details .clyzofind-right .report-product ul {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: flex-end;
    margin-top: 32px;
}

    .masterproduct-details .clyzofind-right .report-product ul img {
        max-width: 35px;
    }

.masterproduct-details .clyzofind-right .report-product a.Add_List:hover {
}

.masterproduct-details .clyzofind-right .ethanol-absolute.packsize span {
    color: #22604A;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.masterproduct-details .clyzofind-right .ethanol-absolute .fa-star {
    color: #e7c186;
    font-size: 16px;
}

.masterproduct-details .clyzofind-right .suppliers::before {
    content: '';
    position: absolute;
    width: 36%;
    left: 0;
    top: 12px;
    height: 2px;
    background-color: #d9d9d9;
}

.masterproduct-details .clyzofind-left .accordion-body {
    padding-top: 0px;
    margin-bottom: 15px;
    max-height: 180px;
    overflow-y: scroll;
    padding-bottom: 0px !important
}

.masterproduct-details .iconSpaceRight {
    margin-right: 6px !important;
    width: 20px !important;
    height: 20px !important;
}

.masterproduct-details .inputMenuSearch {
    outline: none;
    border: unset;
    width: 100%;
    padding: 5px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 14px !important;
}

.masterproduct-details .search-filterContainer {
    margin-bottom: 13px;
    border: 1px solid var(--table-border);
    border-radius: 4px;
    padding: 0px;
    display: flex;
}

.masterproduct-details .flterLabelData {
    display: inline-block;
    font-family: 'plusjakartasans-medium';
    color: #8F8F8F;
    font-weight: 500;
    font-size: 12px !important;
    margin-top: 3px;
}

.masterproduct-details p.rating-sec {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.masterproduct-details .form-check-input[type=checkbox] {
    border-radius: 0 !important;
    border: 2px solid #8F8F8F;
    height: 15px;
    width: 15px;
    cursor:pointer;
}

.masterproduct-details .clyzofind-right .ethanol-absolute span.rightsignicon img {
    width: 22px;
}

.masterproduct-details .formCheckBoxData {
    border: 2px solid var(--table-border);
    height: 16px;
    width: 16px;
    background-color: var(--body-color)
}

.masterproduct-details .accordion-button:not(.collapsed)::after {
    content: unset !important;
}

.masterproduct-details .accordion-button::after {
    content: unset !important;
}

.masterproduct-details .accorodianbuttonIcon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.masterproduct-details .clyzofind-right .spectrum-no {
    margin-bottom: 0 !important;
}

.masterproduct-details .breadcrumb-item + .breadcrumb-item {
    padding-left: 0 !important;
}

.masterproduct-details .subtitledata {
    display: inline-block;
    padding: 11px 12px;
    color: #181818;
    font-family: 'plusjakartasans-medium';
    line-height: 14px;
    background: #FFF8EE;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px !important;
}

.masterproduct-details .vectoeorange {
    background: #FFF8EE;
    border-radius: 4px;
    padding: 9px 9px;
    line-height: 0px;
    display: inline-block;
    cursor:pointer;
}

.masterproduct-details .tooltipcashdata .vectoeorange img {
    width: 18px;
    height: 18px;
}

.masterproduct-details .tooltipcashdata:hover .vectoeorange img {
    filter: brightness(0) invert(0);
    width: 18px;
    height: 18px;
}

.masterproduct-details .spectramButtonData {
    background: #FFF8EE;
    border-radius: 4px;
    color: #181818;
    display: flex;
    column-gap: 8px;
    padding: 10px 16px;
    text-transform: capitalize;
    text-decoration: none !important;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px !important;
}

    .masterproduct-details .spectramButtonData span {
        color: #22604A;
        font-weight: 500;
    }

.masterproduct-details .spratorModeldata {
    width: 542px;
}

.masterproduct-details #dv_Wishlist {
    max-height: 184px;
    overflow-y: scroll;
    padding: 0px 30px;
}

.modal-content.orangeBorder .modal-body {
    padding: 25px 0rem;
    padding-bottom: 0px;
}

.masterproduct-details #dv_Wishlist .form-check-input[type=checkbox] {
    position: absolute;
    right: 2%;
    border-radius: 50% !important;
}

.masterproduct-details .model-boxlist.savelist .modal-header {
    padding: 20px 0px !important;
    align-items: center;
    border-bottom: 1px solid #E2E2DD !important;
    margin: 0px 30px 0px 30px !important;
}

    .masterproduct-details .model-boxlist.savelist .modal-header .btn-close {
        opacity: 1;
        background: none;
        padding: 0px;
        line-height: 10px;
        position: relative;
        left: -8px;
    }

    .masterproduct-details .model-boxlist.savelist .modal-header h5 {
        font-weight: 600;
        font-size: 24px;
        font-family: 'plusjakartasans-medium';
        line-height: 30px;
        color: #181818;
    }

.masterproduct-details .form-check-input:checked {
    background-color: #22604A;
    border-color: #22604A;
    box-shadow: none;
}

.masterproduct-details .orangeBorder {
    border-radius: 4px;
    background-color: #fff;
    width: 544px;
    margin-top: 0px;
}

.masterproduct-details .model-boxlist .create-list .list-name.secondlist {
    margin-left: 0 !important;
}

    .masterproduct-details .model-boxlist .create-list .list-name.secondlist .nice-select.form-control span.current {
        margin-top: 0 !important;
        right: 2px;
    }

.masterproduct-details input.searchorder::placeholder {
    color: var(--black) !important;
}

.masterproduct-details .addnew-address.useaddress {
    padding-left: 0 !important;
    margin-top: 20px;
}

    .masterproduct-details .addnew-address.useaddress lable {
        font-family: plusjakartasans-medium;
        margin-left: 30px;
        color: #181818;
        font-weight: 600;
        font-size: 12px;
    }

.masterproduct-details .modal-body.spratorModeldata #btn_Create {
    padding: 10px;
    border-radius: 0.5rem;
}

.masterproduct-details .create-list input::placeholder {
    font-size: 13px !important;
    color: var(--black) !important;
}


.masterproduct-details .create-list select {
    font-size: var(--text-paragraph) !important;
    color: var(--black) !important;
}


.masterproduct-details .pginationDataAttr ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: var(--white);
    border-radius: 4px;
    padding: 10px;
}

    .masterproduct-details .pginationDataAttr ul li a {
        color: var(--black);
        padding: 4px 8px;
        text-decoration: none;
        border-radius: 4px;
    }

        .masterproduct-details .pginationDataAttr ul li a.active {
            background-color: var(--green);
            color: var(--white);
        }

.masterproduct-details .pginationDataAttr a:hover:not(.active) {
    background-color: #ddd;
}

.masterproduct-details .breadcrumb .textLight {
    font-size: var(--text-paragraph) !important;
}

.list-name.firstlist .text-field {
    width: 100%;
    position: relative;
}

    .list-name.firstlist .text-field input {
        min-height: calc(2.5em + 0.75rem + -4px);
        margin-top: 10px;
    }

.list-name.firstlist input:focus {
    border: thin solid #32cd32;
    border-bottom: solid medium #32cd32;
    background-color: #fff;
    color: #22604A !important;
    outline: 0px;
}

.masterproduct-details .addnew-address.useaddress button {
    justify-content: center;
    align-items: center;
    padding: 8px 50px 15px !important;
    background: #E7E5E1;
    border-radius: 4px !important;
    border: 1px solid#E7E5E1;
    font-size: 16px;
    line-height: 25px;
    height: 42px;
    color: #8F8F8F;
    margin-bottom: 30px;
    margin-top: 12px !important;
}

    .masterproduct-details .addnew-address.useaddress button:hover {
        font-size: 16px;
        padding: 11px 50px 15px;
        color: #FFFFFF;
        background: #22604A;
        border-radius: 4px;
    }

.nice-select .option:hover {
    background: #F4F4E0 !important;
    color: #181818 !important;
}

.nice-select .option.focus, .nice-select .option.selected.focus {
    background: #F4F4E0 !important;
    color: #181818 !important;
}

.nice-select.open .list {
    width: 100%;
}

/*.create-list .input-group {
    border: 1px solid #E2E2DD !important;
    border-radius: 4px !important;
}*/

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #E2E2DD;
    border-radius: 4px !important;
    border: 1px solid #E2E2DD !important;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'plusjakartasans-medium';
    font-size: 16px;
    font-weight: normal;
    height: auto;
    line-height: 22px;
    outline: none;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

.create-list .nice-select .option {
    color: #181818;
    padding-left: 12px;
    font-size: 14px;
}

.masterproduct-details .tooltipcashdata {
    position: relative;
}

    .masterproduct-details .tooltipcashdata .tooltipi .explore h4 {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        font-family: 'plusjakartasans-medium';
        color: #181818;
    }

    .masterproduct-details .tooltipcashdata .tooltipi .explore {
        display: flex;
        align-items: baseline;
        column-gap: 6px;
    }

    .masterproduct-details .tooltipcashdata .tooltipi ol {
        padding-left: 0px;
    }

    .masterproduct-details .tooltipcashdata .tooltipi {
        width: 250px;
        display: none;
        background: #FFFFFF;
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
        position: absolute;
        z-index: 99999;
        padding: 16px;
        top: 0px;
        left: 45px;
    }

    .masterproduct-details .tooltipcashdata:hover .tooltipi {
        display: block;
    }

        .masterproduct-details .tooltipcashdata:hover .tooltipi::after {
            content: "";
            position: absolute;
            top: 4%;
            left: -6%;
            margin-left: -5px;
            border-width: 10px;
            border-style: solid;
            border-color: transparent white transparent transparent;
        }

    .masterproduct-details .tooltipcashdata .tooltipi .explore p {
        font-size: 12px;
        color: #8F8F8F;
        font-family: 'plusjakartasans-medium';
    }

.nice-select .option.focus, .nice-select .option.selected.focus {
    display: none;
}

.nice-select:after {
    width: 8px !important;
    height: 8px !important;
    border-bottom: 2px solid #181818 !important;
    border-right: 2px solid #181818 !important;
}

.nice-select.open .list {
    border: 1px solid #E2E2DD;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background: #FFFFFF;
    margin-top: 10px;
}

.nice-select.form-control span.current {
    display: inline-block;
    font-size: 13px;
    color: #8F8F8F;
    position: relative;
    /*right: 9px;*/
}

.list-name.firstlist label {
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 10px;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 20px !important;
    color: #8F8F8F;
}

.topMobileZero sup {
    color: #f00;
}

.list-name.firstlist input:focus {
    border: 1px solid #22604A !important;
}

    .list-name.firstlist input:focus ~ label, input:valid ~ label {
        top: -10px;
        left: 15px;
        font-size: small;
        color: #22604A;
        background-color: #fff;
        padding: 0 5px 0 5px;
    }

.masterproduct-details .create-items {
    padding: 20px 30px;
    padding-top: 0;
}

/*masterproduct-css-end-hy-to-pk*/
/*masterproduct-productsearch-css-end-hy-to-pk*/
.masterproduct-details.productsearch-both .clyzofind-right .ethanol-absolute h2 a {
    color: var(--black);
}

}

.masterproduct-details.productsearch-both .clyzofind-left .accordion-body span {
    font-size: var(--text-paragraph) !important;
}

.masterproduct-details .form-check:focus span {
    color: #22604A;
}

.masterproduct-details.productsearch-both .clyzofind-left .accordion-body {
    padding-top: 0px;
    padding-bottom: 0px !important;
}

.masterproduct-details.productsearch-both .clyzofind-right .filter-summary span {
    font-size: var(--text-paragraph);
    padding: 5px 10px;
    border-radius: 15px;
    border: 1px solid var(--increasebtn);
    margin-right: 5px;
    display: inline-block;
}

.masterproduct-details.productsearch-both .clyzofind-left .accordion-item button {
    border: none;
    /*    margin: 10px;*/
}

    .masterproduct-details.productsearch-both .clyzofind-left .accordion-item button.accordion-button {
        border: none;
        outline: none;
        background: #fff !important;
        font-size: 15px;
        text-transform: uppercase;
        text-align: left;
        width: 100%;
        font-family: 'plusjakartasans-medium';
        border-radius: 4px;
        padding: 10px 16px;
        margin-bottom: 20px;
    }

.masterproduct-details.productsearch-both .form-check-input:checked {
    background-color: #1d604a;
    border-color: #1d604a;
}

.masterproduct-details.productsearch-both .form-check-input:focus {
    border-color: #1d604a;
    outline: 0;
    box-shadow: none;
}

.masterproduct-details.productsearch-both .clyzofind-left .collapsed .fa-minus:before {
    content: "\f067";
    transition: all 0.5s ease;
}

.masterproduct-details.productsearch-both .clyzofind-left .accordion-item .form-check-input[type=checkbox] {
    border-radius: 2px;
    margin-top: 5px;
}

.masterproduct-details.productsearch-both .clyzofind-right .cash-no ul {
    display: flex;
    column-gap: 16px;
    margin-bottom: 22px !important;
}

.masterproduct-details.productsearch-both .molecular-img {
    background: #F4F4ED;
    border-radius: 4px;
}

.masterproduct-details .form-control:focus {
    background: #fff !important;
}

    .masterproduct-details .form-control:focus .input-group {
        background: #fff !important;
    }

.View-Details a {
    position: absolute;
    bottom: 0px;
    padding: 2px 6px 2px 8px;
    background: rgba(53, 169, 135, 0.2);
    border-radius: 4px;
    color: #22604A;
    font-size: 12px;
    line-height: 15px;
}

    .View-Details a:hover {
        color: #22604A;
    }

.masterproduct-details.productsearch-both .clyzofind-right .alcohal {
    background: #fff;
    margin-top: 30px;
    padding: 12px 12px 12px 12px;
    border-radius: 5px;
}

.masterproduct-details.productsearch-both .clyzofind-left {
    padding-right: 40px;
}

.masterproduct-details.productsearch-both #divShowProductCount {
    margin-top: 28px;
}

    .masterproduct-details.productsearch-both #divShowProductCount h4 {
        font-weight: 600;
        font-size: 14px;
        color: #181818;
        margin-bottom: 0px;
    }

    .masterproduct-details.productsearch-both #divShowProductCount span {
        font-weight: 500;
        font-size: 14px;
        color: #181818;
        margin-bottom: 10px;
    }

.masterproduct-details.productsearch-both .clyzofind-right .ethanol-absolute {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mylist-div .mdi {
    position: relative;
}

.List-created-succssfully {
    background: #fff;
    padding: 20px;
    padding-bottom: 50px;
}

    .List-created-succssfully img {
        text-align: center;
        margin: 0 auto;
        display: flex;
    }

    .List-created-succssfully h4 {
        font-size: 28px;
        font-weight: 700;
        color: #181818;
    }

    .List-created-succssfully button {
        background: #22604A;
        padding: 8px 50px 10px;
        text-align: center;
        color: #fff;
        float: right;
        border-radius: 4px;
        margin-top: 20px;
    }

        .List-created-succssfully button:focus {
            background: #22604A;
            padding: 11px 50px 15px;
            text-align: center;
            color: #fff;
            float: right;
        }
/*masterproduct-productsearch-css-end-hy-to-pk*/
/*checkout-css-start-hy-to-pk*/
.checkoutmaindiv ul#progressbar {
    width: 100%;
    float: left;
    padding-left: 0px;
}

.checkoutmaindiv .ediddelete {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

    .checkoutmaindiv .ediddelete .Edit {
        font-size: 14px;
    }

/*        .checkoutmaindiv .ediddelete .Edit:hover {
            color: hsl(163deg 53% 43%) !important
        }
*/
.checkoutmaindiv ul#progressbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .checkoutmaindiv ul#progressbar li {
        width: 16%;
        float: left;
        display: flex;
        align-items: center;
        column-gap: 3px;
    }

    .checkoutmaindiv ul#progressbar li {
        width: unset;
    }

.checkoutmaindiv .activeProgress {
    color: var(--white) !important;
}

.checkoutmaindiv .oneimage {
    background: #35A987;
    width: 30px;
    color: hsl(0deg 0% 55%);
    height: 30px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.checkoutmaindiv ul#progressbar li a {
    color: var(--black);
    margin-right: 2px;
    text-decoration: none;
}

.checkoutmaindiv ul#progressbar li a {
    font-weight: var(--boldfont-weight);
}

/*.checkoutmaindiv .oneli:after {
    border: 1px solid hsl(163deg 53% 43%) !important;
}*/

.checkoutmaindiv ul#progressbar li:after {
    content: "";
    width: 52px;
    position: relative;
    /*    border: 1px solid hsl(163deg 53% 43%) !important;*/
    left: 5px;
}

.checkoutmaindiv ul#progressbar li:after {
    width: 63px !important;
}

.checkoutmaindiv ul#progressbar li:nth-last-child(1):after {
    content: unset !important;
}

.checkoutmaindiv .checkoutPage_heading h1 {
    margin: 0;
    color: var(--black);
    font-weight: var(--boldfont-weight);
}

.checkoutmaindiv .mainContainer .leftsideContainer .accordion-button {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    font-size: var(--heading-lg) !important;
    color: var(--black) !important;
    font-weight: var(--midfont-weight);
}

    .checkoutmaindiv .mainContainer .leftsideContainer .accordion-button.collapsed {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .checkoutmaindiv .mainContainer .leftsideContainer .accordion-button:not(.collapsed) {
        color: var(--black) !important;
        background-color: unset !important;
        border-bottom: 1px solid var(--table-border);
        box-shadow: unset !important;
    }

.checkoutmaindiv .mainContainer .leftsideContainer .accordion-item {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 0 !important;
}

.checkoutmaindiv .mainContainer .leftsideContainer .accordion-button:focus {
    border-color: var(--table-border) !important;
    box-shadow: unset !important;
}


.checkoutmaindiv .leftsideContainer .accordion-button::after {
    content: none !important;
}

.checkoutmaindiv .leftsideContainer .collapsed .fa-angle-up:before {
    content: "\f107";
    transition: all 0.5s ease;
}

.checkoutmaindiv .leftsideContainer button.accordion-button.collapsed {
    border: none;
    width: 100%;
    padding: 14px 20px;
    background: var(--white);
    border-radius: 4px;
    text-align: left;
}

.checkoutmaindiv .leftsideContainer button.accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkoutmaindiv span.arrow_container_style {
    float: right;
    font-size: 22px;
    background: #D7EEE7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--semi-black);
}

.checkoutmaindiv .accordion-button h2 {
    margin: 0;
}

.checkoutmaindiv .reviewItems_one .table {
    border-left: unset !important;
    border-right: unset !important;
    margin-bottom: 0px;
}

    .checkoutmaindiv .reviewItems_one .table > thead {
        background: var(--white) !important;
        color: var(--green) !important;
    }

        .checkoutmaindiv .reviewItems_one .table > thead th {
            border-bottom: 1px solid var(--table-border) !important;
            border-top: unset !important;
            /*         padding: 15px !important;*/
            vertical-align: middle !important;
            font-size: var(--text-paragraph) !important;
            color: var(--green) !important;
        }

    .checkoutmaindiv .reviewItems_one .table > tbody td {
        /*        padding: 15px !important;*/
        vertical-align: middle !important;
        font-size: var(--text-paragraph) !important;
        color: var(--black) !important;
    }

.checkoutmaindiv .reviewItems_one .table, td, tr {
    border: none !important;
}

    .checkoutmaindiv .reviewItems_one .table > tbody td {
        border-bottom: 1px solid var(--table-border) !important;
    }

    .checkoutmaindiv .reviewItems_one .table > tbody tr:nth-child(3) td {
        border-bottom: none !important;
    }

    .checkoutmaindiv .reviewItems_one .table > tbody tr td:nth-child(1) {
        text-align: left !important;
    }

    .checkoutmaindiv .reviewItems_one .table > tbody tr td:nth-child(2) {
        text-align: center !important;
        font-weight: var(--boldfont-weight) !important;
    }

    .checkoutmaindiv .reviewItems_one .table > tbody tr td:nth-child(3) {
        text-align: center !important;
        font-weight: var(--midfont-weight) !important;
    }

    .checkoutmaindiv .reviewItems_one .table > tbody tr td:nth-child(4) {
        text-align: right !important;
        font-weight: var(--midfont-weight) !important;
        font-size: 12px !important;
    }

    .checkoutmaindiv .reviewItems_one .table > tbody tr:nth-child(3) td {
        border-bottom: none !important;
    }

    .checkoutmaindiv .reviewItems_one .table > thead tr th:nth-child(1) {
        text-align: left !important;
    }

    .checkoutmaindiv .reviewItems_one .table > thead tr th:nth-child(2) {
        text-align: center !important;
    }

    .checkoutmaindiv .reviewItems_one .table > thead tr th:nth-child(3) {
        text-align: center !important;
    }

    .checkoutmaindiv .reviewItems_one .table > thead tr th:nth-child(4) {
        text-align: right !important;
    }

.checkoutmaindiv .reviewItems_two a {
    text-decoration: none;
    color: var(--table-border);
}



.checkoutmaindiv .reviewItems_two .table {
    border-left: unset !important;
    border-right: unset !important;
}

    .checkoutmaindiv .reviewItems_two .table > thead {
        background: var(--white) !important;
        color: var(--green) !important;
    }

        .checkoutmaindiv .reviewItems_two .table > thead th {
            border-bottom: 3px solid var(--table-border) !important;
            border-top: unset !important;
            padding: 15px !important;
            vertical-align: middle !important;
            font-size: var(--text-paragraph) !important;
            color: var(--green) !important;
        }

    .checkoutmaindiv .reviewItems_two .table > tbody td {
        padding: 15px !important;
        vertical-align: middle !important;
        font-size: var(--text-paragraph) !important;
        color: var(--black) !important;
    }

.checkoutmaindiv .reviewItems_two .table, td, tr {
    border: none !important;
}

    .checkoutmaindiv .reviewItems_two .table > tbody td {
        border-bottom: 1px solid var(--text-paragraph) !important;
    }

    .checkoutmaindiv .reviewItems_two .table > tbody tr:nth-last-child(1) td {
        border-bottom: none !important;
    }

    .checkoutmaindiv .reviewItems_two .table > tbody tr td:nth-child(1) {
        text-align: left !important;
        font-weight: var(--boldfont-weight) !important;
    }

    .checkoutmaindiv .reviewItems_two .table > tbody tr td:nth-child(2) {
        text-align: left !important;
        font-weight: var(--midfont-weight) !important;
    }

    .checkoutmaindiv .reviewItems_two .table > tbody tr td:nth-child(3) {
        text-align: center !important;
        font-weight: var(--midfont-weight) !important;
    }

    .checkoutmaindiv .reviewItems_two .table > tbody tr td:nth-child(4) {
        text-align: center !important;
        font-weight: var(--midfont-weight) !important;
    }

    .checkoutmaindiv .reviewItems_two .table > tbody tr td:nth-child(5) {
        text-align: center !important;
        font-weight: var(--midfont-weight) !important;
    }

    .checkoutmaindiv .reviewItems_two .table > tbody tr td:nth-child(6) {
        text-align: right !important;
        font-weight: var(--midfont-weight) !important;
    }

    .checkoutmaindiv .reviewItems_two .table > tbody tr:nth-last-child(1) td {
        border-bottom: none !important;
    }

    .checkoutmaindiv .reviewItems_two .table > thead tr th:nth-child(1) {
        text-align: left !important;
    }

    .checkoutmaindiv .reviewItems_two .table > thead tr th:nth-child(2) {
        text-align: left !important;
    }

    .checkoutmaindiv .reviewItems_two .table > thead tr th:nth-child(3) {
        text-align: center !important;
    }

    .checkoutmaindiv .reviewItems_two .table > thead tr th:nth-child(4) {
        text-align: center !important;
    }

    .checkoutmaindiv .reviewItems_two .table > thead tr th:nth-child(5) {
        text-align: center !important;
    }

    .checkoutmaindiv .reviewItems_two .table > thead tr th:nth-child(6) {
        text-align: right !important;
    }

.checkoutmaindiv .reviewItems hr {
    margin: 10px 0 30px 0;
}


/*customize radio box*/
/*.checkoutmaindiv .billingAddress [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}*/

.checkoutmaindiv .billingAddress [type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

/*      .checkoutmaindiv .billingAddress [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 16px;
            height: 16px;
            border: 2px solid #22604A;
            border-radius: 100%;
            background: var(--white);
        }

        .checkoutmaindiv .billingAddress [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 8px;
            height: 8px;
            background:#22604A;
            position: absolute;
            top: 4px!important;
            left: 4px!important;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .checkoutmaindiv .billingAddress [type="radio"]:checked + label.radioalgin:after,
        [type="radio"]:not(:checked) + label:after {
            left: 3px;
        }*/
/*        .checkoutmaindiv .billingAddress [type="radio"]:checked + label.ships:before {
            width: 16px;
            height: 15px;
        }
        .checkoutmaindiv .billingAddress [type="radio"]:checked + label.newicon:after {
            top: 4px;
            left: 3.5px;
        }
       
.checkoutmaindiv .billingAddress [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.checkoutmaindiv .billingAddress [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
*/



/*
.checkoutmaindiv .exploreOption .smaoption[type="radio"]:checked,
.smaoption[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}*/

/*    .checkoutmaindiv .exploreOption .smaoption[type="radio"]:checked + label,
    .smaoption[type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 31px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .checkoutmaindiv .exploreOption .smaoption[type="radio"]:checked + label:before,
        .smaoption[type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 4px;
            width: 15px;
            height: 15px;
            border: 3px solid #22604A;
            border-radius: 100%;
            background: var(--white)
        }

        .checkoutmaindiv .exploreOption .smaoption[type="radio"]:checked + label:after,
        .smaoption[type="radio"]:not(:checked) + label:after {
            content: '';
            width: 5px;
            height: 5px;
            background: #22604A;
            position: absolute;
            top: 9px;
            left: 5px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

.checkoutmaindiv .exploreOption .smaoption[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.checkoutmaindiv .exploreOption .smaoption[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
*/
.checkoutmaindiv button.customizeButton {
    outline: none !important;
    border-width: 1px !important;
    padding: 8px 12px !important;
}

.checkoutmaindiv .shippingAddress .form-check-input[type=checkbox] {
    border-radius: 2px !important;
    border: 2px solid var(--increasebtn) !important;
    width: 16px !important;
    height: 16px !important;
}

.checkoutmaindiv .shippingAddress .form-check-input:checked {
    background-color: var(--green) !important;
    border-color: var(--green) !important;
}

.checkoutmaindiv .shippingAddress .formCheckBoxData {
    border: 2px solid var(--increasebtn) !important;
    height: 16px !important;
    width: 16px !important;
    background-color: #f4f4ed !important;
}

.checkoutmaindiv .shippingAddress .form-check-input:focus {
    box-shadow: unset !important;
}




.checkoutmaindiv .borderTop {
    border-top: 1px solid var(--table-border);
}

.checkoutmaindiv label.addProlevel {
    font-size: var(--text-paragraph);
    font-weight: var(--boldfont-weight);
    margin-bottom: 6px;
    color: var(--black) !important;
}

/*.checkoutmaindiv .freightSelection_sec2 input {
    border-radius: 4px;
    color:#8f8f8f;
    font-weight: 500!important;
    outline: unset;

    background-color: var(--white);
    font-size: 13px;
    padding: 10px 15px;
    border: 1px solid var(--table-border);
    min-height: 50px;
}*/

/*    .checkoutmaindiv .freightSelection_sec2 input::-webkit-input-placeholder {
        font-size: 14px;
        color: #8f8f8f !important;
        font-weight: 500;
    }*/

.checkoutmaindiv .freightSelection_sec2 select {
    /*  appearance: none;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 15px;
}

.checkoutmaindiv .freightSelection_sec2 select {
    background-image: url('../Image/dropdownicon.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    border: 1px solid lightgray;
    border-radius: 4px;
    outline: unset;
    width: 100%;
    padding: 10px;
    color: hsl(0deg 0% 58%) !important;
    font-weight: var(--normalfont-weight);
    font-size: var(--text-paragraph);
    background-color: var(--white);
    min-height: 50px;
    margin-bottom: 16px;
}



.checkoutmaindiv .orderSummarySec {
    border-bottom: 1px solid var(--table-border);
}

.checkoutmaindiv a.termsandText {
    text-decoration: underline !important;
    color: #35A987;
    font-size: 12px !important;
}

}

.checkoutmaindiv .activeText {
    padding: 10px 25px !important;
}

.checkoutmaindiv .leftsideContainer .fa {
    font-size: 20px !important;
    font-weight: 800 !important;
}



.checkoutmaindiv .subfreight {
    display: none;
}

.checkoutmaindiv .subfreight2 {
    display: none;
}

.checkoutmaindiv .paymentOpt {
    display: none;
}


/*checkout-css-end-hy-to-pk*/
/*Can’t find product*/
.notFindSection {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 32px;
}

    .notFindSection img {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
    }

    .notFindSection .findezylogo img {
        max-width: 70%;
        margin: initial;
    }

.findezy {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
}

    .findezy .findezybtn a {
        background: #22604A;
        border-radius: 4px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 16px;
        font-family: 'plusjakartasans-medium';
        line-height: 26px;
        padding: 11px 30px;
        gap: 6px;
    }

.notFindSection h2 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #181818;
    text-align: center;
    margin-top: 24px;
    font-family: 'plusjakartasans-medium';
}

.notFindSection p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: 'plusjakartasans-medium';
    text-align: center;
    color: #181818;
    margin-bottom: 32px;
}

.list-creatediv.newmodel .modal-dialog {
    margin: 4rem auto !important;
}


/*Can’t find product*/


@media(max-width: 1600px) {
    .masterproduct-details ul#progressbar li:after {
        width: 95px;
        margin: 0 auto;
    }
}

@media(max-width: 1366px) {
    .masterproduct-details ul#progressbar li:after {
        width: 85px;
    }
}


@media(max-width: 1024px) {
    /*prodduct-detail-css-start-hy*/
    .product-details-headings {
        display: flex;
        justify-content: flex-start;
        padding-left: 0px !important;
        column-gap: 7px;
    }

    .product-tab-details .product-tab-innertext .regprotab li {
        margin-bottom: 10px;
    }

    .product-tab-details .product-tab-innertext .nav {
        display: flex !important;
        justify-content: center;
    }

    .product-tab-details .product-tab-innertext .wrapper-tds {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        min-height: auto;
        align-items: center;
    }

    .product-tab-details ul {
        display: flex;
        margin-bottom: 0;
    }

    .product-tab-details .product-tab-innertext .tds-btn .quick-heading h4 {
        margin: 15px 0px;
    }

    .product-tab-details .product-tab-innertext .regpro-logo {
        padding-top: 40px;
    }

    table.table.table-bordered.Fermentation-table {
        min-height: 155px !important;
    }
    /*prodduct-detail-css-end-hy*/

    /*cart-css-start-hy*/
    .breadcrumb-main {
        padding: 15px 0px;
    }

    .basket-productheading {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .basket-heading h2 {
        margin-bottom: 20px;
    }

    .summary_details.next-cancel ul {
        display: block;
        margin-bottom: 0px;
    }

    .preview_heading .delete {
        right: 0px;
        top: 0px;
    }

    .profiles {
        z-index: 999 !important;
    }

    .mobile-imgicon {
        display: block;
    }
    /*cart-css-end-hy*/

    /*QuotationNumber-css-start-hy*/
    .generate-quotations .modify-status {
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }

        .generate-quotations .modify-status ul {
            display: flex;
            column-gap: 10px;
        }

    .status-quotation .row {
        align-items: center;
    }

    .quotations-overview .table th {
        white-space: nowrap;
    }

    .quotations-overview .table td {
        white-space: nowrap;
    }

    /*QuotationNumber-css-end-hy*/

    /*Quotation-css-start-hy*/

    .quotations .torrent .torrent-img img {
        max-width: 130px;
    }

    .torrent .de-united a {
        padding: 5px 4px;
    }

    .torrent-table form input {
        width: 80%;
    }

    .pagination-section .pagination {
        margin-bottom: 12px;
    }

    /*Quotation-css-end-hy*/

    /*Confirmorder-thankyou-css-start-hy*/
    .confirm-orderthankyou .inner-box {
        height: 90%;
    }
    /*Confirmorder-thankyou-css-end-hy*/


    /*underapprovel-css-start-hy-to-pk*/
    .mainunderapproval .timeline::after {
        left: 3% !important;
    }
    /*underapprovel-css-end-hy-to-pk*/
    /*masterproduct-css-start-hy-to-pk*/
    .masterproduct-details .clyzofind-left {
        display: block;
    }
    /*masterproduct-css-end-hy-to-pk*/
}

@media(max-width: 767px) {
    .breadcrumb {
        padding: 0px 23px !important;
    }


    #dv_Want_Approval_Workflow h2 {
        font-size: 14px !important;
    }

    .mylist-div .mdi {
        border-left: 0px;
    }

    .Banner-Bigger a {
        top: 68px !important;
    }

    .masterproduct-details .ShareProduct .list-name.firstlist {
        padding: 0px 0px;
    }

    .product-summary-div #vertical_tab_nav .column-right {
        border-left: none !important;
    }

    .masterproduct-details .ShareProduct a.shareuserlists {
        margin: 0px 0px 20px 0px;
    }

    .masterproduct-details #dv_Wishlist {
        max-height: 194px;
        overflow-y: scroll;
        padding-top: 16px !important;
    }

    .clyzofindmain .clyzo_find_section {
        height: auto;
        margin-bottom: 15px;
        padding: 12px;
    }

    .masterproduct-details .spectramButtonData {
        display: inline-block;
    }

    .clyzofindmain .need-multipleproduct {
        padding: 12px;
    }

    .notFindSection {
        margin-left: 0px !important;
        width: 100%;
        padding: 20px;
        position: relative;
        left: 0px !important;
    }

        .notFindSection img {
            width: 100%;
        }

    .findezybtn img {
        width: auto;
    }

    .withoutdatasearchbox {
        position: relative;
        left: 0px;
    }

    .findezy .findezybtn a {
        padding: 11px 7px;
        font-size: 14px;
        width: 139px;
    }

    .findezy {
        column-gap: 8px;
    }

    .mylist-div .list-details ul {
        border-bottom: none !important;
    }

    .breadcrumbdata-div {
        margin: 20px -24px;
    }

    /*SK css responsive */
    .wish-list-div .visible-all ul {
        column-gap: 4px;
    }


    .wish-list-div .alcohal-listdetalis .table td {
        white-space: nowrap;
        vertical-align: middle;
    }

    .wish-list-div .monthly {
        display: flex;
        column-gap: 10px;
        padding: 15px 0px;
        justify-content: center;
    }

    .wish-list-div .list-details .nav {
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }

    .wish-list-div .list-details .nav {
        display: flex;
        justify-content: flex-start;
    }

    .wish-list-div .list-details .nav-pills .nav-link {
        font-size: var(--text-paragraph);
    }

        .wish-list-div .list-details .nav-pills .nav-link.active {
            font-size: var(--text-paragraph);
        }

    .wish-list-div .alcohal-listdetalis .quntity .packsize .fa.fa-angle-down {
    }

    .wish-list-div .alcohal-listdetalis .quntity .packsize {
        margin-top: 10px;
    }

    .wish-list-div .alcohal-listdetalis .quntity .plus-minusinput {
        display: flex;
        width: 35%;
        margin: 0px;
        align-items: center;
    }

    .wish-list-div .monthly {
        display: flex;
        column-gap: 10px;
        padding: 15px 0px;
        justify-content: left;
    }

    .wish-list-div .generation-quotation {
        padding: 6px;
        margin-top: 20px;
        text-align: center;
    }

    .wish-list-div .dropdown dd ul {
        /*   position: absolute;
        top: -10px;*/
        width: 175px !important;
    }

    .wish-list-div .visible-all ul li a {
        display: flex;
        align-items: center;
        column-gap: 10px;
        color: var(--green) !important;
        border: 1px solid var(--green) !important;
        border-radius: 0.5rem;
    }

    .wish-list-div .visible-all ul {
        display: flex;
        justify-content: center;
    }

    .wish-list-div .list-details li {
        margin-bottom: 10px;
        display: inherit;
    }

    .wish-list-div .list-details .visible-all li {
        margin-bottom: 0px !important;
    }

    .wish-list-div .alcohal-listdetalis .molecular-img img {
        /*   height: 30vh;*/
        width: 100%;
    }

    .wish-list-div .dropdown dt a {
        display: block;
        padding: 15px;
        min-height: 25px;
        line-height: 24px;
        overflow: hidden;
        border-radius: 4px;
        border: 0;
        width: 220px !important;
        margin-bottom: 10px !important;
        background: #F4F4ED !important;
    }

    .wish-list-div .summary {
        height: auto !important;
    }

    .wish-list-div .summary_details {
        margin-bottom: 0px;
        border-bottom: none;
    }

        .wish-list-div .summary_details.total-count {
            border-top: none !important;
        }

            .wish-list-div .summary_details.total-count p {
                margin-bottom: 3px;
            }

    .mylist-div .model-boxlist .create-list .list-name .position-relative .fa {
        right: 5px;
        top: 15px;
    }

    .mylist-div .list-details .nav-pills .nav-link.active {
        background-color: transparent !important;
        color: #181818;
        font-size: 14px;
        position: relative;
        top: 2px;
        border-bottom: 2px #22604A !important;
    }

    .mylist-div .list-details .nav-item button {
        background-color: transparent !important;
        font-weight: 500;
        font-size: 12px;
        padding: 0px;
    }



    .mylist-div .list-details ul {
        column-gap: 8px;
        justify-content: start;
        margin-bottom: 10px;
    }

    /*.mylist-div .list-details table.table.mylist-orgnization td {
        padding: 4px 0px;
    }*/

    .mylist-div.list-details table.table.mylist-orgnization th {
        padding: 4px 0px;
        padding-right: 13px;
        text-transform: capitalize;
        font-size: 14px;
    }

    .mylist-div .list-details .tab-content h2 {
        padding: 5px 20px;
    }

    .mylist-div .newlist .newlist-items h4 {
        padding: 11px 15px 11px;
    }

    .mylist-div .newlist {
        margin-top: 15px;
    }

    .mylist-div .nice-select span.current {
        color: #8F8F8F;
    }

    .mylist-div .list-group-item {
        padding: 5px 15px;
    }

    .mylist-div .text-field {
        width: 100%;
        position: relative;
    }

    .mylist-div input:focus {
        /* border: thin solid #32cd32;
        border-bottom: solid medium #32cd32;*/
        background-color: #fff;
        color: #22604A !important;
        outline: 0px;
    }

    .mylist-div label {
        position: absolute;
        pointer-events: none;
        left: 10px;
        top: 10px;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 13px !important;
        line-height: 20px !important;
        color: #8F8F8F;
    }

    .mylist-div input:focus {
        border: 1px solid #22604A !important;
    }

        .mylist-div input:focus label, input:valid label {
            top: -10px;
            left: 15px;
            /*    font-size: small;*/
            color: #22604A;
            background-color: #fff;
            padding: 0 5px 0 5px;
        }
    /*SK css end*/
    /*prodduct-detail-css-start-hy*/
    .product-details-headings {
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 10px;
    }

    .product-tab-details ul {
        column-gap: 15px;
        display: flex;
        flex-wrap: wrap;
    }

    .product-tab-details .product-tab-innertext .regpro-logo {
        padding-top: 10px;
    }

    .product-tab-details .product-tab-innertext .tds-btn ul {
        flex-wrap: nowrap;
    }

    .product-tab-details .product-tab-innertext .wrapper-tds {
        display: flex;
        justify-content: start;
        flex-direction: column;
        min-height: auto;
        align-items: baseline;
    }

    .product-tab-details .nav-item button {
        border-radius: 0.5rem;
        padding: 10px 35px;
    }

    .product-tab-details .product-tab-innertext .tab-content .cash-no ul {
        flex-wrap: wrap;
    }

        .product-tab-details .product-tab-innertext .tab-content .cash-no ul li {
            margin-bottom: 5px;
        }



    .product-tab-details .product-tab-innertext .tds-btn a {
        padding: 10px 10px 10px 10px;
        min-width: 94px;
    }

    .product-tab-details .product-tab-innertext .wrapper-tds {
        min-height: auto;
    }

    .product-tab-details .product-tab-innertext .regpro-logo img {
        margin-top: 10px;
        width: auto;
    }

    .product-tab-details .product-tab-innertext .tds-btn .quick-heading h4 {
        margin-bottom: 15px;
    }
    /*prodduct-detail-css-end-hy*/

    /*prodduct-detail-css-start-hy*/
    .border_preview.data-basket .imgsodium {
        margin-bottom: 10px;
    }

    .bg-white {
        padding: 10px 15px;
    }

    .preview_heading .delete {
        top: 4px;
        right: 0px;
    }

    .breadcrumb-main {
        padding: 8px 0px;
    }

    .packsize p {
        padding-right: 0px;
    }

    .basket-heading h2 {
        margin-bottom: 15px;
    }

    .packsize {
        column-gap: 10px;
    }


    /*  .summary_details.next-cancel ul {
        display: flex;
        margin-bottom: 0px;
        justify-content: flex-start;
        margin-top: 15px;
        column-gap: 15px;
    }*/

    .border_preview.data-basket {
        padding: 15px;
        margin-bottom: 10px;
    }

    .summary.basket-details {
        padding: 12px;
    }

    .border_preview.data-basket span {
        padding-left: 5px;
    }

    .basket-quntity .ins .input-group {
        width: 50% !important;
    }

    .proceed a {
        font-size: 14px;
    }
    /*prodduct-detail-css-end-hy*/


    /*QuotationNumber-css-start-hy*/
    .generate-quotations .modify-status ul li:first-child {
        margin-bottom: 15px;
    }

    .generate-quotations .download-status h5 {
        text-align: left;
    }

    .generate-quotations .download-status {
        text-align: left;
        margin-bottom: 4px;
    }

    .generate-quotations .modify-status {
        display: flex;
        justify-content: start;
    }

        .generate-quotations .modify-status ul {
            padding-left: 0px;
            margin-top: 12px;
        }

    .download-button {
        margin-bottom: 10px;
    }

    .quotations-overview .table th {
        white-space: nowrap;
    }

    .quotations-overview .table td {
        white-space: nowrap;
    }

    .quotation-pdf p:first-child {
        margin-top: 10px;
    }


    /*QuotationNumber-css-end-hy*/
    /*Quotation-css-start-hy*/
    .torrent {
        /*    display: none;*/
        transition: all 2s linear;
    }

    .pagination-section .pagination {
        margin-bottom: 12px;
    }

    .mobile-imgicon {
        display: block;
        margin-bottom: 10px;
    }

    .torrent-table th {
        white-space: nowrap;
        padding: 12px 0px;
    }

    .Quotations-Number table tr td {
        white-space: nowrap;
        padding: 12px;
    }

    .torrent-table h5 {
        text-align: left;
    }

    .torrent-table form {
        margin: 10px 0px;
    }

    .quotations .torrent {
        margin-bottom: 20px;
    }
    /*Quotation-css-end-hy*/



    /*Basketpopup-css-start-hy*/
    .border-div.popupbasket img {
        width: 60% !important;
        margin-bottom: 8px;
    }

        .border-div.popupbasket img.basketimgs {
            width: 33% !important;
        }

    .border-div.popupbasket {
        margin: 10px 10px 10px 20px;
    }

    .viewedit-basket {
        padding: 0px 5px 10px 5px;
    }

    div#basketpoupup .modal-content {
        right: 0px;
        height: auto !important;
    }

    .border-div.popupbasket .basket-popupheading {
        margin-bottom: 4px;
    }

    .border-div.popupbasket .totalQuantity span {
        margin-top: 8px;
    }

    .subtotal-basketcount {
        justify-content: start;
        padding-bottom: 5px;
    }

    .media-body.dv-body .viewedid-heading .item-busket {
        padding-bottom: 5px;
    }

    /*Basketpopup-css-end-hy*/


    /*Confirmorder-thankyou-css-start-hy*/
    .confirm-orderthankyou .placeorder-logo {
        margin: 30px 0px 15px;
    }

    .confirm-orderthankyou .inner-box {
        margin-bottom: 0px;
    }

    .confirm-orderthankyou .right-logo img {
        width: 70px;
    }
    /*Confirmorder-thankyou-css-end-hy*/

    /*underapprovel-css-start-hy-to-pk*/
    .mainunderapproval .secondProgress {
        width: 90%;
    }

    .mainunderapproval .underapproval-quntity .ins .input-group {
        border: 0;
        width: 54% !important;
    }

    .mainunderapproval ul.underapproval-quntity {
        padding-left: 0;
    }

    .mainunderapproval .timeline::after {
        left: 3%;
    }

    .mainunderapproval .cl_fontWeight_normal {
        font-size: var(--heading-md);
    }
    /*underapprovel-css-end-hy-to-pk*/
    /*clyzofind-css-start-hy-to-pk*/
    .topMobileZero {
        margin-top: 2px !important;
    }
    /*clyzofind-css-end-hy-to-pk*/
    /*masterproduct-css-start-hy-to-pk*/
    .masterproduct-details .clyzofind-left {
        padding-right: 0 !important;
    }

    .masterproduct-details .tooltipcashdata .tooltipi {
        left: 40px;
        top: 5px;
    }

    .masterproduct-details .clyzofind-left h1 {
        margin-bottom: 15px;
    }

    .masterproduct-details .search_cont {
        width: 100%;
    }

    /*   .masterproduct-details select#item_SortBy_options {
        background-image: url('../../Assets/img/Med Img/Short_by.png');
        color: #000 !important;
        background-size: auto !important;
    }*/

    .masterproduct-details .clyzofind-right .spectrum-no .spectrum-button {
        display: inline-block;
    }

    /* .masterproduct-details select#item_Show_options {
        background-image: url('../../Assets/img/Med Img/Show-Sup.png');
        color: #000 !important;
        background-size: auto !important;
    }*/



    .masterproduct-details .clyzofind-right .suppliers span {
        z-index: 9999;
        position: relative;
        background-color: var(--body-color)
    }

    .masterproduct-details .clyzofind-right .cash-no ul {
        align-items: center;
    }

    .masterproduct-details .clyzofind-right .spectrum-no {
        margin-bottom: 0 !important;
        padding: 20px;
    }

    .masterproduct-details .clickable {
        height: auto !important;
    }

    .masterproduct-details.productsearch-both .clyzofind-left .accordion-item button.accordion-button {
        margin-left: 0px !important;
    }

    .masterproduct-details.productsearch-both .View-Details {
        margin-top: 40px;
        padding-left: 12px;
    }

    .masterproduct-details .clyzofind-right .ethanol-absolute h2 {
        font-size: 20px;
    }

    .masterproduct-details.productsearch-both .clyzofind-right .cash-no ul {
        display: block;
    }

    .masterproduct-details .clickable img {
        display: block !important;
    }



    .masterproduct-details .orangeBorder {
        width: 98%;
        margin: 0 auto;
    }

    .masterproduct-details .spratorModeldata {
        width: 98%;
        margin: 0 auto;
    }

    .masterproduct-details .model-boxlist .create-list .list-name {
        width: 100% !important;
    }

    .masterproduct-details ul.createnewlist-div a {
        width: auto !important;
        padding: 14px 20px;
    }

    .masterproduct-details .titleIcon {
        display: flex !important;
    }

        .masterproduct-details .titleIcon img {
            display: none;
        }

    .rating-img {
        display: flex;
        justify-content: space-between;
    }

    .masterproduct-details .clyzofind-right .ethanol-absolute {
        text-align: left !important;
        display: block;
    }

    .masterproduct-details p.rating-sec {
        display: flex;
        align-items: center;
        column-gap: 5px;
        margin-bottom: 0px;
        font-size: 12px;
        font-weight: 600;
    }

        .masterproduct-details p.rating-sec img {
            width: 20px !important;
            height: 20px !important;
        }

    .masterproduct-details .clyzofind-right .cash-no ul li {
        margin-bottom: 10px;
    }

        .masterproduct-details .clyzofind-right .cash-no ul li:last-child {
            margin-bottom: 0px;
        }

    .masterproduct-details .clyzofind-right .cash-no ul {
        display: block;
    }

    .masterproduct-details .model-boxlist.savelist .modal-header {
        margin: 0px 15px 0px 15px !important;
    }

    .masterproduct-details #dv_Wishlist {
        padding: 0px 15px;
    }

    .masterproduct-details ul.createnewlist-div {
        margin: 0px 15px !important;
    }

    .masterproduct-details .create-items {
        padding: 20px 15px;
    }

    .masterproduct-details .accordion .fa {
        font-size: 12px !important;
    }

    .modal-content.orangeBorder .modal-body {
        padding-top: 0px;
    }

    .deletelist-div .modal-dialog {
        max-width: 100%;
    }

    .listmodal-div {
        display: block;
    }

        .listmodal-div .canceldel-button .del-button {
            padding: 11px 50px 11px;
        }

        .listmodal-div .canceldel-button .canl-button {
            padding: 11px 50px 11px;
        }

    .deletelist-Listcreated img {
        text-align: center;
    }

    .deletelist-Listcreated {
        text-align: justify;
    }

    .succssfully-div img {
        width: 100%;
    }

    .succssfully-div h2 {
        font-size: 20px;
    }

    .deletelist-div h2 {
        font-size: 20px;
    }

    .producthiddendata {
        display: none !important;
    }

    .masterproduct-details.productsearch-both #divShowProductCount {
        margin-top: 12px;
    }

    .advance-search-div .masterproduct-details .search_cont {
        width: 100% !important;
    }

    .thankyoudiv {
        max-width: 100%;
    }

        .thankyoudiv img {
            width: 100%;
        }

    .thankyoudiv {
        max-width: 96% !important;
    }

    .thankyou-main .clyzo-thankyou .thank-youtext h2 {
        font-size: 21px;
    }

    .thankbutton button {
        margin-top: 20px;
    }
    /*masterproduct-css-end-hy-to-pk*/
}

@media (max-width: 600px) {
    /*underapprovel-css-start-hy-to-pk*/
    .mainunderapproval .timeline::after {
        left: 6% !important;
    }

    .mylist-div .list-details .nav-pills .nav-link.active {
        margin-bottom: 20px;
    }

    .mainContainer .cl_color_orange {
        font-size: var(--heading-md);
    }
    /*underapprovel-css-end-hy-to-pk*/
    /*checkout-css-end-hy-to-pk*/
    .checkoutmaindiv .reviewItems_two .table > thead th {
        white-space: nowrap;
    }

    /*checkout-css-end-hy-to-pk*/
}
/*==================================== SK css for Mylist page start ===========================================================*/
/*    .mylist-div {
    max-width:1200px;
    margin:0px auto;
}*/
/*.mylist-div .addnew-address .active {
    margin-left: 25px !important;
 
}*/

.mylist-div .newlist .position-relative .fa {
    position: absolute;
    right: 14px;
    top: 14px;
    font-size: 23px;
    z-index: 0;
}

.mylist-div .newlist select {
    width: 100%;
    outline: 0;
    padding: 11px 14px;
    border-radius: 4px;
    appearance: auto;
    margin-bottom: 8px;
    accent-color: #005f61;
    color: #484848 !important;
    border: 2px solid #ededed;
    font-size: var( --text-paragraph);
    /*background-image: url(/Assets/image/dropdownicon.png);*/
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    margin-bottom: 0 !important;
}

.mylist-div .newlist input {
    width: 100%;
    outline: 0;
    padding: 11px 14px;
    border-radius: 4px;
    appearance: none;
    margin-bottom: 8px;
    /*   accent-color: #005f61;*/
    color: #484848 !important;
    border: 2px solid #ededed;
    font-size: 14px;
}



.mylist-div .btn_ViewDetails {
    border: none;
    border-radius: 10px;
    color: #22604A;
    font-size: 14px;
    white-space: pre;
    display: flex;
    column-gap: 7px;
    margin-left: 7px;
    font-weight: 600;
    align-items: center;
}



.mylist-div .list-details .nav-pills .nav-link.active {
    background-color: transparent !important;
    color: #000;
    position: relative;
    top: 2px;
    border-bottom: 2px var(--green) solid !important;
}

.mylist-div .list-details .nav-item button {
    border: none;
    outline: none;
    box-shadow: none;
    color: #8F8F8F;
    font-size: 14px;
    padding: 15px 20px;
    padding-top: 0px;
    border-radius: 4px 4px 0 0;
}

.mylist-div .list-details ul {
    column-gap: 15px;
    border-bottom: 2px solid #fff;
}

/*.mylist-div .addnew-address.useaddress {
        padding-left: 0px;
    }
*/
.mylist-div .list-details .tab-content h2 {
    font-size: var( --heading-lg);
    font-weight: bold;
    padding: 18px 18px;
}

.mylist-div .list-details .tab-content .listheading {
    border-color: #dee2e6;
    border-bottom: 2px solid #dee2e6;
}

.mylist-div .list-details .tab-content {
    padding-top: 24px;
    border-radius: 4px;
}

.mylist-div .list-details table.table {
    padding: 20px 15px;
}

    .mylist-div .list-details table.table.mylist-orgnization th:first-child {
        width: 18%;
        text-align: center;
        padding-left: 10px;
    }

.listcreateddata span {
    text-transform: capitalize;
    color: #181818;
    font-size: 14px;
}

.mylist-div .list-details table.table.mylist-orgnization th {
    /*text-align:left;
        padding: 15px 15px;*/
    border-color: #fff;
    color: #22604A;
    font-weight: 500;
    width: 20%;
    white-space: nowrap;
    font-weight: normal;
    text-transform: uppercase;
    font-size: var( --font-12);
    border-top: none;
    vertical-align: top;
    padding: 17px 17px;
    padding-left: 0px;
}

.mylist-div .mdi::after {
    content: "";
    display: block;
    width: 2px;
    background-color: #fff;
    height: 102.5%;
    position: absolute;
    top: -24px;
    left: 0px;
}

.mylist-div .mylist-orgnization tbody tr:nth-of-type(odd) {
    background: rgba(226, 226, 221, 0.2);
}

.mylist-div .list-details table.table.mylist-orgnization td:first-child {
    text-align: center;
}

.mylist-div .list-details table.table.mylist-orgnization td {
    /*padding: 15px 0px;
    text-align: center;*/
    font-size: var( --text-paragraph);
    font-weight: 700;
    word-break: break-all;
    vertical-align: middle;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    padding-left: 0px;
}

.mylist-div .nice-select {
    font-size: 13px;
    /*    color: #181818;*/
}

    .mylist-div .nice-select .option {
        color: #181818;
    }

.mylist-div a.view-details {
    border: 1px solid var(--green);
    color: var(--white);
    padding: 8px 15px;
    background: var(--green);
    float: right;
    border-radius: 0.5rem;
    display: inline-block;
}

    .mylist-div a.view-details:hover {
        background: #05d0a1;
        color: #fff;
        border: 1px solid #05d0a1;
    }

.mylist-div button.view-details {
    border: 1px solid #22604A;
    color: #fff;
    font-size: var(--btn-font);
    background: #22604A;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    padding: 8px 0px;
    margin-top: 30px;
}

/*  .mylist-div button.view-details:hover {
            background: #05d0a1;
            color: #fff;
            border: 1px solid #05d0a1;
        }*/

.mylist-div .list-group-item.active {
    z-index: 2;
    color: var(--white);
    background-color: var(--green);
    border-color: var(--green);
    border-radius: 0.5rem;
}

.mylist-div .list-group-item {
    position: relative;
    display: block;
    border: 1px solid var(--green);
    color: var(--green);
    padding: 8px 15px;
    background: var(--white);
    float: right;
    border-radius: 0.5rem !important;
    display: inline-block;
}

.mylist-div .form-check-input:checked {
    background-color: var(--green);
    border-color: var(--green);
}

.mylist-div .form-check-input:focus {
    outline: 0;
    box-shadow: none;
}

.mylist-div .newlist {
    background: var(--white);
    border-radius: 4px;
    margin-bottom: 50px;
}

    .mylist-div .newlist input {
        width: 100%;
        outline: 0;
        padding: 14px;
        border-radius: 4px;
        margin-bottom: 8px;
        /*   accent-color: #1d604a;*/
        color: #484848 !important;
        border: 2px solid #ededed;
    }

    .mylist-div .newlist input, select {
        width: 100%;
        outline: 0;
        padding: 11px 14px;
        border-radius: 4px;
        appearance: none;
        margin-bottom: 8px;
        /*  accent-color: #005f61;*/
        color: #181818 !important;
        border: 1px solid #ccc;
        font-size: 14px;
    }

    .mylist-div .newlist .position-relative .fa {
        position: absolute;
        right: 14px;
        top: 17px;
        font-size: 23px;
    }

    .mylist-div .newlist .newlist-items h4 {
        font-size: 18px !important;
        padding: 20px 20px 20px;
        font-weight: 700;
        color: #181818;
        /*border-bottom: 2px solid #dee2e6;*/
    }

    .mylist-div .newlist .newlist-items .create-items {
        padding: 10px 20px 100px;
        position: relative;
        margin-top: -10px;
    }

    /*.mylist-div .newlist .newlist-items .create-items label {
                font-weight: 500;
                margin-bottom: 10px;
                font-size: var(--font13);
                position: relative;
                color:#8f8f8f !important;
                top: -45px;
                font-family: 'plusjakartasans-medium';
            }*/

    .mylist-div .newlist .newlist-items .addnew-address.useaddress input {
        padding: 2px;
        width: 16px;
        height: 16px;
        margin-right: 7px;
        margin-left: 0px;
        box-shadow: none;
        border: 2px #848484 solid;
        border-radius: 0px;
        position: relative;
        top: 3px;
        cursor:pointer;
    }

.mylist-div .checkbox-txt {
    margin-left: -12px !important;
    font-size: 12px;
    font-weight: bold;
}

.mylist-div .form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}

.mylist-div .model-boxlist h5 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.mylist-div .model-boxlist .create-list {
    width: 100%;
    float: left;
    padding: 20px 0px;
    position: relative;
}

    .mylist-div .model-boxlist .create-list span {
        color: darkred;
    }

    .mylist-div .model-boxlist .create-list .list-name {
        width: 48%;
        float: left;
    }

        .mylist-div .model-boxlist .create-list .list-name.firstlist {
            margin-right: 2%;
        }

        .mylist-div .model-boxlist .create-list .list-name.secondlist {
            margin-left: 2%;
        }

        .mylist-div .model-boxlist .create-list .list-name .position-relative .fa {
            position: absolute;
            right: 10px;
            top: 20px;
            font-size: 20px;
        }

        .mylist-div .model-boxlist .create-list .list-name input {
            width: 100%;
            outline: 0;
            padding: 14px;
            border-radius: 4px;
            border: 1px solid #ced4da;
            margin-bottom: 8px;
            /*  accent-color: #005f61;*/
            color: #484848;
            border: 1px solid #ededed;
            box-shadow: 2px 2px 10px #d9d9d9;
            -webkit-appearance: none;
            transition: all 0.5s ease;
            margin-bottom: 15px;
        }

.mylist-div .model-boxlist .modal-header {
    border-bottom: 1px solid #dee2e6;
    padding: 1rem 2rem;
}

.mylist-div div#dv_Wishlist {
    padding-top: 12px;
}

.mylist-div .model-boxlist .create-list .list-name label {
    font-weight: var(--midfont-weight);
    margin-bottom: 10px;
}

.mylist-div .model-boxlist .modal-dialog {
    max-width: 550px;
}

.mylist-div .model-boxlist button.btn-close {
    outline: 0;
    border: none;
    font-weight: bold;
    background: transparent;
}

.mylist-div .model-boxlist .modal-dialog .modal-body {
    padding: 0rem 1rem 1rem;
}





/*======Sanjeev changes css =====*/
.mylist-div .table-striped tbody tr:nth-of-type(odd) {
    background: rgba(226, 226, 221, 0.2);
}

.mylist-div .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: none !important;
    border-bottom-width: 1px;
    box-shadow: none !important;
}

.mylist-div .list-details {
    margin-bottom: 50px !important;
}

.mylist-div .table > thead {
    vertical-align: bottom;
    background: var(--white);
    color: var(--green);
    border-bottom: 1px #fff solid;
}

/*  .mylist-div .btn_ViewDetails {
        border: none;
        border: 2px var(--green) solid;
        padding: 10px 15px;
        border-radius: 10px;
        color: var(--green);
        font-weight: var(--midfont-weight);
        background: transparent;
        font-size: var(--text-paragraph);
    }*/

/*.mylist-div .btn_ViewDetails:hover {
        background: #1d604a;
        padding: 10px 15px;
        border-radius: 10px;
        color: #fff;
        font-weight: 600;
    }*/

.mylist-div .mylist-orgnization input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 15px;
    height: 15px;
    margin-top: -8px;
}

/*   .mylist-div .new-icon {
        background: #000;
        width: 15.75px;
        height: 15.75px;
        line-height: 14px;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }*/

/*    .mylist-div .detail-icon {
        padding: 6px 8px 7px 8px;
        background: rgba(53, 169, 135, 0.2);
        border-radius: 4px;
        flex: none;
        order: 1;
        flex-grow: 0;
        margin-left: 5px;
    }*/

.mylist-div .text-gray {
    color: #8F8F8F;
    font-weight: 500;
}

.mylist-div .text-light-green {
    color: #05d1a0;
}

.mylist-div ::placeholder {
    color: #000 !important;
}
/*
.tooltip-inner {
    background-color: var(--green);
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: var(--green) !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: var(--green) !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: var(--green) !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--green) !important;
}*/

.mylist-div .form-check-input:checked {
    background-color: var( --green) !important;
    border-color: var( --green) !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 22px;
    margin-top: 5px
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8F8F8F;
    -webkit-transition: .4s;
    transition: .4s;
    height: 30px;
    width: 50px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 24px;
        width: 24px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #35A987;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.mylist-div .user-input-wrp {
    position: relative;
    width: 100%;
}

    .mylist-div .user-input-wrp .inputText {
        width: 100%;
        outline: none;
        border: none;
        height: 42px;
        border: 1px solid #E2E2DD;
        color: #8F8F8F !important;
        margin-bottom: 24px;
        border-radius: 4px;
    }

        .mylist-div .user-input-wrp .inputText:focus {
            border-color: var(--green);
        }

    .mylist-div .user-input-wrp .floating-label {
        position: absolute;
        pointer-events: none;
        top: 8px;
        background: #fff;
        font-size: 13px;
        color: #8F8F8F;
        left: 10px;
        transition: 0.2s ease all;
        padding: 5px 5px 5px 5px;
    }

.invalidtxt {
    color: red !important;
}

.mylist-div .listcreateddata input {
    border-radius: 4px;
    outline: none;
    border: 1px solid #8F8F8F;
    padding: 2px 4px;
}

.mylist-div .user-input-wrp input:focus ~ .floating-label,
.mylist-div .user-input-wrp input:not(:focus):valid ~ .floating-label {
    top: -14px;
    left: 10px;
    font-size: 13px;
    color: #22604A;
    opacity: 1;
}

/*==================================== SK css for Mylist page end  ===========================================================*/

/*==================================== SK css for Wishlist page start ========================================================*/



.wish-list-div .visible-all i {
    font-size: var(--text-paragraph) !important;
}

.wish-list-div .dropdown {
    /*    position: absolute;
    top: 50%;*/
    z-index: 999;
    width: 100%;
    margin-top: 10px;
}



    /*.wish-list-div .nav-link:hover, .nav-link:focus {
    color: var(--green);
}*/

    .wish-list-div .dropdown dd,
    .wish-list-div .dropdown dt {
        margin: 0px;
        padding: 0px;
    }

.mutliSelect table {
    margin-bottom: 15px;
}

.wish-list-div .dropdown ul {
    margin: -1px 0 0 0;
}

.wish-list-div .table thead th {
    vertical-align: bottom;
    border-bottom: 0px !important;
    color: #22604A;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0px;
    padding-left: 5px;
}

.mutliSelect .table td {
    border: none !important;
}

.wish-list-div .dropdown dd {
    position: relative;
}

.wish-list-div .dropdown a,
.wish-list-div .dropdown a:visited {
    color: var(--white);
    text-decoration: none;
    outline: none;
    font-size: 12px;
}

.wish-list-div .dropdown dt a {
    display: block;
    padding: 15px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    border: 0;
    border-radius: 4px;
    width: 100% !important;
    background: #F4F4ED !important;
}

    .wish-list-div .dropdown dt a span,
    .wish-list-div .multiselct span {
        cursor: pointer;
        display: inline-block;
        padding: 0 3px 2px 0;
    }

.wish-list-div .dropdown dd ul {
    background: #fff;
    border: 0;
    color: var(--black);
    display: none;
    left: 0px;
    padding: 2px 15px 2px 5px;
    /*    position: absolute;
        top: 2px;*/
    width: 280px;
    list-style: none;
    height: 100px;
    overflow: auto;
    width: 100%;
}

.wish-list-div .dropdown span.value {
    display: none;
}

.wish-list-div .dropdown dd ul li a {
    padding: 5px;
    display: block;
}

    .wish-list-div .dropdown dd ul li a:hover {
        background-color: var(--white);
    }



.wish-list-div .preview .ins .form-control {
    border: none !important;
    height: auto !important;
    outline: none !important;
    border-radius: 5px !important;
    padding: 0px 0px 0px 6px !important;
}

.wish-list-div .preview {
    margin-top: 30px;
}

.wish-list-div .summary {
    margin-top: 30px;
}

.wish-list-div .delete {
    text-align: end;
    color: #005f61;
}

.wish-list-div .nav-pills .nav-link {
    border-radius: 0.5rem;
    cursor: context-menu;
}

.wish-list-div .list-details .nav-pills .nav-link.active {
    color: #fff;
    padding: 7px 12px;
    border-radius: 0.5rem;
    font-weight: var(--midfont-weight);
    font-size: var(--text-paragraph);
    display: inline-block;
    text-transform: capitalize;
}

.wish-list-div .text-black {
    color: #30302E !important;
    font-weight: var(--normalfont-weight);
    font-size: var(--text-paragraph);
    font-family: 'plusjakartasans-medium';
}

.wish-list-div .visible-all ul li a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: var(--green);
    border: 2px solid var(--green);
    padding: 7px 15px 7px 26px !important;
    border-radius: 0.5rem;
    font-size: var(--text-paragraph);
}

.wish-list-div .visible-all input {
    width: 15px;
    height: 15px;
    border: 2px #ccc solid;
}


.wish-list-div .table-responsive > .table-bordered {
    border: 1px #ccc solid !important;
}

/*.wish-list-div .alcohal-listdetalis .quntity .input-group .btn {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    height: 25px !important;
    font-weight: 500;
    border-radius: 100%;
    background: #cdcdcd;
    justify-content: center;
    align-items: center;
}*/

.wish-list-div .alcohal-listdetalis .table td {
    font-size: 12px !important;
    text-align: justify;
    border: 1px #ccc solid;
}

.wish-list-div .delete {
    text-align: end;
    color: var(--black);
    font-weight: bold;
}

.wish-list-div .box-shadow {
    box-shadow: 0 0 6px 0.2rem rgb(178 178 178 / 26%);
}

.wish-list-div .table-responsive::-webkit-scrollbar {
    height: 6px;
}

.wish-list-div .tab-content {
    margin-bottom: 20px;
}

.wish-list-div .size-select {
    cursor: pointer;
    width: 100% !important;
}

.wish-list-div .alcohal-listdetalis .quntity .packsize .fa.fa-angle-down {
    position: absolute;
    right: 10px;
    font-weight: var(--midfont-weight);
    font-size: 20px;
    top: 10px;
}

.wish-list-div .dropdown dd ul {
    border: 0;
    color: var(--black);
    display: none;
    left: 0px;
    background: #F4F4ED !important;
    /*position: absolute;
    top: 2px;*/
    width: 150px !important;
    list-style: none;
    height: auto;
    overflow: auto;
    width: 100%;
    font-size: var(--text-paragraph);
}

.wish-list-div .mutliSelect ul li input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}

.wish-list-div .no-wrap {
    white-space: nowrap !important;
}

.wish-list-div .pen-icon {
    border-radius: 50%;
    font-size: var(--text-paragraph);
    color: #005f61;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wish-list-div .alcohal-listdetalis .molecular-img img {
    /*    height: 45vh;*/
    width: 100%;
}


.wish-list-div .form-check-input:checked {
    background-color: var(--green) !important;
    border-color: var(--green);
}

.wish-list-div .table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
    /*   white-space: break-spaces;*/
    text-align: left;
    font-size: 12px;
}

.wish-list-div .clyzofind-right .alcohal .molecular-img img {
    width: 100%;
    height: 100%;
}



.wish-list-div .alcohal-listdetalis .quntity .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin-top: 10px;
    z-index: 1;
}

.wish-list-div .monthly h2 {
    font-size: var(--text-paragraph);
    margin-bottom: 0px;
    font-weight: 700;
}



.wish-list-div .monthly {
    display: flex;
    column-gap: 10px;
    padding: 25px 4px !important;
    align-items: center;
}

.wish-list-div .alcohal-listdetalis .ethanol-absolute h2 {
    font-size: var(--heading-lg);
    font-weight: 700;
    display: inline-block;
    /*   margin-bottom: 15px;*/
}

.wish-list-div .form-check-input[type=checkbox] {
    margin-top: 0px;
    border-radius: 0.25em;
    background: transparent;
}

.wish-list-div .alcohal-listdetalis .quntity .packsize h5 {
    font-size: var(--text-paragraph);
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: capitalize;
}

.wish-list-div .generation-quotation p {
    display: block;
    font-size: var(--text-paragraph);
    margin-bottom: 0px;
    font-weight: var(--midfont-weight);
}

.wish-list-div .generation-quotation a {
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: 'plusjakartasans-medium';
    background: var(--green);
    border: 1px solid var(--green);
    border-radius: 0.5rem;
    color: var(--white);
    margin-bottom: 10px;
    padding: 10px;
}

.wish-list-div [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: auto;
}

.wish-list-div .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-family: 'plusjakartasans-medium';
    color: #30302E;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-size: var(--text-paragraph);
    font-weight: var(--thinfont-weight);
}

/*.tooltip-inner {
    background-color: var(--green) !important;
    z-index: 999;
    margin-bottom: 5px;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: var(--green) !important;
    margin-top: -4px;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: var(--green) !important;
    margin-top: -4px;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: var(--green) !important;
    margin-top: -4px;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--green) !important;
    margin-top: -4px;
}*/

.wish-list-div .list-details .nav-pills .nav-link.active {
    color: #30302E;
    font-weight: var(--midfont-weight);
    font-size: var(--text-paragraph);
    display: inline-block;
    text-transform: capitalize;
}

.wish-list-div .nav-link:hover .nav-link:focus {
    color: none !important;
}

.wish-list-div .list-details button:focus {
    outline: 0;
    border: none;
}

.wish-list-div .btn:focus {
    outline: 0;
    box-shadow: none;
}

.wish-list-div .list-details .nav {
    column-gap: 35px;
    border: 1px #D9D9D9 solid;
    margin-top: 20px;
    border-radius: 4px;
}

.wish-list-div .time-line .breadcrumb {
    padding: 0.5rem 0rem;
}

.wish-list-div .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    background: transparent;
}

.wish-list-div :focus-visible {
    outline: none;
}

.wish-list-div .monthly {
    display: flex;
    column-gap: 10px;
    padding: 10px 15px !important;
    align-items: center;
    width: 150px;
    border: 1px var(--green) solid;
    border-radius: 4px;
}

    .wish-list-div .monthly h2 {
        font-size: 14px;
        margin-bottom: 0px;
        font-weight: 700;
    }

.excipient-txt {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: #22604A;
    font-family: 'plusjakartasans-medium';
}

.wish-list-div .visible-all ul {
    display: flex;
    justify-content: flex-end;
    column-gap: 20px;
}

.wish-list-div .created-txt {
    color: #35A987;
    font-size: var(--font13);
    font-weight: var(--thinfont-weight);
}

.wish-list-div .visible-all ul li a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: var(--green);
    border: 1px solid var(--green);
    padding: 9px 12px !important;
    border-radius: 4px;
}

.wish-list-div .alcohal-listdetalis .molecular-img {
    background: #f4f4ed;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}

.wish-list-div .alcohal-listdetalis .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    width: 15px;
    height: 15px;
    cursor:pointer;
}

.wish-list-div .form-check-input:focus {
    border-color: #8bbafe;
    outline: 0;
    box-shadow: none;
}

.wish-list-div .form-check-input:checked {
    background-color: var(--green);
    border-color: var(--green);
}

.wish-list-div .alcohal-listdetalis .molecular-img img {
    /*    height: 45vh;*/
    width: 100%;
}

.wish-list-div .alcohal-listdetalis {
    background: var(--white);
    margin-top: 30px;
    padding: 12px;
    border-radius: 5px;
}

    .wish-list-div .alcohal-listdetalis .ethanol-absolute h2 {
        font-size: 23px;
        font-weight: 700;
        /*    margin-bottom: 15px;*/
        color: #181818;
        display: inline-block;
        font-style: normal;
        display: inline-block;
        margin-bottom: 0px;
        padding: 22px 0px;
        letter-spacing: 0.02em;
    }

    .wish-list-div .alcohal-listdetalis .ethanol-absolute .inputcheck {
        display: inline-block;
        float: right;
    }



    .wish-list-div .alcohal-listdetalis .quntity .packsize {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }

        .wish-list-div .alcohal-listdetalis .quntity .packsize h5 {
            font-size: 14px;
            margin-bottom: 0px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .wish-list-div .alcohal-listdetalis .quntity .packsize select {
            outline: 0;
            padding: 3px 2px 3px 10px;
            border-radius: 4px;
            background: #fbfbfb;
            color: #484848;
            width: 40%;
            -webkit-appearance: none;
        }

    .wish-list-div .alcohal-listdetalis .quntity .input-group {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
    }

    .wish-list-div .alcohal-listdetalis .quntity .plus-minusinput {
        display: flex;
        width: 75%;
        margin: 0 auto;
        align-items: center;
    }

        .wish-list-div .alcohal-listdetalis .quntity .plus-minusinput span {
            line-height: 10px;
            min-height: 10px;
            height: 2px;
            color: #fff;
            display: contents;
        }

    .wish-list-div .alcohal-listdetalis .quntity .input-group .btn {
        position: relative;
        z-index: 2;
        padding: 0 5px;
        line-height: 10px;
        height: 18px;
        width: 18px;
        font-size: 14px;
        font-weight: 500;
        border-radius: 100%;
        background: #35A987 !important;
        cursor:pointer;
    }

    .wish-list-div .alcohal-listdetalis .quntity .form-control {
        border: none;
        outline: none;
        font-weight: var(--midfont-weight);
        color: var(--green);
        text-align: center;
    }

    .wish-list-div .alcohal-listdetalis .quntity .packsize {
        position: relative;
    }

        .wish-list-div .alcohal-listdetalis .quntity .packsize .fa.fa-angle-down {
            position: absolute;
            right: 12px;
            font-weight: var(--midfont-weight);
            font-size: 20px;
        }

.wish-list-div .form-control:focus {
    box-shadow: none;
    border: none;
}

.wish-list-div .generation-quotationmain {
    margin-top: 0px;
}

.wish-list-div .generation-quotation {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
}

    .wish-list-div .generation-quotation a {
        display: block;
        text-align: center;
        font-size: 16px;
        background: var(--green);
        border: 1px solid var(--green);
        border-radius: 4px;
        color: var(--white);
        margin-bottom: 10px;
        line-height: 26px;
        /*      height: 48px;*/
    }

    .wish-list-div .generation-quotation p {
        display: block;
        font-size: var(--text-paragraph);
        margin-bottom: 0px;
        font-weight: 600;
    }

.wish-list-div .view-detail-btn {
    background: rgba(53, 169, 135, 0.2);
    padding: 3px 5px;
    border-radius: 4px;
    margin-top: 30px;
    font-size: 12px;
    font-weight: var(--normalfont-weight);
    color: var(--green)
}

#CASerror {
    font-size: 13px !important;
}

@media(min-width:768px) and (max-width:844px) {
    .wish-list-div .visible-all ul li a {
        display: flex;
        align-items: center;
        column-gap: 10px;
        color: var(--green);
        border: 2px solid var(--green);
        padding: 7px 7px 7px 25px;
        border-radius: 0.5rem;
    }
}

.mylist-div select#Create {
    outline: none;
    padding: 12px 15px !important;
    /*-webkit-appearance: none;*/
    border-radius: 4px;
    font-size: 14px;
    transition: all ease 0.5s;
    border: 1px #ccc solid;
    box-shadow: unset !important;
    /*background-image: url(/Assets/image/dropdownicon.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;*/
    margin-bottom: 0 !important;
}

/*sanjeev css*/
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #31a987 !important;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 8px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 14px;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/*==================================== SK css for Wishlist page end   ========================================================*/
/*=================Advance search css ===============*/
.advance-search-div .nice-select .list {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 110%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100% !important;
}

.advance-search-div .allpagination-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .advance-search-div .allpagination-div .Previous-div {
        padding: 8px 16px 8px 12px;
        background: #E7E5E1;
        border: 1px solid #E7E5E1;
        border-radius: 4px;
    }

        .advance-search-div .allpagination-div .Previous-div button {
            font-size: 14px;
            display: flex;
            align-items: center;
            column-gap: 5px;
            color: #8F8F8F;
            line-height: 24px;
        }

    .advance-search-div .allpagination-div .next-div {
        padding: 8px 12px 8px 16px;
        border: 1px solid #22604A;
        border-radius: 4px;
        color: #22604A;
    }

        .advance-search-div .allpagination-div .next-div button {
            color: #22604A;
            font-size: 14px;
            display: flex;
            align-items: center;
            column-gap: 5px;
            line-height: 24px;
        }

    .advance-search-div .allpagination-div .Previous-nextdiv ul {
        display: flex;
        align-items: center;
        column-gap: 5px;
        justify-content: space-between;
    }

.advance-search-div .form-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    /* background-clip: padding-box; */
    border: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
}

.advance-search-div .masterproduct-details .productSearchData .input-group {
    align-items: center;
    background: #f5f4ef;
    padding: 0px 0px 0px 0px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: unset !important;
    position: relative;
}

.advance-search-div .masterproduct-details .input-group > .form-control:focus, .input-group > .form-select:focus {
    border: none !important;
}

.advance-search-div .form-control:focus {
    color: #495057;
    background: #fff !important;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

    .advance-search-div .form-control:focus .input-group {
        color: #495057;
        background: #fff !important;
        border-color: none !important;
        outline: 0;
        box-shadow: none !important;
    }

.advance-search-div .masterproduct-details.productsearch-both .clyzofind-right .alcohal {
    background: #fff;
    margin-top: 30px;
    padding: 12px 12px 12px 12px !important;
    border-radius: 5px;
}

.advance-search-div .masterproduct-details.productsearch-both .form-check-input:checked span {
    color: #f00 !important;
}

.advance-search-div .searchImg {
    margin-top: 0px;
    display: block;
}

.advance-search-div input[type='checkbox']:checked + span {
    color: var(--green);
}

.advance-search-div .masterproduct-details .search_cont {
    width: 79%;
    padding: 9px 13px 9px 22px;
}

.advance-search-div .masterproduct-details .productSearchData .input-group:focus {
    align-items: center;
    background: #fff !important;
    padding: 0px 1px 0px 20px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: unset !important;
    position: relative;
    z-index: 999;
}

.advance-search-div .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: var(--text-paragraph);
}

.advance-search-div .nice-select.form-control span.current {
    display: inline-block;
    margin-top: 7px;
    font-size: 13px;
    color: #181818;
    position: relative;
    right: -10px;
}

.advance-search-div .masterproduct-details.productsearch-both .clyzofind-left .accordion-body span {
    display: inline-block;
    font-family: 'plusjakartasans-medium';
    color: #8F8F8F;
    font-weight: 500;
    font-size: 12px !important;
    position: relative;
    top: -2px;
}

.advance-search-div .masterproduct-details.productsearch-both .clyzofind-left .accordion-body label.form-check.fliterOption {
    margin-bottom: 20px;
}
/*.advance-search-div .masterproduct-details .clyzofind-left h1 {
    background: #FEFEF7;
    width: 100%;
    padding: 16px 10px 16px 16px;
    margin: 0px 10px;
    border-radius: 4px;
    font-size:12px;
    margin-bottom: 32px;
 
}*/
.advance-search-div .masterproduct-details.productsearch-both .clyzofind-left .accordion-item button.accordion-button {
    border: none;
    outline: none;
    background: #FEFEF7 !important;
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    font-family: 'plusjakartasans-medium';
    border-radius: 4px;
    padding: 10px 16px;
    margin-bottom: 20px;
}

.advance-search-div .masterproduct-details table.filterProductTable tbody tr td {
    background: #FFFFFF;
    border: 1px solid #D9D9D9 !important;
    border-radius: 4px;
    font-size: 12px;
    text-align: left;
    font-family: 'plusjakartasans-medium';
    white-space: nowrap;
}

.next-page-btn {
    line-height: 23px;
    background: rgba(53, 169, 135, 0.2);
    width: 130px !important;
    border-radius: 4px;
}

    .next-page-btn a {
        font-size: var(--font-12);
        color: var(--green);
    }

        .next-page-btn a img {
            width: 20px;
            margin-top: -5px;
            margin-left: 5px;
        }
/*=================Advance search css===========================*/

/*---------------------------- generate quotaion css -----------------------------------*/
.quotaion-information-div .modify-status p {
    font-family: 'plusjakartasans-medium';
    font-style: normal;
    font-size: 14px;
    line-height: 23px;
    color: #181818;
}

.quotaion-information-div .modify-status .download-button a {
    border: 1px solid var(--green);
    background: none !important;
    color: var(--green);
    padding: 6px 10px;
    margin-left: 10px;
    height: 35px;
    font-size: var(--text-paragraph);
}

    .quotaion-information-div .modify-status .download-button a:hover {
        border: 1px solid var(--green);
        background: var(--green) !important;
        color: var(--white);
        padding: 6px 10px;
        margin-left: 10px;
        height: 35px;
    }

    .quotaion-information-div .modify-status .download-button a img {
        height: 15px;
        margin-left: 6px;
    }

    .quotaion-information-div .modify-status .download-button a:hover img {
        filter: brightness(0) invert(1);
    }

.quotaion-information-div .quotations-overview {
    margin-top: 5px;
    padding: 0px !important;
}

    .quotaion-information-div .quotations-overview p {
        padding-left: 10px;
    }

.quotaion-information-div .modify-status {
    padding-bottom: 20px;
}

.download-pdf-div .amount-breakdown-div h2 {
    background: #31a986;
    font-size: 20px;
    color: var(--white);
    padding: 12px 20px;
    font-weight: bold;
}

.download-pdf-div .amount-breakdown-div h4 {
    font-size: 20px;
    font-weight: var(--boldfont-weight);
    color: var(--semi-black);
    font-family: 'plusjakartasans-medium';
}

.download-pdf-div .amount-breakdown-div {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}

    .download-pdf-div .amount-breakdown-div table tr td {
        border: none !important;
        border-bottom: 1px #ccc solid !important;
        padding: 14px 0px;
    }

        .download-pdf-div .amount-breakdown-div table tr td ul li span {
            color: #31a986;
            font-size: 13px;
        }

.download-pdf-div .proceed-order-div {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    margin-top: 20px;
}

    .download-pdf-div .proceed-order-div p {
        font-size: 12px;
        font-weight: 500;
        color: var(--semi-black);
    }

.generate-quotations .quotaion-information-div .quotations-overview .table-responsive tbody, td, tfoot, th, thead, tr {
    font-size: 12px !important;
    font-style: normal;
    font-weight: var(--normalfont-weight);
    font-family: 'plusjakartasans-medium';
}

.download-pdf-div .clyzo-client {
    background: #fff;
    padding: 30px 10px 5px 0px;
    margin-bottom: 30px;
    border-radius: 4px;
    margin-top: 20px;
}

/*checkoutpage style start*/

.checkoutContainer .leftsideContainer .accordion-collapse collapse .show .borderTop {
    border-top: 1px solid gray;
}


.checkoutContainer .leftsideContainer .selectContent {
    background-color: #f4f4ed;
    padding: 18px !important;
}

    .checkoutContainer .leftsideContainer .selectContent label {
        background-color: transparent;
    }

/*.checkoutContainer .leftsideContainer hr {
    margin: 0;
    margin-bottom: 26px;
}*/

/*.checkoutPage_container .checkoutmaindiv .billingAddress [type="radio"]:not(:checked) + label:before {
    border-color: #22604A !important;
}

.checkoutPage_container .checkoutmaindiv .billingAddress [type="radio"]:checked + label:before {
    border-color:#22604A !important;
}

.checkoutPage_container .checkoutmaindiv .exploreOption .smaoption[type="radio"]:not(:checked) + label:before {
    border-color: #22604A !important;
}
    7777777[
.checkoutPage_container .checkoutmaindiv .exploreOption .smaoption[type="radio"]:checked + label:before {
    border-color: #22604A !important;
}


.checkoutPage_container .checkoutmaindiv .exploreOption .smaoption[type="radio"]:checked + label:before, .smaoption[type="radio"]:not(:checked) + label:before {
    width: 18px;
    height: 17px;
    top: 0px;
}

.checkoutPage_container .checkoutmaindiv .exploreOption .smaoption[type="radio"]:checked + label:after, .smaoption[type="radio"]:not(:checked) + label:after {
    width: 9px;
    height: 9px;
    top: 4px;
}
*/
.checkoutContainer .leftsideContainer label.iconImg img {
    margin: 0 6px;
}

.checkoutContainer .leftsideContainer .nice-select {
    min-height: 50px !important;
    border-radius: 4px !important;
    line-height: 46px !important;
}

    .checkoutContainer .leftsideContainer .nice-select:after {
        right: 18px;
    }
/*.checkoutContainer .leftsideContainer .fa, .fas {
    font-weight: 600;
    color:#22604A;
}*/
.checkoutContainer .leftsideContainer .form-check-input[type=checkbox] {
    border-radius: 2px !important;
    border: 2px solid var(--increasebtn) !important;
    width: 16px !important;
    height: 16px !important;
    min-height: 16px !important;
    padding: 7px 7px !important;
}

.checkoutContainer .leftsideContainer .shippingAddress span {
    margin-left: 5px;
    font-weight: normal !important;
}

.checkoutContainer .leftsideContainer label.exp_oth_payment:before {
    top: 6px;
}

.checkoutContainer .leftsideContainer label.exp_oth_payment:after {
    top: 11px;
}

.checkoutContainer .leftsideContainer .activeButton {
    background-color: transparent !important;
}

.checkoutContainer .leftsideContainer .separator_space_left hr {
    margin: 0;
    margin-bottom: 26px;
}

.checkoutPage_container .checkoutmaindiv .billingAddress [type="radio"]:not(:checked) + label:before {
    border-color: hsl(252deg 2% 52%) !important;
}

.cart-div {
    margin-top: 100px;
}

span.showing-no {
    position: absolute;
    background: red;
    width: 20px;
    height: 20px;
    line-height: 17px;
    z-index: 9999;
    border-radius: 20px;
    right: 8px;
    display: flex;
    /* align-items: center; */
    top: 0;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}


/*checkout next preview button css*/
.checkoutdiv .next-databtn {
    float: left;
}

.checkoutdiv .btn_Confirm {
    float: right;
}

.checkoutdiv #btn-Address-Freight {
    float: right;
}

.checkoutdiv #Review_Edit {
    float: left;
}

.checkoutdiv .payment_method {
    float: right;
}

.checkoutdiv #Address_Edit {
    float: left;
}

.checkoutdiv #Payment_Edit {
    float: left;
}
.previewdiv #Payment_Edit{
    float:left;
}
 
/*checkout page style end*/



