.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 STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}
.modal-header {
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
}

/* ----- v CAN BE DELETED v ----- */
.container {
    /* padding-top: 2rem; */
}
.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: 180px;
}
.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;
    margin-top: -20px;
}


@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%;
}@media only screen and (max-width: 991px)
{
.dropdown {
    background-color: #c7c7c7;
}
}
@media(min-width:992px)
{
.sort-option{
    display: none;
}
}




.dropdown {
  position: relative;
  box-sizing: content-box;
  width: 167px;
  height: 1em;
  padding: 18px 21px;
  background-color: #fff;
  /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); */
  /* height: 50px; */
  float: right;
}
.dropdown:hover svg {
  transform: scale(1.1);
}
.dropdown button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.dropdown button:focus ~ svg {
  transform: rotate(-180deg);
}
.dropdown .options {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.dropdown input {
  display: none;
}
.dropdown input:checked + label {
  display: block;
  z-index: 2;
  font-weight: 400;
  transform: none !important;
  font-size: 14px;
}
.dropdown label {
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 16px 21px;
  line-height: 1;
  background-color: #c7c7c7;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s ease;
  font-size: 14px;
}
.dropdown label:hover {
  background-color: #59a446;
  color: white;
}
.dropdown button:focus + .options input:not(:checked) + label, .dropdown .options label:active, .dropdown .options label:active ~ label {
  transform: translateY(calc(var(--index) * 100%));
}
.dropdown button:focus + .options input:checked + label ~ label, .dropdown .options input:checked ~ label:active, .dropdown .options input:checked ~ label:active ~ label {
  transform: translateY(calc((var(--index) - 1) * 100%));
}
.dropdown svg {
  position: absolute;
  width: 21px;
  top: 25%;
  right: 14px;
  z-index: 2;
  fill: currentColor;
  transition: transform 0.1s;
}


@media only screen and (max-width:991px)
 {
.dropdown label{padding:21px 21px; text-align: right; padding-right: 45px;}
.dropdown svg{top:34%; }

}

@media only screen and (max-width:450px) {
.dropdown{width:146px !important;}
}
@media only screen and (max-width:991px)
{
.sort-option span {
    display: none;
}
}
.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;
    }
}