.th-do-table div{margin-bottom: 20px;}
 .th-do-table div table{margin: 0;width: 100%;border-collapse: collapse;border-spacing: 0;}
.th-do--bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.4;filter:alpha(opacity=40)}
.th-do--wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}
.th-do--container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.th-do--container:before{content:'';display:inline-block;height:100%;vertical-align:middle}
.th-do--align-top .th-do--container:before{display:none}
.th-do--content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}
.th-do--inline-holder .th-do--content{width:auto;cursor:auto}
button.th-do--close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}
button::-moz-focus-inner{padding:0;border:0}
.th-do--close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}
.th-do--close:focus, .th-do--close:hover{opacity:1;filter:alpha(opacity=100)}
.th-do--close:active{top:1px}
.th-do--close-btn-in .th-do--close{color:#333}
.th-do--wrap {z-index: 2147483645;}
.th-do--container {background-color: rgba(0, 0, 0, 0.1) !important;}
.th-do--price{color:#f45b4f;font-weight:bold;display:inline !important}
.th_do_discount_text{font-weight : bold;}
.th_do_quantity{display: block;color: #ff3f6c;}
.th_do_item_price .original_price, .th_do_item_line_price .original_price, .th_do_cart_total_price .original_price{text-decoration: line-through !important;display: block;}
.th_do_item_price .discounted_price, .th_do_item_line_price .discounted_price, .th_do_cart_total_price .discounted_price{font-weight: bold;display: block;}
.th-do-apply_offer.btn{border: none;padding: 10px 24px;font-weight: 600; margin:0 10px !important;}
/* Offer popup css start*/
.th-popup-open {
    position: relative;
    overflow: hidden;
}
.th-do-modal-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 9999999999;
    display: none;
}
.th-do-modal-content{
    padding: 0px 15px 15px;
}
.th-do-modal-base {
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    border: 1px solid #d4d5d9;
    position: relative;
    overflow: hidden;
    margin: auto;
    border-radius: 4px;
    max-width: 500px;
    height: 635px;
    top: 25px;
    max-height: 90vh;
}
.th-do-offersModal-base-header, .th-do-quoteModal-base-header, .th-do-netTermModal-base-header {
    padding: 20px;
    border-bottom: 1px solid #eaeaec;
    font-weight: 600;
}
.th-do-offersModal-base-icon, .th-do-quoteModal-base-icon, .th-do-nettermModal-base-icon {
    position: absolute;
    top: 20px;
    right: 24px;
    cursor: pointer;
}
#cart-offer-tab-content{
    display: none;
}
.th-do-offersForm-base-validOfferTitle {
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
}
.th-do-offer-not-available{
    color: #ff4040;
}
.th-do-offer-base-invalidOfferContainer, .th-do-offer-base-validOfferContainer {
    padding: 10px;
    border: 1px solid #d4d5d9;
    margin-bottom: 10px;
    border-radius: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.th-do-offer-base-validOfferContainer {
    background: #fff;
    position: relative;
}
.th-do-offer-base-validOfferContainer span{
    font-size: 15px;
    font-weight: normal;
}
.th-do-offer-base-prod-img{
    width: 20%;
    text-align: center;
    min-width: 20%;
}
.th-do-offer-base-prod-img img{ 
    max-width: 100%;
}
.th-do-cart-offer-base-prod-img img{
    width: 85px;
}
.th-do-offer-base-highlight {
    background-color: rgba(17,218,177,.1);
    border: 1px solid #b9f0e5;
}
.th-do-offer-base-prod-title a, .th-do-offer-base-highlight {
    font-weight: 600;
}
.th-do-offer-base-icon {
    position: absolute;
    color: #94969f;
    font-size: 20px;
    left: 7px;
    top: 16px;
}
.th-do-offer-base-highlight .th-do-offer-base-offerCode {
    border: 1px dashed #0bc6a0;
}
.th-do-offer-base-offerCode {
    background: #fff;
    border: 1px dashed #ccd2d5;
    padding: 10px 15px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}
.th-do-offer-base-content {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    padding-left: 10px;
    width: 65%;
}
.th-do-offer-base-extraInfo {
    margin-top: 10px;
}
.th-do-cart-offer-base-extraInfo{
    padding-left: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.th-do-offer-base-details {
    color: #526cd0;
    cursor: pointer;
    margin-left: 8px;
    font-weight: 600;
    letter-spacing: .5px;
}
.th-do-offersForm-base-invalidOfferTitle {
    margin: 20px 0 8px;
    font-weight: 600;
    font-size: 16px;
}
.th-do-invalidOffer-extraInfo{
    padding-inline-start: 15px;
}
.th-do-invalid-offer-content{
    margin-bottom: 10px;
    list-style-type: disc;
    font-size: 16px;
    font-weight: normal;
    color: #8f8f8f;
}
.th-do-invalid-offer{
    padding-left: 40px;
}
.th-do-offers-base-minShopMore {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
}
.th-do-offers-base-minShopMore :nth-child(2) {
    color: #ff4040;
}
.th-do-offersModal-base-btns {
    width: 100%;
    box-shadow: 0 -2px 6px 0 #d4d5d9;
    padding: 17px 20px;
    text-align: right;
    position: absolute;
    bottom: 0;
}
.th-do-offersModal-base-applyOffer, .th-do-offersModal-base-cancelButton, .th-do-quoteModal-base-getQuote, .th-request-quoteModal-base-cancelButton,.th-do-netTermModal-base, .th-net-termModal-base-cancelButton{
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    height: 35px;
    cursor: pointer;
    outline: none;
}
.th-do-offersModal-base-cancelButton, .th-request-quoteModal-base-cancelButton,.th-net-termModal-base-cancelButton {
    background-color: transparent;
    width: 100px;
    margin-right: 30px;
    border: none;
}
.th-do-btn-applyOffer{
    position: relative;
    display: inline-block;
}
.th-do-offersModal-base-applyOffer, .th-do-quoteModal-base-getQuote,.th-do-netTermModal-base {
    border-radius: 3px;
    width: 200px;
    border: none;
}
.th-do-offersModal-base-applyOffer,.th-do-quoteModal-base-getQuote{padding: 8px 22px !important; line-height: 20px !important;}
.th-do-radio-icon {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.2;
}
.th-do-cart-radio-offer{
    padding-left: 10px;
}
.th-do-radio-icon input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.th-do-radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid #94969f;
    border-radius: 50%;
}
.th-do-radio-icon:hover input ~ .th-do-radio-checkmark {
    border: 1px solid #ccc;
}
.th-do-radio-icon input:checked ~ .th-do-radio-checkmark {
    background-color: transparent;
}
.th-do-radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.th-do-radio-icon input:checked ~ .th-do-radio-checkmark:after {
    display: block;
}
.th-do-radio-icon .th-do-radio-checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.th-do-radio-icon span{
    color: #000;
    vertical-align: middle;
}
.th-do-info-wrapper, .th-do-quote-info-wrapper,.th-do-net-term-info-wrapper{
    margin: 10px 0px;
    border: 0;
}
.th-do-icon{
    width: 20px;
    height: 20px;
}
.th-do-radio-tabs-wrapper {
    clear: both;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #dfe3e8;
    padding: 0;
    position: relative;
}
input.th-do-radio-tab {
    position: absolute;
    left: -99999em;
    top: -99999em;
}
input.th-do-radio-tab + label {
    cursor: pointer;
    border-bottom: 0;
    background-color: #fff;
    margin-right: -1px;
    padding: .5em 1em;
    display: flex;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    font-weight: unset;
    font-size: 15px;
}
input.th-do-radio-tab:checked + label {
    background-color: #fff;
    z-index: 1;
}
.th-do-offersForm-base-validOfferTitle {
    padding: 10px 0;
    font-size: 16px;
}
.th-do-offersForm-base-offers,.th-do-quoteForm-base-offers,.th-do-netTermForm-base-offers {
    position: absolute;
    /* max-height: 500px; */
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #f5f5f6;
    padding: 0px 15px;
    bottom: 70px;
    top: 73px;
    width: 100%;
}
@media (max-width: 767px){
    .th-do-apply_offer-btn{
        display: inline-block;
        width: 100%;
    }
    .th-do-apply_offer-btn .th-do-apply_offer {
        margin: 8px auto 8px !important;
    }
}

@media (min-width: 480px){
    .th-do-offersForm-base-invalidOfferTitle {
        margin: 15px 0 10px;
        font-size: 16px;
    }
}

@media (max-width: 480px){
    .th-do-offersModal-base-applyOffer, .th-do-quoteModal-base-getQuote,.th-do-netTermModal-base {
        width: 150px;
    }
}

@media (max-width: 320px){
    .th-do-offersModal-base-btns {
        padding: 17px 2px;
    }
}

/* Offer popup css end*/
@media (max-width: 960px){
    .th-do--popup{min-width:260px}
    .th-do--popup .th-do--message{font-size:14px}
    .th-do--popup .th-do--title{font-size:16px}
    .th-do--popup .th-do--image{width:120px;height:120px;line-height:120px}
    .th-do--popup .th-do--image img{max-width:120px;max-height:120px}
}
@media all and (max-width:900px){
    .th-do--container{padding-left:6px;padding-right:6px}
}

/* Upsell cross sell css start */
.th-do-upsell-crossell-model{
    background-color: rgba(0,0,0,0.8);
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    overflow-y: auto;
    display: none;
}
.th-do-upsell-crossell-content{
    max-width: 615px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    background-color: #fff;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.th-do-upsell-crossell-close{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    width: 40px;
    height: 40px;
    color: #b3b3b5;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 18px;
    font-family: "Source Sans Pro","HelveticaNeue","Helvetica Neue",sans-serif;
}
.th-do-upsell-crossell{
    width: 100%;
    display: inline-block;
}
.th-do-upsell-crossell-model .th-do-crossell{
    margin: 0;
}
.th-do-upsell-crossell-model .th-do-crossellHeading{
    border: none;
}
.th-do-crossell {
    margin: 60px 0;
}
.th-do-crossellHeading {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
}
.th-do-crossellProduct {
    display: inline-block;
    overflow: hidden;
    width: 180px;
    background: #fff;
    margin: 0 10px 10px 0;
    border: 1px solid #eaeaec;
}
.th-do-imageWrapper {
    min-height: 230px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.th-do-imageWrapper a, .th-do-title a {
    color: #282c3f;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.th-do-thumbnail {
    width: 100%;
    height: auto;
}
.th-do-sizeSelector {
    max-height: 85%;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    bottom: -200px;
    background-color: #fff;
    transition: bottom .6s ease-out;
}
.th-do-header {
    padding: 7px 5px;
    font-weight: 600;
    border-bottom: 1px solid #eaeaec;
}
.th-do-closeIcon {
    float: right;
    font-size: 15px;
}
.th-do-sizeWrapper {
    text-align: center;
    padding: 10px 5px;
}
.th-do-size {
    display: inline-block;
    cursor: pointer;
    margin: 2px;
    border-radius: 20px;
    min-width: 34px;
    min-height: 34px;
    padding: 7px;
    border: 1px solid #3e4152;
    text-align: center;
    font-weight: 600;
}
.th-do-info {
    border-top: 1px solid #eaeaec;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 10px;
    background: #fff;
}
.th-do-title {
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.th-do-variants select{
    border-radius: 0;
    max-width: 100%;
    background-color: #f4f4f4;
    border: 0;
    padding: 6px;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    margin: 4px 0px;
}
.th-do-productDescription {
    color: #7e818c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    min-height: 16px;
}
.th-do-priceInfo {
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.th-do-originalPrice {
    font-weight: 400;
    color: #282c3f;
    padding-right: 5px;
}
.th-do-rupeeIcon {
    font-size: 12px;
}
.th-do-comparePrice {
    text-decoration: line-through;
    color: #ff4040;
}
.th-do-discountLabel {
    color: #ff3f6c;
    padding-left: 2px;
}
.th-do-btn-content{
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.th-do-button {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    min-height: 40px;
    padding: 0px 15px;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 1px;
    border: 0;
    margin-top: 10px;
    position: relative;
}
.th-do-loader[disabled]{
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}
.th-do-loader:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: inherit;
}
.th-do-loader:after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-top-color: transparent;
    -webkit-animation: spin 0.65s infinite linear;
    left: 50%;
}

@keyframes ld-cycle{
  0%, 50%, to{animation-timing-function:cubic-bezier(.5, .5, .5, .5)}
  0%{-webkit-transform:rotate(0); transform:rotate(0)}
  50%{-webkit-transform:rotate(180deg); transform:rotate(180deg)}
  to{-webkit-transform: rotate(360deg); transform: rotate(360deg)}
}
@-webkit-keyframes ld-cycle{
  0%, 50%, to{animation-timing-function:cubic-bezier(.5, .5, .5, .5)}
  0%{-webkit-transform:rotate(0); transform:rotate(0)}
  50%{-webkit-transform:rotate(180deg); transform:rotate(180deg)}
  to{-webkit-transform: rotate(360deg); transform: rotate(360deg)}
}
.th_db_discount_code_box{width:100%; display:inline-block; box-sizing:border-box; margin:0 !important; padding:0 !important;}
.th_db_discount_code_box div, .th_db_discount_code_box span, .th_db_discount_code_box em{box-sizing:border-box;}
.th_db_discount_code_box_section{width:100%; float:left; padding:10px 0; margin:0;}
.th_db_discount_code_box_section .th_db_discount_code_box_inner{width:100%; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; box-sizing:border-box; align-items:normal; justify-content:center; max-width:400px; margin:0 0 0 auto;}
.th_db_discount_code_box_inner .th_db_discount_code_box_input{-ms-flex-preferred-size:0; flex-basis:0; -webkit-box-flex:1; -ms-flex-positive:1; flex-grow:1; max-width:100%;}
.th_db_discount_code_box_inner .th_db_discount_code_box_submit{-webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; width:auto; max-width:none; margin-left:8px; cursor:pointer; position:relative;}
.th_db_discount_code_box_inner .th_db_discount_code_box_submit span{width:100%; display:inline-block; background:none !important;word-break:break-word;}
.th_db_discount_code_box_inner .th_db_discount_code_box_submit.th_db_discount_code_loading{pointer-events:none !important;}
.th_db_discount_code_box_inner .th_db_discount_code_box_submit.th_db_discount_code_loading span{opacity:0 !important;}
.th_db_discount_code_box_inner .th_db_discount_code_box_submit.th_db_discount_code_loading em{width:20px; height:20px; position:absolute; top:50%; left:50%; margin:-10px 0 0 -10px; opacity:1; transition-timing-function:ease-in; -webkit-animation:ld-cycle 1s infinite linear; animation:ld-cycle 1s infinite linear;}
.th_db_discount_code_box_inner .th_db_discount_code_box_submit.th_db_discount_code_loading em::after{width:100%; height:100%; position:absolute; margin:auto; top:0; left:0; right:0; bottom:0; content:" "; display:inline-block; background:center center no-repeat; background-size:cover; -webkit-background-clip:padding-box; box-sizing:border-box; border-width:3px; border-color:currentColor currentColor currentColor transparent; border-radius:50%; border-style:solid;}
.th_db_discount_code_box_inner .th_db_discount_code_box_msg{width:100%; float:left; text-align:right;}
.th_db_discount_code_box_inner .th_db_discount_code_box_msg span{width:100%; float:left; padding-top:8px; font-size:14px !important;}
.th_db_discount_code_box_inner .th_db_discount_code_box_msg span.th_db_success_msg{color:#4F8A10 !important;}
.th_db_discount_code_box_inner .th_db_discount_code_box_msg span.th_db_error_msg{color:#D8000C !important;}

.th_do_cart_total_price .th_db_discount_code_price{display:block; color:#4F8A10 !important;}
.th_do_cart_total_price .th_db_discount_code_price em{display:inline-block; vertical-align:middle; font-style:normal; padding-right:8px;}
.th_do_cart_total_price .th_db_discount_code_price span.money{display:inline-block; vertical-align:middle;}
.th_do_cart_total_price .th_db_discount_final_total{display:block;}
.th_do_cart_total_price .th_db_discount_final_total span.money{display:inline-block; vertical-align:middle;}
.th_do_cart_total_price .th_db_discount_final_total em{font-style:normal; display:inline-block; vertical-align:middle; padding-right:8px;}
.th_do_cart_total_price .th_db_discount_code_remove{display:inline-block; vertical-align:middle; cursor:pointer; margin-right:10px; background:#4F8A10; color:#fff; padding:5px 5px 4px 5px !important; border-radius:50%; line-height:14px; font-size:14px;}
.th_do_ajax_cart_apply .th-do-apply_offer.btn{width:100%; margin:10px 0 !important;}

.th_do_apply_offer_contain{width:100%;padding:12px 15px;display:inline-block;background:#fff;position:fixed;left:0;bottom:0;z-index:999;text-align:center;}

@media only screen and (max-width: 749px){
    .th-do-crossellProduct{
        width: 160px;
    }
}

@media only screen and (min-width: 750px){
    .th-do-crossellProduct{
        width: 175px;
    }
}

@media only screen and (max-width: 375px){
    .th-do-upsell-crossell-model .th-do-crossellProduct{
        width: 100%;
    }
}

/* Upsell cross sell css end */

/* Notification css start */
@media (max-width: 480px){
    .th-do-notification ul, .th-do-notification .th-do-text{
        padding-right: 30px;
    }
}
/* Notification css end */

/* 05-26-2022 */
.th-do-upsell-crossell-close-checkout{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    width: 40px;
    height: 40px;
    color: #b3b3b5;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 18px;
    font-family: "Source Sans Pro","HelveticaNeue","Helvetica Neue",sans-serif;
}
.th-net_term{
    width: 100%;
    font-weight: 600;
    appearance: auto;
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    font-size: 13.3333px;
}
.th-request_quote.btn, .th-net_term.btn {
    border: none;
    padding: 10px 24px;
    font-weight: 600;
    margin: 0 10px !important;
}
.th-request-quote-modal-container,.th-net-term-modal-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 9999999999;
    display: none;
}
#requestQuoteForm input[type=text],#requestQuoteForm input[type=password],#requestQuoteForm textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
}
#requestQuoteForm input[type=text]:focus,#requestQuoteForm input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}
.th-do-offersModal-base-applyOffer, .th-request-quoteModal-base-cancelButton,.th-net-termModal-base-cancelButton {
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    height: 35px;
    cursor: pointer;
    outline: none;
}
#netTermForm input, textarea ,select {
    width: 100%;
    padding: 15px;
    margin: 0px 0 20px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
}
#netTermForm input:focus {
    background-color: #ddd;
    outline: none;
}
#netTermForm .net-term-input{
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
#netTermForm .net-term-from{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.quote-error,.quote-error-msg,.net-term-error-msg{
    color:red;
}
.available-shipping-add{
    text-align: center;
    color: #000000;
    font-size: 15px;
}
.th-net-term-modal-container .th-do-modal-base {
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    border: 1px solid #d4d5d9;
    position: relative;
    overflow: hidden;
    margin: auto;
    border-radius: 4px;
    max-width: 700px;
    height: 1100px;
    top: 25px;
    max-height: 90vh;
}
.net-term-table{
    width: 100%;
    margin: 12px 0px;
    text-align: center;
}
.net-term-table s{
    font-size: 12px;
    margin-right: 5px;
}
.net-term-table th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
.net-term-table tbody tr td img{
    vertical-align: middle;
    max-width: 100%;
    max-height: 75px;
}
.net-term-table tbody tr td{
    padding: 10px 5px;
    min-width: 100px;
    border: 1px solid #eee;
    border-width: 1px 1px 0 1px;
    font-size: 13px;
    color: black;
}
.net-term-table tbody tr td:nth-child(2),.net-term-table tfoot tr td:nth-child(2){
    border-left:none;
    border-right:none;
}
.net-term-table tfoot tr td{
    padding: 10px 5px;
    min-width: 100px;
    border: 1px solid #eee;
    font-size: 13px;
    color: black;
}
.check-address{
    text-align: center;
}
.check-address input{
    width: auto !important;
}
.net-term-table .net-term-dicount-total{
    font-weight: 600;
}
  