

   .dokan_estimate .order_section {
        color: #111;
       /* background-color: #f5f5f5;*/
        border-color: #ddd;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 2px 26px 0 rgb(0 0 0 / 8%);
    }

    .order_section .order_label {
        width: 100%;
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        text-align: left;
        color: #747474;
        padding-bottom: 0px;
        padding-top: 8px;
        margin-bottom: 0px;
        text-transform: capitalize;
    }

    .order_section .col-title {
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-size: 14px;
        font-weight: 600;
    }

    .order_section .order_num {
        font-size: 16px;
        font-weight: 600;
    }

    .order_section .order_input {
        padding: 10px;
        height: 40px;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .order_section .order_select {
        padding: 10px;
        height: 40px;
        margin-top: 5px;
    }

    .order_section table {
        width: 100%;
        border: 0px;
    }

    .order_section table th {
        background: #fff;
        color: #747474;
        font-size: 12px;
        text-transform: capitalize;
        font-weight: 700;
        border: 0px;
        padding: 10px;
       /* border-bottom: 1px solid #f8f8f8;*/
    }

    .order_section table td {
        background: #fff;
        color: #747474;
        font-size: 12px;
        text-transform: capitalize;
        font-weight: 700;
        border: 0px;
        padding: 10px;
        border-bottom: 1px solid #f8f8f8;
    }

    .order_section table tbody {
        background: #fff;
    }

    .order_table .product_name {
        color: #111;
        font-size: 14px;
    }

    .order_table .order_icon {
        font-size: 16px;
        padding: 0px 3px;
    }

    .order_section .order_total, .order_section .buyer_fee, .order_section .order_subtotal {
        width: 100%;
        font-size: 12px;
        font-weight: 600;
        text-align: right;
        color: #111;
        padding-bottom: 0px;
        padding-top: 8px;
        margin-bottom: 0px;
        text-transform: capitalize;
    }
.dokan_estimate .order_section input,.modal input{
    border-radius: 4px !important;
    margin-top: 5px !important;
    padding: 11px 12px 11px 12px !important;
     height: 40px; 
    max-width: 100%;
    width: 100% !important;
    border: solid 1px #cfd0d1 !important;
    background: #f6f7f8 !important;
    
}
.dokan_estimate .order_section select{
    border-radius: 4px !important;
    margin-top: 5px !important;
    padding: 11px 12px 11px 12px !important;
     height: 40px; 
    max-width: 100%;
    width: 100% !important;
    border: solid 1px #cfd0d1 !important;
    background: #f6f7f8 ;
    
}
.dokan_estimate .order_section textarea{
    border-radius: 4px !important;
   margin-top: 5px;

    padding: 11px 12px 11px 12px !important;
    background: #f6f7f8;
   /*  height: 40px; */
    max-width: 100%;
    width: 100% !important;
    border: solid 1px #cfd0d1;
}
.dokan_estimate h4.estimate-main-heading{
    display: block ;
}
    .order_section .order_totsection .order_label {
        text-align: left;
        width: fit-content;
    }
    .order_section .order_totsection .order_label.shipping_button{
        text-align: right;
        color:#111;
        font-weight: 600;
        float: right;
    }

    .order_modal.modal {
        max-width: 100%;
     /*   background: transparent;*/
        max-height: 500px;
    }

    .order_modal .order_select {
        padding: 10px;
        height: 40px;
        margin-top: 5px;
    }

    .order_modal .order_input {
        padding: 10px;
        height: 40px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .order_modal hr {
        margin: 10px 0px;
    }

    .order_modal .order_close {
        position: absolute;
        right: 10px;
        top: 20px;
    }
    #order_modal .search-results .product-data h3{
        display:inline-block;
    }

    .modal_btn {
        text-transform: capitalize;
    }

    /* Search ul li */
    .clear {
        clear: both;
        margin-top: 20px;
    }

    table.estimate_for_vendor thead tr:nth-child(1) th:nth-child(5){
            display: flex;
    align-items: center;
    }

    #searchResult {
        list-style: none;
        padding: 0px;
        width: 90%;
        position: absolute;
        margin: 0;
        list-style-type: none;
        /*width:250px;
        padding-left: 24px;
        margin-left: -642px;
        margin-top: 42px;*/
        background-color:#fff;
        max-height:200px;
        overflow:auto;
        z-index: 10;
            font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-family: 'CustomFont';
    }

    #searchResult li {
        /*background: lavender;*/
        margin-bottom: 1px;
        list-style-type: none;
        padding: 4px 15px; 
    }

    /*#searchResult li:nth-child(even) {
        background: cadetblue;
        color: white;
    }*/

    #searchResult li:hover {
        cursor: pointer;
    }

    /* Products style */

    #searchResult_for_products {
        list-style: none;
        padding: 0px;
        width: 250px;
        position: absolute;
        margin: 0;
        list-style-type: none;
    }

    #searchResult_for_products li {
        background: lavender;
        padding: 4px;
        margin-bottom: 1px;
        list-style-type: none;
    }

    #searchResult_for_products li:nth-child(even) {
        background: cadetblue;
        color: white;
    }

    #searchResult_for_products li:hover {
        cursor: pointer;
    }
    /*.order_totsection .order_address_row{
        float: right;
    }*/
 .no-padd{
    padding:0px;
}
.order-detial-row1{
   /* float: right;
    border-bottom: 1px solid #dfdfdf;*/
    padding: 1.5em 2em;
    background: #f8f8f8;
    line-height: 2em;
    text-align: right;
}
.order-detial-row .button-left{
color: rgb(3, 27, 149);
    background-color: rgb(232, 234, 246);
    text-transform: capitalize;
    font-weight: 500;
    border: 0px;
    padding: 10px;
    height: 38px;
    border-bottom: 1px solid #f8f8f8;
}
.order-detial-row .button-right{
    color:rgb(232, 234, 246) ;
    background-color: rgb(3, 27, 149);
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    border: 0px;
     height: 38px;
    padding: 10px;
    border-bottom: 1px solid #f8f8f8;
}


