/* ==========================================================================
1. GLOBAL & HELPER STYLES
========================================================================== */
#hideTillLoad {
  display: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat';
}

.site-content a {
  color: #00a1cb;
}

.site-content a:hover {
  color: #00a1cb;
  text-decoration: underline;
}

.standardh1 {
  font-size: 30px;
  letter-spacing: -0.5px;
  color: #00386c;
}

h3.wp-block-heading {
  font-weight: 600;
  font-family: "Montserrat", Sans-serif;
  font-size: 1.75rem;
}

.wp-block-heading.h2,
h2.wp-block-heading {
  font-weight: 600;
}

body,
p,
a {
  font-family: 'Arial';
}

.montserrat- <uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:
    <weight>;
  font-style: normal;
}

.elementor-element-8a53a77 .elementor-container {
  max-width: 100% !important;
}

.elementor.page {
  margin-top: 210px;
}

.eael-wrapper-link-00c8922 {
  z-index: 5 !important;
}

/* Container for your row of buttons */
.custom-btn-row {
  display: flex;
  justify-content: space-between;
  gap: 0;
  /* Removes space between columns if needed */
}

.custom-styled-button {
  display: block;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  color: #004b87;
  /* Mainline Blue */
  background-color: transparent;
  transition: all 0.3s ease;
  border: none;
  position: relative;
  margin: 0 !important;
  /* Forces removal of WP block gap */
}

/* 1. Kill the gap between columns */
.closeBlock.wp-block-columns.is-layout-flex {
  gap: 0 !important;
  margin-bottom: 0 !important;
}

/* 2. Remove default padding/margin from individual columns */
.closeBlock.wp-block-column {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.hero-slide {
  height: 500px;
  /* Adjust based on mockup */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 0 3%;
}

.hero-text-content {
  max-width: 600px;
  color: #333;
}

.hero-text-content h2 {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #4A4A4A;
  text-align: left;
  font-family: "Montserrat", Sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.hero-text-content p {
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 39px;
}

.hero-btn {
  display: inline-block;
  background: #004b87;
  /* Your Navy Blue */
  color: #fff !important;
  padding: 12px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
}

.hero-btn:hover {
  color: white;
}

/* 3. Ensure the button fills the entire column width */
.custom-styled-button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  /* Adjust this to match the mockup height */
  text-decoration: none;
  font-weight: 700;
  transition: background 0.3s ease, color 0.3s ease;
  /* Use the variable for the unique category colors */
  color: #004b87;
  /* Mainline Navy */
}

.category-circle-wrapper {
  text-align: center;
  padding: 20px;
}

.circle-link-item {
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease;
}

.circle-link-item:hover {
  transform: translateY(-5px);
  /* Subtle lift on hover */
}

.circle-image-container {
  width: 250px;
  /* Adjust size as needed */
  height: 250px;
  /* Must match width */
  border-radius: 50%;
  /* This creates the circle */
  background-size: cover;
  background-position: center;
  margin: 0 auto 15px;
  border: 1px solid #eee;
  /* Optional: adds definition */
  overflow: hidden;
}

.resource-list-section .list-group-item {
  background: transparent;
  transition: background 0.2s ease;
}

.resource-list-section .list-group-item:hover {
  background-color: #f8f9fa;
}

.resourceList {
  padding-left: 0px;
}

.full-width-iframe-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  line-height: 0;
  /* Removes tiny gap at bottom */
}

.full-width-iframe-wrapper iframe {
  width: 100%;
  height: 700px;
  /* Adjust height as needed */
  border: none;
}

.resourceList .item {
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
  padding-bottom: 10px;
  color: #00386C;
  font-size: 16px;
}

.resourceList .item a {
  color: #00386C !important;
  font-size: 16px;
  width: 100%;
}
/* Force the primary content area to utilize available space */
.single-product .site-main .container {
    max-width: 100% !important;
    width: 100% !important;
}
.full-width-bg {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #f8f9fa;
  /* Your light gray */
}

.wc-block-product .wp-block-button__link {
  color: #ffffff;
  background-color: #00a1cb;
  padding: 10px 20px 10px 20px;
  border-radius: 3px;
}

.page-id-60048 .count {
  display: none;
}

.wc-block-product h2,
.wc-block-product h2 a {
  color: #004b87 !important;
}

.resource-list-section i {
  color: #004b87;
}

.resource-title {
  font-weight: 600;
  letter-spacing: -0.5px;
  font-size: 1.5rem;
  color: #7A7A7A;
}

/* 1. Ensure the parent container can hold absolute arrows */
.testimonial-section-wrapper {
  position: relative;
  padding: 0 60px;
  /* Space for arrows so they don't hit the screen edge */
}

/* 2. Position the Nav Container */
.testimonial-slider .owl-nav {
  margin: 0;
  /* Remove default owl margins */
}

/* 3. Style and Position the Buttons */
.testimonial-slider .owl-nav button.owl-prev,
.testimonial-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* Perfectly center vertically */
  background: none !important;
  /* Kill default gray circles */
  border: none;
  padding: 0 !important;
  transition: all 0.3s ease;
}

/* 4. The Arrow Characters (the spans we made in PHP) */
.owl-nav-arrow {
  font-size: 80px;
  /* Big and clean like the mockup */
  line-height: 1;
  color: #5bc2e7;
  /* Your Diagnostic Cyan */
  font-family: serif;
  /* Often looks better for single brackets */
  display: block;
}

/* 5. Left and Right placement */
.testimonial-slider .owl-nav .owl-prev {
  left: -20px;
  /* Adjust this to move closer/further from the box */
}

.testimonial-slider .owl-nav .owl-next {
  right: -20px;
}

/* 6. Hover state */
.testimonial-slider .owl-nav button:hover .owl-nav-arrow {
  color: #01386c;
  /* Switch to Mainline Navy on hover */
  transform: scale(1.1);
}

.testimonial-slider h3 {
  font-weight: 500;
  font-size: 28px;
  font-family: 'Montserrat';
  text-align: center;
  padding: 0px 50px;
}

/* 7. Hide the default focus ring if it's annoying */
.owl-nav button:focus {
  outline: none;
}

.standard-btn-wrapper {
  padding: 10px 0;
}

