.totals {
  position: relative;
  padding: 50px 50px;
}

.save-amount {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1.1%;
  color: #F24822;
  text-transform: uppercase;
}

.now-price {
  font-family: Inter;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: -1.9%;
  background: #fff;
  color: #000;
}

.then-price {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.6;
  letter-spacing: -1.1%;
  text-decoration: line-through;
  color: #757575;
}

.two-price {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}

.product-price-container {
  display: flex;
  flex-direction: column;
}

.picture a img {
  object-fit: contain;
  width: 90%;
  padding: 10px;
}

.cart ~ .common-buttons {
  display: block;
}

@media (min-width: 1025px) {
  .order-details-page .totals {
    float: right;
    padding: 50px 50px;
  }
}

.ico-loyalty::before {
  content: url('/icons/icons_0/crown_icon_white.png');
}

.checkout-title,
.section.select-delivery-date .title.delivery-date-title strong,
.section.special-instructions .title.special-instructions-title strong,
.section.quote-customer-reference .title.quote-customer-reference-title strong {
  font-size: 18px;
  color: #254451;
  margin-bottom: 20px;
  font-weight: bold !important;
}

.title.delivery-date-title,
.title.special-instructions-title,
.title.quote-customer-reference-title,
#collect-header-text {
  text-align: left !important;
  margin-bottom: 20px !important;
}

  .title.delivery-date-title strong,
  .title.special-instructions-title strong,
  .title.quote-customer-reference-title strong,
  #collect-header-text {
    font-size: 36px !important;
    text-align: left !important;
    color: #254451 !important;
    font-weight: bold !important;
  }

.ddl-erp-account-options {
  font-size: 15px !important;
  font-family: 'Roboto', sans-serif !important;
  margin-right: 10px;
}

.admin-header-links {
  position: relative;
}

  .admin-header-links + .header .skip {
    position: absolute;
    top: -20px;
  }

.checkout-page .edit-address {
  padding-top: 0 !important;
}

.opc .checkout-data > div:not(.section) {
  margin-top: 0 !important;
}

#quote-customer-reference-popUp {
  margin-top: 0 !important;
  max-width: 600px;
  margin: auto;
  padding-inline: 20px;
  margin-bottom: 30px;
}

div#specialInstructionsTextarea {
  max-width: 600px;
  margin: auto;
  padding-inline: 20px;
  margin-bottom: 30px;
}

input#DeliveryDate {
  height: 45px;
  color: #8c8c8c;
  border-radius: 3px;
  width: 100%;
  vertical-align: middle;
  outline: none;
  border: none;
  border: 1px solid #e7e7e7;
  padding-inline: 20px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

.select-pickup-points {
  font-size: 14px;
}

.add-info.coming-soon, .add-info.product-unavailable {
  min-height: 134px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}


