.product_option
{
  display: block;
}

.shipping_calculator_link
{
  color: #1F5AA3;
  text-decoration: none;
}

/**********************************************************************************************************************
view cart*/
#cart
{
  margin-top: 50px;
  margin-bottom: 50px;
}

.order_summ
{
  text-align: center;
}

.order_summ H3
{
  color: #0176B6;
  margin-top: 0;
  font-size: 20px;
}

.order_summ H5
{
  font-size: 15px;
}

.order_summ TABLE TR TD
{
  padding: 5px;
}

.order_summ TABLE TR TD:first-child
{
  width: 52%;
}

.customer_service
{
  font-size: 18px;
}

.customer_service B
{
  display: block;
}

.cart_table
{
}

.cart_table .product_quantity
{
  max-width: 80px;
}

.cartin H1
{
  color: #FFF;
  text-align: center;
  margin: 14px 0 0;
  font-size: 20px;
  padding: 10px;
  background: #64717D;
  color: #FFF;
}

.cart_table TH
{
  text-align: center;
  vertical-align: middle !important;
  background: #DBDBDB;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cart_table TD
{
  vertical-align: middle !important;
}

/*.view_cart_buttons
{
}*/
.view_cart_buttons INPUT
{
  margin: 3px;
}

.view_cart_buttons_top INPUT
{
  margin: -8px 3px 5px;
}

/*.viewcart_list .cat_title
{
	padding: 10px 10px 10px 20px;
	margin: 10px;
	background: #F5F5F5;
}*/
/*.title_sm_bg_invoice
{
	background: #F5F5F5;
	font-weight: bold;
}*/
.shipping_calculator_box
{
  /*max-width: 600px;*/
  /*display: inline-block;*/
  /*text-align: left;*/
  padding: 0 20px 20px;
}

.shipping_calculator_box H2
{
  font-size: 20px;
}

.shipping_calculator_box TR
{
  font-size: 13px;
}

.view_cart_del_item
{
  font-weight: bold;
  color: red;
  text-decoration: none;
}

.coupon_error
{
  color: red;
  display: none;
}

.coupon_message
{
  color: #008000;
  display: none;
}

.viewcart_errors_block
{
  color: red;
}

.viewcart_message_block
{
  color: green;
}

.bundle_srt
{
  float: none;
  /*width: 100% !important;*/
  padding: 10px;
  background: #F3F3F3;
  margin: 0;
  font-size: 14px;
}

.bundle_srt .title
{
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 14px;
}

.bundle_srt .item
{
  border-bottom: 1px dotted #CCC;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.product_option
{
  float: none;
  width: 100% !important;
  padding: 10px;
  background: #F3F3F3;
  margin: 0;
}

.product_option .opt_title
{
  font-weight: bold;
  font-size: 14px;
  margin-right: 5px;
}

@media (max-width: 575px)
{
  .cart_table TR:nth-child(1)
  {
    display: none;
  }
  
  .cart_table TR
  {
    display: block;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  
  .cart_table TD
  {
    display: block;
    text-align: center;
    border: none !important;
    padding: 3px !important;
  }
  
  .cart_table TD:nth-child(1)
  {
    width: 30%;
    display: inline-block;
  }
  
  .cart_table TD:nth-child(2)
  {
    width: 60%;
    display: inline-block;
    font-weight: bold;
    text-align: left;
  }
  
  .cart_table TD:nth-child(3)
  {
    width: 60%;
    margin-left: 31%;
    margin-top: -15px;
    display: inline-block;
    text-align: left;
  }
  
  .cart_table TD:nth-child(4)
  {
    width: 30%;
    display: inline-block;
  }
  
  .cart_table TD:nth-child(4) INPUT
  {
    display: inline-block !important;
  }
  
  .cart_table TD:nth-child(4):before
  {
    content: "QTY:";
    font-weight: bold;
    font-size: 11px;
  }
  
  .cart_table TD:nth-child(5)
  {
    width: 60%;
    display: inline-block;
    text-align: left;
    margin-top: -12px;
  }
  
  .cart_table TD:nth-child(5):before
  {
    content: " Price:";
    font-weight: bold;
    font-size: 11px;
    margin-right: 5px;
  }
  
  .cart_table TD:nth-child(6)
  {
    width: 60%;
    display: inline-block;
    text-align: left;
    margin-left: 31%;
    margin-top: -47px;
  }
  
  .cart_table TD:nth-child(6):before
  {
    content: " Extended:";
    font-weight: bold;
    font-size: 11px;
    margin-right: 5px;
  }
  
  .cart_table TD:nth-child(7)
  {
    width: 13%;
    margin-right: 3%;
    display: inline-block;
    float: right;
    margin-top: -50px;
  }
  
  /*.cart_table TD:nth-child(6)
  {
  	width: 30%;
  	display: inline-block;
  }*/
  /*.total
  {
  	width: 100%;
  	padding: 0 !important;
  }*/
  .total TD
  {
    width: 49%;
    display: inline-block;
    text-align: left;
  }
  
  .total TD:first-child
  {
    text-align: right;
  }
  
  .order_summ TABLE TR TD:first-child
  {
    width: 50%;
  }
  
  .order_summ
  {
    margin-bottom: 43px;
    margin-top: -29px;
  }
  
  .cartin H1
  {
    font-size: 15px;
  }
  
  .customer_service
  {
    font-size: 16px;
  }
  
  .customer_service B
  {
    display: inline;
  }
  
  .order_summ H3
  {
    font-size: 18px;
  }
  
  .order_summ H5
  {
    font-size: 13px;
  }
  
  .view_cart_buttons
  {
    text-align: center;
  }
  
  .view_cart_buttons A
  {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  
  .view_cart_buttons INPUT
  {
    float: none !important;
    margin: 5px;
  }
}

@media (min-width: 576px) and (max-width: 767px)
{
  .order_summ INPUT
  {
    display: inline-block;
    width: 35%;
  }
  
  .order_summ TABLE TR TD:first-child
  {
    width: 50%;
  }
  
  .order_summ
  {
    margin-bottom: 35px;
    margin-top: -29px;
  }
  
  .cart_table TH
  {
    font-size: 11px;
  }
  
  .cart_table TD
  {
    font-size: 11px;
  }
  
  .view_cart_buttons
  {
    text-align: center;
  }
  
  .view_cart_buttons A
  {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  
  .view_cart_buttons INPUT
  {
    float: none !important;
    margin: 5px;
  }
  
  .cartin H1
  {
    font-size: 15px;
  }
  
  .customer_service
  {
    font-size: 16px;
  }
  
  .customer_service B
  {
    display: inline;
  }
  
  .order_summ H3
  {
    font-size: 15px;
  }
  
  .order_summ H5
  {
    font-size: 11px;
  }
}

@media (min-width: 768px) and (max-width: 991px)
{
  .order_summ TABLE TR TD:first-child
  {
    width: 50%;
  }
  
  .customer_service
  {
    font-size: 14px;
  }
  
  .customer_service B
  {
    display: inline;
  }
  
  .order_summ TD
  {
    font-size: 11px;
  }
  
  .cart_table TH
  {
    font-size: 11px;
  }
  
  .cart_table TD
  {
    font-size: 11px;
  }
  
  .order_summ H3
  {
    font-size: 15px;
  }
  
  .order_summ H5
  {
    font-size: 11px;
  }
  
  .cartin H1
  {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px)
{
}

@media (min-width: 1200px)
{
}

/* Quote request redesign */
.quote-page {
  --quote-blue: #0f367f;
  --quote-red: #e4002b;
  --quote-ink: #0f172a;
  --quote-muted: #64748b;
  --quote-line: #dfe5f1;
  --quote-soft: #f8fbff;
  padding-bottom: 3rem;
}

.quote-page-shell > nav[aria-label="breadcrumb"] {
  padding: 1.75rem 0 2.25rem;
}

.quote-page-shell .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.35;
}

.quote-page-shell .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  color: #64748b;
  font-weight: 400;
}

.quote-page-shell .breadcrumb-item a {
  color: #0046d5;
  text-decoration: none;
}

.quote-page-shell .breadcrumb-item a:hover,
.quote-page-shell .breadcrumb-item a:focus {
  color: #00379f;
  text-decoration: none;
}

.quote-page-shell .breadcrumb > li + li::before,
.quote-page-shell .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding: 0 0.65rem;
  color: #64748b;
}

.quote-page-shell .breadcrumb-item.active {
  color: #64748b;
}

.quote-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  margin: 0 0 1rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--quote-line);
  border-radius: 0.75rem;
  background: linear-gradient(180deg, #fff 0%, var(--quote-soft) 100%);
  box-shadow: 0 0.5rem 1.25rem rgba(23, 60, 143, 0.045);
}

.quote-hero:has(+ .quote-empty) {
  margin-bottom: 0;
  border-bottom: 0;
  border-radius: 0.75rem 0.75rem 0 0;
}

.quote-eyebrow {
  margin: 0 0 0.3rem;
  color: #6b778c;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.quote-hero h1,
.quote-cart-card h2,
.quote-cart-summary h2,
.quote-empty h2 {
  margin: 0;
  color: var(--quote-blue);
  line-height: 1.12;
  letter-spacing: 0;
}

.quote-hero h1 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 700;
}

.quote-hero-copy p:not(.quote-eyebrow),
.quote-cart-summary p,
.quote-empty p {
  max-width: 56rem;
  margin: 0.3rem 0 0;
  color: var(--quote-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.quote-hero-contact {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(17, 67, 163, 0.14);
}

.quote-hero-contact span,
.quote-service span,
.quote-item-label,
.quote-item-quantity label {
  color: #6b778c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.quote-hero-contact a,
.quote-service a {
  color: var(--quote-blue);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.quote-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 22rem);
  gap: 1.25rem;
  align-items: start;
}

.quote-cart-card,
.quote-cart-summary,
.quote-empty {
  border: 1px solid var(--quote-line);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1rem 2.125rem rgba(23, 60, 143, 0.06);
}

.quote-cart-card {
  overflow: hidden;
}

.quote-cart-card-head {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-bottom: 1px solid var(--quote-line);
  background: linear-gradient(180deg, #fff 0%, var(--quote-soft) 100%);
}

.quote-cart-card h2,
.quote-cart-summary h2,
.quote-empty h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 700;
}

.quote-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--quote-line);
  border-radius: 0.75rem;
  color: var(--quote-blue);
  font-weight: 800;
  text-decoration: none;
}

.quote-back-link:hover,
.quote-back-link:focus {
  border-color: rgba(15, 54, 127, 0.28);
  color: var(--quote-blue);
  text-decoration: none;
}

.quote-cart-items {
  display: grid;
  gap: 0.85rem;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.quote-cart-item {
  display: grid;
  grid-template-columns: 5.75rem minmax(0, 1fr) minmax(7rem, 9rem) minmax(6rem, 8rem) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid var(--quote-line);
  border-radius: 0.875rem;
  background: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.quote-cart-item:hover {
  border-color: rgba(17, 67, 163, 0.22);
  background: var(--quote-soft);
  box-shadow: 0 0.75rem 1.4rem rgba(23, 60, 143, 0.055);
}

.quote-item-image {
  width: 5.75rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--quote-line);
  border-radius: 0.75rem;
  background: #fff;
  overflow: hidden;
}

.quote-item-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.quote-item-image img {
  max-width: 78%;
  max-height: 78%;
  object-fit: contain;
}

.quote-item-title {
  display: inline-block;
  color: var(--quote-blue);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.quote-item-title:hover,
.quote-item-title:focus {
  color: var(--quote-blue);
  text-decoration: underline;
}

.quote-item-options {
  margin-top: 0.45rem;
  color: var(--quote-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.quote-item-options:empty {
  display: none;
}

.quote-item-options .product_option,
.quote-item-options .bundle_srt,
.quote-cart-item .product_option,
.quote-cart-item .bundle_srt {
  margin-top: 0.45rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid var(--quote-line);
  border-radius: 0.7rem;
  background: var(--quote-soft);
  color: var(--quote-muted);
  font-size: 0.9rem;
}

.quote-item-options .opt_title,
.quote-cart-item .product_option .opt_title,
.quote-cart-item .bundle_srt .title {
  color: #6b778c;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.quote-item-meta,
.quote-item-quantity {
  display: grid;
  gap: 0.4rem;
}

.quote-item-sku {
  color: var(--quote-blue);
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.quote-cart-item .product_quantity {
  width: 5.5rem;
  max-width: 5.5rem;
  min-height: 2.75rem;
  border: 1px solid var(--quote-line);
  border-radius: 0.65rem;
  color: var(--quote-ink);
  font-size: 1rem;
  text-align: center;
  box-shadow: none;
}

.quote-cart-item .qty_err_message {
  max-width: 14rem;
  color: var(--quote-red);
  font-size: 0.82rem;
  line-height: 1.35;
  text-align: left;
}

.quote-item-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(228, 0, 43, 0.2);
  border-radius: 0.65rem;
  color: var(--quote-red);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.quote-item-remove:hover,
.quote-item-remove:focus {
  background: rgba(228, 0, 43, 0.06);
  color: var(--quote-red);
  text-decoration: none;
}

.quote-cart-summary {
  position: sticky;
  top: 1rem;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

.quote-actions {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.quote-btn,
.view_cart_buttons .quote-btn {
  min-height: 2.9rem;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: normal;
}

.quote-btn-primary,
.view_cart_buttons .quote-btn-primary {
  border-color: var(--quote-red);
  background: var(--quote-red);
  color: #fff;
  box-shadow: 0 1rem 1.75rem rgba(228, 0, 43, 0.18);
}

.quote-btn-primary:hover,
.quote-btn-primary:focus {
  border-color: #c90025;
  background: #c90025;
  color: #fff;
}

.quote-btn-secondary,
.view_cart_buttons .quote-btn-secondary {
  border-color: rgba(17, 67, 163, 0.24);
  background: #fff;
  color: var(--quote-blue);
}

.quote-btn-secondary:hover,
.quote-btn-secondary:focus {
  background: var(--quote-soft);
  color: var(--quote-blue);
}

.quote-btn-ghost,
.view_cart_buttons .quote-btn-ghost {
  border-color: transparent;
  background: transparent;
  color: var(--quote-muted);
}

.quote-btn-ghost:hover,
.quote-btn-ghost:focus {
  background: #f4f6fb;
  color: var(--quote-ink);
}

.quote-service {
  display: grid;
  gap: 0.35rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--quote-line);
}

.quote-empty {
  max-width: none;
  margin: 0 0 3rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: 0 0 0.75rem 0.75rem;
  border-top: 1px solid rgba(17, 67, 163, 0.08);
  background: #fff;
  box-shadow: 0 1rem 2.125rem rgba(23, 60, 143, 0.06);
  text-align: center;
}

.quote-empty .quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-top: 1.25rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (max-width: 1199px) {
  .quote-cart-layout {
    grid-template-columns: 1fr;
  }

  .quote-cart-summary {
    position: static;
  }

  .quote-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .quote-cart-item {
    grid-template-columns: 5.25rem minmax(0, 1fr) minmax(6rem, 8rem);
  }

  .quote-item-meta {
    grid-column: 2 / 3;
  }

  .quote-item-remove {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }
}

@media (max-width: 767px) {
  .quote-hero {
    grid-template-columns: 1fr;
  }

  .quote-hero-contact {
    padding: 1rem 0 0;
    border-top: 1px solid rgba(17, 67, 163, 0.14);
    border-left: 0;
  }

  .quote-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .quote-hero h1 {
    font-size: 1.55rem;
  }

  .quote-cart-card-head {
    align-items: flex-start;
  }

  .quote-cart-item {
    grid-template-columns: 4.8rem minmax(0, 1fr);
    gap: 0.8rem;
  }

  .quote-item-image {
    width: 4.8rem;
  }

  .quote-item-meta,
  .quote-item-quantity,
  .quote-item-remove {
    grid-column: 2 / 3;
  }

  .quote-item-remove {
    justify-self: start;
    grid-row: auto;
  }
}
