.paginator {
    font-size: 13px;
    line-height: 35px;
    margin: 1.5rem auto;
    max-height: 35px;
}
.paginator .pagination .page-item.disabled {
    opacity: 0.875;
}
.discountText {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
}
label#label_price {
    font-size: 13px;
}
#slider-range {
    width: 65%;
    display: block;
    float: left;
    margin-left: 10.5%;
    margin-right: 10.5%;
    margin-top: 0.5rem;
}
#slider-range .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: -3.5%;
}
#slider-range-mobile .ui-slider-horizontal .ui-slider-handle {
  top: -10px;
}
#slider-range-mobile .ui-slider-horizontal .ui-slider-handle:first-of-type {
  margin-left: -2.5%;
}
#slider-range-mobile .ui-slider-horizontal .ui-slider-handle:last-of-type {
  margin-left: -7.5%;
}
input#amount,
input#amount-mobile {
    color: #444 !important;
    font-size: 13px;
    font-weight: 400;
}
#slider-range-mobile {
    display: flex;
    width: 48%;
    margin-top: 0.375rem;
    margin-right: 10%;
    margin-left: 2.5%;
}
#slider-range-mobile .ui-slider-horizontal {
  width: 85%;
  margin-top: 1rem;
  margin-left: 3.5%;
  margin-bottom: 15px;
  margin-right: 3.5%;
}
#slider-range-mobile .ui-slider-horizontal .ui-slider-handle {
  top: -10px;
  margin-left: -2.5%;
}

.accordion_horizontal {
    /* background-color: #eee; */
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

#addToCart .modal-content {
    border-radius: 0;
    border: 5px solid black;
}
#addToCart .modal-body {
    padding: 0px 15px 15px 15px;
    margin-top: -10px;
}
/* .active, .accordion:hover {
background-color: #ccc;
} */

.accordion:after, .accordion_horizontal:after {
    content: '\002B';
    font-size: 20px;
    color: #777;
    font-weight: 400;
    float: right;
    margin-left: 5px;
}

.accordion.active:after, .accordion_horizontal.active:after {
    content: "\2212";
}

.panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

b {
    color: #212529;
}

h2{
    font-weight: 700;
    font-size: 20px;
    margin-top: 0;
    color: #555555;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.form-group {
    display: block;
    float: left;
    width: 100%;
}

.two-up > #product-block[class*=col] {
    flex: 0 1 calc( 100% / 2 ) !important;
    transition: all 0.25s ease;
    padding: 0;
}
.three-up > #product-block[class*=col] {
    flex: 0 1 calc( 100% / 3 ) !important;
    transition: all 0.25s ease;
    padding: 0;
}
.four-up > #product-block[class*=col] {
    flex: 0 1 calc( 100% / 4 ) !important;
    transition: all 0.25s ease;
    padding: 0;
}
button.two-up {
    border: 0;
    background: none;
    margin: -2px;
    margin-top: 7px;
    margin-right: 2px;
    opacity: 0.3;
}
.retail_price, .discount_price {
    margin-bottom: 15px !important;
    line-height: 21px !important;
    text-transform: none !important;
    font-size: 20px;
    font-weight: 600 !important;
}