.product-unavailable-banner,
.coming-soon-banner,
.product-unavailable-ribbon,
.coming-soon-ribbon {
  position: relative;
  display: flex;
  width: 100%;
  border: 0.5px solid #dcdcdc;
  margin-top: 10px;
  border-radius: 3px;
  align-items: center;
}

  .product-unavailable-banner::before,
  .product-unavailable-ribbon::before {
    background-image: url('/Themes/Emporium/Content/img/low-stock-available.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    width: 30px;
    height: 21px;
    margin-left: 8px;
    vertical-align: middle;
  }

  .coming-soon-banner::before,
  .coming-soon-ribbon::before {
    background-image: url('/Themes/Emporium/Content/img/coming-soon-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    width: 30px;
    height: 21px;
    margin-left: 8px;
    vertical-align: middle;
  }


  .product-unavailable-banner::before,
  .product-unavailable-ribbon::before {
    background-image: url('/Themes/Emporium/Content/img/unavailable.svg');
  }

  .product-unavailable-banner span, .coming-soon-banner span,
  .product-unavailable-ribbon span, .coming-soon-ribbon span {
    background-color: #fff;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--pc);
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    text-transform: capitalize;
    border: 0;
    min-height: 40px;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    font-size: 14px;
    font-weight: 700;
  }

  .product-unavailable-banner span,
  .product-unavailable-ribbon span {
    color: #a5a5a5;
  }

  .product-unavailable-banner span, .coming-soon-banner span {
    justify-content: center;
  }

.coming-soon .quick-view-button {
  display: none;
}

@media (min-width: 1025px) {
  .product-grid .item-box .coming-soon:hover .picture a {
    cursor: default !important;
  }

    .product-grid .item-box .coming-soon:hover .picture a:after {
      display: none !important;
      opacity: 0 !important;
      cursor: unset !important;
    }

  .product-title.coming-soon a {
    cursor: default !important;
  }

    .product-title.coming-soon a:hover {
      cursor: default !important;
    }

  .coming-soon-ribbon span {
    cursor: default !important;
  }

  .product-unavailable-ribbon span {
    cursor: default !important;
  }

  .product-item.coming-soon .picture a:after {
    cursor: default !important;
    opacity: 0 !important;
  }
}

@media(max-width: 500px) {
  #quote-customer-reference-popUp {
    margin-top: 0 !important;
    max-width: 600px;
    margin: auto;
    padding-inline: 0;
    margin-bottom: 30px;
  }

  div#specialInstructionsTextarea {
    max-width: 600px;
    margin: auto;
    padding-inline: 0;
    margin-bottom: 30px;
  }
}

.table-container {
  overflow: auto;
  margin-bottom: 20px;
}

.checkout-page .checkout-data:after {
  display: none;
  justify-content: space-between;
}

.checkout-page .checkout-data {
}

.checkout-page .checkout-title {
  border-bottom: 1px solid #121c23;
  margin-bottom: 30px;
}

.checkout-page #collect-header-text {
  border-bottom: 1px solid #121c23;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  border-radius: 5px 5px 0 0;
  padding: 13px 0;
  overflow: hidden;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 17px;
  color: #000;
  background: none;
  width: 100%;
  margin-bottom: 0;
}

.pickup-point-title {
  display: none !important;
}

.checkout-page .pickup-points {
  border: none !important;
  border-radius: 0 !important;
  padding: 30px 15px 15px;
  padding-top: 0 !important;
  padding-left: 0;
}

.pickup-point-body {
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
}

.checkout-page .checkout-title h1, form#ErpShiptoAddressForm h1#delivery-header-text {
  display: inline-block;
  position: relative;
  border-radius: 5px 5px 0 0;
  padding: 12px 0;
  overflow: hidden;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 17px;
  color: #000;
  background: none;
}

.title.delivery-date-title, .title.special-instructions-title, .title.quote-customer-reference-title {
  border-bottom: 1px solid #121c23;
  margin-bottom: 30px;
  background: none;
  color: #000;
  padding-left: 0;
  width: 100%;
  text-align: left;
}

  .title.delivery-date-title strong, .title.special-instructions-title strong, .title.quote-customer-reference-title strong {
    background: none;
    color: #000;
    padding-left: 0;
    font-weight: bold;
  }

form#ErpShiptoAddressForm, .payment-method form, .payment-info form {
  flex: 1;
  text-align: left;
  display: flex;
}

div#checkoutShippingTabs, ul#payment-method-block, .payment-info .info {
  flex: 1;
}

form#ErpShiptoAddressForm .section {
  position: relative;
  margin: 0 0 18px 20px;
}

form#ErpShiptoAddressForm .tab-links {
  padding: 10px;
  background: #f6f6f6;
  margin-bottom: 20px;
}

form#ErpShiptoAddressForm h1#delivery-header-text {
}

form#ErpShiptoAddressForm .select-shipping-address .title {
  display: none;
}

form#ErpShiptoAddressForm .select-shipping-address .shipping-address-body {
  text-align: left !important;
}

form#ErpShiptoAddressForm .select-shipping-address label#shipping-address-select {
  padding: 10px;
  background: #f6f6f6;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
}

form#ErpShiptoAddressForm .select-shipping-address button.edit-ship-to {
  padding: 10px;
  padding-inline: 20px;
}