/* ===================================  Product search ===================================== */

.product-search .pro_qty {
    position: relative;
    padding: 24px;
    border-radius: 4px;
    box-shadow:0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    border:1px solid #e0e0e0;
    background: #f5f5f5;
}
 
.search-results {
    display: none;
    position: absolute;
    width: 200%;
    background: #ffffff;
    padding:12px 24px;
    border: 1px solid #e0e0e0;
    z-index: 15;
    transform: translateY(-1px);
}
 
/*.search-results.active {
    display: block;
    padding-left: 24px;
        margin-left: -642px;
        margin-top: 42px;
}*/
.search-results.active {
  /*  display: block;
    padding-left: 24px;
    margin-left: 0;
    width: 90%;
    position: absolute;
    left: 0;
    margin: 42px 23px 0px; */
    display: block !important;
    width: 90%;
    position: absolute;
    overflow: auto;
   max-height: 230px;
    min-height: 180px;
        font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-family: 'CustomFont';
}

.product-search .search-results .product-data h3{
    width: 70%;
    float: left;
}
 .product-search .search-results .product-data .product-price{
    float: right;
 }
 
 
.search-results ul {
    list-style: none;
    margin:0 !important;
    padding: 0 !important;
    
}
 
.search-results ul li {
    display: block;
    padding: 12px 0;
    position: relative;
    border-bottom: 1px dashed #e0e0e0;
}
 
.search-results ul li:last-child {
    border-bottom: none;
}
 
.search-results ul li a {
    display: table;
    width: 100%;
}
 
.search-results ul li a > * {
    display: table-cell;
    vertical-align: top;
}
 
.search-results .product-image {
    width: 72px;
    max-width: 72px;
}
 
.product-data {
    padding-left: 24px;
}
 
.search-results h3 {
    display: block;
}
 
.product-data div:not(.product-categories) {
    display: inline-block;
    vertical-align: middle;
}
 
.product-data .product-price {
    /*position: absolute;*/
    padding:0px 10px;
    top: 12px;
    right: 0;
}
 
.product-data .product-stock {
    padding: 4px 8px;
    background: #eeeeee;
    border-radius: 4px;
    /*position: absolute;*/
    bottom: 12px;
    right: 0;
}
 
.product-categories > span {
    display: inline-block;
    margin-right: 4px;
}
 
.product-categories > span:after {
    content: ",";
}
 
.product-categories > span:last-child:after {
    content: "";
}
 
.product-categories > span:last-child {
    margin-right:0;
}
 
.product-search select {
    width: 100% !important;
    min-height: 40px !important;
    margin-bottom: 16px;
}
 
.product-search select,
.product-search input {
    background: #ffffff;
    border:1px solid #e0e0e0;
}
 
.search-wrapper {
    position: relative;
}
 
.search-wrapper input {
    padding-right: 35px !important;
}
 
.search-wrapper svg {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    fill:#bdbdbd;
    animation:loading 500ms 0ms infinite normal linear;
    transform-origin: center;
    opacity: 0;
}
 
.search-wrapper.loading svg {
    opacity:1;
}
 
