/* Category page sidebar */ .widget_product_categories, .widget_price_filter, .widget_layered_nav, .widget_layered_nav_filters, .widget_rating_filter { background: none; border: none; } .widget_product_categories > ul, .widget_price_filter > ul, .widget_layered_nav > ul, .widget_layered_nav_filters > ul, .widget_rating_filter > ul, .widget_product_categories > div > ul, .widget_price_filter > div > ul, .widget_layered_nav > div > ul, .widget_layered_nav_filters > div > ul, .widget_rating_filter > div > ul, .widget_product_categories > *, .widget_price_filter > *, .widget_layered_nav > *, .widget_layered_nav_filters > *, .widget_rating_filter > * { padding-left:0; padding-right:0; } body.woocommerce-page.archive { .sidebar-content { border: 1px solid rgb(218, 226, 230); .widget .widget-title { padding: 0; background: none; border: none; } .porto-separator { display: none; } aside.widget { border-bottom: 1px solid rgb(239, 239, 239); margin-bottom: 0; margin-top: 0; padding: 20px; } aside.widget:last-child { border-bottom: none; } aside.widget .widget { margin-bottom: 0; } .widget-title, .widgettitle { font-size: 1.06em; font-weight: 600; } } .mobile-sidebar aside.widget { padding-left: 0; padding-right: 0; &:first-child { padding-top: 0; } } } .widget_product_categories, .widget_price_filter, .widget_layered_nav, .widget_layered_nav_filters, .widget_rating_filter { .widget-title .toggle { right: -7px; } } .sidebar .product-categories li > a { line-height: 24px; font-size: 14px; font-weight: 500; } .widget_product_categories ul li .toggle { font-size: 11px; color: #21293c !important; } .widget_product_categories ul li .toggle:before, .widget_product_categories ul li.closed > .toggle:before { content: '\f067'; } .widget_product_categories ul li.current > .toggle:before, .widget_product_categories ul li.open > .toggle:before { content: '\f068'; }