/* Center the wrapper itself */
.standard-btn-wrapper.aligncenter {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Ensure the button doesn't stretch */
.standard-btn-wrapper.align-center .airlife-std-button {
  margin-left: auto;
  margin-right: auto;
}

.airlife-std-button {
  display: inline-block;
  background-color: var(--btn-color);
  /* The unique ACF color */
  color: #ffffff !important;
  /* Always white text for standard buttons */
  padding: 14px 32px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #ffffff;
  color: #ffffff;
  transition: filter 0.3s ease, transform 0.2s ease;
  text-align: center;
  border: none;
  text-transform: uppercase;
}

.wc-block-components-button {
  display: inline-block;
  background-color: #004b87;
  /* The unique ACF color */
  color: #ffffff !important;
  /* Always white text for standard buttons */
  padding: 14px 32px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #ffffff;
  color: #ffffff;
  transition: filter 0.3s ease, transform 0.2s ease;
  text-align: center;
  border: none;
  text-transform: uppercase;
}

.checkoutIcons {
  padding: 0px;
}

.checkoutIcons li,
.checkoutIcons li a {
  list-style: none;
  display: inline-block;
}

.checkoutIcons li i {
  color: #00386C;
  margin-right: 10px;
}

.checkoutIcons li a {
  margin-right: 10px;
}

.shopTitle {
  font-size: 40px;
  letter-spacing: -0.5px;
  color: #00386c;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 10px !important;
}

.gform_body .button {
  display: inline-block;
  background-color: #004b87;
  /* The unique ACF color */
  color: #ffffff !important;
  /* Always white text for standard buttons */
  padding: 14px 32px;
  text-decoration: none;
  font-size: 15px !important;
  font-weight: 600;
  text-transform: uppercase;
  fill: #ffffff;
  color: #ffffff;
  transition: filter 0.3s ease, transform 0.2s ease;
  text-align: center;
  border: none;
  text-transform: uppercase;
  border-radius: 0px;
}

/* Style each individual product in the grid */
.woocommerce ul.products li.product {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  /* Soft medical-style shadow */
  transition: transform 0.2s ease-in-out;
  text-align: center;
  border: 1px solid #f0f0f0;
}

.related .woocommerce ul.products li.product {
  margin: auto;
}

/* Custom Mainline Product Tags */
.product-indicators .badge {
  margin: 0 5px 0 0;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 0.75em;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #666666;
  pointer-events: none;
}

/* 1. Reset the WooCommerce product list for 4 columns */
.related.products ul.products {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 0 -10px !important;
  /* Negative margin to offset padding */
  padding: 0 !important;
}

/* 2. Force each item (Banner and Products) to exactly 25% */
.related.products ul.products li.product,
.related.products .col-lg-3 {
  flex: 0 0 calc(33% - 20px) !important;
  /* 25% minus the total gutter space */
  width: calc(33% - 20px) !important;
  max-width: calc(33% - 20px) !important;
  margin: 10px !important;
  /* This creates the even 20px gap between boxes */
  float: none !important;
  list-style: none !important;
}

/* 3. Handle the Blue Payment Box specifically */
/* Since it's likely a 
<li>
  or a 
  <div>
  inside that list */
.payment-terms-banner-wrapper {
  display: flex !important;
  align-items: center !important;
  /* Vertically centers the blue box */
  justify-content: center !important;
}

.payment-terms-banner {
  width: 100% !important;
  height: 300px !important;
  /* Or whatever height you preferred */
  margin: 0 !important;
}

/* 1. Remove the margin/padding from the bottom of the main content area */
#primary,
#main,
.site-main {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#primary {
  width: 100%;
}

/* 2. Target the specific "breakout" section to make sure it sits flush */
.related-products-full-width {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

/* 3. If there is an empty container after your section, hide it */
.related-products-full-width+.container:empty,
.related-products-full-width+div:empty {
  display: none !important;
}
/* Ensure the grid doesn't break the layout */
.mlm-related-grid ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 0;
    margin: 0 -10px;
    list-style: none;
}

/* Force 2 columns on mobile, 3 on desktop */
.mlm-related-grid ul.products li.product {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 10px !important;
    margin: 0 0 20px 0 !important;
}

@media (min-width: 992px) {
    .mlm-related-grid ul.products li.product {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
    }
}

/* Mobile Stacking for the Banner */
@media (max-width: 991px) {
    .payment-terms-card {
        min-height: 300px !important;
    }
}
/* 4. Ensure the footer starts immediately after */
footer.site-footer {
  margin-top: 0 !important;
}

/* 4. Responsive: Drop to 2 columns on tablets */
@media (max-width: 991px) {

  .related.products ul.products li.product,
  .related.products .col-lg-3 {
    flex: 0 0 calc(50% - 20px) !important;
    width: calc(50% - 20px) !important;
    max-width: calc(50% - 20px) !important;
  }
}

/* 5. Responsive: Drop to 1 column on mobile */
@media (max-width: 575px) {

  .related.products ul.products li.product,
  .related.products .col-lg-3 {
    flex: 0 0 calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #7A7A7A;
  font-size: 30px;
  font-weight: 400;
}

/* Match that specific 'Latex Free' Green from your screenshot */
.badge-success {
  background-color: #008A00 !important;
}

/* Match the 'Sterile' Blue */
.badge-info {
  background-color: #17a2b8 !important;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
  /* Subtle lift on hover */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

/* Ensure images are centered and padded */
.woocommerce ul.products li.product img {
  margin-bottom: 15px;
  padding: 10px;
}

/* Sidebar Header Styling */
#secondary .widget-title {
  font-size: 1.1rem;
  color: #006699;
  border-bottom: 2px solid #006699;
  padding-bottom: 8px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Clean up list items in the sidebar */
#secondary ul {
  list-style: none;
  padding: 0;
}

#secondary ul li {
  padding: 6px 0;
  font-size: 0.9rem;
  border-bottom: 1px solid #f5f5f5;
}

/* Style the checkboxes from your filter plugin */
#secondary input[type="checkbox"] {
  margin-right: 10px;
  accent-color: #008cc9;
  /* Colors the checkbox blue */
}

/* Product Titles */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem;
  font-weight: 600;
  color: #006699;
  /* Mainline Blue */
  min-height: 3.5em;
  /* Keeps titles aligned even if one is longer */
  line-height: 1.3;
}

.product-template-default #primary {
  margin-top: 50px;
}

/* Match the SKU Table Header */
.woocommerce-grouped-product-list thead {
  background-color: #f2f2f2;
  text-transform: uppercase;
  font-size: 12px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
  color: #00a1cb;
}