@keyframes loading {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.loading{
  height: 0px;
    width: 25px;
    position: relative;
    float: right;
    right: 25px;
    bottom: 32px;
    background: transparent;
}
.loading-img{
     height: 0px;
    width: 25px;
    position: relative;
    float: right;
    right: 10px;
    bottom: 32px;
    background: transparent;
}
.order_totsection .add_buyer_fee{
    vertical-align: middle;
    margin-right:5px !important;
}
.order_totsection .total_end{
    border-top:1px solid #efefef;
    margin-top:10px;
}
.order_section .order_totsection .order_label.shipping_text{
    width:fit-content; 
    float:left;
}
.order_section .order_totsection .order_label.discount_text{
    width:fit-content; 
    float:left;
}
.order_section .order_totsection .discount_div_butt{
    text-align:right;
}
.shipping_div input[type='text']{
    padding: 10px;
    width: 70%;
    float: left;
    margin-top: 10px;
}
.shipping_div .shippings_price{
    width: 30%;
    padding-left: 0;
    padding-right: 0;
    margin: 0px;
    border-width: 1px;
    margin-top: 10px;
    text-transform: capitalize;
    background: #031b95;
    border-radius: 4px;
    color: #fff;
    border-color:#031b95;
}
.shipping_div .shippings_price:hover{
    background: #fff;
    color: #031b95;
}
.discount_div input[type='text']{
    padding: 10px;
    width: 60%;
    float: left;
    margin-top: 10px;
}
.discount_div .par_type{
    padding: 10px;
    width: 20%;
    float: left;
    margin-top: 10px;
}
.discount_div .add_discount_price{
    width: 30%;
    padding-left: 0;
    padding-right: 0;
    margin: 0px;
    border-width: 1px;
    margin-top: 10px;
    text-transform: capitalize;
    background: #031b95;
    color: #fff;
    border-radius: 4px;
    border-color: #031b95;
}
.discount_div .add_discount_price:hover{
    background: #fff;
    color: #031b95;
    border-color: #031b95;
} 
#snackbar {

  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
   /*  right: 90px;*/
  bottom: 30px;
  font-size: 17px;
  display: none;
}
.dokan_estimate .order_right_section{
    background: #fff;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: solid 1px #cfd0d1;
} 
/*.dokan_estimate .order_right_section .row{
    margin:0px;
}*/
.dokan_estimate .shipping_close{
    padding: 0px 5px;
    font-size: 14px;
    color:#747474;
}
.dokan_estimate .shipping_close:hover{
    color:#031b95;
}
.dokan_estimate .discount_close{
    padding: 0px 5px;
    font-size: 14px;
    color:#747474;
}
.dokan_estimate .discount_close:hover{
    color:#031b95;
}
.order_section .order_totsection .order_label.discount_text_button{
    color:#111;
    font-weight: 600;
}
.order_section .order_totsection .per_cal,
.order_section .order_totsection .per_icon{
    color:#111;
    font-weight: 600;
}

