.wp-block-table table {
  width: auto;
}
.skye_content .top_content {
  font-size: 18px;
  line-height: 30px;
}
div#finapp {
  border-top: 1px solid #eee;
  padding-top: 50px;
}
#humm .top_content {
  margin: 30px 0 20px 0;
}
.wp-block-table td,
.wp-block-table th {
  border: none;
}

.result-count-wrap {
  flex: 1;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--account-wishlists {
  display: none;
}
.text-right {
  text-align: right;
  font-size: 14px;
}

#left-sidebar
  .product-category-tree.left-sidebar-product-category.wpc-filters-widget-main-wrapper
  li.wpc-term-item
  input {
  display: none;
}

#left-sidebar
  .product-category-tree.wpc-filters-widget-main-wrapper
  li.wpc-term-item
  label {
  padding-left: 0;
  margin-right: 20px;
}

#left-sidebar .wpc-filters-widget-main-wrapper ul.wpc-filters-ul-list {
  padding: 0;
}
#left-sidebar
  .product-category-tree.wpc-filters-widget-main-wrapper
  li.wpc-term-item
  .special {
  font-weight: 500;
}

#left-sidebar .wpc-filters-widget-main-wrapper ul.wpc-filters-ul-list {
  padding: 0;
  max-height: 250px;
  overflow-y: auto;
}
.woocommerce ul.products li.product .price,
.price-block .price .woocommerce-Price-amount.amount {
  font-size: 24px;
  line-height: 1.2;
  color: #3e9400;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.woocommerce-products-compare-compare-link:after {
  content: none;
}

.woocommerce ul.products li.product .price span.mrgr-20 {
  display: none;
}

.woocommerce table.shop_table .cart-subtotal .woocommerce-Price-amount.amount,
.woocommerce table.shop_table .order-total .woocommerce-Price-amount.amount {
  color: #000;
  font-size: 18px;
}

/* soc - modal popup */
.wg-modal .wg-modal-close {
  background: url(../images/popup-close.jpg) no-repeat center center;
}

.bg-wg-modal .wg-modal {
  background: #ffffff;
  max-width: 90%;
}
.popup_container {
  width: 100%;
  text-align: center;
  margin: 20px 0 21px;
}
#click_collect_popup .wg-content > .popup_container:first-child,
.wg-content .zip_content_container {
  padding: 0 15px;
}
.popup_container button {
  background-color: #3e9400;
  min-width: 200px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  height: 40px;
  padding: 13px 15px 13px 15px;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 4px;
  outline: none;
  border: 0;
}
.popup_container button:hover {
  background-color: #f46717;
  border-color: #f46717;
}
.allowed_location_poup .title_container {
  text-align: center;
  width: 100%;
  padding-top: 30px;
}
.allowed_location_poup .usp-container {
  display: inline-block;
  padding: 30px;
}
.zip_content_container {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  margin: 20px 0 21px;
}
.bg-wg-modal .wg-modal .sectiontitle {
  width: 100%;
  margin: 30px 0;
}
#afterpay_info .top-logo-container,
#zipInfo .top-logo-container {
  text-align: center;
  width: 100%;
  padding-top: 30px;
}
#afterpay_info .usp-container,
#zipInfo .usp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
#afterpay_info .info-snippet-container,
#zipInfo .info-snippet-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 33.33%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 25px;
  margin-left: 25px;
}
#afterpay_info .usp-text-container,
.usp-img-container,
#zipInfo .usp-text-container,
.usp-img-container {
  width: 100%;
  text-align: center;
}
#afterpay_info .usp-img-container img,
#zipInfo .usp-img-container img {
  width: 38px;
}
#afterpay_info .zm-icon,
#zipInfo .zm-icon {
  margin-right: 6px;
}
#afterpay_info .usp-text-container,
.usp-img-container,
#zipInfo .usp-text-container,
.usp-img-container {
  width: 100%;
  text-align: center;
}
#afterpay_info h6,
#zipInfo h6 {
  margin: 0;
  padding: 1em 0 0.583em;
  font-size: 1.375em;
  line-height: 1.25em;
  font-weight: 600;
  color: #242929;
}
#afterpay_info .usp-text,
#zipInfo .usp-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
#afterpay_info .text-bold,
#zipInfo .text-bold {
  font-weight: 500;
}
#afterpay_info .flex-row-centered,
#zipInfo .flex-row-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#afterpay_info .margin-right-1,
#zipInfo .margin-right-1 {
  margin-right: 24px;
}