/* Style the Add to Cart Button to be Mainline Blue */
.single-product .button.alt {
  /* background-color: #004a99 !important; */
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #00a1cb;
  padding: 12px !important;
  font-weight: 600 !important;
  font-size: 14px;
  width: 130px;
}

.single-product .button.alt:hover {
  background-color: #003366 !important;
}

/* Make the price stand out like the original */
.single-product .entry-summary .price {
  font-size: 24px;
  font-weight: 700;
  color: #004a99;
  /* Mainline Blue */
  display: block;
  margin-bottom: 20px;
}

/* Product Variation Table Styles */
.vc-productVariationTableContainer {
  max-width: 100%;
  overflow: scroll;
}

/* Container - The Navy Blue Bar */
.shipping-bar-container {
  background-color: rgb(0, 56, 108) !important;
  /* Deep Navy */
  padding: 15px 20px;
  text-align: center;
  width: 100%;
}

/* The Text - White and Centered */
#shipping-message {
  color: #ffffff !important;
  margin: 0 0 10px 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  padding: 0 32px;
  font-size: 16px !important;
  text-align: center !important;
  color: #FFFFFF !important;
}

#shipping-message b {
  color: #ffffff;
}

/* The Progress Track - Darker/Transparent Blue */
.progress-bg {
  background-color: rgba(255, 255, 255, 0.2);
  height: 12px;
  border-radius: 6px;
  margin: 0 auto;
  overflow: hidden;
}

/* The Actual Progress Fill - The Cyan/Bright Blue */
#progress-fill {
  background-color: rgb(0, 161, 203) !important;
  height: 100%;
  display: block;
  transition: width 0.5s ease-in-out;
}

.vc-productVariationTable {
  width: 100%;
  border: 1px solid #eaeaea;
  border-collapse: collapse;
}

.vc-productVariationTable td.vc-ProductSKU {
  white-space: nowrap;
}

.vc-productVariationTable th,
.vc-productVariationTable td {
  padding: 1em 1em;
  text-align: left;
  font-size: 12px;
}

.vc-productVariationTable tr:nth-child(odd) td {
  background-color: #eaeaea;
}

.vc-productVariationTable form {
  float: right;
  display: flex;
  align-items: center;
}

.vc-productVariationTable form .quantity {
  float: left;
}

.vc-productQty .quantity {
  display: inline;
}

.vc-productQty .quantity input.qty {
  padding: 10px;
}

.vc-productVariationTable form .quantity input.qty {
  background-color: #ffffff !important;
  height: 35px;
}

/* Hide all AvaTax fields except for Buyer Company ID */
p:has(input[name^="wc_avatax_Buyer_company_ID"]),
p:has(input[name^="wc_avatax_Buyer_VAT_ID"]),
p:has(input[name^="wc_avatax_Buyer_Peppol_ID"]),
p:has(input[name^="wc_avatax_Buyer_ZUGFERD_ID"]),
p:has(input[name^="wc_avatax_Buyer_DBNA_ID"]),
p:has(input[name^="wc_avatax_Buyer_SIREN_ID"]),
p:has(input[name^="wc_avatax_Buyer_Spain_NIFId"]),
p:has(input[name^="wc_avatax_Buyer_Italy_VAT_Id"]) {
    display: none !important;
}
@media (max-width: 750px) {
    .vc-productVariationTable thead { display: none; }
    
    .vc-productVariationTable, 
    .vc-productVariationTable tbody,
    .vc-productVariationTable tr { 
        display: block; 
        width: 100%; 
    }

    .vc-productVariationTable tr {
        display: flex;
        flex-wrap: wrap; /* Allows items to sit side-by-side and wrap */
        padding: 12px;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 6px;
        background: #fff;
    }
.vc-productVariationTable{
  border: 0px !important;
}
    .vc-productVariationTable td {
        display: block;
        flex: 1 1 45%; /* Takes up roughly half width */
        border: none !important;
        padding: 4px 8px !important;
    }
    .vc-productVariationTable td:last-child::before {
        display: none !important;
    }

    /* Force Description (usually 2nd column) to the bottom 100% width */
    /* Adjust the '2' if Description is a different column index */
    .vc-productVariationTable td:nth-child(2) {
        flex: 1 1 100%;
        order: 10; /* Moves it to the end */
        border-top: 1px dashed #eee !important;
        margin-top: 8px;
        padding-top: 8px !important;
    }

    /* Styling the Labels */
    .vc-productVariationTable td::before {
        content: attr(data-label) ": ";
        font-weight: bold;
        font-size: 0.75rem;
        color: #888;
        text-transform: uppercase;
        display: inline-block;
        margin-right: 5px;
    }

    .vc-productVariationTable td {
        font-size: 0.85rem;
        line-height: 1.4;
    }
}

.vc-productVariationTable form .single_add_to_cart_button {
  margin-left: 10px !important;
}

/* Hide the "Price:" label if it's showing up twice */
.single-product .price .woocommerce-Price-amount {
  margin-right: 5px;
}

/* Price styling */
.woocommerce ul.products li.product .price {
  color: #333;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

/* "Select Options" or "Add to Cart" Buttons */
.woocommerce ul.products li.product .button {
  background-color: #008cc9 !important;
  color: #fff !important;
  border-radius: 3px;
  padding: 10px 20px;
  text-transform: capitalize;
  font-weight: 500;
  width: 100%;
  /* Makes buttons uniform width */
}

.woocommerce ul.products li.product .button:hover {
  background-color: #006699 !important;
}

select.orderby {
  border: 1px solid #666;
  border-radius: 3px;
  padding: .5rem 1rem;
  transition: all .3s;
  width: 100%;
}

/* 1. Ensure the table wrapper isn't restricted by a parent column's width */
.product-variations-table-wrap {
  width: 100% !important;
  clear: both;
  /* If the image/summary above are floated */
  display: block;
}

/* 2. Target the specific row that holds the table to make it span the full 12 columns */
/* Based on your HTML screenshot, it's inside a .row .col-12 */
/* .site-main .row .col-12 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
} */

/* 3. Force the table to fill its parent wrapper */
.vc-productVariationTable {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#gform_fields_4 .gfield_required {
  color: white;
  font-style: italic;
  font-weight: lighter;
  font-size: 14px;
}

#gform_fields_4 input {
  padding: 10px;
}

#gform_submit_button_4 {
  background-color: #AB1986 !important;
  color: #FFFFFF !important;
  font-family: "Montserrat", Sans-serif;
  font-weight: 500;
  box-shadow: 0px 0px 16px 0px rgba(242.2765625, 237.94372927458392, 237.94372927458392, 0.5);
  width: 100%;
}

