@charset "utf-8";
/* CSS Document */
.mod-megamenu>.mod-megamenu--item:last-child {
    margin-left: auto;
}

.mod-megamenu>.mod-megamenu--item:last-child>.mod-megamenu--item-anchor {
    padding-right: 0;
}

.product-field-type-M img {
    max-width: 11rem;
    display: block;
    border: 1px solid #aaa;
}

.form-check-label {
    text-align: center;
    /*
    margin-left: -2.2em;
    margin-top: -.5em;
    padding-bottom: .5em;
    */
}



.vm-img-desc {
  display: block;
  width: 154px;
  min-height: 65px;         /* use min-height instead of fixed height */
  padding: 5px;
  background-color:#333333;
  color:#fff;
  text-align:center;
  font-size:13px;
  line-height: 1.3;
  border-radius: 0 0 10px 10px;
}

.form-check-inline {
    display: inline-block;
    /* margin-right: 2.5rem; */
}

span.visually-hidden {
    visibility: hidden;
    display: none;
}

.form-check-input[type=radio] {
    position: relative;
    left: 2.2em;
    top: .5em;
}

.form-check-label .form-check-label-text {
  overflow: visible !important;
    text-transform: none;
}

@media (max-width: 576px) {
  .pagination li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-last-child(1)):not(:nth-last-child(2)) {
    display: none;
  }
}



/* CF filters (existing) */
.cf_dropdown .cf_filters_list li {
    line-height: normal;
    padding: .9rem 0;
}

.cf_filters_list {
    padding-inline-start: 0;
    margin: 0;
    background-color: #eee;
    width: 250px;
}

.cf_filters_list li {
    line-height: 1.5rem;
    margin-inline-start: 2px;
    padding-inline-start: 0;
    list-style: none;
    background-image: none;
    /* border-bottom: 1px solid #ccc; */
}

.page-header h1 {
    display: none;
}

.content-bottom-horizontal-section,
.content-bottom-vertical-section,
.content-top-horizontal-section,
.content-top-vertical-section {
    margin: 1rem 0 0;
}

.main-section {
    padding-top: 1rem;
}

.mb-5 {

    margin-bottom: 1rem!important;
}

/* Offcanvas container padding (keep) */
.block-offcanvas .offcanvas-body {
    padding: 10px;
}

/* Hide on desktop, show on mobile */
@media (min-width: 992px) {
  .filters-button {
    display: none !important;
  }
}

/* === CF dropdown → match vmmanufacturer layout === */

