/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */

.product-list .product-miniature .barcodestar-buy-button,
.main-product-details .product-add-to-cart-button .add-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 118px;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid #1598cf;
  border-radius: 5px;
  background: #27aee4;
  color: #fff;
  box-shadow: 0 8px 18px rgba(39, 174, 228, 0.22);
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.product-list .product-miniature .barcodestar-buy-button:hover,
.product-list .product-miniature .barcodestar-buy-button:focus,
.main-product-details .product-add-to-cart-button .add-to-cart:hover,
.main-product-details .product-add-to-cart-button .add-to-cart:focus {
  border-color: #087fb4;
  background: #1299d2;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(18, 153, 210, 0.28);
}

.product-list .product-miniature .barcodestar-buy-button:active,
.main-product-details .product-add-to-cart-button .add-to-cart:active {
  transform: translateY(1px);
}

.product-list .product-miniature .barcodestar-buy-button .fa {
  width: auto;
  font-size: 13px;
  text-align: center;
}

.product-list .product-miniature .barcodestar-buy-button.disabled,
.main-product-details .product-add-to-cart-button .add-to-cart.disabled {
  opacity: 0.8;
  pointer-events: none;
}

.product-list .product-miniature .details-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 118px;
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid #1598cf;
  border-radius: 5px;
  background: #27aee4;
  color: #fff;
  box-shadow: 0 8px 18px rgba(39, 174, 228, 0.2);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.product-list .product-miniature .details-link:hover,
.product-list .product-miniature .details-link:focus {
  border-color: #087fb4;
  background: #1299d2;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(18, 153, 210, 0.28);
}

.product-list .product-miniature .details-link:active {
  transform: translateY(1px);
}

.product-list .product-miniature .details-link .caret-right {
  margin-left: 2px;
}

.product-list .grid .product-miniature .second-block .second-block-wrapper {
  align-items: center;
}

.product-list .grid .product-miniature .second-block .second-block-wrapper .buttons-sections {
  align-self: center;
}

#cart #main > .page-heading {
  margin-bottom: 22px;
  padding-left: 12px;
  border-left: 5px solid #27a8df;
  color: #232f3e;
  font-size: 24px;
  line-height: 1.15;
  text-transform: uppercase;
}

#cart .cart-grid {
  align-items: flex-start;
}

#cart .cart-container-wrapper,
#cart .cart-summary {
  border: 1px solid #d8eef7;
  border-top: 4px solid #27a8df;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}

#cart .cart-container-wrapper {
  padding: 0 24px;
}

#cart .barcodestar-cart-heading,
#cart .barcodestar-summary-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid #e3f2f8;
  color: #232f3e;
  font-weight: 800;
  text-transform: uppercase;
}

#cart .barcodestar-cart-heading strong {
  padding: 5px 10px;
  border-radius: 999px;
  background: #eef8fc;
  color: #137eac;
  font-size: 12px;
  white-space: nowrap;
}

#cart .cart-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

#cart .cart-item {
  padding: 20px 0;
}

#cart .cart-items > .cart-item + .cart-item {
  border-top: 1px solid #e3f2f8;
}

#cart .product-line-grid {
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}

#cart .product-line-grid-left {
  padding-left: 0;
}

#cart .product-line-grid-body {
  padding-left: 0;
}

#cart .product-image {
  display: block;
  overflow: hidden;
  border: 1px solid #e3f2f8;
  border-radius: 6px;
  background: #fff;
}

#cart .product-image img {
  display: block;
  width: 100%;
  height: auto;
}

#cart .product-line-grid-body .product-name {
  margin-bottom: 8px;
  padding: 0;
  background: transparent;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

#cart .product-line-grid-body .product-name a {
  color: #232f3e;
  font-weight: 800;
}

#cart .product-line-grid-body .product-name a:hover,
#cart .product-line-grid-body .product-name a:focus {
  color: #137eac;
  text-decoration: none;
}

#cart .product-prices .price,
#cart .product-line-grid-right .product-price {
  color: #111827;
  font-size: 16px;
  font-weight: 800;
}

#cart .product-line-grid-right .bootstrap-touchspin {
  max-width: 86px;
}

#cart .product-line-grid-right .bootstrap-touchspin.input-group input.form-control,
#cart .product-line-grid-right .js-cart-line-product-quantity {
  height: 40px;
  border-color: #cfe6f0;
  color: #232f3e;
  font-weight: 700;
  text-align: center;
}

#cart .product-line-grid-right .bootstrap-touchspin .btn {
  border-color: #cfe6f0;
  background: #f8fcfe;
  color: #137eac;
}

#cart .cart-line-product-actions .remove-from-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  color: #232f3e;
  text-decoration: none;
}

#cart .cart-line-product-actions .remove-from-cart:hover,
#cart .cart-line-product-actions .remove-from-cart:focus {
  background: #fff1f1;
  color: #b42318;
}

#cart .cart-summary {
  padding: 0 16px;
}

#cart .cart-summary .barcodestar-summary-heading {
  padding-right: 0;
  padding-left: 0;
}

#cart .cart-summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  clear: none;
}

#cart .cart-summary-line label,
#cart .cart-summary-line .label {
  margin: 0;
  color: #232f3e;
  font-weight: 700;
}

#cart .cart-summary-line .value {
  float: none;
  margin-left: auto;
  color: #111827;
  font-weight: 800;
  text-align: right;
}

#cart .cart-summary-totals,
#cart .cart-detailed-actions,
#cart .cart-voucher {
  border-top: 1px solid #e3f2f8;
}

#cart .cart-summary-totals .cart-total label,
#cart .cart-summary-totals .cart-total .value {
  font-size: 16px;
}

#cart .cart-detailed-actions .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border: 1px solid #1598cf;
  border-radius: 5px;
  background: #27aee4;
  color: #fff;
  box-shadow: 0 8px 18px rgba(39, 174, 228, 0.22);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

#cart .cart-detailed-actions .btn-primary:hover,
#cart .cart-detailed-actions .btn-primary:focus {
  border-color: #087fb4;
  background: #1299d2;
  color: #fff;
  text-decoration: none;
}

#cart .cart-continue-shopping {
  margin-top: 22px;
}

#cart .cart-continue-shopping .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border: 1px solid #232f3e;
  border-radius: 5px;
  background: #232f3e;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

#cart .cart-continue-shopping .btn-secondary:hover,
#cart .cart-continue-shopping .btn-secondary:focus {
  border-color: #137eac;
  background: #137eac;
  color: #fff;
  text-decoration: none;
}

#cart .cart-continue-shopping .material-icons {
  margin-right: 6px;
  font-size: 18px;
}

#cart .cart-voucher .promo-code-button {
  color: #137eac;
  font-weight: 800;
}

#cart .cart-voucher .cart-summary-line {
  display: block;
}

#cart .cart-voucher .promo-code {
  margin-top: 10px;
}

#cart .cart-voucher .input-group {
  width: 100%;
}

#cart .cart-voucher .promo-input {
  border-color: #cfe6f0;
}

#cart .cart-voucher .input-group-btn .btn {
  border: 1px solid #27a8df;
  background: #27a8df;
  color: #fff;
  font-weight: 800;
}

#cart .cart-overview .no-items {
  margin: 0;
  border: 1px solid #d8eef7;
  border-radius: 7px;
  background: #f5fbfe;
  color: #232f3e;
  font-weight: 700;
}

#blockcart-modal .modal-dialog {
  max-width: 760px;
}

#blockcart-modal .modal-content {
  overflow: hidden;
  border: 1px solid #d8eef7;
  border-top: 4px solid #27a8df;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.24);
}

#blockcart-modal .modal-header {
  position: relative;
  display: block;
  padding: 24px 64px 22px 34px;
  border-bottom: 1px solid #e3f2f8;
  background: #f8fcfe;
  color: #232f3e;
}

#blockcart-modal .modal-header .close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 5px;
  color: #232f3e;
  font-size: 26px;
  line-height: 34px;
  opacity: 1;
  text-shadow: none;
}

#blockcart-modal .modal-header .close:hover,
#blockcart-modal .modal-header .close:focus {
  background: #eaf7fc;
  color: #137eac;
}

#blockcart-modal .barcodestar-cart-modal-title {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-right: 10px;
}

#blockcart-modal .barcodestar-cart-modal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background: #27a8df;
  color: #fff;
  box-shadow: 0 8px 18px rgba(39, 168, 223, 0.24);
}

#blockcart-modal .barcodestar-cart-modal-icon .material-icons {
  font-size: 22px;
}

#blockcart-modal .modal-title {
  margin: 0 0 4px;
  color: #232f3e;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

#blockcart-modal .barcodestar-cart-modal-title p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.4;
}

#blockcart-modal .modal-body {
  padding: 0;
}

#blockcart-modal .barcodestar-cart-modal-grid {
  margin-right: 0;
  margin-left: 0;
  padding: 28px 34px;
}

