@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700;800&display=swap');

.product {
  display: flex;
  margin: 20px auto;
  border: 1px solid #000;
  max-width: 800px;
  padding: 10px 20px;
}

.product-image {
  flex: 1;
}

.product-image img {
  max-width: 100%;
}

.product-info {
  flex: 1;
  padding: 0 20px;
}

.product-title {
  font-size: 24px;
  margin: 0;
}

.product-price {
  font-size: 18px;
  color: #888;
  margin: 10px 0;
}

.product-description {
  margin-bottom: 20px;
}

.product-quantity {
  margin-bottom: 10px;
}

.product-quantity label {
  margin-right: 5px;
}

.product-quantity input {
  width: 50px;
}

.add-to-cart {
  padding: 10px 20px;
  font-size: 18px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
}
.product.hide {
  display: none;
}
.hide {
  display: none;
}

.cart {
  max-width: 100%;
  margin: 20px auto;
  padding: 10px;
  position: relative;
}

.cart-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.cart-items {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.cart-item {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.item-thumbnail {
  flex: 0 0 100px;
  margin-right: 20px;
  text-align: center;
}

.item-thumbnail img {
  max-width: 100%;
}

.item-details {
  flex: 1;
}

.item-title {
  font-size: 20px;
  margin: 0;
  margin-bottom: 5px;
}

.item-price {
  font-size: 16px;
  color: #888;
  margin: 0;
}

.quantity-wrapper {
  margin-top: 10px;
}

.quantity-wrapper label {
  margin-right: 5px;
}

.quantity-wrapper input {
  width: 50px;
}

.item-total {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.item-remove {
  display: flex;
  align-items: center;
}

.remove-button {
  padding: 5px 10px;
  font-size: 14px;
  background-color: #ccc;
  border: none;
  cursor: pointer;
}

.coupon-wrapper {
  margin-bottom: 20px;
}

.coupon-wrapper input[type="text"] {
  padding: 5px;
  width: 200px;
}

.apply-coupon {
  padding: 5px 10px;
  font-size: 14px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
}

.cart-total {
  margin-top: 20px;
  text-align: right;
}

.checkout-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
}

.click-and-collect {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.popup-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.popup-content h2 {
  margin-top: 0;
}

.popup-content button {
  margin-top: 10px;
}

.hubbed-learn-more-modal.hubbed-is-visible {
  visibility: visible;
  opacity: 1;
}
.hubbed-learn-more-modal .learn-more-sub-modal {
  max-width: 800px;
  margin: 0 auto;
  overflow: auto;
  background: url(https://apps.hubbed.com.au/assets/images/popup-bg.png)
    no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  padding: 60px 220px 124px 60px;
  position: relative;
  max-height: 90vh;
  line-height: 0;
}
.hubbed-learn-more-modal .learn-more-sub-modal::-webkit-scrollbar {
  width: 5px;
}

.hubbed-learn-more-modal .learn-more-sub-modal::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.hubbed-learn-more-modal .learn-more-sub-modal::-webkit-scrollbar-thumb {
  background: #93cfb3;
  border-radius: 10px;
}

.hubbed-learn-more-modal .learn-more-sub-modal .learn-more-hubbed-close {
  width: 20px;
  margin-left: auto;
}
.hubbed-learn-more-modal .learn-more-sub-modal .learn-more-hubbed-close svg {
  fill: #fff;
  position: absolute;
  width: 20px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.hubbed-learn-more-modal .learn-more-sub-modal .learn-more-hubbed-title {
  font-family: "Bebas Neue", sans-serif;
  display: block;
  font-size: 38px;
  line-height: 38px;
  color: #fff;
  letter-spacing: 0.6px;
}
.hubbed-learn-more-modal .learn-more-sub-modal .learn-more-hubbed-sub-title {
  font-family: "Bebas Neue", sans-serif;
  display: block;
  font-size: 38px;
  line-height: 38px;
  color: #8ba641;
  margin: 10px 0 50px 0;
  letter-spacing: 0.6px;
}
.hubbed-learn-more-modal .learn-more-sub-modal .learn-more-hubbed-description {
  display: block;
  margin-bottom: 30px;
  color: #fff;
  font-family: Barlow Condensed;
  line-height: normal;
  font-size: 15px;
  letter-spacing: 0.6px;
}
.hubbed-learn-more-modal
  .learn-more-sub-modal
  .learn-more-hubbed-description
  a {
  color: #fff;
}
.checkout-steps .input-group-btn {
  display: flex;
  align-items: center;
}
.checkout-steps .input-group-btn .hubbed-learn-more svg {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hubbed-learn-more-modal .learn-more-sub-modal {
    padding: 30px 20px 50px 20px;
  }
  .hubbed-learn-more-modal .learn-more-sub-modal .learn-more-hubbed-title,
  .hubbed-learn-more-modal .learn-more-sub-modal .learn-more-hubbed-sub-title {
    font-size: 28px;
    line-height: 30px;
  }
  .hubbed-learn-more-modal .learn-more-sub-modal .learn-more-hubbed-sub-title {
    margin-bottom: 20px;
  }
  .hubbed-learn-more-modal
    .learn-more-sub-modal
    .learn-more-hubbed-description {
    margin-bottom: 15px;
  }
  .hubbed-learn-more-modal .learn-more-sub-modal .learn-more-hubbed-close svg {
    width: 17px;
    right: 10px;
    top: 10px;
  }
}

.popup {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff0;
}

@import url(https://fonts.googleapis.com/icon?family=Bebas+Neue|Barlow+Condensed);

.pac-container {
  z-index: 99999 !important;
  font-family: 'Barlow Condensed', sans-serif;
  background-color: #fff;
}
.pac-logo:after {
  display: none !important;
}
.input-group-btn {
  width: 100%;
}
.hubbed-popup-button {
  float: right;
  display: inline-block;
  cursor: pointer;
}
.wc-proceed-to-checkout.input-group {
  margin-top: 10px;
}
.hubbed-popup-button:hover svg path {
  fill: #005027;
}
.hubbed-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.hubbed-modal .hubbed-modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.hubbed-modal .hubbed-center {
  display: table-cell;
  vertical-align: middle;
}
.hubbed-modal .hubbed-modal-wrapper {
  position: relative;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  margin: 0 auto;
  max-width: 1100px;
  max-height: calc(100vh - 100px);
  overflow: auto;
  padding: 0px;
  width: calc(100% - 130px);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hubbed-modal .hubbed-modal-wrapper {
    width: calc(100% - 50px);
    max-height: calc(100vh - 50px);
  }
}
@media (max-width: 567px) {
  .hubbed-modal .hubbed-modal-wrapper {
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
  }
}
.hubbed-first-phase,
.hubbed-second-phase {
  min-height: 578px;
  position: relative;
}
@media (max-width: 567px) {
  .hubbed-first-phase {
    padding: 0 !important;
  }
}
.hubbed-second-phase #hubbed-map {
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute !important;
  width: 100%;
  z-index: 1;
}
.hubbed-modal .hubbed-modal-wrapper .hubbed-big-heading {
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 0;
  text-align: center;
  margin: 15px 0 35px 0;
  padding: 0;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .hubbed-modal .hubbed-modal-wrapper .hubbed-big-heading {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 567px) {
  .hubbed-modal .hubbed-modal-wrapper .hubbed-big-heading {
    font-size: 18px;
    line-height: 24px;
  }
}
.hubbed-modal.hubbed-is-visible {
  display: table;
}
.hubbed-modal.hubbed-is-visible .hubbed-modal-overlay {
  display: block;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.hubbed-modal .hubbed-close {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 12px;
  top: 12px;
  cursor: pointer;
  padding: 0;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99;
}
.hubbed-modal .hubbed-close.hubbed-second-phase-active {
  width: 35px;
  height: 35px;
}
.hubbed-modal .hubbed-close.hubbed-second-phase-active svg {
  width: 17px;
  fill: #fff;
}
.hubbed-modal .hubbed-close svg {
  width: 15px;
  fill: #fff;
}
@media (max-width: 768px) {
  .hubbed-modal .hubbed-close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 8px;
    padding: 6px;
    line-height: 15px;
  }
}
@media (max-width: 567px) {
  .hubbed-modal .hubbed-close {
    width: 25px;
    height: 25px;
    right: 8px;
    top: 8px;
    padding: 5px;
    line-height: 11px;
  }
}
.hubbed-model-one {
  max-width: 90%;
  margin: 0 auto;
}
.hubbed-modal .hubbed-logo {
  text-align: center;
  line-height: 0;
  display: flex;
  justify-content: center;
}
.hubbed-modal .hubbed-logo img {
  max-width: 160px;
}
@media (max-width: 992px) {
  .hubbed-modal .hubbed-logo img {
    max-width: 150px;
  }
  .hubbed-model-one {
    max-width: 100% !important;
  }
}
.hubbed-modal .hubbed-search-relative {
  position: relative;
  width: 100%;
}
.hubbed-modal .hubbed-second-phase .hubbed-search-relative {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.hubbed-modal .explore-toggles {
  width: 40%;
  padding-left: 5px;
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  .hubbed-modal .hubbed-second-phase .hubbed-search-relative {
    width: 60%;
  }
  .hubbed-modal .explore-toggles {
    width: 40%;
  }
}
@media (max-width: 567px) {
  .hubbed-modal .hubbed-second-phase .hubbed-search-relative {
    width: 100%;
  }
  .hubbed-modal .explore-toggles {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
.hubbed-modal .explore-toggles button {
  text-transform: uppercase;
  width: max-content;
  padding: 7px 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: 0;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  border-radius: 30px;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: normal !important;
  height: 40px;
  margin-bottom: 0;
  font-weight: 600;
  width: 95px;
  margin: 0 5px 0 0;
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
.hubbed-modal .explore-toggles button.active,
.hubbed-modal .explore-toggles button:focus {
  background: #fff !important;
  color: #000;
  border-color: #fff;
}
.hubbed-second-phase #hubbed-search-field-two {
  background: #fff;
}
.hubbed-modal .hubbed-search-location {
  max-width: 100%;
  margin: 0 0 0px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .hubbed-modal .hubbed-search-location {
    max-width: 85%;
  }
  .hubbed-modal .hubbed-second-phase .hubbed-search-location {
    max-width: 100% !important;
  }
}
@media (max-width: 567px) {
  .hubbed-modal .hubbed-search-location {
    max-width: 100%;
  }
  .hubbed-modal .hubbed-second-phase .hubbed-search-location {
    flex-wrap: wrap;
  }
}
.hubbed-modal .hubbed-search-location .hubbed-pin-location {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 12px;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  z-index: 9;
}
.hubbed-modal .hubbed-search-location .hubbed-pin-location svg {
  fill: #000;
}
p:empty {
  display: none;
}

@media (max-width: 567px) {
  .hubbed-modal .hubbed-search-location .hubbed-pin-location {
    left: 8px;
  }
  .hubbed-modal .hubbed-search-location .hubbed-pin-location svg {
    width: 18px;
  }
}
.hubbed-modal input.hubbed-form-field-text,
.hubbed-modal label.hubbed-form-field-text {
  border: 1px solid #adadad;
  padding: 12px 40px 12px 12px;
  font-size: 14px !important;
  color: #000;
  -webkit-box-shadow: 0 5px 13px #00000015;
  box-shadow: 0 5px 13px #00000015;
  height: 44px;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: normal !important;
  font-weight: 400;
  background-color: transparent;
  border-radius: 0;
}
.hubbed-modal label.hubbed-form-field-text {
  background-color: #fff6f0 !important;
}
button:focus,
button:hover {
  outline: 0 !important;
}
.hubbed-modal input.hubbed-form-field-text:hover,
.hubbed-modal label.hubbed-form-field-text:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.hubbed-modal input.hubbed-form-field-text:focus,
.hubbed-modal label.hubbed-form-field-text:focus {
  border-color: #000;
  color: #000;
}
.hubbed-modal .hubbed-search-location .hubbed-search-field {
  display: block;
  margin: 0;
  width: 100%;
  outline: 0;
  padding: 12px 65px 12px 40px;
  background-color: #fff;
}
.hubbed-modal .hubbed-form-field-text::-webkit-input-placeholder {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 14px !important;
  color: #000;
}
.hubbed-modal .hubbed-form-field-text:-ms-input-placeholder {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 14px !important;
  color: #000;
}
.hubbed-modal .hubbed-form-field-text::-ms-input-placeholder {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 14px !important;
  color: #000;
}
.hubbed-modal .hubbed-form-field-text::placeholder {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 14px !important;
  color: #000;
}
.hubbed-input-clear img {
  width: 20px;
}
.hubbed-input-clear {
  position: absolute;
  top: 10px;
  right: 68px;
  display: none;
}
.hubbed-input-clear.clear-open {
  display: block;
}
@media (max-width: 567px) {
  .hubbed-filter-dropdown .hubbed-applay-filter {
    max-width: 130px;
  }
  .hubbed-modal .hubbed-form-field-text {
    padding: 12px 30px 12px 12px;
  }
  .hubbed-modal .hubbed-search-location .hubbed-search-field {
    padding: 12px 50px 12px 30px;
  }
  .hubbed-modal .hubbed-form-field-text {
    font-size: 12px !important;
  }
  .hubbed-modal .hubbed-form-field-text::-webkit-input-placeholder {
    font-size: 12px !important;
  }
  .hubbed-modal .hubbed-form-field-text:-ms-input-placeholder {
    font-size: 12px !important;
  }
  .hubbed-modal .hubbed-form-field-text::-ms-input-placeholder {
    font-size: 12px !important;
  }
  .hubbed-modal .hubbed-form-field-text::placeholder {
    font-size: 12px !important;
  }
  .hubbed-input-clear {
    right: 52px;
  }
}
.hubbed-modal .hubbed-search-location .hubbed-search-button {
  border: 1px solid #ffffff;
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.hubbed-modal
  .hubbed-second-phase
  .hubbed-search-location
  .hubbed-search-button {
  border-color: #fff;
  border-radius: 0 5px 5px 0;
}
@media (max-width: 567px) {
  .hubbed-modal .hubbed-search-location .hubbed-search-button {
    width: 45px;
  }
}
@media (max-width: 400px) {
  .hubbed-modal .hubbed-search-location .hubbed-search-button {
    height: 44px;
  }
}
.hubbed-modal .hubbed-search-location .hubbed-search-button svg {
  width: 22px;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 567px) {
  .hubbed-modal .hubbed-search-location .hubbed-search-button svg {
    width: 20px;
  }
}
.hubbed-modal .hubbed-steper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 44px 0;
  display: none;
}
@media (max-width: 992px) {
  .hubbed-modal .hubbed-steper {
    margin: 40px 0;
  }
}
@media (max-width: 768px) {
  .hubbed-modal .hubbed-steper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0;
  }
}
.hubbed-modal .hubbed-steper .hubbed-steper-part {
  text-align: center;
  width: 33%;
  padding: 20px;
  margin: 0 2.5%;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px 1px #00000015;
  box-shadow: 2px 2px 2px 1px #00000015;
  padding: 20px;
}
@media (max-width: 992px) {
  .hubbed-modal .hubbed-steper .hubbed-steper-part {
    margin: 0 1.5%;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .hubbed-modal .hubbed-steper .hubbed-steper-part {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
.hubbed-modal .hubbed-steper .hubbed-steper-part .hubbed-steper-icon {
  width: 50px;
  height: 50px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(#000)
  );
  background: -webkit-linear-gradient(left, #000, #000);
  background: -o-linear-gradient(left, #000, #000);
  background: linear-gradient(to right, #000, #000);
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  display: none !important;
}
@media (max-width: 992px) {
  .hubbed-modal .hubbed-steper .hubbed-steper-part .hubbed-steper-icon {
    width: 45px;
    height: 45px;
  }
}
.hubbed-modal .hubbed-steper .hubbed-steper-part .hubbed-steper-icon svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}
@media (max-width: 992px) {
  .hubbed-modal .hubbed-steper .hubbed-steper-part .hubbed-steper-icon svg {
    width: 22px;
    height: 22px;
  }
}
.hubbed-modal .hubbed-steper .hubbed-steper-part h4 {
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: -0.4px;
  padding: 0;
  line-height: 18px;
  font-family: 'Barlow Condensed', sans-serif;
}
@media (max-width: 992px) {
  .hubbed-modal .hubbed-steper .hubbed-steper-part h4 {
    font-size: 14px;
  }
}
.hubbed-modal .hubbed-steper .hubbed-steper-part p {
  margin: 5px 0 0 0;
  font-size: 14px;
  color: #757575;
  line-height: 18px;
  font-family: 'Barlow Condensed', sans-serif;
}
@media (max-width: 567px) {
  .hubbed-modal .hubbed-steper .hubbed-steper-part p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  .hubbed-modal .hubbed-steper .hubbed-steper-part.hubbed-steper-1:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .hubbed-modal .hubbed-steper .hubbed-steper-part.hubbed-steper-1:before {
    top: 38px;
  }
}
.hubbed-modal .hubbed-model-two .hubbed-search-location {
  max-width: 100%;
  margin-bottom: 20px;
}
.hubbed-modal #hubbed_display_filters {
  background-color: #fff;
  position: relative;
  padding: 7px 10px;
  border: 1px solid #adadad;
  margin: 0 auto;
  display: inline-block;
  border-radius: 5px;
  line-height: 0;
}
.hubbed-modal .hubbed-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 4px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #757575;
  line-height: 20px;
  display: inline-block;
  margin-right: 6px;
  width: auto;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.hubbed-modal .hubbed-filter-part .hubbed-radius-km .hubbed-label {
  margin: 0 10px 0 0;
  color: #000;
  width: auto;
  display: inline-block;
  position: relative;
  top: 1px;
  letter-spacing: 0;
  font-weight: 600;
}
.hubbed-modal .hubbed-checkbox .hubbed-radio-field {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.hubbed-modal .hubbed-checkbox .hubbed-checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #adadad;
  margin-left: 0;
}
.hubbed-modal .hubbed-checkbox:hover .hubbed-radio-field ~ .hubbed-checkmark {
  background-color: #fff;
}
.hubbed-modal .hubbed-checkbox .hubbed-radio-field:checked ~ .hubbed-checkmark {
  background-color: #000;
  border-color: #000;
}
.hubbed-modal .hubbed-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.hubbed-modal
  .hubbed-checkbox
  .hubbed-radio-field:checked
  ~ .hubbed-checkmark:after {
  display: block;
}
.hubbed-modal .hubbed-checkbox .hubbed-checkmark:after {
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}
.hubbed-modal .hubbed-dropdown {
  position: relative;
  margin-bottom: 5px;
  margin-right: 2%;
}
.hubbed-modal .hubbed-same-width-dropdown {
  width: 31%;
}
.hubbed-filter-buton {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.hubbed-filter-dropdown .hubbed-applay-filter {
  max-width: 150px;
}
@media (max-width: 991px) {
  .hubbed-modal .hubbed-same-width-dropdown {
    width: 47%;
  }
  .hubbed-modal .hubbed-dropdown {
    margin-right: 3%;
    margin-bottom: 10px;
  }
  .hubbed-filter-dropdown .hubbed-dropdown:nth-child(2n) {
    margin-right: 0;
  }
  .hubbed-filter-dropdown .hubbed-applay-filter {
    width: 50%;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .hubbed-filter-dropdown .hubbed-applay-filter {
    padding: 12px 28px !important;
  }
}
.hubbed-dropdown .hubbed-dropdown-list {
  padding: 15px 12px;
  background: #fff;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  border: 2px solid #f47621;
  max-height: 223px;
  overflow-y: auto;
  background: #fff6f0;
  display: none;
  z-index: 10;
  -webkit-box-shadow: 0 5px 13px #00000015;
  box-shadow: 0 5px 13px #00000015;
}
.hubbed-filter-dropdown {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hubbed-dropdown .hubbed-dropdown-checkbox {
  opacity: 0;
  transition: opacity 0.2s;
}
.hubbed-dropdown .hubbed-dropdown-label {
  display: block;
  margin: 0;
  width: 100%;
  outline: 0;
  white-space: nowrap;
  overflow: auto;
  letter-spacing: 0;
}
.hubbed-dropdown .hubbed-dropdown-label:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s;
  transform-origin: center center;
  z-index: 99;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #000;
}
.hubbed-dropdown .hubbed-dropdown-label:after {
  content: "";
  position: absolute;
  width: 40px;
  height: calc(100% - 4px);
  background-color: #fff6f0;
  right: 2px;
  top: 2px;
  z-index: auto;
}
.hubbed-dropdown.hubbed-dropdown-open .hubbed-dropdown-list {
  display: block;
}
.hubbed-dropdown.hubbed-dropdown-open .hubbed-dropdown-checkbox {
  transition: 2s opacity 2s;
  opacity: 1;
}
.hubbed-dropdown.hubbed-dropdown-open .hubbed-dropdown-label:before {
  transform: translateY(-50%) rotate(-180deg);
}
.hubbed-dropdown-checkbox {
  margin-bottom: 8px;
}
.hubbed-dropdown-checkbox:last-child {
  margin-bottom: 0;
}
.hubbed-dropdown-checkbox .hubbed-checkbox-custom {
  display: none;
}
.hubbed-dropdown-checkbox .hubbed-checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.hubbed-dropdown-checkbox
  .hubbed-checkbox-custom
  + .hubbed-checkbox-custom-label:before {
  content: "";
  background: 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  width: 12px;
  height: 12px;
  border: 1px solid #757575;
  border-radius: 2px;
  margin-top: -2px;
}
.hubbed-dropdown-checkbox
  .hubbed-checkbox-custom:checked
  + .hubbed-checkbox-custom-label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  padding: 4px 2px;
  transform: rotate(43deg);
  text-align: center;
  border: solid #000;
  border-width: 0 2px 2px 0;
}
.hubbed-dropdown-checkbox .hubbed-checkbox-custom-label {
  margin: 0;
  font-size: 14px;
  color: #2b2b2b;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 16px;
  width: 100%;
  font-weight: 400 !important;
  letter-spacing: 0;
}
@media (max-width: 567px) {
  .hubbed-dropdown-checkbox .hubbed-checkbox-custom-label {
    font-size: 12px;
  }
  .hubbed-modal .hubbed-checkbox {
    font-size: 12px;
  }
  .hubbed-modal .hubbed-link-button {
    margin-left: 10px !important;
    font-size: 12px !important;
  }
  .hubbed-filter-dropdown {
    flex-direction: column;
  }
  .hubbed-modal .hubbed-same-width-dropdown {
    width: 100%;
  }
  .hubbed-modal .hubbed-dropdown {
    margin-right: 0;
  }
  .hubbed-model-loader-backgroud {
    height: calc(100% - 330px) !important;
  }
}
.hubbed-modal .hubbed-search-address-part #hubbed_display_response {
  height: 100%;
  overflow: auto;
  min-height: 435px;
  position: relative;
  margin-top: 0px;
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
}
.hubbed-modal .hubbed-search-address-part .hubbed-show-list {
  opacity: 1 !important;
  pointer-events: auto !important;
  transition: all 1s;
}
.hubbed-modal .hubbed-search-address-part .hubbed-show-address {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px 1px #00000015;
  box-shadow: 2px 2px 2px 1px #00000015;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 8px;
  border-radius: 10px;
  flex-wrap: wrap;
}
.hubbed-modal .hubbed-search-address-part .hubbed-show-address .hubbed-left {
  padding-right: 10px;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}
.hubbed-modal .hubbed-search-address-part .hubbed-show-address .hubbed-Name {
  margin: 0;
}
.hubbed-modal .hubbed-h4-heading {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 25px;
  letter-spacing: 0;
  /* cursor: pointer; */
}
/* .hubbed-modal .hubbed-h4-heading:hover {
  text-decoration: underline;
} */
@media (max-width: 567px) {
  .hubbed-modal .hubbed-h4-heading {
    font-size: 14px;
    line-height: 22px;
  }
}
.hubbed-modal .hubbed-search-address-part .hubbed-show-address .hubbed-address {
  margin: 5px 0 5px 0;
  color: #212129;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}
.hubbed-modal
  .hubbed-search-address-part
  .hubbed-show-address
  .hubbed-address
  svg {
  width: 30px;
}
.hubbed-modal .hubbed-parapgraph-text {
  margin-bottom: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
}
@media (max-width: 567px) {
  .hubbed-modal .hubbed-parapgraph-text {
    font-size: 12px;
  }
  .hubbed-modal
    .hubbed-search-address-part
    .hubbed-show-address
    .hubbed-address
    svg {
    width: 50px;
  }
}
.hubbed-modal .hubbed-search-address-part .hubbed-show-address .timing {
  margin: 8px 0 5px 0;
  color: #757575;
}
.hubbed-loader {
  transform: translate(-50%, -50%);
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #000;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  z-index: 999;
  animation: spin 2s linear infinite;
}
.hubbedModalLoader {
  transform: translate(-50%, -50%);
  border: 14px solid #f3f3f3;
  border-radius: 50%;
  border-top: 14px solid #000;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  z-index: 999;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}
.hubbed-model-loader-block {
  overflow: hidden !important;
}
.hubbed-loader-block {
  position: fixed;
  width: 100%;
}
.hubbed-loader-backgroud,
.hubbed-model-loader-backgroud {
  background-color: rgba(0, 0, 0, 0.22);
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
}
.hubbed-modal .hubbed-link-button:hover {
  color: #000 !important;
}
.hubbed-modal .hubbed-link-button {
  background-color: transparent !important;
  color: #757575 !important;
  text-decoration: underline;
  font-weight: 700;
  padding: 0;
  margin-left: 15px;
  font-size: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  height: auto !important;
  text-transform: capitalize;
  line-height: initial;
  border: 0;
}
.hubbed-model-loader-backgroud {
  background-color: rgba(0, 0, 0, 0.22);
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
}
.hubbed-loader-backgroud {
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  z-index: 999999;
}
.hubbed-model-two {
  position: relative;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hubbed-modal .hubbed-button-same {
  background: transparent;
  color: #000;
  padding: 0;
  outline: 0;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  border-radius: 30px;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: normal !important;
  margin-bottom: 0;
  font-weight: 500;
  width: 100%;
  text-align: left;
}
.hubbed-modal .hubbed-button-same:hover {
  transition: all 0.5s;
  text-decoration: underline;
}
.hubbed-loadmore-section .hubbed-right {
  text-align: center;
}
.hubbed_loadmore {
  margin: 0 auto;
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .hubbed-modal .hubbed-button-same {
    font-size: 14px;
  }
  .hubbedModalLoader {
    border: 13px solid #f3f3f3;
    border-top: 13px solid #000;
    width: 80px;
    height: 80px;
  }
  .hubbed-loader {
    border: 14px solid #f3f3f3;
    border-top: 14px solid #000;
    width: 95px;
    height: 95px;
  }
  .hubbed_loadmore {
    margin-top: 14px;
  }
}
@media (max-width: 567px) {
  .hubbed-modal .hubbed-button-same {
    font-size: 14px;
    padding: 0px;
  }
}
.hubbed-scrollfix {
  position: fixed;
  width: 100%;
  margin: 0;
}
#hubbedErrMsg {
  font-size: 14px;
  padding: 0 0;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 18px;
  color: red;
  letter-spacing: 0.3px;
  margin: 8px 0 0 0;
  text-align: left;
  height: 16px;
}
@media (max-width: 567px) {
  #hubbedErrMsg {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
  }
}
.gm-style-mtc {
  display: none;
}
.hubbed-applay-filter,
.hubbed-clear-filter {
  z-index: 1;
}
.hubbed-second-phase .hubbed-search-location #hubbed-search-field-two {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
#hubbed-map .gm-style-iw-d .hubbed-map-marker-title {
  font-size: 14px;
  font-weight: 500;
  width: 100% !important;
  display: inline-block;
  text-align: center;
  color: #f47721;
}
#hubbed-map .gm-style-iw-d .select-address {
  margin: 14px auto 0 auto;
  display: block;
}
#hubbed-map .gm-style-iw {
  padding: 15px 15px 15px 15px !important;
  display: flex;
  align-items: center;
  min-width: 200px !important;
  width: 270px;
}
#hubbed-map .gm-style-iw .gm-style-iw-d {
  overflow: auto !important;
  height: 100%;
}
#hubbed-map .gm-style-iw .gm-style-iw-d > div {
  height: 100%;
}
.hubbed-modal .hubbed-modal-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #adadad;
}
.hubbed-modal .hubbed-modal-wrapper::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 10px;
}
.hubbed-modal .hubbed-modal-wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eaeaea;
}
.hubbed-modal .hubbed-modal-wrapper::-webkit-scrollbar {
  width: 10px;
}
.hubbed-modal
  .hubbed-search-address-part
  #hubbed_display_response::-webkit-scrollbar-thumb:hover {
  background-color: #adadad;
}
.hubbed-modal
  .hubbed-search-address-part
  #hubbed_display_response::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 10px;
}
.hubbed-modal
  .hubbed-search-address-part
  #hubbed_display_response::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eaeaea;
}
.hubbed-modal
  .hubbed-search-address-part
  #hubbed_display_response::-webkit-scrollbar {
  width: 10px;
}
.hubbed-parapgraph-text .material-icons {
  color: #000;
  position: relative;
  top: 6px;
}
.hubbed-modal .hubbed_selected_item .material-icons {
  transition: all 0.5s;
}
.hubbed-modal .hubbed_selected_item:hover .material-icons {
  transition: all 0.5s;
  transform: rotate(360deg);
}
.hubbed-modal-wrapper .hubbed-second-phase .search-map-list-part {
  position: relative;
}
.hubbed-modal .explore-toggles {
  display: none;
}
.hubbed-modal
  .hubbed-search-address-part
  #hubbed_display_response
  #hubbed_display_records {
  max-width: 350px;
  position: absolute;
  left: 30px;
  top: 30px;
  bottom: 30px;
  overflow: auto;
  z-index: 2;
  background: #eeeeee;
  padding: 20px 10px;
  border-radius: 10px;
}
.hubbed-modal
  .hubbed-search-address-part
  #hubbed_display_response
  #hubbed_display_records::-webkit-scrollbar-thumb:hover {
  background-color: #adadad;
}
.hubbed-modal
  .hubbed-search-address-part
  #hubbed_display_response
  #hubbed_display_records::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 10px;
}
.hubbed-modal
  .hubbed-search-address-part
  #hubbed_display_response
  #hubbed_display_records::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eaeaea;
}
.hubbed-modal
  .hubbed-search-address-part
  #hubbed_display_response
  #hubbed_display_records::-webkit-scrollbar {
  width: 10px;
}
.hubbed-modal .hubbed-search-location {
  padding: 20px;
  position: relative;
}
.hubbed-modal .hubbed-second-phase .hubbed-search-location {
  background: #000000;
}
.hubbed-modal .hubbed-search-location .hubbed-search-location-logo {
  position: absolute;
  left: 50px;
  top: 31px;
}

