.archive, .article{
    flex-direction: column;
}
#brandIndex #brandIndexArea{
    flex-wrap: nowrap;
    height: auto;
}
.cards{
    grid-template-columns: 1fr;
    row-gap: 15px;
}
.cardSingle{
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}
.cardSingle .cardImage{
    margin: 0px 0px 20px 0px;
    width: 100%;
}
#content{
    margin-top: 72px;
    position: relative;
    z-index: 10;
}
.contentArea{
    margin: 0px 1%;
    max-width: 98%;
}
#dialogButtons{
    margin: 25px 0%;
    width: 100%;
}
#dialogButtons .buttonDialog{
    max-width: 36%;
}
#dialogOrderAdd #addConfirm{
    margin: 12px 5px 20px 5px;
}
#dialogOrderAdd #addConfirm .button{
    padding: 12px;
}
#dialogOrderAdd .itemPricing{
    margin: 0px 4px;
    width: calc( 100% - 8px );
}
#dialogOrderAdd .itemTiers .itemTiersInfo{
    margin-right: 3px;
    min-width: 0px;
    width: calc( 100% - 3px );
}
#filterItems #dynamicFilter{
    width: 100%;
}
#filterSelectors{
    flex-direction: column;
    flex-grow: 1;
    flex-wrap: nowrap;
    margin: 0px 1px 2px 1px;
}
#filterSelectors #filterSelectorReset{
    top: 5px;
}
#filterSelectors .filterSelector{
    flex-grow: 1;
    padding: 6px 3px;
}
.flexMobileWrap{
    flex-wrap: wrap;
}
.gridItem{
    display: flex;
    margin-bottom: 20px;
    width: 100%;
}
.gridItem .gridDetails{
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 20px;
    position: relative;
}
.gridItem .gridDetails .gridDetailsHeading{
    margin-top: 20px;
}
.gridItem .gridDetails .itemView{
    bottom: 30px;
    left: 20px;
    position: absolute;
}
.gridItem .gridDetails .gridItemPriceAdd{
    bottom: 40px;
    flex-wrap: wrap;
    left: 20px;
    position: absolute;
}
.gridItem .gridDetails .gridItemPriceAdd .itemPricing{
    margin-bottom: 45px;
    width: 100%;
}
.gridItem .gridImage{
    flex-grow: 0;
    flex-shrink: 0;
    width: 200px;
}
.gridItem .gridImage .itemAccolades{
    left: 11px;
}
.gridItem .gridImage .itemIcon{
    right: 11px;
}
#hamburger{
}
#hamburger .line{
    width: 30px;
    height: 4px;
    background-color: #69ff47;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#hamburger:hover{
    cursor: pointer;
}
#hamburger.is-active{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#hamburger.is-active .line:nth-child(2){
    width: 0px;
}
#hamburger.is-active .line:nth-child(1),
#hamburger.is-active .line:nth-child(3){
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#hamburger.is-active .line:nth-child(1){
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
#hamburger.is-active .line:nth-child(3){
    -webkit-transform: translateY(-10px) rotate(90deg);
    -ms-transform: translateY(-10px) rotate(90deg);
    -o-transform: translateY(-10px) rotate(90deg);
    transform: translateY(-10px) rotate(90deg);
}


