header.interior {
    overflow: hidden;
}
header.interior h1 {
    color: #333333;
    margin-bottom: 40px;
    text-transform: capitalize;
}
.breadCrumbs {
    margin-bottom: 45px;
}
.prod-overview-cols-header {
    font-size: 1.2rem;
    letter-spacing: .028rem;
    line-height: 175%;
    color: #252526;
    background: #fff;
    width: 100%;
    border-top: 3px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    js-display: flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: -ms-space-between;
    justify-content: space-between;
}
.filter-banner .clear-filters,
.filter-banner span.filter,
.prod-overview-cols-header .header-left button {
    text-transform: uppercase;
    font-weight: 700;
}
.filter-banner span.filter {
    display: inline-block;
}
.filter-banner .clear-filters,
.filter-banner span.filter {
    line-height: 15px;
}
.filter-banner span.filter,
.prod-overview-cols-header .header-left button:first-of-type{
    padding-left: 30px;
    background: url(../svg/filter-icon.svg) center left no-repeat;
    background-size: 14px 14px;
    margin-right: 30px;
    letter-spacing: .09rem;
}
.filter-banner .clear-filters,
.prod-overview-cols-header .header-left a {
    text-decoration: underline;
    /*font-size: 10px;*/
    letter-spacing: .075rem;
    color: #D5D5D5;
    vertical-align: text-top;
    line-height: 1;
}
.search-results .prod-overview-cols-header .header-left button:last-of-type {
    color: #252526;
}
.prod-overview-cols-header .header-left a:hover,
.prod-overview-cols-header .header-left a:focus,
.prod-overview-cols-header .header-left button:last-of-type:hover {
    text-decoration: none;
    color: #252526;
}
.prod-overview-cols-header .header-right {
    js-display: flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: -ms-flex-end;
    justify-content: flex-end;
}
.search-results .prod-overview-cols-header .header-right > div > form,
.prod-overview-cols-header .header-right > div {
    js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: -ms-flex-end;
    justify-content: flex-end;
}
.prod-overview-cols-header .header-right > div:nth-of-type(2) {
    margin-left: 50px;
}
.prod-overview-cols-header .header-right > div:last-of-type {
    margin-left: 60px;
}
.prod-overview-cols-header .header-right > div h2 {
    font-family: Roboto, sans-serif;
    color: #252526;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 175%;
    letter-spacing: .09rem;
    text-transform: uppercase;
}
.prod-overview-cols-header .header-right select {margin-left: 12px;width: 122px; padding-right: 20px}
.prod-overview-cols-header .header-right .view button {
    font-size: 0;
    height: 14px;
    width: 14px;
    margin-top: 2px;
}
.prod-overview-cols-header .header-right .view button:first-of-type {
    background: url(../svg/tiles-icon-grey.svg) center no-repeat;
    background-size: contain;
    margin-left: 12px;
}
.prod-overview-cols-header .header-right .view button:last-of-type {
    background: url(../svg/rows-icon-grey.svg) center no-repeat;
    background-size: contain;
    margin-left: 18px;
}
.prod-overview-cols-header .header-right .view button.selected:first-of-type {
    background: url(../svg/tiles-icon-blk.svg) center no-repeat;
    background-size: contain;
}
.prod-overview-cols-header .header-right .view button.selected:last-of-type {
    background: url(../svg/rows-icon-blk.svg) center no-repeat;
    background-size: contain;
}
.prod-overview-cols-header .header-right .view .mobile button:first-of-type {
    background: url(../svg/tiles-single-col-grey.svg) center no-repeat;
    background-size: contain;
    margin-left: 12px;
}
.prod-overview-cols-header .header-right .view .mobile button.selected:first-of-type {
    background: url(../svg/tiles-single-col.svg) center no-repeat;
    background-size: contain;
    margin-left: 12px;
}
.prod-overview-cols-header .header-right .view .mobile button:last-of-type {
    background: url(../svg/tiles-two-cols-grey.svg) center no-repeat;
    background-size: contain;
    width: 34px;
}
.prod-overview-cols-header .header-right .view .mobile button.selected:last-of-type{
    background: url(../svg/tiles-two-cols.svg) center no-repeat;
    background-size: contain;
}
.mobile-filters .filter-header,
.prod-overview-cols .col .filter-header {
    border-bottom: 1px solid #D5D5D5;
    padding-top: 26px;
    margin-bottom: 46px;
    position: relative;
}
.mobile-filters .filter-header .more-info,
.prod-overview-cols .filter-header .more-info {
    position: absolute;
    right: 0;
    font-size: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: url(../svg/info-icon.svg) center no-repeat;
    background-size: 14px 14px;
    background-position: 50% 66%;
}
.accordionContainer:not(:last-of-type) {
    margin-bottom: 20px;
}
.accordion-header {
    /*medium 16px/42px Roboto;*/
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 170%;
    color: #333333;
    text-transform: uppercase;
    /* text-transform: capitalize; */
    opacity: 1;
}
.checkbox-group .checkbox label {
    padding-left: 30px;
    cursor: pointer;
    position: relative;
    font-size: 1.4rem;
    line-height: 160%;
    font-weight: 400;
    display: inline-block;
    letter-spacing: .028rem;
    color: #161616;
    margin-bottom: 25px;
}
.checkbox-group .checkbox {
    margin-left: 18px;
}
.checkbox-group input[type=checkbox] {
    position: absolute;
    left: -200%;
    opacity: 0;
}
.checkbox-group .checkbox label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    margin-right: 10px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 2px;
}
.checkbox-group .checkbox input[type=checkbox]:checked + label:before {
    background: #000 url(../svg/check-white.svg) center no-repeat;
    background-size: 9px 7px;
}
/*.accordion-content .checkbox:first-of-type{*/
/*    margin-top: 25px;*/
/*}*/
/** for multi-level category checkboxes **/
    .accordion-content ul.categories li ul{
        margin-left: 30px;
    }
    .accordion-content ul.categories > li:first-child > .checkbox:first-of-type {
        margin-top: 25px;
    }
    .accordion-content ul.categories li ul li .checkbox {
        margin-top: 0;
    }
    .accordion-content ul.categories li .checkbox:first-child{
        margin-top: 0;
    }