#blockcart-modal .barcodestar-cart-modal-product-column {
  padding-right: 30px;
  border-right: 1px solid #e3f2f8;
}

#blockcart-modal .barcodestar-cart-modal-product {
  align-items: flex-start;
  margin-right: 0;
  margin-left: 0;
}

#blockcart-modal .product-image {
  padding-left: 0;
  padding-right: 16px;
}

#blockcart-modal .product-image img {
  width: 100%;
  border: 1px solid #e3f2f8;
  border-radius: 6px;
  background: #fff;
}

#blockcart-modal .product-infos {
  padding-right: 0;
}

#blockcart-modal .product-name {
  margin: 0 0 10px;
  color: #232f3e;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
}

#blockcart-modal .product-price {
  margin-bottom: 9px;
  color: #111827;
  font-size: 18px;
  font-weight: 900;
}

#blockcart-modal .product-attributes p {
  margin: 0 0 5px;
  color: #4b5563;
  font-size: 13px;
}

#blockcart-modal .product-attributes strong {
  color: #232f3e;
  font-weight: 900;
}

#blockcart-modal .barcodestar-cart-modal-summary {
  padding-left: 16px;
  padding-right: 4px;
}

#blockcart-modal .cart-products-count {
  margin: 0 0 18px;
  color: #232f3e;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.4;
}

#blockcart-modal .cart-prices {
  margin-bottom: 0;
}

#blockcart-modal .cart-subtotals {
  padding-bottom: 10px;
  border-bottom: 1px solid #e3f2f8;
}

#blockcart-modal .cart-prices p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 8px 0;
  color: #232f3e;
}

#blockcart-modal .cart-prices label {
  margin: 0;
  color: #232f3e;
  font-weight: 800;
}

#blockcart-modal .cart-prices .price {
  margin-left: auto;
  color: #111827;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

#blockcart-modal .cart-total {
  padding-top: 14px !important;
  font-size: 15px;
  text-transform: uppercase;
}

#blockcart-modal .cart-total label {
  flex: 1 1 auto;
}

#blockcart-modal .barcodestar-modal-total-value {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
  margin-left: auto;
  white-space: nowrap;
}

#blockcart-modal .cart-total .price-total {
  flex: 0 0 auto;
  font-size: 20px;
}

#blockcart-modal .barcodestar-modal-total-value small {
  color: #111827;
  font-size: 12px;
  font-weight: 900;
}

#blockcart-modal .modal-footer {
  display: block;
  padding: 20px 34px 24px;
  border-top: 1px solid #e3f2f8;
  background: #fff;
}

#blockcart-modal .cart-buttons {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

#blockcart-modal .cart-buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: normal;
}

#blockcart-modal .cart-buttons .btn-secondary {
  min-width: 250px;
  border: 1px solid #232f3e;
  background: #232f3e;
  color: #fff;
}

#blockcart-modal .cart-buttons .btn-secondary:hover,
#blockcart-modal .cart-buttons .btn-secondary:focus {
  border-color: #137eac;
  background: #137eac;
  color: #fff;
}

#blockcart-modal .cart-buttons .btn-primary {
  min-width: 300px;
  border: 1px solid #1598cf;
  background: linear-gradient(90deg, #247fb4 0%, #2faee2 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(39, 168, 223, 0.22);
}

#blockcart-modal .cart-buttons .btn-primary:hover,
#blockcart-modal .cart-buttons .btn-primary:focus {
  border-color: #232f3e;
  background: #232f3e;
  color: #fff;
  text-decoration: none;
}

#blockcart-modal .cart-buttons .material-icons {
  font-size: 18px;
}

@media (max-width: 991px) {
  #cart .cart-summary {
    padding: 0 14px;
  }
}

@media (max-width: 767px) {
  #cart .cart-container-wrapper {
    padding: 0 14px;
  }

  #cart .barcodestar-cart-heading,
  #cart .barcodestar-summary-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  #cart .product-line-grid-left,
  #cart .product-line-grid-body {
    margin-bottom: 12px;
  }

  #cart .product-line-grid-right {
    padding-right: 0;
    padding-left: 0;
  }

  #cart .product-line-grid-right .price-col {
    text-align: right !important;
  }

  #cart .cart-continue-shopping .btn-secondary {
    width: 100%;
  }

  #blockcart-modal .modal-dialog {
    margin-right: 10px;
    margin-left: 10px;
  }

  #blockcart-modal .modal-header {
    padding: 20px 52px 18px 20px;
  }

  #blockcart-modal .barcodestar-cart-modal-grid {
    padding: 20px;
  }

  #blockcart-modal .barcodestar-cart-modal-product-column {
    margin-bottom: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #e3f2f8;
  }

  #blockcart-modal .barcodestar-cart-modal-summary {
    padding-left: 0;
    padding-right: 0;
  }

  #blockcart-modal .product-image {
    padding-right: 12px;
  }

  #blockcart-modal .barcodestar-modal-total-value {
    align-items: flex-end;
    flex-direction: column;
    gap: 2px;
  }

  #blockcart-modal .cart-buttons {
    flex-direction: column-reverse;
    gap: 12px;
  }

  #blockcart-modal .cart-buttons .btn,
  #blockcart-modal .cart-buttons .btn-primary,
  #blockcart-modal .cart-buttons .btn-secondary {
    width: 100%;
    min-width: 0;
  }
}

#checkout #wrapper,
#checkout .breadcrumb-wrapper,
#checkout #content-wrapper,
#checkout #main {
  background: #fff;
}

#checkout #main > .page-heading {
  margin-bottom: 22px;
  padding-left: 12px;
  border-left: 5px solid #27a8df;
  color: #232f3e;
  font-size: 24px;
  line-height: 1.15;
  text-transform: uppercase;
}

#checkout .cart-grid {
  align-items: flex-start;
}

#checkout .checkout-step,
#checkout .cart-summary {
  border: 1px solid #d8eef7;
  border-top: 4px solid #27a8df;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}

#checkout .checkout-step {
  margin-bottom: 16px;
}

#checkout .checkout-step .step-title {
  margin: 0;
  padding: 18px 20px;
  border-bottom: 1px solid #e3f2f8;
  color: #232f3e;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

#checkout .checkout-step:not(.-current) .step-title {
  border-bottom: 0;
}

#checkout .checkout-step .content {
  padding: 22px 24px 24px;
}

#checkout .checkout-step .step-number,
#checkout .checkout-step .done {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  margin-right: 10px;
  border: 1px solid #bfe4f3;
  border-radius: 50%;
  background: #eef8fc;
  color: #137eac;
  font-size: 15px;
  font-weight: 900;
}

#checkout .checkout-step .done {
  display: none;
}

#checkout .checkout-step.-current .step-number {
  border-color: #27a8df;
  background: #27a8df;
  color: #fff;
}

#checkout .checkout-step.-complete .done {
  display: inline-flex;
  border-color: #cdeecf;
  background: #ecf8ef;
  color: #28703a;
  font-size: 18px;
}

#checkout .checkout-step.-complete .step-number {
  display: none;
}

#checkout .checkout-step .step-edit {
  margin-left: auto;
  color: #137eac;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

#checkout .checkout-step .step-edit .material-icons {
  margin-right: 4px;
  font-size: 16px;
}

#checkout .checkout-step .nav-tabs {
  margin-bottom: 20px;
  border-bottom: 1px solid #d8eef7;
}

#checkout .checkout-step .nav-tabs .nav-link {
  border: 0;
  color: #4b5563;
  font-weight: 800;
}

#checkout .checkout-step .nav-tabs .nav-link.active {
  border-bottom: 3px solid #27a8df;
  color: #137eac;
}

#checkout .checkout-step .form-control {
  min-height: 42px;
  border-color: #cfe6f0;
  color: #232f3e;
}

#checkout .checkout-step .form-control:focus {
  border-color: #27a8df;
  box-shadow: 0 0 0 3px rgba(39, 168, 223, 0.12);
}

#checkout .checkout-step label,
#checkout .checkout-step .form-control-label {
  color: #232f3e;
  font-weight: 700;
}

#checkout .checkout-step .btn-primary,
#checkout #payment-confirmation .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border: 1px solid #1598cf;
  border-radius: 5px;
  background: #27aee4;
  color: #fff;
  box-shadow: 0 8px 18px rgba(39, 174, 228, 0.22);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

#checkout .checkout-step .btn-primary:hover,
#checkout .checkout-step .btn-primary:focus,
#checkout #payment-confirmation .btn-primary:hover,
#checkout #payment-confirmation .btn-primary:focus {
  border-color: #087fb4;
  background: #1299d2;
  color: #fff;
  text-decoration: none;
}

#checkout .checkout-step .btn-primary:disabled,
#checkout #payment-confirmation .btn-primary:disabled {
  opacity: 0.55;
  box-shadow: none;
  cursor: not-allowed;
}

