#shipping_method li {
  opacity: 0.75;
}

#dellys-pick-delivery-address-checkout-map {
  height: 400px;
}

.dellys-geocode-debug-info {
  word-wrap: break-word;
}

button.button.dellys-disabled {
  opacity: 0.5;
  cursor: default;
  background: #333333;
}

.pac-container {
  z-index: 200102;
}

#dellys_select_branch_modal {
  position: relative;
  background: #fff;
  padding: 10px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
  border-radius: 6px;
}

.dellys-all-stores-closed {
  text-align: center;
}

.dellys-all-stores-closed-countdown {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.dellys-all-stores-closed-countdown .count_holder_small {
  font-size: 24px;
}

a.dellys-branch-delivery,
a.dellys-branch-pickup,
.dellys-branch-user-address,
.dellys-branch-selection {
  display: none;
}

/* .dellys-branch-order-type,
.dellys-branch-user-address {
  margin-bottom: 25px;
} */

.dellys-branch-selection-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
}

#dellys_select_branch_form {
  width: 100%;
}

.dellys-branch-order-type {
  background-color: #f8f8f8;
  /* padding: 2px 2px 0 8px; */
  /* border-bottom: 1px solid #e1e1e1; */
}

.dellys-branch-order-type:has(a.dellys-selected) {
  display: none;
}

.dellys-branch-order-type-title,
.dellys-branch-selection-title {
  background-color: #333333;
  color: #f8f8f8;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  padding: 10px;
  border-radius: 6px 6px 0 0;
}

.dellys-branch-selection-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dellys-branch-selection-title label {
  font-size: 40px;
  font-weight: bold;
}

.dellys-branch-takeaway-footer,
.dellys-branch-delivery-footer {
  display: flex;
  justify-content: center;
  background-color: #333333;
  color: #f8f8f8;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  border-radius: 0 0 6px 6px;
}
.dellys-branch-takeaway-footer:hover,
.dellys-branch-delivery-footer:hover {
  text-decoration: none;
  color: #f8f8f8;
}

.dellys-branch-takeaway-footer span,
.dellys-branch-delivery-footer span {
  color: #bc1d2c;
  text-transform: uppercase;
}

.dellys-branch-order-type-choices {
  display: flex;
}

.dellys-branch-order-type a {
  width: 50%;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0 0 10px 10px;
  background-color: #f8f8f8;
  text-decoration: none;
  color: #333333;
  text-transform: uppercase;
}
/* .dellys-branch-order-type img,
.dellys-branch-selection-title img {
  background-color: transparent;
} */

.dellys-branch-order-delivery {
  /* background: url(/wp-content/uploads/delivery.svg) no-repeat center; */
  filter: invert(14%) sepia(100%) saturate(3822%) hue-rotate(346deg) brightness(82%) contrast(88%);
  border: none;
}
.dellys-branch-order-takeaway {
  /* background: url(/wp-content/uploads/take-away.svg) no-repeat center; */
  filter: invert(14%) sepia(100%) saturate(3822%) hue-rotate(346deg) brightness(82%) contrast(88%);
  border: none;
}

.branches-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 200px;
}

.dellys-branch-order-type a:hover {
  background-color: #333333;
  color: #e1e1e1;
}

.dellys-branch-order-type a:hover img {
  /* background-color: #f8f8f8; */
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(159deg) brightness(107%) contrast(95%);
}

.dellys-branch-order-type a:hover label {
  color: #bc1d2c;
}

.dellys-branch-order-type a.dellys-selected {
  background-color: #ffffff;
  position: relative;
  bottom: -2px;
}

.dellys-branch-user-address .dellys_branch_select_user_address_label {
  font-size: 20px;
  color: #333333; 
}

.dellys-branch-user-address input#dellys_branch_select_user_address {
  width: 100%;
  margin: 8px 0 12px 0;
}

.dellys-branch-select-submit {
  margin: 20px 0;
}

a.dellys-branch-auto-locate {
  text-decoration: none !important;
  color: #333333;
  text-transform: capitalize;
}
div.dellys-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.dellys-branch-select-image {
  display: inline-block;
  width: 50%;
  height: 100%;
  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;
}

span.dellys-branch-select-image a {
  text-decoration: none;
}
span.dellys-branch-select-image a .dellys-branch-select-name {
  color: #333333;
  /* text-decoration: none; */
  font-weight: bold;
  text-transform: uppercase;
}

span.dellys-branch-select-image.dellys-branch-selected-image {
  box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.2);
  z-index: 100;
}

span.dellys-branch-select-image a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

span.dellys-branch-select-image a img {
  height: 100%;
  max-width: 120px;
}

.dellys-branch-select-info {
  display: flex;
  flex-direction: column;
  margin: 20px;
}

@media screen and (max-width: 767px) {
  span.dellys-branch-select-image a img {
    max-width: 100px;
  }

  .dellys-branch-select-info {
    margin: 0px;
  }
}