form#ErpShiptoAddressForm div#select-delivery-date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

  form#ErpShiptoAddressForm div#select-delivery-date .delivery-date-body {
    width: 100%;
  }

form#ErpShiptoAddressForm div#deliveryDateDropdown {
  width: 100%;
  background: #f6f6f6;
  text-align: left;
  margin-left: 0;
  padding: 2px;
}

  form#ErpShiptoAddressForm div#deliveryDateDropdown label {
    margin: 0;
    text-align: left;
    margin-left: 10px;
  }

  form#ErpShiptoAddressForm div#deliveryDateDropdown select#DeliveryDateString {
    border: none;
    background: #f6f6f6;
    width: auto;
  }

form#ErpShiptoAddressForm .section.special-instructions {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}

form#ErpShiptoAddressForm .special-instructions-body {
  width: 100%;
}

form#ErpShiptoAddressForm textarea#SpecialInstructions {
  width: 100%;
}

form#ErpShiptoAddressForm div#specialInstructionsTextarea {
  margin-inline: 0;
}

form#ErpShiptoAddressForm .section.quote-customer-reference {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}

form#ErpShiptoAddressForm .quote-customer-reference-body {
  width: 100%;
}

input#CustomerReference {
  width: 1140px;
}

form#ErpShiptoAddressForm text#CustomerReference {
  width: 100%;
}

form#ErpShiptoAddressForm div#customerReferenceText {
  margin-inline: 0;
}

form#ErpShiptoAddressForm .modal-content {
  max-width: 50%;
  border-radius: 10px;
}

  form#ErpShiptoAddressForm .modal-content .edit-address {
    border: none;
  }

.checkout-page .checkout-data .order-summary-content .table-wrapper {
  /*display: none;*/
}

.checkout-page .checkout-data .order-summary .title {
  display: none;
}

.checkout-page .order-summary {
  margin-top: 0;
}

.checkout-page .order-summary-content {
  margin-top: 0;
}

.order-summary-content .cart-footer .totals .title {
  display: block;
  font-size: 25px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.checkout-page .checkout-data .section.payment-method {
  flex: 1;
}

.checkout-page .checkout-data .section.payment-info {
  flex: 1;
}

.checkout-page .checkout-data .section.payment-method .method-list {
  margin: 0 0 30px;
}

.checkout-page .checkout-data .section.payment-info .info {
  margin: 0 0 30px;
  padding: 10px;
}

.order-completed-page .page-title {
  display: flex;
  flex-direction: column;
}

.order-completed-page .order-details-area {
  display: flex;
  justify-content: space-around;
  margin-inline: 0;
}

  .order-completed-page .order-details-area ul.info-list {
    text-align: left;
    padding-left: 0;
    padding-top: 0;
  }

.order-completed-page .order-details-products {
  display: flex;
  gap: 30px;
}

  .order-completed-page .order-details-products .section.products {
    flex: 1;
  }

    .order-completed-page .order-details-products .section.products .table-wrapper {
      width: 100% !important;
    }

  .order-completed-page .order-details-products button.button-1.re-order-button {
    margin-top: 20px;
  }

.checkout-buttons.hide-checkout-btn {
  display: flex;
  gap: 20px;
}

  .checkout-buttons.hide-checkout-btn .checkout-button {
    min-width: auto;
    width: 47%;
  }

.modal-content h1.product-name {
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  font-size: 16px;
}

.payment-method-page .method-name img {
  max-width: 100%;
  width: 55px;
}

.payment-method-page .method-name .payment-description {
  margin-top: 6px;
}

.payment-info-page .info-block {
  border: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  box-shadow: none;
}

  .payment-info-page .info-block h2 {
    padding-bottom: 5px;
  }

.order-completed .title {
  /*display: flex;*/
  gap: 6px;
}

button#shippingaddress-next-button, button.button-1.payment-method-next-step-button, button.button-1.payment-info-next-step-button {
  /*margin-top: 20px;*/
}

.order-details-page .actions {
  text-align: center !important;
}

.header-upper .ddl-erp-account-options {
  display: none;
}