#checkout .checkout-step .btn-secondary,
#checkout .checkout-step .btn-teriary {
  border: 1px solid #d8eef7;
  border-radius: 5px;
  background: #f8fcfe;
  color: #137eac;
  font-weight: 800;
}

#checkout .delivery-options-list,
#checkout .address-selector,
#checkout .shadow-box {
  border: 1px solid #d8eef7;
  border-radius: 7px;
  background: #f8fcfe;
}

#checkout .delivery-option,
#checkout .address-item {
  margin: 0;
  padding: 14px 12px;
  border: 1px solid #d8eef7;
  border-radius: 6px;
  background: #fff;
}

#checkout .delivery-option + .delivery-option,
#checkout .address-item + .address-item {
  margin-top: 10px;
}

#checkout .delivery-option:hover,
#checkout .address-item:hover {
  border-color: #27a8df;
}

#checkout .payment-options {
  margin: 0;
}

#checkout .paymeny-option + .paymeny-option {
  margin-top: 10px;
}

#checkout .payment-option {
  padding: 14px 16px;
  border: 1px solid #d8eef7;
  border-radius: 6px;
  background: #fff;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

#checkout .payment-option:hover,
#checkout .payment-option:focus-within {
  border-color: #27a8df;
  background: #f8fcfe;
  box-shadow: 0 4px 12px rgba(39, 168, 223, 0.12);
}

#checkout .payment-option .custom-radio-wrapper,
#checkout .delivery-option .custom-radio-wrapper,
#checkout #conditions-to-approve .custom-checkbox-wrapper,
#checkout .order-options .custom-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

#checkout .payment-option label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #232f3e;
  font-weight: 800;
}

#checkout .payment-option label img {
  max-height: 26px;
}

#checkout .custom-radio,
#checkout .custom-checkbox {
  flex: 0 0 auto;
}

#checkout .custom-radio > span,
#checkout .custom-checkbox > span {
  border-color: #bfe4f3;
  background: #fff;
}

#checkout .custom-radio input:checked + span,
#checkout .custom-checkbox input:checked + span {
  border-color: #27a8df;
  background: #27a8df;
  color: #fff;
}

#checkout .additional-information {
  margin: 10px 0 0 42px;
  padding: 14px 16px;
  border-left: 4px solid #27a8df;
  border-radius: 0 6px 6px 0;
  background: #f8fcfe;
  color: #232f3e;
  line-height: 1.55;
}

#checkout .additional-information p:last-child,
#checkout .additional-information dl:last-child {
  margin-bottom: 0;
}

#checkout #conditions-to-approve {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid #d8eef7;
  border-radius: 6px;
  background: #fff;
}

#checkout #conditions-to-approve ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#checkout #conditions-to-approve label {
  margin: 0;
  color: #232f3e;
  font-weight: 600;
  line-height: 1.45;
}

#checkout #conditions-to-approve a {
  color: #137eac;
  font-weight: 800;
}

#checkout #payment-confirmation {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e3f2f8;
}

#checkout #payment-confirmation .btn-primary {
  width: 100%;
  max-width: 430px;
  min-height: 48px;
  font-size: 14px;
  text-transform: none;
}

#checkout #order-summary-content {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid #d8eef7;
  border-top: 4px solid #27a8df;
  border-radius: 7px;
  background: #fff;
}

#checkout #order-summary-content > .alert-info {
  border: 1px solid #d8eef7;
  background: #f8fcfe;
  color: #232f3e;
  font-weight: 800;
}

#checkout .order-summary-block h5 {
  color: #232f3e;
  font-weight: 900;
  text-transform: uppercase;
}

#checkout .cart-summary {
  padding: 0 16px;
}

#checkout .cart-summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  clear: none;
}

#checkout .cart-summary-line label,
#checkout .cart-summary-line .label {
  margin: 0;
  color: #232f3e;
  font-weight: 700;
}

#checkout .cart-summary-line .value {
  float: none;
  margin-left: auto;
  color: #111827;
  font-weight: 800;
  text-align: right;
}

#checkout .cart-summary-products .value a,
#checkout .cart-voucher .promo-code-button {
  color: #137eac;
  font-weight: 800;
}

#checkout .cart-summary-totals,
#checkout .cart-voucher {
  border-top: 1px solid #e3f2f8;
}

#checkout .cart-summary-totals .cart-total label,
#checkout .cart-summary-totals .cart-total .value {
  font-size: 16px;
}

#checkout .cart-voucher .input-group-btn .btn {
  border: 1px solid #27a8df;
  background: #27a8df;
  color: #fff;
  font-weight: 800;
}

@media (max-width: 991px) {
  #checkout .cart-summary {
    padding: 0 14px;
  }
}

@media (max-width: 767px) {
  #checkout .checkout-step .step-title {
    padding: 16px 14px;
    font-size: 15px;
  }

  #checkout .checkout-step .content {
    padding: 18px 14px;
  }

  #checkout .checkout-step .step-edit {
    display: none;
  }

  #checkout .additional-information {
    margin-left: 0;
  }

  #checkout #payment-confirmation .btn-primary,
  #checkout .checkout-step .btn-primary {
    width: 100%;
  }
}

#order-confirmation #wrapper,
#order-confirmation .breadcrumb-wrapper,
#order-confirmation #content-wrapper,
#order-confirmation #main {
  background: #fff;
}

#order-confirmation #content-hook_order_confirmation {
  margin-bottom: 18px;
  padding: 18px 22px;
  border: 1px solid #cdeecf;
  border-left: 5px solid #35a853;
  border-radius: 7px;
  background: #ecf8ef;
  color: #1f5f32;
}

#order-confirmation #content-hook_order_confirmation h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  color: #1f5f32;
  font-size: 20px;
  font-weight: 900;
}

#order-confirmation #content-hook_order_confirmation .done {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #35a853;
  color: #fff;
  font-size: 18px;
}

#order-confirmation #content.page-order-confirmation .light-box-bg,
#order-confirmation #content-hook_payment_return .light-box-bg,
#order-confirmation #registration-form .light-box-bg {
  border: 1px solid #d8eef7;
  border-top: 4px solid #27a8df;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}

#order-confirmation #content.page-order-confirmation .light-box-bg {
  padding: 0;
}

#order-confirmation #order-items,
#order-confirmation #order-details {
  padding: 22px 24px;
}

#order-confirmation #order-items h4,
#order-confirmation #order-details .order-details-title {
  margin: 0 0 18px;
  color: #232f3e;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

#order-confirmation .order-confirmation-table {
  color: #232f3e;
}

#order-confirmation .order-line {
  padding: 18px 0;
  border-bottom: 1px solid #e3f2f8;
}

#order-confirmation .order-line:first-child {
  padding-top: 0;
}

#order-confirmation .order-line .image {
  display: block;
  overflow: hidden;
  border: 1px solid #e3f2f8;
  border-radius: 6px;
  background: #fff;
}

#order-confirmation .order-line .product-name {
  color: #232f3e;
  font-weight: 900;
  line-height: 1.45;
}

#order-confirmation .order-line .qty strong,
#order-confirmation .order-line .product-price {
  color: #111827;
  font-weight: 900;
}

#order-confirmation .order-confirmation-total {
  padding-top: 12px;
}

#order-confirmation .order-confirmation-total .row > div {
  padding-top: 9px;
  padding-bottom: 9px;
  color: #232f3e;
}

#order-confirmation .order-confirmation-total label {
  margin: 0;
  font-weight: 800;
}

#order-confirmation .order-confirmation-total .price-total {
  color: #111827;
  font-size: 20px;
  font-weight: 900;
}

#order-confirmation #order-details {
  border-left: 1px solid #e3f2f8;
  background: #f8fcfe;
}

#order-confirmation #order-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#order-confirmation #order-details li {
  padding: 12px 0;
  border-bottom: 1px solid #d8eef7;
  color: #232f3e;
  line-height: 1.45;
}

#order-confirmation #order-details li:last-child {
  border-bottom: 0;
}

#order-confirmation #order-details li span {
  display: block;
  margin-bottom: 4px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

#order-confirmation #order-details li strong {
  display: block;
  color: #232f3e;
  font-size: 14px;
  font-weight: 900;
}

#order-confirmation #order-details em {
  color: #4b5563;
}

#order-confirmation #content-hook_payment_return {
  margin-top: 24px;
}

#order-confirmation #content-hook_payment_return .light-box-bg {
  padding: 22px 24px;
}

#order-confirmation .barcodestar-payment-return h4 {
  margin: 0 0 12px;
  padding-left: 12px;
  border-left: 5px solid #27a8df;
  color: #232f3e;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

#order-confirmation .barcodestar-payment-return p {
  color: #232f3e;
  line-height: 1.55;
}

#order-confirmation .barcodestar-payment-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

#order-confirmation .barcodestar-payment-list li,
#order-confirmation .barcodestar-bankwire-details dl {
  margin: 0;
  padding: 13px 14px;
  border: 1px solid #d8eef7;
  border-radius: 6px;
  background: #f8fcfe;
}

