select::-ms-expand {
    display: none;
}

.checkout-cart-index .toolbar .pages {
    display: block;
}

.checkout-cart-index .cart-products-toolbar .pages .items>.item {
    border-bottom: 1px solid #e5e5e5;
}

.checkout-onepage-success .products-grid .product-item .btn-cart {
    margin: 0;
}

.checkout-onepage-success .owl-stage-outer {
    padding-bottom: 54px;
}

@media print {
    .table-wrapper.order-items th.col.name {
        width: 500px;
    }
}