.breadcrumb_wrapper span {
	display: inline-block;
	text-transform: lowercase;
}
.breadcrumb_wrapper span::first-letter {
    text-transform: capitalize;
}
#center_column .page_heading {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-transform: lowercase;
}
#center_column .page_heading::first-letter {
    text-transform: capitalize;
}
#center_column .subcate_grid_view {
    margin: 0 auto;
}
#center_column .subcate_grid_view li {
    background: #000;
}

/* */
#center_column .subcategories-swiper__wrapper {
    position: relative;
    margin: 0 auto;
}
#center_column .subcategories-swiper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#center_column .subcategories-swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 10px;
    justify-content: center;
}
#center_column .subcategories-swiper .swiper-slide {
    width: auto;
}
#center_column .subcategories-swiper .swiper-slide:nth-child(1) {
    width: 140px;
}
#center_column .subcategories-swiper:not(.swiper-initialized) .swiper-button-prev,
#center_column .subcategories-swiper:not(.swiper-initialized) .swiper-button-next {
    display: none;
}
#center_column .subcategories-swiper .swiper-wrapper .swiper-slide:last-child {
	margin-right: 0 !important;
}
#center_column .subcategories-swiper .swiper-button-prev {
    width: 24px;
    height: 24px;
    color: #000;
    position: absolute;
    left: -2.5%;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    z-index: 10;
}
#center_column .subcategories-swiper .swiper-button-next {
    width: 24px;
    height: 24px;
    color: #000;
    position: absolute;
    right: -1.5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
#center_column .subcategories-swiper .swiper-button-next.swiper-button-disabled,
#center_column .subcategories-swiper .swiper-button-prev.swiper-button-disabled {
	display: none;
}

/* */
#center_column .subcategory-name {
    padding: 0px 16px;
    background: white;
    color: #000;
    border: 1px solid #000;
    font-weight: 600;
    display: block;
    text-align: center;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    text-transform: lowercase;
}
#center_column .subcategory-name::first-letter {
    text-transform: capitalize;
}
#center_column .subcategory-name.selected,
#center_column .subcategory-name:hover {
	background-color: #000;
    color: #FFF;
}
#center_column #js-product-list-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid lightgray;
    margin-bottom: 30px;
    margin-top: 40px;
}
#center_column .product-list-top-wrap__filters {
    align-items: center;
    display: flex;
    gap: 10px;
    cursor: pointer;
}
#center_column .product-list-top-wrap__filters span {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
#center_column .filters_count {
    align-items: center;
    background-color: #000;
    border-radius: 50%;
    color: #FFF;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 30px;
    justify-content: center;
    width: 30px;
}
#center_column .product-list-top-wrap__filters svg {
    width: 24px;
    color: #000;
}
#center_column .product-list-top-wrap__product-count {
    color: #111;
    font-size: 17px;
    font-weight: 600;
}
#center_column #product-list-top-wrap__middle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#center_column .product-list-top-wrap__category-name h1 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    /* text-transform: lowercase; */
}
#center_column .product-list-top-wrap__category-name::first-letter {
    text-transform: uppercase;
}
#center_column #product-list-top-wrap__right,
#center_column #product-list-top-wrap__right .product-list-top-wrap__delivery {
    display: flex;
    align-items: center;
}
#center_column #product-list-top-wrap__right {
    gap: 16px;
}
#center_column #product-list-top-wrap__right .product-list-top-wrap__delivery {
    padding: 8px;
    gap: 11px;
}
#center_column #product-list-top-wrap__right .product-list-top-wrap__filters {
    padding: 8px;
}
#center_column .product-list-top-wrap__delivery span {
    font-size: 16px;
    color: #111;
    font-weight: 600;
}
#center_column .product-list-top-wrap__delivery label {
    margin-bottom: 0px;
}
#center_column .cc_vertical_divider {
    width: 1px;
    background: #BABBBD;
    height: 16px;
}

.breadcrumb_wrapper {
    border-bottom: 0px;
    margin: 0 auto;
    margin-top: 16px;
}
.breadcrumb_wrapper ul li:nth-last-child(1) span {
    color: #000;
    font-weight: 600;
}

/* swtich */
.product-list-top-wrap__delivery-switch {
    --secondary-container: #004F67;
    --primary: white;
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 31px;
    height: 14px;
}
.product-list-top-wrap__delivery-switch input {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
}
.product-list-top-wrap__delivery-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #A6A6A6;
    transition: .2s;
    border-radius: 30px;
}
.product-list-top-wrap__delivery-slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
} 

.product-list-top-wrap__delivery-switch input:checked + .product-list-top-wrap__delivery-slider::before {
    background-color: var(--primary);
} 
.product-list-top-wrap__delivery-switch input:checked + .product-list-top-wrap__delivery-slider {
    background-color: var(--secondary-container);
} 
.product-list-top-wrap__delivery-switch input:focus + .product-list-top-wrap__delivery-slider {
    box-shadow: 0 0 1px var(--secondary-container);
}
.product-list-top-wrap__delivery-switch input:checked + .product-list-top-wrap__delivery-slider:before {
    transform: translateX(17px);
}

.product_count_infinite .pagination_bar {
    display: inline-block;
    width: 225px;
    background-color: #D9D9D9;
    border-radius: 5px;
    height: 10px;
}

.product_count_infinite .pagination_bar .inner {
    background-color: #000;
    border-radius: 5px;
    height: 10px;
}

#js-product-list .infinite-more-link {
    border-radius: 2px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    padding: 8px;
    min-width: 250px;
}

/* SEO styles */

/* Simula .visible-xs de Bootstrap 3 usando utilidades de Bootstrap 4 */
#SEO-Category .col-md-0,
#SEO-Category .visible-xs {
    display: none !important;
}
 
@media (max-width: 575.98px) {
 
    #SEO-Category .col-md-0,
    #SEO-Category .visible-xs {
        display: block !important;
    }
}
 
/* Simula .hidden-xs de Bootstrap 3 usando utilidades de Bootstrap 4 */
#SEO-Category .hidden-xs {
    display: block !important;
}
 
@media (max-width: 575.98px) {
    #SEO-Category .hidden-xs {
        display: none !important;
    }
}
 
/* cambia la img alargada a tamaño normal */
#SEO-Category img {
    height: fit-content;
}
 
/* hace la función del row donde no se ha puesto */
#SEO-Category .container,
#SEO-Category .row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
 
/* toma el 100% del row */
#SEO-Category .col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%;
}
