/*####################Fonts(Using Montserat instead of Gotham)#######################*/
@font-face {
   font-family: 'Montserrat';
   src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Peter-Light';
   src: url('../fonts/Peter-Test-Light.ttf') format('truetype');
   font-weight: 300;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Peter-Bold';
   src: url('../fonts/Peter-Test-Bold.ttf') format('truetype');
   font-weight: bold;
   font-style: normal;
   font-display: swap;
}

/*############################################ Fonts [END]################################# */
body {
    font-family: 'Peter-Light';
}

#loader {
    border: 8px solid black;
    border-top: 8px solid white;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 9999;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#category .accordion-button::after {
    display: none
}

#displayedProductsInfo {
    margin-left: 10px;
    padding: 5px 8px;
}

.size-circle-container {
    display: flex;
    flex-wrap: wrap;
}

.size-circle {
    width: 27px;
    height: 25px;
    font-size: small;
    border: 1px solid black;
    border-radius: 50%;
    background-color: #f3f3f5;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: lighter;
    margin-right: 5px;
    margin-bottom: 5px;
}

.sort-container {
    display: flex;
    align-items: center;
}

.breadcrumb li a {
    text-transform: capitalize;
}

#deptFilterDropdown,
#typsFilterDropdown,
#subTypsFilterDropdown {
    display: flex;
    flex-direction: column
}

.alts {
    display: none;
}

.productListing:hover .alts {
    display: flex;
}

/* .color-container,.size-circle-container{display: none !important;}
.productListing:hover .color-container,.size-circle-container{display: flex !important;}
 */
.breadcrumb-item.active {
    color: #6c757d;
    text-transform: capitalize;
}

.out-border {
    width: 28px !important;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #B7B7B7;
    padding: 2px !important;
}

#addToCartBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 0;
}

.addtoWishBtn {
    border-radius: 0;
}

#priceText {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 9999;
    font-size: 14px;
    background-color: white;
    max-width: max-content;
    padding-left: 6px;
    font-weight: bolder;
    text-align: center;
    /* margin: 0px 6px; */
    color: black !important;
    display: flex;
    gap: 12px;
    font-family: 'Peter-Bold';
    font-weight: 500 !important;
    transition: .3s all ease-in-out;
}

.productListing:hover #priceText {
    bottom: 10px;
}

@media (min-width: 576px) {
    #cartLoginModal .modal-sm {
        max-width: 350px;
    }
}


@media (max-width: 576px) {
    #priceText {
        left: 50%;
        bottom: 45px;
    }
}

#category {
    padding: 0 4.6875% !important;
}

#category .catheading h1 {
    text-align: left;
}

#category #CategoryProducts {
    max-width: 100%;
    float: right;
    text-align: center;
}

#category .sort {
    background: transparent;
    border: none;
}

.altImgs {
    width: 80px !important;
    height: 30px !important;
    line-height: 25px;
    background-color: #E4E6F5;
    border-radius: 16px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 8px !important;
}

.altImgs b {
    font-size: 22px;
}

.image-transition {
    transition: opacity 0.3s ease-in-out;
    margin-top: -28px;
    max-width: 100%;
    /* transition: filter 0.3s ease, opacity 0.3s ease; */
}

/* .image-transition:hover{filter: blur(5px); opacity: 0.9;}
 */
.productListing .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: auto !important;
    /* padding: 0 5px 0 5px; */
    text-transform: capitalize;
    font-size: 0.75rem;
    color: #000000;
    /* margin-bottom: 12px; */
    margin-bottom: 3px;
    font-family: 'Peter-Light' !important;
    text-align: start;
    /* margin-top: -28px; */
}

.wish {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: 10px;
    z-index: 999;
}

.sale-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 79px;
    height: 30px;
    /* margin: 20px; */
    z-index: 999;
}

@media (max-width: 992px) {
    .sale-icon {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: 22px;
        width: 55px;
        /* margin: 20px; */
        z-index: 999;
    }
}

/* .productListing:hover .wish{display: block;}
 */