#order-confirmation .barcodestar-payment-list span,
#order-confirmation .barcodestar-bankwire-details dt {
  display: block;
  margin-bottom: 5px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

#order-confirmation .barcodestar-payment-list strong,
#order-confirmation .barcodestar-bankwire-details dd {
  margin: 0;
  color: #111827;
  font-weight: 900;
}

#order-confirmation .barcodestar-payment-note {
  padding: 12px 14px;
  border: 1px solid #d8eef7;
  border-radius: 6px;
  background: #f8fcfe;
}

#order-confirmation .barcodestar-payment-status {
  font-weight: 900;
}

#order-confirmation .barcodestar-payment-return a {
  color: #137eac;
  font-weight: 800;
}

#order-confirmation .barcodestar-payment-return-error {
  padding: 16px;
  border: 1px solid #ffd0d0;
  border-radius: 7px;
  background: #fff7f7;
}

@media (max-width: 767px) {
  #order-confirmation #order-items,
  #order-confirmation #order-details,
  #order-confirmation #content-hook_payment_return .light-box-bg {
    padding: 18px 14px;
  }

  #order-confirmation #order-details {
    border-top: 1px solid #e3f2f8;
    border-left: 0;
  }

  #order-confirmation .barcodestar-payment-list {
    grid-template-columns: 1fr;
  }
}

#order-detail #wrapper,
#order-detail .breadcrumb-wrapper,
#order-detail #content-wrapper,
#order-detail #main,
#guest-tracking #wrapper,
#guest-tracking .breadcrumb-wrapper,
#guest-tracking #content-wrapper,
#guest-tracking #main {
  background: #fff;
}

#order-detail #main > .page-heading,
#guest-tracking #main > .page-heading {
  margin-bottom: 22px;
  padding-left: 12px;
  border-left: 5px solid #27a8df;
  color: #232f3e;
  font-size: 24px;
  line-height: 1.15;
  text-transform: uppercase;
}

#order-detail .box,
#order-detail #order-history,
#order-detail .order-message-form,
#guest-tracking .box,
#guest-tracking #order-history,
#guest-tracking .order-message-form {
  margin-bottom: 16px;
  padding: 18px 20px;
  border: 1px solid #d8eef7;
  border-top: 4px solid #27a8df;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.1);
}

#order-detail #order-infos .box:first-child,
#guest-tracking #order-infos .box:first-child {
  background: #f8fcfe;
}

#order-detail #order-infos strong,
#guest-tracking #order-infos strong {
  color: #232f3e;
  font-weight: 900;
}

#order-detail #order-infos .font-weight-bold,
#guest-tracking #order-infos .font-weight-bold {
  color: #6b7280;
  font-size: 12px;
  text-transform: uppercase;
}

#order-detail #order-infos .button-primary,
#guest-tracking #order-infos .button-primary {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #27a8df;
  border-radius: 5px;
  background: #27a8df;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

#order-detail #order-infos .button-primary:hover,
#order-detail #order-infos .button-primary:focus,
#guest-tracking #order-infos .button-primary:hover,
#guest-tracking #order-infos .button-primary:focus {
  border-color: #137eac;
  background: #137eac;
  color: #fff;
}

#order-detail #order-history h5,
#order-detail .addresses h5,
#order-detail .order-message-form h4,
#order-detail .sm-bottom > h4,
#guest-tracking #order-history h5,
#guest-tracking .addresses h5,
#guest-tracking .order-message-form h4,
#guest-tracking .sm-bottom > h4 {
  margin: 0 0 14px;
  color: #232f3e;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

#order-detail .addresses,
#guest-tracking .addresses {
  margin-top: 2px;
}

#order-detail .addresses .box,
#guest-tracking .addresses .box {
  min-height: 100%;
}

#order-detail address,
#guest-tracking address {
  margin-bottom: 0;
  color: #232f3e;
  font-size: 13px;
  line-height: 1.55;
}

#order-detail table.table,
#guest-tracking table.table {
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid #d8eef7;
  border-top: 4px solid #27a8df;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

#order-detail table.table th,
#order-detail table.table td,
#guest-tracking table.table th,
#guest-tracking table.table td {
  padding: 13px 12px;
  border-color: #e3f2f8;
  color: #232f3e;
  vertical-align: middle;
}

#order-detail table.table thead th,
#guest-tracking table.table thead th {
  border-bottom: 1px solid #d8eef7;
  background: #f8fcfe;
  color: #232f3e;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

#order-detail table.table tbody tr:hover td,
#guest-tracking table.table tbody tr:hover td {
  background: #f8fcfe;
}

#order-detail table.table strong,
#order-detail table.table .price-total,
#guest-tracking table.table strong,
#guest-tracking table.table .price-total {
  color: #111827;
  font-weight: 900;
}

#order-detail #order-products a,
#guest-tracking #order-products a {
  color: #232f3e;
  font-weight: 900;
}

#order-detail #order-products a:hover,
#order-detail #order-products a:focus,
#guest-tracking #order-products a:hover,
#guest-tracking #order-products a:focus {
  color: #137eac;
  text-decoration: none;
}

#order-detail #order-products tfoot tr td,
#guest-tracking #order-products tfoot tr td {
  background: #fff;
  border-top: 1px solid #e3f2f8;
}

#order-detail #order-products tfoot tr:last-child td,
#guest-tracking #order-products tfoot tr:last-child td {
  background: #f8fcfe;
  font-size: 15px;
}

#order-detail #order-history .label-pill,
#guest-tracking #order-history .label-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #27a8df !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

#order-detail .shipping-lines,
#order-detail .order-items,
#guest-tracking .shipping-lines,
#guest-tracking .order-items {
  border-top-color: #27a8df;
}

#order-detail .order-items .order-item,
#guest-tracking .order-items .order-item {
  padding: 14px 0;
  border-bottom: 1px solid #e3f2f8;
}

#order-detail .order-items .order-item:last-child,
#guest-tracking .order-items .order-item:last-child {
  border-bottom: 0;
}

#order-detail .order-message-form p,
#guest-tracking .order-message-form p {
  color: #4b5563;
}

#order-detail .order-message-form .form-control,
#guest-tracking .order-message-form .form-control {
  min-height: 42px;
  border-color: #cfe6f0;
  color: #232f3e;
}

#order-detail .order-message-form textarea.form-control,
#guest-tracking .order-message-form textarea.form-control {
  min-height: 110px;
}

#order-detail .order-message-form .form-control:focus,
#guest-tracking .order-message-form .form-control:focus {
  border-color: #27a8df;
  box-shadow: 0 0 0 3px rgba(39, 168, 223, 0.12);
}

#order-detail .order-message-form .btn-primary,
#guest-tracking .order-message-form .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 18px;
  border: 1px solid #1598cf;
  border-radius: 5px;
  background: #27aee4;
  color: #fff;
  box-shadow: 0 8px 18px rgba(39, 174, 228, 0.22);
  font-weight: 800;
  text-transform: uppercase;
}

#order-detail .order-message-form .btn-primary:hover,
#order-detail .order-message-form .btn-primary:focus,
#guest-tracking .order-message-form .btn-primary:hover,
#guest-tracking .order-message-form .btn-primary:focus {
  border-color: #087fb4;
  background: #1299d2;
  color: #fff;
}

@media (max-width: 767px) {
  #order-detail .box,
  #order-detail #order-history,
  #order-detail .order-message-form,
  #guest-tracking .box,
  #guest-tracking #order-history,
  #guest-tracking .order-message-form {
    padding: 16px 14px;
  }

  #order-detail #order-infos .col-3,
  #guest-tracking #order-infos .col-3 {
    margin-top: 12px;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: left !important;
  }

  #order-detail .order-message-form .btn-primary,
  #guest-tracking .order-message-form .btn-primary {
    width: 100%;
  }
}

#product .main-product-details {
  padding: 22px;
  border: 1px solid #d8eef7;
  border-top: 4px solid #27a8df;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.1);
}

#product #wrapper,
#product .breadcrumb-wrapper,
#product .mobile-breadcrumb .breadcrumb-wrapper {
  background: #fff;
}

#product #content-wrapper,
#product #main {
  background: #fff;
}

#product .main-product-details > .row {
  align-items: flex-start;
}

#product .product-left-content {
  position: sticky;
  top: 18px;
}

#product .product-cover {
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid #e3f2f8;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(15, 23, 42, 0.08);
}

#product .product-cover img {
  display: block;
  width: 100%;
  border-radius: 7px;
}

#product .product-cover .layer {
  right: 10px;
  bottom: 10px;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 5px;
  background: rgba(35, 47, 62, 0.82);
  color: #fff;
}

#product .product-cover .layer .zoom-in {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 5px;
  background: transparent;
  color: #fff;
}

#product .product-flags {
  top: 16px;
  left: 16px;
}

