#shipping_method li {
    opacity: 0.75;
}

#stora_select_branch_form {
    margin-bottom: 0px;
}

#stora-pick-delivery-address-checkout-map {
    height: 400px;
}

.stora-geocode-debug-info {
    word-wrap: break-word;
}

button.button.stora-disabled {
    opacity: 0.5;
    cursor: default;
    background: #333333;
}

.pac-container {
    z-index: 200102;
}

#stora_select_branch_modal {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
    border-radius: 6px;
}

a.stora-branch-delivery, a.stora-branch-pickup, .stora-branch-user-address, .stora-branch-selection {
    display: none;
}

.stora-branch-order-type, .stora-branch-user-address {
    margin-bottom: 25px;
}

.stora-branch-order-type {
    background-color: #f8f8f8;
    padding: 2px 2px 0 8px;
    border-bottom: 1px solid #e1e1e1;
}

.stora-branch-order-type a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 6px 6px 0 0;
    background-color: #f8f8f8;
    text-decoration: none;
    color: #333333;
    text-transform: uppercase;
}

.stora-branch-order-type a:hover {
    color: #333333;
    background-color: #e1e1e1;
}

.stora-branch-order-type a.stora-selected {
    background-color: #ffffff;
    position: relative;
    bottom: -2px;
}

.stora-branch-user-address input#stora_branch_select_user_address {
    width: 100%;
    margin: 8px 0 12px 0;
}

a.stora-branch-auto-locate {
    text-decoration: none !important;
    color: #333333;
}

a.stora-branch-auto-locate i::before {
    font-family: 'stora-font' !important;
    content: "\e903" !important;
    font-style: normal;
}

div.stora-branch-select-images {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

span.stora-branch-select-image {
    display: inline-block;
    width: 32.8%;
    text-align: center;
    color: #333333;
    border: 2px solid #e1e1e1;
    border-radius: 6px;
    margin-right: 3px;
    vertical-align: top;
    padding: 15px 8px;
    position: relative;
    z-index: 1;
    margin-bottom: 3px;
}

span.stora-branch-select-image a, span.stora-branch-select-image a .stora-branch-select-name {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    display: block;
}

span.stora-branch-select-image.stora-branch-selected-image {
    box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
    border-color: #333333;
}

span.stora-branch-select-image a {
    display: block;
}

span.stora-branch-select-image a img {
    margin: 0 auto 8px auto;
    width: 100%;
    max-width: 120px;
}

.stora-branch-selection, .stora-branch-select-message {
    margin-bottom: 30px;
}

a.stora-branch-delivery, a.stora-branch-pickup {
    text-decoration: none !important;
    font-size: 14px;
    font-weight: bold;
}

a.stora-branch-delivery:before, a.stora-branch-pickup:before {
    display: inline-block;
    font-family: 'stora-font';
    content: "\e904";
    margin-right: 8px;
    font-size: 16px;
    vertical-align: middle;
    font-weight: normal;
}

a.stora-branch-pickup:before {
    content: "\e901";
}

.stora-branch-select-tip {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333333;
    margin-bottom: 8px;
}

#stora_pick_delivery_address_field {
    margin-bottom: 30px;
}

h3.stora-address-not-found, h3.stora-address-marked {
    display: none;
}

.woocommerce form.checkout h3.stora-address-not-found, .woocommerce form.checkout h3.stora-address-marked {
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
    border-radius: 6px;
    color: #ffffff;
    background-color: #333333;
    position: relative;
    margin-bottom: 25px;
}

.woocommerce form.checkout h3.stora-address-not-found:after, .woocommerce form.checkout h3.stora-address-marked:after {
    width: 8px;
    height: 8px;
    display: block;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -4px;
    left: 20px;
    background-color: #333333;
}

.woocommerce form.checkout h3.stora-address-marked, .woocommerce form.checkout h3.stora-address-marked:after {
    color: #333333;
    background-color: #f1f1f1;
}

.stora-change-branch {
    display: block;
    padding: 8px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.04);
    color: #666666;
    font-size: 14px;
    text-align: left;
    margin: 2px 0;
    position: relative;
    max-width: 420px;
}

.stora-change-branch-wrapper, .site-main .stora-change-branch-wrapper, #main .stora-change-branch-wrapper {
    text-align: right;
    margin: 30px 0;
}

.theme-rigid .stora-change-branch-wrapper {
    margin: 0;
}

.stora-change-branch-wrapper .stora-change-branch {
    width: 100%;
    max-width: 400px;
    float: right;
    clear: both;
    margin-bottom: 20px;
}

body > div.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .stora-change-branch {
    margin-top: 5px;
}

.cart-collaterals .stora-change-branch, #order_review .stora-change-branch {
    margin-bottom: 25px;
}

.stora-change-branch span strong {
    font-weight: normal;
    color: #333333;
}

.stora-change-branch span {
    display: inline-block;
    padding: 2px 0;
    width: calc(100% - 55px);
    line-height: normal;
}

.stora-change-branch span > span {
    display: inline;
    padding: 0;
    width: auto;
}

.stora-change-branch.stora-pickup-info span:last-of-type {
    position: absolute;
    top: 7px;
    right: 7px;
    width: auto;
}

a.stora-change-branch-button {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0px;
    vertical-align: middle;
    margin-left: 4px;
    text-decoration: none !important;
    position: absolute;
    top: 5px;
    right: 5px;
}