@media (max-width: 768px) {
  .hubbed-modal .explore-toggles {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }
  .hubbed-modal
    .hubbed-search-address-part
    #hubbed_display_response
    #hubbed_display_records {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: -5px;
  }
}
@media (max-width: 767px) {
  .hubbed-modal #hubbed_display_filters {
    text-align: left;
  }
  .hubbed-modal .hubbed-filter-part .hubbed-radius-km .hubbed-label {
    width: 100%;
  }
  .hubbed-modal .hubbed-search-location {
    padding-top: 40px;
  }
  .hubbed-modal .hubbed-search-location .hubbed-search-location-logo {
    position: initial;
    margin-right: 0 auto 15px;
  }
}
.hubbed-center .hubbed-first-phase {
  padding: 0 !important;
  display: flex;
  align-items: center;
  background-color: #000;
}
.hubbed-center .hubbed-first-phase .hubbed-model-one {
  width: 100%;
  max-width: 90% !important;
  padding-bottom: 15%;
}
.hubbed-modal .hubbed-search-address-part .hubbed-show-address .hubbed-right {
  width: 100%;
  border-top: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  padding: 12px 24px;
}
.hubbed-modal
  .hubbed-search-address-part
  .hubbed-show-address
  .hubbed-address-details {
  padding: 15px 24px 5px 24px;
}
.hubbed-modal .hubbed-search-address-part .hubbed-show-address:hover {
  background: #fafafa;
}
.hubbed-modal
  .hubbed-search-address-part
  .hubbed-show-address
  .timing
  .hubbed-timing-expand {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.hubbed-modal
  .hubbed-search-address-part
  .hubbed-show-address
  .timing
  .hubbed-timing-expand
  span {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 20px;
  color: #bd152e;
  margin-right: 8px;
}
.hubbed-modal
  .hubbed-search-address-part
  .hubbed-show-address
  .timing
  .hubbed-timing-expand
  span.open-now {
  color: #0ca102;
}
.hubbed-modal
  .hubbed-search-address-part
  .hubbed-show-address
  .timing
  .hubbed-timing-expand
  p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 20px;
  color: #212129;
}
.hubbed-modal
  .hubbed-search-address-part
  .hubbed-show-address
  .timing
  .hubbed-expand-work-days {
  display: none;
  transition: transform 0.2s ease;
}
.hubbed-modal
  .hubbed-search-address-part
  .hubbed-show-address
  .timing
  .hubbed-timing-expand.active
  + .hubbed-expand-work-days {
  display: block;
}
.hubbed-modal .timing .hubbed-expand-work-days dl.hubbed-days-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.hubbed-modal .timing .hubbed-expand-work-days dt.hubbed-days-title {
  width: 50%;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #212129;
  font-weight: 400;
}
.hubbed-modal .timing .hubbed-expand-work-days dd.hubbed-days-time {
  width: 50%;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #212129;
  font-weight: 400;
}
.hubbed-modal
  .hubbed-search-address-part
  .hubbed-show-address
  .timing
  .hubbed-timing-expand
  svg {
  width: 10px;
  margin-left: auto;
  transition: transform 0.2s ease;
}
.hubbed-modal
  .hubbed-search-address-part
  .hubbed-show-address
  .timing
  .hubbed-timing-expand.active
  svg {
  transform: rotate(180deg);
}
.hubbed-modal
  .hubbed-search-address-part
  .hubbed-show-address
  .hubbed-right
  svg {
  width: 10px;
  margin-right: 8px;
  transition: transform 0.2s ease;
}
.hubbed-modal
  .hubbed-search-address-part
  .hubbed-show-address
  .hubbed-right:hover
  svg {
  transform: translate3d(4px, 0, 0);
}
#hubbed-map .gm-style-iw .gm-style-iw-d .hubbed-h4-heading {
  margin: 8px 0px;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
}
#hubbed-map .gm-style-iw .gm-style-iw-d .hubbed-parapgraph-text {
  color: #212129;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  display: flex;
}
#hubbed-map .gm-style-iw .gm-style-iw-d .hubbed-parapgraph-text svg {
  width: 60px;
}
#hubbed-map .gm-style-iw .gm-style-iw-d .hubbed-button-same {
  background: #000;
  padding: 8px;
  text-align: center;
  color: #fff;
}
.wc-proceed-to-checkout .input-group-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wc-proceed-to-checkout .input-group-btn .hubbed-learn-more svg {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  cursor: pointer;
}
.hubbed-learn-more-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hubbed-learn-more-modal.hubbed-is-visible {
  visibility: visible;
  opacity: 1;
}
.hubbed-learn-more-modal .learn-more-sub-modal {
  max-width: 800px;
  margin: 0 auto;
  overflow: auto;
  background: url(https://apps.hubbed.com.au/assets/images/popup-bg.png)
    no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  padding: 60px 220px 124px 60px;
  position: relative;
  max-height: 90vh;
  line-height: 0;
}
.hubbed-learn-more-modal .learn-more-sub-modal::-webkit-scrollbar {
  width: 5px;
}

.hubbed-learn-more-modal .learn-more-sub-modal::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.hubbed-learn-more-modal .learn-more-sub-modal::-webkit-scrollbar-thumb {
  background: #93cfb3;
  border-radius: 10px;
}

.hubbed-learn-more-modal .learn-more-sub-modal .learn-more-hubbed-close {
  width: 20px;
  margin-left: auto;
}
.hubbed-learn-more-modal .learn-more-sub-modal .learn-more-hubbed-close svg {
  fill: #fff;
  position: absolute;
  width: 20px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.hubbed-learn-more-modal .learn-more-sub-modal .learn-more-hubbed-title {
  font-family: "Bebas Neue", sans-serif;
  display: block;
  font-size: 38px;
  line-height: 38px;
  color: #fff;
  letter-spacing: 0.6px;
}
.hubbed-learn-more-modal .learn-more-sub-modal .learn-more-hubbed-sub-title {
  font-family: "Bebas Neue", sans-serif;
  display: block;
  font-size: 38px;
  line-height: 38px;
  color: #8ba641;
  margin: 10px 0 50px 0;
  letter-spacing: 0.6px;
}
.hubbed-learn-more-modal .learn-more-sub-modal .learn-more-hubbed-description {
  display: block;
  margin-bottom: 30px;
  color: #fff;
  font-family: Barlow Condensed;
  line-height: normal;
  font-size: 15px;
  letter-spacing: 0.6px;
}
.hubbed-learn-more-modal
  .learn-more-sub-modal
  .learn-more-hubbed-description
  a {
  color: #fff;
}
.checkout-steps .input-group-btn {
  display: flex;
  align-items: center;
}
.checkout-steps .input-group-btn .hubbed-learn-more svg {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hubbed-learn-more-modal .learn-more-sub-modal {
    padding: 30px 20px 50px 20px;
  }
  .hubbed-learn-more-modal .learn-more-sub-modal .learn-more-hubbed-title,
  .hubbed-learn-more-modal .learn-more-sub-modal .learn-more-hubbed-sub-title {
    font-size: 28px;
    line-height: 30px;
  }
  .hubbed-learn-more-modal .learn-more-sub-modal .learn-more-hubbed-sub-title {
    margin-bottom: 20px;
  }
  .hubbed-learn-more-modal
    .learn-more-sub-modal
    .learn-more-hubbed-description {
    margin-bottom: 15px;
  }
  .hubbed-learn-more-modal .learn-more-sub-modal .learn-more-hubbed-close svg {
    width: 17px;
    right: 10px;
    top: 10px;
  }
}

body {
  background-color: #fff;
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif !important;
}
.hubbed-customcssrow {
  display: flex;
  flex-wrap: wrap;
}
.hubbed-customcss,
.hubbed-customimage {
  width: 50%;
}
p.hubbed-code-title {
  padding: 10px;
  background: #e6e6e6;
  width: 90%;
  margin-bottom: 20px;
}
.white-background {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 6px #00000024;
  box-shadow: 2px 2px 6px #00000024;
}
.hubbed-tab-content .settings-notes {
  font-size: 13px;
  color: #6d6d6d;
  margin-top: 6px;
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
}
.hubbed-header-tab {
  background-color: #e6e6e6;
  padding: 10px 15px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  width: 100%;
  -webkit-box-shadow: 0 0 10px #00000015;
  box-shadow: 0 0 10px #00000015;
}
.hubbed-header-tab .hubbed-logo-part {
  float: left;
}
@media (max-width: 567px) {
  .hubbed-header-tab .hubbed-logo-part {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
}
.hubbed-header-tab .hubbed-nav {
  float: right;
}
@media (max-width: 567px) {
  .hubbed-header-tab .hubbed-nav {
    width: 100%;
    text-align: center;
  }
}
.hubbed-header-tab .hubbed-nav ul {
  padding: 0;
}
.hubbed-header-tab .hubbed-nav ul li {
  display: inline-block;
  list-style: none;
  padding: 10px 10px;
  outline: 0px !important;
}
.hubbed-header-tab .hubbed-nav ul li a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  box-shadow: none !important;
}
.hubbed-header-tab .hubbed-nav ul li a:hover {
  color: #000;
}
.hubbed-tab-content {
  margin: 15px;
}
.hubbed-section-title {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  padding: 15px;
  background-color: #e6e6e6;
  text-align: left;
}
.key-tab {
  border-radius: 0;
  padding: 40px;
  text-align: center;
  max-width: 100%;
  margin: 35px auto;
}
@media (max-width: 767px) {
  .key-tab {
    padding: 25px;
    margin: 35px auto;
  }
}

/**/
.key-tab .setting-section-row {
  border: 1px solid #e6e6e6;
}
.key-tab .field-main {
  padding: 20px;
}

/**/

.key-tab .hubbed-logo-key-tab {
  text-align: center;
  margin-bottom: 20px;
}
.key-tab .hubbed-key-label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin-right: 0;
  margin-bottom: 0px;
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif !important;
  width: 100%;
  text-align: right;
  padding: 10px 0px;
}

@media (max-width: 767px) {
  .key-tab .hubbed-key-label {
    text-align: left;
  }
}

.key-tab .hubbed-field-width {
  max-width: 60%;
}

@media (max-width: 1199px) {
  .key-tab .hubbed-field-width {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .key-tab .hubbed-field-width {
    max-width: 100%;
  }
}

.key-tab .hubbed-field {
  border: 1px solid #000;
  display: block;
  margin: 0;
  width: 100%;
  outline: 0;
  padding: 12px 15px 12px 15px;
  font-size: 14px;
  color: #000;
  -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.08);
  font-family: 'Barlow Condensed', sans-serif !important;
  margin-bottom: 10px;
  max-height: 45px;
  line-height: normal;
  height: 45px;
  border-radius: 0;
  max-width: 100%;
  outline: 0px !important;
}
.key-tab .hubbed-field:focus,
.key-tab .hubbed-field:hover {
  border-color: #000;
  outline: 0 !important;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.08);
}
.key-tab .hubbed-field::-webkit-input-placeholder {
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
  font-size: 14px;
}
.key-tab .hubbed-field:-ms-input-placeholder {
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
  font-size: 14px;
}
.key-tab .hubbed-field::-ms-input-placeholder {
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
  font-size: 14px;
}
.key-tab .hubbed-field::placeholder {
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
  font-size: 14px;
}
.api-key-part .submit {
  margin: 0;
  padding: 0;
}
.key-tab .hubbed-submit {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: 0;
  border: 0;
  cursor: pointer;
  /*
    background: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
    background: -webkit-linear-gradient(left, #000, #000);
    background: -o-linear-gradient(left, #000, #000);
    background: linear-gradient(to right, #000, #000);
    */
  background: #000;
  font-family: 'Barlow Condensed', sans-serif !important;
  margin: 0 auto;
  display: block;
  height: 45px !important;
  border-radius: 0;
  line-height: normal !important;
  outline: 0 !important;
}
.key-tab .hubbed-submit:hover {
  background: #000;
  color: #fff;
}
.key-tab .hubbed-submit:focus {
  background: #000;
  color: #fff;
}
.key-tab .setting-instructions-part {
  margin-top: 30px;
  text-align: left;
}
.setting-instructions-part h4 {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.key-tab .setting-instructions-part ol {
  padding-left: 15px;
  margin-top: 10px;
  margin-left: 0;
}
.key-tab .setting-instructions-part ol li {
  font-family: 'Barlow Condensed', sans-serif !important;
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
}
.key-tab .hubbed-select-part {
  position: relative;
}
.key-tab .hubbed-select-part:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #000;
  position: absolute;
  top: 20px;
  right: 8px;
}
.key-tab .hubbed-select-part .hubbed-select {
  border: 2px solid #000;
  display: block;
  margin: 0;
  width: 100%;
  outline: 0;
  padding: 12px 15px 12px 15px;
  font-size: 14px;
  color: #000;
  -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.08);
  font-family: 'Barlow Condensed', sans-serif !important;
  margin-bottom: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 100%;
  max-height: 45px;
  height: auto !important;
  line-height: normal !important;
  height: 45px;
  border-radius: 0;
  outline: 0 !important;
}
.key-tab .hubbed-select-part .hubbed-select:hover {
  border-color: #000 !important;
  color: #000 !important;
}
.key-tab .hubbed-select-part .hubbed-select:focus {
  border-color: #000 !important;
  color: #000 !important;
}
.key-tab .hubbed-select-part .hubbed-select::-webkit-input-placeholder {
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
  font-size: 14px;
}
.key-tab .hubbed-select-part .hubbed-select:-ms-input-placeholder {
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
  font-size: 14px;
}
.key-tab .hubbed-select-part .hubbed-select::-ms-input-placeholder {
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
  font-size: 14px;
}
.key-tab .hubbed-select-part .hubbed-select::placeholder {
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
  font-size: 14px;
}
.how-to-install {
  padding: 40px;
}
@media (max-width: 767px) {
  .how-to-install {
    padding: 20px;
  }
}