#product .product-flags .product-flag span {
  border-radius: 4px;
  background: #0b88c6;
  box-shadow: 0 4px 10px rgba(11, 136, 198, 0.22);
  font-weight: 800;
}

#product .thumbs-list {
  position: relative;
  padding: 0 4px;
}

#product .product-images {
  margin: 0;
}

#product .product-images li.thumb-container {
  padding: 0 7px 8px;
}

#product .product-images li.thumb-container .thumb {
  overflow: hidden;
  padding: 3px;
  border: 1px solid #d8eef7;
  border-radius: 5px;
  background: #fff;
}

#product .product-images li.thumb-container .thumb.selected,
#product .product-images li.thumb-container .thumb:hover {
  border-color: #27a8df;
  box-shadow: 0 4px 10px rgba(39, 168, 223, 0.22);
  filter: none;
}

#product .barcodestar-product-help-box {
  margin-top: 22px;
  padding: 18px 18px 20px;
  border: 1px solid #d8eef7;
  border-top: 4px solid #27a8df;
  border-radius: 7px;
  background: linear-gradient(180deg, #fff 0%, #f8fcfe 100%);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

#product .barcodestar-product-help-title {
  margin-bottom: 8px;
  color: #232f3e;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

#product .barcodestar-product-help-box p {
  margin: 0 0 14px;
  color: #526173;
  font-size: 13px;
  line-height: 1.45;
}

#product .barcodestar-product-help-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #137eac;
  border-radius: 5px;
  background: #fff;
  color: #137eac;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(19, 126, 172, 0.1);
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

#product .barcodestar-product-help-link:hover,
#product .barcodestar-product-help-link:focus {
  border-color: #087fb4;
  background: #eaf7fc;
  color: #087fb4;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(19, 126, 172, 0.16);
}

#product .barcodestar-product-help-link .material-icons {
  width: auto;
  font-size: 17px;
  line-height: 1;
}

#product .product-right-content > .page-heading {
  margin: 0 0 18px;
  padding-left: 12px;
  border-left: 5px solid #27a8df;
  color: #232f3e;
  font-size: 24px;
  line-height: 1.25;
  text-transform: uppercase;
}

#product .product-attributes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px !important;
}

#product .product-attributes:empty {
  display: none;
}

#product .product-attributes .attribute-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid #e3f2f8;
  border-radius: 5px;
  background: #f8fcfe;
}

#product .product-attributes .attribute-item label {
  min-width: 0;
  margin: 0;
  color: #5b6470;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

#product .product-attributes .attribute-item span,
#product .product-attributes .attribute-item a {
  color: #232f3e;
  font-weight: 800;
}

#product .product-availability-top {
  margin-bottom: 14px !important;
}

#product .product-availability-top .alert,
#product .product-availability-top .product-availability,
#product .product-availability-top span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 12px;
  border: 1px solid #cdeecf;
  border-radius: 5px;
  background: #ecf8ef;
  color: #28703a;
  font-weight: 800;
}

#product .product-description-short {
  margin-bottom: 18px !important;
  color: #232f3e;
  font-size: 14px;
  line-height: 1.55;
}

#product .product-information {
  padding: 24px 26px;
  border: 1px solid #d8eef7;
  border-top: 4px solid #27a8df;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.1);
}

#product .product-prices {
  margin-bottom: 20px !important;
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 1rem;
}

#product .product-prices .price.product-price {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  line-height: inherit;
}

#product .barcodestar-product-price-summary {
  width: 100%;
  padding: 0 0 17px;
  border-bottom: 1px solid #e3f2f8;
}

#product .barcodestar-product-price-row {
  display: block;
  line-height: 1.18;
  letter-spacing: 0;
}

#product .barcodestar-product-price-row-tax-excl {
  color: #8a9099;
  font-size: 16px;
  font-weight: 500;
}

#product .barcodestar-product-price-row-tax-incl {
  margin-bottom: 4px;
  color: #3867f2;
  font-size: 20px;
  font-weight: 800;
}

#product .barcodestar-product-price-value,
#product .barcodestar-product-price-vat,
#product .barcodestar-product-price-currency {
  display: inline;
  color: inherit;
  font: inherit;
}

#product .barcodestar-product-price-row-tax-excl .barcodestar-product-price-value {
  font-weight: 500;
}

#product .product-prices > .tax-shipping-delivery-label {
  display: none !important;
}

#product .product-prices .barcodestar-delivery-label,
#product .product-prices .product-without-taxes,
#product .product-prices .price-ecotax {
  display: block;
  margin-top: 9px;
  color: #6b7280;
  font-size: 13px;
  font-style: normal;
}

#product .product-actions .form-control-label {
  color: #232f3e;
  font-weight: 800;
  text-align: left;
}

#product .product-quantity {
  margin-bottom: 18px;
}

#product .product-quantity .qty {
  max-width: 220px;
}

#product .product-quantity #quantity_wanted {
  height: 45px;
  border-color: #cfe6f0;
  color: #232f3e;
  font-weight: 800;
  text-align: center;
}

#product .product-quantity .bootstrap-touchspin .btn {
  border-color: #cfe6f0;
  background: #f8fcfe;
  color: #137eac;
}

#product .product-add-to-cart-button {
  margin-top: 4px;
}

#product .product-add-to-cart-button .add {
  margin-left: 0 !important;
  text-align: left;
}

#product .product-add-to-cart-button .add-to-cart,
#product .barcodestar-quantity-quote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 360px !important;
  max-width: 100%;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 5px;
  box-shadow: 0 8px 18px rgba(19, 126, 172, 0.12);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: uppercase;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

#product .product-add-to-cart-button .add-to-cart {
  border: 1px solid #137eac !important;
  background: #137eac !important;
  color: #fff !important;
}

#product .product-add-to-cart-button .add-to-cart:hover,
#product .product-add-to-cart-button .add-to-cart:focus {
  border-color: #087fb4 !important;
  background: #087fb4 !important;
  color: #fff !important;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(19, 126, 172, 0.18);
}

#product .product-add-to-cart-button .add-to-cart:active {
  transform: translateY(1px);
}

#product .product-add-to-cart-button .add-to-cart:disabled,
#product .product-add-to-cart-button .add-to-cart.disabled {
  opacity: 0.65;
  box-shadow: none;
  transform: none;
}

#product .product-add-to-cart-button .add-to-cart .material-icons {
  width: auto;
  height: auto;
  margin-right: 0;
  background: transparent;
  color: #fff !important;
  font-size: 18px;
  line-height: 1;
}

#product .product-add-to-cart-button .add-to-cart span {
  color: #fff !important;
}

#product .barcodestar-quantity-quote-button {
  margin-top: 12px;
  border: 1px solid #137eac;
  background: #fff;
  color: #137eac;
}

#product .barcodestar-quantity-quote-button:hover,
#product .barcodestar-quantity-quote-button:focus {
  border-color: #087fb4;
  background: #eaf7fc;
  color: #087fb4;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(19, 126, 172, 0.18);
}

#product .barcodestar-quantity-quote-button:active {
  transform: translateY(1px);
}

#product .barcodestar-quantity-quote-button .material-icons {
  width: auto;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 575px) {
  #product .barcodestar-product-price-row-tax-excl {
    font-size: 15px;
  }

  #product .barcodestar-product-price-row-tax-incl,
  #product .product-prices .price.product-price {
    font-size: 19px;
  }
}

#product .rtamazonlink-box {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #d8eef7;
  border-top: 4px solid #f0b429;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.08);
}

#product .rtamazonlink-title {
  margin-bottom: 12px;
  color: #232f3e;
  font-size: 15px;
  font-weight: 900;
}

#product .rtamazonlink-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #232f3e;
  border-radius: 5px;
  background: #232f3e;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(35, 47, 62, 0.18);
  font-weight: 800;
  text-decoration: none !important;
}

#product .rtamazonlink-btn:hover,
#product .rtamazonlink-btn:focus {
  border-color: #137eac;
  background: #137eac;
  color: #fff !important;
}

#product .rtamazonlink-icon {
  width: 23px;
  height: 23px;
  background: #f0b429;
  color: #232f3e;
  font-size: 14px;
}

#product .rtamazonlink-disclaimer {
  margin-top: 10px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.45;
}

#product .main-product-bottom .block,
#product .product-tabs,
#product .product-accordions {
  border: 1px solid #d8eef7;
  border-top: 4px solid #27a8df;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

#product .main-product-bottom .title-block,
#product .product-tabs .nav-tabs,
#product .product-accordions .panel-heading {
  margin: 0;
  padding: 14px 18px;
  border-bottom: 1px solid #e3f2f8;
  background: #f8fcfe;
}

#product .main-product-bottom .block-content,
#product .product-tabs .panel-content,
#product .product-accordions .panel-content {
  padding: 20px 22px;
}

#product .product-description-block .product-description,
#product .product-description-block .typo,
#product .product-description-block p,
#product .product-description-block ul,
#product .product-description-block ol {
  color: #232f3e;
  line-height: 1.6;
}

