.elementor-29 .elementor-element.elementor-element-73d1c8a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-29 .elementor-element.elementor-element-37c5e4f{--display:flex;}.elementor-29 .elementor-element.elementor-element-d4e7644{--spacer-size:10px;}.elementor-29 .elementor-element.elementor-element-0b4256f{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-29 .elementor-element.elementor-element-37c5e4f{--width:33%;}}@media(max-width:767px){.elementor-29 .elementor-element.elementor-element-73d1c8a{--padding-top:12px;--padding-bottom:12px;--padding-left:12px;--padding-right:12px;}}/* Start custom CSS for html, class: .elementor-element-b6996be *//* Enable ordering */
.c7-user-nav__collection-list ul {
  display: flex;
  flex-direction: column;
}

/* Hide ALL collections by default */
.c7-user-nav__collection-list li {
  display: none;
}

/* Show only the desired collections */
.c7-user-nav__collection-list li.c7-user-nav__collection-list__almanac-collection,
.c7-user-nav__collection-list li.c7-user-nav__collection-list__heirloom-collection,
.c7-user-nav__collection-list li.c7-user-nav__collection-list__the-amoses,
.c7-user-nav__collection-list li.c7-user-nav__collection-list__white,
.c7-user-nav__collection-list li.c7-user-nav__collection-list__red,
.c7-user-nav__collection-list li.c7-user-nav__collection-list__wines,
.c7-user-nav__collection-list li.c7-user-nav__collection-list__sparkling,
.c7-user-nav__collection-list li.c7-user-nav__collection-list__pinot-gris,
.c7-user-nav__collection-list li.c7-user-nav__collection-list__chardonnay,
.c7-user-nav__collection-list li.c7-user-nav__collection-list__pinot-noir,
.c7-user-nav__collection-list li.c7-user-nav__collection-list__syrah {
  display: list-item;
}

/* Bold first 3 collections */
.c7-user-nav__collection-list__almanac-collection {
  order: 1;
  font-weight: bold;
}

.c7-user-nav__collection-list__heirloom-collection {
  order: 2;
  font-weight: bold;
}

.c7-user-nav__collection-list__the-amoses {
  order: 3;
  font-weight: bold;
  margin-bottom: 12px;
}

/* Core wines */
.c7-user-nav__collection-list__white { order: 4; }
.c7-user-nav__collection-list__red { order: 5; }

.c7-user-nav__collection-list__wines {
  order: 6;
  margin-bottom: 12px;
}

/* Varietals */
.c7-user-nav__collection-list__sparkling { order: 7; }
.c7-user-nav__collection-list__pinot-gris { order: 8; }
.c7-user-nav__collection-list__chardonnay { order: 9; }
.c7-user-nav__collection-list__pinot-noir { order: 10; }
.c7-user-nav__collection-list__syrah { order: 11; }/* End custom CSS */