/**

 * All of the CSS for your public-facing functionality should be

 * included in this file.

 */

 .woocommerce-billing-fields > h3:first-child{

    display: none;

 }

 h3.checkout-payment-info-heading{

    font-size: 30px !important;

 }

 h3.carrier_title{

    display:block !important;

 }

.bs_bolesa_shipping_divwrap {

    text-align: center;

    min-height: 125px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    column-gap: 20px;
}
input#bs_calculate_odd_shipping{
    height: 42px;
}
.bs_bolesa_shipping_divwrap a {
    flex: 1;
}
 .bs_inner_shipping_div {
    border-radius: 5px;
    flex: 1;
    border: 1px solid rgb(0, 0, 0); 
    padding: 35px 33px;
}  


#billing_city,#shipping_city,#billing_city_field,#shipping_city_field, p#billing_state_field, p#shipping_state_field,

#payment .wc_payment_methods.payment_methods, h3.checkout-payment-info-heading{

    display: none !important;

}

.bs_inner_shipping_div.bs_selected_shipping, .bs_single_carrier.bs_selected_carrier{

    background-color: rgb(216, 216, 216);

    color: #000;

}





#map{

    height: 400px;

    position: absolute;

    /* pointer-events: none; 

    cursor: not-allowed !important;  */

}

#bs_mapwrapper{

    position: relative;

}

#addMarker{

    position: absolute;

    right: 15px;

    border-radius: 2px;

    top: 15px;

    display: none;

    z-index: 9999;

    width: 30px;     

    background: white;

    border: 1px solid #ccc;

}

#addMarker img{

    margin-top: 5px;

}



/* Carrier Area*/

.bs_carriers_wrap{display: flex;

    flex-wrap: wrap;
    padding: 20px 0px 20px 0px;

}

.bs_single_carrier {max-width: 150px;flex: 1;}

.bs_single_carrier img{

    width: 100%;

    height: 50px;

    object-fit: contain;

}

.bs_carrier_name{

    display: none;

}

.carrier_title{

    width: 100%;

}

.bs_single_carrier{

    border: 1px solid black;

    padding: 10px;

    margin-left: 10px;

    text-align: center;

    border-radius: 5px;

}

.bs_quick_ship_price_wrap {

    display: flex;

    column-gap: 20px;

    width: 100%;

    position: relative;

}



.bs_quick_ship_price_wrap p {

    margin: 0;

    width: 100%;

    background: #d9d9d9;

    padding: 7px;

}

.bs_single_carrier:hover{

    cursor: pointer;

}

label.carrier_title:after

    { content:'\0200B'; }



/**/

/* .bs_loader {

    border: 8px solid #f3f3f3;

    border-top: 8px solid #3498db;

    border-radius: 50%;

    width: 50px;

    height: 50px;

    animation: spin 1s linear infinite;

    display: none;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

  } */



  .bs_carriers_wrap .bs_single_carrier {

    position: relative;

  }

  .bs_loader,

 .bs_show_load {

    border: 2px solid #f3f3f3;

    border-top: 2px solid #3498db;

    border-radius: 50%;

    width: 15px;

    height: 15px;

    animation: spin 1s linear infinite;

    display: none;

    position: absolute;

    top: 30%;

    transform: translate(-50%, -50%);

    right: 10px;

}



.bs_show_load  {

    display: block;

    top: 45%;

    left: 45%;

}



.bs_map_loader {

    border: 2px solid #f3f3f3;

    border-top: 2px solid #3498db;

    border-radius: 50%;

    width: 25px;

    height: 25px;

    animation: spin 1s linear infinite;

    transform: translate(-50%, -50%);

}

.theme-store .bs_map_loader,
.theme-store .bs_loader,
.theme-xtra .bs_map_loader,
.theme-xtra .bs_loader {
    transform: unset;
}



.bs_map_loader_wrapper {

    display: none;

    align-items: center;

    justify-content: center;

    height: 400px;

    background: #f2f2f2;

    border-radius: 10px;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    right: 0;

}





  @keyframes spin {

    0% { transform: rotate(0deg); }

    100% { transform: rotate(360deg); }

  }

/* Select searchbox city */

.searchBoxElement {

    background-color: white;

    border: 1px solid #aaa;

    position: absolute;

    max-height: 150px;

    min-width: 344px;
    width: 100%;

    overflow-x: hidden;

    overflow-y: auto;

    margin: 0;

    padding: 0;

    line-height: 23px;

    list-style: none;

    z-index: 1;

    -ms-overflow-style: none;

    scrollbar-width: thin;

    padding-left: 18px;

}

.woocommerce-input-wrapper input.refineText.formTextbox{

    width: 100% !important;

}

input.refineText.formTextbox {

    padding-right: 18px !important;

}

  .searchBoxElement span{

    padding: 0 5px;

  }

  

  .searchBoxElement::-webkit-scrollbar {

    display:none;

  }

  

  .searchBoxElement li{

    background-color: white;

    color: black;

  }

  

  .searchBoxElement li:hover{

    background-color: #50a0ff;

    color: white;

  }

  

  .searchBoxElement li.selected{

    background-color: #50a0ff;

    color: white;

  }

  

  .refineText{

    padding: 8px 0 8px 0 !important;

  }

.theme-storefront .xtra-woo-checkout-details {
    z-index: -1;
}

/* Over Select searchbox city */
#billing_city2_field.regular_shipping_class{
    display: block !important;
    visibility: visible !important;
}

/* 23-04-2024 start */


@media (min-width: 768px) {
    .theme-storefront .xtra-woo-checkout-details.cz_sticky_col {
        width: 41%;
        z-index: 1;
        display: inline-block;
        vertical-align: top;
    }
    
    
    .theme-storefront #order_review_heading, #order_review {
        width: 33% !important;
    }
}


/* 23-04-2024 end */