.woocommerce-products-header {
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.woocommerce-breadcrumb {
  font-family: "Montserrat", Sans-serif;
  font-size: 18px !important;
  font-weight: 600;
}

.single-product .woocommerce-breadcrumb {
  font-size: 0.9rem !important;
  font-weight: normal;
  margin-bottom: 40px;
}

.woocommerce-product-gallery__wrapper {
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.25);
}

.woocommerce ul.products li.product .onsale {
  top: 0;
  left: -5px;
  right: auto;
}

.single-product .cart .qty {
  font-size: 1.5rem;
  font-weight: 500 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 9;
}

.woocommerce div.product .product_title {
  font-size: 36px;
  font-weight: 400;
  color: #00386c;
  margin-bottom: 10px;
}
.product-indicators .badge-primary{
  background-color: #FCAB10;
}
.product-indicators .badge-outline-secondary {
  background-color: #5440A1;
}

/* Woo Commerce */
.woocommerce,
.select2-results__options {
  font-family: 'montserrat', Arial, Sans-serif;
}

#vc-productFilters,
.vc-productFilters,
.vc-productTags,
.vc-productCategories,
.vc-productSearch {
  font-family: 'montserrat', Arial, Sans-serif;
  line-height: 1.5;
}

.vc-productSearch {
  max-width: 380px;
}

.vc-productCategories {
  font-size: 0.75em;
}

div.product-search-form input {
  padding: 10px;
}

div.qty {
  float: left;
  font-weight: bold;
  padding-right: 27px;
}

.vc-productCategories .product-categories a {
  color: #00386c;
}

.vc-productCategories .product-categories a:hover {
  color: #00a1cb;
}

.vc-productCategories .product-categories .cat-parent>a .fa-sort-down {
  position: relative;
  top: -2px;
  margin-left: 5px;
}

.vc-productCategoryThumbs li.product-category {
  box-shadow: 5px 6px 10px 0px rgb(0 0 0 / 20%);
  padding: 15px !important;
}

.vc-productCategoryThumbs .count {
  display: none;
}

.vc-productCategories button.box-toggle,
.vc-productCategories button.box-item-toggle {
  border: none;
}
#primary.content-area:not(.prodBox) {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
}
.site-content #primary{
  padding: 0px 20px;
}
/* Product Variation Table Styles */
.vc-productVariationTableContainer {
  overflow-x: auto;
  display: block;
  width: 100%;
}

.vc-productVariationTable {
  width: 100%;
  border: 1px solid #eaeaea;
  border-collapse: collapse;
}

.vc-productVariationTable td.vc-ProductSKU {
  white-space: nowrap;
}

.vc-productVariationTable th,
.vc-productVariationTable td {
  padding: 1em 1em;
  text-align: left;
  border: 1px solid #BFBFBF;
}

.vc-productVariationTable tr:nth-child(odd) td {
  background-color: #eaeaea;
}

.vc-productVariationTable form {
  float: right;
  display: flex;
  align-items: center;
}

.vc-productVariationTable form .quantity {
  float: left;
}

.vc-productQty .quantity {
  display: inline;
}

.vc-productQty .quantity input.qty {
  padding: 10px;
}

.vc-productVariationTable form .quantity input.qty {
  background-color: #ffffff !important;
}

.vc-productVariationTable form .single_add_to_cart_button {
  margin-left: 10px !important;
}

.vc-ProductIndicator {
  margin: 0 5px 0 0;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 0.75em;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #666666;
  pointer-events: none;
}

.vc-ProductIndicator.vc-LatexFreeIndicator {
  background-color: #008A00;
}

.vc-ProductIndicator.vc-LatexIndicator {
  background-color: #FB3640;
}

.vc-ProductIndicator.vc-SterileIndicator {
  background-color: #006DAC;
}

.vc-ProductIndicator.vc-NonsterileIndicator {
  background-color: #AA1985;
}

.vc-ProductIndicator.vc-DEHPIndicator {
  background-color: #26348E;
}

.vc-ProductIndicator.vc-DEHPFreeIndicator {
  background-color: #00A7C2;
}

.vc-ProductIndicator.vc-DisposableIndicator {
  background-color: #5440A1;
}

.vc-ProductIndicator.vc-MRISafeIndicator {
  background-color: #FCAB10;
}

.vc-ProductIndicator.vc-PediatricIndicator {
  background-color: #EF476F;
}

.vc-ProductIndicagof.vc-Reusable {
  background-color: #FD2391;
}

/* WooCommerce Buttons */
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce a.button.alt {
  color: #ffffff;
  background-color: #00a1cb;
  padding: 12px 24px 12px 24px;
  font-weight: 600;
}

.woocommerce button.button.alt:hover,
ul.products li.product .button a:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover {
  color: #ffffff;
  background-color: #00386c;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: #ffffff;
  font-weight: 600;
}

/* WooCommerce Messages, Errors, Checkout, Cart, etc. */
.woocommerce-message {
  border-top-color: #00386c;
  margin: 0;
  padding: 2em 4em;
}

.woocommerce-message::before {
  color: #00386c;
  padding-top: 1em;
}

