/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.branch-popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.branch-popup-container .popup-branch {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.branch-popup-container .popup-branch_box {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.branch-popup-container .popup-branch_box .popup-branch {
    max-width: 450px;
    width: 100%;
}
.branch-popup-container .popup-branch h2 {
    font-size: 24px;
    font-weight: 500;
}
.branch-popup-container .close_popup_btn svg {
    width: 20px;
    height: 20px;
}
.branch-popup-container .close_popup_btn {
    color: #000;
    font-size: 20px;
    float: inline-end;
    position: relative;
    top: -7px;
}
.branch-popup-container label.select_button {
    position: relative;
}
.branch-popup-container label.select_button input {
    position: absolute;
    visibility: hidden;
}
.branch-popup-container label.select_button span {
    border: 1px solid #c36;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 25px;
    color: #c36;
    cursor: pointer;
    position: relative;
    display: block;
    min-width: 150px;
}
.branch-popup-container .bee1_form_item {
    margin-bottom: 15px;
}
.branch-popup-container label.select_button input:checked+ span {
    background: #c36 !important;
    color: #fff!important;
}
.branch-popup-container label.select_button input:checked+ span:before {
    content: '';
    width: 13px;
    height: 7px;
    position: absolute;
    right: 9px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #ffff;
    transform: rotate(-45deg);
}
.branch-popup-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px!important;
}
.branch-popup-container span.select2.select2-container.select2-container--default, span.select2.select2-container.select2-container--default span {
    width: 100%!important;
}
.branch-popup-container span.select2.select2-container.select2-container--default span.select2-selection__arrow {
    width: 20px!important;
}
.branch-popup-container .bee1_form_item_collection, .bee1_form_item_delivery {
    margin-bottom: 15px;
}
.branch-popup-container span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single {
    height: 40px;
    padding-top: 5px;
}
.hideme{
    display: none;
}
ul#shipping_method label {
    position: relative;
    cursor: pointer;
}
ul#shipping_method label:after {
    content: '';
    margin-right: 5px;
    background: url(../images/pencilsquare.svg);
    width: 15px;
    height: 15px;
    display: inline-flex;
    background-size: contain;
    position: relative;
    top: 3px;
}
.woo-custom-order-data{
    width: 45%;
    text-align: right;
}
a.woocommerce-button.button.reorder.order-actions-button {
    background: #96BE36!important;
    color: #fff!important;
}