.woocommerce .top-filter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px; }
.woocommerce .top-filter .woocommerce-result-count {
margin-bottom: 0; }
.woocommerce .top-filter .grid-list-selection {
margin-right: 40px; }
.woocommerce .top-filter .grid-list-selection a:first-of-type {
margin-right: 2px; }
.woocommerce .top-filter .grid-list-selection a svg {
fill: #b4b6c8; }
.woocommerce .top-filter .grid-list-selection a.selected svg {
fill: #4dbeff; }
.woocommerce .top-filter .woocommerce-ordering {
margin-left: auto;
position: relative; }
.woocommerce .top-filter .woocommerce-ordering::after {
content: "\E909";
display: inline-block;
position: absolute;
right: 5px;
top: 15px;
font-size: 0.7rem;
font-family: "icomoon" !important;
color: #4dbeff; }
.woocommerce .top-filter .woocommerce-ordering select {
background-color: transparent !important;
border: none !important; }
.woocommerce .sidebar-categories-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.woocommerce .sidebar-categories-list a {
color: #43505d;
display: inline-block;
padding: 10px 0; }
.woocommerce .sidebar-categories-list a.up-link {
font-size: 18px;
font-size: 1.8rem;
font-weight: bold; }
.woocommerce .sidebar-categories-list a.current {
font-weight: bold; }
.woocommerce .sidebar-categories-list a span {
color: #9295ae; }
.shop-page-content {
margin: 50px 0 100px; }