/*plan-detail*/
.hubbed-plan-content {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 6px #00000024;
  box-shadow: 2px 2px 6px #00000024;
  padding: 40px;
}
.hubbed_plan_detail {
  border: 1px solid #b5b5b5;
}
.hubbed_plan_detail table tr td {
  padding: 10px 15px;
}
.hubbed_plan_detail table tr {
  border-bottom: 1px solid #f69522;
}
.hubbed_plan_detail {
  border: 1px solid #e6e6e6;
}
.hubbed_plan_detail_heading {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  padding: 15px;
  background-color: #e6e6e6;
}
.hubbed_plan_detail table {
  width: 100%;
}
.hubbed_plan_detail table tr {
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .hubbed-plan-content {
    padding: 20px;
  }
}

@media (max-width: 567px) {
  .hubbed_plan_detail {
    overflow: auto;
  }
  .hubbed_plan_detail_heading {
    min-width: 500px;
  }
  .hubbed_plan_detail table {
    min-width: 500px;
  }
}
/*plan-detail*/

/*order-page*/
#hubbed_order_list_table_wrapper {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 6px #00000024;
  box-shadow: 2px 2px 6px #00000024;
  padding: 40px;
  margin: 30px 15px 2px;
}
table.dataTable {
  margin: 54px 0 15px 0 !important;
}
table.dataTable.no-footer {
  border: 1px solid #e6e6e6 !important;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 10px !important;
  color: #000000;
  border-bottom: 1px solid #e6e6e6 !important;
  background-color: #e6e6e6;
}
table.dataTable tbody tr td {
  border-bottom: 1px solid #e6e6e6 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 0px !important;
  background: #e6e6e6 !important;
}
.dataTable tbody td a {
  text-decoration: underline;
  color: #000;
}
/*order-page*/

