.archive .site-main{
    display: grid;
    grid-template-columns: 20% 77%;
    column-gap: 3%;
    grid-template-rows: auto!important;
}
@media(max-width:767px){
    .archive .site-main{
        grid-template-columns: 100%;
    }
}
@media(min-width:768px){
    .archive .site-main .woocommerce-breadcrumb{
        grid-column: span 2;
    }
    .browse-by-category{
        order: 2;
        grid-row: span 2;
    }
    .archive .woocommerce-products-header{
        order: 3;
    }
    .custom-wrapper{
        order: 4;
    }
}

.browse-by-category h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #281a39;
    padding-bottom: 20px;
    border-bottom: 1px solid #281a3933;
}

.woocommerce-page .browse-by-category ul{
    padding-left: 0px!important;
}
.woocommerce-page .browse-by-category ul li{
    list-style: none;
    margin-bottom: 10px;
}
.woocommerce-page .browse-by-category ul li a{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
color: #281a39;
}
.woocommerce-page .browse-by-category ul li.current-cat a, .woocommerce-page .browse-by-category ul li a:hover{
color: #4620b7!important;
text-decoration: underline!important;
font-weight: 300;
}

.woocommerce-ordering{
    display: none!important;
}
.archive .woocommerce-products-header{
    display: flex;
    flex-direction: column;
}