/* input foucs css */
input:focus,textarea:focus,select:focus{
  box-shadow: 0 0 0 4px #0095fe26 !important;
  border-color: #6cbbf7 !important;
}
input[type=checkbox]:focus{
  box-shadow: none !important;
  border-color: none !important;
}
.dokan_estimate .order_section .billing_or_shipping {
    display: flex;
    padding: 10px 15px 0px;
}
.dokan_estimate .order_section a:hover{
    color:#031b95;
}
.dokan_estimate .order_section select{
    filter: none !important;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/wp-content/themes/gon-child/image/down-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
   background-size: 20px;
}
.product-search .search-wrapper{
    display:inline;
}
.order_modal .text-right{
    text-align: left;
}
.order-button{
    color: rgb(232, 234, 246);
    background-color: rgb(3, 27, 149) !important;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    border: 0px;
    height: 38px;
    padding: 10px;
    border-bottom: 1px solid #f8f8f8;
}
button{
    text-transform: capitalize;
}
.order-button:hover{
    background-color: rgb(232, 234, 246) !important;
    color: rgb(3, 27, 149);
        border:none;
}
.order-grey-button{
    color: rgb(3, 27, 149);
    background-color:rgb(232, 234, 246)!important ;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    border: 0px;
    height: 38px;
    padding: 10px;
    border-bottom: 1px solid #f8f8f8;
}
.order-grey-button:hover{
    color: rgb(232, 234, 246);
    background-color: rgb(3, 27, 149) !important;
    border:none;
}
.dokan_estimate table{
    overflow-x: auto;
    width: 100%;
    /*display: inline-block;*/
    height: auto;
        border-width: 1px;
    border-style: solid;
    border-collapse: separate;
    border-color: #a5a5a5;
}
.dokan_estimate table thead th{
    text-transform: capitalize;
    background-color: #031b95;
    color:#fff;
    vertical-align: bottom;
    border-bottom: 2px solid #EDEDED;
    text-align: left; 
}
.dokan_estimate table td:first-child ,.dokan_estimate table thead th:first-child{
    border-width: 0 0 1px 0;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
}
.dokan_estimate table td ,.dokan_estimate table thead th{
    border-left-width: 1px;
    border-style: solid;
    border-color: #a5a5a5;
}
.dokan_estimate .order_section input[type='checkbox']{
    margin: 0px;
    padding: 0px !important;
    width: auto !important; 
    height: auto;
    border:none;
}
.dokan_estimate table td img{
    max-width: 48px;
    max-height: 48px;
    border-radius: 4px;
}
.dokan_estimate .order_section .order_totsection {
    margin: 0px;
}
.dokan_estimate .order_section .icon-rotate{
   transform: rotate(180deg);
}
.dokan_estimate .order_section .estimat-button-row{
    margin: 0px;
}
.dokan_estimate .order_section .estimat-button-row .order-detial-row{
    float: right;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    padding-right: 0px;
}
.dokan_estimate .order_section .order-detial-row{
    padding:15px;
}
.order-button:focus ,button:focus,.order-button:active ,button:active {
outline: none !important;
background-color: auto;
}
.dokan_estimate .order_section .billing_button , .dokan_estimate .order_section .shipping_button_for_address {
    cursor: pointer;
}
.dokan_estimate .order_section .billing_button h6, .dokan_estimate .order_section .shipping_button_for_address h6{
   margin-bottom: 0px;
}
.order_modal .add_prod_butt{
    float:left;
}
.modal .modal-footer,.modal .modal-body,.modal .modal-header{
    padding: 10px;
}
.dokan_estimate .order_section .order-table-row {
    padding: 15px;
}
.dokan_estimate table::-webkit-scrollbar ,.search-results.active::-webkit-scrollbar,#searchResult::-webkit-scrollbar{
  width: 8px;
  background: #fff;
  height: 4px;
}
.dokan_estimate table::-webkit-scrollbar-track ,.search-results.active::-webkit-scrollbar-track,#searchResult::-webkit-scrollbar-track{
 
  box-shadow: inset 0 0 5px #fff; 
  background-color:#fff;
  
}
.dokan_estimate table::-webkit-scrollbar-thumb ,.search-results.active::-webkit-scrollbar-thumb,#searchResult::-webkit-scrollbar-thumb{
   background: rgba(3, 27, 149);
  border-radius: 10px;
   
}
.order_right_section input[type=checkbox]:after,.shipping-same-class input[type=checkbox]:after {
    content: " ";
 
  display: inline-block;
  visibility: visible;
  color: #fff;
}
.order_right_section input[type=checkbox]:checked:after,.shipping-same-class input[type=checkbox]:checked:after  {
 
  content: "\2713";
}
.order_right_section input[type='checkbox']:checked:after,.shipping-same-class input[type=checkbox]:checked:after {
      background: #031b95 ;
      height: 12px;
      vertical-align: top;
      width: 12px;
      font-size: 8px;
      line-height: 5px;
      text-align: center;
      margin: 0px 8px 1px 0;
      padding :3px 3px 4px 1.5px ;
      font-weight:700; 

    border-radius: 2px;
    border: solid 1px #031b95;
}
.order_right_section input[type='checkbox'],.shipping-same-class input[type=checkbox] {
height: 12px ;
width: 12px ;
    margin-top: 2px !important;
    /*    vertical-align: unset;*/
        margin-right: 5px;
}
.modal .close{
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;
}
.modal .modal-title{
    font-size: 16px;
    color: #111111;
    margin: 0px;
    font-weight: 600;
}
.modal .feature_image{
    display: initial;
}
.modal#order_product{
    max-height: 600px;
  /*  top:15%;*/
}
.dokan_estimate .estimate-heading{
    float: left;
}
.dokan_estimate .dokan_create-estimate{
    float: right;
    margin-bottom: 20px;
}
.dokan_estimate table.estimate_for_vendor {
    clear: both;
}
.modal-main {
    display: none;
    position: fixed;
    z-index: 1200;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%!important;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5) !important;
}
.modal-main .modal-dialog{
    top:20%;
}
.dokan_estimate .update_all_row {
    padding: 10px 0px;
}
.dokan_estimate .update_all_row  .update-queto-row{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
}
input::placeholder,textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color:#bebebe;
  /* Firefox */
}

