.container {
    max-height: 999999px;
}

.accordion {
    max-height: 999999px;
}

.accordion-group {
    /*margin-bottom: 2px;; border: 1px solid #e5e5e5; */
    border-bottom: 1px solid #efefef;
}

.accordion-heading {
    font-size: 44px;
    background-color: #fff;
    border-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding-left: 30px;
    color: #222222;
}

.accordion-heading a {
    color: #222222
}

.accordion-heading .accordion-toggle {
    display: block;
    padding-bottom: 50px;
    padding-top: 50px;
}

.accordion-toggle {
    cursor: pointer
}

.accordion-inner {
    font-size: 48px
}

.accordion-inner ul {
    list-style-type: none;
    margin-top: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.accordion-inner li {
    font-size: 44px;
    -webkit-padding-start: 0px;
    padding-left: 0px;
    margin-left: 0px;
    line-height: 300%;
    border-bottom: 1px solid #ccc;
    padding-left: 30px;
    background-color: #f5f5f5;
}


/*padding: 35px 35px;_NO__DOTCOMMA__AFTER___NO__DOTCOMMA__AFTER__*/

.filter-bg {
    background-color: #efefef
}

.btn-mobile {
    width: 460px;
    display: block;
    color: #333;
    height: 105px;
    font-size: 42px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 22px 40px 22px 40px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Open Sans Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    border: 1px solid #ccc;
    background: #fcfcfc;
    background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #fff, #f5f5f5);
    background-image: -o-linear-gradient(top, #fff, #f5f5f5);
    background-image: linear-gradient(to bottom, #fff, #f5f5f5);
}

a.btn-mobile {
    color: #444
}

.dropdown-select {
    padding-left: 21px
}

.btn-mobile:hover {
    text-decoration: none
}

.glyphicon-minus {
    background-image: url(/Customized_Pages/imgs-wrapper/mobile/icon-arrow-up.svg);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    background-size: 40px 40px;
}

.glyphicon-plus {
    background-image: url(/Customized_Pages/imgs-wrapper/mobile/icon-arrow-down.svg);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    background-size: 40px 40px;
    top: 1px;
}

.glyphicon {
    position: relative;
    float: right;
    top: 8px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.dropdown-select select {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    height: 105px;
    font-size: 42px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    color: #444;
    background: url(/Customized_Pages/imgs-wrapper/mobile/select-arrow-down.svg) 100%/19% no-repeat #fff;
    padding-left: 30px;
}

.search-results-view-options {
    border-top: 0px solid #eee;
    border-bottom: 0px solid #eee;
    padding: 28px;
}

.mobile-filter-menu {
    display: none
}

button:focus {
    outline: none
}

input:focus {
    outline: none
}

.hide {
    display: none
}

.mobile-results-topfade {
    height: 65px;
    width: 100%;
    background: #ffffff;
    margin-top: 30px;
    /* Old browsers */
    /* ERIK: was 120px*/
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
}

#filter-flywheel {
    border-top: 1px solid #ccc;
    position: fixed;
    bottom: 0px;
    background-color: #f5f5f5;
    width: 990px;
    left: 0px;
    width: 100%;
    z-index: 999;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mobile-remove-applied {
    font-family: "Open Sans Semibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    padding: 10px 12px;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -.15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 26px 34px 27px;
    position: relative;
    float: left;
    display: inline-block;
    margin-top: 5px;
    border: 1px solid #ccc;
    background: #fcfcfc;
    background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #fff, #f5f5f5);
    background-image: -o-linear-gradient(top, #fff, #f5f5f5);
    background-image: linear-gradient(to bottom, #fff, #f5f5f5);
    color: #444;
    margin-left: 20px;
    margin-bottom: 18px;
}

a.mobile-remove-applied:hover {
    text-decoration: none;
    color: #444;
}

.filter-close {
    width: 30px;
    margin-left: 15px;
    display: inline-block;
    margin-bottom: -5px;
}

.btn-dock-filter {
    z-index: 999999999;
    margin-right: 30px;
    float: right;
    width: 460px;
    display: block;
    color: #333;
    height: 105px;
    font-size: 42px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 22px 40px 22px 40px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Open Sans Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    border: 1px solid #ccc;
    background: #fcfcfc;
    background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #fff, #f5f5f5);
    background-image: -o-linear-gradient(top, #fff, #f5f5f5);
    background-image: linear-grad !ient(to bottom, #fff, #f5f5f5);
}

a.btn-dock-filter {
    color: #444
}

.mobile-search-bread-crumb {
    color: #444;
    font-size: 48px;
    padding-left: 59px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.mobile-search-results-header {
    font-size: 42px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 50px;
    padding-bottom: 100px;
    line-height: 75px;
}

.mobile-results-right {
    text-align: right;
}

.mobile-results-top {
    height: 70px;
    width: 100%;
    background: #ffffff;
    /* Old browsers */
}


/*ERIKMOD*/

.mobile-category-applied {
    font-family: "Open Sans Semibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    padding: 10px 12px;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -.15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 26px 34px 27px;
    position: relative;
    float: left;
    display: inline-block;
    margin-top: 5px;
    border: 1px solid #ccc;
    background: #fcfcfc;
    background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #fff, #f5f5f5);
    background-image: -o-linear-gradient(top, #fff, #f5f5f5);
    background-image: linear-gradient(to bottom, #fff, #f5f5f5);
    color: #3489C5;
    margin-left: 20px;
    margin-bottom: 18px;
}

a.mobile-category-applied:hover {
    text-decoration: none;
    color: #3489C5;
}

.filter-down {
    width: 30px;
    margin-left: 0px;
    display: inline-block;
    margin-bottom: -5px;
    margin-right: 10px;
}

.category-breadcrumb {
    margin-bottom: 60px;
}

.mobile-category-applied {
    font-family: "Open Sans Semibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    padding: 10px 12px;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -.15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 26px 34px 27px;
    position: relative;
    float: left;
    display: inline-block;
    margin-top: 5px;
    border: 1px solid #ccc;
    background: #fcfcfc;
    background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #fff, #f5f5f5);
    background-image: -o-linear-gradient(top, #fff, #f5f5f5);
    background-image: linear-gradient(to bottom, #fff, #f5f5f5);
    color: #3489C5;
    margin-left: 20px;
    margin-bottom: 18px;
}

a.mobile-category-applied:hover {
    text-decoration: none;
    color: #3489C5;
}

.mobile-category-applied22 {
    display: inline-block;
    font-size: 32px;
    font-family: "Open Sans Semibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 100%;
    color: #3489C5;
}

a.mobile-category-applied22:hover {
    color: #3489C5;
}

.mobile-filters {
    margin-bottom: 60px;
}

.mobile-remove {
    width: 30px;
    margin-left: 5px;
    display: inline-block;
    margin-bottom: 60px;
}

.mobile-remove-applied33 {
    display: inline-block;
    margin-right: 20px;
    font-size: 46px;
    font-family: "Open Sans Semibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 100%;
    color: #3489C5;
}

a.mobile-remove-applied33:hover {
    color: #3489C5;
}

.mobile-sort-filter {
    margin-top: 25px;
}

a.wide {
    display: block;
}


/*.mobile-header{top: -30px!important;}*/


/*.mobile-header{margin-top: -40px!important;}*/

.mobile-header {
    margin-top: 0px;
}

body {
    padding-bottom: 40px;
}

.mobile-product-card {
    border: 20px solid #f5f5f5;
    padding: 0px;
    float: left;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    background-color: #fff;
}

.mobile-search-results-products .mobile-product-price span {
    display: block;
    font-weight: 700;
}


/*.mobile-search-results-products .mobile-product-title-description { margin-bottom: 10px }*/

.list-view .mobile-product-owc-details p {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 10px;
}

.mobile-image-wide-list {
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: 300px;
    margin-left: 14px;
    display: block;
    padding-top: 38px;
    margin-bottom: 40px;
}

.mobile-product-title-description h4 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 122%;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 20px;
}

.mobile-icon-lg {
    width: 80px;
    height: 80px;
    border: 0;
    position: absolute;
    z-index: 10;
    margin-top: 20px;
    opacity: 0.86;
}

.mobile-rating-reviews {
    font-size: 32px;
    margin-top: 50px;
    margin-left: 4px;
    color: #000;
    font-weight: 700;
}

.mobile-rating-reviews a {
    color: #000;
}

.mobile-star-reviews {
    display: block;
}

.mobile-icon-specials {
    margin-right: 10px;
}

.mobile-section-listing {
    position: relative;
}

.new-product-icon {
    margin-left: -10px;
    position: absolute;
}

.left-padd {
    padding-left: 20px;
}

.inner {
    position: absolute;
}

.outer {
    margin-left: 22px;
}

.mobile-product-price {
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    margin-top: 0px;
    font-weight: 700;
    font-size: 64px;
}

.mobile-product-price span {
    font-size: 42px
}

.mobile-product-price a {
    color: #222;
}

.mobile-product-special a {
    color: #fa3437;
    font-size: 32px;
    text-decoration: none;
}

.product-add-to-cart {
    float: left;
    display: inline-block;
    padding-top: 0;
    margin-bottom: 30px;
    margin-top: 20px;
}

.mobile-product-special {
    font-size: 32px !important;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
}

.mobile-product-special span {
    font-size: 32px !important
}

.mobile-product-card .mobile-search-results-products .product-ship-time {
    font-weight: 700;
    display: block;
    font-size: 32px;
    margin-bottom: 10px;
}

.mobile-product-special-rebate {
    font-size: 32px
}

.product-search-list-no-offer-space {
    display: none
}

.mobile-product-owc-details p {
    padding: 0px;
    margin: 0px;
}

.product-card-btn {
    font-family: "Open Sans Semibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    padding: 10px 12px;
    font-weight: 700;
    text-align: center;
    font-size: 42px;
    line-height: 100%;
    height: 100px;
    letter-spacing: -.15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 27px 48px 27px;
    position: relative;
    float: left;
    display: inline-block;
    margin-top: 5px;
    background-color: #3489C5;
    color: #fefefe;
    margin-right: 10px;
}

a.btn:hover,
.btn:hover {
    text-decoration: none
}

.mobile-pagination-bg {
    background-color: #f5f5f5;
    height: 120px;
}

.mobile-search-results-bar {
    color: #444;
    font-size: 33px;
    padding-left: 59px;
    margin-top: 400px;
}

.mobile-product-ship-time {
    font-weight: 700;
    display: block;
    font-size: 32px;
    margin-bottom: 10px;
    padding-top: 4px;
}

.mobile-mobile-product-special a {
    color: #fa3437;
    font-size: 32px;
    text-decoration: none;
}

.mobile-mobile-product-special {
    font-size: 32px !important;
    float: left;
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
}

.stars-5 {
    background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 0px;
    background-size: 189px 590px;
    width: 189px;
    height: 40px;
    float: left;
}

.stars-4half {
    background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 -2px;
    background-size: 189px 590px;
    width: 189px;
    height: 40px;
    float: left;
}

.stars-4 {
    background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 19.877%;
    background-size: 189px 590px;
    width: 189px;
    height: 40px;
    float: left;
}

.stars-3half {
    background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 29.918%;
    background-size: 189px 590px;
    width: 189px;
    height: 40px;
    float: left;
}

.stars-3 {
    background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 39.959%;
    background-size: 189px 590px;
    width: 189px;
    height: 40px;
    float: left;
}

.stars-2half {
    background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 50%;
    background-size: 189px 590px;
    width: 189px;
    height: 40px;
    float: left;
}

.stars-2 {
    background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 60.041%;
    background-size: 189px 590px;
    width: 189px;
    height: 40px;
    float: left;
}

.stars-1half {
    background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 70.082%;
    background-size: 189px 590px;
    width: 189px;
    height: 40px;
    float: left;
}

.stars-1 {
    background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 80.123%;
    background-size: 189px 590px;
    width: 189px;
    height: 40px;
    float: left;
}

.stars-half {
    background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 90.164%;
    background-size: 189px 590px;
    width: 189px;
    height: 20px;
    float: left;
}

.stars-empty {
    background: url("/Customized_Pages/imgs-wrapper/ratingstartsprite2x.png") no-repeat 0 100%;
    background-size: 189px 590px;
    width: 189px;
    height: 40px;
    float: left;
}

#subOverlay {
    display: none;
    z-index: 999;
    width: 100%;
    height: 150px;
    background-color: #f5f5f5;
    padding-top: 20px;
}

#filter-flywheel {
    border-top: 1px solid #ccc;
    position: fixed;
    bottom: 0px;
    background-color: #f5f5f5;
    width: 990px;
    left: 0px;
    width: 100%;
    z-index: 999;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mobile-go-top {
    z-index: 99999999;
    margin-left: 30px;
    border: 1px solid #ccc;
    background: #fcfcfc;
    background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #fff, #f5f5f5);
    background-image: -o-linear-gradient(top, #fff, #f5f5f5);
    background-image: linear-gradient(to bottom, #fff, #f5f5f5);
    background-image: url(/Customized_Pages/imgs-wrapper/mobile/icon-arrow-up-dark.svg);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    text-decoration: none;
    color: white;
    background-position: 26px 31px;
    width: 100px;
    height: 105px;
}

.btn-dock-filter {
    z-index: 999999999;
    margin-right: 30px;
    float: right;
    width: 460px;
    display: block;
    color: #333;
    height: 105px;
    font-size: 42px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 22px 40px 22px 40px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Open Sans Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    border: 1px solid #ccc;
    background: #fcfcfc;
    background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #fff, #f5f5f5);
    background-image: -o-linear-gradient(top, #fff, #f5f5f5);
    background-image: linear-grad !ient(to bottom, #fff, #f5f5f5);
}

a.btn-dock-filter {
    color: #444
}

#sticky_for_a_while {
    z-index: 999 !important;
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
    margin-top: -1px;
}

ul.search-results-pagination-mobile {
    list-style-type: none;
    display: inline-block;
    margin-left: 30px;
    padding: 0;
    text-align: right;

}

ul.search-results-pagination-mobile li {
    display: inline;
    font-size: 69px;
    margin-right: 10px;
}

ul.search-results-pagination-mobile li a {
    background-color: #fff;
    padding: 16px 32px;
    text-decoration: none;
}

ul.search-results-pagination-mobile li.active {
    background-color: #aaaaaa;
    padding: 16px 32px;
    color: #fff;
    text-decoration: none;
}

ul.search-results-pagination-mobile li a:hover {
    background-color: #ccc;
    color: #fff;
}

.mobile-search-pagination {
    background-color: #f5f5f5;
    padding-top: 100px;
    padding-bottom: 100px;

}

hr.pagination {
    padding-left: 100px;
    padding-right: 100px;
    border-top: 3px solid #fff;
}

// garage sale mobile button fix
@media (max-width: 768px) {
    .product-add-to-cart .btn-blue {
        height: 100px;
    }
}