.header-links-wrapper.lower {
  display: flex;
  gap: 10px;
}

@media(min-width: 1025px) {
  .checkout-page .cart-footer, .shopping-cart-page .cart-footer {
    /*width: 360px;*/
  }

  .checkout-page .table-wrapper,
  .shopping-cart-page .table-wrapper {
    /*width: calc(100% - 400px);*/
  }

  .checkout-page .cart-footer .totals,
  .shopping-cart-page .cart-footer .totals {
    max-width: 100%;
    width: 100%;
  }

  .checkout-page .cart .unit-price,
  .shopping-cart-page .cart .unit-price {
    white-space: initial;
  }

  .checkout-page .cart th.unit-price,
  .shopping-cart-page .cart th.unit-price {
    white-space: nowrap;
  }

  .shopping-cart-page .common-buttons button,
  .shopping-cart-page .common-buttons a {
    margin: 0 15px 0 0;
  }
}

@media(max-width: 1400px) {
  .header-logo {
    max-width: 320px;
    margin: 0;
  }
}

@media(max-width: 767px) {
  .checkout-page .checkout-data {
  }

  form#ErpShiptoAddressForm .modal-content {
    max-width: 70%;
    border-radius: 10px;
  }

  .order-completed-page .order-details-area {
    flex-direction: column;
  }

  .order-completed-page .order-details-products {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .order-completed .title {
    border: none;
  }

  .order-completed-page .section {
    margin-bottom: 0;
  }

  .order-completed-page .data-table td {
    padding-inline: 2px;
  }

  .order-progress {
    margin-left: unset !important;
  }

    .order-progress ul {
      font-size: 0;
      display: flex;
      justify-content: space-between;
      width: 100%;
    }

  form#ErpShiptoAddressForm, .payment-method form, .payment-info form {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
  }

  button#shippingaddress-next-button, button.button-1.payment-method-next-step-button, button.button-1.payment-info-next-step-button {
    margin-left: 10px;
  }

  .header-lower .center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .header-links-wrapper.lower {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 100%;
    background: #adadad;
    align-items: center;
    padding: 12px;
  }

    .header-links-wrapper.lower .header-links ul {
      display: flex;
      justify-content: center;
      align-items: center;
    }

      .header-links-wrapper.lower .header-links ul li:first-child {
        margin: 0;
      }

        .header-links-wrapper.lower .header-links ul li:first-child a {
          width: 75px;
          height: auto;
        }

      .header-links-wrapper.lower .header-links ul li:nth-child(2) {
        margin-right: 0;
      }

        .header-links-wrapper.lower .header-links ul li:nth-child(2) a {
          width: 54px;
          height: auto;
        }

      .header-links-wrapper.lower .header-links ul li a {
        color: #000;
      }

  .header-logo a img {
    float: unset;
    height: 30px;
  }
}

.account-info-page .inputs label {
  display: contents;
  width: 170px;
  margin: 0 10px 0 -180px;
  text-align: right;
}

@media(max-width: 500px) {
  .checkout-page .checkout-data {
  }

  form#ErpShiptoAddressForm .modal-content {
    max-width: 90%;
    border-radius: 10px;
  }
}

.cart-collaterals {
  margin: 0 auto 0 !important;
}

.block-account-navigation .erpaccount-prices a:after {
  content: "J";
}

.block-account-navigation .erpaccount-balance a:after {
  content: "B";
}

.block-account-navigation .erpaccount-backOrders a:after {
  content: "O";
}

.block-account-navigation .erpaccount-invoiceDespatch a:after {
  content: "L";
}

.insurance-amount {
  color: #28a745;
  font-weight: 600;
  background-color: #e6ffed;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.95rem;
  display: inline-block;
}

.header:hover ~ #main {
  position: relative;
  z-index: -1;
}

.stock-location-dropdown, .price-dropdown {
  /*bottom: 100%;
  top: auto !important;*/
}

.product-grid .slick-list {
  overflow: clip !important;
  overflow-y: visible !important;
}

.item-box .buttons {
  display: block !important;
}

.product-grid .product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: calc(1.4em * 2);
}



