.modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}
.modal .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal .modal-body {
    padding: 15px 15px 80px;
}
.modal.left.fade .modal-dialog {
    left: -320px;
    transition: opacity 0.1s linear, left 0.1s ease-out;
}
.modal.left.fade.show .modal-dialog {
    left: 0;
}
.modal.right.fade .modal-dialog {
    right: -320px;
    transition: opacity 0.1s linear, right 0.1s ease-out;
}
.modal.right.fade.show .modal-dialog {
    right: 0;
}
.modal-content {
    border-radius: 0;
    border: none;
}
.modal-header {
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
}
.container {
}
.btn {
    margin-bottom: 2rem;
}
.mb-filters {
    background: #ece7e9!important;
    width: 50%;
    text-align: left !important;
    margin-bottom: 0px !important;
    padding: 15px !important;
    font-size: 14px !important;
    border-radius: 0px;
    font-weight: 500 !important;
    line-height: 26px !important;
    border: solid 1px rgb(0 0 0 / 8%) !important;
    color: black !important;
}
.mb-filters img {
    width: 26px;
    float: left;
    margin-right: 15px;
}
.filter-logo {
    float: left;
    width: 100%;
}
.filter-logo img {
    width: 100px;
}
.close-filters {
    float: right !important;
    text-align: right !important;
    border: none !important;
    background: rgb(255 255 255 / 0%) !important;
    margin-top: -25px;
}
.close-filters img {
    width: 25px;
}
@media only screen and (max-width: 991px)
{
.content {
    display: inline;
}
}
@media(max-width:991px)
{
    .filter-hide{
        display: none;
    }
}
@media (max-width: 991px)
{
.sort-option {
    border: solid 1px rgb(0 0 0 / 8%) !important;
    height: 58px;
    background: #c7c7c7;
}
}
.sort-option {
    float: right;
    width: 50%;
    /* New styles for positioning and layout */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* padding-right: 15px; */
}
@media(min-width:992px)
{
.sort-option{
    display: none;
}
}
/* NEW SELECT STYLES using unique class names */
@media(max-width:991px) {
    .sort-option span {
        display: none;
    }
    .mobile-sort-select {
        width: 100%;
        float: none;
    }
    .mobile-sort-select #mobile-sort-options {
        box-shadow: none;
        height: 58px;
        background-color: #c7c7c7;
        border: none;
        padding: 0 15px;
        font-size: 14px;
        color: black;
        width: 100%;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url('data:image/svg+xml;charset=US-ASCII,<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M7.41 8.59L12 13.17L16.59 8.59L18 10L12 16L6 10L7.41 8.59Z"></path></svg>');
        background-repeat: no-repeat;
        background-position: right 14px top 50%;
        background-size: 21px;
    }
}
.sort-option span {
    float: right;
    text-transform: uppercase;
    font-size: 16px;
    color: #418a2f;
    font-weight: 500;
    margin-right: 25px;
    padding-top: 12px;
}
@media(max-width:991px)
{
    .sort-mobsp{
        display: none;
    }
}

@media(max-width:400px)
{
    .mb-filters {
    background: #ece7e9 !important;
    width: 35%;
}
.sort-option {
    float: right;
    width: 65%;
}
.sizes {
    display: block;
    gap: 13px;
}
.size-btn {
    margin-bottom: 7px;
}
.delivery {
    flex-direction: column;
    display: flex
;
    align-items: self-start;
}
}
