body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5em;
}
.category-container .category-sidebar {
    border-right: 1px solid #dee2e6;
}

.breadcrumb {
    justify-content: center;
}
.sec-padd {
    padding: 90px 0;
}
.dropdown-menu-cart .cart-body {
    min-height: 0;
    overflow-y: scroll;
    max-height: 248px;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
.dropdown-menu-cart .cart-body{
    scrollbar-width: auto;
    scrollbar-color: #d6d6d6 #ffffff;
}

/* Chrome, Edge, and Safari */
.dropdown-menu-cart .cart-body::-webkit-scrollbar {
    width: 15px;
}

.dropdown-menu-cart .cart-body::-webkit-scrollbar-track {
    background: #ffffff;
}

.dropdown-menu-cart .cart-body::-webkit-scrollbar-thumb {
    background-color: #d6d6d6;
    border-radius: 15px;
    border: 4px solid #ffffff;
}

.sw-theme-default>.nav {
    padding: 1.5625rem 1.875rem;
    background: #343a40;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.sw-theme-default>.nav .nav-link .number {
    float: left;
    font-size: 1.5rem;
    width: 1.875rem;
    height: 1.5rem;
    text-align: center;
    line-height: 1;
    position: relative;
}
.sw-theme-default>.nav .nav-link.active .number:before {
    background: #00acac;
}

.sw-theme-default>.nav .nav-link::after {
    display: none;
}
.sw-theme-default .number+.info {
    margin-left: 2.5rem;
}
.sw-main.sw-theme-default .step-anchor {
    padding: 1.5625rem 1.875rem;
    background: #343a40;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.sw-theme-default>.tab-content>.tab-pane {
    background: #fff;
    padding: 20px 30px;
    border: none!important;
}
.sw .toolbar {
    background: #f9f9f9;
    padding: 15px;
}
.sw-theme-default>.nav .nav-link.done .number:before {
    content: '\f00c';
    background: #4cd964!important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-family: Font Awesome\ 5 Free,Font Awesome\ 5 Pro,FontAwesome!important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.sw-main.sw-theme-default .step-anchor>li>a .number {
    padding: 0;
    height: 24px;
    width: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-right: 10px;
    background: #c8c8c8;
    color: #222;
    font-weight: 700;
    position: relative;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.item.item-thumbnail .item-info .item-title {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item.item-thumbnail .item-info .item-desc {
    max-width: 175px;
    margin: auto;
}
.page-item.active .page-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#filter {
    display: none;
}
.custom-list li{
    width: 100%;
}
.custom-list li a {
    text-decoration: none;
    color: #4d4d4d;
    display: block;
    margin: 5px 0;
}
.search-category-list .accordion-heading:after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    float: right;
    font-size: 10px;
    opacity: .5;
    font-weight: 600;
}
.search-category-list .accordion-heading.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}
.shop_by_categry .category_single {
    position: relative;
}

.shop_by_categry .overlay_titile {
    width: 50%;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 30px;
    z-index: 3;
}
.shop_by_categry .overlay_titile h6 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;

}
.shop_by_categry .category_image {
    position: relative;
}
.shop_by_categry .category_image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgb(10 12 15 / 30%);
}

.category_slider .category_single {
    margin-right: 10px;
}

.search-container .search-sidebar .search-category-list>li>a {
    font-weight: 500;
}
.search-container .search-sidebar .search-category-list>li>a:hover {
    color: #00acac;
}

.item.item-thumbnail .item-image .discount {
    bottom: 1.5rem;
    right: 1.5rem;
}
.item.item-thumbnail .item-image {
    height: auto;
}
.checkout_advanced .sw>.tab-content {
    overflow-y: scroll;
}
.checkout-body .mobile-tab-slide .nav-link {
    color: #00acac;
}
.checkout-body .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #00acac;
}














/*====================================================================================
                                  RESPONSIVE AREA
======================================================================================*/
@media (max-width: 1199.98px) {
    .category-container .category-sidebar+.category-detail {
        border-left: none;
    }
}
@media (max-width: 991.98px) {
    .mobile-tab-slide {
        overflow: scroll;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .category-container .category-sidebar {
        border-right: none;
    }
    .sw-main.sw-theme-default .step-anchor {
        overflow: scroll;
        white-space: nowrap;
    }
    .section-container.has-bg .cover-bg img {
        width: 100%;
    }

}

@media (max-width: 767.98px) {
    .shop_by_categry .overlay_titile h6 {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {

    .category_slider .category_single {
        margin-right: 0px;
    }
}