.woocommerce-error,
.woocommerce-info {
  border-top-color: #ab1866;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce form .form-row .required,
.woocommerce form .form-row.woocommerce-invalid label,
.woocommerce a.remove {
  color: #ab1866 !important;
}

.woocommerce a.remove:hover {
  background-color: #ab1866;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #ab1866;
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd,
dd.variation-SKU,
dd.variation-UnitofMeasure {
  margin: -16px 0 0 0;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0px;
  color: #00a1cb;
}

.woocommerce-MyAccount-navigation ul li {
  width: 100%;
}

.woocommerce-MyAccount-navigation ul li a {
  padding: 6px 12px;
  color: #00a1cb;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  display: block;
  margin-bottom: 2px;
}

.woocommerce-page h1 {
  margin-bottom: 50px;
}

.woocommerce-page h2 {
  font-size: 1.25rem;
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  padding: 10px 0px;
  margin-bottom: 20px;
}

.wc-block-product {
  text-align: center;
  padding: 20px 20px 20px 20px !important;
  box-shadow: 5px 6px 10px 0px rgba(0, 0, 0, 0.20);
  background-color: #FFFFFF;
}

.woocommerce-MyAccount-navigation-link.is-active a {
  font-weight: bold;
}

.home .standardh1 {
  display: none;
}

.listFontBump {
  font-size: 18px;
}

.iconList-block ul {
  padding: 0px;
}

.iconList-block i {
  color: #004b87;
}

.iconList-block li,
.iconList-block li a {
  list-style: none;
  color: #00a1cb;
}

.iconList-block .icon {
  display: inline-block;
  width: 40px;
}

.woocommerce-button {
  background-color: #01A0C9 !important;
  color: white !important;
  border-radius: 0px !important;
}

.woocommerce-button:hover {
  background-color: white !important;
  color: #01A0C9 !important;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  padding: 20px 10px;
}

.woocommerce-pagination {
  margin-bottom: 50px;
}

.gform_body input,
.gform_body textarea,
.gform_body select {
  border-radius: 5px;
  border: 1px solid black;
}

/* Hover Effect: Slightly brighten or darken without changing the actual color */
/* 1. Target the button and the hover state specifically to kill the grey */
.testimonial-slider .owl-nav button.owl-prev,
.testimonial-slider .owl-nav button.owl-next,
.testimonial-slider .owl-nav button.owl-prev:hover,
.testimonial-slider .owl-nav button.owl-next:hover {
  background: transparent !important;
  /* Forces the grey background away */
  color: transparent !important;
  /* Hides any default text */
  outline: none;
  box-shadow: none;
  border: none;
}

/* 2. Style the actual arrow character inside the button */
.owl-nav-arrow {
  display: block;
  color: #5bc2e7 !important;
  /* The blue from your mockup */
  font-size: 40px !important;
  font-family: Arial, sans-serif;
  /* Keep it clean and bold */
  line-height: 1;
  transition: color 0.3s ease;
  opacity: 1 !important;
  background: none !important;
}

/* 3. Position them relative to the slider edges */
.testimonial-slider .owl-nav .owl-prev {
  left: -40px;
}

.testimonial-slider .owl-nav .owl-next {
  right: -40px;
}

/* 4. Hover effect to show the Mainline Navy */
.testimonial-slider .owl-nav button:hover .owl-nav-arrow {
  color: #01386c !important;
  /* Mainline Navy on hover */
}

.circle-title {
  color: #004b87;
  /* Mainline Medical Blue */
  font-size: 1.3em;
  font-weight: 600;
  margin: 0;
}

/* 4. The Hover Fill */
.custom-styled-button:hover {
  background-color: var(--btn-color);
  color: #ffffff !important;
}

.page-mini-hero {
  position: relative;
  min-height: 160px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  /* Red dotted boundaries from your screenshot */
}

.twoTone {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3em;
  color: #00386c;
}

.twoTone span {
  color: #00a1cb;
}

/* The light wash overlay to make the title pop */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(90deg, #ffffff 20%, rgba(255, 255, 255, 0.2) 50%);
}

/* Force WooCommerce Columns to ignore Bootstrap Grid */
.woocommerce-account .col2-set .col-1,
.woocommerce-account .col2-set .col-2,
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.woocommerce form .show-password-input::before,
.woocommerce-page form .show-password-input::before {
  right: 0px;
  position: absolute;
  top: -12px;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
  width: 100%;
}

.woocommerce-form-login__rememberme {
  width: 100%;
}

.woocommerce-address-fields .form-row {
  display: block;
}

@media (min-width: 768px) {
  
  .woocommerce-account .col2-set .col-1,
  .woocommerce-account .col2-set .col-2 {
    max-width: 48% !important;
    flex: 0 0 48% !important;
  }

  .woocommerce-account .col2-set {
    justify-content: space-between !important;
  }
}

.spacedFont {
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 2em;
  color: #54595f;
}

.is-section-breakout {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.coverFull h2 {
  font-size: 3.75rem !important;
  font-weight: 600;
  line-height: 1.1666em;
  color: #ffffff;
}

.coverFull p {
  font-size: 1.25rem !important;
  font-weight: 400;
  line-height: 1.4em !important;
  letter-spacing: 0.15px !important;
  color: #ffffff;
}

.logo-slider-section {
  padding: 60px 0;
  background-color: #ffffff;
}

/* Ensure logos are vertically centered within the track */
.logo-slider-section .owl-stage {
  display: flex;
  align-items: center;
}

.logo-slider-section .item {
  text-align: center;
}

.logo-slider-section img {
  max-width: 180px;
  width: auto !important;
  /* Forces Owl to respect image aspect ratio */
  max-height: 70px;
  margin: 0 auto;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.logo-slider-section img:hover {
  opacity: 1;
}

.page-mini-hero .container {
  position: relative;
  z-index: 2;
}

.page-mini-hero .hero-title {
  color: #003366;
  /* Mainline Medical Blue */
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
  padding-left: 15px;
  /* Aligns with your grid */
}

/* Dynamic Border (The Bar) */
.has-border-bottom {
  border-bottom: 4px solid var(--btn-color);
}

.has-border-top {
  border-top: 4px solid var(--btn-color);
}

/* The Hover Effect: Bar expands to fill background */
.custom-styled-button:hover {
  background-color: var(--btn-color);
  color: #ffffff !important;
}

/* ==========================================================================
  2. HEADER STRUCTURE (TOP, MIDDLE, BOTTOM RIBBONS)
  ========================================================================== */
/* Top Ribbon & Auth Links */
.topRibon {
  background: #00386c;
  text-align: right;
  padding: 5px;
}

.fixedTop {
  position: fixed;
  top: 32px;
  z-index: 52;
}

.seperatorTopRibon {
  margin-left: 5px;
}

.jet-auth-links {
  color: white;
  justify-content: flex-end;
}

.jet-auth-links__item {
  margin-left: 10px;
  color: white !important;
}

.jet-auth-links__item:hover {
  color: #00A1CB !important;
}

/* Middle Header & Primary Nav Wrapper */
.primaryMenu {
  width: 100%;
  background: white;
  z-index: 3;
  box-shadow: 0px 8px 10px -4px rgba(0, 0, 0, 0.35);
}

.middleHeader {
  padding: 10px 0px;
}

.leftHeader {
  height: 80px;
  padding-right: 20px;
}

.leftHeader img {
  max-height: 80px;
}

.elementor-element-20e714d a {
  text-decoration: none;
}

.elementor-element-20e714d i {
  color: #00386C;
  margin-right: 5px;
}

.elementor-location-header .elementor-widget-wrap:first-of-type {
  padding: 0px !important;
}

/* Bottom Ribbon & Navigation */
.bottomRibon {
  background: #00386C;
}

.bottomRibon ul {
  display: flex;
}

.bottomRibon li:not(.sub-menu li) {
  display: inline-flex;
  flex-grow: 1;
  position: relative;
  border: 6px solid #00386C;
  border-top: 6px solid #00386C;
  padding-left: 10px;
}

.bottomRibon a {
  color: white;
  padding: 5px 0px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
}

.bottomRibon li:not(.sub-menu li):hover {
  background: white;
  color: #00386C;
}

.bottomRibon li:not(.sub-menu li):hover a {
  color: #00386C;
}

#menu-new-primary-menu {
  margin: 0px;
  padding: 0px;
}

/* Dropdowns (Sub-Menus) */
.sub-menu {
  position: absolute;
  display: block !important;
  width: calc(100% + 12px);
  top: 43px;
  background: white;
  padding: 0px;
  left: -6px;
  border: 6px solid #00386C;
  border-top: 0px;
  z-index: 10;
  box-shadow: 4px 2px 15px black;
  opacity: 0;
  visibility: hidden;
  min-width: 280px;
}

.bottomRibon li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.sub-menu li {
  width: 100%;
  list-style: none;
}

.sub-menu li a {
  color: #00386C;
  padding: 10px 30px 10px 10px;
  display: block;
  font-weight: 400;
  border-bottom: 1px solid #00386C;
}

.sub-menu li a:hover {
  background: #00386C;
  color: white !important;
}

.sub-menu a:after {
  display: none;
}

.mobileMenuTog {
  display: none !important;
}

.popSearch {
  display: none;
}

/* Menu Indicators (Arrows) */
.menu-item-has-children a:after {
  content: "";
  box-sizing: border-box;
  height: .75vw;
  width: .75vw;
  border-style: solid;
  border-color: white;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  display: inline-block;
  right: -8px;
  position: relative;
  top: -4px;
}

.menu-item-has-children:hover a:after {
  border-bottom-width: 2.5px;
  border-color: #00386C;
  border-right-width: 2.5px;
}

.MobileMenu li:not(.sub-menu li):hover {
  background: #f2f2f2;
}

.MobileMenu .menu-item-has-children a:after {
  content: "";
  box-sizing: border-box;
  height: 1.75vw;
  width: 1.75vw;
  border-style: solid;
  border-color: #00386C;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  display: inline-block;
  right: 15px;
  position: absolute;
  top: auto;
  color: #00386C;
}

.MobileMenu {
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.MobileMenu.show {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
  overflow: scroll;
  transition: max-height 1s ease-in-out;
}

.vc-productVariationTableContainer {
  clear: both;
  margin-top: 40px;
  width: 100%;
  overflow-x: auto;
  /* Adds a scrollbar on mobile so the table doesn't break */
}

.payment-terms-banner {
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  margin-top: 70px !important;
  background: linear-gradient(rgba(0, 74, 153, 0.8), rgba(0, 74, 153, 0.8)), url('/wp-content/uploads/pexels-photo-127873.jpeg');
  background-size: cover;
}

.related-products-full-width {
  background-color: #f9f9f9;
  /* Light grey background like the original */
  padding: 60px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Ensure the row inside the related section stays centered */
.related-products-full-width .container {
  max-width: 1140px;
  /* Or whatever your theme's container width is */
  margin: 0 auto;
}

/* Match the specific Teal Blue for the button */
.payment-terms-banner .btn-info {
  background-color: #008eb0 !important;
  border: none;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

/* Ensure the product item fills the flex column */
.related.products .product {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

/* The box inside the product item */
.product-card-inner {
  display: flex !important;
  flex-direction: column;
  flex: 1 0 auto;
  /* This tells the box to grow to fill the column */
  height: 100%;
  border: 1px solid #f0f0f0;
  padding: 20px;
  background: #fff;
}

/* Push the button to the bottom */
.product-card-inner .button,
.product-card-inner .add_to_cart_button {
  margin-top: auto !important;
}

/* .related .add_to_cart_button {
  position: absolute !important;
  bottom: 20px;
  width: 80% !important;
} */

/* Ensure images have a consistent space so titles start at the same-ish level */
.product-card-inner img {
  height: 150px;
  object-fit: contain;
  margin-bottom: 15px;
}

.vc-productVariationTable {
  width: 100%;
  border-collapse: collapse;
}

/* Align the text to match your screenshot */
.vc-productVariationTable th {
  text-align: left;
  background: white;
  padding: 12px;
  font-weight: bold;
}

.vc-productVariationTable td {
  padding: 12px;
  border: 1px solid #BFBFBF;
}

/* Custom Branding Colors */
.bg-dark-blue {
  background-color: #003366 !important;
  /* The exact blue from your image */
}

.footer-links li a {
  color: white;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}

.mainline-header-cart {
  display: inline-block;
  position: relative;
}

.inlineb {
  display: inline-block;
}

.mainline-header-cart i {
  color: #1a3b6d;
}

.mainline-header-cart:hover i {
  color: white;
}

/* Shop Button Style */
.shop-button {
  background-color: #1a3b6d;
  /* Dark Blue */
  color: #ffffff !important;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  transition: background 0.2s;
}

.woocommerce-MyAccount-content button.button .woocommerce-MyAccount-content button,
.woocommerce-MyAccount-content button {
  color: #01A0C9 !important;
  background-color: #ffffff !important;
  border-radius: 2px 2px 2px 2px !important;
  padding: 9px 18px 9px 18px !important;
  display: inline-block;
  border-radius: 4px !important;
  border: 2px solid #01A0C9 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  vertical-align: text-top;
}

.woocommerce-MyAccount-content button.button:hover,
.woocommerce-MyAccount-content button:hover,
.woocommerce-MyAccount-content button:hover {
  background-color: #01A0C9 !important;
  color: white !important;
  text-decoration: none !important;
}

.woocommerce-MyAccount-content {
  margin-bottom: 100px;
}

.shop-button:hover {
  background-color: #142d54;
}

/* The Number Badge (Blue Circle) */
.cart-count-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #01A0C9;
  /* Lighter blue from screenshot */
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.footer-links li a:hover {
  text-decoration: underline;
}

/* The Glowing Magenta Button */
.btn-mainline {
  background-color: #b52a8c;
  color: white;
  border: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(181, 42, 140, 0.4);
}

/* Update both classes with these three properties */
.btn-mainline:hover {
  background-color: #d130a2;
  color: white;
  box-shadow: 0 0 25px rgba(181, 42, 140, 0.7);
}

/* Form Styling */
.form-control {
  border-radius: 4px;
  padding: 0.6rem;
}

.elementor-element-8a53a77 .elementor-container {
  max-width: 100% !important;
}

.elementor-element-20e714d a {
  text-decoration: none;
}

.elementor-element-20e714d i {
  color: #00386C;
  margin-right: 5px;
}

.seperatorTopRibon {
  margin-left: 5px;
}

.primaryMenu {
  width: 100%;
  background: white;
  z-index: 3;
  box-shadow: 0px 8px 10px -4px rgba(0, 0, 0, 0.35);
}

.remvoeOne .elementor-shortcode {
  display: none;
}
.fixedTop {
  position: fixed;
  top: 0px;
  z-index: 52;
}
.logged-in .fixedTop {
  position: fixed;
  top: 32px;
  z-index: 52;
}

.topRibon {
  background: #00386c;
  text-align: right;
  padding: 5px;
}

.elementor.page {
  margin-top: 210px;
}

.jet-auth-links {
  color: white;
  justify-content: flex-end;
}

.jet-auth-links__item {
  margin-left: 10px;
}

.jet-auth-links__item {
  color: white !important;
}

.jet-auth-links__item:hover {
  color: #00A1CB !important;
}

.elementor-location-header .elementor-widget-wrap:first-of-type {
  padding: 0px !important;
}

.bottomRibon {
  background: #00386C;
}

.bottomRibon a {
  color: white;
  padding: 5px 0px;
  font-size: 18px;
  font-weight: 400;
}

.bottomRibon ul {
  display: flex;
}

.bottomRibon li:not(.sub-menu li) {
  display: inline-flex;
  flex-grow: 1;
  position: relative;
  border: 6px solid #00386C;
  border-top: 6px solid #00386C;
  padding-left: 10px;
}

.bottomRibon a {
  cursor: pointer;
  width: 100%;
}

.bottomRibon li:not(.sub-menu li):hover {
  background: white;
  color: #00386C;
}

.bottomRibon li:not(.sub-menu li):hover a {
  color: #00386C;
}

element.style {}

.bottomRibon ul {
  display: flex;
}

.sub-menu {
  position: absolute;
  display: block !important;
  width: calc(100% + 12px);
  top: 43px;
  z-index: 999;
  background: white;
  padding: 0px;
  left: -6px;
  border: 6px solid #00386C;
  border-top: 0px;
  z-index: 10;
  box-shadow: 4px 2px 15px black;
  opacity: 0;
  visibility: hidden;
}

.bottomRibon li:hover>ul {
  opacity: 1;
  visibility: visible
}

.eael-wrapper-link-00c8922 {
  z-index: 5 !important;
}

.sub-menu li {
  width: 100%;
  list-style: none;
}

.sub-menu li a {
  color: #00386C;
  padding: 10px 30px 10px 10px;
  display: block;
  font-weight: 400;
  border-bottom: 1px solid #00386C;
}

.sub-menu li a:hover {
  background: #00386C;
  color: white !important;
}

.menu-item-has-children a:after {
  content: "";
  box-sizing: border-box;
  height: .75vw;
  width: .75vw;
  border-style: solid;
  border-color: white;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  display: inline-block;
  right: -8px;
  position: relative;
  top: -4px;
}

.menu-item-has-children:hover a:after {
  border-bottom-width: 2.5px;
  border-color: #00386C;
  border-right-width: 2.5px;
}

.sub-menu a:after {
  display: none;
}

.middleHeader {
  padding: 10px 0px;
}

#product-search-field-0 {
  border-radius: 4px 0px 0px 4px;
  font-family: Arial;
}

#product-search-form-0 button {
  border-radius: 0px 4px 4px 0px;
  margin-left: -2px;
  border-left: 0px;
  padding: 0px 15px;
  background: #00386C;
  border-color: #00386C;
}

#product-search-form-0 button:hover {
  background: #00a1cb;
}

#product-search-form-0 button:after {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  display: inline-block;
  content: "\f002";
  color: white;
  font-weight: 600;
}

#product-search-field-1 {
  border-radius: 4px 0px 0px 4px;
  font-family: Arial;
}

#product-search-form-1 button {
  border-radius: 0px 4px 4px 0px;
  margin-left: -2px;
  border-left: 0px;
  padding: 0px 15px;
  background: #00386C;
  border-color: #00386C;
}

#product-search-form-1 button:hover {
  background: #00a1cb;
}