.cf_filter_dropdown_container.dropdown-menu{
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* UL reset */
.cf_filter_dropdown_container .cf_filters_list{
  list-style: none;
  margin: 0;
  padding: 0;
}

/* LI becomes a single-row flex item */
.cf_filter_dropdown_container .cf_filters_list_li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

/* make link fill available space */
.cf_filter_dropdown_container .cf_filters_list_li .cf_link{
  flex: 1;
}

/* clickable area like vmmanufacturer */
.cf_filter_dropdown_container a.cf_option{
  display: block;
  padding: 0px 10px;
  text-decoration: none !important;
  white-space: nowrap;
}

/* hover effect */
.cf_filter_dropdown_container a.cf_option:hover{
  background: rgba(0,0,0,.05);
}

/* counter stays on same line, right aligned */
.cf_filter_dropdown_container .cf_flt_counter{
  padding-right: 14px;
  font-size: .9em;
  opacity: .7;
  white-space: nowrap;
}

/* last item border cleanup */
.cf_filter_dropdown_container .cf_filters_list_li:last-child{
  border-bottom: 0;
}

/* NOTE: You had two conflicting cf_dropdown rules.
   Keeping BOTH would cause confusion; this one is the last so it wins. */
.cf_dropdown .cf_filters_list li {
    line-height: 40px;
    padding: 0rem 0;
}

@media (min-width: 992px) {

  /* All dropdown filter lists scroll */
  .cf_filter_dropdown_container.dropdown-menu {
      max-height: 350px;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
  }

}

/* =====================================================
   Manufacturers / Brands List (DEDUPED)
   Shared styling for:
   - Offcanvas brands list
   - Left sidebar brands module (desktop)
   ===================================================== */

/* Reset spacing caused by multiple UL output */
.offcanvas .vmgroup,
.offcanvas .vmgroup ul.vmmanufacturer,
.mod-position-left[data-mod-id="164"] .vmgroup,
.mod-position-left[data-mod-id="164"] .vmgroup ul.vmmanufacturer{
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove list styling */
.offcanvas .vmgroup ul.vmmanufacturer,
.mod-position-left[data-mod-id="164"] .vmgroup ul.vmmanufacturer{
  list-style: none !important;
}

/* Normalize list items */
.offcanvas .vmgroup ul.vmmanufacturer > li,
.mod-position-left[data-mod-id="164"] .vmgroup ul.vmmanufacturer > li{
  margin: 0 !important;
  padding: 0 !important;
}

/* Brand row – behaves like menu item */
.offcanvas .vmgroup ul.vmmanufacturer > li > a,
.mod-position-left[data-mod-id="164"] .vmgroup ul.vmmanufacturer > li > a{
  display: block;
  width: 100%;
  padding: 12px 16px;
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}

/* Clean inner wrapper */
.offcanvas .vmgroup ul.vmmanufacturer > li > a > div,
.mod-position-left[data-mod-id="164"] .vmgroup ul.vmmanufacturer > li > a > div{
  margin: 0 !important;
  padding: 0 !important;
  display: inline;
}

/* Hover / focus state */
.offcanvas .vmgroup ul.vmmanufacturer > li > a:hover,
.offcanvas .vmgroup ul.vmmanufacturer > li > a:focus,
.mod-position-left[data-mod-id="164"] .vmgroup ul.vmmanufacturer > li > a:hover,
.mod-position-left[data-mod-id="164"] .vmgroup ul.vmmanufacturer > li > a:focus{
  background: rgba(0,0,0,0.04);
  outline: none;
}

/* Scroll container like offcanvas */
.offcanvas .vmgroup,
.mod-position-left[data-mod-id="164"] .vmgroup{
  max-height: 520px;
  overflow-y: auto;
  padding-right: 6px !important;
}

/* Remove divider from last item */
.offcanvas .vmgroup ul.vmmanufacturer:last-of-type > li > a,
.mod-position-left[data-mod-id="164"] .vmgroup ul.vmmanufacturer:last-of-type > li > a{
  border-bottom: 0;
}

/* Slightly tighter spacing on small screens */
@media (max-width: 480px){
  .offcanvas .vmgroup ul.vmmanufacturer > li > a,
  .mod-position-left[data-mod-id="164"] .vmgroup ul.vmmanufacturer > li > a{
    padding: 10px 14px;
  }
}



/* Offcanvas Filters: make long lists scrollable inside the panel */
.offcanvas .cf_filter_dropdown_container.dropdown-menu{
  max-height: calc(100vh - 220px); /* adjust if your header is taller/shorter */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* iOS smooth scroll */
}

/* Also allow the list itself to scroll (some themes constrain the menu instead) */
.offcanvas .cf_filter_dropdown_container .cf_filters_list{
  max-height: calc(100vh - 220px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

label.visually-hidden[for="mod-vpprime-ajax-search__keyword-110"] {
  display: none !important;
}

.top-bar-content {
  line-height: 1.2;
  text-transform: none;
  color: chartreuse;
} 




#offcanvas-menu-154 .mxm-apply-filters {
  
  background-color: #ff0000;
  border-color: #ed0404;
  color: #fff;
  margin-top: 20px;
  
}

#offcanvas-menu-154 .mxm-apply-filters:hover,
#offcanvas-menu-154 .mxm-apply-filters:focus {
  background-color: #ff0000;
  border-color: #ed0404;
  color: #fff;
}

.free-shipping {
    margin-bottom: 2rem;
}
.vmcustom-textinput {
  width: 100%;
  max-width: 300px; /* adjust as needed */
}
#proopc-shipments label {
  display: block;          /* makes each option its own row */
  margin-bottom: 12px;     /* spacing between options */
}
@media (min-width: 992px) {

  /* Make the dropdown menu scrollable */
  .mod-vmcategory-dropdown-drop .mod-vmcategory-dropdown-menu {
    max-height: 400px;       /* adjust height as needed */
    overflow-y: auto;        /* vertical scroll */
    overflow-x: hidden;      /* no horizontal scroll */
  }

}
/* Hide LEFT sidebar filters module (mod id 163) on mobile */
@media (max-width: 991.98px) {
  .mod-position-left[data-mod-id="163"] {
    display: none !important;
  }
}

/* Change product image size on product page */
.product-image {
    width: 400px;
    height: auto;
}
.special-offer {
width:300px;
}
.size-chart {
width:95%;


}
.size-chart TD {
    BORDER-BOTTOM: #ccc 1px solid;
    BORDER-LEFT: #ccc 1px solid;
    BACKGROUND-COLOR: #fff;
    FONT-FAMILY: verdana;
    FONT-SIZE: 1em;
    BORDER-TOP: #ccc 1px solid;
    BORDER-RIGHT: #ccc 1px solid;
    padding-left: 3px
}

.vm-cmv-label {
    font-size: 1.2rem;
}
.product-fields-title {
    font-size: 1.2rem;
}
@media (max-width: 991.98px) {
#ProOPC img {
    //max-width: 72%;
    width: 154px;
    display: block;
    border: 1px solid #aaa;
}
}
@media (min-width: 992px) {
#ProOPC img {
    width: 154px;
    display: block;
    border: 1px solid #aaa;
}
}
.vmcustom-textinput {
    border: 1px solid #333333;

}




/* =========================
   TYPE + BRAND (2 columns)
========================= */
.kits-two-col {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

.kits-col {
  width: calc(50% - 10px);
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #ddd;
  background: #f9f9f9;
}

.kits-col h4 {
  margin-bottom: 10px;
}

.kits-col p {
  margin: 0 0 10px;
}

.kits-col a {
  text-decoration: none;
  font-weight: 600;
}

/* =========================
   SIZE SECTION (GRID)
========================= */
.size-links-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 20px 0;
}

.size-links-col {
  padding: 15px;
  border: 1px solid #ddd;
  background: #f9f9f9;
}

.size-links-col p {
  margin: 0 0 10px;
}

.size-links-col a {
  text-decoration: none;
  font-weight: 600;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {

  /* Type + Brand → stack */
  .kits-col {
    width: 100%;
  }

  /* Size → 2 columns */
  .size-links-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 575.98px) {
    .breadcrumbs-section .breadcrumb .breadcrumb-item:not(:first-child):not(:last-child) {

        visibility: visible;
        width: auto;
    }
}

@media (max-width: 991.98px) {
    .btn, .btn-vm-customfield .form-check-label-text {
        margin-bottom: .25rem;
        width: 100%;
    }


.offcanvas .cf_filter_dropdown_container.dropdown-menu {
  
        width: 95%;
}
.offcanvas .cf_filter_dropdown_container .cf_filters_list {
        width: 100%;
}