.dokan_estimate .order_right_section .order-customadd-button{
   color:  #031b95;
}
.modal-main button.btn{
    width: 20%;
}
.dokan_estimate .order-note-row {
border-radius: 10px;
    border: solid 1px #cfd0d1;
    padding: 0px 10px 10px;
    margin-top: 20px;
}
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
/*comfirmation page css */
.estimate_confirm_page .esti_label{
    font-size:20px;
    color:#4a4a4a;
}
.estimate_confirm_page .esti_pdf{
    font-size:15px; 
}
.estimate_confirm_page .esti_pdf i{
    padding:0px 5px;
    vertical-align: text-bottom;
}
.estimate_confirm_page .card-whitesection{
    background-color:#fff;
    border: solid 1px #efefef;
    padding:0px;
    margin: 20px 0px;
    box-shadow: 0 2px 26px 0 rgb(0 0 0 / 8%);
   
    border-radius: 10px;
}
.estimate_confirm_page .card-lightbluesection{
    background-color:#F7F7FF;  
    padding:30px;
    display: inline-block;
    width: 100%;
    border-radius: 10px;

}
.estimate_confirm_page .padding_zero{
    padding-left:0px;
    padding-right:0px;
}
.estimate_confirm_page .esticontent{
    font-size: 14px;
    text-transform: capitalize;
}
.estimate_confirm_page .header-price{
    font-size: 30px;
    padding: 40px 0px 0px; 
}
.estimate_confirm_page .card-gerysection{
    background-color:#efefef;
    padding: 5px 30px;
}
.estimate_confirm_page .esti_sublabel{
    font-size:16px;
    color:#4a4a4a;
    padding:15px 0px; 
}
.esti-billingsec{
    padding:20px 30px;
}
.esti-table{
    border: 1px solid #e5e5e5;
    vertical-align: middle;
    width: 100%;
    margin:0px;
}
.esti-table th{
    color: #636363;
    border: 1px solid #e5e5e5;
    vertical-align: middle;
    padding: 12px; 
    text-align: left;
}
.esti-table td{
    color: #636363;border: 1px solid #e5e5e5;vertical-align: middle;padding: 12px;text-align: left;
} 
.esti-right{
    margin: 20px !important;
    padding: 0px 20px !important; 
}
.estimate_confirm_page .rightside-price {
    font-size: 30px;
    padding:15px 0px; 
}
.esti-button{
    background-color: rgb(3, 27, 149);
    color: rgb(255, 255, 255);
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    height: 36px;
    padding: 8px 26.5px;
    border-radius: 6px;
    width: 100%;
    margin: 10px 0px;
}
.esti-button:hover{
    color: rgb(3, 27, 149);
    background-color: rgb(232, 234, 246);
    border-color:rgb(232, 234, 246);
}
.esti-right .esti-changes{
    text-align:center;
    padding-bottom:15px;
}
.billing_button_bottom,.shipping_button_for_address_bottom{
    position: relative;
    top: 50px;
}
.order_first_label{
    padding:0px;
}
.billing_main_div .billing_button,.shipping_main_div .shipping_button_for_address{
    display:none;
}

.dokan_estimate .billing_class,.dokan_estimate .shipping_class{
    position: relative;
bottom: 50px;
}
.dokan_estimate  .estimate_for_vendor tbody tr td{
cursor: pointer;
}

/* Confirmation estimate  */

