
ul.subchildmenu picture.menu-thumb-icon {
    display: block !important;
}
.vertical-opend .verticalmenu-html ul.verticalmenu-list.down_to_up.d-xl-none {
    display: block !important;
}
@media(max-width:767px){
.checkout-index-index #checkout-shipping-method-load table > tbody > tr > td:first-child {
    max-width: 30px;
    display: inline-block;
    padding: 10px 15px !important;
}
.checkout-index-index .table-checkout-shipping-method tbody .row td.col.col-price {
    max-width: 60px;
}
.checkout-index-index #checkout-shipping-method-load table > tbody > tr > td {
    white-space: normal !important;
}
.checkout-index-index .table-checkout-shipping-method tbody .row td.col.col-price {
    max-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
}
@media only screen and (max-width:991px) {
	
.page-with-filter .columns .sidebar-main {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
}