#subpagecontent .container {
    width: 100%;
}
.left-sidebar {
    border-left: 0px solid #f5f5f5;
    padding: 0;
    margin-top: 0;
    background: #fff;
    max-height: none;
    min-width: 282px;
    min-height: 635px;
}
.sidebarcontent {
    background: var(--graytint);
    margin-left: 25px;
    display: flex;
    height: auto;
    box-shadow: 0px 2px 6px rgba(69, 73, 91, 0.078);
    -webkit-box-shadow: 0px 2px 6px rgba(69, 73, 91, 0.078);
    -moz-box-shadow: 0px 2px 6px rgba(69, 73, 91, 0.078);
}
ul.AcctMenu {
    list-style: none;
    padding: 0;
    font-family: 'Khand', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
li.acctNav {
    height: 75px;
}
li.acctNav:hover {}
li.acctNav i {
    margin-right: 15px;
    width: 35px;
}
.acctNavContent {
    padding: 23px 0;
    color: grey;
    border-bottom: 1px solid #edeef4;
    margin: 0 30px 0 40px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.acctNavContent img {
    width: 45px;
    opacity: .5;
}
.acctNavContent a {
    color: grey;
}
.acctnav a:hover {
    text-decoration: none !important;
}
li.acctNav:hover .acctNavContent, li.acctNav:hover .acctNavContent a, .acctNavContent:hover, .acctNavContent:hover a {
    color: var(--blue);
    text-decoration: none !important;
}
button.filterbutton.btn.btn-primary.btn-xs {
    background-color: #ee3a43;
    border-color: #ee3a43;
}
/* Extra small devices (portrait phones, less than 576px) */

/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */

@media only screen and (min-width: 576px) {
    .sidebarcontent {
        width: 93%;
        height: auto;
        padding-bottom: 40px;
    }
}
/* Medium devices (tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .sidebarcontent {
        width: 59%;
        height: auto;
        padding-bottom: 40px;
    }
}
/* Medium devices (tablets, 768px and up) */

@media only screen and (min-width: 910px) {
    .sidebarcontent {
        width: 66%;
        height: auto;
        padding-bottom: 40px;
    }
}
/* Large devices (desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .sidebarcontent {
        width: 69%;
        height: auto;
        padding-bottom: 40px;
    }
}
/* Extra large devices (large desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .sidebarcontent {
        width: 73%;
    }
}
/* X-Extra large devices (large desktops, 1400px and up)
*/

@media only screen and (min-width: 1400px) {
    .sidebarcontent {
        width: 78%;
    }
}
/* X-Extra large devices (large desktops, 1600px and up) */

@media only screen and (min-width: 1600px) {
    .sidebarcontent {
        width: 80%;
    }
}
/* STYLES FOR FLEX OFF CANVAS  */

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    .content {
        flex: 1;
        transition: all .3s;
    }
    .hamburger-label {
        position: absolute;
        top: -32px;
        left: 32px;
        z-index: 1;
        display: block;
        width: 190px;
        height: 28px;
        font: 28px/28px fontawesome;
        text-align: center;
        color: #444;
        cursor: pointer;
    }
    .hamburger-label span {
        font-family: 'Open Sans';
        font-size: 16px;
        padding: 0 5px;
    }
    .hamburger-checkbox {
        position: absolute;
        opacity: 0;
    }
    .sidebar {
        overflow: hidden;
        width: 0;
        height: 0;
        background: var(--graytint);
        color: #eee;
        transition: all .3s;
    }
    .hamburger-checkbox:checked~.sidebar {
        margin-left: -15px;
        width: auto;
        height: auto;
        min-width: 300px;
        max-width: 340px;
        left: -15px;
        background: var(--graytint);
    }
    span.openLabel, .hamburger-checkbox:checked~label span.closeLabel {
        display: inline-block;
    }
    .hamburger-checkbox:checked~label span.openLabel, span.closeLabel {
        display: none
    }
    main.content.offcanvas {
        display: flex;
        margin-top: 30px;
    }
    div#divWrapper_ItemCharacteristicFilter {
        max-width: none;
    }
    div#divWrapper_ItemsTileListing {
        top: 2px !important;
        padding: 0px !important;
    }
    .dx-item.dx-tile {
        width: 95% !important;
        min-width: 250px;
    }
    element.style {}
    div#divActiveFilters_ItemCharacteristicFilter {}
}
/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 576px) {}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .wrapper {
        display: flex;
        min-height: 100%;
    }
    .hamburger-label {
        display: none;
    }
    .hamburger-checkbox:checked~.hamburger-label:before {
        content: '\f00d';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: block;
        width: 42px;
        height: 42px;
        font: 42px/42px fontawesome;
        text-align: center;
        color: #eee;
    }
    .content {}
    .sidebar {
        overflow: hidden;
        width: auto;
        height: auto;
        background: var(--graytint);
        color: #eee;
        transition: all .3s;
        max-width: 300px;
        min-width: 300px;
    }
    .menu {
        list-style: none;
    }
    .menu li {
        padding: 16px 32px;
        border-top: 1px solid #2b2b2b;
    }
    .menu li:last-child {
        border-bottom: 1px solid #2b2b2b;
    }
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}
.default_btn_class, #returnHistoryBtn {
    background: #f60;
    color: #fff;
    border-width: 0;
}
.default_btn_class:hover, #returnHistoryBtn:hover {
    background: #000;
}
span#spnCartBadge2 {
    left: -90px;
}
.ctaNav {
    position: relative;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    font-family: 'Khand', san-serif;
    align-items: center;
    font-weight: 500;
    z-index: 100;
    top: 10px;
}
.ctaNav a {
    color: #fff;
}
.ctaNav a:hover {
    color: var(--graytint);
}
.ctaNav .changeAssociatedCustomerBtn:focus, .ctaNav .changeAssociatedCustomerBtn:hover {
    background: #bb4b00;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.CustomerMasterAccountControl {
    position: relative;
    top: 0px;
}
.changeAssociatedCustomerBtn {
    border: 1px solid #bb4b00;
    background: #f60;
    color: #fff;
    padding: 5px;
    width: 300px;
    display: block;
    text-align: center;
}
.masterAccountDiv {
    margin-top: 10px;
    position: absolute;
}