.wdm-product-catalogue{
    flex-direction: row-reverse;
    gap:35px;
}
@media(min-width:1161px){
  .wdm-product-catalogue{
    display: flex;
}

@media(min-width:1025px) {
.wdm-product-catalogue{
    padding: 0px 4.6875% ;
}
}
@media(max-width:1160px) {
.shop-sidebar.desktop-only{
    display: none !important;
}
}

}
.wdm-product-catalogue #content {
    flex:100%;
}

@media(max-width:1160px) {
.wdm-product-catalogue #content {
    padding: 0px 4.6875% ;
}
}
.wdm-product-catalogue ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; /* optional spacing between items */
}

/* Large tablets / small laptops */
@media (max-width: 1160px) {
  .wdm-product-catalogue ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Tablets */
@media (max-width: 768px) {
  .wdm-product-catalogue ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile phones */
@media (max-width: 432px) {
  .wdm-product-catalogue ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.wdm-product-catalogue ul.products .product{
    max-width: 100%;
}
.woocommerce-breadcrumb:not(.col-full .woocommerce-breadcrumb){
    margin: 0px 4.75%;
    margin-top: 20px;
    margin-bottom: 20px !important;   
}
@media(max-width:768px){
    .woocommerce-breadcrumb:not(.col-full .woocommerce-breadcrumb){
        flex-wrap: wrap;
        gap: 10px;
        max-width: 92%;
    }
}
nav.woocommerce-breadcrumb {
    color:#626060;
    font-size: 15px;
}
.category-banner{
    background-color:#F5F5F7 ;
    min-height: 260px;
    border-radius: 20px;
    display: flex;
    margin-bottom: 60px;
    padding: 20px 50px;
    gap: 20px;
}
.category-banner h3{
    font-size:46px;
    font-weight: 700;
}
.category-banner p{
    font-size:20px;
    color:#626060;
    font-weight: 500;
}
.category-banner .notice-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.category-banner .notice-image img{
    max-width:100%;
    max-height: 260px;
    object-fit: contain;
    flex: 0.8;
}
.category-banner .notice-image{
    flex:90%;
}

.catalogue-filters{
    display: flex;
    justify-content: space-between;
    margin-bottom:20px;
}
@media (max-width: 767px) {
    .wdm-product-catalogue .products .product{
        width: 100%;
    }
}
.wdm-product-catalogue .woocommerce-pagination{
    float:unset;
    margin-bottom: 20px;
}
.wdm-product-catalogue .catalogue-filters  input{
    border-radius:5px;
    border:solid 1px #626060;
    width:69px;
    height:43px;
    padding-left:15px;
}
.wdm-product-catalogue .catalogue-filters .page-switcher span{
    font-size:15px;
    color:#626060;
}
.woocommerce-ordering {
    padding: 0px 0px;
}
form.woocommerce-ordering select.orderby{
    border: solid 1px #626060;
    height: 43px;
}
.wdm-product-catalogue .catalogue-filters{
    gap:35px
}
.wdm-product-catalogue #content li.product:hover .hover-area{
    box-shadow: 0px 8px 18px -8px gray;
}
/* orderby */

.custom-orderby .custom-dropdown {
  position: relative;
  display: inline-block;
  font-size: 15px;
}

.custom-orderby .dropdown-toggle {
  background: #fff;
  border: 1px solid #626060;
  border-radius: 6px;
  padding: 8px 36px 8px 25px;
  cursor: pointer;
  width: 100%;
  min-width: 250px;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-orderby .dropdown-toggle .arrow {
  margin-left: 8px;
  font-size: 14px;
  color: #999;
}

.custom-orderby .dropdown-list {
  display: none;
  position: absolute;
  top: calc(100%);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  z-index: 99;
  list-style: none;
  padding: 4px 0;
  margin: 0;
}

.custom-orderby .dropdown-list.open {
  display: block;
}

.custom-orderby .dropdown-list li {
  padding: 10px 14px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.custom-orderby .dropdown-list li:hover {
  background: #fff;
  color: #d14200;
}

.custom-orderby .dropdown-list li.active {
  color: #d14200;
  font-weight: 500;
}
.custom-orderby .dropdown-toggle {
  outline: none;
  border: 1px solid #626060;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.custom-orderby .dropdown-toggle:focus,
.custom-orderby .dropdown-toggle:active {
  outline: none !important;
  border: 1px solid #626060 !important;
  box-shadow: none !important;
}
.wdm-product-catalogue .notice-image{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width:1024px){
.wdm-product-catalogue .sidebar-wrapper{
    padding: 15px;
    border-radius: 20px;
}
}
.wdm-product-catalogue .woocommerce-pagination{
    margin-bottom:125px !important;
}
.wdm-product-catalogue .woocommerce-pagination ul.page-numbers>li span, .wdm-product-catalogue .woocommerce-pagination ul.page-numbers>li a {
    font-size:16px;
    font-weight: 600;
}
.wdm-product-catalogue .woocommerce-pagination ul.page-numbers>li span{
    border-radius: 10px !important;
    
}
.wdm-product-catalogue .woocommerce-pagination ul.page-numbers>li a{
    color:#000000;
}
.products .product:hover{
    z-index: 995;
}
.wdm-product-catalogue .products{
    margin:0 0 !important;
}
.wdm-product-catalogue .col-full{
    padding:0 !important;
}
.wdm-product-catalogue .catalogue-name{
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size:22.5px;
    color:#000000;
    font-weight: 600;
}
.catalogue-sort {
    display: flex;
    gap: 35px;
}
@media(max-width:628px){
  .catalogue-sort{
    gap:5px;
  }
}
@media(max-width:1160px){
   .wdm-product-catalogue .category-banner .notice-image{
        display: none;
    }
}
@media(max-width:1160px){
    .wdm-product-catalogue .sidebar-wrapper{
        display: none;
    }
   
}
.woocommerce-ordering.custom-orderby{
    margin-bottom: 0;
}
.catalogue-sort{
    align-items: center;
    justify-content: flex-end;
}
@media(max-width:552px){
  .wdm-product-catalogue .catalogue-filters .page-switcher{
    display: none;
  }
  .wdm-product-catalogue .catalogue-filters{
    gap:5px;
  }
}
/* Filters */
/* Filter button styling */
.filter-btn {
  display: block;
  /*margin: 1em auto;*/
  padding: 0.5em 1em;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 4px;
}

/* Drawer base */
.filter-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: right 0.3s ease;
  overflow-y: auto;
  padding: 1em;
}

.filter-drawer.open {
  right: 0;
}

/* Overlay */
.filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9998;
}

.filter-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Header inside drawer */
.filter-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-close {
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-top: -30px;
}
.filter-close:hover {
    color: black;
}
@media (min-width: 1161px) {
  .filter-btn,
  .filter-drawer,
  .filter-overlay {
    display: none;
  }
}
/* SSF styles */
.fwwfilter ul.checkboxlist li.selected a:before{
    color:#D14200;
}
.fwwfilter ul.list li a::before{
    color:#626060B2;
}
.fwwfilter .selectedcountcontainer{
    display: none;
}
.fwwfilter .fww-widget-toggle h3, .fwwfilter h3{
    font-size:16px;
    font-weight:600;
}
.fww-widget-content form.fww-inline-search-form i.fwwicon-search{
    right:10px;
    left:unset;
}
.fww-widget-content form.fww-inline-search-form input{
    border:solid 1px #626060;
}
.sidebar-wrapper .widget.widget_block{
    margin-bottom: 25px;
    border-bottom: solid 1px #626060B2;
}
.sidebar-wrapper .widget.widget_block h4{
    font-size:20px;
    margin-bottom: 25px;
}
.fwwfilter.product_cat{
    border:solid 1px #ECECEC;
      margin-bottom: 40px;
      border-radius: 6px;
}
.fwwfilter.product_cat h3{
    text-transform: uppercase;
    text-align: center;
    margin: 25px 0px;
    font-size:16px;
    font-weight: 700;
}
.fwwfilter.product_cat ul.product-categories>.wc-layered-nav-term{
    margin: 0px 20px;
    border-bottom:solid 1px #DDDDDD;
    padding-left:20px;
}
.fwwfilter.product_cat ul.product-categories>.wc-layered-nav-term>a{
    margin:10px 0px;
}
.fwwfilter.product_cat .wc-layered-nav-term.selected>a{
    color:#D14200 ;
    font-weight: 500;
}
.fwwfilter.product_cat ul.product-categories>.wc-layered-nav-term:first-child{
     border-top:solid 1px #DDDDDD;
}
.fwwfilter.product_cat .wc-layered-nav-term:not(.selected)>a{
    font-weight: 500;
    color:black;
}
.fwwfilter.widget:not(.fwwfilter.widget:last-child, .fwwfilter.widget:first-child){
     border-bottom: solid 1px #626060B2;
     margin-bottom: 25px;
}
.wc-layered-nav-term .fwwicon-keyboard_arrow_down.fwwtaxaccordion{
    right:unset;
    left: 0px;
}
.wc-layered-nav-term ul.children li.wc-layered-nav-term{
    padding-left:20px;
}
.sidebar-wrapper .fwwfilter ul li ul.children{
    margin-left:-20px !important;
}
.fwwfilter.product_cat ul.product-categories>.wc-layered-nav-term>.fwwicon-keyboard_arrow_down.fwwtaxaccordion{
    top:13px;
}
.shop-sidebar.desktop-only{
    max-width: 265px;
}
.show-more-toggle{
  font-size:13px;
  color:black;
  font-weight: 400;
}
.fwwfilter.widget_awd_price_widget .ssf_range_content{
    display: flex;
    flex-direction: column-reverse;
}
.fwwfilter.widget_awd_price_widget .ssf_range_content .ssf_range_form{
    margin-bottom: 0;
}
.fwwfilter.widget_awd_price_widget{
    padding-bottom: 40px;
}
.fwwfilter.widget_awd_price_widget .ssf_apply_range_filter{
    background-color:black;
    margin:0;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 49px;
    border-radius: 8px;
    font-size:15px;
}
.fwwfilter.widget_awd_price_widget .range-filter-fields{
    margin:0;
}
.fwwfilter.widget_awd_price_widget .range-filter-fields .pff-field{
    margin:0;
}
.ssf_range_slider .noUi-connect.noUi-draggable{
    background-color: #D14200;
    height: 2px;
}
.widget_awd_price_widget .ssf_range_slider .noUi-handle .noUi-tooltip{
    bottom:-30px !important;
    border:unset;
    font-size:13px;
    color:#626060;
}
.widget_awd_price_widget .ssf_range_form{
    gap:10px
}
.ssf_range_form .range-filter-fields .pff-field .pff-field-input{
    height: 49px;
    border-radius: 8px;
    border:solid 1px #626060;
    text-align: center;
}
.ssf_range_content .ssf_range_slider{
    height: 4px!important;
}
.widget_awd_price_widget .noUi-handle{
   width:10px !important;
   height: 10px!important;
   background-color: #D14200;
   border-color:#D14200;
   box-shadow: unset;
}
.ssf_range_content .ssf_range_slider.rounded{
    margin-left:0;
    padding-left:0 ;
    margin-right: 8px;
    padding-right: 0;
}
.ssf_range_slider .noUi-base .noUi-handle.noUi-handle-lower .noUi-tooltip{
    left:4px;
}
.widget.widget_awd_price_widget h3{
    margin-bottom: 20px;
}

.fww-widget-content .fww-inline-search-form input.fww-inline-search{
    padding-left:10px !important;
}
.fwwfilter.widget.widget_ssf_tax_widget .fww-widget-toggle h3{
    margin-bottom: 20px;
}
.widget_ssf_tax_widget .fww-widget-content .toplevel.list{
    max-height: 185px;
    overflow-y: scroll;
}
.widget.widget_fww_instock_widget .fww-toggle-switch-text, .widget.widget_fww_onsale_widget .fww-toggle-switch-text{
    font-size:15px;
    font-weight: 400;
}
.fww-toggle-switch-style2.fww-toggle-switch > :checked + label::before, :checked + .fww-toggle-switch-style2.fww-toggle-switch-label::before{
    background-color: #D14200 !important;
}
fww-toggle-switch-style2.fww-toggle-switch > :focus + label::after, :focus + .fww-toggle-switch-style2.fww-toggle-switch-label::after, .fww-toggle-switch-style2.fww-toggle-switch:hover > label::after, :hover > .fww-toggle-switch-label::after {
    box-shadow: 0 0 6px #11111180, 0 0 0 10px rgb(208 109 28 / 20%) !important;
}
@media(min-width:2000px){
    .wdm-product-catalogue .col-full{
        width:100%;
    }
    .wdm-product-catalogue{
        width: 1920px;
        align-self: center;
    }
    .woocommerce-breadcrumb{
        width: calc(1920px - 4.75%*2) !important;
        align-self: center;
        
    }
}
@media(max-width:768px){
.wdm-product-catalogue .category-banner .notice-text p{
    font-size:15px;
}
.wdm-product-catalogue .category-banner .notice-text h3{
    font-size:24px;
}
}

.cwg_popup_submit {
    max-width: 223px;
    width: 100%;
    margin-bottom: 10px;
    border-radius:30px !important;
    color:white !important;
    background-color: black !important;
   transition: 0.3s;
    font-size:16px;
    font-weight: 700 !important;
   line-height: 100%;
    border:solid 2px black !important;
    padding: 12px 8px !important;
    text-wrap: auto;
}

.cwg_popup_submit:hover {
    background-color: white !important;
    color:black !important;
}
.cwginstock-subscribe-form .cwginstock-panel-primary{
    border:unset !important;
}
.cwginstock-subscribe-form .cwgstock_button {
    background-color:black;
    border-radius: 30px;
    border:2px solid black;
    font-size:18px;
    font-weight: 700;
    height: 49px;
}
.cwginstock-subscribe-form .cwgstock_button:hover{
    background-color:white;
    color:black;
}
.cwginstock-subscribe-form .panel-heading{
    background-color: white !important;
    border:unset !important;
}
.cwginstock-subscribe-form .panel-heading >*{
    color:black;
}
.cwginstock-subscribe-form .panel-heading h4{
    font-size:30px;
    color:black;
    font-weight: 700;
}
@media(max-width:768px){
    .cwginstock-subscribe-form .panel-heading h4{
        font-size:20px;
    }
    .backinstock-form-title-desktop{
        display: none;
    }
    .backinstock-form-title-mobile{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(min-width:769px){
    .backinstock-form-title-mobile{
        display: none;
    }
}
.cwginstock-subscribe-form .panel-heading p{
    font-size:16px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
}

.cwginstock-subscribe-form input.cwgstock_email{
    text-align: left !important;
    border:1px solid #626060B2;
    border-radius:8px;
}
.cwginstock-subscribe-form div.panel-heading img.backinstock-header-image{
    margin-bottom:30px;
}
.swal2-content:has(.cwginstock-subscribe-form){
    padding:0px ;
}
.swal2-popup.swal2-modal.swal2-show:has(.cwginstock-subscribe-form){
    background-color: unset;
}
.panel-body.cwginstock-panel-body{
    background-color:white;
    
}
.panel-heading.cwginstock-panel-heading{
    padding:0 !important;
    
}
.panel.panel-primary.cwginstock-panel-primary{
    background-color: white;
        border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
 border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    
}
.panel-heading.cwginstock-panel-heading{
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
}
.swal2-close{
    color:white !important;
    top:-20px !important;
}
.panel-body.cwginstock-panel-body{
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
@media(max-width:768px){
.cwginstock-subscribe-form img.backinstock-header-image{
   width: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.panel-body.cwginstock-panel-body .form-group.center-block:first-of-type{
    margin-bottom: 10px;
    margin-top:10px;
}
.panel-heading.cwginstock-panel-heading p{
    margin-bottom: 0px;
}

.panel-body.cwginstock-panel-body > .row > .col-md-12 > .col-md-12{
    padding: 0px 10px;
}
.panel-heading.cwginstock-panel-heading img{
    margin-bottom: 20px !important;
}
}
.fww-widget-content .chosen.clearfilters>a{
    color:white;
    background-color:#D14200 !important;
}
.fww-widget-content .chosen.clearfilters>a::after{
    color:white !important;
}
.catalogue-inner-filters{
    display: flex;
}
@media(max-width:1160px){
    .catalogue-filters{
        flex-direction: column;
    }
   .catalogue-filters .catalogue-sort{
        justify-content: space-between ;
    }
}
@media(max-width:552px){
    .custom-dropdown button.dropdown-toggle{
        min-width: 196px;
        padding-left:10px;
        padding-right: 5px;
        max-height: 43px;
    }
}
.cwginstock-subscribe-form .backinstock-header-image{
    width: 100%;
}
.wdm-product-catalogue li a.woocommerce-LoopProduct-link img{
    width: auto;
    object-fit: contain;
}
@media(min-width:1161px){
    .wdm-product-catalogue li a.woocommerce-LoopProduct-link img{
        height: 296px;
    }
}
@media(max-width:1160px){
    .wdm-product-catalogue li a.woocommerce-LoopProduct-link img{
        aspect-ratio: 1/1;
    }
}

.sidebar-wrapper .widget_awd_price_widget input.pff-field-input{
    min-width: 80px !important;
}
@media(min-width:1161px){
.products.columns-4 li.product.type-product{
    max-width: 320px;
}
}
@media(max-width:1160px){
    .catalogue-filters .catalogue-name{
        display: none !important;
    }
}

@media(max-width:768px){
    .category-banner{
        margin-bottom: 20px !important;
    }
}

@media(max-width:767px){
    .wdm-product-catalogue #content li.product{
        min-height: 220px !important;
    }
    .category-banner {
    padding: 20px;
}
}
@media(max-width:435px){
    .wdm-product-catalogue #content li.product a.ajax_add_to_cart{
        font-size:13px !important;
    }
}

@media(min-width:768px) and (max-width: 1024px) {
.category-banner h3 {
    font-size: 34px;
}
.category-banner p {
    font-size: 18px;
}
}
.wdm-product-catalogue,
.wdm-product-catalogue *,
.category-banner,
.category-banner * {
  word-break: break-word;
  overflow-wrap: anywhere;
}