.my-orders-container{margin-bottom:100px}.my-orders-container .checkout-message{width:100%;background-color:#abc768;padding:20px;margin-bottom:20px}.my-orders-container .checkout-message>.flex-row{width:100%;justify-content:space-between}.my-orders-container .checkout-message .title{font-size:1.2rem;font-weight:700;margin-bottom:10px}.my-orders-container .checkout-message p{margin:0;color:white}.my-orders-container .checkout-message .close .icon{color:white;width:24px;height:24px;cursor:pointer}.my-orders-container .error-message{background-color:var(--primary-color)}.my-orders-container>.flex-row{justify-content:space-between}.my-orders-container>.flex-row .filter-menu{display:none;cursor:pointer;width:30px;height:30px}.my-orders-container>.flex-row .filter-menu .icon{color:#a5a5a5;width:30px;height:30px}.my-orders-container .empty{padding-top:30px}@media screen and (max-width:991px){.my-orders-container .profile-title{display:none}.my-orders-container>.flex-row .filter-menu{display:block}.my-orders-container>.flex-row .sort-by-container{display:none}}@media screen and (max-width:575px){.my-orders-container{width:100%}.my-orders-container #order-filter .toggle-item{padding:5px 10px}}#profileOrdersSortByModal{width:50vw!important}#profileOrdersSortByModal .sort-by-container{margin-top:40px;margin-right:20px;align-items:flex-end;flex-direction:column!important}#profileOrdersSortByModal .sort-by-container .sort-by-dropdown{position:static;border:0}#profileOrdersSortByModal .sort-by-container .sort-by-dropdown .dropdown-item{font-size:1rem;text-align:right}@media screen and (max-width:767px){#profileOrdersSortByModal{width:70vw!important}}