.header{
    height: auto;
    min-height: 50px;
    padding-top: 2px;
    position: relative;
}
.header .headerAlertBanner{
    position: relative;
}
.header .headerArea{
    column-gap: 20px;
    grid-template-columns: 40px 140px 1fr 1fr;
    max-width: 100vw;
}
.header .headerArea .headerLogo{
    grid-column: 2/3;
    max-width: 140px;
    padding: 2px 0px 4px 0px;
}
.header .headerArea .headerSearch{
    display: block;
    grid-column: 3/4;
    grid-row: 1/2;
}
.header .headerArea .headerSearch img{
    height: 22px;
}
.header .headerArea .headerTabSearch{
    display: none;
    grid-column: 1/5;
    grid-row: 2/3;
}
.header .headerArea .headerTabSearch #headerSearchInput{
    margin: 0 auto 4px auto;
    width: 99%;
}
.header .headerArea .headerTabSearch #searchSuggestions .searchSuggestion .imgWrap .searchPop{
    background-color: #ffffff;
    border: none;
    height: 0px;
    padding: 0px;
}
.header .headerArea .headerTabs{
    background-color: #122417;
    display: none;
    grid-column: 1/5;
    grid-row: 3/6;
    height: auto;
    max-width: 100vw;
    width: 100%;
}
.header .headerArea .headerTabs .headerTab{
    background-color: #122417;
    border-bottom: 2px solid #000000;
    box-sizing: border-box;
    display: flex;
    flex-grow: 1;
    height: auto;
    max-width: 100%;
    min-height: 42px;
    padding: 0px;
    text-align: left;
    width: 100%;
}
.header .headerArea .headerTabs .headerTab .headerTabText{
    border-bottom: none;
    height: auto;
    padding-left: 10px;
}
.header .headerArea .headerTabs .headerTab .tabMenu{
    background-color: transparent;
    border-bottom: none;
    border-left: none;
    border-right: none;
    display: none;
    font-size: 20px;
    left: auto;
    line-height: 36px;
    padding: 6px 0px 6px 0px;
    position: relative;
    top: auto;
    white-space: normal;
}
.header .headerArea .headerTabs .headerTab .tabMenu .breadcrumb{
    background-color: rgba(228,228,228,0.92);
    color: #7a7a7a;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    line-height: 16px;
    padding: 11px 6px 9px 10px;
}
.header .headerArea .headerTabs .headerTab .tabMenu .breadcrumb span{
    text-decoration: underline;
}
.header .headerArea .headerTabs .headerTab .tabMenu .menuHeading{
    background: #7a7a7a;
    color: #ffffff;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    padding: 4px 4px 4px 10px;
}
.header .headerArea .headerTabs .headerTab .tabMenu .menuBrandItems{
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    padding: 8px 0px 0px 10px;
}
.header .headerArea .headerTabs .headerTab .tabMenu .menuItems{
    padding: 8px 0px 0px 10px;
}
.header .headerArea .headerTabs .headerTab .tabMenu .menuItems a:link,
.header .headerArea .headerTabs .headerTab .tabMenu .menuItems a:visited{
    color: #ffffff;
}
.header .headerArea .headerTabs .headerTab .tabMenu .menuItems .menuCat{
    border-bottom: 1px solid #000000;
    position: relative;
}
.header .headerArea .headerTabs .headerTab .tabMenu .menuItems .menuCat .menuCatExpand{
    position: absolute;
    right: 3px;
    top: 3px;
}
.header .headerArea .headerTabs .headerTab .tabMenu .menuItems .menuSubCats{
    display: none;
}
.header .headerArea .headerTabs .menuSections{
    width: 100%;
}
.header .headerArea #menuButton{
    grid-column: 1/2;
    grid-row: 1/2;
    padding-left: 4px;
}
.header .headerArea .headerTabCustomerCart{
    column-gap: 16px;
    grid-template-columns: 26px 32px;
    padding: 0px 4px 0px 0px;
}
.header .headerArea .headerTabCustomerCart .tab{
    height: auto;
}
.header .headerArea .headerTabCustomerCart .tabMenu{
    top: 50px;
}
.header .headerArea .headerTabCustomerCart .headerTally{
    right: -2px;
    top: -3px;
}
.header .headerArea .headerTabCustomerCart .headerTally .tally{
    font-size: 12px;
    min-height: 14px;
    min-width: 14px;
}
#headerSpacer{
    height: 0px;
}