/*.cats-accordion {*/
/*    display: none;*/
/*}*/
.cats-accordion-button {
    width: calc(100% - 2rem);
    font-size: 1.5rem;
    text-align: center;
    padding: .5rem;
    font-weight: 600;
    border-radius: 1rem .5rem;
}
.prod-overview-cols .product-cols {
    width: 100%;
    margin: unset;
}
.prod-overview-cols .product-cols .col {
    margin: unset;
}
.mobile-filters .filter-header h2,
.prod-overview-cols > .col:first-of-type h2{
    font-size: 3rem;
    letter-spacing: 0px;
}
.prod-overview-cols {
    js-display: flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: -ms-flex-star;
    justify-content: flex-start;
}
.search-results-container,
.prod-overview-cols > .col:last-of-type {
    padding-top: 36px; width: 100%;
}
.prod-overview-cols > .col .cols3 .col span:not(.tag-yellow) {
    font-size: 1.6rem;
    line-height: 115%;
    color: #616161;
}
button.show-more {
    border: 1px solid #ADAFB2;
    font-size: 1.6rem;
    padding: 14px 20px;
    line-height: 150%;
    color: #333333;
    width: 100%;
    margin-top: 50px;
}
.fixed-sidebar-container {
    height: 100%;
}
.fixed-sidebar-container .fixed-sidebar::-webkit-scrollbar {
    display: none;
}
.view .mobile,
.view .dsktp {
    display: contents;
}
#selected-boxes {
    width: calc(100% + 6px);
    margin-left: -3px;
}
.check-box-button {
    margin: 3px;
    border: 1px solid #707070;
    border-radius: 25px;
    font-size: 1.4rem;
    line-height: 115%;
    letter-spacing: 0px;
    padding: 16px 49px 16px 25px;
    background: url("../svg/times-sign.svg") no-repeat;
    background-size: 10px 10px;
    background-position: right 20px center;
}
.check-box-button:last-of-type {
    margin-bottom: 42px;
}
a.button.show-more {
    border: 1px solid #ADAFB2;
    font-size: 1.6rem;
    padding: 14px 20px;
    line-height: 150%;
    text-align: center;
    display: block;
    color: #333333;
    width: 100%;
    margin-top: 50px;
}
a.button.show-more:hover,
a.button.show-more:focus {
    border: 1px solid #333333;
    background: #333333;
    color: #fff;
}
a.button {
    border: none;
    cursor: pointer;
    background: transparent;
}

