.woocommerce-custom-shop .filter-list li.hide { display: none; }
.woocommerce-custom-shop .filter-list.show li.hide { display: block; }
.woocommerce-custom-shop .star-rating { float: none !important; }


/* New Design Start */

.container.woocommerce-custom-shop  {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    padding: 50px 0;
}
.woocommerce-custom-shop .breadcrumb {
    margin-bottom: 50px;
}
/*.woocommerce-custom-shop .breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}*/
.woocommerce-custom-shop .breadcrumb nav {
    color: #000;
    font-family: Spartan;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 30px;
}

.woocommerce-custom-shop .breadcrumb nav a { 
    color: var(--custom-global-color-secondary);
    font-weight: 700; 
}

.woocommerce-custom-shop .breadcrumb nav span {
    margin: 0 14px;
    font-weight: 600;
}


.woocommerce-custom-shop .list-wrapper {
    display: flex;
}
.woocommerce-custom-shop .sidebar {
    width: 100%;
    max-width: 200px;
    margin-right: 50px;
}

.woocommerce-custom-shop .sidebar .filter-title {
    color: var(--custom-global-color-primary)!important;
    font-family: Spartan!important;
    font-size: 15px!important;
    font-style: normal;
    font-weight: 600!important;
    line-height: normal!important;
    margin-bottom: 10px!important;
}

.woocommerce-custom-shop ul.filter-list {
    margin: 0;
    list-style: none;
    overflow-y: auto; overflow-x: hidden;
    max-height: 190px;
}
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-thumb { background: var(--custom-global-color-secondary); border-radius: 10px; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 5px white; border-radius: 10px; }



.woocommerce-custom-shop ul.filter-list li {
    margin-bottom: 3px;
}

.woocommerce-custom-shop ul.filter-list li a { 
    color: #000;
    font-family: Spartan;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.woocommerce-custom-shop ul.filter-list li.active > a { color: var(--custom-global-color-secondary); font-weight: 600; font-size: 15px; }
.woocommerce-custom-shop ul.filter-list li label { color: #000;
    font-family: Spartan;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; position: relative; cursor: pointer; }



.woocommerce-custom-shop hr { background-color: var(--custom-global-color-secondary)!important;
    margin: 30px 0!important; }

.woocommerce-custom-shop .view-more {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-top: 5px;
}
.woocommerce-custom-shop .view-more a {
    color: var(--custom-global-color-secondary);
    font-family: Spartan;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
        display: flex;
    align-items: center;
}
.woocommerce-custom-shop .view-more a::before {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/wp-content/uploads/2024/01/down-arrow-new.png);
    margin-right: 5px;
}

.woocommerce-custom-shop .listing { width: 100%; }

.woocommerce-custom-shop .category-title {
    color: var(--custom-global-color-primary)!important;
    font-size: 30px!important;
    font-style: normal;
    font-weight: 600!important;
    line-height: normal!important;
    margin-bottom: 10px!important;
}
.woocommerce-custom-shop .box p {
    color: #333!important;    
}
.woocommerce-custom-shop .box p:last-child { margin-bottom: 0px; }

.woocommerce-custom-shop .woo-products-sorting-options { position: relative; }