.quick {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    top: 57%;
    background: rgba(84, 84, 84, 0.7);
    padding: 15px 5%;
    text-align: center;
    color: #000;
    font-size: 14px;
    opacity: 0;
    transition: opacity 1s;
    height: max-content;
    z-index: 999;
}

.productListing:hover .quick {
    opacity: 1;
}

/* .productListing:hover{: 1px solid black !important;}
 */
.cardBtns {
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.banner-image{
    min-height: 200px;
    object-fit: cover;
}
.viewdetailbtn {
    visibility: visible;
    background: #B1102F;
    color: white !important;
    text-align: center;
    padding: 5px !important;
    font-size: 14px !important;
    margin: 12px 0px;
    width: 100px;
    /* visibility: hidden; */
    font-weight: 500;
    font-family: 'Peter-Light';
}

.QuickViewBtn {
    display: none !important;
    background: #5E4340;
    color: white !important;
    border-radius: 50px;
    text-align: center;
    padding: 5px !important;
    font-size: 11px !important;
    margin: 12px 0px;
    font-weight: 500;
    font-family: 'Peter-Bold';
}

.productListing:hover .viewdetailbtn {
    visibility: visible;
    /* text-decoration: underline; */
}

/* .color-box{width: fit-content;height: 36px;background-color: white;margin-right: 5px;border: 1px solid black;border-radius: 5px;padding: 5px;line-height: 24px;}
 */
.new-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: auto !important;
}

#brandSearchInput,
#caliberSearchInput {
    width: 100% !important;
    font-size: 14px !important;
    text-transform: capitalize;
}

.productListing:hover {
    transform: scale(1.03);
    transition: transform 0.3s ease;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);border: 2px solid #181717; */
}

.productListing {
    transition: transform 0.3s ease;
    /* Smooth transition effect */
}

.card {
    min-height: 450px;
    border: 0 !important;
    transition: none;
    margin: 0 0 28px 0;
    display: inline-block;
    border-radius: 0;
    position: relative;
    width: 100%;
    transition: ease-out .25s;
    transition-delay: .25s;
    cursor: pointer;
}

.card a {
    text-decoration: none;
    color: #ffffff;
    z-index: 2 !important;
}

.card-title {
    font-size: 14px
}

.productListing .image img {
    max-width: 100%;
    height: 550px;
    object-fit: cover;
    width: 100%;
}

.productListing .instock {
    text-transform: capitalize;
    /* margin-bottom: 10px; */
    display: inline-block;
    width: 100%;
    font-size: 0.75rem;
    color: #2A912A;
    text-align: start;
    font-weight: 700;
    font-family: 'Peter-Bold';
}

.productListing .outstock {
    text-transform: capitalize;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-size: 0.75rem;
    color: #ca1515;
}

.productListing .pricing {
    /* padding: 11px 0 0 0; */
    border-top: 0 solid #c5c5c5;
}

.productListing .pricing strong {
    float: left;
    width: 100%;
    font-weight: 700 !important;
    font-size: 15px;
    padding: 0;
    text-align: start;
    color: #707070 !important;
}

.colrs {
    font-weight: bold !important;
    font-size: 14px;
    color: black;
    text-align: start;
}

.hi:hover {
    border-bottom: 3px solid black !important;
}

.colrcircle {
    width: 22px !important;
    height: 22px;
    border-radius: 50%;
    border: solid 1px #707070;
    /* margin-bottom: 5px; */
}

.productListing span {
    padding: 0;
    float: left;
    width: 100%;
    font-size: 0.75rem;
    color: #000000;
}

.card-image {
    height: 210px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card .quickview {
    background: #f5f5f5;
    color: #00006e;
    width: 100%;
    float: left;
    height: 40px;
    text-transform: uppercase;
    line-height: 40px;
    text-decoration: none;
    margin: 10px 0 0 0;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 0px solid !important;
}

#productCards #prodthum .cardpopup {
    width: 100%;
    height: 100%;
    float: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    margin: auto;
    left: 0;
    top: 0;
    z-index: 15;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    text-align: center;
    border: none;
}

#productCards #prodthum .cardpopup .cardpopup-container {
    background: #fff;
    width: 100%;
    height: 500px;
    max-width: 60%;
    margin: 5% auto 0;
}