#product .product-description-block p:last-child,
#product .product-description-block ul:last-child,
#product .product-description-block ol:last-child {
  margin-bottom: 0;
}

#product .product-description-block h2,
#product .product-description-block h3,
#product .product-description-block h4,
#product .product-description-block h5 {
  margin-top: 22px;
  margin-bottom: 12px;
  color: #232f3e;
}

#product .product-description-block hr,
#product .extra-content hr {
  margin: 20px -22px;
  border-top: 1px solid #e3f2f8;
}

#product .main-product-bottom .title-block span,
#product .product-tabs .nav-link span,
#product .product-accordions .panel-title a {
  color: #232f3e;
  font-weight: 900;
  text-transform: uppercase;
}

body#contact #wrapper {
  background: #fff;
}

body#contact .main-content {
  padding-top: 0;
}

body#contact #center-column.center-column {
  flex: 0 0 100%;
  max-width: 100%;
}

body#contact #content.page-content {
  margin-bottom: 0;
}

.barcodestar-contact-page {
  max-width: 1170px;
  margin: 0 auto;
  padding: 34px 0 50px;
}

.barcodestar-contact-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid #d8eef7;
}

.barcodestar-contact-eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: #137eac;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.barcodestar-contact-hero h1 {
  position: relative;
  margin: 0 0 10px;
  padding-left: 14px;
  color: #232f3e;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.barcodestar-contact-hero h1:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 4px;
  border-radius: 4px;
  background: #27a8df;
}

.barcodestar-contact-hero p {
  max-width: 640px;
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.55;
}

.barcodestar-contact-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 11px 18px;
  border-radius: 5px;
  background: #232f3e;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(35, 47, 62, 0.18);
}

.barcodestar-contact-phone:hover,
.barcodestar-contact-phone:focus {
  background: #27a8df;
  color: #fff;
  text-decoration: none;
}

.barcodestar-contact-phone .material-icons {
  font-size: 19px;
}

.barcodestar-contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 2fr);
  gap: 28px;
  align-items: start;
}

.barcodestar-contact-info,
.barcodestar-contact-form {
  border: 1px solid #d8eef7;
  border-top: 4px solid #27a8df;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.barcodestar-contact-info {
  padding: 26px 24px;
}

.barcodestar-contact-info h2 {
  margin: 0 0 10px;
  color: #232f3e;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.barcodestar-contact-info-intro {
  margin: 0 0 20px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.55;
}

.barcodestar-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.barcodestar-contact-list li {
  display: flex;
  gap: 12px;
  padding: 15px 0;
  border-top: 1px solid #e3f2f8;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
}

.barcodestar-contact-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.barcodestar-contact-list .material-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 5px;
  background: #eaf7fc;
  color: #137eac;
  font-size: 19px;
}

.barcodestar-contact-list strong {
  display: block;
  margin-bottom: 3px;
  color: #232f3e;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.barcodestar-contact-list a {
  color: #137eac;
  font-weight: 900;
  text-decoration: none;
}

.barcodestar-contact-list a:hover,
.barcodestar-contact-list a:focus {
  color: #0c6f9b;
  text-decoration: none;
}

.barcodestar-contact-note {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid #bfe4f3;
  border-radius: 5px;
  background: #f3fbfe;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.45;
}

.barcodestar-contact-note strong {
  display: block;
  margin-bottom: 4px;
  color: #232f3e;
  font-weight: 900;
}

.barcodestar-contact-form {
  margin: 0;
  padding: 28px;
}

.barcodestar-contact-form .alert {
  margin-bottom: 22px;
  border-radius: 5px;
}

.barcodestar-contact-fields {
  margin: 0;
}

.barcodestar-contact-field.form-group {
  align-items: center;
  margin-bottom: 18px;
}

.barcodestar-contact-field .form-control-label {
  margin-bottom: 0;
  color: #232f3e;
  font-size: 14px;
  font-weight: 900;
  text-align: right;
}

.barcodestar-contact-field .form-control {
  min-height: 42px;
  border: 1px solid #c8d5dc;
  border-radius: 5px;
  color: #111827;
  font-size: 14px;
  box-shadow: none;
}

.barcodestar-contact-field textarea.form-control {
  min-height: 130px;
  resize: vertical;
}

.barcodestar-contact-field .form-control:focus {
  border-color: #27a8df;
  box-shadow: 0 0 0 3px rgba(39, 168, 223, 0.14);
}

.barcodestar-contact-control-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.barcodestar-contact-control-note .form-control-comment {
  color: #6b7280;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.barcodestar-contact-form .input-group,
.barcodestar-contact-form .bootstrap-filestyle {
  width: 100%;
}

.barcodestar-contact-form .input-group-btn .btn,
.barcodestar-contact-form .bootstrap-filestyle .btn {
  min-height: 42px;
  border: 0;
  border-radius: 0 5px 5px 0;
  background: #232f3e;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

.barcodestar-contact-form .input-group-btn .btn:hover,
.barcodestar-contact-form .bootstrap-filestyle .btn:hover {
  background: #27a8df;
}

.barcodestar-contact-actions {
  margin-top: 8px;
}

.barcodestar-contact-actions .btn {
  min-width: 220px;
  min-height: 44px;
  border: 0;
  border-radius: 5px;
  background: linear-gradient(90deg, #247fb4 0%, #2faee2 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(39, 168, 223, 0.22);
}

.barcodestar-contact-actions .btn:hover,
.barcodestar-contact-actions .btn:focus {
  background: #232f3e;
  color: #fff;
  box-shadow: 0 8px 20px rgba(35, 47, 62, 0.2);
}

.barcodestar-footer-before {
  background: #fff;
}

.barcodestar-footer {
  margin-top: 38px;
  padding: 42px 0 24px;
  border-top: 4px solid #27a8df;
  border-bottom: 1px solid #d8eef7;
  background: #f8fcfe;
  color: #232f3e;
}

.barcodestar-footer .container {
  max-width: 1170px;
}

.barcodestar-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(160px, 1fr));
  gap: 34px;
  align-items: start;
}

.barcodestar-footer-column h3,
.barcodestar-footer-column h4 {
  margin: 0 0 16px;
  color: #232f3e;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.barcodestar-footer-column h3 {
  font-size: 25px;
}

.barcodestar-footer-logo {
  display: inline-flex;
  align-items: center;
  max-width: 260px;
  margin-bottom: 18px;
  text-decoration: none;
}

.barcodestar-footer-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 64px;
  height: auto;
}

.barcodestar-footer-column h4 {
  position: relative;
  padding-bottom: 10px;
  font-size: 16px;
}

.barcodestar-footer-column h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 3px;
  border-radius: 3px;
  background: #27a8df;
}

.barcodestar-footer-brand p {
  max-width: 330px;
  margin: 0 0 18px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.55;
}

.barcodestar-footer-column ul,
.barcodestar-footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.barcodestar-footer-column li + li {
  margin-top: 10px;
}

.barcodestar-footer-column a,
.barcodestar-footer-column span {
  color: #232f3e;
  font-size: 14px;
  line-height: 1.35;
}

.barcodestar-footer-column a {
  display: inline-flex;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.barcodestar-footer-column a:hover,
.barcodestar-footer-column a:focus {
  color: #27a8df;
  transform: translateX(3px);
  text-decoration: none;
}

.barcodestar-footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.barcodestar-footer-contact .material-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 5px;
  background: #27a8df;
  color: #fff;
  font-size: 18px;
}

.barcodestar-footer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid #d8eef7;
}

.barcodestar-footer-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid #bfe4f3;
  border-radius: 5px;
  background: #fff;
  color: #232f3e;
  font-size: 13px;
  font-weight: 800;
}

.barcodestar-footer-trust .material-icons {
  color: #27a8df;
  font-size: 19px;
}

.barcodestar-footer-bottom {
  padding: 14px 0;
  border-top: 1px solid #e3f2f8;
  background: #eef7fb;
  color: #4b5563;
}

.barcodestar-footer-bottomline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 12px;
  line-height: 1.4;
}

#footer .barcodestar-footer-before {
  margin: 0;
  padding: 0;
  background: #fff;
}

#footer .barcodestar-footer {
  margin-top: 38px;
  padding: 42px 0 24px;
  border-top: 4px solid #27a8df;
  border-bottom: 1px solid #d8eef7;
  background: #f8fcfe;
  color: #232f3e;
}

#footer .barcodestar-footer-column h3,
#footer .barcodestar-footer-column h4 {
  color: #232f3e;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

#footer .barcodestar-footer-column h4:after {
  background: #27a8df;
}

#footer .barcodestar-footer-logo:hover,
#footer .barcodestar-footer-logo:focus {
  opacity: 0.9;
}

#footer .barcodestar-footer-brand p,
#footer .barcodestar-footer-column a,
#footer .barcodestar-footer-column span {
  color: #232f3e;
}