.how-to-install .hubbed-main-heading {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  font-size: 23px;
  font-weight: 700;
  margin-top: 0;
  font-family: 'Barlow Condensed', sans-serif !important;
  line-height: normal !important;
}
.how-to-install .hubbed-secound-heading {
  margin: 15px 0;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
.how-to-install .hubbed-sub-sub-heading {
  margin: 15px 0 6px 0;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.how-to-install .hubbed-images {
  margin-bottom: 10px;
  border: 2px solid #e6e6e6;
  max-width: 100%;
  padding: 15px;
}
.how-to-install p {
  font-size: 14px;
  margin-top: 0;
  font-family: 'Barlow Condensed', sans-serif !important;
  color: #000;
  margin-bottom: 10px;
}
.how-to-install ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
.how-to-install ul li {
  margin-bottom: 6px;
  font-size: 14px;
  font-family: 'Barlow Condensed', sans-serif !important;
  color: #000;
}
ul {
  padding-left: 15px;
}
span#hubbed_position_selected_info {
  margin-bottom: 15px;
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 600;
}
label#hubbed-error-label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  margin-right: 0;
  margin-bottom: 15px;
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif !important;
  color: red;
}
#hubbedAdminErrMsg {
  font-size: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 18px;
  color: red;
  letter-spacing: 0.3px;
  margin: 8px 0 0 0;
  padding: 0 0;
}
.section-mt {
  margin-top: 45px;
}
.hubbed-tab-content h3 {
  font-size: 20px;
}