#productCards #prodthum .cardpopup #cardpopupclose {
    width: 30px;
    float: right;
    height: 30px;
    text-decoration: none;
    background: url(../images/nav_close_icon.svg) no-repeat;
    margin: 5px;
}

#productCards #prodthum .cardpopup .cardpopup-container .brand {
    font-size: 18px;
    color: #000;
    border-bottom: none !important;
    text-transform: capitalize;
    margin-top: 35px;
    text-align: left;
}

#productCards #prodthum .cardpopup .cardpopup-container .name {
    text-align: left;
    font-size: 17px;
    margin: 15px 0 10px 0;
}

#productCards #prodthum .cardpopup .cardpopup-container .instock {
    font-size: 15px;
    color: #000;
    border-bottom: none !important;
    text-transform: capitalize;
    margin-top: 35px;
    text-align: left;
}

#productCards #prodthum .cardpopup .cardpopup-container .itemPrice {
    font-size: 15px;
    color: #000;
    border-bottom: none !important;
    text-transform: capitalize;
    margin-top: 14px;
    text-align: left;
    width: 100%;
    float: left;
}

#productCards #prodthum .cardpopup .cardpopup-container .cardpopup-addtocart {
    background: #000;
    font-size: 14px;
    color: #fff;
    width: 90%;
    float: left;
}

#productCards #prodthum .cardpopup .cardpopup-container #qty {
    border: 1px solid #ddd;
    width: 100px;
    float: left;
    margin: 20px 0;
    height: 35px;
    color: #000;
    font-size: 13px;
    padding: 0 6px;
}

#deptName {
    text-transform: uppercase !important;
    white-space: nowrap;
}

div#catproductinner .categoryselect span {
    font-size: 0.75rem;
    font-weight: normal;
    color: #000000;
    margin-right: 5px;
    font-family: "Peter-Bold" !important;
}

#category select {
    font-size: 0.75rem;
    color: #000000;
    border: solid 1px #dedcdc;
    background-color: #f2f2f2;
    padding: 1px 5px 2px;
    height: 30px;
    display: inline;
}

.productListing .brand {
    height: 35px;
    overflow: hidden;
    margin: 10px 0 0 0;
    padding: 0 0 0 5px;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
    color: black;
    font-weight: bold !important;
    font-family: 'Peter-Bold' !important;
}

#productCards .list-group-item {
    max-width: 100%;
    flex: 0 0 100%;
    border: none;
    padding: 0 15px;
}

#productCards .list-group-item2 {
    max-width: 50%;
    flex: 0 0 50%;
    border: none;
    padding: 0 15px;
}

#productCards .list-group-item3 {
    max-width: 33.3%;
    flex: 0 0 33.3%;
    border: none;
    padding: 0 15px;
}

#productCards .list-group-item6 {
    max-width: 16.6%;
    flex: 0 0 16.6%;
    border: none;
    padding: 0 15px;
}

#productCards .list-group-item4 {
    max-width: 25%;
    flex: 0 0 25%;
    border: none;
    padding: 0 15px;
}

.card .card-body .brand {
    font-size: 18px;
    color: #000;
    border-bottom: none !important;
    text-transform: capitalize;
    margin-top: 10px;
}

.card .card-body .name {
    overflow: hidden;
    padding: 0px;
    font-weight: bold;
    text-transform: capitalize;
    height: 65px;
    font-size: 12px;
    color: #000000;
}

.card .card-body .instock {
    text-transform: capitalize;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #2A912A;
}

.card .card-body .pricing {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #000000;
}

footer #footer-top {
    z-index: 0;
}

.card-image img {
    max-height: 200px;
    max-width: 200px;
}

input[type="checkbox"] {
    margin-right: 5px;
}

input[type="radio"] {
    margin-right: 5px;
}

section.range-slider {
    position: relative;
    width: 300px;
    height: 300px;
    float: left;
    text-align: center;
}

section.range-slider input[type="range"] {
    pointer-events: none;
    position: absolute;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 14px;
    background: #f1efef;
    box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
    -webkit-box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
    overflow: hidden;
    left: 0;
    top: 50px;
    width: 90%;
    outline: none;
    height: 12px;
    margin: 0;
    padding: 0;
}