/* acceptestimate model */
#acceptestimate.fade{
    opacity: 1;
}
.modal-backdrop.fade.show{
    opacity: 1;
    background-color: rgba(0,0,0,0.5);
}
#acceptestimate{
    max-width: 100%;
    background-color:transparent; 
    max-height:100%;
}
#acceptestimate .modal-dialog{
    margin:15% auto 0px; 
}
#acceptestimate .m-title{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height:30px;
    color: #031b95; 
    padding-top:10px;
}
#acceptestimate .m-subtitle{
    font-size: 14px;
    line-height: 24px;
}
#acceptestimate .m-textarea{
    width: 100%;
    max-width: 100%;
    margin: 15px 0px;
    border-radius: 4px !important;
}
#acceptestimate .m-links{
    text-align:center;
    width:100%;
}
#acceptestimate .m-accept-butt{
    background-color: rgb(3, 27, 149);
    color: rgb(255, 255, 255);
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    height: 36px;
    padding: 8px 26.5px;
    border-radius: 6px;
    width: auto;
    text-transform:capitalize;
}
#acceptestimate .m-accept-butt:hover{
    color: rgb(3, 27, 149);
    background-color: rgb(232, 234, 246);
    border-color: rgb(232, 234, 246);
}
#acceptestimate .m-cancel-butt{
    border: 0px;
    text-transform: capitalize;
    color: #031b95;
    font-size: 16px;
}
#acceptestimate .modal-header{
    border-bottom:0px;
    padding:0px;
}
#acceptestimate .m-close{
    position: absolute;
    right: 10px;
    top: 10px;
}
#acceptestimate .m-close:hover span{
    color:#031b95; 
}
/* request estimate model */
#requestestimate.fade{
    opacity: 1;
}
#requestestimate{
    max-width: 100%;
    background-color:transparent; 
    max-height:100%; 
}
#requestestimate .modal-dialog{
    margin:15% auto 0px;
} 
#requestestimate .m-title{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height:30px;
    color: #031b95; 
    padding-top:10px;
}
#requestestimate .m-subtitle{
    font-size: 14px;
    line-height: 24px;
}
#requestestimate .m-textarea{
    width: 100%;
    max-width: 100%;
    margin: 15px 0px;
    border-radius: 4px !important;
}
#requestestimate .m-links{
    text-align:center;
    width:100%;
}
#requestestimate .m-accept-butt{
    background-color: rgb(3, 27, 149);
    color: rgb(255, 255, 255);
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    height: 36px;
    padding: 8px 26.5px;
    border-radius: 6px;
    width: auto;
    text-transform:capitalize;
}
#requestestimate .m-accept-butt:hover{
    color: rgb(3, 27, 149);
    background-color: rgb(232, 234, 246);
    border-color: rgb(232, 234, 246);
}
#requestestimate .m-cancel-butt{
    border: 0px;
    text-transform: capitalize;
    color: #031b95;
    font-size: 16px;
}
#requestestimate .modal-header{
    border-bottom:0px;
    padding:0px;
}
#requestestimate .m-close{
    position: absolute;
    right: 10px;
    top: 10px;
}
#requestestimate .m-close:hover span{
    color:#031b95; 
}
.estimate_confirm_page .border_bottom{
    border-bottom:1px solid #efefef;
    margin-bottom:10px;
}
.estimate_confirm_page .act-title{
    text-transform: uppercase;
}
.estimate_confirm_page .act-pt{
    font-size:12px;
}
.estimate_confirm_page .act-sublist li{
    list-style-type: none;
}
.estimate_confirm_page .act-sublist{
    margin-left:20px;
}
#snackbar {

  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
   /*  right: 90px;*/
  bottom: 30px;
  font-size: 17px;
  display: none;
  z-index: 9999;
}
.estimate_confirm_page .confirmation-paynow-btn{
  
    background-color: rgb(3, 27, 149);
    color: rgb(255, 255, 255);
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    height: 36px;
    padding: 8px 26.5px;
    border-radius: 6px;
    width: 100%;
    margin: 10px 0px;
}
.estimate_confirm_page .card-whitesection.esti-right hr{
    clear: both;
    margin-bottom: 0px;
}
.estimate_confirm_page .confirmation-paynow-btn:hover{
    color: rgb(3, 27, 149);
    background-color: rgb(232, 234, 246);
    border-color:rgb(232, 234, 246);
}
.delete_estimate_button:before{
    color: #d9534f;
}
.delete_estimate_button,.delete_estimate_button:hover {
    color: #fff;
     background-color: #fff; 
     border-color: #fff; 
}
.estimate_for_vendor .tooltip-div .tooltip-icon {
    
    color: #fff;
}
#shareestimate.fade{
    opacity: 1;
}
.modal-backdrop.fade.show{
    opacity: 1;
    background-color: rgba(0,0,0,0.5);
}
#shareestimate{
    max-width: 100%;
    background-color:transparent; 
    max-height:100%;
}
#shareestimate .modal-dialog{
    margin:15% auto 0px; 
}
#shareestimate .m-title{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height:30px;
    color: #031b95; 
    padding-top:10px;
}
#shareestimate .m-subtitle{
    font-size: 14px;
    line-height: 24px;
}
#shareestimate input{
    width: 100%;
    max-width: 100%;
    margin: 15px 0px;
    border-radius: 4px !important;
}
#shareestimate .m-links{
    text-align:center;
    width:100%;
}
#shareestimate .m-accept-butt{
    background-color: rgb(3, 27, 149);
    color: rgb(255, 255, 255);
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    height: 36px;
    padding: 8px 26.5px;
    border-radius: 6px;
    width: auto;
    text-transform:capitalize;
}
#shareestimate .m-accept-butt:hover{
    color: rgb(3, 27, 149);
    background-color: rgb(232, 234, 246);
    border-color: rgb(232, 234, 246);
}
#shareestimate .m-cancel-butt{
    border: 0px;
    text-transform: capitalize;
    color: #031b95;
    font-size: 16px;
}
#shareestimate .modal-header{
    border-bottom:0px;
    padding:0px;
}
#shareestimate .m-close{
    position: absolute;
    right: 10px;
    top: 10px;
}
#shareestimate .m-close:hover span{
    color:#031b95; 
}
.esti-right .confirmation-sharenow-btn {
    text-align: center;
    padding-bottom: 15px;
}
.esti-right .confirmation-sharenow-btn a:hover {
    text-decoration: none;
    color :rgb(3, 27, 149);
}
.linkcoped{
        position: absolute;
    padding: 8px;
    display: none;
     color :#fff;
     background-color: black;
     border-radius: 4px;
}