/* Homepage demo css start */
.page-id-17338 #qodef-page-outer {
  background-color: #fff;
}
.product-demo-homepage.hide {
  display: none;
}
.product-demo-homepage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* background-color: #253238; */
  background-color: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-demo-homepage .product-info {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.product-demo-homepage .product-info .product-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: normal;
  font-family: 'Barlow Condensed', sans-serif;
}
.product-demo-homepage .product-info .product-sub-title {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 14px;
}
.product-demo-homepage .product-info .add-to-cart {
  background-color: transparent;
  border-radius: 0.25rem;
  border: 1px solid #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-width: 242px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  font-family: "Bebas Neue";
}
.cart .cart-title {
  margin: 0 0 30px 0;
  letter-spacing: 1px;
  font-size: 35px;
  width: 100%;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  color: #3d4246;
}
.cart .continue-shopping-link {
  color: #557b97;
  font-size: 16px;
  width: 100%;
  text-align: center;
  display: block;
  text-decoration: underline;
  text-underline-offset: 6px;
  margin-bottom: 30px;
}
.cart-product-item {
  margin-bottom: 12px;
  width: 100%;
}
.cart-product-item tr th {
  color: #3d4246;
  font-size: 16px;
  font-weight: normal;
}
.cart-product-item tr {
  border: none;
}
.cart-product-item .item-thumbnail img {
  width: 100px;
  object-fit: contain;
}
.cart-product-item .item-title {
  font-weight: 400;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  color: #3d4246;
  letter-spacing: normal;
}
.cart-product-item .remove-link {
  color: #557b97;
  font-size: 16px;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-top: 5px;
}
.cart-product-item > tbody > tr > td,
.cart-product-item > tbody > tr > th {
  border-bottom: 1px solid #e8e9eb;
  border-right: none;
  border-left: none;
  padding: 22px 0px 22px 8px;
  vertical-align: middle;
  background-color: transparent !important;
  border-top: 0;
}
.cart-product-item .quantity-wrapper {
  margin: 0;
  display: inline;
}
.cart-product-item .quantity-wrapper input {
  padding: 10px 10px;
  width: 60px;
  margin-bottom: 10px;
  font-weight: normal;
  border: 1px solid #949494;
  text-align: center;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cart-product-item .product-price {
  color: #282829;
  font-size: 16px;
}
.cart-product-item .price-total {
  color: #282829;
  font-size: 16px;
  display: inline-block;
}
.cart-product-item .remove-button {
  background-color: transparent;
  outline: none;
}
.cart-product-item .remove-button svg {
  width: 24px;
  height: 24px;
}
.cart .coupon-wrapper input {
  border: 1px solid #000 !important;
  color: #666;
  border-radius: 2px;
  padding: 7px 10px !important;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.cart .coupon-wrapper .apply-coupon {
  border-radius: 2px;
  padding: 7px 18px !important;
  font-weight: 600;
  font-size: 15px;
  background-color: #000000;
  color: #fff;
}
.cart .cart-total .cart-totals-main {
  margin-bottom: 0px;
}
.cart .cart-total .cart-totals-main tr {
  border: none;
}
.cart .cart-total .cart-totals-main tr th {
  font-size: 16px;
  color: #3d4246;
  padding: 0px;
  width: 170px;
  border-right: none;
  font-weight: normal;
  text-align: right;
  background-color: transparent;
  border: 0;
}
.cart .cart-total .cart-totals-main tr td {
  font-size: 16px;
  color: #3d4246;
  border-right: none;
  padding: 0px;
  background-color: transparent;
  border: 0;
}
.cart .cart-total .cart_shipping-info {
  font-size: 14px;
  color: #69727b;
  font-weight: normal;
  margin-bottom: 20px;
}
.cart .cart-total {
  max-width: 320px;
  margin: 60px 0 0 auto;
}
.cart .cart-total h3 {
  font-size: 22px;
  color: #282829;
  margin: 0 0 15px 0;
}
.cart .cart-total .checkout-button {
  border-radius: 12px;
  padding: 7px 30px !important;
  font-weight: 600;
  font-size: 14px;
  background-color: transparent;
  color: #000;
  text-align: center;
  margin: 30px 0 10px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s linear;
  border: 3.5px solid #000;
  margin-right: 39px;
}
.cart .cart-total .click-and-collect-btn-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cart .cart-total .click-and-collect {
  background-color: transparent;
  color: #000000;
  width: auto;
  text-align: center;
  padding: 0px 8px;
}
.cart .cart-total .hubbed-learn-more {
  width: 32px;
}
.cart .cart-total .hubbed-learn-more svg {
  width: 32px;
  height: 32px;
  fill: #000;
}
.popup-content-info {
  width: 100%;
}
.hubbed-modal
  .hubbed-search-address-part
  .hubbed-show-address
  .hubbed-right
  .custom-select-location {
  background-color: transparent;
  padding: 0;
  color: #282829;
}
.hubbed-map-address #hubbed-map-address-cus {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 30px;
  width: 100%;
  margin-top: 12px;
}

/* Checkout page css*/
.custom_checkout {
  display: none;
}
#demo_back_btn {
  margin-bottom: 15px;
  font-family: var(--e-global-typography-520c191-font-family), sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  padding: 0;
  display: flex;
  align-items: center;
  border: none;
  background-color: transparent;
  color: #000;
}
#demo_back_btn svg {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
.active_custom_checkout {
  display: block !important;
}
.custom_checkout .suctom-checkout-details {
  display: flex;
  flex-wrap: wrap;
}
.custom_checkout .checkout-form {
  width: 60%;
  padding-right: 30px;
}
.custom_checkout .checkout-form h2 {
  font-size: 26px;
  letter-spacing: normal;
  font-weight: 600;
  display: block;
  margin: 0px 0 25px;
  text-align: center;
}
.custom_checkout .checkout-form .form-group {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.custom_checkout .checkout-form .form-group label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  width: 100%;
}
.custom_checkout .checkout-form .form-group input,
.custom_checkout .checkout-form .form-group select {
  font-size: 16px;
  color: #666666;
  background-color: #fefefe !important;
  border: 1px solid #bebebe !important;
  border-radius: 2px;
  margin-bottom: 0;
  padding: 7px 10px !important;
  font-weight: 500;
}
.custom_checkout .checkout-form .form-group textarea {
  font-size: 16px;
  color: #666666;
  background-color: #fefefe !important;
  border: 1px solid #bebebe !important;
  border-radius: 2px;
  margin-bottom: 0;
  padding: 7px 10px !important;
  font-weight: 500;
  height: 80px;
}
.custom_checkout .checkout-form .hubbed_checkout_address textarea {
  background-color: #dbdbdb !important;
  border: none !important;
}
.custom_checkout .order-details {
  width: 40%;
  padding-left: 30px;
}
.custom_checkout .order-details h2 {
  font-size: 26px;
  letter-spacing:normal;
  font-weight: 600;
  display: block;
  margin: 0px 0 25px;
  text-align: center;
}
.custom_checkout .order-details .order-details-main .order-details-box {
  display: flex;
  margin-bottom: 2px;
  border-bottom: none;
}
.custom_checkout .order-details .order-details-main .order-details-box h3 {
  width: 45%;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #282829;
  padding: 10px 15px;
  background-color: #fefefe;
}
.custom_checkout .order-details .order-details-main .order-details-box p {
  width: 55%;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #282829;
  padding: 10px 15px;
  background-color: #f6f6f6;
}
.custom_checkout .order-details .place-order-btn-main {
  width: 100%;
  margin-top: 30px;
}
.custom_checkout .order-details .place-order-btn-main p {
  width: 100%;
  font-size: 16px;
  color: #888;
  margin: 0 0 20px !important;
  display: inline-block;
}
.custom_checkout .order-details .place-order-btn-main .place-order-button {
  width: 100%;
  font-size: 24px;
  background-color: #000000 !important;
  color: #fff;
  letter-spacing:0px;
  text-transform: uppercase;
  padding: 12px 10px;
  display: block;
  font-weight: 600;
  line-height: normal;
  border-radius: 2px;
  display: block;
  font-family: var(--e-global-typography-d3dae9a-font-family), sans-serif;
}

