.order-history-info{padding-top:0 !important}
.select-dropdown .form-control{display:flex;align-items:center;justify-content:space-between}
.select-dropdown .dropdown-item.active,.select-dropdown .dropdown-item:active{background-color:#ad0021}
.select-dropdown .dropdown-toggle.active{border:1px solid black}
.select-dropdown .dropdown-menu{max-height:280px;overflow-y:auto}
.modal-filters .filters-wrapper form .accordion-container .panel.active{max-height:180px;overflow-y:auto}
.option-radio .selectedMark{position:absolute;top:0;left:0;width:24px;height:24px;border-radius:100%}
.option-radio input:checked ~ .selectedMark{background:#ad0021}
.option-radio input:not(:checked) ~ .selectedMark{border:2px solid #909090}
.option-radio input:checked ~ .selectedMark::after{width:12px;height:12px;background:white;content:"";border-radius:100%;position:absolute;margin-left:6px;margin-top:6px}
.empty-orders{padding-bottom:38px}
@media(min-width:1025px){.empty-orders{margin-top:40px;padding-bottom:70px}
}
.empty-orders-wrapper{background-color:#fff;box-shadow:0 0 10px rgb(0 0 0 / 12%);border-radius:2px;padding:68px 0;display:flex;flex-direction:column;align-items:center}
.empty-orders-wrapper .img-container>img{width:72px;height:72px;border-radius:50%}
@media(min-width:1025px){.empty-orders-wrapper .img-container>img{width:80px;height:80px}
}
.empty-orders-wrapper .title{margin-top:24px;font-weight:700;font-size:16px;line-height:19px;color:#585857}
@media(min-width:1025px){.empty-orders-wrapper .title{font-size:24px;line-height:24px;margin-top:16px}
}
.empty-orders-wrapper .desc{margin-top:8px;font-weight:400;font-size:14px;line-height:20px;color:#909090}
@media(min-width:1025px){.empty-orders-wrapper .desc{font-size:16px;line-height:22px;margin-top:12px}
}
.product-status .product-new{display:none;color:#dea32a}
.product-status .product-shipped{display:none;color:#90b6bd}
.product-status .product-cancelled{display:none;color:#f24767}
.product-status.product-new .product-new{display:flex}
.product-status.product-shipped .product-shipped{display:flex}
.product-status.product-cancelled .product-cancelled{display:flex}
.generic-info .order-open{display:none;color:#dea32a}
.generic-info .order-ongoing{display:none;color:#90b6bd}
.generic-info .order-completed{display:none;color:#5dd39e}
.generic-info .order-cancelled{display:none;color:#f24767}
.generic-info.order-open .order-open{display:flex}
.generic-info.order-ongoing .order-ongoing{display:flex}
.generic-info.order-completed .order-completed{display:flex}
.generic-info.order-cancelled .order-cancelled{display:flex}
.order-card .card-closed .generic-info .order-status-container{font-weight:600;font-size:14px;line-height:14px;margin-bottom:5px}
@media(min-width:1024px){.order-card .card-closed .generic-info .order-status-container{font-size:16px;line-height:22px;margin-right:135px}
}
.order-card .card-closed .generic-info .order-status-container>* img{margin-right:8.5px}
.page-footer .page-number.active{pointer-events:none}
@media(min-width:1024px){.order-card .card-closed .generic-info .order-status-container{max-width:100px;min-width:100px}
}
.page-footer .page-numbers{display:flex;flex-wrap:wrap}