.stora-change-branch.stora-pickup-info a.stora-change-branch-button {
    position: relative;
    top: auto;
    right: auto;
}

a.stora-change-branch-button:before, .stora-change-branch-button-select:before {
    display: block;
    font-family: 'stora-font';
    content: "\e905";
    font-size: 10px;
    border-radius: 50px;
    color: #ffffff;
    background-color: #333333;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.stora-change-branch-button-select:before {
    display: inline-block;
    margin: 0px 4px 0 0;
    vertical-align: middle;
    content: "\f06a";
    font-size: 14px;
}

a.stora-change-branch-button:hover:before, .stora-change-branch-button-select:hover:before {
    background-color: #333333;
}

.stora-change-branch-button-select {
    color: #333333;
    text-decoration: none !important;
}

.stora-checkout-datetime-container {
    border-radius: 8px;
    border: 1px solid #f1f1f1;
    padding: 15px;
    margin-bottom: 30px;
}

.stora-delivery-time-toggle {
    display: block;
    padding: 15px;
    background-color: #f8f8f8;
    border-radius: 8px;
    text-decoration: none !important;
    color: #333333;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.stora-delivery-time-toggle:before {
    font-family: 'stora-font';
    content: "\e902";
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    font-size: 24px;
}

.stora-checkout-datetime-fields {
    padding: 15px;
    height: 65px;
}

.stora-checkout-datetime-fields input#stora_checkout_date {
    padding: 10px !important;
    line-height: normal;
    font-size: 14px;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #eaeaea;
    background-color: #f1f1f1;
    box-shadow: none;
}

.stora-checkout-datetime-fields input#stora_checkout_date, .stora-checkout-datetime-fields span.select2-container {
    display: inline-block;
    vertical-align: top;
}

.stora-checkout-datetime-fields span.select2-container {
    width: auto !important;
    min-width: 150px;
}

.stora-checkout-datetime-fields .select2-container--default .select2-selection--single .select2-selection__arrow, .stora-checkout-datetime-fields .select2-container .select2-selection--single, .stora-checkout-datetime-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 45px !important;
    line-height: 45px !important;
    vertical-align: middle;
    font-size: 13px;
    padding-left: 8px;
    padding-top: 0;
    padding-bottom: 0;
}

.stora-checkout-datetime-fields span.select2-container .select2-selection--single {
    height: 45px;
    border-radius: 3px;
    border: 1px solid #eaeaea !important;
    background-color: #f1f1f1;
    box-shadow: none;
}

.stora-checkout-datetime-fields .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    font-size: 14px;
}
#select2-stora_checkout_timeslot-results .select2-results__option {
    font-size: 14px;
  }

.stora-checkout-datetime-fields .stora-datetime-clear {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    font-size: 0;
    text-align: center;
    text-decoration: none !important;
}

.stora-checkout-datetime-fields .stora-datetime-clear:before {
    font-family: 'stora-font';
    content: "\e900";
    display: block;
    margin-right: 4px;
    vertical-align: middle;
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #333333;
}

.stora-checkout-datetime-fields .stora-datetime-clear:hover {
    background-color: #f1f1f1;
}

.stora-checkout-datetime-fields .stora-datetime-clear:hover:before {
    color: #333333;
}

form.checkout tr.woocommerce-shipping-totals, form.checkout tr.order-total, form.checkout h3.stora-address-not-found, form.checkout h3.stora-address-marked {
    opacity: 0;
}

.stora-estimated-time {
    display: block !important;
    float: left;
    width: 47px !important;
    height: 47px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    margin-right: 8px;
    font-size: 9px;
    text-align: center;
    padding-top: 3px !important;
    background-color: #fff;
}

.stora-estimated-time:before {
    font-family: 'stora-font';
    content: "\e902";
    display: block;
    font-size: 16px;
    width: 100%;
    color: #9db55d;
    height: 22px;
    line-height: 22px;
}

.stora-change-branch.stora-pickup-info::after, .stora-change-branch-wrapper:after {
    display: block;
    content: "";
    clear: both;
}

.stora-branch-select-dropdown label, .stora-branch-select-dropdown select {
    width: 100%;
}

.stora-branch-select-dropdown label {
    margin-bottom: 8px;
    display: block;
}

.stora-branch-select-dropdown select {
    padding: 15px;
    border-radius: 6px;
    background-color: #f6f6f6;
}
.woocommerce-message[data-stora-notice="minimum-amount"] span {
    color: #333333;
    font-weight: 500;
}

.woocommerce-message[data-stora-notice="minimum-amount"] {
    color: #888888;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-left: 8px solid #0493d6;
    margin: 0 0 30px 0 !important;
    position: relative;
    padding-right: 180px;
    font-size: 15px;
}

.woocommerce-message[data-stora-notice="minimum-amount"]:before {
    color: #333333;
}
.stora-continue-shopping {
    font-size: 12px;
    text-decoration: none;
    padding: 0px 12px;
    background: #f1f1f1;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 15px;
}
.stora-shipping-area-label {
    background: #333333;
    color: #ffffff !important;
    padding: 2px 5px;
    border-radius: 3em;
}
.woocommerce-message[data-stora-notice="minimum-amount"] {
    display: none;
}