.stock-dropdown-dialog.ui-dialog {
  padding: 0;
  border: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

.stock-dropdown-dialog .ui-dialog-titlebar {
  display: none;
}

.stock-dropdown-dialog .ui-dialog-content {
  padding: 0;
  overflow: hidden;
}

.stock-location-dropdown {
  display: none; /* important! */
  background: #fff;
  border: 1px solid #ddd;
}

.stock-location-item {
  padding: 8px 12px;
  cursor: pointer;
}

  .stock-location-item:hover {
    background: #f4f6f8;
  }

@media(min-width:1281px) {
  .overview {
    padding-right: 0 !important;
  }

  .overview-contents {
    max-width: calc(100% - 0px);
    float: left;
    width: 100%;
  }

  .product-prices-box {
    position: static;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    text-align: left;
    float: right;
  }

  .overview::after {
    display: block;
    clear: both;
    content: "";
  }
}

@media (min-width: 1601px) {
  .overview-contents {
    max-width: calc(100% - 0px);
    float: left;
  }

  .overview {
    padding-right: 0 !important;
  }

  .product-prices-box, .grouped-product-box {
  }
}

@media(max-width:768px) {
  .productAddedToCartWindowSummary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

    .productAddedToCartWindowSummary > * {
      flex: 1;
      width: 100% !important;
      margin-inline: 0 !important;
    }
}

.link-rss {
  display: none;
  float: right;
  margin: 5px 0 0;
}

.stock-location-dropdown {
  display: block;
  margin-bottom: 10px
}

.icon-low-stock {
  color: #f00;
}

.icon-in-stock {
  color: #008000;
}

.icon-backorder {
  color: orange;
}

#stockTxt {
  font-size: 14px;
  font-weight: 600;
}

.product-sku {
  font-size: medium;
  font-weight: bold
}

.stock-availability {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-list .price-dropdown-btn, .product-list .stock-location-btn, .product-list .product-box-add-to-cart-button {
  width: 100% !important;
}

.overview .add-to-wishlist button {
  background: #fff;
  width: auto;
}
/* Product Tabs - Desktop/Mobile Styles */
.productTabs-header {
  margin-bottom: 10px;
}

.ui-tabs .productTabs-header .ui-tabs-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

  .ui-tabs .productTabs-header .ui-tabs-nav li {
    margin-left: 0;
    margin-right: 30px;
  }

    .ui-tabs .productTabs-header .ui-tabs-nav li a {
      display: block;
      padding: 10px 0;
      font-size: 16px;
      color: #000;
      text-decoration: none;
      position: relative;
    }

    .ui-tabs .productTabs-header .ui-tabs-nav li a {
      padding-bottom: 0;
      padding-inline: 0px;
    }

      .ui-tabs .productTabs-header .ui-tabs-nav li a:hover {
        color: #C5365B !important;
      }


    .ui-tabs .productTabs-header .ui-tabs-nav li.active a {
      color: #C5365B !important;
      font-weight: bold;
      border-bottom: 1px solid #C5365B !important;
    }

      .ui-tabs .productTabs-header .ui-tabs-nav li.active a::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #C5365B;
      }

.productTabs-body > h3 {
  display: none; /* Hide accordion headers on desktop */
}

.productTabs-body > div {
  display: none; /* Hide all content by default */
  padding: 20px 0;
}

  .productTabs-body > div.active {
    display: block;
  }

.ui-tabs .ui-tabs-panel {
  background: #fff;
}

.productTabs-body .full-description {
  background: #fff;
}

.location-icon.icon-in-stock {
  font-size: 10px;
}

  .location-icon.icon-backorder::before,
  .location-icon.icon-low-stock::before,
  .location-icon.icon-in-stock:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #67B56D;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
  }

.location-icon.icon-backorder::before {
  background-color: #FFA600;
}

.location-icon.icon-low-stock::before {
  background-color: #FF0000;
}


.location-icon.icon-low-stock {
  font-size: 10px;
}