#afterpay_info .footer-img-container img,
#zipInfo .footer-img-container img {
  height: 100%;
}
#afterpay_info .footer-img-container,
#zipInfo .footer-img-container {
  height: 30px;
}
#afterpay_info .terms-container,
#zipInfo .terms-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 50px;
}
.terms-container {
  padding-bottom: 0 !important;
}
#afterpay_info .terms,
#zipInfo .terms {
  font-size: 12px !important;
  text-align: center;
  max-width: 600px;
  line-height: 20px;
}
#afterpay_info .top-logo-container img,
#zipInfo .top-logo-container img {
  width: 170px;
}
.nav-menu-links .hidden {
  display: none;
}
/*
.brands_view ul.submenu {
    column-count: 4;
} */
/* eoc - modal popup */
@media (max-width: 991px) {
  #afterpay_info h6,
  #zipInfo h6 {
    font-size: 1.2em;
  }
  .gift-cards-list .ywgc-amount-buttons {
    width: auto;
    max-width: initial;
  }
  .nav-menu-links .hidden {
    display: block;
  }
}
@media (max-width: 767px) {
  #afterpay_info .top-logo-container,
  #zipInfo .top-logo-container {
    padding-top: 0;
    margin-bottom: 20px;
  }
  #afterpay_info .usp-container,
  #zipInfo .usp-container {
    flex-wrap: wrap;
  }
  #afterpay_info .info-snippet-container,
  #zipInfo .info-snippet-container {
    flex-direction: row;
    max-width: 100%;
  }
  #afterpay_info h6,
  #zipInfo h6 {
    padding: 0;
    width: 100%;
    text-align: left;
  }
  #afterpay_info .usp-container,
  #zipInfo .usp-container {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 0;
    flex-direction: row;
  }
  .usp-img-container {
    width: 60px;
    display: inline-flex;
  }
  #afterpay_info .usp-text-container,
  #zipInfo .usp-text-container {
    flex: 1;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
  }
  .info-snippet-container:not(:last-child) {
    margin-bottom: 25px;
  }
  #afterpay_info .info-snippet-container,
  #zipInfo .info-snippet-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.gift-cards_form .gift-card-content-editor.step-content input,
.gift-cards_form .gift-card-content-editor.step-content textarea {
  margin: 0em 0 1em 0;
  border: 1px solid #d9d9d9;
}
.wceb_picker_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  clear: both;
}
.wceb_picker_wrap p.form-row.form-row-wide {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 48%;
  margin: 0 !important;
}
.wceb_picker_wrap p.form-row input {
  border: 1px solid #d9d9d9;
  padding: 10px 15px;
  min-height: 44px;
  color: #888888;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 100%;
  font-family: "Nunito";
  padding: 16px 20px 15px;
}
.wceb_picker_wrap .form-row.form-row-wide label {
  font-size: 14px !important;
  color: #242929 !important;
  font-weight: 600 !important;
}
a.reset_dates {
  display: block;
  width: 100%;
  clear: both;
  margin: 0 0 15px !important;
  color: #f46717;
  text-decoration: none;
}
a.reset_dates:hover {
  color: #f46717;
  text-decoration: underline;
}
.wceb_picker_wrap input {
  background: #fff;
  border: 0px;
  border-radius: 0px;
  color: #848484;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  padding: 5px 10px 4px 10px;
  height: 35px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-weight: 400;
  margin: 0 0% 15px 0;
  float: left;
  font-weight: 400;
  border: 1px solid #d9d9d9;
}

/*.wceb_picker_wrap p.form-row.form-row-wide.show_if_two_dates {display: none!important}*/
.woocommerce div.product form.cart {
  margin-bottom: 0;
}
p.booking_details {
  margin-bottom: 10px;
  width: 100%;
}
.booking_price::before {
  content: "Booking Amount: ";
  font-weight: 600;
}
.booking_price .price:empty + ::before {
  content: none;
}

.booking_price {
  margin-bottom: 30px;
  width: auto;
}
.booking_price .price {
  font-size: 24px;
  line-height: 1.2;
  color: #3e9400;
  font-weight: bold;
}
.gift-cards-list .ywgc-amount-buttons {
  font-size: 14px;
  font-weight: 600;
  font-family: "Nunito";
}
.gift-cards-list .ywgc_select_amount_title {
  display: none;
}
.cat_title_div {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin: 0px 0 0 5px !important;
  font-size: 25px;
  font-weight: bold;
  padding: 30px 0px 15px !important;
  color: #242929;
}

.tax-product_cat.woocommerce ul.products li.product,
.tax-product_cat.woocommerce-page ul.products li.product {
  border: 1px solid #eeeeee;
}
.single-product .page-header span {
  color: #242929;
}
.off-sale-price {
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
}
.popup_container button#cancel_btn_popup {
  font-family: "Nunito";
  border: 1px solid #292a2d;
  color: #292a2d;
  background: #fff;
  font-weight: 600;
}
.popup_container button#cancel_btn_popup:hover {
  border-color: #f46717;
  color: #ffffff;
  background-color: #f46717;
}
.popup_container .title_container {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #242929;
}

@media (max-width: 576px) {
  .woocommerce ul.products li.product .price,
  .price-block .price .woocommerce-Price-amount.amount {
    font-size: 20px;
  }
  .allowed_location_poup .usp-container {
    padding: 15px;
  }
  .popup_container button#cancel_btn_popup {
    margin-bottom: 15px;
  }
  .popup_container button {
    min-width: auto;
  }
  .popup_container .title_container {
    font-size: 26px;
  }
  .popup_container #cancel_btn_click_collect_popup {
    margin-bottom: 15px;
  }
  .usp-img-container {
    width: 40px;
  }
  #afterpay_info .usp-img-container img,
  #zipInfo .usp-img-container img {
    width: 30px;
  }
}

@media (max-width: 420px) {
  .woocommerce ul.products li.product .price,
  .price-block .price .woocommerce-Price-amount.amount {
    font-size: 18px;
  }
  #zipInfo .margin-right-1 {
    margin-right: 10px;
  }
}
#zipInfo .flex-row-centered .footer-img-container img {
  height: auto;
}

@media (max-width: 992px) {
  .bg-wg-modal .wg-modal {
    width: 100%;
    max-width: 90%;
  }
}
.aa-dropdown-menu a.suggestion-link {
  display: inline-flex !important;
  align-items: center !important;
  width: 100% !important;
}
.aa-dropdown-menu a.suggestion-link svg {
  margin-right: 10px;
}