section.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 14px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00006e), color-stop(100%, #413f41));
    /* android <= 2.2 */
    background-image: -webkit-linear-gradient(top, #00006e 0, #413f41 100%);
    /* older mobile safari and android > 2.2 */
    background-image: linear-gradient(to bottom, #00006e 0, #413f41 100%);
    /* W3C */
    cursor: pointer;
}

section.range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 20px;
    height: 12px;
    border: none;
    border-radius: 14px;
    background-image: linear-gradient(to bottom, #00006e 0, #413f41 100%);
    /* W3C */
    cursor: pointer;
}

section.range-slider input[type="range"]::-ms-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -ms-appearance: none;
    width: 20px;
    height: 12px;
    border-radius: 14px;
    border: 0;
    background-image: linear-gradient(to bottom, #00006e 0, #413f41 100%);
    /* W3C */
    cursor: pointer;
}

section.range-slider input[type=range]::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
}

section.range-slider input[type=range]:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

section.range-slider input[type=range]::-moz-focus-outer {
    border: 0;
}

#category #SideNav .accordion-button[aria-expanded="false"] {
    color: #fff;
    background: url(../images/cate_nav_down_arrow_icon.png) no-repeat 97% 17px;
    padding: 10px 10px;
    line-height: 26px;
    padding: 5px 10px 10px 10px !important;
    width: 100%;
    text-transform: capitalize !important;
    text-align: left;
}

#category #SideNav .accordion-button[aria-expanded="true"] {
    /* background: #5E4340 url(https://www.northeastmunitions.com/images/cate_nav_up_white_arrow_icon.png) no-repeat 97% 13px !important; */
    padding: 10px 10px 10px 10px !important;
    border-bottom: 1px solid #ececec !important;
    width: 100%;
    text-transform: capitalize !important;
    text-align: left;
    color: white !important;
}

#category #SideNav .accordion-button[aria-expanded="true"]:hover {
    background: #000000 url(https://www.northeastmunitions.com/images/cate_nav_up_white_arrow_icon.png) no-repeat 97% 13px !important;
    color: white !important;
}

#category .accordion-button[aria-expanded="true"] {
    background: #000000 url(../images/cate_nav_up_white_arrow_icon.png) no-repeat 97% 13px !important;
    padding: 10px 10px 10px 10px !important;
    color: #ffffff !important;
    border-bottom: 1px solid #ececec !important;
}

#category #SideNav .accordion-body .form-check {
    border: solid 0px #000000 !important;
    padding-left: 0;
    margin-bottom: 10px;
    transition: all .2s ease-out;
    padding-left: 5px;
    border: solid 1px #fff;
}

#category .accordion-body .form-check .form-check-input {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    margin-right: 5px;
    display: inline;
}

.form-check-input:checked {
    background-color: #000 !important;
    border-color: #000 !important;
}

#category .accordion-body label {
    color: #000;
    width: auto;
    font-size: 0.75rem;
    font-weight: normal;
    margin-bottom: 7px;
    margin-right: 7px;
    display: inline;
    padding: 0;
    cursor: pointer;
}

#category #SideNav .accordion-body .form-check:hover {
    border: solid 0px #000000 !important;
}

#category div#catproductinner .display-mode a {
    margin-left: 10px;
    width: 35px;
    display: block;
    float: left;
    height: 30px;
    border: 1px solid #e5e5e5;
    padding: 0px;
    text-align: center;
}

#category div#catproductinner .display-mode a span {
    height: 15px;
    background: #000;
    width: 3px;
    float: none;
    margin: 6px 1px;
    display: inline-block;
}

#productCards {
    background: #fff;
    border-bottom: 1px solid #000;
}

#SideNav {
    position: fixed;
    z-index: 2;
    background: #0000006e;
    border: solid 1px #e5e5e5;
    width: 100%;
    max-width: 100%;
    left: 0;
    bottom: 0;
    top: 0%;
    padding: 0 0 0 0;
    display: none;
    z-index: 99;
    transition: all ease .5s;
}