.woocommerce-custom-shop .woo-products-sorting {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.woocommerce-custom-shop .woo-products-sorting-label {
    padding-top: 2px;
}
.woocommerce-custom-shop .woo-products-sorting-label span {     color: #000;
    font-family: Spartan;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 5px 0 0; }

.woocommerce-custom-shop .sorting-options-btn { border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #000!important;
    font-family: Spartan;
    font-size: 12px;
    line-height: normal;
    padding: 3px 15px 0;
    height: 30px;
    display: flex;
    align-items: center;        
    justify-content: space-between;
      min-width: 230px;
}
.woocommerce-custom-shop .sorting-options-btn:hover { background-color: #ffffff!important; }
/*.woocommerce-custom-shop .sorting-options-btn img {
    margin-left: 15px;
}*/

span.current-sorting-option {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

span.current-sorting-option:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    color: var(--custom-global-color-secondary);
    font-weight: 900;
    font-size: 18px;
    margin-left: 30px;
}

.woocommerce-custom-shop .other-sorting-options {
    position: absolute;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    padding: 10px 20px;
    margin-top: 5px;
    width: 100%;
}
.woocommerce-custom-shop .other-sorting-option {
    color: #000;
    font-size: 12px;
}
.woocommerce-custom-shop .other-sorting-options ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-custom-shop .other-sorting-options ul li { line-height: normal; padding-bottom: 5px; }
.woocommerce-custom-shop .other-sorting-options ul li:last-child { padding-bottom: 0px; }
.woocommerce-custom-shop .woo-products { display: flex; flex-wrap: wrap; gap: 30px; row-gap: 40px; align-items: center; }
.woocommerce-custom-shop .woo-product {
    border-radius: 30px;
    /*border: 4px solid #FFF;*/
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 15px;
    width: calc(25% - 23px);
    overflow: hidden;
    position: relative;
}
.woocommerce-custom-shop .woo-product-image {
    margin-bottom: 15px;
    text-align: center;
}
.woocommerce-custom-shop .woo-product-image img { height: 100px; width: auto;  }
.woocommerce-custom-shop .woo-product-title {
    line-height: normal;
    margin-bottom: 7px;
}

.woocommerce-custom-shop .woo-product-title h4 {
    color: #000;
    font-family: Spartan;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    margin: 0 0 5px 0;
}

.woocommerce-custom-shop .woo-product-title a {
    color: #000;
    font-family: Spartan;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
    width: 100%;
}

.woocommerce-custom-shop .woo-product-review {
    margin-bottom: 5px;
}
/*.woocommerce-js .star-rating span::before { color: #ffdd00; }*/

.woocommerce-custom-shop .woo-product-price {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 600!important;
    line-height: normal;
    display: inline-block;
    margin-top: 5px;
}

.woocommerce-custom-shop .woo-product-link {
    text-align: center;
    margin-top: 10px;
}
.woocommerce-custom-shop .woo-product-link a {
    border-radius: 20px;
    background: var(--custom-global-color-accent);
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    max-width: 115px;
    margin: 0 auto;
    padding: 2px 10px;
}

.woo-product-ribbon {
    margin: 0;
    padding: 0;
    background: var(--custom-global-color-secondary);
    color: white;
    position: absolute;
    top: 50px;
    left: -22px;
    transform: translateX(30%) translateY(0%) rotate(312deg);
    transform-origin: top left;
    font-size: 10px;
}

.woo-product-ribbon span:before, .woo-product-ribbon span:after {
    content: '';
    position: absolute;
    top: 0;
    margin: 0 -1px;
    width: 100%;
    height: 100%;
    background: var(--custom-global-color-secondary);
}

.woo-product-ribbon span:before {
    right: 100%;
}

.woo-product-ribbon span:after {
    left: 100%;
}

.woocommerce-custom-shop .border-box {
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 45px 35px;
}
.woocommerce-custom-shop .border-box p:last-child { margin-bottom: 0px; }

.woocommerce-custom-shop ul.filter-list li input[type=checkbox] {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    position: relative;
    appearance: none;
}

.woocommerce-custom-shop ul.filter-list li label::before { content: "";
    width: 12px;
    height: 12px;
    background: #ffffff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -20px;     
}
.woocommerce-custom-shop ul.filter-list li input[type=checkbox]:checked + label::before { opacity: 1; background: var(--custom-global-color-secondary) url(/wp-content/themes/getforward/assets/images/check-new.png); background-position: center; background-size: cover; }

.pagination-links {
    margin-top: 30px;
    text-align: center;
}
.pagination-links .page-numbers {
    color: #000;
    font-family: Spartan;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 8px;
}
.pagination-links .page-numbers.current,
.pagination-links .page-numbers:hover { color: var(--custom-global-color-secondary)!important; }

.mobile-filters-list-button, .mobile-active-filters{
    display: none;
}

.woo-product-link img.button_provider_1_logo {
    width: 90px;
    max-height: 90px;
    max-width: 90px;
}

a.button_provider_1_coupon_code {
    border: 2px dashed;
    padding: 5px 10px;
    margin-top: 20px;
    display: inline-block;
    border-color: var(--custom-global-color-secondary);
    color: #000000;
}

.woocommerce-custom-shop ul.filter-list.show {
    max-height: 500px;
}

.woocommerce-custom-shop ul.filter-list ul {
    list-style: none;
}

.woocommerce-custom-shop ul.filter-list ul.child {
    margin-left: 10px;
    display: none;
}

/* Hide child categories by default */
.woocommerce-custom-shop ul.filter-list ul {
    display: none;
}

/* Show child categories when parent category is clicked */
.woocommerce-custom-shop ul.filter-list ul.active {
    display: block;
}

/* Style for the right arrow icon */
.woocommerce-custom-shop ul.filter-list ul li a i {
    margin-right: 5px;
}

.woocommerce-custom-shop ul.filter-list a.category-toggle {
    margin-right: 5px;
}

.woocommerce-custom-shop ul.filter-list .product-category {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.woocommerce-custom-shop ul.filter-list a.category-toggle {
    margin-right: 5px;
}

.woocommerce-custom-shop .list-wrapper .main-category-boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.woocommerce-custom-shop .list-wrapper .category-box {
    background-color: #fff;
    border-radius: 6px;
    padding: 0 15px;
}

.woocommerce-custom-shop .list-wrapper .category-box a {
    height: 80px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000000;
}

.woocommerce-custom-shop .woo-product-title a { min-height: 55px; }

/* New Design End */


.waitMe_container .waitMe .waitMe_content {
    top: 50% !important;
    transform: none !important;
}
.woocommerce-custom-shop .woo-products-sorting-options { z-index: 9; }


/* Product Detail */
.woocommerce-custom-shop.single-product .border-box.product-box { display: flex; column-gap: 50px; }
.woocommerce-custom-shop.single-product .product-gallery { width: 50%; }
.woocommerce-custom-shop.single-product .product-gallery .woocommerce-product-gallery__wrapper img { height: 200px; width: auto; }

.woocommerce-custom-shop.single-product .product-gallery .slick-slider { width: 80%; margin-right: auto; margin-left: auto; }

.woocommerce-custom-shop.single-product .product-gallery .slick-arrow { width: 37px; height: 37px; }
.woocommerce-custom-shop.single-product .product-gallery .slick-arrow.slick-prev { background: url(../images/slick-previous-icon.svg); left: -50px; }
.woocommerce-custom-shop.single-product .product-gallery .slick-arrow.slick-next { background: url(../images/slick-next-icon.svg); right: -50px; }


.woocommerce-custom-shop.single-product .product-gallery .woocommerce-product-gallery__wrapper .slick-arrow { display: none!important; }

.woocommerce-custom-shop.single-product .product-gallery .slick-prev:before, 
.woocommerce-custom-shop.single-product .product-gallery .slick-next:before { display: none; }


.woocommerce-custom-shop.single-product .product-gallery .slick-list { padding: 0px!important; }
.woocommerce-custom-shop.single-product .product-gallery .slick-dots { display: none!important; }

/* Add space between slides */
.woocommerce-custom-shop.single-product .product-gallery .slick-slider .slick-slide {
  margin: 10px;
}

/* Remove right margin from the last slide */
.woocommerce-custom-shop.single-product .product-gallery .slick-slider .slick-slide:last-child {
  margin-right: 0;
}


.woocommerce-custom-shop.single-product .product-information { width: 50%; }
.woocommerce-custom-shop.single-product .product-box .woo-product-title h1 { font-size: 30px; line-height: normal; font-weight: 600; color: var(--custom-global-color-primary); }
.woocommerce-custom-shop.single-product .product-box .woo-product-title { margin-bottom: 15px; }
.woocommerce-custom-shop.single-product .product-box .woo-product-review { margin-bottom: 15px; display: flex; align-items: center;  }
.woocommerce-custom-shop.single-product .product-box .woo-product-review .review-count { font-size: 12px;
    padding-left: 10px;
    padding-top: 6px; }
.woocommerce-custom-shop.single-product .product-box .star-rating { font-size: 16px; }
.woocommerce-custom-shop.single-product .product-box .woo-product-price { font-size: 18px; margin-top: 15px; }
.woocommerce-custom-shop.single-product .product-box .woo-product-link { text-align: left; }
.woocommerce-custom-shop.single-product .product-box .woo-product-link a.button_provider_1_text_link { max-width: unset; width: auto; min-width: 220px;text-align: left; padding: 10px 25px;
    border-radius: 100px; }
.woocommerce-custom-shop.single-product .product-box .woo-product-link { margin-top: 15px; }
.woocommerce-custom-shop.single-product .product-box .woo-product-image img { height: 250px; width: auto; }

.woocommerce-custom-shop.single-product .woo-product-info {
    margin-top: 25px;
    color: #000;
    font-family: Spartan;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.woocommerce-custom-shop.single-product .woo-product-info .availability { font-weight: 600; margin-bottom: 15px; } 
.woocommerce-custom-shop.single-product .woo-product-info ul { margin: 0;
    list-style: none;
    font-weight: 400; }
.woocommerce-custom-shop.single-product .woo-product-info ul li { margin-bottom: 10px; position: relative; padding-left: 25px; }
.woocommerce-custom-shop.single-product .woo-product-info ul li::before { content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    font-family: "Font Awesome 5 Free";
    color: var(--custom-global-color-secondary);
    font-weight: 900; }
.woocommerce-custom-shop.single-product .woo-product-info ul li:last-child { margin-bottom: 0px; }


/* Tabs */
.tab-panel-head {
  margin-bottom: 10px;
}

.tab-panel-head ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.tab-panel-head li {
    padding-right: 70px;
    position: relative;
}
.tab-panel-head li.active::after {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background: var(--custom-global-color-secondary);
    position: absolute;
    left: 0;
    bottom: -11px;
}

.tab-panel-head a {
    text-decoration: none;
    color: #000;
    font-family: Spartan;
    font-size: 15px;     
    font-weight: 600;
    line-height: normal;
}

.tab-content-box {
  display: none;
  border-top: 1px solid #000000;
  padding: 55px 0 0;
  min-height: 320px;
}



.border-box.product-tabs-detail {
    margin-top: 50px;
    margin-bottom: 50px;
}
.related-title {
    color: #000;
    font-family: Spartan;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.woocommerce-custom-shop .related-products { padding: 30px 0; }
.woocommerce-custom-shop .related-products .wrapper { padding: 50px 0; }
.woocommerce-custom-shop .related-products .slick-slider {
      width: 90%;
      margin: auto;
}
.woocommerce-custom-shop .related-products .slick-arrow { width: 37px; height: 37px; }
.woocommerce-custom-shop .related-products .slick-arrow.slick-prev { background: url(../images/slick-previous-icon.svg); left: -50px; }
.woocommerce-custom-shop .related-products .slick-arrow.slick-next { background: url(../images/slick-next-icon.svg); right: -50px; }

.woocommerce-custom-shop .related-products .slick-prev:before, 
.woocommerce-custom-shop .related-products .slick-next:before { display: none; }

/* Add space between slides */
.woocommerce-custom-shop .related-products .slick-slider .slick-slide {
  margin: 20px;
}

/* Remove right margin from the last slide */
.woocommerce-custom-shop .related-products .slick-slider .slick-slide:last-child {
  margin-right: 0;
}



/* Accordian - Start */
.border-box.product-accordian-detail {
    display: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-accordian-detail .accordion-item {
        margin-bottom: 15px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    border-bottom: 1px solid var(--custom-global-color-secondary);
}

.product-accordian-detail .accordion-title {
    padding: 0 0 10px 0;
    cursor: pointer;    
}
.product-accordian-detail .accordion-title { color: #333333; font-weight: 600; display: flex;
    align-items: center;
    justify-content: space-between; }

.product-accordian-detail .accordion-content {
    padding: 0 0 10px 0;
    display: none;
    /*max-height: 0;*/
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.product-accordian-detail .accordion-item.active .accordion-content {
    display: block;
    max-height: 500px; /* Set to a suitable maximum height */
    overflow-y: scroll;
}

.woocommerce-custom-shop.single-product .woo-product-info .availability {
    position: relative;
}

.woocommerce-custom-shop.single-product .woo-product-info .availability .other-providers-wrapper {
    padding: 15px 20px 0;
    width: 400px;
    position: absolute;
    z-index: 1;
    top: 30px;
    background: #fff;
    border-radius: 10px;
    left: -120px;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.25);
}

.woocommerce-custom-shop.single-product .woo-product-info .availability .other-provider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 20px;
}

.woocommerce-custom-shop.single-product .woo-product-info .availability .other-provider img {
    width: 90px;
    max-height: 90px;
    max-width: 90px;
}

.woocommerce-custom-shop.single-product .woo-product-info .availability span.other-provider-text {
    width: 50%;
    font-weight: 100;
    font-size: 13px;
    line-height: 18px;
}

.woocommerce-custom-shop.single-product .woo-product-info .availability .other-provider-link-wrapper {
    width: 60%;
    text-align: center;
    position: relative;
}
.woocommerce-custom-shop.single-product .woo-product-info .availability a { color: #000;  }
.woocommerce-custom-shop.single-product .woo-product-info .availability a:focus { outline: none!important; }
.woocommerce-custom-shop.single-product .woo-product-info .availability a.other-provider-link {
    border-radius: 20px;
    background: var(--custom-global-color-accent);
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    margin: 0 auto;
    padding: 8px 15px;
}

.woocommerce-custom-shop.single-product .woo-product-info .availability span.other-provider-discount-code {
    display: inline-block;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    cursor: pointer;
    font-size: 11px;
}

.woocommerce-custom-shop.single-product i.fas.fa-shopping-cart {
    margin-right: 5px;
}

.list-wrapper>.sidebar a.close-btn{
    display: none;
}

.single-product p.ast-stock-detail, .single-product label.screen-reader-text {
    display: none;
}

.single-product form.cart {
    display: flex;
    margin-top: 15px;
}

.single-product .add-to-cart-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid var(--custom-global-color-secondary);
    border-radius: 100px;
    margin-right: 10px;
}

.single-product .add-to-cart-wrapper button.minus {
    padding: 8px 5px 8px 10px !important;
}

.single-product .add-to-cart-wrapper button.plus {
    padding: 8px 10px 8px 5px !important;
}

.single-product .add-to-cart-wrapper button.minus, .single-product .add-to-cart-wrapper button.plus {
    background: transparent;
    color: #000000;
    font-size: 25px;
    font-weight: bold;
}

.single-product input.input-text.qty.text {
    border: none;
    padding: 0px 10px;
    width: 45px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.single-product input.input-text.qty.text:focus {
    border: none;
}

.woocommerce-message::before, .woocommerce-info::before {
    color: var(--custom-global-color-secondary) !important;
}

.woocommerce-message {
    margin-bottom: 0 !important;
}

.woocommerce-message, .woocommerce-info {
    border-top-color: var(--custom-global-color-secondary) !important;
}

.woocommerce-notices-wrapper {
    margin-top: 20px !important;
}

.woocommerce-cart .ast-article-single,
.woocommerce-checkout .ast-article-single{
    width: 100%;
    max-width: 1140px;
    margin: auto;
    padding: 50px 0;
}

@media (max-width: 1280px) { 

    .woocommerce-custom-shop .sidebar { margin-right: 30px; }
    .woocommerce-custom-shop .woo-products-sorting { margin: 20px 0; }
    .woocommerce-custom-shop .category-title { font-size: 22px!important; }
    .woocommerce-custom-shop .woo-products { gap: 20px; row-gap: 30px; }
    .woocommerce-custom-shop .woo-product { width: calc(25% - 15px); }    

}

@media (max-width: 1024px) { 

    .woocommerce-custom-shop .woo-product { width: calc(33.33% - 14px); }

}

@media (max-width: 768px) { 
    .woocommerce-custom-shop .woo-product { width: calc(50% - 5px); padding: 20px 0px; text-align: center; }
    .woocommerce-custom-shop .category-title { font-size: 20px!important; margin-bottom: 10px!important; }

    .pagination-links .page-numbers { font-size: 14px; }
    .woocommerce-custom-shop .border-box { padding: 35px 30px; }

    .mobile-filters-list-button{ display: block;  }
    .list-wrapper > .sidebar{ display: none;  }

    .woocommerce-custom-shop.single-product .product-box .woo-product-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .woocommerce-custom-shop.single-product .product-box .woo-product-link a.button_provider_1_text_link {
        padding: 10px 15px !important;
        margin: 0;
    }
    .woo-product-link img.button_provider_1_logo{
        display: none;
    }

    .woocommerce-custom-shop .sorting-options-btn { min-width: 220px; }
    /*.woocommerce-custom-shop .sorting-options-btn img { margin-left: 5px; }*/

    span.current-sorting-option:after {
        margin-left: 5px;
    }

    .woocommerce-custom-shop .woo-product-title a { min-height: 55px; }

    .woocommerce-custom-shop .related-products { padding: 0; }

    .woocommerce-custom-shop .breadcrumb nav a{
        display: none;
    }

    .woocommerce-breadcrumb a:nth-child(1), .woocommerce-breadcrumb a:nth-child(2), .woocommerce-breadcrumb a:nth-child(3), .woocommerce-breadcrumb a:nth-last-child(1), .woocommerce-breadcrumb a:nth-last-child(2) {
        display: inline !important;
    }

    .woocommerce-custom-shop .breadcrumb nav span {
        display: none;
    }

    .woocommerce-breadcrumb .delimiter:nth-child(2), .woocommerce-breadcrumb .delimiter:nth-child(4), .woocommerce-breadcrumb .delimiter:nth-last-child(1) {
        display: inline !important;
    }

    .woocommerce-custom-shop.single-product .product-gallery .woocommerce-product-gallery__wrapper img {
        height: 100% !important;
        width: 100% !important;
    }

}

@media (max-width: 600px) { 
    
    .woocommerce-custom-shop .woo-products { row-gap: 15px; gap: 10px; }
    .woocommerce-custom-shop .list-wrapper .category-box a { font-size: 13px; height: auto;word-break: break-word; }    
    .woocommerce-custom-shop .list-wrapper .category-box { padding: 0 10px; display: flex; }
    .woocommerce-custom-shop .list-wrapper .main-category-boxes { grid-template-columns: repeat(3,1fr); }

}

@media (max-width: 500px) { 

    .container.woocommerce-custom-shop { padding: 30px 0; }
    .woocommerce-custom-shop .breadcrumb { margin-bottom: 20px; }
    .woocommerce-custom-shop .breadcrumb nav { margin-right: 0px; line-height: 28px; font-size: 12px; }
    .woocommerce-custom-shop .breadcrumb nav span { margin: 0 10px; }

    .woocommerce-custom-shop .list-wrapper { flex-wrap: wrap; }    
    .woocommerce-custom-shop .sidebar { margin-right: 0px; max-width: 100%; }
    .woocommerce-custom-shop .listing { margin-top: 40px; }
    .archive .woocommerce-custom-shop .listing { margin-top: 0px; }
    .woocommerce-custom-shop hr { margin: 20px 0!important; }
    .woocommerce-custom-shop .border-box { padding: 25px 20px 25px; }
    
}

/*@media (max-width: 415px) { 

    .woocommerce-custom-shop .woo-product { width: 100%; } 
}*/

@media (max-width: 400px) { 

    .woocommerce-custom-shop .list-wrapper .main-category-boxes { grid-template-columns: repeat(2,1fr); } 

}




@media (max-width: 1366px) { 

    .woocommerce-custom-shop.single-product .product-box .woo-product-title h1 { font-size: 24px; }

}

@media (max-width: 1024px) { 

    .woocommerce-custom-shop.single-product .product-box .woo-product-title h1 { font-size: 20px; }
    .woocommerce-custom-shop.single-product .tab-panel-head li {
        padding-right: 30px;    
    }

    .woocommerce-custom-shop.single-product .woo-product-info .availability .other-providers-wrapper { 
        width: 450px; 
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .woocommerce-custom-shop.single-product .other-providers-wrapper span { left: 65px!important; }


}

@media (max-width: 992px) { 


    .woocommerce-custom-shop.single-product .product-box .woo-product-title h1 {
        font-size: 16px;
    }

    .woocommerce-custom-shop.single-product .border-box.product-box { column-gap: 20px; }
    .woocommerce-custom-shop.single-product .product-box .woo-product-price { font-size: 15px; margin-top: 0px; }
    .woocommerce-custom-shop.single-product .product-box .woo-product-image img { max-height: 200px; }

    .border-box.product-tabs-detail {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .woocommerce-custom-shop .related-products .related-title { font-size: 15px; }

    .woocommerce-custom-shop.single-product .woo-product-info .availability .other-providers-wrapper { width: 380px; }

}



@media (max-width: 767px) { 


   
    .woocommerce-custom-shop.single-product .product-box .woo-product-price { font-size: 13px; }
    .woocommerce-custom-shop.single-product .woo-product-info { font-size: 12px; }

    .border-box.product-tabs-detail { display: none; }
    .border-box.product-accordian-detail { display: block; }

    .woocommerce-custom-shop .related-products .woocommerce-custom-shop .related-products { padding: 10px 0 0 0; }

    .woocommerce-custom-shop.single-product .border-box.product-box { flex-direction: column; row-gap: 20px; }

    .woocommerce-custom-shop .related-products .wrapper { padding: 10px 0; }
    .woocommerce-custom-shop .related-products .slick-slider { width: 80%; }


    .woocommerce-custom-shop.single-product .woo-product-info .availability .other-providers-wrapper { left: 0%; transform: unset; }
    .woocommerce-custom-shop.single-product .product-gallery { width: 100%; }
    .woocommerce-custom-shop.single-product .product-information { width: 100%; }

    .woocommerce-custom-shop.single-product .woo-product-info .availability .other-provider-link-wrapper { margin-top: 20px; }

    .woocommerce-custom-shop.single-product .product-gallery .slick-slider .slick-slide {
        margin: 0 10px;
    }

    .woocommerce-custom-shop.single-product .product-gallery .slick-slider {
        margin-bottom: 20px;
    }

    .thumbnails.custom-product-gallery-thumbnails.slick-initialized.slick-slider {
        margin-bottom: 0;
    }

}

.woocommerce-custom-shop.single-product .woo-product-info .availability hr { display: none; }
@media (max-width: 500px){ 

    .woocommerce-custom-shop.single-product .woo-product-info .availability .other-providers-wrapper { width: 280px; }
    .woocommerce-custom-shop.single-product .woo-product-info .availability .other-provider { flex-direction: column; }
    .woocommerce-custom-shop.single-product .woo-product-info .availability span.other-provider-text { width: 100%; text-align: center; margin-bottom: 10px; }    
    .woocommerce-custom-shop.single-product .woo-product-info .availability .other-provider-link-wrapper { width: auto; margin-top: 20px; }
    .woocommerce-custom-shop.single-product .woo-product-info .availability span.other-provider-discount-code { position: unset; bottom: unset; margin-top: 10px; }

    .woocommerce-custom-shop.single-product .woo-product-info .availability hr { display: block!important; border-color: #efefef; }

}




/* New Filter - Start */
@media (max-width: 768px) { 

    .mobile-filters-list-button {     border-radius: 15px;
        background: #FFF;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
        color: #000!important;
        font-family: Spartan;
        font-size: 12px;
        line-height: normal;
        padding: 3px 15px 0;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 5px;
        max-width: 120px;
        width: 100%;
     }
    .mobile-filters-list-button a { color: #000000; }
    .mobile-filters-list-button .fas { color: var(--custom-global-color-secondary); }
    .woocommerce-custom-shop .woo-products-sorting { align-items: end; justify-content: space-between; column-gap: 20px; }
    .mobile-active-filters span { padding-bottom: 5px; display: inline-block; font-weight: 600; }
    .active-filters-list { margin-bottom: 15px; }
    .active-filters-list a { border: 1px solid #efefef; padding: 5px 8px; margin-right: 5px; border-radius: 10px; color: #000000; background: #FFFfff; margin-bottom: 5px; display: inline-block; }
    .active-filters-list a.clear-all-filter { background: var(--custom-global-color-secondary); border-color: var(--custom-global-color-secondary); }
    .active-filters-list a i.fas { font-size: 12px; padding-left: 2px; }


    .list-wrapper>.sidebar { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%!important;
        height: 100%;
        background: rgba(0,0,0,0.3); 
    }
    
    .list-wrapper>.sidebar .inner-wrapper {     
        padding: 20px;
        border-radius: 20px 20px 0 0;
        height: 80vh;
        width: calc(100% - 20px);
        overflow-y: auto;
        transition: all .3s ease-in-out;
        position: fixed;
        left: 0;
        bottom: 0;
        max-width: unset;
        background: #efefef;
        z-index: 99;
        margin: 10px;
        margin-bottom: 0px!important;
     }

     .list-wrapper>.sidebar a.close-btn {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 22px;
        height: 22px;
        background: var(--custom-global-color-secondary);
        border-radius: 50%;
        text-align: center;
        line-height: 26px;
        color: #ffffff;
        font-size: 12px;
        display: block;
    }

}