#footer .barcodestar-footer-column a:hover,
#footer .barcodestar-footer-column a:focus {
  color: #27a8df;
}

#footer .barcodestar-footer-contact .material-icons {
  background: #27a8df;
  color: #fff;
}

#footer .barcodestar-footer-bottom {
  padding: 14px 0;
  border-top: 1px solid #e3f2f8;
  background: #eef7fb;
  color: #4b5563;
}

#footer .footer-module-managed {
  margin-top: 38px;
  padding: 38px 0 24px;
  border-top: 4px solid #27a8df;
  border-bottom: 1px solid #d8eef7;
  background: #f8fcfe;
  color: #232f3e;
}

#footer .footer-module-managed .container {
  max-width: 1170px;
}

#footer .footer-module-managed .footer-left,
#footer .footer-module-managed .footer-right {
  margin-bottom: 18px;
}

#footer .footer-about-us {
  margin: 0;
}

#footer .footer-about-us .typo {
  padding: 18px;
  border: 1px solid #d8eef7;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.08);
}

#footer .footer-about-us .typo p,
#footer .footer-about-us .typo div {
  margin-bottom: 10px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.55;
}

#footer .footer-about-us .typo p:last-child,
#footer .footer-about-us .typo div:last-child {
  margin-bottom: 0;
}

#footer .footer-about-us .typo strong,
#footer .footer-about-us .typo b {
  color: #232f3e;
  font-weight: 900;
}

#footer .footer-about-us h3,
#footer .footer-about-us h4 {
  position: relative;
  margin: 0 0 14px;
  padding-bottom: 10px;
  color: #232f3e;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

#footer .footer-about-us h3:after,
#footer .footer-about-us h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 3px;
  border-radius: 3px;
  background: #27a8df;
}

#footer .footer-about-us ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

#footer .footer-about-us li {
  margin-bottom: 9px;
  color: #232f3e;
  font-size: 14px;
  line-height: 1.35;
}

#footer .footer-about-us li:last-child {
  margin-bottom: 0;
}

#footer .footer-about-us a {
  color: #137eac;
  font-weight: 800;
  text-decoration: none;
}

#footer .footer-about-us a:hover,
#footer .footer-about-us a:focus {
  color: #0c6f9b;
  text-decoration: none;
}

#footer .footer-menu {
  margin: 0;
}

#footer .footer-menu > .row {
  margin-right: -12px;
  margin-left: -12px;
}

#footer .footer-menu .linklist {
  padding-right: 12px;
  padding-left: 12px;
}

#footer .footer-menu .linklist > h4,
#footer .footer-menu h4,
#footer .footer-menu h3,
#footer .footer-menu p strong {
  display: block;
  position: relative;
  margin: 0 0 14px;
  padding-bottom: 10px;
  color: #232f3e;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

#footer .footer-menu .linklist > h4:after,
#footer .footer-menu h4:after,
#footer .footer-menu h3:after,
#footer .footer-menu p strong:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 3px;
  border-radius: 3px;
  background: #27a8df;
}

#footer .footer-menu ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

#footer .footer-menu li {
  margin-bottom: 9px;
  color: #232f3e;
  font-size: 14px;
  line-height: 1.35;
}

#footer .footer-menu li:last-child {
  margin-bottom: 0;
}

#footer .footer-menu a {
  display: inline-flex;
  color: #232f3e;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

#footer .footer-menu a:hover,
#footer .footer-menu a:focus {
  color: #137eac;
  transform: translateX(3px);
  text-decoration: none;
}

#footer .hook-display-footer {
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid #d8eef7;
}

#footer .block-social {
  margin-bottom: 0;
}

#footer .block-social h4 {
  color: #232f3e;
  font-weight: 900;
  text-transform: uppercase;
}

#footer .block-social .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

#footer .block-social .social-links li {
  margin: 0;
}

#footer .block-social .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  background: #27a8df;
  color: #fff;
  font-size: 0;
}

#footer .block-social .social-links a:before {
  font-size: 16px;
}

#footer .footer-module-managed-bottom {
  padding: 14px 0;
  border-top: 1px solid #e3f2f8;
  background: #eef7fb;
  color: #4b5563;
}

#footer .copyright-payment,
#footer .copyright-payment .typo {
  margin: 0;
}

#footer .copyright-payment .typo,
#footer .copyright-payment .typo p,
#footer .copyright-payment .typo div {
  color: #4b5563;
  font-size: 12px;
  line-height: 1.4;
}

#footer .copyright-payment a {
  color: #137eac;
  font-weight: 800;
}

#footer .barcodestar-footer-bottom-editable {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

#footer .barcodestar-footer-bottom-editable span {
  color: #4b5563;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .barcodestar-contact-layout {
    grid-template-columns: 1fr;
  }

  .barcodestar-contact-info {
    order: 2;
  }

  #footer .footer-module-managed .footer-left {
    margin-bottom: 28px;
  }

  .barcodestar-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #product .product-left-content {
    position: static;
  }

  #product .product-right-content > .page-heading {
    margin-top: 22px;
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .barcodestar-contact-page {
    padding: 26px 0 38px;
  }

  .barcodestar-contact-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .barcodestar-contact-hero h1 {
    font-size: 25px;
  }

  .barcodestar-contact-phone {
    width: 100%;
  }

  .barcodestar-contact-form,
  .barcodestar-contact-info {
    padding: 20px 16px;
  }

  .barcodestar-contact-field .form-control-label {
    margin-bottom: 7px;
    text-align: left;
  }

  .barcodestar-contact-control-note {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .barcodestar-contact-actions .btn {
    width: 100%;
  }

  #footer .footer-module-managed {
    padding-top: 30px;
  }

  #footer .footer-about-us .typo {
    padding: 16px;
  }

  #footer .footer-menu .linklist + .linklist {
    margin-top: 20px;
  }

  #footer .barcodestar-footer-bottom-editable {
    flex-direction: column;
    align-items: flex-start;
  }

  .barcodestar-footer {
    padding-top: 32px;
  }

  .barcodestar-footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .barcodestar-footer-brand p {
    max-width: none;
  }

  .barcodestar-footer-logo {
    max-width: 230px;
  }

  .barcodestar-footer-bottomline {
    flex-direction: column;
    align-items: flex-start;
  }

  #product .main-product-details {
    padding: 14px;
  }

  #product .product-attributes {
    grid-template-columns: 1fr;
  }

  #product .product-information {
    padding: 20px 16px;
  }

  #product .product-add-to-cart-button .add-to-cart,
  #product .rtamazonlink-btn {
    width: 100%;
  }
}

.sidebar-column .left-categories,
#left-column .left-categories {
  overflow: hidden;
  border: 1px solid #d8eef7;
  border-top: 4px solid #27a8df;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.sidebar-column .left-categories .column-title,
#left-column .left-categories .column-title {
  margin: 0;
  padding: 18px 20px 16px;
  border-bottom: 1px solid #e3f2f8;
  background: #f8fcfe;
  color: #232f3e;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sidebar-column .left-categories .category-tree,
#left-column .left-categories .category-tree {
  padding: 12px 14px 14px;
}

.sidebar-column .left-categories ul,
#left-column .left-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-column .left-categories li,
#left-column .left-categories li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #edf6fb;
}

.sidebar-column .left-categories li:last-child,
#left-column .left-categories li:last-child {
  border-bottom: 0;
}

.sidebar-column .left-categories a,
#left-column .left-categories a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 12px 42px 12px 12px;
  border-radius: 5px;
  color: #232f3e;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.sidebar-column .left-categories a:before,
#left-column .left-categories a:before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border: 1px solid #b7c7d1;
  border-radius: 50%;
  background: #fff;
  flex: 0 0 6px;
}

.sidebar-column .left-categories a:hover,
.sidebar-column .left-categories a:focus,
#left-column .left-categories a:hover,
#left-column .left-categories a:focus {
  background: #f3fbfe;
  color: #137eac;
  padding-left: 18px;
  text-decoration: none;
}

.sidebar-column .left-categories a:hover:before,
.sidebar-column .left-categories a:focus:before,
.sidebar-column .left-categories a.current:before,
#left-column .left-categories a:hover:before,
#left-column .left-categories a:focus:before,
#left-column .left-categories a.current:before {
  border-color: #27a8df;
  background: #27a8df;
}

.sidebar-column .left-categories a.current,
.sidebar-column .left-categories a.js-current-category,
#left-column .left-categories a.current,
#left-column .left-categories a.js-current-category {
  background: #eaf7fc;
  color: #137eac;
}

.sidebar-column .left-categories .navbar-toggler,
#left-column .left-categories .navbar-toggler {
  position: absolute;
  top: 6px;
  right: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  color: #232f3e;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.sidebar-column .left-categories .navbar-toggler:hover,
.sidebar-column .left-categories .navbar-toggler:focus,
#left-column .left-categories .navbar-toggler:hover,
#left-column .left-categories .navbar-toggler:focus {
  background: #eaf7fc;
  color: #137eac;
}