@media(min-width: 1281px) {
  .product-details-page .ui-tabs.productTabs .ui-tabs-panel {
    padding: 10px 0px !important;
    margin: 0 0 0 0 !important;
  }

  .product-details-page {
    max-width: 1350px;
    margin-inline: auto;
  }
}

.html-product-details-page .master-wrapper-content {
  padding-inline: 20px;
}

@media(max-width: 1024px) {
  .ajax-cart-button-wrapper.qty-enabled {
    display: flex;
  }

  .product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper + .product-box-add-to-cart-button {
    flex: 1 !important;
  }

  .item-box .ajax-cart-button-wrapper .add-to-cart-qty-wrapper {
    display: block !important;
  }

  .ajax-cart-button-wrapper .product-box-add-to-cart-button {
    font-size: 12px;
  }
}

@media(max-width: 768px) {
  .productTabs-header {
    display: none !important; /* Hide tab headers on mobile */
  }

  .productTabs-body > h3 {
    display: block; /* Show accordion headers on mobile */
    margin: 0;
    border-top: 1px solid #000;
  }

    .productTabs-body > h3:last-of-type {
      border-bottom: 1px solid #000;
    }

  .productTabs-body h3 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
  }

  .productTabs-body h3.active a {
    background: #fff;
  }

  .productTabs-body h3 a::after {
    content: "\e921";
    font-family: 'altronics-icon' !important;
    font-size: 12px;
  }

  .productTabs-body h3.active a::after {
    content: "\e91f";
    font-size: 1.2px;
  }

  .productTabs-body > div {
    padding: 15px;
    border-bottom: 1px solid #e7e7e7;
  }
}

.default-address-options {
  margin-bottom: 20px;
}

  .default-address-options .checkbox-item {
    margin: 7px;
  }

    .default-address-options .checkbox-item label {
      color: #000;
      font-weight: 400;
    }

.default-address-checkboxes {
  display: flex;
  flex-wrap: wrap;
}

  .default-address-checkboxes .checkbox-item input[type="checkbox"]:disabled + label {
    opacity: 0.6;
    cursor: not-allowed;
  }

div#tableAll_length label {
  display: flex;
  align-items: center;
}

.pac-container {
  pointer-events: auto !important;
  z-index: 10000;
}

.toast-notification {
  position: fixed;
  top: 96px;
  right: 24px;
  min-width: 320px;
  max-width: min(420px, calc(100vw - 24px));
  padding: 14px 14px 14px 12px;
  border: 1px solid var(--pc);
  border-radius: 10px;
  background: #ebfbff;
  color: var(--pc);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  z-index: 10020;
  opacity: 0;
  transform: translateX(28px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

  .toast-notification.is-visible {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }

  .toast-notification.is-hiding {
    opacity: 0;
    transform: translateX(28px);
    pointer-events: none;
  }

.toast-notification-icon {
  color: #0f9a8f;
  font-size: 18px;
  line-height: 1.2;
}

.toast-notification-body {
  flex: 1;
  min-width: 0;
}

.toast-notification-title {
  font-size: 15px;
  font-weight: 700;
  color: #1e2f3d;
  line-height: 1.2;
  text-align: center;
}

  .toast-notification-title a {
    text-decoration: underline;
  }

.toast-notification-subtitle {
  margin-top: 4px;
  font-size: 14px;
  color: #2d3b46;
  line-height: 1.2;
  text-align: center;
}

.toast-notification-close {
  border: 0;
  background: transparent;
  color: #8aa1aa;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0 2px;
}

.cart-page-layout .location-icon.icon-backorder,
.cart-page-layout .location-icon.icon-low-stock,
.cart-page-layout .location-icon.icon-in-stock {
  font-size: 12px;
  display: revert;
  position: relative;
}

@media(max-width:767px) {
  .cart-page-layout .location-icon.icon-backorder, .cart-page-layout .location-icon.icon-low-stock, .cart-page-layout .location-icon.icon-in-stock {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 12px;
  }

  .location-icon.icon-backorder::before, .location-icon.icon-low-stock::before, .location-icon.icon-in-stock:before {
    content: '';
    top: 4px;
    left: 0px;
  }
}