#product-search-form-1 button:after {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  display: inline-block;
  content: "\f002";
  color: white;
  font-weight: 600;
}

#hideTillLoad {
  display: none;
}

.button.solid {
  color: #ffffff !important;
  background-color: #00386c !important;
  border-radius: 2px 2px 2px 2px !important;
  padding: 11px 20px 11px 20px !important;
  display: inline-block;
  border-radius: 4px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  vertical-align: top;
  vertical-align: text-top;
}

.button.solid:hover {
  background-color: #00a1cb !important;
  text-decoration: none !important;
}

.button.hollow {
  color: #00386c !important;
  background-color: #ffffff !important;
  border-radius: 2px 2px 2px 2px !important;
  padding: 9px 18px 9px 18px !important;
  display: inline-block;
  border-radius: 4px !important;
  border: 2px solid #00386c !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  vertical-align: text-top;
}

.button.hollow:hover {
  background-color: #00386c !important;
  color: white !important;
  text-decoration: none !important;
}

.leftHeader {
  height: 80px;
  padding-right: 20px;
}

.leftHeader img {
  max-height: 80px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-radius: 4px;
  font-family: "Montserrat", Sans-serif;
}

#shopButton {
  display: inline-block;
}

#elementor-menu-cart__toggle_button {
  padding: 11px 20px 11px 20px;
  height: 46px;
  position: relative;
  top: 1px;
  border: 2px solid #00386c;
}
}

