/* your custom style goes here */

.web {
    display: block;
}

.mobile {
    visibility: hidden;
    display: none !important;
    padding: 10px 20px;
}

.home-container {
    margin-top: 30px;
}

.btn-login {
    padding: 10px 20px;
}

.input-search {
    height: 40px;
    border-radius: 24.5px;
    background-color: #e6ecf0;
    border: none;
    padding: 5px 20px;
    padding-left: 45px;
}

.input-search:focus {
    box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.08);
}

.options {
    font-weight: bold;
    font-size: 16px;
    /* width: 120px;
    margin-left: 60px; */
    text-align: center;
    /* padding-top: 7px; */
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #1da1f2;
    padding-right: 15px !important;
}

.options:hover {
    cursor: pointer;
}

.option-links {
    text-decoration: none;
    color: black;
}

.search-icon {
    position: absolute;
    margin-left: 20px;
    margin-top: 15px;
}

.brands {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: solid 1px #e6ecf0;
}

.brand {
    padding: 5px;
}

.brand:hover {
    cursor: pointer;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 2px 10px 0 rgba(206, 206, 206, 0.5);
}

.brand-name {
    margin-left: 10px;
    font-weight: bold;
}

.other-brands {
    font-weight: normal;
    color: #1da1f2;
    margin-top: 10px;
}

.other-brands:hover {
    cursor: pointer;
}

.lines {
    background-color: white;
    border-radius: 10px;
    border-top-left-radius: 0px;
    width: auto;
    /* height: 100px; */
    position: absolute;
    margin-left: 75%;
    margin-top: -28px;
    z-index: 4;
    box-shadow: 0 2px 10px 0 rgba(206, 206, 206, 0.5);
    clip-path: inset(-5px -5px -5px 0px);
    display: none;
    min-width: 200px;
}

ul.list-lines {
    list-style: none;
    padding: 5px;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: auto auto;
}
.column-3 ul.list-lines{
    grid-template-columns: auto auto auto;
}
.column-4 ul.list-lines{
    grid-template-columns: auto auto auto auto;
}
.column-5 ul.list-lines{
    grid-template-columns: auto auto auto auto auto;
}
ul.list-lines > li > div, ul.list-lines > li > a {
    padding: 5px 20px;
    white-space: nowrap;
}

ul.list-lines > li:hover {
    cursor: pointer;
    background-color: #cbebff;
}
.brand:hover .lines{
    display: block;
}
.search-section {
    width: 100%;
    border-radius: 10px;
    border: solid 1px #eaeff2;
    background-color: #fff;
    padding: 20px 20px;
}

.popular-search {
    display: flex;
    margin-top: 20px;
}

.popular-btn-group {
    display: flex;
    margin-left: 10px;
}

.post-section {
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    border: solid 1px #eaeff2;
    background-color: #fff;
    margin-bottom: 30px;
}

.section-header {
    display: flex;
    padding: 15px;
    border-bottom: solid 1px #e6ecf0;
}

.header-left {
    font-size: 16px;
    font-weight: bold;
}

.header-right {
    display: flex;
    margin-left: auto;
    color: #6e7f8d;
    margin-top: 3px;
}

.display-options {
    margin-left: 10px;
}

.display-options:hover {
    cursor: pointer;
    color: #1da1f2;
}

.selected {
    color: #1da1f2;
}

.section-location {
    border-bottom: solid 1px #e6ecf0;
    display: flex;
}

.locations {
    display: flex;
    color: #657786;
    font-weight: bold;
}

.location {
    margin-right: 20px;
    padding: 15px;
}

.location:hover {
    cursor: pointer;
    color: #1da1f2;
}

.location-selected {
    color: #1da1f2;
    border-bottom: #1da1f2 solid 2px;
}

.find-near {
    color: #1da1f2;
    margin-left: auto;
    padding: 15px;
}

.find-near:hover {
    cursor: pointer;
}

.post {
    padding: 10px;
    border-bottom: solid 1px #e6ecf0;
    cursor: pointer;
}
.result-card{cursor: pointer;}
.car-image {
    border-radius: 10px;
    background-image: url("../../img/car-placeholder.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px;
    display: flex;
}

.car-image:hover {
    cursor: pointer;
    box-shadow: 0 2px 10px 0 rgba(206, 206, 206, 0.5);
}

.car-image-div {
    width: 160px;
    height: 120px;
}

.car-image-div-grid {
    width: 100%;
    height: 500px;
}

.image-num {
    width: auto;
    height: 21px;
    padding: 1px 10px 2px 9px;
    border-radius: 10.5px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.7);
    margin-left: auto;
    color: #6e7f8d;
    vertical-align: middle; /*Vertically centered*/
    text-align: center; /* Horizontally centered */
    display: inline;
    float: right;
}