.sidebar-column .left-categories .navbar-toggler .material-icons,
#left-column .left-categories .navbar-toggler .material-icons {
  font-size: 20px;
  line-height: 1;
}

.sidebar-column .left-categories .category-sub-menu,
#left-column .left-categories .category-sub-menu {
  margin: 0 0 8px 18px;
  padding-left: 10px;
  border-left: 2px solid #d8eef7;
}

.sidebar-column .left-categories .category-sub-menu a,
#left-column .left-categories .category-sub-menu a {
  min-height: 34px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}

@media (max-width: 767px) {
  .sidebar-column .left-categories,
  #left-column .left-categories {
    border-radius: 6px;
  }

  .sidebar-column .left-categories .column-title,
  #left-column .left-categories .column-title {
    padding: 16px;
    font-size: 17px;
  }

  .sidebar-column .left-categories .category-tree,
  #left-column .left-categories .category-tree {
    padding: 10px;
  }
}

.aone-slideshow.theme-default.container {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: 0;
  padding-left: 0;
}

.aone-slideshow.theme-default .nivoSlider {
  overflow: hidden;
  background: #eaf7fc;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.aone-slideshow.theme-default.container .nivoSlider {
  box-shadow: none;
}

.aone-slideshow.theme-default .nivoSlider a {
  cursor: pointer;
}

.aone-slideshow.theme-default.container .nivoSlider,
.aone-slideshow.theme-default.container .nivo-main-image,
.aone-slideshow.theme-default.container .nivoSlider img {
  width: 100% !important;
}

.aone-slideshow.theme-default.container .nivo-main-image {
  height: auto !important;
}

.aone-slideshow.theme-default .nivo-controlNav {
  left: 58px;
  bottom: 20px;
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 0;
}

.aone-slideshow.theme-default .nivo-controlNav a {
  width: auto;
  height: 14px;
  margin: 0;
  border: 0;
  background: transparent;
}

.aone-slideshow.theme-default .nivo-controlNav a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #b9ddea;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.16);
}

.aone-slideshow.theme-default .nivo-controlNav a.active {
  width: auto;
  height: 14px;
  border: 0;
  background: transparent;
}

.aone-slideshow.theme-default .nivo-controlNav a.active:before {
  width: 26px;
  background: #27a8df;
}

.aone-slideshow.theme-default .nivo-directionNav a {
  color: #137eac;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.16);
}

.aone-slideshow.theme-default .nivo-directionNav a:hover,
.aone-slideshow.theme-default .nivo-directionNav a:focus {
  color: #27a8df;
  background: #fff;
}

@media (max-width: 767px) {
  .aone-slideshow.theme-default.container {
    width: 100vw;
  }

  .aone-slideshow.theme-default .nivo-controlNav {
    left: 22px;
    bottom: 14px;
  }
}

#cms #wrapper,
#cms .main-content,
#cms #content-wrapper,
#cms #main {
  background: #fff;
}

#cms .main-content {
  padding: 28px 0 56px;
}

#cms #main > .page-heading {
  margin: 0 0 22px;
  padding-left: 12px;
  border-left: 5px solid #27a8df;
  color: #232f3e;
  font-size: 25px;
  line-height: 1.15;
  text-transform: uppercase;
}

#cms .barcodestar-cms-page {
  max-width: 1120px;
  margin: 0;
  padding: 0;
}

#cms .barcodestar-cms-content {
  overflow: hidden;
  padding: 30px 34px 34px;
  border: 1px solid #d8eef7;
  border-top: 4px solid #27a8df;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
  color: #232f3e;
}

#cms .barcodestar-cms-content p,
#cms .barcodestar-cms-content div,
#cms .barcodestar-cms-content span {
  color: #334155 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

#cms .barcodestar-cms-content p {
  margin: 0 0 13px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

#cms .barcodestar-cms-content p:empty {
  display: none;
}

#cms .barcodestar-cms-content p:first-child {
  margin-bottom: 22px !important;
}

#cms .barcodestar-cms-content p:first-child strong {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid #d8eef7;
  border-radius: 5px;
  background: #f8fcfe;
  color: #232f3e !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

#cms .barcodestar-cms-content strong,
#cms .barcodestar-cms-content b {
  color: #232f3e !important;
  font-family: inherit !important;
  font-weight: 900 !important;
}

#cms .barcodestar-cms-content h2,
#cms .barcodestar-cms-content h3,
#cms .barcodestar-cms-content h4 {
  margin: 26px 0 14px;
  padding-left: 12px;
  border-left: 4px solid #27a8df;
  color: #232f3e;
  font-weight: 900;
  text-transform: uppercase;
}

#cms .barcodestar-cms-content ul,
#cms .barcodestar-cms-content ol {
  margin: 16px 0 18px;
  padding-left: 0;
  list-style: none;
}

#cms .barcodestar-cms-content li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 22px;
  color: #334155;
  font-size: 14px;
  line-height: 1.7;
}

#cms .barcodestar-cms-content li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #27a8df;
}

#cms .page-cms-1 .barcodestar-cms-content p:has(> strong) {
  margin-top: 22px !important;
  margin-bottom: 12px !important;
  padding: 13px 16px !important;
  border: 1px solid #d8eef7 !important;
  border-left: 4px solid #27a8df !important;
  border-radius: 5px !important;
  background: #f8fcfe !important;
  color: #232f3e !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

#cms .page-cms-1 .barcodestar-cms-content p:first-child {
  margin-top: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

#cms .barcodestar-cms-content a {
  color: #137eac;
  font-weight: 800;
  text-decoration: none;
}

#cms .barcodestar-cms-content a:hover,
#cms .barcodestar-cms-content a:focus {
  color: #0c6f9b;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #cms .main-content {
    padding: 22px 0 42px;
  }

  #cms #main > .page-heading {
    font-size: 23px;
  }

  #cms .barcodestar-cms-content {
    padding: 22px 16px 24px;
    border-radius: 6px;
  }

  #cms .page-cms-1 .barcodestar-cms-content p:has(> strong) {
    padding: 12px 14px !important;
  }
}

#my-account #wrapper,
#my-account .main-content,
#my-account #content-wrapper,
#my-account #main {
  background: #fff;
}

#my-account #main > .page-heading {
  margin: 0 0 22px;
  padding-left: 12px;
  border-left: 5px solid #27a8df;
  color: #232f3e;
  font-size: 25px;
  line-height: 1.15;
  text-transform: uppercase;
}

#my-account #wishlist-link,
#my-account #order-slips-link {
  display: none !important;
}

#my-account .barcodestar-account-dashboard > .row {
  row-gap: 20px;
}

#my-account .barcodestar-account-card {
  display: flex;
  color: #232f3e;
  text-decoration: none;
}

#my-account .barcodestar-account-card .link-item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 118px;
  padding: 24px 22px;
  border: 1px solid #d8eef7;
  border-top: 4px solid #27a8df;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
  color: #232f3e;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}

#my-account .barcodestar-account-card .material-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
  background: #eaf7fc;
  color: #137eac;
  font-size: 29px;
  line-height: 1;
  transition: background-color 0.18s ease, color 0.18s ease;
}

#my-account .barcodestar-account-card:hover,
#my-account .barcodestar-account-card:focus {
  color: #137eac;
  text-decoration: none;
}

#my-account .barcodestar-account-card:hover .link-item,
#my-account .barcodestar-account-card:focus .link-item {
  border-color: #bfe4f3;
  background: #f8fcfe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

#my-account .barcodestar-account-card:hover .material-icons,
#my-account .barcodestar-account-card:focus .material-icons {
  background: #27a8df;
  color: #fff;
}

#my-account .footer-account-links {
  margin-top: 26px;
  padding: 0;
  border: 1px solid #d8eef7;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.08);
  list-style: none;
  overflow: hidden;
}

#my-account .footer-account-links li {
  margin: 0;
}

#my-account .footer-account-links li + li {
  border-left: 1px solid #e3f2f8;
}

#my-account .footer-account-links {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

#my-account .footer-account-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 18px;
  color: #232f3e;
  font-weight: 800;
  text-decoration: none;
}

#my-account .footer-account-links a:hover,
#my-account .footer-account-links a:focus {
  background: #f8fcfe;
  color: #137eac;
  text-decoration: none;
}

#my-account .footer-account-links .logout-link a {
  color: #d21f1f;
}

@media (max-width: 767px) {
  #my-account #main > .page-heading {
    font-size: 23px;
  }

  #my-account .barcodestar-account-card .link-item {
    min-height: 92px;
    padding: 18px 16px;
  }

  #my-account .barcodestar-account-card .material-icons {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    font-size: 25px;
  }

  #my-account .footer-account-links {
    flex-direction: column;
  }

  #my-account .footer-account-links li + li {
    border-top: 1px solid #e3f2f8;
    border-left: 0;
  }
}
 