/*INTRO JS*/
 .introjs-tooltipReferenceLayer *{
        font-family: 'CustomFont';
        font-size: 15px;
}
    .start-intro{
         padding: .5rem .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
   background: #ffffff9e;
    border-radius: 7px;
    border: 0;
}

.start-intro span{
   width: 1rem;
    height: 1rem;
    padding: 1rem 1rem;
    background: url('https://harborshoppers.com/wp-content/plugins/yacht_membership/assets/images/bulb-off.svg');
    background-repeat: no-repeat;
    transition: background .25s ease-in-out;
    background-size: contain;
}

.start-intro:hover span{
    background: url('https://harborshoppers.com/wp-content/plugins/yacht_membership/assets/images/bulb-on.svg');
     background-size: contain;
     background-repeat: no-repeat;
    transition: background .25s ease-in-out;
}

.introjs-bullets ul li a.active {
    background: #031b95 !important;
}

.introjs-button.introjs-nextbutton{
        background-color: #fff;
        color: #031b95;
        border-color: #031b95;
        text-shadow: none;
            padding: .5rem 3rem;
}

.introjs-button.introjs-nextbutton:active, .introjs-button.introjs-nextbutton:hover, .introjs-button.introjs-nextbutton:focus{
     background-color: #031b95;
     color: #fff;
}

.how-to.ht-right {
    float: right;
}

.heading-btn-inline{
    display: flex;
    justify-content: space-between;
}

.introjs-hint-pulse{
    border: 5px solid #9babff;
    border-radius: 30px;
    background-color: #031b95;
}

@-webkit-keyframes introjspulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .1
    }
    50% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .3
    }
    75% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes introjspulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .1
    }
    50% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .3
    }
    75% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.introjs-overlay {
    position: absolute;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 999999;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.shipping_div, .discount_div{
gap: 10px;
}

.order_right_section .order_address_row input, .order_right_section .order_address_row select{
height: 30px;
padding: 1px 6px !important;
}

.order_right_section .order_address_row button{
padding: 4px 10px;
}


/*tooltop css*/
.tooltip-div.tooltip {
  position: relative;
  display: inline-block;
  opacity:1;
  margin-left: 5px;
  z-index:99;  
}

.tooltip-div.tooltip .tooltiptext {
  visibility: hidden;
    text-align: left;
    margin-left: -60px;
    opacity: 0;
    width: 280px;
    background-color: #fff;
    color: #111;
    border-radius: 10px;
    padding: 12px;
    position: absolute;
    font-size: 12px;
    font-weight:normal;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 8%);
    transition: opacity 0.3s;
    font-family: 'CustomFont';
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
  
    content: "";
    position: absolute;
    top: 100%;
    left: 20%;
    margin-left: -5px;
    border-width: 5px; 
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity:1;
}
.tooltip-div .tooltip-icon{
    font: normal normal normal 14px/1 FontAwesome;
    color:#747474;
    font-size: 16px;
    vertical-align: text-bottom;
}
.discount_div, .shipping_div,.buyer_fee_class {
    display: flex;
    align-items: end;
}
/*tooltip css end*/
.shiping-discount-de-div{
    display: grid;
    grid-template-columns: auto auto;
}
.order_section .order_totsection .order_label.shipping_button{
    width: auto;
}
.estimate_for_vendor .tooltip-div.tooltip .tooltiptext {
    display: none;
}
.estimate_for_vendor .tooltip-div:hover .tooltiptext {
    display: block;
}
.estimate_for_vendor .estimate-action .tooltip-div.tooltip .tooltiptext {
    left: -143px;
}
.estimate_for_vendor .estimate-finalamount .tooltip-div.tooltip .tooltiptext {
    left: -35px;
}
.estimate_for_vendor .estimate-action .tooltip-div .tooltiptext::after {
    left: 74%;
}
.estimate_for_vendor .estimate-finalamount .tooltip-div .tooltiptext::after {
    left: 35%;
}