.car-name {
    font-size: 19px;
    font-weight: bold;
}
.price {
    font-size: 16px;
    font-weight: bold;
    color: rgba(220, 46, 46, 0.97);
}

.car-location {
    color: #6e7f8d;
    text-align: right;
}

.information {
    /* display: flex; */
    color: #6e7f8d;
    margin-top: 10px;
    width: calc(100% - 190px);
}
.information .d-flex{
    flex-wrap: wrap;
}
.information .d-flex >div{
    flex: 1 1 30%;
}
.information .d-grid{
    display: grid !important;
    grid-template-columns: auto auto auto;
}
@media(max-width: 1368px){
    .information .d-grid{
        grid-template-columns: auto auto;
    }
    .information .d-grid >div{
        margin-bottom: 5px;
    }
}
.information .d-grid >div{
    flex: 1 1 30%;
    margin-bottom: 10px;
}
.icon {
    margin-right: 5px;
}

.options-btn {
    display: flex;
    margin-top: 20px;
    justify-content: right;
    width: 190px;
    max-height: 37px;
}

.save-post-btn {
    color: #1da1f2;
    margin-right: 20px;
    margin-top: 7px;
}

.save-post-btn:hover {
    cursor: pointer;
}

.loadmore {
    padding: 15px;
    text-align: center;
}

.loadmore-btn {
    width: 50%;
}

.car-price {
    border-radius: 10px;
    background-image: url("../../img/car-price.png");
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 120px;
    position: relative;
}
.car-price h2{
    color: #fff;
    font-size: 24px;
    position: absolute;
    bottom: 15px;
    left: 25px;
    font-weight: 300;
}
.new-car-price {
    border-radius: 10px;
    background-image: url("../../img/newcar-price.jpeg");
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 137px;
    position: relative;
}
.new-car-price h2{
    color: #fff;
    font-size: 24px;
    position: absolute;
    bottom: 20px;
    left: 28px;
    font-weight: 300;
}
.new-car-price:hover {
    cursor: pointer;
    box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.08);
}

.right-component {
    margin-top: 30px;
    width: 100%;
    border-radius: 10px;
    border: solid 1px #eaeff2;
    background-color: #fff;
}

.shapes {
    padding: 30px;
    text-align: center;
}

.shape:hover {
    cursor: pointer;
}

.brand-icon-div {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    border: solid 1px #eaeff2;
    text-align: center;
    border-bottom: solid 1px #e6ecf0;
    margin: 10px;
}

.brand-icon {
    width: 32px;
}
.brand-icon img{border-radius: 50%;}
.undo-btn {
    font-size: 11px;
    width: 57px;
    height: 28px;
}

.fixed-bottom-btn {
    position: fixed;
    /* Fixed/sticky position */
    bottom: 5px;
    /* Place the button at the bottom of the page */
    right: 5px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px 30px;
    /* Some padding */
    display: block;
}

.brands-mobile {
    width: 100%;
    height: 50px;
    padding: 0;
    border: solid 1px #eaeff2;
    background-color: #fff;
}

.brands-btn {
    height: 50px;
    width: 150%;
    border-radius: 0;
    margin-top: -2px;
}

.car-location-grid {
    margin-top: 8px;
}

.price-filter {
    border-left: solid 1px #e6ecf0;
}

.group-btn {
    padding: 10px;
    border-radius: 24.5px;
    border: solid 1px #e6ecf0;
}

.group-btn:hover {
    cursor: pointer;
    box-shadow: 0 2px 10px 0 rgba(206, 206, 206, 0.5);
}

.group-btn-selected {
    font-weight: bold;
    color: white;
    background-color: #1da1f2;
}

.group-btn-selected:hover {
    cursor: pointer;
    color: white;
}

/* Common Styles */
.d-flex-right {
    margin-left: auto;
}

.d-none {
    display: none;
}

.text-bold {
    font-weight: bold;
}

.text-normal {
    color: black;
}

.text-normal-gray {
    color: #6e7f8d;
}

.text-minor {
    font-size: 11px;
    color: #657786;
}

.p-15 {
    padding: 15px;
}