@media only screen and (max-width: 991px) {
  /* Checkout page css*/
  .custom_checkout .checkout-form {
    width: 100%;
    padding-right: 0;
  }
  .custom_checkout .order-details {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .cart-product-item {
    border: none;
  }
  .cart-product-item tr {
    margin-bottom: 20px;
  }
  .cart-product-item tr,
  .cart-product-item td,
  .cart-product-item tbody,
  .cart-product-item thead,
  .cart-product-item tfoot,
  .cart-product-item th {
    display: table;
    width: 100%;
    border-collapse: separate;
  }
  .cart-product-item tbody tr td:first-child {
    border-top: none;
    width: 100% !important;
  }
  .cart-product-item tbody .item-thumbnail {
    margin-right: 0;
  }
  .cart-product-item tbody tr td:nth-child(2) {
    border-top: none;
  }
  .cart-product-item tbody tr:first-child {
    display: none;
  }
  .cart-product-item td[title]::before {
    content: attr(title);
  }
  .cart-product-item td::before {
    white-space: nowrap;
    width: 50%;
    display: table-cell;
    text-align: left;
  }
  .cart-product-item .item-title {
    margin-top: 10px;
  }
}

/* Homepage demo css end */

/* Thank you page css start */
.custom_checkout {
  display: none;
}
.custom_thankyou {
  display: none;
  padding: 20px 0;
}
.active-thankyou {
  display: block !important;
}
.custom_thankyou .thank-you-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 10px;
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
.custom_thankyou .thank-you-container h1 {
  font-size: 40px;
  margin: 10px 0 20px;
}
.custom_thankyou .thank-you-container .thank-you-desc {
  margin: 0;
}
.custom_thankyou .thank-you-container .thank-you-contact-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 20px 0 0;
}
.custom_thankyou .thank-you-container .next_cta {
  background-color: #000;
  border: 2px solid transparent;
  padding: 8px 10px;
  border-radius: 10px;
  transition: all 0.3s linear;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  max-width: 150px;
  width: 100%;
  margin-top: 10px;
}
.custom_thankyou .thank-you-container .next_cta:hover {
  border-color: #000;
  background-color: transparent;
  color: #000;
}