#SideNav .filter-heading {
    font-size: 16px;
    text-transform: uppercase;
    color: black;
    font-family: "Peter-Bold" !important;
    font-weight: 700;
}

#filters-button {
    border: solid 1px #e5e5e5;
    height: 40px;
    width: 120px;
    display: block;
    color: #000;
    line-height: 28px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    font-family: "Peter-Bold" !important;
}

#filters-button svg {
    width: 30px;
    height: 100%;
    margin: 0px 15px;
    z-index: -1;
    position: relative;
}

#filters-button-close {
    width: 26px;
    float: right;
    height: 26px;
    text-decoration: none;
    margin: 5px 0 0 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#filters-button-close:hover {
    background-color: black;
}

#filters-button-close svg {
    width: 20px;
    height: 20px;
}

#filters-button-close:hover svg {
    width: 20px;
    height: 20px;
    fill: white;
}

#category .accordion-body #brandFilterDropdown {
    height: 140px;
    overflow-y: scroll;
    margin-bottom: 10px;
    transition: all .2s ease-out;
    padding-left: 5px;
}

#category .accordion-body #brandFilterDropdown::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: black;
}

#category .accordion-body #brandFilterDropdown::-webkit-scrollbar {
    width: 8px;
    background-color: black;
}

#category .accordion-body #brandFilterDropdown::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: black;
}

#category .accordion-body #priceFilterDropdown {
    height: 140px;
    overflow-y: scroll;
}

#category .accordion-body #priceFilterDropdown::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: black;
}

#category .accordion-body #priceFilterDropdown::-webkit-scrollbar {
    width: 8px;
    background-color: black;
}

#category .accordion-body #priceFilterDropdown::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: black;
}

#category .accordion-body #sizeFilterDropdown {
    height: 140px;
    overflow-y: scroll;
    margin-bottom: 10px;
    transition: all .2s ease-out;
    padding-left: 5px;
}

#category .accordion-body #sizeFilterDropdown::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: black;
}

#category .accordion-body #sizeFilterDropdown::-webkit-scrollbar {
    width: 8px;
    background-color: black;
}

#category .accordion-body #sizeFilterDropdown::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: black;
}

#category .accordion-body #colorFilterDropdown {
    height: 140px;
    overflow-y: scroll;
    margin-bottom: 10px;
    transition: all .2s ease-out;
    padding-left: 5px;
}

#category .accordion-body #colorFilterDropdown::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#category .accordion-body #colorFilterDropdown::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

#category .accordion-body #colorFilterDropdown::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: black;
}

#category .accordion-body #collapseExampleDept {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #F5F5F5 !important;
    padding: 10px 5px;
}

div#collapseExampleOne {
    overflow-x: hidden;
    background: #F5F5F5;
    padding: 10px 5px;
}

div#collapseExampleType {
    overflow-x: hidden;
    background: #F5F5F5;
    padding: 10px 5px;
}

div#collapseExamplesubType {
    overflow-x: hidden;
    background: #F5F5F5;
    padding: 10px 5px;
}

div#collapseExampleBrand {
    overflow-x: hidden;
    background: #F5F5F5;
    padding: 10px 5px;
}

div#collapseExampleCalibers {
    overflow-x: hidden;
    background: #F5F5F5;
    padding: 10px 5px;
}

div#collapseExamplePrice_Range {
    overflow-x: hidden;
    background: #F5F5F5;
    padding: 10px 5px;
}

#category .accordion-body #collapseExampleDept::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#category .accordion-body #collapseExampleDept::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

#category .accordion-body #collapseExampleDept::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: black;
}

#category .accordion-body #caliberFilterDropdown {
    height: 140px;
    overflow-y: scroll;
}

#category .accordion-body #priceFilterDropdown {
    height: 140px;
    overflow-y: scroll;
}

#category .accordion-body #caliberFilterDropdown::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#category .accordion-body #caliberFilterDropdown::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

#category .accordion-body #caliberFilterDropdown::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: black;
}

#category .accordion-flush .accordion-item {
    margin-bottom: 0px;
    margin-top: 0;
    border: none !important;
}

.filters-button-clear {
    float: right;
}