.dellys-branch-selection,
.dellys-branch-select-message {
  /* margin-bottom: 30px; */
  text-align: center;
}

a.dellys-branch-delivery,
a.dellys-branch-pickup {
  text-decoration: none !important;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}
a.dellys-branch-delivery label,
a.dellys-branch-pickup label {
  font-size: 25px;
}

/* a.dellys-branch-delivery:before, a.dellys-branch-pickup:before {
    display: inline-block;
    font-family: Flaticon;
    content: "\f11e";
    margin-right: 8px;
    font-size: 21px;
    vertical-align: middle;
    font-weight: normal;
}

a.dellys-branch-pickup:before {
    content: "\f125";
} */

.dellys-branch-select-tip {
  display: block;
  width: 100%;
  font-size: 24px;
  color: #bc1d2c;
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

h3.dellys-address-not-found,
h3.dellys-address-marked {
  display: none;
}

.woocommerce form.checkout h3.dellys-address-not-found,
.woocommerce form.checkout h3.dellys-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.dellys-address-not-found:after,
.woocommerce form.checkout h3.dellys-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.dellys-address-marked,
.woocommerce form.checkout h3.dellys-address-marked:after {
  color: #333333;
  background-color: #f1f1f1;
}

.dellys-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;
}

#products-wrapper .dellys-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
  .dellys-change-branch {
  margin-top: 5px;
}

.cart-collaterals .dellys-change-branch,
#order_review .dellys-change-branch {
  margin-bottom: 25px;
}

.dellys-change-branch span strong {
  font-weight: normal;
  color: #333333;
}

.dellys-change-branch span {
  display: inline-block;
  padding: 2px 0;
  width: calc(100% - 55px);
}

.dellys-change-branch span > span {
  display: inline;
  padding: 0;
  width: auto;
}

.dellys-change-branch.dellys-pickup-info span:last-of-type {
  position: absolute;
  top: 7px;
  right: 7px;
  width: auto;
}

a.dellys-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;
}

.dellys-change-branch.dellys-pickup-info a.dellys-change-branch-button {
  position: relative;
  top: auto;
  right: auto;
}

a.dellys-change-branch-button:before,
.dellys-change-branch-button-select:before {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f303";
  font-size: 10px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #333333;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.dellys-change-branch-button-select:before {
  display: inline-block;
  margin: 0px 4px 0 0;
  vertical-align: middle;
  content: "\f06a";
  font-size: 14px;
}

a.dellys-change-branch-button:hover:before,
.dellys-change-branch-button-select:hover:before {
  background-color: #333333;
}

.dellys-change-branch-button-select {
  color: #333333;
  text-decoration: none !important;
}

.dellys-checkout-datetime-container {
  border-radius: 8px;
  border: 1px solid #f1f1f1;
  padding: 15px;
  margin-bottom: 30px;
}

.dellys-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;
}

.dellys-delivery-time-toggle:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f017";
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  font-size: 24px;
}

.dellys-checkout-datetime-fields {
  padding: 15px;
  height: 65px;
}

.dellys-checkout-datetime-fields input#dellys_checkout_date {
  padding-top: 16px;
}

.dellys-checkout-datetime-fields input#dellys_checkout_date,
.dellys-checkout-datetime-fields span.select2-container {
  display: inline-block;
  vertical-align: top;
}

.dellys-checkout-datetime-fields span.select2-container {
  width: auto !important;
  min-width: 150px;
}

.dellys-checkout-datetime-fields .dellys-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;
}

.dellys-checkout-datetime-fields .dellys-datetime-clear:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f057";
  display: block;
  margin-right: 4px;
  vertical-align: middle;
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.dellys-checkout-datetime-fields .dellys-datetime-clear:hover {
  background-color: #f1f1f1;
}

.dellys-checkout-datetime-fields .dellys-datetime-clear:hover:before {
  color: #333333;
}

form.checkout tr.woocommerce-shipping-totals,
form.checkout h3.dellys-address-not-found,
form.checkout h3.dellys-address-marked {
  opacity: 0;
}
.dellys-estimated-time {
  display: block !important;
  float: left;
  width: 45px !important;
  height: 45px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  margin-right: 8px;
  font-size: 9px;
  text-align: center;
  padding-top: 3px !important;
  background-color: #fff;
}
.dellys-estimated-time:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f017";
  display: block;
  font-size: 16px;
  width: 100%;
  color: #9db55d;
}
.dellys-branch-select-dropdown label,
.dellys-branch-select-dropdown select {
  width: 100%;
}
.dellys-branch-select-dropdown label {
  margin-bottom: 8px;
  display: block;
}
.dellys-branch-select-dropdown select {
  padding: 15px;
  border-radius: 6px;
  background-color: #f6f6f6;
}
.woocommerce-message[data-dellys-notice="minimum-amount"] {
  display: none;
}