@media only screen and (max-width: 480px) {
  .custom_thankyou .thank-you-container {
    padding: 20px 10px;
  }
  .custom_thankyou .thank-you-container h1 {
    font-size: 34px;
    line-height: normal;
  }
}
/* Thank you page css end */

/*cta start*/
.final_cta_button {
  display: none;
  padding: 10px 0;
}
.active_cta_final {
  display: block !important;
}
.final_cta_button .final_cta_button_box .final_cta_title_box{ display: flex; align-items: center; width: 100%; justify-content: center; margin-bottom: 10px;}
.final_cta_button .final_cta_button_box .final_cta_title {  margin: 0; font-weight: 600; color: #282829; font-size: 20px;}
.final_cta_button .final_cta_button_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 10px;
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
.final_cta_button .final_cta_button_box .thank-you-contact-btn { 
  display: flex;
  align-items: center;
  justify-content: center;  
  margin: 0px 0 0;
}
.final_cta_button .final_cta_button_box .thank-you-contact-btn a {      
  transition: all 0.3s linear;  
  text-decoration: underline;
  font-size: 20px;
  font-weight: 600;
  max-width: 150px;
  width: 100%;
  margin-top: 0px;
  margin-left: 10px;
}
.final_cta_button .final_cta_button_box .thank-you-contact-btn a:hover{ color: #282829;}
@media only screen and (max-width: 480px) {
  .final_cta_button .final_cta_button_box {
    padding: 20px 10px;
  }
  .final_cta_button .final_cta_button_box .final_cta_title_box{ flex-direction: column; }
}

/*cta end*/

.restart_demo {
  text-decoration: underline;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
  font-size: 18px;
}

 /* Ready for pickup css start */

 .ready-for-pickup-main{
  display: none;
 }
 .confirmation-main{
  display: none;
 }
 .active_ready_for_pickup_main{
  display: block !important;
 }
.active_confirmation_main{
  display: block !important;
}
.ready-for-pickup-main .pickup-box{display: flex; justify-content: center; align-items: center; flex-direction: column; box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; border-radius: 10px; background-color: #fff; max-width: 600px; margin: 0 auto; padding: 20px; text-align: center;}
.ready-for-pickup-main .pickup-box .top-bar{ width: 100%; text-align: center;}
.ready-for-pickup-main .pickup-box .top-bar img{ width: 100%; height: 100px; object-fit: contain;}
.ready-for-pickup-main .pickup-box .top-bar .heading{ margin: 15px 0 40px 0; text-align: center; text-transform: uppercase; font-weight: 700; font-size: 46px; padding: 0 2rem; letter-spacing: 0; font-family: 'Barlow Condensed', sans-serif;}
.ready-for-pickup-main .pickup-box .top-bar .heading span{ color: #f88379; }

.ready-for-pickup-main .pickup-content { border-radius: 20px; padding: 40px; background-color: #f5f5f5;}
.ready-for-pickup-main .pickup-content .description{ width: 100%; font-size: 20px; font-weight: 400; text-align: center; margin: 0 0 2rem 0;}
.ready-for-pickup-main .pickup-content .store-details-main{ background-color: #fff; border-radius: 20px; padding: 20px;}
.ready-for-pickup-main .pickup-content .store-details-main .store-details-title{ text-align: center; text-transform: uppercase; font-weight: 700; font-size: 38px; width: 100%; margin: 0 0 22px 0; padding: 0 0 22px 0; border-bottom: 2px solid #a0a0a0;letter-spacing: 0; font-family: 'Barlow Condensed', sans-serif;}
.ready-for-pickup-main .pickup-content .store-details-main .store-details-content .store-details-list{ display: flex; margin-bottom: 20px; text-align: left;}
.ready-for-pickup-main .pickup-content .store-details-main .store-details-content .store-details-list span{ width: 50%; display: inline-block; text-transform: uppercase;font-size: 20px; font-weight: 400; padding: 0 10px;}
.ready-for-pickup-main .pickup-content .store-details-main .store-details-content .store-details-list p{ margin: 0; width: 50%; font-size: 20px; font-weight: 400; padding: 0 10px;}
.ready-for-pickup-main .pickup-content .store-details-main .store-details-content .store-details-list:first-child span{ font-weight: 500; }
.ready-for-pickup-main .pickup-content .store-details-main .store-details-content .store-details-list:first-child p{ font-weight: 500;}


.confirmation-main .confirmation-box{display: flex; justify-content: center; align-items: center; flex-direction: column; box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; border-radius: 10px; background-color: #fff; max-width: 600px; margin: 0 auto; padding: 20px; text-align: center;}
.confirmation-main .confirmation-box .top-bar{ width: 100%; text-align: center;}
.confirmation-main .confirmation-box .top-bar img{width: 100%; height: 100px; object-fit: contain;}
.confirmation-main .confirmation-box .top-bar .heading{margin: 15px 0 40px 0; text-align: center; text-transform: uppercase; font-weight: 700; font-size: 46px; padding: 0 2rem; letter-spacing: 0; font-family: 'Barlow Condensed', sans-serif;}
.confirmation-main .confirmation-box .top-bar .heading span{ color: #fdbd12; }
.confirmation-main .confirmation-box .top-bar .sub-desc{ max-width: 400px; width: 100%; font-size: 20px; font-weight: 400; text-align: center; margin: 0 auto 2.8rem;}

.confirmation-main .confirmation-content{ width: 100%; text-align: center; background-color: #e6e7e8; border-radius: 20px; padding: 2.3rem; }
.confirmation-main .confirmation-content .confirmation-title{ text-align: center; text-transform: uppercase; font-weight: 700; font-size: 38px; width: 100%; margin: 0 0 25px 0;letter-spacing: 0; font-family: 'Barlow Condensed', sans-serif;}
.confirmation-main .confirmation-content .confirmation-desc{max-width: 450px; margin: 0px auto 1.5rem; width: 100%; text-align: center; font-size: 26px; font-weight: 400;}
.confirmation-main .confirmation-content .confirmation-desc span{ color: #ef3d4a; }
.confirmation-main .confirmation-content .tracking-id-main{ width: 100%; text-align: center; border-bottom: 5px solid #000000; margin-bottom: 2rem; padding-bottom: 2rem;}
.confirmation-main .confirmation-content .tracking-id-main h4{ max-width: 400px; width: 100%; text-align: center; font-size: 24px; font-weight: 400; text-transform: uppercase; background-color: #000; border-radius: 15px; color: #ffffff; padding: 15px; margin: 0 auto;}
.confirmation-main .confirmation-content .tracking-id-main label{ width: 100%; text-align: center; font-size: 20px; font-weight: 400;margin: -5px 0 0 0; letter-spacing: -0.6px;    font-family: 'Barlow Condensed', sans-serif;}
.confirmation-main .confirmation-content .hubbed-dc{ display: block; font-size: 26px; font-weight: 500;margin-bottom: 1.5rem; }
.confirmation-main .confirmation-content .address{ width: 100%; margin: 0; font-size: 20px; font-weight: 500;}
.confirmation-main .confirmation-box .confirmation-bottom-section{ width: 100%; text-align: center; margin-top: 2.5rem; }
.confirmation-main .confirmation-box .confirmation-bottom-section label{ width: 100%; font-size: 20px; color: #737373; font-weight: 500; font-style: italic;letter-spacing: -0.3px;    font-family: 'Barlow Condensed', sans-serif;}
.confirmation-main .confirmation-box .confirmation-bottom-section p{ margin: 1.8rem 0 1.4rem 0; width: 100%; font-size: 20px; font-weight: 400;}
.confirmation-main .confirmation-box .confirmation-bottom-section p a{ color: #fdbd12; text-decoration: none;}
.confirmation-main .confirmation-box .confirmation-bottom-section img{ width: 100%; height: 70px; object-fit: contain;}
.confirmation-main .confirmation-box .confirmation-bottom-section h3{ width: 100%; color: #737373; font-size: 26px; font-weight: 700; margin: 1.4rem 0; letter-spacing: -0.6px;}
.confirmation-main .confirmation-box .confirmation-bottom-section .contact-desc{ display: block; font-size: 20px; font-weight: 400;}
.confirmation-main .confirmation-box .confirmation-bottom-section .contact-desc a{ color: #000000; text-decoration: none; font-weight: 500;}



@media only screen and (max-width: 767px) {
  .ready-for-pickup-main .pickup-content{ padding: 10px; }
  .ready-for-pickup-main .pickup-content .store-details-main{ padding: 10px;}
  .ready-for-pickup-main .pickup-box .top-bar .heading { font-size: 30px; padding: 0;}
  .ready-for-pickup-main .pickup-content .store-details-main .store-details-title{ font-size: 30px;}
  .ready-for-pickup-main .pickup-content .store-details-main .store-details-content .store-details-list span, .ready-for-pickup-main .pickup-content .store-details-main .store-details-content .store-details-list p{ font-size: 18px; padding: 0 5px; }

  .confirmation-main .confirmation-box .top-bar .heading{ font-size: 30px; padding: 0; }
  .confirmation-main .confirmation-content{ padding: 10px; }
  .confirmation-main .confirmation-content .address{ font-size: 18px; }
  .confirmation-main .confirmation-content .confirmation-title{ font-size: 28px; }
  .confirmation-main .confirmation-content .confirmation-desc{ font-size: 20px; }
  .confirmation-main .confirmation-content .tracking-id-main label{ margin: -3px 0 0 0; }
  .confirmation-main .confirmation-box .confirmation-bottom-section img{ height: auto; }
}

/*new demo css start**/

.ready-for-pickup-main-new{
  display: none;
 }
 .confirmation-main-new{
  display: none;
 }
 .active_ready_for_pickup_main_new{
  display: block !important;
 }
.active_confirmation_main_new{
  display: block !important;
}

.ready-for-pickup-main-new .pickup-box{display: flex; justify-content: center; align-items: center; flex-direction: column; box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; border-radius: 10px; background-color: #fff; max-width: 600px; margin: 0 auto; padding: 20px; text-align: center;}
.ready-for-pickup-main-new .pickup-box .top-bar{ width: 100%; text-align: center;}
.ready-for-pickup-main-new .pickup-box .top-bar img{ width: 100%; height: 100px; object-fit: contain;}
.ready-for-pickup-main-new .pickup-box .top-bar .heading{ margin: 15px 0 40px 0; text-align: center; text-transform: uppercase; font-weight: 700; font-size: 46px; padding: 0 2rem; letter-spacing: 0; font-family: 'Barlow Condensed', sans-serif;}
.ready-for-pickup-main-new .pickup-box .top-bar .heading span{ color: #f88379; }

.ready-for-pickup-main-new .pickup-content { border-radius: 20px; padding: 40px; background-color: #f5f5f5;}
.ready-for-pickup-main-new .pickup-content .description{ width: 100%; font-size: 20px; font-weight: 400; text-align: center; margin: 0 0 2rem 0;}
.ready-for-pickup-main-new .pickup-content .store-details-main{ background-color: #fff; border-radius: 20px; padding: 20px;}
.ready-for-pickup-main-new .pickup-content .store-details-main .store-details-title{ text-align: center; text-transform: uppercase; font-weight: 700; font-size: 38px; width: 100%; margin: 0 0 22px 0; padding: 0 0 22px 0; border-bottom: 2px solid #a0a0a0;letter-spacing: 0; font-family: 'Barlow Condensed', sans-serif;}
.ready-for-pickup-main-new .pickup-content .store-details-main .store-details-content .store-details-list{ display: flex; margin-bottom: 20px; text-align: left;}
.ready-for-pickup-main-new .pickup-content .store-details-main .store-details-content .store-details-list span{ width: 50%; display: inline-block; text-transform: uppercase;font-size: 20px; font-weight: 400; padding: 0 10px;}
.ready-for-pickup-main-new .pickup-content .store-details-main .store-details-content .store-details-list p{ margin: 0; width: 50%; font-size: 20px; font-weight: 400; padding: 0 10px;}
.ready-for-pickup-main-new .pickup-content .store-details-main .store-details-content .store-details-list:first-child span{ font-weight: 500; }
.ready-for-pickup-main-new .pickup-content .store-details-main .store-details-content .store-details-list:first-child p{ font-weight: 500;}


.confirmation-main-new .confirmation-box{display: flex; justify-content: center; align-items: center; flex-direction: column; box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; border-radius: 10px; background-color: #fff; max-width: 600px; margin: 0 auto; padding: 20px; text-align: center;}
.confirmation-main-new .confirmation-box .top-bar{ width: 100%; text-align: center;}
.confirmation-main-new .confirmation-box .top-bar img{width: 100%; height: 100px; object-fit: contain;}
.confirmation-main-new .confirmation-box .top-bar .heading{margin: 15px 0 40px 0; text-align: center; text-transform: uppercase; font-weight: 700; font-size: 46px; padding: 0 2rem; letter-spacing: 0; font-family: 'Barlow Condensed', sans-serif;}
.confirmation-main-new .confirmation-box .top-bar .heading span{ color: #fdbd12; }
.confirmation-main-new .confirmation-box .top-bar .sub-desc{ max-width: 400px; width: 100%; font-size: 20px; font-weight: 400; text-align: center; margin: 0 auto 2.8rem;}

.confirmation-main-new .confirmation-content{ width: 100%; text-align: center; background-color: #e6e7e8; border-radius: 20px; padding: 2.3rem; }
.confirmation-main-new .confirmation-content .confirmation-title{ text-align: center; text-transform: uppercase; font-weight: 700; font-size: 38px; width: 100%; margin: 0 0 25px 0;letter-spacing: 0; font-family: 'Barlow Condensed', sans-serif;}
.confirmation-main-new .confirmation-content .confirmation-desc{max-width: 450px; margin: 0px auto 1.5rem; width: 100%; text-align: center; font-size: 26px; font-weight: 400;}
.confirmation-main-new .confirmation-content .confirmation-desc span{ color: #ef3d4a; }
.confirmation-main-new .confirmation-content .tracking-id-main{ width: 100%; text-align: center; border-bottom: 5px solid #000000; margin-bottom: 2rem; padding-bottom: 2rem;}
.confirmation-main-new .confirmation-content .tracking-id-main h4{ max-width: 400px; width: 100%; text-align: center; font-size: 24px; font-weight: 400; text-transform: uppercase; background-color: #000; border-radius: 15px; color: #ffffff; padding: 15px; margin: 0 auto;}
.confirmation-main-new .confirmation-content .tracking-id-main label{ width: 100%; text-align: center; font-size: 20px; font-weight: 400;margin: -5px 0 0 0; letter-spacing: -0.6px;    font-family: 'Barlow Condensed', sans-serif;}
.confirmation-main-new .confirmation-content .hubbed-dc{ display: block; font-size: 26px; font-weight: 500;margin-bottom: 1.5rem; }
.confirmation-main-new .confirmation-content .address{ width: 100%; margin: 0; font-size: 20px; font-weight: 500;}
.confirmation-main-new .confirmation-box .confirmation-bottom-section{ width: 100%; text-align: center; margin-top: 2.5rem; }
.confirmation-main-new .confirmation-box .confirmation-bottom-section label{ width: 100%; font-size: 20px; color: #737373; font-weight: 500; font-style: italic;letter-spacing: -0.3px;    font-family: 'Barlow Condensed', sans-serif;}
.confirmation-main-new .confirmation-box .confirmation-bottom-section p{ margin: 1.8rem 0 1.4rem 0; width: 100%; font-size: 20px; font-weight: 400;}
.confirmation-main-new .confirmation-box .confirmation-bottom-section p a{ color: #fdbd12; text-decoration: none;}
.confirmation-main-new .confirmation-box .confirmation-bottom-section img{ width: 100%; height: 70px; object-fit: contain;}
.confirmation-main-new .confirmation-box .confirmation-bottom-section h3{ width: 100%; color: #737373; font-size: 26px; font-weight: 700; margin: 1.4rem 0; letter-spacing: -0.6px;}
.confirmation-main-new .confirmation-box .confirmation-bottom-section .contact-desc{ display: block; font-size: 20px; font-weight: 400;}
.confirmation-main-new .confirmation-box .confirmation-bottom-section .contact-desc a{ color: #000000; text-decoration: none; font-weight: 500;}



@media only screen and (max-width: 767px) {
  .ready-for-pickup-main-new .pickup-content{ padding: 10px; }
  .ready-for-pickup-main-new .pickup-content .store-details-main{ padding: 10px;}
  .ready-for-pickup-main-new .pickup-box .top-bar .heading { font-size: 30px; padding: 0;}
  .ready-for-pickup-main-new .pickup-content .store-details-main .store-details-title{ font-size: 30px;}
  .ready-for-pickup-main-new .pickup-content .store-details-main .store-details-content .store-details-list span, .ready-for-pickup-main .pickup-content .store-details-main .store-details-content .store-details-list p{ font-size: 18px; padding: 0 5px; }

  .confirmation-main-new .confirmation-box .top-bar .heading{ font-size: 30px; padding: 0; }
  .confirmation-main-new .confirmation-content{ padding: 10px; }
  .confirmation-main-new .confirmation-content .address{ font-size: 18px; }
  .confirmation-main-new .confirmation-content .confirmation-title{ font-size: 28px; }
  .confirmation-main-new .confirmation-content .confirmation-desc{ font-size: 20px; }
  .confirmation-main-new .confirmation-content .tracking-id-main label{ margin: -3px 0 0 0; }
  .confirmation-main-new .confirmation-box .confirmation-bottom-section img{ height: auto; }
}

body{
  overflow-y: auto;
}