/*Diasbled estimate section whenever the order is created */
.dokan_estimate .order_section.disabled-div{
opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}

/* Pencil icon on estimate table */
.delete_estimate_div{
    float: left;
    margin-right: 10px;
    padding: 5px 10px 5px 10px;
    background-color: #ffffff;
    color: #3f3f3f;
    border-color: #e6e6e6;
    border: 2px solid #e6e6e6;
}
.edit_estimate_div{
   padding: 5px 10px 5px 10px;
    background-color: #ffffff;
    color: #3f3f3f;
    border-color: #e6e6e6;
    border: 2px solid #e6e6e6; 
    float: left;
}
.edit_estimate_div:hover,.delete_estimate_div:hover{
     border: 2px solid #031b95; 

 
}
.delete_estimate_button,.delete_estimate_button:hover {
    color: #fff;
     background-color: #fff; 
     border-color: #fff; 
}
.edit_estimate_btns:before {
color: #031b95;
}
/* same as billing checkbox design  */
.shipping-same-class{
    float: right;
    position: relative;
    left: 50px;
}
.shipping-same-class div{
    font-weight: 100;
    font-size: 10px;
    float: right;
    width: 85%;
    word-break: break-word;
    line-height: 12px;
}
.shipping_button_for_address h6 spam,.billing_first_row h6 spam {
    font-size: 14px;
}
@media only screen and (min-width:320px) and (max-width:667px){
.dokan_estimate .order_section .billing_or_shipping {
padding: 15px 15px 0;
    }
.dokan_estimate .order_section .shipping_class {
    padding-top: 10px;
}
.dokan_estimate .order_section .estimat-button-row .order-detial-row{
    /*float: none;*/
    }
    .dokan_estimate .order_section .billing_button, .dokan_estimate .order_section .shipping_button_for_address{
        padding: 15px 0px 0px; 
    }
    .dokan_estimate .order_section .order-table-row{
        padding-top: 25px;
    }
    .dokan_estimate .order_section .order_totsection{
        padding-bottom: 10px;
    }
    .dokan_estimate .order_section  .order_right_section .order_label_left{
        width: 50%;
        float: left;
    }
    .dokan_estimate .order_section {
        margin: 0px 10px;
    }
    .model .loading {
 right: 5px;
    }
    .dokan_estimate table{

    display: inline-block;
}
.dokan_estimate .order_section input[type='checkbox']{
    height: 12px;
    width:12px !important;
    vertical-align: text-top;
}
.card-whitesection .esti-left-align{
    float: left;
}
.card-whitesection.esti-right hr{
margin:0px 0px 10px;
}
.card-lightbluesection .text-right{
    text-align: left;
}
.estimate_confirm_page  .padding_zero.esti_label{
padding: 0px 15px;
}
.estimate_confirm_page .card-lightbluesection{
    padding: 10px 15px 15px;
}
.estimate_confirm_page .header-price{
    padding: 10px 0px 0px ;
}
.esti-billingsec,.card-lightbluesection{
    padding-left: 15px;
    padding-right: 15px;
}
.esti-right{
    margin: 20px 0px 0px !important; 
}
.modal-main button.btn{
    width: auto;
}
.billing_main_div .billing_button,.shipping_main_div .shipping_button_for_address{
    display:block;
}
.billing_first_row .billing_button,.shipping_first_row .shipping_button_for_address{
display:none;

}
.dokan_estimate .estimate-second-row{
    /*display: flex; 
  flex-direction: column-reverse;*/
}
.dokan_estimate .billing_class,.dokan_estimate .shipping_class{
bottom: 0px;
}
.dokan_estimate .estimate-main-heading{
        padding: 0px 15px;
}
}
/* Container to hold both address columns */
.address-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

/* Each column for Billing and Shipping Address */
.address-column {
    width: 48%; /* Each column takes up almost half of the available space */
    box-sizing: border-box;
}

/* Styling for Billing and Shipping sections */
.esti_sublabel {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

/* Styling for content blocks */
.esticontent {
    margin-bottom: 10px;
}

.esticontent span {
    font-weight: bold;
    color: #555;
}

.user_notes {
    font-size: 14px;
    color: #666;
}

/* Mobile responsiveness for stacking the layout */
@media (max-width: 768px) {
    .address-column {
        width: 100%; /* Stacks the columns vertically on smaller screens */
    }
}

.common-details {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 2px solid #ccc;
}

.common-details .esti_sublabel {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.common-details .esticontent {
    margin-bottom: 8px;
}