@media only screen and (max-width: 849px) {
    .cols4.product-cols .col {
        width: 100%;
    }
    .cols4.product-cols .col,
    .cols3.product-cols .col{
        margin-bottom: 40px;
    }

    .cols4.product-cols.prod-two-col,
    .cols3.product-cols.prod-two-col {
        width: calc(100% + 12px);
        margin-left: -6px;
    }
    .cols4.product-cols.prod-two-col .col,
    .cols3.product-cols.prod-two-col .col{
        margin-left: 6px;
        margin-right: 6px;
        width: calc(50% - 12px);
    }
    .prod-overview-cols-header {
        padding: 16px 0;
        position: absolute;
        top: 0;
        margin: auto;
        right: 0;
        left: -2px;
        -webkit-transition: top .5s ease;
        -moz-transition: top .5s ease;
        -o-transition: top .5s ease;
        -ms-transition: top .5s ease;
        transition: top .5s ease;
    }
    .prod-overview-cols-header.fixed {
        position: fixed;
        z-index: 3;
        left: 0;
    }
    .fixed-sidebar-container.mobile-filters {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        left: 0;
        z-index: 15;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -o-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease;
        overflow-y: scroll;
    }
    .fixed-sidebar-container.mobile-filters .fixed-sidebar-inner {
        /*overflow-y: scroll;*/
        padding-bottom: 100px;
    }
    .fixed-sidebar-container.mobile-filters.open {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }
    .prod-overview-cols-header .header-right > div:last-of-type,
    .prod-overview-cols-header .header-left a {
        display: none !important;
        visibility: hidden;
    }
    .accordion-header.open .accordion-icon span span:nth-child(1) {
        width: 2px;
    }
    .mobile-filters {
        padding-top: 60px;
    }
    .mobile-filters .filter-banner {
        width: 100%;
        background: #fff;
        box-shadow: 0px 1px 3px #00000029;
        height: 60px;
        position: fixed;
        z-index: 1;
        top: 0;
    }
    .filter-banner-inner,
    .filter-cats,
    .filters,
    .filter-header {
        width: 85%;
        max-width: 500px;
        margin: 0 auto;

    }
    .filter-banner-inner {
        max-width: none;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .mobile-filters .close-filters {
        font-size: 0;
        position: absolute;
        height: 18px;
        width: 18px;
        right: 0;
    }
    .mobile-filters .close-filters span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        cursor: pointer;
    }
    .mobile-filters .close-filters span:nth-child(1) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 8px;
        left: 0px;
        width: 100%;
    }
    .mobile-filters .close-filters span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 8px;
        width: 100%;
        left: 0px;
    }
    .filter-cats input[type="radio"] {
        left: -10000%;
        position: absolute;
        cursor: pointer;
        margin: 0;
        padding: 0;
    }
    .filter-cats legend {
        font-size: 0;
    }
    .filter-cats ul li{
        margin-bottom: 20px;
    }
    .filter-cats label{
        /*14px / 36px Roboto;*/
        font-size: 1.4rem;
        line-height: 150%;
        letter-spacing: .028rem;
        color: #161616;
        cursor: pointer;
    }
    .view h2 {
        font-size: 0 !important;
        display: none;
    }
    .prod-overview-cols-header .header-right > div:nth-of-type(2) {
        margin-left: 20px;
    }

    .filter-cats input[type="radio"]:checked ~ label {
        font-weight: 700;
        text-decoration: underline;
    }
    .filter-banner-inner .clear-filters{
        margin-top: -2px;
    }
    .view .dsktp {
        display: none;
        visibility: hidden;
    }
    .search-results .prod-overview-cols-header .header-left button {
        display: block !important;
        visibility: visible;
    }
    .product-overview.barstool .page-intro{
        display: none;
        visibility: hidden;
    }
}
@media only screen and (max-width: 374px) {
    .cols3.product-cols.prod-two-col .col{
        width: calc(100% - 12px);
    }
    .prod-overview-cols-header .view {
        display: none !important;
        visibility: hidden;
    }
}
@media only screen and (min-width: 850px) {
    #selected-boxes {
        display: none;
        visibility: hidden;
    }
    .mobile-filter-top {
        display: none;
        visibility: hidden;
    }
    .prod-overview-cols > .col:first-of-type {
        border-right: 1px solid #D5D5D5;
        width: 273px;
        flex: 0 1 auto;
    }
    .prod-overview-cols > .col:last-of-type {
        width: calc(100% - 273px);
    }
    .prod-overview-cols > .col .cols3 .col {
        margin-left: 36px;
        margin-bottom: 42px;
        width: calc(50% - 36px);
    }
    .cols4.product-cols.prod-rows .col,
    .prod-overview-cols > .col .cols3.prod-rows .col {
       width: 100%;
        text-align: left;
    }
    .cols4.product-cols.prod-rows .col div.lt-gry-bckgrnd,
    .prod-overview-cols > .col .cols3.prod-rows .col  div.lt-gry-bckgrnd {
        width: 175px;
        float: left;
        margin-right: 20px;
        margin-top: -30px;
    }
    .cols4.product-cols.prod-rows .col h2,
    .prod-overview-cols > .col .cols3.prod-rows .col h2{
        margin-top: 30px;
    }
    .fixed-sidebar-container .fixed-sidebar {
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -o-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    .fixed-sidebar-container .fixed-sidebar.fixed {
        position: fixed;
        max-height: calc(100vh - 0px);
        overflow-y: scroll;
        overflow-x: hidden;
        padding-bottom: 100px;
    }
    .fixed-sidebar-container .fixed-sidebar.fixed.bottom {
        position: absolute;
        bottom: 0;
        top: auto !important;
        max-height: none;
        /*padding-bottom: 10px;*/
    }
    .prod-overview-cols-header {
        padding: 28px 0;
    }
    button.show-more {
        width: calc(100% - 36px);
        margin-left: 36px;
    }
    .view .mobile {
        display: none;
        visibility: hidden;
    }
    button.open-filter-modal {
        pointer-events: none;
    }
    a.button.show-more {
        width: calc(100% - 36px);
        margin-left: 36px;
    }
    .search-results-container  a.button.show-more {
        width: 100%;
        margin-left: 0;
    }
    .search-results .prod-overview-cols-header .header-left button {
        display: none;
        visibility: hidden;
    }
    .mobile-sort {
        display: none;
        visibility: hidden;
    }
}
@media only screen and (min-width: 1200px) {
    .prod-overview-cols > .col .cols3 .col {
        margin-left: 36px;
        margin-bottom: 42px;
        width: calc(33.33% - 36px);
    }
}