@charset "UTF-8";
/**
 * DefaultTheme shopping cart — load via Head.cshtml only (no app.css).
 * Add any cart/checkout/order-summary rules here.
 */
.shopping-cart-page,
.order-summary-content {
  box-sizing: border-box;
}
.shopping-cart-page *,
.order-summary-content * {
  box-sizing: inherit;
}
.clearfix::before, .checkout-page ul.checkout-ul::before,
.clearfix::after,
.checkout-page ul.checkout-ul::after {
  display: table;
  content: " ";
}
.clearfix::after, .checkout-page ul.checkout-ul::after {
  clear: both;
}
.checkout-page .checkout-disclosure {
  font-size: 0.875rem;
  font-style: italic;
  padding: 10px 0;
}
.checkout-page .chkbox-wrap {
  line-height: 1;
}
.checkout-page .chkbox-wrap label {
  display: inline;
}
.checkout-page #confirm-order-buttons-container {
  text-align: right;
}
.checkout-page table.cart {
  margin: 0;
}
.checkout-page table.cart td.quantity {
  text-align: center;
}
.checkout-page .page-title {
  margin: 0.625rem 0rem;
}
.checkout-page .validation-summary-errors {
  color: red;
  font-size: 0.75rem;
}
.checkout-page .validation-summary-errors ul {
  margin-left: 0.9375rem;
}
.checkout-page .validation-summary-errors ul li {
  list-style: none;
}
.checkout-page ul.checkout-ul {
  margin: 0;
  list-style: none;
}
.checkout-page ul.checkout-ul li.billing-shipping-wrap {
  margin: 0;
  border: none;
}
.checkout-page ul.checkout-ul li.billing-shipping-wrap > ul {
  margin: 0;
}
@media (min-width: 1024px) {
  .checkout-page ul.checkout-ul li.billing-shipping-wrap > ul {
    display: flex;
  }
}
.checkout-page ul.checkout-ul > li {
  margin-bottom: 1.25rem;
  border: 1px solid #0072bc;
}
.checkout-page ul.checkout-ul > li.place-order-button {
  border: none;
}
.checkout-page ul.checkout-ul > li.place-order-button .buttons {
  text-align: right;
}
.checkout-page ul.checkout-ul > li.place-order-button .buttons .add-to-cart-button {
  background: #cc4b37;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  appearance: none;
  border: 0;
  width: auto;
  line-height: 2.1875rem;
  font-family: "Roboto", sans-serif, Arial, "Helvetica Neue", Helvetica;
  transition: background 300ms ease;
}
.checkout-page ul.checkout-ul > li.place-order-button .buttons .add-to-cart-button:hover {
  cursor: pointer;
  background: rgb(173.8645418327, 61.7219123506, 44.3354581673);
}
.checkout-page ul.checkout-ul > li.no-border {
  border: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .checkout-page ul.checkout-ul > li {
    float: left;
    width: 100%;
  }
  .checkout-page ul.checkout-ul > li#opc-payment_method, .checkout-page ul.checkout-ul > li#opc-payment_info {
    width: 49%;
    float: left;
  }
  .checkout-page ul.checkout-ul > li#opc-payment_info {
    margin-left: 2%;
  }
}
.checkout-page ul.checkout-ul > li .billing-shipping-block {
  margin-bottom: 1.25rem;
  border: 1px solid #0072bc;
}
@media (min-width: 1024px) {
  .checkout-page ul.checkout-ul > li .billing-shipping-block {
    width: 50%;
  }
  .checkout-page ul.checkout-ul > li .billing-shipping-block .shipping-form {
    margin-top: 1.875rem;
  }
}
.checkout-page ul.checkout-ul > li .title {
  padding: 0rem 0rem 0rem 0.9375rem;
}
.checkout-page ul.checkout-ul > li .step-title {
  background: #0072bc;
  color: #ffffff;
  padding: 0.3125rem 0.625rem;
  font-size: 1rem;
  margin: 0px;
  font-weight: 500;
}
.checkout-page ul.checkout-ul > li .step.a-item {
  padding: 0.9375rem;
}
.checkout-page ul.checkout-ul > li .step.a-item#checkout-step-shipping-method {
  padding-top: 0.1875rem;
  padding-bottom: 0.3125rem;
}
.checkout-page ul.checkout-ul > li .step.a-item#checkout-step-payment-info {
  padding: 0;
}
.checkout-page ul.checkout-ul > li .step.a-item#checkout-step-payment-info .buttons {
  padding: 0 10px;
}
@media (min-width: 640px) {
  .checkout-page ul.checkout-ul > li .step.a-item#checkout-step-payment-info .buttons {
    padding: 0;
  }
}
.checkout-page ul.checkout-ul > li .step.a-item#checkout-step-payment-method {
  padding: 0.3125rem;
}
.checkout-page ul.checkout-ul > li .step.a-item .section > label {
  font-weight: 500;
  margin-bottom: 0.625rem;
  line-height: normal;
}
.checkout-page ul.checkout-ul > li .step.a-item p.selector input {
  margin-bottom: 0;
  position: relative;
}
.checkout-page ul.checkout-ul > li .step.a-item p.selector label {
  display: inline-block;
  line-height: normal;
}
.checkout-page ul.checkout-ul > li .step.a-item p {
  margin-bottom: 0.3125rem;
}
.checkout-page ul.checkout-ul > li .step.a-item .back-link {
  float: left;
  margin-right: 0.625rem;
}
.checkout-page ul.checkout-ul > li .step.a-item div.single-pickup-point {
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
}
.checkout-page ul.checkout-ul > li ul.method-list {
  margin: 0px;
  list-style: none;
}
@media (min-width: 640px) {
  .checkout-page ul.checkout-ul > li ul.method-list {
    padding: 0.1875rem 0rem;
  }
}
.checkout-page ul.checkout-ul > li ul.method-list li {
  padding: 0.3125rem 0rem;
  border-top: 2px dotted #eee;
}
.checkout-page ul.checkout-ul > li ul.method-list li:first-child {
  border-top: none;
}
.checkout-page ul.checkout-ul > li ul.method-list li .method-name input {
  margin-bottom: 0px;
  position: relative;
  top: 1px;
}
.checkout-page ul.checkout-ul > li ul.method-list li .method-name label {
  font-weight: 500;
  margin: 0rem 0.125rem;
  line-height: normal;
  display: inline;
}
.checkout-page ul.checkout-ul > li.payment_method ul.method-list li {
  display: block;
  margin-right: 0px;
  padding: 0.625rem;
}
@media (min-width: 640px) {
  .checkout-page ul.checkout-ul > li.payment_method ul.method-list li {
    padding: 0.625rem;
    border-top: none;
  }
  .checkout-page ul.checkout-ul > li.payment_method ul.method-list li .payment-logo {
    text-align: center;
  }
}
@media (min-width: 640px) {
  .checkout-page ul.checkout-ul > li.payment_method ul.method-list li {
    display: inline-block;
  }
}
.checkout-page ul.checkout-ul > li.payment_method ul.method-list li .payment-details {
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.checkout-page ul.checkout-ul > li .billing-info-wrap, .checkout-page ul.checkout-ul > li .shipping-info-wrap {
  margin: 0.625rem 0rem 1.25rem;
  background: #eee;
  width: 49%;
  float: left;
}
.checkout-page ul.checkout-ul > li .billing-info-wrap .title, .checkout-page ul.checkout-ul > li .shipping-info-wrap .title {
  background: #1f435a;
  color: #fff;
  padding: 0.3125rem 0.9375rem;
}
.checkout-page ul.checkout-ul > li .billing-info-wrap .info-content, .checkout-page ul.checkout-ul > li .shipping-info-wrap .info-content {
  padding: 0.625rem 0.9375rem 0.9375rem;
}
.checkout-page ul.checkout-ul > li .billing-info-wrap .info-content ul, .checkout-page ul.checkout-ul > li .shipping-info-wrap .info-content ul {
  list-style: none;
  margin: 0px;
}
.checkout-page ul.checkout-ul > li .billing-info-wrap .info-content ul li.title, .checkout-page ul.checkout-ul > li .shipping-info-wrap .info-content ul li.title {
  background: none;
  color: #0a0a0a;
  padding: 0px;
}
.checkout-page ul.checkout-ul > li .billing-info-wrap .info-content ul li.title strong, .checkout-page ul.checkout-ul > li .shipping-info-wrap .info-content ul li.title strong {
  font-weight: 500;
}
.checkout-page ul.checkout-ul > li .shipping-info-wrap {
  float: right;
}
.checkout-page ul.checkout-ul > li .cart-options {
  padding-bottom: 10px;
  font-weight: 500;
}
.checkout-page ul.checkout-ul > li .please-wait {
  display: inline-block;
  padding: 0.625rem;
  position: relative;
  top: -7px;
}
.checkout-page ul.checkout-ul > li .section.payment-info {
  margin-bottom: 0.625rem;
}
.checkout-page ul.checkout-ul > li .section.payment-info .info tbody {
  border: none;
}
.checkout-page ul.checkout-ul > li .section.payment-info .info tbody td {
  display: block;
}
.checkout-page ul.checkout-ul > li .section.payment-info .info tbody td .label-wrapper {
  display: inline;
}
.checkout-page ul.checkout-ul > li .section.payment-info .info tbody td span.required {
  color: #cc4b37;
}
.checkout-page ul.checkout-ul > li .section.payment-info .info tbody td input {
  margin-bottom: 0.625rem;
  display: inline;
}
.checkout-page ul.checkout-ul > li .section.payment-info .info tbody td select {
  margin-bottom: 0.625rem;
  width: auto;
}
@media (min-width: 640px) {
  .checkout-page ul.checkout-ul > li .section.payment-info .info tbody td {
    display: table-cell;
    padding: 0.4375rem 0.625rem;
  }
  .checkout-page ul.checkout-ul > li .section.payment-info .info tbody td:first-child {
    width: 9.375rem;
  }
  .checkout-page ul.checkout-ul > li .section.payment-info .info tbody td select, .checkout-page ul.checkout-ul > li .section.payment-info .info tbody td input {
    margin-bottom: 0rem;
  }
}
.checkout-page ul.checkout-ul > li .section.payment-info .info .row.sep-bottom {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #e9e8e8;
}
.checkout-page ul.checkout-ul > li .section.payment-info .info label {
  display: inline;
}
.checkout-page ul.checkout-ul > li .section.payment-info .info label.form-hint {
  font-size: 0.6875rem;
  font-style: italic;
}
.checkout-page ul.checkout-ul > li .section.payment-info table {
  border: none;
  border-collapse: collapse;
  margin-bottom: 0px;
}
.checkout-page ul.checkout-ul > li .section.payment-info table td label {
  display: inline-block;
}
.checkout-page ul.checkout-ul > li .section.payment-info table td input, .checkout-page ul.checkout-ul > li .section.payment-info table td select {
  margin-bottom: 0px;
}
.checkout-page ul.checkout-ul > li .section.payment-info table td select {
  width: 100px;
}
.checkout-page .buttons {
  margin-top: 0.3125rem;
  text-align: center;
}
.checkout-page .buttons .button {
  font-size: 0.75rem;
  padding: 0;
  width: 100%;
}
@media (min-width: 0) {
  .checkout-page .buttons .button {
    width: auto;
    padding: 0rem 1.5625rem;
  }
}
@media (min-width: 640px) {
  .checkout-page .buttons .button {
    padding: 0rem 2.1875rem;
    font-size: 1rem;
  }
}
.shoppingcart .cart-top-links {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
@media (min-width: 640px) {
  .shoppingcart .cart-top-links {
    float: left;
  }
}
.shoppingcart .cart-top-links a {
  text-align: center;
  display: inline-block;
  margin-right: 0.9375rem;
  font-size: 0.875rem;
  color: #000000;
}
.shoppingcart .cart-top-links a span {
  display: block;
  padding-bottom: 0.3125rem;
}
.shoppingcart #printableArea {
  clear: both;
}
.shoppingcart .common-buttons {
  display: none;
  margin: 0.9375rem 0rem;
}
@media (min-width: 640px) {
  .shoppingcart .common-buttons.button-top {
    float: right;
  }
  .shoppingcart .common-buttons.button-top .button {
    margin: 1.25rem 0rem 0rem 0rem;
  }
}
.shoppingcart .checkout-buttons .primary-red-button, .shoppingcart .common-buttons .primary-red-button {
  float: right;
  width: 100%;
}
@media (min-width: 640px) {
  .shoppingcart .checkout-buttons .primary-red-button, .shoppingcart .common-buttons .primary-red-button {
    width: auto;
  }
}
.shoppingcart .checkout-buttons {
  display: inline-block;
  width: 90%;
}
@media (min-width: 800px) {
  .mobile-shopping-cart {
    display: none;
  }
}
.mobile-shopping-cart .product-name {
  font-weight: 500;
  display: inline-block;
  line-height: 1.4;
  color: #0072bc;
}
.mobile-shopping-cart .product-unit-price {
  font-weight: bold;
}
.mobile-shopping-cart .delete-button {
  color: #cc4b37;
  line-height: 1.875rem;
}
.mobile-shopping-cart .cart-item {
  padding: 0.9375rem 0rem;
}
.mobile-shopping-cart .cart-item .button {
  vertical-align: top;
  margin: 0 0 0 0.625rem;
}
.mobile-shopping-cart .product-top {
  display: flex;
  margin-bottom: 0.625rem;
}
.mobile-shopping-cart .product-picture,
.mobile-shopping-cart .product-info {
  float: left;
}
.mobile-shopping-cart .product-picture {
  width: 80px;
  min-width: 80px;
  margin-right: 20px;
}
.mobile-shopping-cart .quantity {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.mobile-shopping-cart .quantity input {
  width: 4.0625rem;
  height: 30px;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
@media (min-width: 640px) {
  .mobile-shopping-cart .quantity input {
    height: 39px;
  }
}
.mobile-shopping-cart .quantity .delete-button {
  color: #cc4b37;
}
.mobile-shopping-cart .quantity .cart-delete-icon-btn {
  flex-shrink: 0;
}
.table-wrapper {
  clear: both;
}
.table-wrapper table.cart {
  border-collapse: collapse;
  display: none;
  width: 100%;
}
.table-wrapper table.cart thead {
  background: #0072bc;
  color: #ffffff;
}
.table-wrapper table.cart thead th {
  font-weight: 500;
}
@media (min-width: 800px) {
  .table-wrapper table.cart thead th {
    padding: 0.375rem 0.75rem;
  }
  .table-wrapper table.cart thead th.quantity, .table-wrapper table.cart thead th.unit-price {
    text-align: center;
  }
  .table-wrapper table.cart thead th.subtotal {
    text-align: right;
  }
  .table-wrapper table.cart thead th.remove {
    text-align: center;
    width: 1%;
    white-space: nowrap;
  }
}
.table-wrapper table.cart tbody {
  border: none;
}
@media (min-width: 800px) {
  .table-wrapper table.cart tbody td:first-child {
    vertical-align: middle;
  }
}
.table-wrapper table.cart tbody td:first-child a {
  transition: color 300ms ease;
  display: block;
}
.email-a-friend-page .table-wrapper table.cart tbody td:first-child a {
  width: 69px;
}
.table-wrapper table.cart tbody td:first-child a:hover {
  text-decoration: underline;
}
@media (min-width: 800px) {
  .table-wrapper table.cart {
    display: table;
  }
  .table-wrapper table.cart .cart-col-product {
    width: 45%;
    min-width: 0;
  }
  .table-wrapper table.cart .cart-col-unitprice {
    width: 12%;
    text-align: right;
  }
  .table-wrapper table.cart .cart-col-quantity {
    width: 10%;
    text-align: center;
  }
  .table-wrapper table.cart .cart-col-total {
    width: 14%;
    text-align: right;
  }
  .table-wrapper table.cart .cart-col-image {
    width: 8%;
    text-align: center;
  }
  .table-wrapper table.cart .cart-col-remove {
    width: 1%;
    white-space: nowrap;
    text-align: center;
  }
  .table-wrapper table.cart tbody tr {
    padding: 0rem;
    margin-bottom: 0rem;
  }
  .table-wrapper table.cart tbody td {
    padding: 0.625rem 0.875rem;
    display: table-cell;
  }
  .table-wrapper table.cart tbody td.quantity, .table-wrapper table.cart tbody td.unit-price {
    text-align: center;
  }
  .table-wrapper table.cart tbody td.subtotal {
    text-align: right;
  }
  .table-wrapper table.cart tbody td.remove {
    text-align: center;
    vertical-align: middle;
  }
  .table-wrapper table.cart tbody td label {
    display: block;
  }
}
@media (min-width: 800px) {
  .remove-from-cart {
    text-align: center;
  }
}
.total-info {
  text-align: right;
}
table.cart-total {
  border-collapse: collapse;
  display: inline-block;
  width: auto;
  margin-top: 0.9375rem;
}
@media (min-width: 800px) {
  table.cart-total {
    margin-top: 0rem;
  }
}
#checkout-step-confirm-order table.cart-total {
  margin: 0.375rem 0rem 0rem 0rem;
}
table.cart-total tbody {
  border: none;
  background: none;
}
table.cart-total tr:nth-child(even) {
  background: none;
}
table.cart-total tr:last-child td {
  border-bottom: 0;
}
table.cart-total tr .selected-shipping-method {
  display: none;
}
@media (min-width: 800px) {
  table.cart-total tr .selected-shipping-method {
    display: block;
    font-size: 0.875rem;
  }
}
table.cart-total tr td {
  padding: 0.25rem;
  font-size: 0.875rem;
}
@media (min-width: 0) {
  table.cart-total tr td {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  table.cart-total tr td {
    padding: 0.25rem 0.625rem;
  }
}
table.cart-total tr td.cart-total-left label {
  font-weight: 600;
}
table.cart-total tr.order-subtotal .value-summary {
  font-weight: bold;
}
.cart-options .checkout-attributes {
  margin: 0.9375rem 0rem;
}
.cart-options .checkout-attributes label {
  display: inline-block;
  font-weight: 500;
}
.cart-options .checkout-attributes select {
  margin-bottom: 0px;
}
.cart-options .selected-checkout-attributes {
  font-weight: 500;
  margin-bottom: 10px;
}
.shopping-cart-page h1 {
  margin-top: 0;
}
.shopping-cart-page .button {
  padding: 0.75rem 1rem;
}
.shopping-cart-page .button.checkout-button {
  float: right;
}
@media (min-width: 800px) {
  .shopping-cart-page .product-picture img {
    width: auto;
  }
}
.shopping-cart-page .cart-qty-controls {
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
.shopping-cart-page .cart-qty-controls .qty-btn {
  width: 1.75rem;
  min-width: 1.75rem;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  color: #333;
  transition: background 0.15s ease;
}
.shopping-cart-page .cart-qty-controls .qty-btn:hover, .shopping-cart-page .cart-qty-controls .qty-btn:focus {
  background: #f0f0f0;
  outline: none;
}
.shopping-cart-page .cart-qty-controls .qty-btn.qty-minus, .shopping-cart-page .cart-qty-controls .qty-btn.qty-plus {
  flex-shrink: 0;
}
.shopping-cart-page .cart-qty-controls .qty-input {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 1.875rem;
  margin: 0;
  padding: 0 0.25rem;
  text-align: center;
  border: none;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  background: #fff;
  color: #333;
  font-size: 1rem;
}
.shopping-cart-page .cart-qty-controls-mobile {
  margin-right: 0.5rem;
}
.shopping-cart-page .qty-input {
  width: 4.0625rem;
  text-align: center;
}
@media (min-width: 800px) {
  .shopping-cart-page .qty-input {
    margin: 0 auto;
    min-width: 4.0625rem;
  }
}
.shopping-cart-page .product-details-wrap {
  position: relative;
}
.shopping-cart-page .cart-item-no-image {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #f0f0f0;
  border-radius: 4px;
}
.shopping-cart-page .delete-button {
  color: #cc4b37;
}
.shopping-cart-page .delete-button:hover {
  color: rgb(165.7370517928, 58.8366533865, 42.2629482072);
  text-decoration: underline;
}
.shopping-cart-page .cart-delete-icon-btn {
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.shopping-cart-page .cart-delete-icon-btn:hover, .shopping-cart-page .cart-delete-icon-btn:focus {
  opacity: 0.85;
  outline: none;
}
.shopping-cart-page .cart-delete-icon-btn.cart-delete-icon-red {
  color: #c00814;
}
.shopping-cart-page .cart-delete-icon-btn.cart-delete-icon-red:hover, .shopping-cart-page .cart-delete-icon-btn.cart-delete-icon-red:focus {
  color: rgb(152.832, 6.368, 15.92);
}
.shopping-cart-page .cart-footer .deals .coupon-box,
.shopping-cart-page .cart-footer .deals .giftcard-box {
  margin-bottom: 20px;
  border: 1px solid #0072bc;
}
.shopping-cart-page .cart-footer .deals .coupon-box .coupon-code,
.shopping-cart-page .cart-footer .deals .giftcard-box .coupon-code {
  padding: 0.9375rem;
}
.shopping-cart-page .cart-footer .shipping {
  margin: 0.9375rem 0rem;
}
.shopping-cart-page .cart-footer .shipping .estimate-shipping {
  border: 1px solid #0072bc;
}
.shopping-cart-page .cart-footer .shipping .shipping-options {
  padding: 0.9375rem 0.9375rem 0rem 0.9375rem;
}
.shopping-cart-page .cart-footer .title {
  background: #0072bc;
  color: #ffffff;
  padding: 0.3125rem 0.625rem;
  font-size: 1rem;
  margin: 0px;
  font-weight: 500;
}
.shopping-cart-page .cart-footer .hint {
  padding: 0.9375rem 0rem 0rem 0.9375rem;
}
.blue-box-cart {
  margin-bottom: 1.25rem;
  border: 1px solid #0072bc;
}
.blue-box-cart .step-title {
  background: #0072bc;
  color: #ffffff;
  padding: 0.3125rem 0.625rem;
  font-size: 1rem;
  margin: 0px;
  font-weight: 500;
}
.blue-box-cart .step.a-item {
  padding: 0.625rem;
}
.blue-box-cart .character-count {
  font-size: 0.875rem;
  text-align: right;
}
#opc-fcc-required {
  clear: left;
}
/*Styles from one page checkout*/
.red {
  color: red;
}
.blue {
  color: blue;
}
.smallWhite {
  color: white;
  font-size: 16px;
  left: 50%;
}
.green {
  color: green;
}
.divLoad {
  margin: 0px;
  padding: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #666666;
  z-index: 30001;
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: none;
}
.paraLoad {
  position: absolute;
  top: 40%;
  text-align: center;
  left: 35%;
  width: 400px;
  color: White;
}
/* Tooltip container */
.tooltip-asv {
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
}
/* Tooltip text */
.tooltip-asv .tooltiptext {
  visibility: hidden;
  width: 15rem;
  background-color: #2c3139;
  color: #fff;
  padding: 0.3125rem;
  font-size: 0.75rem;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-asv:hover .tooltiptext {
  visibility: visible;
}
.tooltip-asv .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the top of the tooltip */
  left: 20%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #2c3139 transparent;
}
.primary-red-button {
  background: #cc4b37;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  appearance: none;
  border: 0;
  width: auto;
  line-height: 2.1875rem;
  font-family: "Roboto", sans-serif, Arial, "Helvetica Neue", Helvetica;
  transition: background 300ms ease;
}
.primary-red-button:hover {
  cursor: pointer;
  background: rgb(173.8645418327, 61.7219123506, 44.3354581673);
}
.showMessage {
  max-width: 600px;
  width: 100%;
  text-align: center;
}
.showMessage p {
  margin: 1.25rem 0rem;
}
.showMessage .button {
  margin: 0.625rem;
}
.text-align-width {
  width: 50%;
}
/* Cart layout: main column (lines + Order Notes) LEFT, Order Summary RIGHT — use order to override DOM order */
.cart-page-layout {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
  direction: ltr;
  align-items: stretch;
}
.cart-main-col {

  flex: 1 1 100%;
  min-width: 0;
}
.cart-order-summary-col {
  flex: 1 1 100%;
  min-width: 0;
}
@media (min-width: 992px) {
  .cart-page-layout {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .cart-main-col {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 340px);
  }
  .cart-order-summary-col {
    flex: 0 0 320px;
    width: 320px;
    max-width: 320px;
  }
}
.order-summary-content .cart-header-top {
  margin-bottom: 1rem;
}
.order-summary-content .cart-header-container.card {
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 4px;
}
.order-summary-content .cart-main-col {
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 4px;
}
.order-summary-content .cart-footer,
.order-summary-content .cart-collaterals {
  margin-top: 0;
}
.order-summary-content .cart-collaterals .deals {
  margin-bottom: 0;
}
.order-summary-content .blue-box-cart {
  margin-top: 0;
}
.order-summary-content .cart-order-summary-col {
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 4px;
}
.order-summary-content .blue-box-cart {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}
.order-summary-content .blue-box-cart .step-title {
  background: #0072bc;
  color: #fff;
  margin: 0;
  padding: 0.5rem 1rem;
  font-weight: 600;
}
.order-summary-content .blue-box-cart .step.a-item {
  padding: 1rem;
}
.order-summary-content .blue-box-cart .ordernote,
.order-summary-content .blue-box-cart textarea.form-control {
  border: 1px solid #e8e8e8;
}
.order-summary-content .cart-order-summary-col .order-summary-card {
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
}
/* Order Summary title bar — blue band + white text (matches reference) */
.order-summary-content .cart-order-summary-col .order-summary-heading {
  background: #0072bc !important;
  color: #fff !important;
  margin: 0 !important;
  padding: 0.65rem 1rem !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  text-align: left;
  border-radius: 4px 4px 0 0;
}
.order-summary-content .cart-order-summary-col .order-summary-card .order-summary-heading {
  background: #0072bc !important;
  color: #fff !important;
  font-size: 1.1rem !important;
  margin: 0 !important;
  padding: 0.65rem 1rem !important;
  font-weight: 600 !important;
  border-radius: 4px 4px 0 0;
}
.order-summary-content .cart-order-summary-col .cart-total {
  margin: 1rem;
}
.order-summary-content .cart-order-summary-col .cart-total-left,
.order-summary-content .cart-order-summary-col .cart-total-right {
  text-align: left;
}
.order-summary-content .cart-order-summary-col .checkout-buttons,
.order-summary-content .cart-order-summary-col .terms-of-service {
  margin: 0 1rem 1rem 1rem;
}
.order-summary-content .cart-order-summary-col .checkout-buttons {
  width: 90% !important;
}
.order-summary-content .order-summary-continue {
  margin: 0 1rem 0.75rem 1rem;
  text-align: center;
}
.order-summary-content .continue-shopping-link {
  color: #0072bc;
  font-size: 0.95rem;
  text-decoration: none;
}
.order-summary-content .continue-shopping-link:hover {
  text-decoration: underline;
}
.shopping-cart-page .button.checkout-button,
.order-summary-content .cart-order-summary-col .checkout-button {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: #c00814;
  border-radius: 4px;
  color: #fff;
  justify-content: center;
}
.order-summary-content .order-summary-benefits {
  margin: 0 1rem 1rem 1rem;
  padding: 0.75rem 1rem;
  border-top: 1px solid #e8e8e8;
  background: #f0f0f0;
}
.order-summary-content .benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dotted-border {
  border-bottom: 1px dotted grey;
}
.order-summary-content .benefits-list li {
  padding: 0.2rem 0 0.2rem 1.5rem;
  position: relative;
}
.order-summary-content .benefits-list li::before {
  content: "✓";
  color: #28a745;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.order-summary-content .order-summary-card-volume,
.order-summary-content .order-summary-card-help {
  margin: 0 1rem 1rem 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid #add8e6;
  border-radius: 4px;
  background: #f8fcff;
}
.order-summary-content .order-summary-card-help {
  background: #fff;
}
.order-summary-content .order-summary-card-volume strong,
.order-summary-content .order-summary-card-help strong {
  display: block;
  margin-bottom: 0.35rem;
}
.order-summary-content .order-summary-card-volume p,
.order-summary-content .order-summary-card-help p {
  margin: 0 0 0.5rem 0;
  font-size: 0.9rem;
}
.order-summary-content .rfq-link {
  font-weight: 600;
}
.order-summary-content .chat-with-expert-btn,
.order-summary-content .call-expert-btn {
  display: inline-block;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  width: 95%;
  border-radius: 4px;
}
.order-summary-content .call-expert-btn {
  border: 1px solid #0072bc;
  color: #0072bc;
  background: #fff;
}
.action-btns {
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  color: #0072bc !important;
  margin-right: 0.3075rem !important;
}
.action-separator {
  margin-right: 0.7375rem;
  color: grey;
}
.cart-top-button {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #555;
  padding: 0.65rem 1rem;
  background: #f5f5f5;
  border-color: #e0e4e8 !important;
  border: 1px solid;
  border-radius: 4px;
  font-family: inherit;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cart-top-button .icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  color: #000;
}
.cart-top-button .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
}
.rfq-button {
  display: inline-flex;
  font-family: inherit;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 1rem;
  background: #003056;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: 1px solid;
  color: #555;
  border-color: #003056 !important;
  transition: all 0.2s ease;
}
.rfq-button .icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  color: #fff;
}
.rfq-button .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
}
.cart-header-container.card {
  background: #fff;
  border: 1px solid #e0e4e8;
  border-radius: 4px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.25rem;
}
.cart-header-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin: 0;
}
.cart-header-row .page-title {
  margin: 0;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
}
.cart-header-row .page-title h1 {
  margin: 0;
}
/* Shopping Cart title + icon — fixed size SVG (no 300px default), blue like Order Summary */
.order-summary-content .cart-page-main-title,
.shopping-cart-page .cart-page-main-title {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 0.5rem !important;
  color: #0072bc !important;
}
.order-summary-content .cart-page-main-title__icon,
.shopping-cart-page .cart-page-main-title__icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  flex-shrink: 0 !important;
  overflow: hidden;
  color: #0072bc !important;
}
.order-summary-content .cart-page-main-title__icon svg,
.shopping-cart-page .cart-page-main-title__icon svg {
  width: 28px !important;
  height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  display: block !important;
  flex-shrink: 0;
  fill: #0072bc !important;
  color: #0072bc !important;
}
.order-summary-content .cart-page-main-title__heading,
.shopping-cart-page .cart-page-main-title__heading {
  margin: 0 !important;
  color: #0072bc !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}
.order-summary-content .cart-header-row .cart-top-links-1 {
  flex: 0 0 auto;
  margin-left: auto;
}
.cart-top-links-1 {
  display: inline-flex;
  gap: 0.5rem;
}
.cart-top-button,
.rfq-button {
  white-space: nowrap;
  gap: .2rem;
  padding: 0.65rem .6rem;
}
.cart-top-button .btn-label {
  color: #000;
  font-weight: 400;
}
.rfq-button .btn-label {
  color: #fff;
  font-weight: 400;
}
@media (max-width: 600px) {
  .cart-header-container.card {
    padding: 0.75rem 1rem;
  }
  .cart-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .cart-top-links-1 {
    display: flex;
    gap: 0.5rem;
  }
  .order-summary-content .product-bottom .cart-qty-controls-mobile .qty-btn,
  .order-summary-content .product-bottom .cart-delete-icon-btn {
    min-width: 44px;
    min-height: 44px;
  }
  .order-summary-content .product-bottom .quantity {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .order-summary-content .product-bottom .cart-qty-controls-mobile {
    display: inline-flex;
    align-items: center;
  }
  .order-summary-content .product-bottom .cart-delete-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.btn-secondary-cart {
  color: #555;
  border-color: #e0e4e8 !important;
  border-radius: 4px;
  font-family: inherit;
  transition: all 0.2s ease;
  border: 1px solid;
  text-transform: none !important;
}
.btn-secondary-cart + .btn-secondary-cart {
  margin-left: 0.5rem;
}
.btn-primary-checkout {
  border-color: #ccc;
  border-radius: 4px;
  font-family: inherit;
  transition: all 0.2s ease;
  border: 1px solid;
  font-weight: 500;
  text-transform: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.btn-primary-checkout .icon {
  display: inline-flex;
  vertical-align: sub;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  flex-shrink: 0;
}
.btn-primary-checkout .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
}
.btn-primary-checkout .btn-label {
  white-space: nowrap;
}
.shipping-cost {
  border-bottom: 1px solid grey;
}
@media (max-width: 600px) {
  button#checkout,
  button#checkouttop {
    display: flex;
    justify-content: center !important;
  }
  .shoppingcart .checkout-buttons {
    width: 90% !important;
  }
}
.order-summary-content .cart-delete-icon-red,
.order-summary-content .cart-delete-icon-red:hover,
.order-summary-content .cart-delete-icon-red svg {
  color: #c00814 !important;
  fill: #c00814 !important;
}
.order-summary-content .cart-qty-controls {
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
.order-summary-content .cart-qty-controls .qty-btn {
  width: 28px;
  min-width: 28px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  color: #333;
}
.order-summary-content .cart-qty-controls .qty-btn:hover {
  background: #f0f0f0;
}
.order-summary-content .cart-qty-controls .qty-input {
  width: 40px;
  min-width: 40px;
  height: 30px;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  border: none;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  background: #fff;
  color: #333;
  font-size: 1rem;
}
.order-summary-content table.cart .cart-col-product {
  width: 45%;
}
.order-summary-content table.cart .cart-col-unitprice {
  width: 12%;
  text-align: right;
}
.order-summary-content table.cart .cart-col-quantity {
  width: 10%;
  text-align: center;
}
.order-summary-content table.cart .cart-col-total {
  width: 14%;
  text-align: right;
}
.order-summary-content table.cart .cart-col-image {
  width: 8%;
  text-align: center;
}
.order-summary-content table.cart .cart-col-remove {
  width: 1%;
  white-space: nowrap;
  text-align: center;
}
.order-summary-content table.cart thead th:first-child {
  border-top-left-radius: 4px;
}
.order-summary-content table.cart thead th:last-child {
  border-top-right-radius: 4px;
}
.order-summary-content table.cart td.cart-col-unitprice,
.order-summary-content table.cart td.cart-col-quantity,
.order-summary-content table.cart td.cart-col-total {
  vertical-align: middle;
}
.order-summary-content table.cart td.cart-col-unitprice .product-unit-price,
.order-summary-content table.cart td.cart-col-total .product-subtotal {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
}
.order-summary-content table.cart .cart-col-remove .cart-delete-icon-btn {
  margin-left: 1rem;
  min-width: 44px;
  min-height: 44px;
}
.order-summary-content .product-bottom {
  padding-left: 0.5rem;
}
.order-summary-content .product-bottom .quantity {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.order-summary-content .product-bottom .cart-qty-controls-mobile {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
.order-summary-content .product-bottom .cart-qty-controls-mobile .qty-btn {
  width: 28px;
  min-width: 28px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  color: #333;
}
.order-summary-content .product-bottom .cart-qty-controls-mobile .qty-input {
  width: 40px;
  min-width: 40px;
  height: auto;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  border: none;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #333;
  font-size: 1rem;
}
.order-summary-content .product-bottom .cart-delete-icon-btn {
  margin-left: 1rem;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 801px) and (max-width: 820px) {
  /* Make iPad Air portrait use the same mobile cart rendering as iPad Mini */
  .order-summary-content .table-wrapper > #printableArea > table.cart {
    display: none !important;
  }
  .order-summary-content .mobile-shopping-cart {
    display: block !important;
  }
}

.order-summary-content .blue-box-cart{
  border: 0px;
}

.cart-top-button, .rfq-button
 {
    white-space: nowrap;
    gap: .2rem;
    padding: 0.65rem .6rem;
}