.m-top-15 {
    margin-top: 15px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-auto {
    margin: auto;
}

.row-custom {
    display: flex;
    flex-wrap: wrap;
}

select::-ms-expand {
    display: none;
}

ul.dropdown-menu > li:hover {
    cursor: pointer;
    background-color: #cbebff;
}

.align-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.primary-btn {
    font-weight: bold;
    background-color: #1da1f2;
    border-radius: 24.5px;
    border: none;
    padding: 10px 20px;
}
.btn{
    font-size: 0.875rem;
}
.outline-btn {
    border-radius: 24.5px;
    margin-right: 10px;
    font-weight: bold;
}

.btn-paginate {
    border-radius: 19.5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    border: solid 1px #e7e7e7;
    background-color: #fff;
}

.btn-paginate-page {
    padding: 0 20px;
    margin: 0 20px;
}

.btn-paginate-nav {
    width: 40px;
    height: 40px;
    color: #1da1f2;
    font-size: 12px;
}

.thead-gray {
    background-color: #6e7f8d;
    color: #fff;
    padding: 0;
}

.thead-gray > tr > th {
    text-align: center;
    color: white;
    padding: 5px;
    font-size: 13px;
}

.tbody-black > tr > td {
    color: black;
    font-size: 13px;
}

.border {
    border: solid 1px #ebebeb;
}

.border-right {
    border-right: solid 1px #ebebeb;
}

.border-left {
    border-left: solid 1px #ebebeb;
}

.border-bottom {
    border-bottom: solid 1px #e6ecf0;
    min-height: 63px;
}

.border-top {
    border-top: solid 1px #e6ecf0;
}

.modal-custom {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.detail-a:hover {
    color: white;
}

.preview-content {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: block;
    /* a */
    padding-top: 10px;
    /* a x number of line to show (ex : 2 line)  */
}

.news-image-div {
    height: 120px;
    width: 200px;
}

.tags {
    border: 1px solid;
    border-radius: 10px;
    padding: 0px 10px;
    margin-left: 5px;
    /*color: white;
    background: #1da1f2;*/
    font-size: 13px;
}

.tags:hover {
    /*color: white;
    box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.08);*/
}

.a-white:hover {
    color: white;
}

.loading-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    /* display: none; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.cover-image {
    /* border-radius: 10px; */
    background-image: url("../../img/car-placeholder.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 5px; */
    /* display: flex; */
    width: 100%;
    height: 200px;
    position: relative;
}

.avatar {
    background-image: url("../../img/car-placeholder.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 135px;
    height: 135px;
    margin-top: -75px;
    border-radius: 50%;
    border: 5px solid #fff;
    background-color: #fff;
}

.m-top-15 {
    margin-top: 15px;
}

.m-right-15 {
    margin-right: 15px;
}

.m-left-15 {
    margin-left: 15px;
}

.m-bottom-15 {
    margin-bottom: 15px;
}
.download-btn {
    border-radius: 10px;
}

.download-btn:hover {
    box-shadow: 0 2px 10px 0 rgba(206, 206, 206, 0.5);
}

.collapsible {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    background-color: #f2f2f2;
  }


  .active, .collapsible:hover {
    background-color: #dcdcdc;
  }

  .collapsible:after {
    /* font-family: "Font Awesome\ 4 Free"; */
    content: url('data:image/svg+xml; utf8, <svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.99956 3.879L8.71206 0.166504L9.77256 1.227L4.99956 6L0.226562 1.227L1.28706 0.166504L4.99956 3.879Z" fill="black"/></svg>');
    color: black;
    font-weight: 900;
    float: right;
    margin-left: 5px;
  }

  .collapsible.active:after {
    content: url('data:image/svg+xml; utf8, <svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.00044 2.121L1.28794 5.8335L0.227437 4.773L5.00044 -3.39743e-06L9.77344 4.773L8.71294 5.8335L5.00044 2.121Z" fill="black"/></svg>');
  }

  .content-collapse {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    border-bottom: solid 1px #dcdcdc;
  }

  .content-collapse > .row {
      margin: 15px 0;
  }

  .content-collapse > .row > .col {
      padding: 10px;
  }
  .popular_wrap{background-color: #f2f2f2;padding: 2rem 0;}
  #textseo_footer{padding: 2rem 0; }
  #textseo_footer p{font-size: 16px;}
  #textseo_footer.isCollapsed{max-height: 225px;
    overflow: hidden;
    position: relative;}
    /*.isCollapsed:after{
        position: absolute;
        bottom: 0;
        height: 80px;
        width: 100%;
        content: " ";
        display: block;
        background-image: linear-gradient(to bottom,transparent,rgba(99,88,66,.1));
    }*/
@media(min-width: 991px){
    .popular_search{margin-top: 45px;}
    .popular_wrap{ padding: 4rem 0;}
}

/* Responsive */
@media (max-width: 641px) {
    .side-filter .filter-wrapper {
        position: absolute;
        height: 100%;
        overflow-y: auto;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-transition: transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        background: #fff;
        max-width: 100vw;
        min-width: 100vw;
        padding: 20px;
    }
    .preview-image {
        width: 100px;
        height: 100px;
    }
}
.preview-detail h3{line-height: 1;}
/* lg */
@media (max-width: 991px) {
    .collapsible{padding-left: 0px;}
    .web {
        display: none;
    }

    .mobile {
        visibility: visible;
        display: block !important;
    }

    .container {
        padding: 0px;
    }
    .footer .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .post-section {
        border-radius: 0;
        margin-top: -15px;
    }

    .location {
        margin: 0;
    }

    .car-image-div {
        width: 130px;
        height: 100px;
    }

    .car-image-div-grid {
        height: 200px;
    }

    .car-name-div {
        display: block;
    }
    .car-name{font-size: 16px;}

    .header-text{margin-top: 0px !important;}
    .car-location {
        text-align: left;
        margin-left: auto;
        padding: 0;
        margin-top: 7px;
    }

    .car-location-grid {
        margin-top: 0;
    }

    .price {
        margin-top: 5px;
        text-align: left;
    }

    .information {
        padding: 0;
        width: 100%;
    }
    .posts .d-flex.mobile{
        display: flex !important;
    }
    .posts .d-flex.mobile > *{
        width: 50%;
    }
    .save-post-btn {
        margin: 0;
    }

    .loadmore-btn {
        width: 75%;
    }

    .thead-gray > tr > th:last-child {
        right: 0;
        position: sticky;
        z-index: 3;
        background-color: #6e7f8d;
    }

    .tbody-black > tr > td:last-child {
        right: 0;
        position: sticky;
        z-index: 3;
        background-color: #fff;
    }

    .car-info-web {
        margin: 0 15px;
    }

    .web-hide {
        display: none;
    }

    .selling-car {
        margin-top: 15px;
        border-top: solid 1px #e6ecf0;
    }

    .preview-content {
        max-height: 80px;
    }

    .news-image-div {
        width: 140px;
        height: 140px;
    }

    .options-btn {
        justify-content: left;
    }

    .detail-btn {
        margin-left: 15px
    }

    .save-post-btn {
        margin-top: 8px;
    }

    .tags {
        margin-left: 0px;
        margin-right: 5px;
    }

    .mobile-responsive {
        margin-bottom: 15px;
        padding: 15px;
    }
    .collapsible_m {
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        padding-bottom: 0;
        padding-left: 0px;
    }
    .collapsible_m:after {
        /* font-family: "Font Awesome\ 4 Free"; */
        content: url('data:image/svg+xml; utf8, <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.33301 4.3335V0.333496H5.66634V4.3335H9.66634V5.66683H5.66634V9.66683H4.33301V5.66683H0.333008V4.3335H4.33301Z" fill="black"/></svg>');
        color: black;
        font-weight: 900;
        float: right;
        margin-left: 5px;
    }
    .collapsible_m.activem{
        border-bottom: solid 0px #dcdcdc;
    }
    .collapsible_m.activem:after{
        margin-top: -4px;
        content: url('data:image/svg+xml; utf8, <svg width="10" height="2" viewBox="0 0 10 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.333008 0.333496H9.66634V1.66683H0.333008V0.333496Z" fill="black"/></svg>');
    }
    .colcontent{
        padding: 0 20px 15px 20px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        border-bottom: solid 1px #dcdcdc;
    }
}
.chosen-container.chosen-container-active.chosen-with-drop{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.chosen-container.chosen-container-active.chosen-with-drop .chosen-drop{
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0px;
    left: -1px;
    width: calc(100% + 2px);
    box-shadow: none;
    border: 1px solid #e7e7e7;
    border-top: 0px;

}
.chosen-container .chosen-results li.highlighted{
    background-color: #1ea1f1;
    background-image: none;
    border-radius: 0;
}
input.input_box {
    box-shadow: none;
    height: 30px;
}
textarea.filer_box-select{
    box-shadow: none;
}
img[src*="bg-trns.jpg"]{
    display: none;
}
.dropdown-menu .dropdown-item{
    padding: 10px 15px;
}
.dropdown-menu .dropdown-item input[type=radio]{
    display: none;
}
.kieudang{
    padding: 6px 12px;
    height: 36px;
    border-radius: 19.5px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 3%);
    border: solid 1px #e7e7e7;
    background-color: #fff;
}
.kieudang #select-kieudang .d-flex>div:first-child{
    display: block !important;
}
.kieudang #select-kieudang .d-flex>div:first-child img{margin-right: 5px;}
.title-new{font-size: 16px;}
@media(min-width: 1024px){
    a.logo{margin-right: 50px;}
}
/*Css for menu mobile*/
.new-mobile-nav{
    background: #F5F8FA;
    padding-top: 10px;
    height: 100%;
}
.menu-mobile-icon{
    width: 100%;
}
.menu-item{
    width: 80px;
    height: 80px;
    border: 0px;
    color: #94A1B2;
    background: #ffffff;
    font-size: 10px;
    border-bottom: 1px solid #C2CFE0;
    position: relative;
}
.menu-item svg{margin-bottom: 5px;}
.menu-item svg path{
    stroke: #94A1B2;
}

.mainitem.onactive .menu-item, .mainitem:hover .menu-item{
    background: #1DA1F2;
    color: #ffffff;
}
.mainitem.onactive .menu-item svg path, .mainitem:hover .menu-item svg path{
    stroke: #ffffff;
}
/* Polygon 1 */
.mainitem.onactive .menu-item:after, .mainitem:hover .menu-item:hover:after{
    content: url("data:image/svg+xml,%3Csvg width='17' height='22' viewBox='0 0 17 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.12152 12.5976C0.0590292 11.7975 0.0590325 10.2025 1.12152 9.40236L13.0469 0.421785C14.3648 -0.570737 16.25 0.369539 16.25 2.01943L16.25 19.9806C16.25 21.6305 14.3648 22.5707 13.0469 21.5782L1.12152 12.5976Z' fill='%23F5F8FA'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: calc(100% - 10px);
    top: calc(50% - 10px);
}
.menu-mobile-content{
    margin-left: 10px;
    background: #ffffff;
    width: calc(100% - 100px);
    padding: 10px;
    position: absolute;
    right: -100%;
    height: calc(100% - 10px);
    top: 10px;
    opacity: 0;
    overflow-y: auto;
    -webkit-transition: opacity 0.2s ease-out, right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.2s ease-out, right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
 .mainitem.onactive .menu-mobile-content{
    height: calc(100% - 10px);
    right: 10px;
    opacity: 1;
}
.menu-mobile-content .listbrand {
    padding: 5px;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: auto auto auto;
}
.menu-mobile-content .listbrand .brand-item{text-align: center; }
.menu-mobile-content .listbrand .brand-item div{padding: 10px;}
.menu-mobile-content .listbrand .brand-item img{width: auto; max-width: 90%; height: 32px;}
.head{padding-bottom: 10px; line-height: 40px;}
.head .input-search{width: calc(100% - 52px);}
.head .all{float: right;}

.imgviewmobile{display: none; background: #ffffff; height: 100%; overflow: auto;}
.imgviewmobile .listview img{max-width: 100%; padding-bottom: 10px;}
.textlink_footer{padding: 10px;}
@media(max-width: 991px){
    .profile-menu-mobile>a{
        display: inline-block;
        height: 36px;
    }
    .profile-menu-mobile .dropdown-menu ul{
        list-style: none;
        margin-left: 0px;
        padding-left: 10px;
    }
    .profile-menu-mobile .dropdown-menu ul li{
        padding: 5px;
    }
    .row-cols-5>*{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .imgviewmobile.showbox{
        display: block;
        position: fixed;
        height: 100%;
        top: 0;
        z-index: 1000;
        padding: 0px;
    }
    .hideover{overflow: hidden;}
    .closeview{position: fixed;
        z-index: 10;
        background: rgb(169 169 169 / 50%);
        padding: 5px;
        width: 40px;
        height: 40px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }
    .closebox{
        width: calc(100% - 20px);
        margin: 0 10px 10px 10px;
        max-width: 100%;
        font-weight: 700;
        color: #007bff;
    }
    .footer-top{padding-top: 2rem}
    body.side-menu-open{overflow: hidden;}
}
/*.other-brands{*/
/*    display: block !important;*/
/*}*/