#content{
    margin-top: 0px;
}
.errorMessage{
    margin: 30px 8%;
    padding: 16px 16px;
}
/*
#headerArea{
    flex-wrap: wrap-reverse;
}
#headerArea #navBar{
    background-color: #ffffff;
    border-left: 1px solid rgb(0,88,61);
    border-right: 1px solid rgb(0,88,61);
    flex-direction: column;
    height: 0px;
    left: -10px;
    overflow: hidden;
    position: absolute;
    top: 42px;
    width: 154px;
    z-index: 12;
    -webkit-transition: height 600ms;
    -webkit-transition-delay: 50ms;
    -webkit-transition-timing-function: linear;
    transition: height 600ms;
    transition-delay: 50ms;
    transition-timing-function: linear;
}
#headerArea #navBar.is-active{
    height: 564px;
}
#headerArea #navBar .navTab{
    border-bottom: 1px solid rgb(0,88,61);
    line-height: 20px;
    padding: 7px 6px 4px 14px;
    text-align: left;
}
#headerCustCart{
    order: 2;
    padding-left: 54px;
}
#headerCustCart img{
    left: 28px;
}
#headerLogoMobile{
    flex-grow: 1;
    order: 1;
    padding-bottom: 4px;
}
#headerLogoMobile img{
    margin: 0px auto;
    max-width: 160px;
    width: 100%;
}
#headerMasthead {
    display: flex;
    margin: 5px 10px 0px 10px;
    position: relative;
}
#headerSearch{
    flex-grow: 1;
    order: 3;
    width: 88%;
}
#headerSearchInput{
    border-top: 1px solid rgb(0,88,61);
    border-left: 1px solid rgb(0,88,61);
    border-right: 1px solid rgb(0,88,61);
    border-radius: 8px;
}
*/
.heroBanner{
    min-height: unset;
}
.heroBanner .image{
    background-size: cover;
    left: 0px;
    background-repeat: no-repeat;
    /* height: 0px;
    min-height: 0px;
    padding-bottom: 34%; */
    width: 100%;
}
.heroBanner .textWrapper{
    margin-left: 1%;
    min-height: unset;
    padding-bottom: 40px;
    width: auto;
    z-index: 10;
}
.heroBanner .textWrapper .text{
    background-color: transparent !important;
    box-sizing: border-box;
    width: auto;
}
.heroBanner .textWrapper .text .button{
    font-size: 20px;
    margin: 2px 0px 12px 50%;
    padding: 10px 12px 6px 12px;
}
.heroBanner .textWrapper .text .textHeading{
    font-size: 24px;
    padding: 6px 0px 6px 0px;
    width: auto;
}
.homeBanner, .homeFeature{
    margin: 0px 3% 12px 3%;
    width: 94%;
}
.homeFeatureBar{
    bottom: 27px;
    padding: 7px 14px;
    right: 0px;
    z-index: 5;
}
.imageGrid{
    grid-template-columns: 1fr !important;
}
.imageGridFeature{
    background-image: none !important;
}
.imageGridFeatureLeft{
    grid-template-columns: 1fr;
    row-gap: 12px;
}
.imageGridFeatureRight{
    grid-template-columns: 1fr;
    row-gap: 12px;
}
.imageGridFeatureRight .imageGridFeature{
    grid-row: 1;
}
.imageGridFeaturettes{
    column-gap: 12px;
    display: flex;
    max-width: 100%;
}
.imageGridFeaturettes img{
    flex: 1 1 0;
    width: 0%;
}
.imageHeader .textWrapper{
    font-size: 18px;
}
.imageText{
    grid-template-columns: 1fr;
}
.imageText .image{
    grid-row: 1;
    padding-bottom: 10px;
}
.imageText .textWrapper{
    padding: 0px 8px;
}
.imageText .textWrapper .text{
    font-size: 16px;
}
#itemArea, #itemInfoData, #itemInfoDataPackaging{
    flex-wrap: wrap;
}
#itemInfoDataPackaging #itemInfoBarcodes{
    grid-template-columns: auto 1fr;
}
.itemCustomFiltersSort{
    box-sizing: border-box;
    flex-wrap: wrap;
    width: 100%;
}
.itemCustomFiltersSort .itemCustomFilters{
    display: grid;
    grid-template-columns: auto;
    row-gap: 4px;
    width: 100%;
}
.itemCustomFiltersSort .itemCustomSort{
    margin-top: 4px;
    width: 100%;
}
.itemCustomFiltersSort .itemCustomSort label{
    display: none;
}
.itemCustomFiltersSort .itemCustomSort select{
    width: 100%;
}

#itemDetails{
    margin-left: 10px;
}
#itemInfoCom{
    max-width: 96%;
}
#itemImage img{
    max-width: 100%;
}
#itemInfoBrand{
    font-size: 26px;
    letter-spacing: 1.2pt;
}
.itemListing{
    grid-template-columns: 1fr;
    margin: 0px;
    row-gap: 20px;
}
#itemInfoDataNoteStats{
    flex-direction: column;
}
#linksBand{
    display: none;
}
#menuButton{
    cursor: pointer;
    font-size: 26px;
    font-weight: bold;
    height: 34px;
    margin-right: 12px;
    order: 0;
    overflow: hidden;
    width: 32px;
}
.mobile90{
    width: 90%;
}
.mobile100{
    width: 100%;
}
.mobileColumnToRow{
    flex-direction: row;
}
.mobileInlineOnly{
    display: inline;
}
.mobileNo{
    display: none;
}
.mobileOnly{
    display: block;
}
.mobileWrap{
    flex-wrap: wrap;
}
.mobileWrapColumn{
     flex-direction: column;
}
#pageBackground, #pageBackgroundBanner, #brandHeading{
    width: 100%;
}
.profileBlock {
    width: 100%
}
.row2column{
    grid-template-columns: 1fr;
    row-gap: 6px;
}

.upSell{
    flex-wrap: wrap;
}
.upSell .upSell1,
.upSell .upSell2,
.upSell .upSell3{
    width: 100%;
}
.upSell .upSell2{
    max-height: unset;
    min-height: unset;
}
.upSell .upSell2 .imageBottle{
    position: relative;
    bottom: 0px;
    left: 0px;
    margin: 10px auto;
    width: 90%;
}
.upSell .upSell3{
    text-align: center;
}
.upSell .upSellButton {
    float: none;
    margin: 10px auto 0px auto;
}
.upSell .upSellQuote{
    margin-bottom: 25px;
}