@media (max-width: 768px){
    .productListWrap .block .row .price .retail_price, .productListWrap .block .row .price .discount_price {
        font-size: 18px;
    }
    .productListWrap .block .row .price .discount_price {
        margin-bottom: 30px !important;
    }
    }
    #btnContainer button.active, #btnContainer button:active, #btnContainer button:focus {
    background-color: none;
    outline: none;
    border-radius: 2px;
    opacity: 100%;
    padding-left: 7px;
    }
    .productListWrap .block .title h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
    #product-block {
    min-width: 0;
    }
    .wishlist-modal-button, .wishlist-modal-button-nologin {
    color: #414141 !important;
    }
    @media (max-width: 1024px) {
    .img-fluid {
        max-width: 100%;
        max-height: 100% !important;
        object-fit: contain;
    }
    .productListWrap .four-up .block .info .price h2.special_price_display i {
        display: none;
    }
    }
    @media (max-width: 768px) {
    .price p {
        margin-left: -15px;
    }
    .mobileFilter .filteropen a.filterBtn {
        margin-bottom: 0px;
    }
    .two-up {
        padding-left: 17px !important;
    }
}
@media (max-width: 576px) {
    .sortBy .dropdown-menu {
        left: 1px !important;
    }
    .sortBy .dropdown-menu {
        top: -7px !important;
    }
    .sortBy .dropdown-menu a {
        padding-left: 25px;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: left;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
    button.columns-four-up.two-up {
        display: none;
    }
    .two-up > #product-block[class*=col] {
        flex: 0 1 calc( 100% / 1 ) !important;
        transition: all 0.25s ease;
    }
    .three-up > #product-block[class*=col] {
        flex: 0 1 calc( 100% / 2 ) !important;
        transition: all 0.25s ease;
    }
    button.two-up {
        border: 0;
        background: none;
        margin: -2px;
        margin-top: 0;
        margin-right: -12px;
        margin-left: -4px;
        opacity: 0.3;
        padding-left: 17px;
    }
    .sortBy .dropdown-menu {
        width: 100%;
        height: 300vh !important;
    }
    .pageHeader .breadCrumb a, .pageHeader .breadCrumb h1 {
        font-size: 12px !important;
        display: inline;
        line-height: 30px;
        /* text-transform: uppercase; */
        font-weight: 400;
    }
    .pageHeader .breadCrumb {
        padding-top: 5px;
        padding-bottom: 0px;
        background: #efefef;
        line-height: -10px;
        width: 164px;
        height: 39px;
        padding-left: 38px;
    }
    img#show_filters,
    img#hide_filters {
        width: 15px;
    }
    .menuSortClose {
        margin-top: 30px;
        padding-right: 30px;
        margin-bottom: 10px;
    }
    .sortBy .dropdown-menu {
        left: 0px !important;
    }
    .sortbyClose {
        margin-top: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }
    .sortBy a.dropdown-toggle {
        width: 100%;
        display: block;
        height: 40px;
        line-height: 30px;
        font-size: 12px;
        color: #212121;
        padding: 4px 15px;
        text-align: center;
        margin-top: 0px;
        background-color: #efefef;
        height: 100% !important;
    }
    .bgGrey {
        background: none;
        margin-top: 12px;
        margin-bottom: 4px;
    }

    div#mobile-bg {
        background-color: #efefef;
        width: 92%;
        padding: 5px 5px 5px 5px;
        height: 40px;
        margin-left: 15px;
        margin-bottom: 12px;
        margin-top: 7px;
    }
    .sortBy .dropdown-toggle::after {
        display: none;
    }
    h1.mobile-items {
        font-size: 14px;
        text-align: center;
        padding: 7px;
        font-weight: 300;
    }
    #btnContainer img {
        width: 13px;
        width: 9px;
        margin-top: 14px;
        margin-left: 8px;
    }
    #btnContainer {
        background-color: #efefef;
        height: 39px;
        width: 77px;
    }
    #btnContainer button:active, #btnContainer button:focus {
        opacity: 0.3 !important;
    }
    #btnContainer button.active:active, #btnContainer button.active:focus {
        opacity: 1 !important;
    }
    div#btnContainer {
        margin-right: -1px;
    }
    .productListWrap {
        margin-top: -24px;
        padding: 0;
        margin-top: 0px !important;
    }
    }

    @media (max-width: 375px){
    .pageHeader .breadCrumb {
        width: 167px !important;
        padding-left: 42px !important;
    }
    div#mobile-bg {
        width: 92% !important;
    }
}
@media (max-width: 390px){
    .productListWrap .block .title h1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 20px;
    }
    .pageHeader .breadCrumb {
        padding-top: 5px;
        padding-bottom: 0px;
        background: #efefef;
        line-height: -10px;
        width: 52%;
        height: 39px;
        padding-left: 50px;
    }
    }
    @media (max-width: 400px){
    div#btnContainer {
        margin-right: -2px;
    }
    .pageHeader .breadCrumb {
        padding-top: 5px;
        padding-bottom: 0px;
        background: #efefef;
        line-height: -10px;
        width: 48% !important;
        height: 39px;
        padding-left: 38px;
    }
    }
    @media (max-width: 420px){
    .pageHeader .breadCrumb {
        padding-top: 5px;
        padding-bottom: 0px;
        background: #efefef;
        line-height: -10px;
        width: 52%;
        height: 39px;
        padding-left: 57px;
    }
    div#mobile-bg {
        background-color: #efefef;
        width: 93%;
        padding: 5px 5px 5px 5px;
        height: 40px;
        margin-left: 15px;
        margin-bottom: 12px;
        margin-top: 9px;
    }
    .productListWrap .two-up .block .info .price h2.special_price_display, .productListWrap .two-up .block .info .price h2.special_price_display span {
        font-size: 17px !important;
    }
    .productListWrap .two-up .block .info .price h2.special_price_display i {
        display: none;
    }
}
@media (max-width: 360px) {
    div#mobile-bg {
        background-color: #efefef;
        width: 92%;
        padding: 5px 5px 5px 5px;
        height: 40px;
        margin-left: 15px;
        margin-bottom: 12px;
        margin-top: 7px;
    }
    .pageHeader .breadCrumb {
        padding-top: 5px;
        padding-bottom: 0px;
        background: #efefef;
        line-height: -10px;
        width: 119px !important;
        height: 39px;
        padding-left: 26px !important;
    }
    }
    @media (max-width: 319px) {
    #btnContainer button.active, #btnContainer button:active, #btnContainer button:focus {
        background-color: none;
        outline: none;
        border-radius: 2px;
        opacity: 100%;
        padding-left: 17px !important;
    }
    .pageHeader .breadCrumb {
        padding-top: 0;
        padding-bottom: 0px;
        background: #efefef;
        line-height: -10px;
        width: 112px !important;
        height: 39px;
        padding-left: 22px !important;
    }
    .pageHeader .breadCrumb a, .pageHeader .breadCrumb h1 {
        display: inline;
        line-height: 38px;
    }
}

