.af-wc-daps-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
  
.af-wc-daps-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.wc-block-product {
  text-align: center;
}
.ka-order-estimated-button{
  height: auto!important;
}
.af-wc-daps-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.af-wc-daps-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .af-wc-daps-slider {
  background-color: #2196F3;
}

input:focus + .af-wc-daps-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .af-wc-daps-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.af-wc-daps-delivery-info-table select,
.af-wc-daps-delivery-info-table-checkout-page select{
  width: 100%;
  height: 44px;
}

/* Rounded sliders */
.af-wc-daps-slider.af-wc-daps-round {
  border-radius: 34px;
}

.af-wc-daps-slider.af-wc-daps-round:before {
  border-radius: 50%;
}


.af-wc-daps-title-label{
  margin-right:20px!important;
}

.af-wc-daps-delivery-info-table{
  max-width: 400px !important;
  border:1px solid #e5e5e5!important;
  border-collapse: collapse;
}
.af-wc-daps-delivery-info-table-checkout-page{
   border-collapse: collapse!important;
}
.af-wc-daps-delivery-info-table tr th,
.af-wc-daps-delivery-info-table tr td{
    padding: 15px!important;
    border:1px solid #e5e5e5!important;
    vertical-align: middle;
}
.af-wc-daps-delivery-info-table tr td .af-wc-daps-single-product-page-date,
#af-wc-daps-date-row-checkout-page td input{
  width: 100%!important;
}
#af-wc-daps-date-row-checkout-page td label{
  text-align: left!important;
}
.af-wc-daps-expected-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.af-wc-daps-expected-info-div,
.af-wc-daps-expected-info-div-checkout{
  align-items: center;
  background: #EFF3F5;
  padding: 10px 10px 10px 20px;
  border-radius: 3px;
  margin-bottom: 20px;
  display: flex;
  flex: 1;
}

.af-wc-daps-expected-info-icon{
  margin-right: 20px;
}

.af-wc-daps-expected-info-icon img{
  width: 42px;
}

dt.ui_tpicker_time_label,
dd.ui_tpicker_time{
    display: none;
}
.af-ws-estimate_sate-select select{
  background: none!important;
}

#af-wc-daps-date-row-checkout-page th,
#af-wc-daps-date-row-checkout-page td,
.af-wc-daps-delivery-info-table-checkout-page th,
.af-wc-daps-delivery-info-table-checkout-page td{
  padding: 15px!important;
  border:1px solid #e5e5e5!important;
  text-align: left;
}
.delivery-info-container {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
}



.half-width {
  flex: 1 1 48%; /* Takes half of the container's width */
  box-sizing: border-box;
}
.adf-daps-estemated-message{
   margin-top: 10px;
    margin-bottom: 10px;
    background-color: #004080;
    color: #ffffff;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    border-right: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    line-height: 21px;
}
.adf-daps-estemated-message i svg{
    width: 18px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 7px;
}
.af-ws-estimate_sate-select{
  position: relative;
  margin-bottom: 5px;
}
.af-ws-estimate_sate-select select{
  width: 100%;
  padding: 5px 22px 5px 9px;
  border: 1px solid rgb(209 213 219);
  color: rgb(55 65 81);
  width: 100%;
  font-size: 14px;
  line-height: 23px;
  background-color: #fff;
  border-radius: 5px;
  appearance: none;
}
.af-wc-daps-icon svg{
  height: 11px;
}
.af-wc-daps-icon{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.adf-estimated-product-page .af-daps-country-selected-main{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.adf-estimated-product-page .adf-daps-estemated-message{
  margin-bottom: 20px;
}
.adf-estimated-product-page .adf-daps_estemated_heading{
      display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.adf-estimated-product-archive .adf-daps_estemated_heading{
      display: block;
    margin-bottom: 6px;
}
.adf-estimated-product-archive .af-ws-estimate_sate-select select{
    line-height: 20px!important;
}

.delivery-info-container{
  margin-top: 12px !important;
}
.delivery-info-container .wc-blocks-components-select{
  margin-top: 0!important;
}