#category .accordion-body {
    padding-left: 0 !important;
}

#category .accordion-flush .accordion-item #flush-headingTwo {
    background: none;
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #EFEFEF !important;
}

#category .accordion-button::after {
    font-size: 0;
    content: none;
    rotate: none !important;
}

#category .accordion-button:not(.collapsed)::after {
    font-size: 0;
    content: none;
    rotate: none !important;
}

#SideNav #accordionFlush {
    max-width: 25%;
    width: 100%;
    float: left;
    background: #fff;
    padding: 0 14px;
    margin: 17px 0 0 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    z-index: 1;
    position: relative;
}

.site-header {
    z-index: 0;
}

#SideNav .accordion-item {
    margin-top: 25px
}

#SideNav #accordionFlush::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#SideNav #accordionFlush::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#SideNav #accordionFlush::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: black;
}

#viewMoreButton {
    background-color: #00006e;
    margin: 30px auto 0;
}

#backtopButton {
    background-color: #00006e;
    margin: 0px auto 0;
    position: absolute;
    bottom: 43px;
    right: 0;
}

html,
body {
    scroll-behavior: smooth;
}

.backtopButton {
    offset: 50px;
    position: fixed;
    bottom: 50px;
    place-self: end;
    margin-top: calc(100vh + var(--offset));
    text-decoration: none;
    padding: 8px;
    color: #fff;
    background: #B1102F;
    white-space: nowrap;
    right: 32px;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 32px;
    display: none;
    z-index: 9999;
}

.backtopButton:hover {
    color: #fff;
    text-decoration: none;
}

.backtopButton svg {
    fill: white !important;
}

.backtopButton:focus {
    color: #fff !important;
}

#category .accordion-button {
    font-size: 14px !important;
    /* background: url(https://cdn0.iconfinder.com/data/icons/leading-international-corporate-website-app-collec/16/Expand_menu-64.png) no-repeat 97% 7px !important; */
    background-size: 20px !important;
    color: black !important;
    font-family: "Peter-Bold" !important;
}

#category .accordion-button:hover {
    background: #000000 url(../images/cate_nav_down_arrow_icon-1.png) no-repeat 97% 7px !important;
    color: white !important;
}

#category .accordion-button .collapsed {
    background: #fff;
}

#category div#catproductinner .display-mode #list {
    display: none;
    float: right;
}

#category div#catproductinner .display-mode #list2 {
    display: none;
    float: right;
}

#category div#catproductinner .display-mode #list3 {
    display: block;
    float: right;
    background: #e8e8e8;
}

#category div#catproductinner .display-mode #list6 {
    display: block;
    float: right;
}

#category div#catproductinner .display-mode #grid {
    display: block;
    float: right;
    background: #e8e8e8;
}

.sticky-wrapper {
    padding: 2px;
}

.color-name {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0px solid #000;
    cursor: pointer
}

.colors {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    margin: 10px 3px
}

.text-sm {
    font-size: 12px;
}

@keyframes mymove {
    0% {
        left: -300px;
    }

    100% {
        left: 0;
    }
}

.color-name {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0px solid #000;
    cursor: pointer
}

.colors {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    margin: 10px 3px
}

option {
    padding: 3px !important;
    font-size: 14px;
}

.card-with-rad-shadow {
    border-radius: 35px;
    box-shadow: 5px 5px #909A7E;
}

.inp-with-ra-shadaw {
    border-radius: 35px !important;
}

#SideNav {
    margin: auto;
    height: 100%;
    left: auto;
    left: 0%;
    text-align: left;
    animation: mymove .5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9
}

#SideNav #accordionFlush #flush-collapse {
    margin: 10px 0 0 0;
}

@media (min-width: 992px) {
    header nav.navbar-nav {
        height: 40px;
    }
}