@media (max-width: 319px) {
    button.show-filter_button {
        border: none;
        width: 24px !important;
    }
    button.two-up {
        margin-right: -20px !important;
    }
    div#mobile-bg {
        background-color: #efefef;
        width: 91%;
        padding: 5px 5px 5px 5px;
        height: 40px;
        margin-left: 15px;
        margin-bottom: 12px;
        margin-top: 7px;
    }
    #btnContainer img {
        width: 8px;
        margin-top: 5px;
        margin-left: 1px;
    }
    #btnContainer {
        background-color: #efefef;
        height: 39px;
        width: 54px;
    }
    .pageHeader .breadCrumb {
        padding-top: 0;
        padding-bottom: 0px;
        background: #efefef;
        line-height: -10px;
        width: 130px;
        height: 39px;
        padding-left: 27px;
    }
    button.two-up {
        border: 0;
        background: none;
        /* margin: -2px; */
        margin-top: 5px;
        /* margin-right: -11px; */
        margin-left: -4px;
        opacity: 0.3;
    }
    .pageHeader .breadCrumb a, .pageHeader .breadCrumb h1 {
        font-size: 12px;
        display: inline;
        line-height: 40px;
        /* text-transform: uppercase; */
        font-weight: 500;
    }
    .col.mobileCrumb.breadCrumb.d-md-none.d-block {
        padding: 10px 10px 10px 10px;
        text-align: center;
        /* font-size: 13px !important; */
    }
    .pageHeader .breadCrumb a, .pageHeader .breadCrumb h1 {
        margin-right: 0;
    }
}