.phoneHeader {
  float: right;
  color: #00a1cb;
  font-size: 21px;
  font-weight: 600;
  margin: 20px 0px;
}

.phoneHeader .icon,
.phoneHeader .number {
  display: inline-block;
}

.elementor-button-icon-qty {
  background-color: #00386c;
}

#elementor-menu-cart__toggle_button:hover {
  background: #00386c;
  color: white;
}

#elementor-menu-cart__toggle_button:hover i:before {
  color: white;
}

#elementor-menu-cart__toggle_button i {
  padding-right: 18px;
}

#elementor-menu-cart__toggle_button i:before {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  display: inline-block;
  content: "\f07a";
  color: #00386c;
  font-weight: 600;
}

#menu-new-primary-menu {
  margin: 0px;
}

.shop2 {
  display: none !important;
}

.mobileSearch {
  display: none;
}

.sub-menu {
  min-width: 280px;
}

.popSearch {
  background: #f2f2f2;
  padding: 10px 0px;
}

@media (max-width: 1200px) {
  .shop2 {
    display: inline-block !important;
  }

  .shop1 {
    display: none !important;
  }
}

.mobileSearch {
  visibility: hidden;
}

.entry-header {
  padding-top: 50px;
}

.entry-header h1 {
  font-weight: 400;
}