@media (max-width: 767px) {
    #viewMoreButton {
        margin: 20px;
    }

    /* .card .quickview {opacity: 1;}
 */
    .productListing .alts {
        display: flex;
    }

    .productListing.viewdetailbtn {
        display: none;
        font-size: 11px !important;
        width: 0px;
    }

    .QuickViewBtn {
        display: inline !important;
    }

    #category .catheading h1 {
        font-size: 15px;
    }

    #category #filterby:not(.collapsed)::after {
        display: none;
    }

    /* header nav.navbar-nav {z-index: 0;} */

    #SideNav {
        position: fixed;
    }

    #SideNav #accordionFlush {
        max-width: 100%;
    }

    #category div#catproductinner .display-mode #list {
        display: block;
        float: right;
    }

    #category div#catproductinner .display-mode #list2 {
        display: block;
        float: right;
        background: #e8e8e8;
    }

    #category div#catproductinner .display-mode #list3 {
        display: none;
        float: right;
    }

    #category div#catproductinner .display-mode #list6 {
        display: none;
        float: right;
    }

    #category div#catproductinner .display-mode #grid {
        display: none;
        float: right;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #category #filterby:not(.collapsed)::after {
        display: none;
    }

    /* header nav.navbar-nav {z-index: 0;} */

    #SideNav {
        position: fixed;
    }

    #SideNav #accordionFlush {
        max-width: 100%;
    }

    #category div#catproductinner .display-mode #list {
        display: block;
        float: right;
    }

    #category div#catproductinner .display-mode #list2 {
        display: block;
        float: right;
        background: #e8e8e8;
    }

    #category div#catproductinner .display-mode #list3 {
        display: none;
        float: right;
    }

    #category div#catproductinner .display-mode #list6 {
        display: none;
        float: right;
    }

    #category div#catproductinner .display-mode #grid {
        display: none;
        float: right;
    }
}

@media screen and (max-width:767px) {
    #cat-search-container {
        margin-top: -35px !important;
    }

    .quick {
        display: none !important;
        /* top: 57%; */
        /* top:20%;opacity: 1; */
    }

    .card {
        min-height: auto;
    }

    .card .quickview {
        opacity: 0;
        top: 10%;
    }

    .productListing .viewdetailbtn {
        visibility: visible;
        font-size: 11px !important;
        width: 70px;
    }

    #productCards #prodthum .cardpopup .cardpopup-container {
        height: auto;
        padding: 5%;
    }

    .productListing .name {
        font-size: 10px !important;
    }

    #mainBody {
        display: block !important;
    }

    .sort-container {
        margin-left: 180px;
        margin-top: -39px;
    }

    .card .quickview {
        display: block;
    }

    #sortingDropdown {
        position: absolute;
        margin-left: 42px;
    }

    #SideNav {
        position: fixed;
    }

    .modal-dismiss {
        margin-top: 216px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    #productCards #prodthum .cardpopup .cardpopup-container {
        height: auto;
        padding: 5%;
    }

    .card .quickview {
        display: block;
    }

    #sortingDropdown {
        position: absolute;
        margin-left: 42px;
        margin-top: 10px;
    }

    #sortlabel {
        margin-top: 10px;
    }

    #SideNav {
        position: fixed;
    }
}

/*************************************DEPARTMENT STYLES [START]**************************************/
#category .catheading h1 {
    font-size: 1.25rem;
    color: #000000;
    border-bottom: none !important;
    text-transform: capitalize;
    font-weight: 700;
    /* font-family: "Montserrat-Bold" !important; */
    font-family: 'Peter-Bold';
}

#category * .inner.innerMore.styleMore {
    transition: all 250ms;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    background: #fff;
    padding: 5px;
}

#category * .inner.innerMore.styleMore a {
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    gap: 30px;
}

#category * .inner.innerMore.styleMore:hover {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#myModal #modal-name {
    font-size: 14px;
    margin-bottom: 2px;
}

#myModal .modal-title {
    font-family: "Peter-Bold";
}

#myModal #modal-price {
    font-size: 14px;
    font-family: "Peter-Bold";
}

#myModal .modal-option-heading,
#myModal .modal-option-heading2 {
    font-size: 12px;
    font-family: "Peter-Bold";
    margin-bottom: 10px;
}

#myModal .modal-option-heading,
#myModal .modal-option-heading3 {
    font-size: 12px;
    font-family: "Peter-Bold";
    margin-bottom: 10px;
}

/*************************************DEPARTMENT STYLES [END]****************************************/