/*---- Transpacific Software Pvt Ltd code start here---*/

/******* rtw css ***********/

button.action.primary{
    background-color: #023F68;
    border: 2px solid #023F68;
    font-family: 'Source-Sans';
    color: #fff;
    margin: 0 0;
    width: auto;
    margin-right: 0px;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 0px;
    line-height: 21px;
    text-align: center;
    }

button.action.primary:hover{
        background-color: #fff;
        border: 2px solid #023F68;
        color: #023F68; 
}

.tps-rtw-category .page-main{
    width: 100%;
    max-width: 1440px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-right: auto;
    margin-left: auto;
}

.tps-rtw-category .page-main .page-title-wrapper{display: none;}

.tps-rtw-category .columns {
    display: flex;
    flex-wrap: wrap;
}

.tps-rtw-category .column.main{
     order: 2;
    width: 100%;
    padding: 0 0;
}

.tps-rtw-category .column.main .toolbar.toolbar-products{
    background-color: #DDDDDD;
}

.tps-rtw-category .sidebar.sidebar-main{width: 100%; order: 1; padding: 0 0;}

.tps-rtw-category .sidebar.sidebar-main .block.filter .filter-title {
    margin: 0px;
    font-family: 'Source-Sans';
    font-size: 22px;
    color: #000;
    line-height: 22px;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #c9c9c9b8;
}

.tps-rtw-category li.item .page-products .product-item-info,
.tps-rtw-category li.item .page-products .product-image-container{
    width: 100% !important;
}



/************ rtw css ************/