h2.blue {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  color: #00386C !important;
  font-size: 32px !important;
  /* These are the 'thinning' agents */
  letter-spacing: 0.2px !important;
  /* Montserrat needs a tiny bit of air */
  line-height: 1.2 !important;
  /* Keeps it from looking 'squashed' */
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  /* Remove any Bootstrap margins that might be pushing the ink together */
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}

.rightIcons {
  padding-top: 10px;
}
@media (max-width: 782px) {
  .logged-in .fixedTop {
    top: 0px;
  }
}
@media (max-width: 1000px) {
  .mobileSearch {
    visibility: visible
  }

  .deskSearch {
    display: none;
  }

  .rightIcons {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .rightHeader {
    padding: 0px;
  }

  .leftHeader {
    height: auto;
  }
}

.mobileMenuTog {
  display: none !important;
}

.popSearch {
  display: none;
}

#menu-new-primary-menu-mobile {
  display: block;
  padding: 15px;
  background: #f2f2f2;
}

.MobileMenu {
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.MobileMenu.show {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
  overflow: scroll;
  transition: max-height 1s ease-in-out;
}

#menu-new-primary-menu-mobile li {
  display: block !important;
  color: #00386C;
  border: 0px;
  text-transform: uppercase;
  letter-spacing: .4px;
  font-size: 17px;
}

#menu-new-primary-menu-mobile li a {
  color: #00386C;
  border: 0px;
  padding: 19px 0px;
  display: block;
  border-bottom: 1px solid #e0e0e0;
}

.MobileMenu li:not(.sub-menu li):hover {
  background: #f2f2f2;
}

.MobileMenu .menu-item-has-children a:after {
  content: "";
  box-sizing: border-box;
  height: 1.75vw;
  width: 1.75vw;
  border-style: solid;
  border-color: #00386C;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  display: inline-block;
  right: 15px;
  position: absolute;
  top: auto;
  color: #00386C;
}

.openSubMobile .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.openSubMobile:hover .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.openSubMobile .sub-menu li a:hover {
  background: white;
  color: #00386C !important;
}

.openSubMobile a:after {
  transform: rotate(225deg);
}

.openSubMobile .sub-menu li a:after {
  display: none;
}

.openSubMobile .sub-menu {
  position: relative;
  display: block !important;
  width: 100%;
  top: 0px;
  background: white;
  padding: 0px 15px;
  left: 0px;
  border: 0px;
  border-top: 0px;
  z-index: 10;
  box-shadow: none;
}

.MobileMenu li:hover>ul {
  opacity: 0;
  visibility: hidden;
}

.mobilePhone {
  opacity: 0;
  visibility: hidden;
  display: none !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
  width: 38%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
  width: 58%;
}
#menu-new-primary-menu {
  padding: 0px;
}

.menu-new-primary-menu-mobile-container {
  overflow: hidden;
}
/* Media query for extra-extra-large screens */
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1300px !important;
  }
}

@media (max-width: 768px) {
.related .product{
  width: 100% !important;
} 
  .woocommerce-checkout .col-1,
  .woocommerce-checkout .col-2 {
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-id-806 .col-1,
  .page-id-806 .col-2 {
    max-width: 100% !important;
    width: 100% !important;
  }

  .mobileMenuTog {
    position: absolute;
    display: block !important;
  }

  .leftHeader {
    max-width: 250px;
    margin: auto;
  }

  .rightIcons a,
  .rightIcons #shopButton {
    margin: 0px 5px;
  }

  .rightIcons #shopButton a {
    margin: 0px;
  }

  .mobilePhone {
    opacity: 1;
    visibility: visible;
    display: inline-block !important;
  }

  .bottomRibon .menu-new-primary-menu-container {
    display: none;
  }

  .rightHeader {
    margin: auto;
    text-align: center;
  }

  .rightHeader .rightIcons {
    text-align: center !important;
    margin-top: 15px;
  }

  .elementor.page {
    margin-top: 0px;
  }
}
.woocommerce ul.order_details li{
  width: 31%;
}
@media (max-width: 600px) {
  .fixedTop {
    top: 0px;
  }
}

/* ==========================================================================
  3. BUTTONS & UI ELEMENTS
  ========================================================================= */
/* General Buttons */
.button.solid {
  color: #ffffff !important;
  background-color: #00386c !important;
  padding: 11px 20px 11px 20px !important;
  display: inline-block;
  border-radius: 4px !important;
  font-weight: 400 !important;

  font-size: 16px ! 
  
 } 
@media (max-width: 768px) {
.woocommerce ul.order_details li{
  width: 100%;
}
    .woocommerce-checkout .col-1,
    .woocommerce-checkout .col-2 {
      max-width: 100% !important;
      width: 100% !important;
    }

    .page-id-806 .col-1,
    .page-id-806 .col-2 {
      max-width: 100% !important;
      width: 100% !important;
    }
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
      width: 100% !important;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
      width: 100% !important;
    }

    .mobileMenuTog {
      position: absolute;
      display: block !important;
    }

    .leftHeader {
      max-width: 250px;
      margin: auto;
    }

    .rightIcons a,
    .rightIcons #shopButton {
      margin: 0px 5px;
    }

    .rightIcons #shopButton a {
      margin: 0px;
    }

    .mobilePhone {
      opacity: 1;
      visibility: visible;
      display: inline-block !important;
    }

    .bottomRibon .menu-new-primary-menu-container {
      display: none;
    }

    .rightHeader {
      margin: auto;
      text-align: center;
      padding: 0px !important;
      margin: 0px !important;
      display: inline-block;
    }

    .rightHeader .rightIcons {
      text-align: center !important;
      margin-top: 15px;
    }

    .elementor.page {
      margin-top: 0px;
    }
  }

  @media (max-width: 600px) {
    .fixedTop {
      top: 0px;
    }
  }
  
  
