<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-family: sans-serif;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

.fr-view ul {
    list-style: disc;
    margin-left: 15px;
    padding-left: 26px;
}

.marketplace-auction-status {
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: left;
    left: 0;
}

.flx-cls-auc .big-pic .marketplace-auction-status {
    margin-left: 4px;
    margin-top: 4px;
    position: static;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: left;
    left: 0;
    float: left;
    margin-right: 10px;
}

.filter-by .input-group select.form-control {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right 10px center !important;
    -webkit-appearance: none;
    background-size: 10px !important;
    appearance: none !important;
    padding-right: 25px !important;
}

.marketplace-auction-status:before,
.marketplace-auction-status:after {
    position: absolute;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.marketplace-auction-status:before {
    content: "";
    animation: bounce 1.5s infinite;
}

.marketplace-auction-status:after {
    content: "";
    animation: bounce 1.5s -0.4s infinite;
}

.marketplace-auction-status.live-color {
    background-color: #4CAF50;
}

.marketplace-auction-status.live-color:before,
.marketplace-auction-status.live-color:after {
    background-color: #4CAF50;
}

.marketplace-auction-status.pending-color,
.marketplace-auction-status.in-active-color {
    background-color: #FFB300;
}

.marketplace-auction-status.pending-color:before,
.marketplace-auction-status.pending-color:after,
.marketplace-auction-status.in-active-color:before,
.marketplace-auction-status.in-active-color:after {
    background-color: #FFB300;
}

.marketplace-auction-status.expired-color {
    background-color: #F44336;
}


/*.auction-status.expired-color:before, .auction-status.expired-color:after {
      background-color: #F44336; }*/

@keyframes bounce {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(3);
        -webkit-transform: scale(3);
        opacity: 0;
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(3);
        -webkit-transform: scale(3);
        opacity: 0;
    }
}

.Ypt-loader {
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 99999 !important;
}

.Ypt-loader img {
    /* margin: 22% auto; */
    align-self: center;
}

.fr-element fr-view p {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    font-size: 16px !important;
}

.fr-toolbar.fr-top {
    top: 0;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    /*border: 0 solid #cacaca; */
    border: 0 solid rgba(0, 0, 0, 0.2);
    background-color: #f0f0f0;
}

.fr-element {
    overflow-x: visible !important;
}

.wth-ot-lg {
    margin: 40px auto;
}

.wth-ot-lg.com-pro-wol {
    width: 100%;
    max-width: 1070px;
}

.listing-widget,
.network-widget {
    position: relative;
    overflow: hidden;
}

.listing-widget .listing-info,
.listing-widget .network-info,
.network-widget .listing-info,
.network-widget .network-info {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(141, 145, 150, 0.3);
}

.listing-widget .listing-info img,
.listing-widget .network-info img,
.network-widget .listing-info img,
.network-widget .network-info img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.listing-widget .listing-info h5,
.listing-widget .network-info h5,
.network-widget .listing-info h5,
.network-widget .network-info h5 {
    font-size: 14px;
    line-height: 1;
}

.listing-widget .listing-info:last-of-type,
.listing-widget .network-info:last-of-type,
.network-widget .listing-info:last-of-type,
.network-widget .network-info:last-of-type {
    border-bottom: none;
    margin-bottom: 0px;
}

.listing-widget .network-info img,
.network-widget .network-info img {
    border-radius: 100%;
}

.listing-widget .network-info .fa,
.network-widget .network-info .fa {
    position: absolute;
    right: 0px;
    top: 4px;
    color: #fff;
    background: var(--main-brand-color);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 9px 0;
    text-align: center;
}

.db-widget .user-card {
    padding-top: 10px;
}

#listingView .listings-grid .panel-default.listing {
    box-shadow: 0px 8px 8px #e0e0e0;
    border-radius: 18px 18px 0 0;
}

.listing {
    position: relative;
    transition: none;
}

.listing.highlight {
    background-color: #dae9f4;
}

.listing .listing-img {
    position: relative;
    padding-top: 65%;
    overflow: hidden;
    height: auto;
    background: #fff;
}

#report .modal-dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.report-dv {
    position: absolute;
    top: 7px;
    right: 0;
    background: var(--main-brand-color);
    padding: 5px;
    z-index: 9;
    color: #fff;
}

.report-dv a {
    color: #fff;
}

.review-label {
    margin-top: 25px !important;
    background: #00d080;
}

.report-dvleft {
    position: absolute;
    top: 10px;
    left: 0;
    background: var(--main-brand-color);
    padding: 5px;
    z-index: 9;
    color: #fff;
}

.report-dvleft a {
    color: #fff;
}

#watermark-one .modal-content {
    margin-top: 5%;
    display: inline-block;
}

#watermark-one .modal-content {
    margin: 0 auto;
    padding: 30px;
    width: 80%;
}

#watermark-one button.close {
    opacity: .5;
    margin-top: -16px;
    margin-right: -20px;
}

#watermark-one button.close&gt;i {
    color: #000;
    font-size: 21px !important
}

#network-group-modal .modal-content {
    padding: 0;
}

#add-dealer-modal button.close {
    opacity: .5;
    margin-right: -13px;
    font-size: 28px;
    font-weight: normal;
}

#network-group-modal button.close {
    opacity: .5;
    margin-right: 0px;
    font-weight: normal;
    font-size: 28px;
}

.table tbody .remove-item.remove-video {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flx-cls-auc .listing-user .listing-user-info {
    float: left;
    overflow: inherit;
    width: 121px;
}

.flx-cls-auc .listing-user .listing-user-info a h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
}

.flx-cls-auc .top-panl .top-left-user .user-name-detail.nconect {
    margin-top: 0px;
    height: auto;
    font-size: 12px;
    margin-bottom: 31px;
}

.sidebar-toggled .auction.time .user-name-detail.nconect h1 {
    width: auto;
    max-width: 100%;
    float: left;
    color: #343b45;
    font-size: 12.5px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listing-img {
    transition: all 0.5s ease;
}

.listing-img&gt;.black-hoverlay {
    display: none;
    cursor: pointer;
}

#listingView .listings-grid .panel-default.listing {
    box-shadow: 0px 8px 8px #e0e0e0;
    border-radius: 18px;
}

.listing-img:hover .black-hoverlay {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    border-radius: 18px 18px 0 0 !important;
    transition: all 0.5s ease;
    z-index: 99;
}

.social-icons-list {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    width: auto;
    z-index: 99;
}

.social-icons-list a {
    color: #ece9e9;
    text-decoration: none;
    font-size: 13px;
    border: none;
    padding: 4px 2px 4px 6px;
    border-radius: 6px;
    text-align: center;
    display: block;
    margin-bottom: 7px;
    min-width: 30px;
    float: right;
    clear: both;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.4);
}

.social-icons-list a:hover,
.social-icons-list a:focus {
    color: #fff;
}

.social-icons-list a .animated-icon {
    max-width: 0;
    -webkit-transition: max-width 1s;
    transition: max-width 1s;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
}

.social-icons-list a:hover .animated-icon {
    max-width: 150px;
    margin-right: 5px;
}

#assign-modal .modal-body {
    padding-bottom: 25px !important;
}

.pager.wizard .btns .btn-default {
    color: var(--main-brand-gray-color);
    border-color: var(--main-brand-gray-color);
}

.pager.wizard .btns .btn-default:focus,
.pager.wizard .btns .btn-default:active,
.pager.wizard .btns .btn-default:hover {
    color: var(--main-brand-gray-color);
    border-color: var(--main-brand-color);
}

#assign-modal .modal-header .close {
    margin-top: -28px;
    margin-right: -34px;
}

#assign-modal button.close&gt;i {
    color: #000;
}

.gallery-dv {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.gallery-dv img {
    border-radius: 18px 18px 0 0;
    width: 100%;
}

#watermark-one .modal .modal-content {
    display: inline-block;
}

.listing .listing-img .label {
    font-weight: normal;
}

.listing .listing-img .label-featured,
.listing .listing-img .label-type {
    right: inherit;
    bottom: inherit;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    line-height: 1.3;
}

.listing .listing-img .label-type {
    left: inherit;
    top: 12px;
    right: 12px;
}

.listing .listing-img a.hover-effect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
    height: 100%;
}

.listing .listing-img a.listing-img-link {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 18px 18px 0 0;
    border-bottom: 1px solid rgba(141, 145, 150, 0.22);
    background-color: #ffffff;
}

.listing .listing-img a.listing-img-link span {
    color: var(--main-brand-secondary-color);
    vertical-align: middle;
    padding: 94px 15px 0;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    text-shadow: 0px 0px 17px rgba(255, 255, 255, 1);
    font-weight: bold;
}

.listing .listing-img a.review-list-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 18px 18px 0 0;
    border-bottom: 1px solid rgba(141, 145, 150, 0.22);
}

.listing .listing-img a.review-list-img span {
    color: #343b45;
    vertical-align: middle;
    padding: 94px 15px 0;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    text-shadow: 0px 0px 17px rgba(255, 255, 255, 1);
    font-weight: bold;
}

#sarch-list .listing-img a.hover-effect {
    width: 100%;
    position: relative;
    transition: all .5s ease-in-out 0s;
    height: 180px;
    float: left;
    border: 1px solid rgba(141, 145, 150, 0.22);
}

#sarch-list .listing-body h3 {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0;
}

#sarch-list {
    border-bottom: 1px solid rgba(141, 145, 150, 0.22) !important;
    padding-bottom: 0px;
    margin-bottom: 40px;
}

#sarch-list .listing-user {
    margin-bottom: 15px;
}

#sarch-list .listing-body {
    padding: 0 15px;
    min-height: 15px;
}

a.request-review span {
    width: auto !important;
    padding: 3px 5px !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1.3;
    font-weight: 500 !important;
}

.listing .listing-img a&gt;img {
    height: 100%;
}

.listing .listing-img:hover a.hover-effect:before {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.listing .listing-img:hover a.hover-effect:after {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.listing .listing-img:hover a {
    opacity: 1;
}

.listing .listing-action {
    margin: 0 !important;
    z-index: 4;
}

.l_share_btn {
    min-width: 60px;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.listing .listing-action li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0 0px !important;
    color: #fff;
    /* cursor: pointer; */
    font-size: 13px !important;
}

.listing .listing-action li&gt;a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 27px;
    border-radius: 40px;
    background-color: var(--main-brand-color);
    color: #fff;
    text-align: center;
    transition: all .5s ease-in-out 0s;
}

.listing .listing-action li.pullright&gt;a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 29px;
    border-radius: 40px;
    background-color: var(--main-brand-color);
    color: #fff;
    text-align: center;
    transition: all .5s ease-in-out 0s;
    padding: 0px 9px;
}

.listing .listing-action li&gt;a:hover {
    background-color: #343b45;
    opacity: 1;
}

.listing .listing-action.btn-ui-listings li&gt;a {
    width: auto;
    height: auto;
}

.listing .listing-action li&gt;a.btn-listings {
    line-height: normal;
    border-radius: 0px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    transition: all .5s ease-in-out 0s;
    color: var(--main-brand-font-awsm);
    border: 1px solid var(--main-brand-font-awsm);
    border-radius: 36px;
    padding: 9px 18px;
    font-weight: 700;
    height: 36px;
    min-width: 100px;
    margin-bottom: 5px;
}

.listing .listing-action li:nth-child(1)&gt;a.btn-listings {
    margin-left: 0;
}

#send_lmsg {
    font-size: 14px;
    line-height: 36px;
    min-width: 100px;
    padding: 0px 18px;
    height: 36px;
}

.listing-detail-width.w-o-log #list-desc p {
    font-size: 12px;
}

.listing-detail-width.content .box-card {
    margin-top: 20px;
}

.listing .listing-action li&gt;a.btn-listings:hover {
    background-color: var(--main-brand-color);
    color: var(--main-brand-text-color);
    border: 1px solid var(--main-brand-color);
}

.listing .listing-action li&gt;a .fa:hover {
    background-color: transparent;
}

.listing .listing-action li&gt;div span {
    display: none;
}

.listing .listing-action li&gt;div span:first-of-type {
    display: block;
}

.listing .listing-action li .switchery-default {
    height: 24px;
    transition: none !important;
}

.listing .listing-action li .switchery-default&gt;small {
    width: 24px;
    height: 24px;
}

.listing .listing-action.listing-edit {
    right: inherit;
    position: absolute;
    padding: 0 15px;
    bottom: 15px;
    z-index: 100;
}

.listing .listing-action.listing-edit .toggle.btn {
    height: 30px !important;
    min-height: 30px !important;
    padding: 3px 10px !important;
}

.listing .listing-action.listing-edit .toggle.ios,
.listing .listing-action.listing-edit .toggle-on.ios,
.listing .listing-action.listing-edit .toggle-off.ios {
    border-radius: 20px;
}

.listing .listing-action.listing-edit .toggle.ios .toggle-handle {
    border-radius: 20px;
}

.listing .listing-action.listing-edit li:first-child {
    margin-left: 0 !important;
}

.listing .listing-action.listing-edit .text-danger a {
    background: #F44336 !important;
}

.listing .listing-action.listing-edit li&gt;span {
    display: block;
}

.listing .listing-action.listing-edit li&gt;span~span {
    display: none;
}

.listing .listing-action li a.btn-listings.a-custReq {
    color: #fff;
    background: #00d080;
    border-color: #00d080;
}

.listing .listing-action li a.btn-listings.a-custReq:hover {
    background: #fff;
    color: #00d080;
}

.listing .listing-action li a.btn-listings.deny-btn {
    color: #fff;
    background: #eb5751;
    border-color: #eb5751;
}

.listing .listing-action li a.btn-listings.deny-btn:hover {
    background: #fff;
    color: #eb5751;
}

.listing .listing-body {
    padding: 0 15px;
    min-height: 220px;
}

.market-wth-lgn ul.pagination {
    align-items: center;
    justify-content: center;
}

.listing .listing-body h3 {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.market-wth-lgn .listing .listing-body h3 {
    line-height: normal;
    width: 100%;
}

.market-wth-lgn .listing .listing-body h3 a.fs-16.font-regular {
    width: 91%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.market-wth-lgn .listing .listing-body p {
    font-weight: normal;
}

.listing .listing-body h3#lst-price {
    margin-top: 8px;
    width: calc(100% - 140px) !important;
}

.without-login-tab .listing .listing-body h3#lst-price {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
}

.owl-item .absol-dv .panel {
    background: none;
}

.owl-item .listing .listing-body {
    padding: 0 15px;
    min-height: 225px;
    box-shadow: 0px 8px 8px #e0e0e0;
    border-radius: 0 0 18px 18px;
    background: #fff;
}

.owl-item .listing .listing-body .clearfix h3 {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 180px;
}

.sidebar-toggled .listing .listing-body .clearfix h3 {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
}

.sidebar-toggled .listing .listing-body .clearfix h3#lst-price {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 130px;
}

.sidebar-toggled .owl-item .listing .listing-body .clearfix h3 {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 170px;
}

.sidebar-toggled h3#lst-price.ful-price {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

h3#lst-price.ful-price {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-top: 2px;
}

.listing .listing-body h3 a {
    color: var(--main-brand-label-color);
}

.listing .listing-body h3 a:hover {
    color: #343b45;
}

.listing .listing-body h3 a.viewing-clas {
    float: right;
    margin: -3px 0px 0px 0px;
}

#comp_marketplace .listing .listing-body .clearfix h3#lst-price {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 155px;
    padding-top: 4px;
}

.sidebar-toggled #comp_marketplace .listing .listing-body .clearfix h3#lst-price {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 155px;
    padding-top: 4px;
}

#comp_marketplace.company-dv .listing .listing-body .clearfix h3#lst-price {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 155px;
    padding-top: 4px;
}

.sidebar-toggled #comp_marketplace.company-dv .listing .listing-body .clearfix h3#lst-price {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 165px;
    padding-top: 4px;
}


/* .listing .listing-body p {
      font-size: 12.5px;
    min-height: 20px;
      line-height: 16.5px;
     }*/

.listing .listing-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 34px;
    min-height: auto;
    overflow: hidden;
    word-break: normal;
    float: left;
    width: 100%;
    font-size: 12.5px;
    line-height: 16.5px;
}

.listing .rfq-listing-body .listing-action {
    position: relative;
    bottom: inherit;
    right: inherit;
}

.listing .rfq-listing-body .listing-action li a,
.listing .rfq-listing-body .listing-action li span {
    background-color: #8d9196;
}

.listing .listing-desc p[style] {
    background: yellow !important;
}

.popover-content .popover-html .listing-user .listing-user-info h3 {
    line-height: 14px;
    width: 260px;
    margin-top: 2px;
}

.popover-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listing-user {
    float: left;
    padding: 0px;
    position: relative;
    overflow: inherit;
    margin: 10px 0;
    width: 100%;
}

.listing-user .listing-user-avatar a {
    border: 1px solid #efeeee;
    padding: 2px;
}

.listing-user.content-template {
    float: left;
    margin-top: 18px;
    margin-bottom: 0px;
}

#wthout-login .listing .listing-body {
    padding: 0 15px;
    min-height: 198px;
}

#wthout-login .aq-rqst-pending {
    border-radius: 0 0 18px 0;
}

#wthout-login .enqBtnDiv {
    width: 100%;
    float: left;
}

#wthout-login .pra-wthout-logn {
    color: #888;
}

#wthout-login .enqBtnDiv span {
    width: 105px;
    height: 10px;
    background: rgba(52, 59, 69, 0.2);
    float: left;
    margin-top: 16px;
}

#wthout-login .enqBtnDiv a,
#wthout-login .enqBtnDiv a:hover,
#wthout-login .enqBtnDiv a:focus {
    float: right;
    background: var(--main-brand-color);
    padding: 0px 18px;
    color: #fff;
    border-radius: 50px;
    /*   font-weight: 700;*/
    cursor: pointer;
    height: 36px;
    font-size: 14px;
    line-height: 36px
}

#wthout-login .listing-user.content-template {
    float: left;
    margin-top: 8px;
    margin-bottom: 12px;
}

.listing-user .listing-user-network {
    float: right;
}

.listing-user .listing-user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    float: left;
    overflow: inherit;
    max-width: calc(100% - 108px);
    max-width: calc(100% - 170px);
    padding-top: 0 !important;
    /* width: 100%; */
    flex-wrap: wrap;
}
.listing-user &gt; .pull-right {
    margin-left: auto;
}

#userCard .listing-user .listing-user-info {
    max-width: calc(100% - 75px);
    width: auto;
}

#listingView .listings-grid .panel-default.listing .listing-body .listing-user &gt; .pull-right {
    margin-left: auto;
}

#listingView .listings-grid .panel-default.listing .listing-body .listing-user .get-financ a img {object-fit: contain;}

#userCard .listing-user.m-t-35.m-r-20 {
    display: flex;
    align-items: center;
}

#userCard .listing-user .listing-user-info a.listname-ver {
    width: auto;
    max-width: 100%;
}

.listing-user .listing-user-info h5 {
    font-weight: bold;
    margin: 0;
    font-size: 12.5px;
    line-height: 1.2;
}

.listing-user .listing-user-info li {
    line-height: 1;
    display: inline-block;
    margin: 10px 15px 0 0;
}

.listing-user .listing-user-info li a {
    font-size: 16px;
    color: #343b45;
}

.listing-user .listing-user-info li a:hover {
    color: var(--main-brand-color);
}

.listing-user .listing-user-avatar {
    position: relative;
    padding-top: 0px;
    float: left;
    overflow: hidden;
}
#accordion .panel-collapse .panel-body .listing-user .listing-user-avatar {
    text-align: right;
}
#accordion .panel-collapse .panel-body .listing-user .listing-user-avatar a {
    float: none;
}
#accordion .panel-collapse .panel-body .listing-user .listing-user-info {
    padding-top: 5px !important;
}

.listing-user-avatar.p-r-10.privacy {
    /* margin-left: 12px; */
}

.recomendation-grid .listing-user-avatar.p-r-10.privacy {
    margin-left: 12px;
}

.listing-user .listing-user-avatar .b-free {
    border-color: #e3e4e6 !important;
}

.listing-user.content-template .thumbnail-wrapper {
    background: rgba(52, 59, 69, 0.2);
}

.listing-user.content-template h4 {
    width: 105px;
    height: 12px;
    background: rgba(52, 59, 69, 0.2);
}

.listing-user.content-template span {
    width: 125px;
    height: 11px;
    display: inline-block;
    background: rgba(52, 59, 69, 0.2);
}

.aq-rqst-pending {
    position: absolute;
    right: -5px;
    bottom: 0px;
    border-radius: 0px;
    width: 90px;
    height: 74px;
    white-space: inherit;
    font-weight: 700;
    text-align: center;
}

.aq-rqst-pending.color-info:hover,
.aq-rqst-pending.color-info:focus {
    background: var(--main-brand-color) !important;
    color: #fff !important;
}

.input-search input {
    width: 86%;
    float: left;
}

.input-search button {
    padding: 4px 15px 3px 15px;
    border-radius: 0px 2px 2px 0px;
    border: 1px solid var(--main-brand-color);
}

#lsearch {
    height: 45px;
}

.listing-user .listing-user-avatar a.circular img {
    border-radius: 100px !important;
}

.denq-send {
    height: 36px;
    padding: 9px 15px;
    line-height: normal;
    border-radius: 50px;
    font-weight: normal;
    min-width: 100px;
    font-size: 14px;
}

.customscroll form textarea.form-control {
    padding: 10px;
    border-radius: 10px;
}

#accordion .form-group {
    border-radius: 6px;
}

#accordion .form-group .ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    border: none;
    width: 100%;
    font-size: 12px;
    outline: none;
    padding-left: 0;
    height: 32px;
}

#accordion .form-group .ui-selectmenu-button.ui-button:hover,
#accordion .form-group .ui-selectmenu-button.ui-button:focus {
    background: transparent;
    color: #454545 !important;
}

#listing_category_id-menu.ui-menu .ui-menu-item .ui-menu-item-wrapper,
#listing_sub_category_id-menu.ui-menu .ui-menu-item .ui-menu-item-wrapper,
#listing_category_type-menu.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

#listing_category_id-menu.ui-menu .ui-menu-item:last-child .ui-menu-item-wrapper,
#listing_sub_category_id-menu.ui-menu .ui-menu-item:last-child .ui-menu-item-wrapper,
#listing_category_type-menu.ui-menu .ui-menu-item:last-child .ui-menu-item-wrapper {
    color: var(--main-brand-color);
    font-weight: 700 !important;
}

#listing_category_id-menu.ui-state-active,
#listing_category_id-menu.ui-widget-content .ui-state-active,
#listing_sub_category_id-menu.ui-state-active,
#listing_sub_category_id-menu.ui-widget-content .ui-state-active,
#listing_category_type-menu.ui-state-active,
#listing_category_type-menu.ui-widget-content .ui-state-active {
    color: #fff !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 10px 10px;
    max-height: 350px;
}

.btn-primary.addCity {
    width: 100%;
    padding: 25px 15px;
    line-height: normal;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0px;
    color: #828282 !important;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background: none;
}

.btn-primary.addCity:hover,
.btn-primary.addCity.active,
.btn-primary.addCity:focus {
    background: none;
    color: var(--main-brand-color) !important;
    border-top: #ddd 1px solid !important;
}

.btn-outline-inverse {
    width: 100%;
    padding: 25px 15px;
    line-height: normal;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0 0 12px 12px;
    color: #828282 !important;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-color: #ddd;
}

.btn-outline-inverse:hover {
    background: none;
    color: var(--main-brand-color) !important;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

.listing-auction-btn,
.listing-auction-btn:hover,
.listing-auction-btn:focus {
    background: var(--main-brand-color);
    background-image: none;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 0 0 12px 12px;
    height: 40px;
    font-weight: 700;
    width: auto;
    margin-left: 7px;
}

.aq-listing-Category .listing-auction-btn,
.aq-listing-Category .listing-auction-btn:hover,
.aq-listing-Category .listing-auction-btn:focus {
    background: var(--main-brand-color);
    background-image: none;
    color: var(--main-brand-text-color);
    border: none;
    padding: 5px 15px !important;
    font-size: 12px;
    border-radius: 12px !important;
    height: 40px;
    font-weight: 700;
    width: auto;
    margin-left: 7px;
}

img.flag-final {
    width: 20px;
    float: left;
    margin-top: 3px;
    margin-left: 6px;
}

span.location-trun {
    margin-left: 10px;
}

.market-wth-lgn .flag-truncate {
    max-width: 290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 160px;
    float: left;
}

.flag-truncate {
    max-width: calc(100% - 28px) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 160px;
    float: left;
}

.location-trun .fa {
    font-size: 13px !important;
}

.content.sm-gutter.listing-detail-width.w-o-log {
    width: 990px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.content.sm-gutter.listing-detail-width.w-o-log .col-lg-12.ddtl.p-r-30 .row.head h3.fs-16.font-semibold.text-master {
    font-size: 30px !important;
    line-height: 34px !important;
}


/*------listin market-place-new---------------*/

.listings-grids.grid_lists {
    background: #fff;
    width: 100%;
    float: left;
}

.listings-grids .top-panl {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.listings-grids .top-panl .star-rating-profile {
    float: right;
    margin-top: 10px;
    width: auto;
    margin-right: 14px;
    display: none;
}

.sidebar-toggled .listings-grids .top-panl .star-rating-profile {
    float: right;
    margin-top: 10px;
    width: auto;
    margin-right: 0px;
}

.listings-grids .top-panl .star-rating-profile .fa.fa-star {
    color: var(--main-brand-color);
    font-size: 15px;
}

.listings-grids .top-panl .star-rating-profile .outline-fil {
    color: #edeaea !important;
    font-size: 15px;
}

.listings-grids .top-panl .star-rating-profile .fa.fa-star-o {
    color: #bdbdbd;
}

.listings-grids .top-panl .top-left-user {
    position: relative;
    float: left;
    width: calc(100% - 110px) !important;
}

.market-wth-lgn .listings-grids .top-panl .top-left-user .user-name-detail {
    width: calc(100% - 75px) !important;
    float: left;
    margin-top: 0px;
    margin-left: 10px;
}

.listings-grids .top-panl .top-left-user a.user-pic-list {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    float: left;
    border: 1px solid #dcdbdb;
    padding: 2px;
    margin-top: -7px;
}

.listings-grids .top-panl .top-left-user a.user-pic-listg {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    position: static;
    background: #eee;
    float: left;
}

.listings-grids .top-panl .top-left-user a.user-pic-list img {
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 100px !important;
}

.listings-grids .top-right-timer,
.listings-grids .top-right-timer.abcd {
    float: right;
    width: 110px;
}

.margin-tp-auc {
    margin-top: 8% !important;
}

.sidebar-toggled .margin-tp-auc {
    margin-top: 9% !important;
}

.without-login-tab #comp_marketplace.company-dv .flx-cls-auc .margin-tp-auc {
    margin-top: 5% !important;
}

.listings-grids .top-right-timer ul li {
    font-size: 12px;
    color: var(--main-brand-secondary-color);
}

.listings-grids .top-right-timer span,
.listings-grids .top-right-timer span p {
    width: auto;
    float: left;
    font-size: 12px;
    color: var(--main-brand-secondary-color);
    margin-right: 4px;
    font-weight: 700;
    padding: 0 !important;
}

.listings-grids .top-right-timer span p {
    margin: 0;
    color: var(--main-brand-color);
    line-height: 17px;
}

.listings-grids .auction-by .col-lg-12 span {
    margin-bottom: 12px;
    margin-top: 5px;
    line-height: 17px;
    font-weight: 400;
    font-size: 11px !important;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    text-align: center;
    padding: 0 15px;
    color: var(--main-brand-gray-color);
}

.user-name-detail {
    width: calc(100% - 70px) !important;
    float: left;
    margin: 0 !important;
    margin-left: 10px !important;
}

#comp_marketplace .user-name-detail {
    width: 87px;
    float: left;
    margin-top: 0px;
    margin-left: 10px;
}

#comp_marketplace.company-dv .user-name-detail {
    width: 95px;
    float: left;
    margin-top: 0px;
    margin-left: 10px;
}

.user-name-detail h1 {
    width: auto;
    float: left;
    color: #343b45;
    font-size: 12.5px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
}

.sidebar-toggled .user-name-detail h1 {
    width: auto;
    float: left;
    color: #343b45;
    font-size: 12.5px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
}

.auction.time .user-name-detail h1 {
    width: auto;
    max-width: 100%;
    float: left;
    color: var(--main-brand-secondary-color);
    font-size: 12.5px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    margin-bottom: 2px;
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-name-detail h1.grey-line {
    width: 100%;
    float: left;
    color: #203C53;
    font-size: 15px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #eee;
    height: 9px;
    margin-top: 5px;
}

.user-name-detail span.grey-line {
    width: 80%;
    float: left;
    background: #eee;
    margin-top: 18px;
    height: 9px;
}

.user-name-detail span {
    width: 100%;
    float: left;
    color: var(--main-brand-gray-color);
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listings-grids .big-pic {
    width: 100%;
    float: left;
    position: relative;
}

.listings-grids .big-pic a {
    display: block;
}

.auFavShr {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
}

.auFavShr a.fav_auc {
    background: rgba(0, 0, 0, 0.4);
    padding: 3px 8px;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    float: left;
    position: static;
}

.auFavShr a.auc-shre {
    background: rgba(0, 0, 0, 0.4);
    padding: 5px 7px 3px 8px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    float: left;
    margin-top: 5px;
}

.listing-inn-new .panel {
    background: transparent;
}

.listings-grids .big-pic a.unfav_auc {
    color: #FFB300;
    background: rgba(0, 0, 0, 0.4);
    padding: 3px 8px;
    border-radius: 8px;
    font-size: 15px;
    float: left;
    position: static;
}

.listings-grids .auction .auction-img {
    position: relative;
    min-height: 212px;
    border-radius: 18px 18px 0 0;
}

.listings-grids .auction .auction-by {
    margin-top: 0px;
    margin-bottom: 0px;
}

.listings-grids .auction-body {
    box-shadow: 0px 8px 8px #e0e0e0;
    border-radius: 0 0 18px 18px;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
}

.listings-grids .auction .auction-meta {
    background: none;
    position: relative;
    border-top: none;
    border-bottom: none;
    border-radius: 2px;
}

.listings-grids .auction .auction-meta .auction-button {
    padding: 0px;
    background: none;
    margin-top: 20px;
    display: flex;
    padding: 0px;
    background: none;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.listings-grids .auction .auction-meta ul {
    padding-left: 0;
    border-bottom: none;
    margin: 0;
}

span.bids-s {
    padding-top: 3px;
}

.font-aws-icon {
    width: 40px;
    height: 40px;
    float: none;
    margin: 0 auto;
    border: 1px solid var(--main-brand-font-awsm);
    border-radius: 100%;
    text-align: center;
    padding-top: 7px;
    font-size: 20px;
    color: var(--main-brand-font-awsm);
    margin-bottom: 9px;
}

.font-aws-icon img {
    width: 24px;
    margin-top: -4px;
    margin-left: 0px;
}

.listings-grids .auction .auction-meta .auction-bid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding: 0px 20px;
    min-height: 55px;
    float: left;
    width: calc(100% - 130px) !important;
}

.listings-grids .auction .auction-meta .auction-bid span {
    width: 100%;
    color: var(--main-brand-desc-color);
    font-size: 14px !important;
}

.listings-grids .auction .auction-meta .auction-button .btn {
    border-radius: 18px 0 18px 0px;
    padding: 15px 5px;
    font-size: 16px;
    font-weight: 700;
    background: var(--main-auction-btn-brand-color);
    border: 1px solid var(--main-auction-btn-brand-color);
    min-height: 55px;
    line-height: 22px;
}

.btn-auc-new {
    color: #fff !important;
}

.btm-bid-btn {
    width: auto;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0px;
    min-width: 130px;
}


/*------listin market-place-new---------------*/

.view-toggle {
    position: relative;
    float: right;
}

.view-toggle i {
    color: #8d9196;
}

.view-toggle .active i {
    color: var(--main-brand-color);
}

.auction .auction-img {
    position: relative;
    min-height: 212px;
}

.auction .auction-img&gt;img {
    width: 100%;
}

.auction .auction-by {
    margin-top: -34px;
    margin-bottom: 15px;
}

.auction-by .col-lg-12 span img {
    width: 20px;
    margin-left: 5px;
}

.auction-by .col-lg-12 span {
    margin-bottom: 12px;
    margin-top: 10px;
    line-height: 31px;
}

.auction-by h3.no-margin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    float: left;
    min-height: 22px;
}

.auction-by h3.no-margin a {
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    text-align: center;
    margin: 0 !important;
    margin-left: 10px !important;
    text-transform: uppercase;
    line-height: normal;
    color: var(--main-brand-label-color);
    margin: 0 10px !important;
}

.auction-by h3.no-margin a.viewing-clas-au {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    margin-top: 0px;
}

.auction-by h3.no-margin a.viewing-clas-au:hover {
    color: #343b45;
}
.auction-by h3.no-margin a {
    width: calc(100% - 30px);
}
.auction-by h3.no-margin a.viewing-clas-au {
    width: 30px;
}

.auction .auction-counter {
    position: absolute;
    right: 15px;
    top: 10px;
    background: var(--main-brand-color) !important;
    z-index: 1;
}

.auction .auction-counter ul {
    position: relative;
}

.auction .auction-counter li {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 10.5px;
}

.auction .auction-counter li span {
    display: block;
    background-color: var(--main-brand-color);
    padding: 10px 10px 9px;
    line-height: 1;
}

.auction .auction-counter li:last-child span:before,
.auction .auction-counter li:last-child span:after {
    content: "";
    position: absolute;
}

.auction .auction-counter li:last-child span:before {
    width: 7px;
    height: 120%;
    top: 0;
    right: -6.5px;
    padding: 0 0 7px;
    background: inherit;
    border-radius: 0 5px 5px 0;
}

.auction .auction-counter li:last-child span:after {
    width: 5px;
    height: 5px;
    bottom: -5px;
    right: -4.5px;
    background: #fff;
    border-radius: 0 5px 5px 0;
}

.auction-new-module {
    position: absolute;
    width: 115px;
    /* height: 115px; */
    left: 10px;
    top: 5px;
    text-align: center;
    z-index: 99;
}

.hit-enable-dv {
    padding: 10px 5px 5px 5px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px 10px 10px 10px;
}

.auction-new-module img {
    width: 50px;
    height: 50px;
    margin-bottom: 6px;
}

.auction-new-module h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
    color: #425062;
    font-size: 11px;
    padding: 0;
    margin: 0;
    line-height: 9px;
}

.auction-new-module a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: var(--main-brand-color);
    font-size: 11px;
}

.auction .auction-action {
    position: absolute;
    left: 15px;
    z-index: 1;
    top: 10px;
}

.auction .auction-action li {
    display: inline-block;
    margin: 0px;
    text-align: center;
    padding: 0px;
}

.auction .auction-action li a {
    display: block;
    background: var(--main-brand-color);
    box-shadow: 1px 2px 3px rgba(52, 59, 69, 0.5);
}

.auction .auction-action li a i.fa {
    transition: background-color 0.3s ease;
    display: block;
    margin-bottom: 0px;
    color: #fff;
    padding: 10px 10px 9px;
    font-size: 12px;
}

.input-search .widt-custom,
#aSearch {
    border-radius: 10px 0 0 10px !important;
}

#aSearch,
#lsearch {
    border-radius: 0px 10px 10px 0 !important;
}

#aSearch i,
#lsearch i {
    color: var(--bg-white);
}

#lsearch:hover,
#lsearch:focus {
    background-color: var(--main-brand-color) !important;
    border-color: var(--main-brand-color) !important;
    color: #fff !important;
}

.auction .auction-action li a:hover {
    background-color: #343b45;
}

.auction .auction-action li a span {
    font-size: 12px;
}

.auction .auction-meta {
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    border-top: 1px solid rgba(141, 145, 150, 0.22);
    border-bottom: 1px solid rgba(141, 145, 150, 0.22);
    border-radius: 2px;
}

.auction .auction-meta ul {
    padding-left: 0;
    border-bottom: 1px solid rgba(141, 145, 150, 0.22);
    margin: 0;
}

.auction .auction-meta .auction-bid {
    padding: 15px 15px;
    min-height: 55px;
}

.auction .auction-meta .auction-bid:before,
.auction .auction-meta .auction-bid:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.auction .auction-meta .auction-bid:after {
    clear: both;
}

.auction .auction-meta .auction-button {
    padding: 0px;
    background-color: #fff;
}

.auction .auction-meta .auction-button:before,
.auction .auction-meta .auction-button:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.auction .auction-meta .auction-button:after {
    clear: both;
}

.auction .auction-meta .auction-button .btn {
    border-radius: 0;
}

.auction .auction-meta li {
    float: left;
    padding: 0px 0;
    border-right: 1px solid #cdcdcd;
    text-align: center;
}

.auction .auction-meta li:last-child {
    border-right: none;
}

.auction .auction-meta li span {
    display: block;
    line-height: 16px;
    font-size: 12px !important;
}

.auction.day .auction-action li a i.fa,
.auction.day .ribbon {
    background-color: #343b45;
}

.auction.day .auction-meta {
    background-color: rgba(255, 255, 255, 0.5);
}

.listing-map {
    width: 100%;
    height: 250px;
}

.listing-gallery .gallery-item {
    width: 100%;
    max-height: 505px;
    margin-bottom: 0px;
    height: 100%;
}

.mps-lg input {
    width: 85% !important;
}

.mps-lg #descAuc,
#desc {
    width: 75% !important;
}

.navi-search #desc {
    width: 100% !important;
}

.gallery-item.w-o-login .ms-thumb-list.ms-dir-h {
    width: 100%;
    bottom: 70px !important;
}

.market-wth-lgn .flx-cls-new .listing-user {
    display: flex;
    align-items: center;
    padding: 0px;
    position: relative;
    overflow: inherit;
    margin: 12px 0;
}

.market-wth-lgn #lst-price {
    margin-top: 8px;
}

.content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
    margin-top: 0;
    position: fixed;
    top: 78px;
    z-index: 968;
    width: 83.4%;
    border-radius: 0px 0px 18px 18px !important;
}

.w-l-menu.content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
    margin-top: 0;
    position: fixed;
    top: 93px;
    z-index: 968;
    width: 82.8%;
    border-radius: 0px 0px 18px 18px !important;
}

.sidebar-toggled .content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
    margin-top: 0;
    position: fixed;
    top: 78px;
    z-index: 968;
    width: 92.4%;
    border-radius: 0px 0px 18px 18px !important;
    margin-left: 0px !important;
}

.w-l-menu #filtersDivAuc .mps-lg #descAuc {
    width: 84% !important;
}

.content-krnk.w-l-menu .form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    color: var(--main-brand-gray-color);
}
#quoteListingModal .modal-body input.form-control {
    border-radius: 6px !important;
}
#createQuote #quoteModal .modal-body {
    display: inline-block;
}
#createQuote #quoteModal .modal-body .form-group {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
}
#createQuote #quoteModal .modal-body .col-xs-12 .col-md-8 {
    padding-left: 0;
}
#createQuote #quoteModal .modal-body .col-xs-12 .listing-div .col.col-md-7 {
    padding: 0;
}

.onefifty-mrgn.w-l-menu #filterDiv4 .col-lg-5.col-md-5.col-sm-5.p-l-0.p-r-10 .form-control {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-l-menu .premium-customer-filter {
    padding-bottom: 10px;
    float: left;
    width: 83%;
    padding-left: 20px;
}

.w-l-menu .premium-customer-filter .col-lg-1.col-md-4.col-sm-1.visible-lg {
    float: right;
}

.w-l-menu .premium-customer-filter .col-lg-5.col-md-5.col-sm-5.p-l-0.p-r-10.filter-main {
    float: right;
}

#full_total_platform_Modal .map-user {
    padding-top: 0px!important;
}

#full_totalviewsModal .demographic-man h1,
#full_total_platform_Modal .demographic-man h1 {
    font-family: 'GB', sans-serif !important;
    font-size: 20px;
    float: left;
    width: 100%;
    color: #030303;
    margin-bottom: 0px;
    line-height: normal;
    padding: 10px 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#full_totalviewsModal .demographic-man p,
#full_total_platform_Modal .demographic-man p {
    padding-left: 10px;
    margin-top: 5px;
    float: left;
    line-height: 18px;
    font-size: 14px;
    max-width: 100%;
    font-family: 'GR', sans-serif !important;
    color: #555555;
}

#full_totalviewsModal .demographic-man,
#full_total_platform_Modal .demographic-man {
    width: auto;
    float: left;
    max-width: 100%;
    padding: 15px 20px 15px 20px;
}

#full_totalviewsModal .user-comprision,
#full_total_platform_Modal .user-comprision {
    width: 100%;
    float: left;
    padding: 0 25px 0 25px;
    /*min-height: 350px;*/
    margin-bottom: 30px;
}

#full_totalviewsModal .user-comprision .table thead tr th,
#full_total_platform_Modal .user-comprision .table thead tr th {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(218, 233, 244, 0.7);
    background-color: rgb(202 203 204 / 18%);
    color: var(--main-brand-secondary-color);
    /* color: rgba(52, 59, 69, 0.65); */
}

#full_totalviewsModal .table tbody tr td,
#full_total_platform_Modal .table tbody tr td {
    background: #fff;
    border-bottom: 1px solid rgba(218, 233, 244, 0.7);
    border-top: 0px;
    padding: 10px;
    vertical-align: middle;
}

#full_totalviewsModal button.close,
#full_total_platform_Modal button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    margin: 10px 15px 0 0;
    font-size: 26px;
}

#full_total_platform_Modal table tr td img {
    width: 70px;
    border-radius: 8px;
    height: 60px;
}

#full_total_platform_Modal .table tbody tr td a button {
    font-family: 'GSB', sans-serif !important;
    font-size: 12px;
    background: var(--main-brand-color);
    border-radius: 100px;
    height: 30px;
    line-height: 27px;
    min-width: 130px;
    width: auto;
    color: var(--main-brand-text-color);
    text-align: center;
    padding: 0 20px;
    border: none;
    outline: none;
}

#full_total_platform_Modal .demographic-man {
    padding: 0 !important;
}

#full_total_platform_Modal .map-user,
#full_total_platform_Modal .map-user .demographic-man h1 {
    padding-top: 0px!important;
}

#full_total_platform_Modal .publish-yellow {
    color: orange;
}

#full_total_platform_Modal .publish-green {
    color: green;
}

#full_total_platform_Modal .publish-red {
    color: red;
}


/* ------------brand css--------------- */

.gal {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
    float: left;
    margin-bottom: 70px;
    padding-bottom: 50px;
}

.brand-dv {
    width: 94%;
    float: left;
    border-radius: 8px;
    box-shadow: 0px 8px 8px #e0e0e0;
    padding: 20px;
    margin: 22px 10px 20px 10px;
    clear: both;
}

.gal img {
    width: 100%;
    padding: 7px 0;
}

#brand_desc {
    background: #fff;
    border-radius: 10px;
    /* box-shadow: 0px 8px 8px #e0e0e0; */
    width: 100%;
    float: left;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 40px;
}

#brand_desc figure {
    width: 16%;
    float: left;
    /* border: 1px solid #ccc; */
    padding: 0px;
    border-radius: 10px;
    margin-top: 0px;
    margin-left: 15px;
}

.total-list-count {
    width: auto;
    float: right;
    font-size: 20px;
    color: var(--main-brand-secondary-color) !important;
    font-family: 'roboto', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    margin: 35px 15px 0 0;
}

#brand_desc figure img {
    max-height: 100px;
    min-height: auto;
    max-width: 300px;
}

.brand-des {
    width: 100%;
    float: left;
    padding: 0 0px 20px 0px;
    margin-top: 0px;
    margin-bottom: -20px;
}

.brand-des h1 {
    width: 100%;
    float: left;
    font-size: 36px;
    color: var(--main-brand-secondary-color) !important;
    font-family: 'roboto', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    margin: 0px 0 0px 0;
    padding: 0px;
}

.brand-des p {
    width: 100%;
    float: left;
    font-size: 17px;
    color: var(--main-brand-desc-color);
    font-family: 'roboto', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 0 15px;
    line-height: 28px;
}

.brand-des p a {
    color: #1578fc;
    font-weight: 700;
    font-size: 17px;
    margin-left: 10px;
}

.bread-cmps-brand {
    width: 100%;
    float: left;
    margin: -10px 0 25px 0;
}

.bread-cmps-brand a {
    float: left;
    width: auto;
    margin-right: 15px;
    color: #1578fc;
    font-weight: 700;
    font-size: 16px;
    font-family: 'roboto', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.bread-cmps-brand span {
    float: left;
    width: auto;
    margin-right: 15px;
    color: var(--main-brand-desc-color);
    font-weight: 700;
    font-size: 16px;
    font-family: 'roboto', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.listing-gallery .gallery-item.gallery-item-preview {
    min-height: 447px;
}

.listing-gallery .gallery-item .fotorama__nav-wrap {
    position: absolute;
    z-index: 1;
    bottom: 54px;
}

.item-slideshow .slide {
    width: 100% !important;
}

.item-slideshow .slide img {
    width: 100%;
}

.item-slideshow .owl-nav {
    top: 45%;
}

.item-slideshow .owl-nav .owl-prev,
.item-slideshow .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: #343b45;
    color: #fff;
    text-align: center;
    padding: 5px;
}

.panel-body.xs-padding-0.xs-p-t-20.listing-donwloads ul {
    text-align: center;
    width: 100%;
}

.panel-body.xs-padding-0.xs-p-t-20.listing-donwloads ul li {
    display: inline-block;
    text-align: center;
    float: none;
}

.listing-donwloads li {
    display: inline-block;
    text-align: center;
}

.listing-donwloads li a {
    display: block;
}

.listing-donwloads li a span {
    color: var(--main-brand-secondary-color);
}

.listing-donwloads li a i {
    display: block;
    width: 90px;
    height: 90px;
    margin: 20px auto;
    border-radius: 100%;
    padding-top: 28px;
    background-color: var(--main-brand-secondary-color);
    color: #fff;
    font-size: 32.5px;
}

.listing-donwloads li a:hover i {
    background-color: #343b45;
    color: #fff;
}

.listing-donwloads li a:hover span {
    color: var(--main-brand-color);
}

.mce-branding-powered-by {
    display: none;
}

#google-map {
    width: 100%;
    height: 300px !important;
}

div.cs-select {
    max-width: 680px;
    background-color: #f8fbfd;
}

.krankForm {
    position: relative;
}

.krankForm .form-control {
    background-color: #f8fbfd;
}

.krankForm .form-control:focus {
    background-color: #e9f2f9;
}

.krankForm .title-text {
    line-height: 45px;
    height: 45px;
    font-weight: 300;
    font-size: 27px;
}

.krankForm .form-group {
    background-color: #f4f4f5;
    border-color: #e3e4e6;
    padding: 9px 12px 7px;
    border-radius: 0px;
}

.krankForm .form-group&gt;label {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.krankForm .form-group .form-control {
    background-color: transparent;
    color: #343b45;
}

.krankForm .form-group .form-control:focus {
    background-color: transparent;
    color: #343b45;
}

.krankForm .form-group .form-control.form-no-height {
    height: inherit !important;
}

.krankForm .form-group div&gt;label {
    font-weight: normal;
    text-transform: inherit;
    font-size: 12.5px;
}

.krankForm .form-group.form-group-white {
    background-color: #fff;
}

.krankForm .form-group.form-group-border .form-control {
    background-color: #f9f9f9;
    border: solid 1px #dfe0e1;
    border-radius: 0px;
    height: 28px;
    padding: 6px 12px;
}

.krankForm .form-group.form-group-border .form-control:focus {
    background-color: #fff;
    border: solid 1px rgba(24, 117, 187, 0.5);
    box-shadow: 0px 0px 4px #48b0f7;
}

.krankForm .btn-group-currency .btn.active {
    background-color: var(--main-brand-color);
    color: #fff;
    border-color: #0b3554;
}

.krankForm .cs-wrapper {
    display: inherit;
}

.krankForm .tab-content {
    border: solid 1px #dfe0e1;
    border-top: none;
}

.krankForm .cs-select-disable,
.krankForm .form-group-disable {
    position: relative;
}

.krankForm .cs-select-disable:before,
.krankForm .form-group-disable:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(52, 59, 69, 0.1);
    z-index: 2;
}

.krankForm .cs-select-disable .cs-placeholder,
.krankForm .cs-select-disable .cs-placeholder:after,
.krankForm .cs-select-disable&gt;label,
.krankForm .form-group-disable .cs-placeholder,
.krankForm .form-group-disable .cs-placeholder:after,
.krankForm .form-group-disable&gt;label {
    color: rgba(52, 59, 69, 0.3);
}

.krankForm .nav-tabs li&gt;a {
    font-weight: bold;
    color: #8d9196;
}

.w-o-login-search-long #filtersDiv {
    margin-top: 0%;
}

.market-wth-lgn {
    width: 1570px;
    margin: 0 auto;
}

.zero-per-marg {
    margin-top: 0px !important
}

.krankForm .nav-tabs li.active&gt;a {
    color: var(--main-brand-color);
}

.search-long {
    clear: both;
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.w-o-login-search-long {
    /*  margin-top:12% !important;*/
    width: 1570px;
    margin: 0px auto;
    margin-top: 15px !important;
}

.search-long .input-search:before {
    content: "\e642";
    position: absolute;
    display: none;
    font: normal normal normal 14px/1 pages-icon;
    left: 10px;
    top: 8px;
    color: #8d9196;
}

.search-long .form-control {
    padding-left: 10px !important;
    height: 40px;
    min-height: 43px;
}

.popover.left {
    min-width: 400px;
}

.popover.top {
    min-width: 360px;
}

#map_canvas {
    min-height: 350px;
    width: 100%;
}

.listing-partItems .table.table-striped tbody tr td {
    background: #fff none repeat scroll 0 0 !important;
    border: solid 1px #e2e3e5 !important;
}

.aq-dropzone {
    min-height: inherit;
    padding: 20px;
}

.aq-rfq-upload {
    width: 83px;
    /*    height: 101px;*/
    margin: 12px 15px;
}

.aq-rfq-upload span {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background-color: rgba(141, 145, 150, 0.2);
}

.aq-rfq-upload span:hover {
    background-color: rgba(24, 117, 187, 0.7);
}

.aq-rfq-upload span:hover .fa-times {
    color: #fff;
}

.aq-rfq-upload span .fa-times {
    margin: 0px;
    padding-top: 42%;
    transition: all 0.3s;
}

.no-network {
    background: #b3b3b3 none repeat scroll 0 0;
    margin: 0;
    min-height: 505px;
    width: 100%;
}

.no-network&gt;span {
    color: #343b45;
    display: inline-block;
    font-size: 22px;
    padding: 26% 0 0;
    text-align: center;
    width: 100%;
}

.lcMsg {
    margin-bottom: 10px;
}

#wm_image_preview img {
    background: #cccccc2b;
}

.lupld-ftypes {
    font-weight: 600;
    font-size: 12px;
    margin-top: 0px;
}

.lupld-ftypes span {
    display: block;
    margin-bottom: 6px;
}

.wm_pos_img,
.wm_clogo,
.wm_new_img {
    cursor: pointer;
}

.wm_new_img {
    max-height: 180px;
    width: auto;
}

.up-wm-icon {
    width: 270px;
    margin: 30px auto 63px auto;
    clear: both;
    padding-top: 20px;
}

#wm_message {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
}

.ajax-upload-dragdrop {
    border: 0px !important;
}

#tab5 div.ajax-upload-dragdrop div.upload {
    margin-top: 0px !important;
}

#wm_wizard {
    margin-bottom: 0px !important;
}

#itemDetails button.close-new {
    right: -4px;
}

.auc-no-cursor {
    cursor: not-allowed;
}

button.list-details-snr {
    float: right;
    border-radius: 0px;
    font-size: 12px;
    padding: 3px 20px;
    margin-top: 5px;
}

.ld.absol-dv .pophover-dv {
    position: absolute;
    width: 50%;
    background: #fff;
    min-height: 383px;
    z-index: 9;
    border: 1px solid #e7e7e7;
    top: 59px;
    right: 32px;
}

.ld.absol-dv ul.list-usr-new li:first-child .selectator_option_subtitle {
    font-size: 12px;
    color: var(--main-brand-gray-color);
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    width: 100%;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    line-height: 12px;
    margin: 0;
}

.ld.absol-dv ul.list-usr li:first-child .selectator_option_title {
    margin-left: 0px;
    font-weight: bold;
    margin-top: 0px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    float: left;
    width: 208px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ld.absol-dv ul.list-usr li .selectator_option_title {
    margin-left: 0px;
    font-weight: bold;
    margin-top: 5px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    float: left;
    width: 208px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.list-usr-new li:first-child .selectator_option_subtitle {
    font-size: 12px;
    /* color: rgba(0,0,0,0.5); */
    color: var(--main-brand-color);
    margin-top: 2px;
    margin-bottom: 0px;
    /*margin-left: 40px;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    width: 243px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.list-usr-new li .selectator_option_subtitle {
    font-size: 12px;
    /* color: rgba(0,0,0,0.5); */
    color: var(--main-brand-color);
    margin-top: 2px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.list-usr li:first-child .selectator_option_subtitle {
    font-size: 12px;
    /* color: rgba(0,0,0,0.5); */
    color: var(--main-brand-color);
    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.list-usr li .selectator_option_subtitle {
    font-size: 12px;
    /* color: rgba(0,0,0,0.5); */
    color: #787777;
    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cswitch .switchery-default {
    height: 24px;
    transition: none !important;
    display: block;
    padding-top: 0px !important;
    margin-top: 0px;
}

.cswitch .switchery-default&gt;small {
    width: 24px;
    height: 24px;
}

.ilb {
    display: inline-block;
}

.bg-master-light .panel-default .panel-heading .panel-title span {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 12px;
    color: #2e2e2e;
    line-height: 23px;
}

.bg-master-light .panel-default .panel-heading .panel-title span b {
    color: red;
}

.filter-custom {
    width: 35%;
    float: left;
}

#cat-selection-modal .modal-footer button.resp-cls-btn:disabled {
    background: none;
    border-top: 1px solid #ddd;
    color: var(--main-brand-color);
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 1em;
    font-size: 12.5px !important;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: normal !important;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0;
}

.ui-menu .ui-state-active,
.ui-menu.ui-widget-content .ui-state-active {
    background: var(--main-brand-color);
    border-color: var(--main-brand-color);
}

.ui-menu .ui-menu-item:last-child .ui-state-active {
    border-radius: 0 0 18px 18px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    padding-left: 0px !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    max-width: 339px;
    z-index: 9999;
    background: #fff;
}

.input-custom {
    width: 100% !important;
    float: left !important;
}

.widt-custom {
    width: 58% !important;
}

.brdr-non {
    border-left: none !important;
    -webkit-appearance: menulist-button !important;
    -moz-appearance: listbox !important;
    border-radius: 0px !important;
}

.market-fld {
    border-radius: 2px 0 0 2px !important;
}

.form-control {
    -moz-appearance: listbox;
}

select.listng-l {
    border: 1px solid rgba(52, 59, 69, 0.3);
    background: #fff;
    width: 100%;
    padding: 0 15px;
    font-size: 12px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-left: none;
    background: url(../../img/arrow.png) 96% / 13% no-repeat #fff;
    border-radius: 0px !important;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 0px !important;
    /* Firefox 1-3.6 */
    -moz-border-radius: 0px !important;
}

select::-ms-expand {
    display: none;
}

.widt-custom {
    width: 54% !important;
}

.brdr-non {
    border-left: none !important;
    -webkit-appearance: menulist-button !important;
}

#assign-modal .modal-content .modal-footer button {
    border-radius: 66px;
    padding: 0px 15px;
    line-height: 23px;
    height: 40px;
}

.resp-cls-btn {
    /*  border-radius: 6px;
    width: auto !important;
  min-width: 80px !important;
    height: 40px;
    font-size: 13px;
    line-height: 38px;
    padding: 0 15px;
    font-weight: 700;
  float: none !important;
  margin-bottom: 0px !important;*/
    /* border-radius: 0;
    height: auto;
    padding: 25px 15px;
    float: none !important;
    margin-bottom: 0px !important;
    width: 100%;
    background: none;
    color: #828282;
    border-top: 1px solid #ddd;
    font-weight: 700;
    font-size: 14px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-left: 0px !important; */
}

.resp-cls-btn:hover,
.resp-cls-btn:focus,
.resp-cls-btn:active {
    /* border-radius: 0;
    height: auto;
    padding: 25px 15px;
    float: none !important;
    margin-bottom: 0px !important;
    width: 100%;
    background: none !important;
    color: var(--main-brand-color) !important;
    border-top: 1px solid #ddd !important;
    font-weight: 700;
    font-size: 14px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-left: 0px !important; */
}

#cat-selection-modal .modal-footer {
    border-top: none;
    box-shadow: none;
    margin-top: 0;
    /* padding: 0; */
    padding-top: 0;
}

#cat-selection-modal .modal-footer .resp-cls {
    padding: 0 20px !important;
}

#cat-selection-modal .modal-footer .text-center.col-md-12 {
    padding: 0 0px;
}

#tag-div {
    margin-bottom: 15px;
}

#collapseSix button {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}

.mrag-min .popup-deal .select2-container .select2-choice {
    min-width: 150px;
}

#single-network .modal-header.modl-head {
    padding: 25px 0 0;
}

#single-network .modal-header.modl-head .panel-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tab-content #single-network .inline {
    width: 100%;
    margin: 0;
}

#collapseSix [class*="col-"] .form-group button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-tags {
    line-height: normal;
    border-color: var(--main-brand-color) !important;
    margin-top: -3px;
    height: 36px;
    padding: 10px 18px;
    border-radius: 36px;
    font-weight: 700 !important;
    font-family: 'Roboto', sans-serif !important;
}

.btn-consignor {
    line-height: normal;
    border-color: var(--main-brand-color) !important;
    margin-top: -3px;
    height: 36px;
    padding: 10px 18px;
    border-radius: 36px;
    font-weight: 700 !important;
    font-family: 'Roboto', sans-serif !important;
}

.img-border {
    border: 1px solid rgba(141, 145, 150, 0.22)
}

.dblock {
    display: block;
}

.progress {
    height: 12px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    text-align: center;
    background-color: #1578FC;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

#listing-gallery div.no-network {
    background-image: url('../img/no-img-one.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-wdth {
    width: 168px;
}

#userCard div.pull-right a.listing-user-network {
    border: none !important;
}

#tag-div ul.token-input-list-facebook {
    display: block !important;
}

.m-t-87 {
    margin-top: 87px
}

#imagePreview tbody tr:hover:not(.listing-file-drag) {
    background: #dae9f4;
}

.listing-file-drag {
    background: #c7e1f4;
}

#imagePreview tbody tr {
    padding: 10px !important;
    border-bottom: 1px solid #e3e4e6;
    margin-bottom: 5px !important;
    height: 68px;
}

#imagePreview tbody tr:last-child {
    border: none;
}

#imagePreview tbody tr td:first-child {
    width: 85px;
    text-align: center;
}

#imagePreview tbody tr td:last-child {
    width: 40px;
    text-align: center;
}

#imagePreview tbody tr td {
    word-break: break-all;
}

#imagePreview tbody tr td img {
    width: 50px;
}

a.l_share_btn span {
    font-size: 12px;
}

.listing-action.listing-action-share li a,
.listing-action.listing-action-share li a:hover,
.listing-action.listing-action-share li a:active,
.listing-action.listing-action-share li a:focus {
    background: none;
    height: auto;
    width: auto;
}

.listing-action.listing-action-share li a img {
    width: 26px;
    height: 26px;
    margin-left: 2px;
}

a.llazy {
    background-color: #f6f6f6;
    border: none !important;
    /* optional way, set loading as background */
    background-image: url('../../img/spinner_gray.svg');
    background-size: 15% !important;
    background-repeat: no-repeat;
    background-position: 50% 50% !important;
}

.bidbox-label {
    bottom: 0px;
    left: 10px;
    padding: 6px 20px;
    color: #fff;
    position: absolute;
    border-radius: 10px 10px 0 0;
    background: rgba(255, 255, 255, 0.7);
    color: var(--main-brand-secondary-color);
    font-weight: 700;
}

.bidbox-status-lab {
    bottom: 0px;
    right: 10px;
    padding: 6px 20px;
    color: #fff;
    position: absolute;
    border-radius: 10px 10px 0 0;
    background: rgba(255, 255, 255, 0.7);
    color: var(--main-brand-secondary-color);
    font-weight: 700;
}

.user-detail-card .listing-user .listing-user-avatar.privacy {
    margin-left: 0;
}

.detail-listing-header {
    padding-top: 30px;
}

.user-detail-card .listing-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* listings shimmer effect  */

.shimmer-effect {
    height: 100%;
    z-index: 999;
    background: #f5f8fa;
    left: 0;
}

.shimmer-effect .shine {
    background: #eee;
    background-image: linear-gradient(145deg, #eeeeee 11%, #dddddd 18%, #eeeeee 33%);
    background-repeat: no-repeat;
    background-size: 5600px 100%;
    display: block;
    position: relative;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

.shimmer-effect .div-box .shine {
    background: #eee;
    background-image: linear-gradient(145deg, #eeeeee 11%, #dddddd 18%, #eeeeee 33%);
    background-repeat: no-repeat;
    background-size: 800px 100%;
    display: block;
    position: relative;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

.shimmer-effect .box {
    height: 573.801px;
    width: 100%;
}

.shimmer-effect .div {
    display: inline-flex;
    flex-direction: column;
    margin-left: 25px;
    margin-top: 15px;
    vertical-align: top;
}

.shimmer-effect .lines {
    height: 43px;
    margin-top: 10px;
    width: 700px;
}

.shimmer-effect .photo {
    display: block !important;
    width: 325px;
    height: 100px;
    margin-top: 15px;
}

.shimmer-effect .center-block {
    margin: 0px auto 0;
    width: 945px;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.radioCheckSelection {
    position: relative;
}

.radioSelectionBox {
    display: flex;
    /* border: 1px solid var(--main-brand-color); */
    border-radius: 10px;
    height: 45px;
    align-items: center;
    justify-content: space-between;
    padding: 8px 14px;
    border: solid 1px rgba(141, 145, 150, 0.22);
}

.radioCheckDropdown {
    position: absolute;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 10px 50px rgb(0 0 0 / 10%);
    border-radius: 10px;
    /* display: none; */
}

.radioCheckDropdown li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 40px !important;
    line-height: 20px !important;
    padding: 15px 10px;
}

.radioCheckDropdown li:hover {
    border-bottom: transparent !important;
    background-color: rgba(21, 120, 252, 0.1);
}

.radioCheckDropdown li .checkbox {
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
}

.radioCheckDropdown li .checkbox label {
    width: 100%;
    padding-left: 24px !important;
}

.radioCheckSelection:hover .radioCheckDropdown {
    /* display: block; */
}

.radioCheckDropdown .checkbox input[type=radio]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
    color: #fff;
}

.radioCheckDropdown .checkbox input[type=radio] {
    opacity: 0;
    width: 0;
    height: 0;
}

.radioCheckDropdown .checkbox input[type=radio]:checked+label:before {
    border-width: 8.5px;
}

.radioCheckDropdown .checkbox input[type=radio]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
    color: #fff;
}

.radioCheckDropdown .checkbox input[type="radiox"]:focus+label {
    color: #0b3554;
}

.radioCheckDropdown .checkbox input[type="radiox"]:focus+label:before {
    background-color: #dae9f4;
}

.radioCheckDropdown .checkbox input[type=radio][disabled]+label {
    opacity: 0.35;
}

.radioCheckDropdown .checkbox input[type=radio][disabled]+label:before {
    background-color: #eceff3;
}

.listings-grids .auction .auction-meta .auction-bid {
    padding: 0px 10px;
    text-align: center;
    width: 100% !important;
}
.listings-grids .auction .auction-meta .auction-bid.auction-bid-box {
    width: calc(100% - 200px) !important;
}
.listings-grids .auction .auction-meta .auction-button .btm-bid-btn {
    position: relative;
    min-width: 100px;
}
.listings-grids .auction .auction-meta .auction-button .btn {
    font-size: 14px;
}
.listings-grids .auction .auction-meta .auction-button .btm-bid-btn.buy-now-btn {
    float: left;
}
.listings-grids .auction .auction-meta .auction-button .btm-bid-btn.buy-now-btn .btn {
    border-radius: 0 18px 0 18px;
}

.listings-grids .auction .auction-meta .auction-button .view-bid-buy-box {
    padding: 0 16px 16px;
    width: 100%;
}
.listings-grids .auction .auction-meta .auction-button .view-bid-buy-box .btm-bid-btn {
    flex: 1 1;
    min-width: inherit;
}
.listings-grids .auction .auction-meta .auction-button .view-bid-buy-box .btm-bid-btn a.btn {
    width: 100%;
    border-radius: 8px !important;
    padding: 12px 5px;
    min-height: 48px !important;
    text-transform: uppercase;
}

.view-bid-buy-box {
    display: flex;
    padding: 0 16px;
    gap: 8px;
}

.buy_now_enable_div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.buy_now_enable_div label {
    background: rgb(227 228 230);
    color: #000;
    margin: 0;
    font-size: 12px;
}
.view-bid-buy-box .view-bid-buy {
    margin: 0;
    flex: 1 1;
    font-size: 15px;
    padding: 10px 8px 8px;
}
.view-bid-buy-box .view-bid-buy span {
    font-size: 12px;
    display: block;
}

.marksold {
    background: #F44336;
    text-align: center;
    width: auto;
    position: absolute;
    top: -25px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 0.2rem 0.7rem !important;
    padding-left: 8px;
    /* right: 0; */
    border-radius: 0.475rem;
    z-index: 99;
    text-align: center;
    padding-left: 26px;
    /* border: 4px solid #fff; */
    letter-spacing: 1px;
    transform: rotate(0deg);
    right: unset !important;
    border: none;
}

.radioCheckSelection .dropdown-toggle {
    cursor: pointer;
}
.radioCheckSelection .dropdown-toggle i {
    transition: all 0.5s;
}
.radioCheckSelection.open .dropdown-toggle i {
    transform: rotate(180deg);
}
.radioCheckSelection ul.dropdown-menu {
    top: 123%;
    padding: 8px 0;
}
.radioCheckSelection ul.dropdown-menu li {
    padding: 6px 10px;
    border: none;
    height: auto !important;
}
.radioCheckSelection ul.dropdown-menu li:after {
    content: none;
}
.radioCheckSelection ul.dropdown-menu li .checkbox label::before {
    left: 0;
    top: 1px;
}
.radioCheckSelection ul.dropdown-menu li .checkbox label::after {
    left: 3px !important;
}

.listings-grids .column .listing-body .flag-truncate {
    max-width: 100% !important;
    width: 100%;
}
.listings-grids .column .listing-body img.flag-final {
    height: 10px;
}
.listings-grids .column .listing-body .flag-truncate span {
    width: auto;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listings-grids .column .listing-body .flag-truncate span.location-trun {
    max-width: 40%;
}

.panel .panel-heading .panel-controls .dl-logo-box a.thumbnail-wrapper {
    margin-right: 2px;
}

.panel .panel-heading .panel-controls .dl-logo-box a.thumbnail-wrapper img {
    object-fit: contain;
    margin: -3px 0 0 0;
}
#duplicate_listing_modal .modal-body .dropdown-premium .form-group {
    position: relative;
}

#duplicate_listing_modal .modal-body .dropdown-premium .form-group .select2-container .select2-choice&gt;.select2-chosen {
    font-size: 12.5px;
}

#duplicate_listing_modal .modal-body .dropdown-premium .form-group span.city_spinner {
    position: absolute;
    top: 14px;
    right: 10px;
}
.autocomplete-suggestions {
    width: 250px !important;
}
.autocomplete-suggestion {
    padding: 4px 10px;
    font-size: 12.5px;
}

.mce-menu.mce-fixed {
    margin: 0px 0 0;
    padding: 0;
}
.mce-menu.mce-fixed .mce-container-body .mce-menu-item {
    padding: 8px 6px;
}
.mce-menu.mce-fixed .mce-container-body .mce-menu-item:hover {
    background: #e9f2f9;
}
.mce-menu.mce-fixed .mce-container-body .mce-menu-item:hover span {
    color: var(--main-brand-label-color);
}
.mce-menu.mce-fixed .mce-container-body .mce-menu-item.mce-active {
    background: #e9f2f9;
}
.mce-menu.mce-fixed .mce-container-body .mce-menu-item.mce-active span {
    color: var(--main-brand-label-color);
}
.mce-panel.mce-window .mce-reset .mce-foot .mce-abs-layout {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.mce-panel.mce-window .mce-reset .mce-foot .mce-abs-layout .mce-primary {
    border: none;
    background: transparent;
    border-radius: 40px;
    position: initial;
    margin: 0 16px 0 0;
}
.mce-panel.mce-window .mce-reset .mce-foot .mce-abs-layout .mce-primary button {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--main-brand-text-color);
    background-color: var(--main-brand-color);
    border: 1px solid var(--main-brand-color);
    padding: 7px 16px;
    min-width: 75px;
    border-radius: 40px;
}
.mce-panel.mce-window .mce-reset .mce-foot .mce-abs-layout  .mce-last {
    border: none;
    background: transparent;
    border-radius: 40px;
    position: initial;
    margin: 0 0 0 16px;
}
.mce-panel.mce-window .mce-reset .mce-foot .mce-abs-layout .mce-last button {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--main-brand-text-color);
    background-color: #343b45;
    border: 1px solid #343b45;
    padding: 7px 16px;
    min-width: 75px;
    border-radius: 40px;
}
.mce-panel.mce-window .mce-reset .mce-foot .mce-abs-layout .mce-last button:hover {
    background-color: #5d626a;
    border-color: #5d626a;
}

@media (min-width: 1441px) {
    .listings-grids .top-panl {
        padding-bottom: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1680px) {
    .market-wth-lgn .flag-truncate {
        max-width: 242px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 160px;
        float: left;
    }
    .flag-truncate {
        max-width: 240px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 160px;
        float: left;
    }
    .sidebar-toggled .flag-truncate {
        max-width: 230px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 160px;
        float: left;
    }
}

@media (min-width: 1400px) and (max-width: 1680px) {
    .recomendation-grid .listings-grids .top-panl .top-left-user {
        float: left;
        width: 55%;
        margin-top: 10px;
        padding-right: 10px;
        position: relative;
    }
    .recomendation-grid .listings-grids .user-name-detail {
        width: 107px !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .recomendation-grid .popular-stories .user-name-detail {
        width: 90px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .recomendation-grid .popular-stories .listings-grids .top-right-timer.abcd {
        /* float: right;
        width: 50%;
        margin-top: 8%; */
    }
    .recomendation-grid .popular-stories .listings-grids .top-panl .top-left-user {
        float: left;
        width: 48%;
        margin-top: 10px;
        padding-right: 10px;
        position: relative;
    }
    .sidebar-toggled .recomendation-grid .listings-grids .user-name-detail {
        width: 78px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .sidebar-toggled .recomendation-grid .popular-stories .listings-grids .user-name-detail {
        width: 90px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .recomendation-grid .listings-grids .top-right-timer.abcd {
        float: right;
        /* width: 43%; */
        margin-top: 3%;
    }
    .sidebar-toggled .recomendation-grid .listings-grids .top-right-timer.abcd {
        /* float: right;
        width: 52%;
        margin-top: 8%; */
    }
    .sidebar-toggled .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 160px;
        padding-top: 4px;
    }
    .flx-cls-auc .ver-num img {
        width: 70%;
        border: none !important;
        margin-top: 4px;
    }
    .w-l-menu.content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 93px;
        z-index: 968;
        width: 91%;
        border-radius: 0px 0px 18px 18px !important;
    }
    .content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 968;
        width: 79.8%;
        border-radius: 0px 0px 18px 18px !important;
    }
    .sidebar-toggled .content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 80px;
        z-index: 968;
        width: 90.8%;
        border-radius: 0px 0px 18px 18px !important;
    }
    .w-o-login-search-long {
        width: 100%;
        margin: 0px auto;
    }
    .market-wth-lgn {
        width: 100%;
        margin: 0 auto;
    }
    .market-wth-lgn .listings-grids .top-panl .top-left-user .user-name-detail {
        width: calc(100% - 75px) !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
        margin-bottom: 0;
    }
    .recomendation-grid .listings-grids .top-panl .top-left-user {
        width: 54%;
    }
    .sidebar-toggled .recomendation-grid .listings-grids .top-panl .top-left-user {
        float: left;
        width: 62%;
        margin-top: 10px;
        /* padding-right: 10px; */
        position: relative;
    }
    .sidebar-toggled .recomendation-grid .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 135px;
        padding-top: 4px;
    }
}

@media (max-width: 1399px) {
    .listings-grids .auction .auction-meta .auction-bid {
        padding: 0 9px;
    }
    .sidebar-toggled .recomendation-grid .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 180px;
        padding-top: 4px;
    }
    .w-l-menu #filtersDivAuc .mps-lg #descAuc {
        width: 74% !important;
    }
    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        color: #444;
    }
    .filter-by .input-group .form-control {
        -webkit-appearance: auto !important;
        -moz-appearance: auto !important;
        padding-left: 15px !important;
        background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
        background-position-x: right;
        background-size: auto;
        -webkit-appearance: none;
        background-position-x: 150px !important;
        background-size: 10px;
    }
    .onefifty-mrgn.w-l-menu #filterDiv4 .col-lg-1.col-md-4.col-sm-1.visible-lg {
        width: 6%;
        padding-left: 0px !important;
    }
    .onefifty-mrgn.w-l-menu #filterDiv4 .col-lg-5.col-md-5.col-sm-5.p-l-0.p-r-10 {
        width: 50%;
    }
    .onefifty-mrgn.w-l-menu #filterDiv4 .col-lg-5.col-md-5.col-sm-5.p-l-0.p-r-10.auc-fiters-tab {
        width: 50%;
    }
    .onefifty-mrgn.w-l-menu #filterDiv4 .col-lg-5.col-md-5.col-sm-5.p-l-0.p-r-10 .form-control {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        appearance: none !important;
    }
    .onefifty-mrgn.w-l-menu #filtersDivAuc.col-md-3 {
        width: 75%;
    }
    .w-l-menu #filtersDivAuc .mps-lg #descAuc {
        width: 79% !important;
    }
    .auct-tab .input-group .form-control {
        padding-left: 8px !important;
        background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right !important;
        -webkit-appearance: none;
        background-position-x: 123px !important;
        background-size: 10px !important;
    }
    .listing .listing-body h3#lst-price {
        width: 150px;
    }
    .content.sm-gutter.com-pro-log {
        width: 100%;
        margin: 0 auto;
    }
    .sidebar-toggled .recomendation-grid .listings-grids .top-panl .top-left-user {
        float: left;
        width: 50%;
        margin-top: 10px;
        /* padding-right: 10px; */
        position: relative;
    }
    .recomendation-grid .listings-grids .top-panl .top-left-user {
        float: left;
        width: 52%;
        margin-top: 10px;
        /* padding-right: 10px; */
        position: relative;
    }
    .recomendation-grid .user-name-detail {
        width: 104px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .sidebar-toggled .recomendation-grid .user-name-detail {
        width: 84px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .sidebar-toggled .recomendation-grid .popular-stories .top-panl .top-left-user {
        float: left;
        width: 48%;
        margin-top: 10px;
        padding-right: 10px;
        position: relative;
    }
    .recomendation-grid .popular-stories .user-name-detail {
        width: 94px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .sidebar-toggled .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 130px;
    }
    .sidebar-toggled .recomendation-grid .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 130px;
        padding-top: 4px;
    }
    .w-l-menu.content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 93px;
        z-index: 968;
        width: 91.8%;
        border-radius: 0px 0px 18px 18px !important;
    }
    .content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 78px;
        z-index: 968;
        width: 78%;
        border-radius: 0px 0px 18px 18px !important;
    }
    .sidebar-toggled .content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 79px;
        z-index: 968;
        width: 89%;
        border-radius: 0px 0px 18px 18px !important;
        margin-left: -13px;
    }
    .market-wth-lgn .listings-grids .top-panl .top-left-user .user-name-detail {
        width: calc(100% - 75px) !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .owl-item .listing .listing-body .clearfix h3 {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 180px;
    }
    #comp_marketplace .listings-grids .top-panl .top-left-user {
        width: 63%;
    }
    #comp_marketplace .user-name-detail {
        width: 130px;
        height: 50px;
        float: right;
        margin-top: 0px;
    }
    .sidebar-toggled #comp_marketplace .listings-grids .top-panl .top-left-user {
        width: 49%;
    }
    .sidebar-toggled #comp_marketplace .user-name-detail {
        width: 74px;
        height: 50px;
        float: right;
        margin-top: 0px;
    }
    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
        max-width: 252px;
        z-index: 9999;
    }
    .sidebar-toggled .owl-item .listing .listing-body .clearfix h3 {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 140px;
    }
    .market-wth-lgn {
        width: 100%;
        margin: 0 auto;
    }
    .w-o-login-search-long {
        width: 100%;
        margin: 0px auto;
    }
    .recomendation-grid .listings-grids .top-panl .top-left-user {
        width: 52%;
    }
    .sidebar-toggled .recomendation-grid .listings-grids .top-panl .top-left-user {
        float: left;
        width: 65%;
        margin-top: 10px;
        padding-right: 10px;
        position: relative;
    }
    .recomendation-grid .listings-grids .top-panl .top-left-user {
        width: 52%;
    }
    #watermark-one .modal-dialog {
        margin: 15px auto 0;
    }
    #watermark-one .select-watermark ul li {
        padding: 0;
    }
}

@media (max-width: 1280px) {
    .sidebar-toggled .recomendation-grid .user-name-detail {
        width: 104px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .market-wth-lgn .listings-grids .top-panl .top-left-user .user-name-detail {
        width: calc(100% - 75px) !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .without-login-tab #comp_marketplace.company-dv .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 155px;
        padding-top: 0px;
        margin-top: 10px;
    }
    #comp_marketplace .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 135px;
        padding-top: -3px;
    }
    #comp_marketplace.company-dv .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 135px;
        padding-top: 0px;
    }
    .sidebar-toggled #comp_marketplace .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 155px;
        padding-top: 0px;
    }
    .sidebar-toggled #comp_marketplace.company-dv .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 165px;
        padding-top: 0px;
    }
    .sidebar-toggled .recomendation-grid .popular-stories .listings-grids .top-panl .top-left-user {
        width: 48%;
    }
    .sidebar-toggled .recomendation-grid .popular-stories .listings-grids .user-name-detail {
        width: 90px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .recomendation-grid .popular-stories .user-name-detail {
        width: 74px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .recomendation-grid .popular-stories .auction.time .user-name-detail h1 {
        width: auto;
        max-width: 100%;
        float: left;
        color: #343b45;
        font-size: 12.5px;
        font-weight: 700;
        padding: 0px;
        margin: 0px;
        margin-bottom: 0px;
        line-height: normal;
        margin-bottom: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .recomendation-grid .listings-grids .top-right-timer.abcd {
        /* float: right;
        width: 52% !important;
        margin-top: 10% !important; */
    }
    .content.sm-gutter.com-pro-log {
        width: 100%;
        margin: 0 auto;
    }
    .sidebar-toggled .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 110px;
    }
    .recomendation-grid .listings-grids .top-panl .top-left-user {
        width: 46%;
    }
    .recomendation-grid .user-name-detail {
        width: 70px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .w-l-menu .marketplace-navigation-new.m-b-20.box-card .menu-items.col-lg-3.col-md-3.col-sm-5 {
        width: 23%;
    }
    .onefifty-mrgn.w-l-menu #filterDiv4 .col-lg-5.col-md-5.col-sm-5.p-l-0.p-r-10 {
        width: 53%;
    }
    .auct-tab .input-group .form-control {
        padding-left: 8px !important;
        background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right !important;
        -webkit-appearance: none;
        background-position-x: 119px !important;
        background-size: 10px !important;
    }
    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
        max-width: 174px;
        z-index: 9999;
    }
    .flx-cls-auc .ver-num img {
        width: 70%;
        border: none !important;
        margin-top: 0px;
    }
    .sidebar-toggled .user-name-detail .ver-num {
        width: 20px !important;
        height: 20px;
        float: left;
        margin-left: 5px;
        margin-top: 0px;
    }
    .flag-truncate {
        max-width: 230px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 160px;
        float: left;
    }
    .popular-stories .listings-grids .top-panl .star-rating-profile {
        float: right;
        margin-top: 10px;
        width: auto;
        margin-right: 9px;
    }
    .sidebar-toggled .popular-stories .listings-grids .top-panl .star-rating-profile {
        float: right;
        margin-top: 10px;
        width: auto;
        margin-right: 7px;
    }
    .sidebar-toggled .recomendation-grid .listings-grids .top-panl .top-left-user {
        width: 58%;
    }
}

@media (max-width: 1199px) {
    .listings-grids .auction .auction-meta .auction-bid {
        padding: 0 20px;
    }
    .wdht-ninty {
        width: 87% !important;
    }
    .krankForm .nav-tabs li&gt;a {
        padding: 15px;
    }
    .listing .listing-action li&gt;a.btn-listings {
        padding: 9px 11px;
    }
    .panel .panel-heading .panel-title.xs-block.xs-m-b-20 h4 .font-semibold {
        font-size: 24px;
    }
    .w-l-menu .marketplace-navigation-new.m-b-20.box-card .menu-items.col-lg-3.col-md-3.col-sm-5 {
        width: 18%;
    }
    .onefifty-mrgn.w-l-menu #filterDiv4 .col-lg-5.col-md-5.col-sm-5.p-l-0.p-r-10 {
        width: 51%;
    }
    .onefifty-mrgn.w-l-menu #filterDiv4 .col-lg-5.col-md-5.col-sm-5.p-l-0.p-r-10.auc-fiters-tab {
        width: 57%;
    }
    .onefifty-mrgn.w-l-menu #filterDiv4 .col-lg-5.col-md-5.col-sm-5.p-l-0.p-r-10 .form-control {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        appearance: none !important;
    }
    .filter-by .input-group .form-control {
        -webkit-appearance: auto !important;
        -moz-appearance: auto !important;
        padding-left: 15px !important;
        background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
        background-position-x: right;
        background-size: auto;
        -webkit-appearance: none;
        background-position-x: 170px;
        background-size: 10px;
        appearance: none !important;
    }
    .auct-tab .input-group .form-control {
        padding-left: 8px !important;
        background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right !important;
        -webkit-appearance: none;
        background-position-x: 134px !important;
        background-size: 10px !important;
        appearance: none !important;
    }
    .sidebar-toggled #comp_marketplace .flx-cls-auc .ver-num img {
        width: 70%;
        border: none !important;
        margin-top: 0px !important;
    }
    .sidebar-toggled .recomendation-grid .auction.time .user-name-detail .ver-num {
        width: 20px !important;
        height: 20px;
        float: left;
        margin-left: 10px;
        margin-top: -6px;
    }
    .sidebar-toggled .recomendation-grid .auction.time .user-name-detail {
        width: 114px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .recomendation-grid .popular-stories .user-name-detail {
        width: 87px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .content.sm-gutter.com-pro-log {
        width: 100%;
        margin: 0 auto;
    }
    .sidebar-toggled .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 195px;
        padding-top: 4px;
    }
    .listing-user .listing-user-info a.listname-ver {
        float: left;
        max-width: calc(100% - 32px) !important;
    }
    .recomendation-grid .user-name-detail {
        width: 88px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 79px;
        z-index: 968;
        width: 74.8%;
        border-radius: 0px 0px 18px 18px !important;
    }
    .sidebar-toggled .content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 79px;
        z-index: 968;
        width: 90%;
        border-radius: 0px 0px 18px 18px !important;
        margin-left: -18px;
    }
    .market-wth-lgn .listings-grids .top-panl .top-left-user .user-name-detail {
        width: calc(100% - 75px) !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    #comp_marketplace .listings-grids .top-panl .top-left-user {
        width: 72%;
    }
    .sidebar-toggled #comp_marketplace .listings-grids .top-panl .top-left-user {
        width: 51%;
    }
    #comp_marketplace .user-name-detail {
        width: 55px;
        height: 50px;
        float: right;
        margin-top: 0px;
    }
    .sidebar-toggled #comp_marketplace .user-name-detail {
        width: 74px;
        height: 50px;
        float: right;
        margin-top: 0px;
    }
    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
        max-width: 194px;
        z-index: 9999;
    }
    .market-wth-lgn {
        width: 100%;
        margin: 0 auto;
    }
    .w-o-login-search-long {
        width: 100%;
        margin: 0px auto;
    }
    .listings-grids .top-panl .top-left-user a.user-pic-listg {
        width: 44px;
        height: 44px;
        border-radius: 100px;
        position: static;
        background: #eee;
        float: left;
    }
    .flx-cls-auc .top-panl .top-left-user .user-name-detail.nconect {
        font-size: 12px;
    }
    .user-name-detail span.grey-line {
        width: 80%;
        float: left;
        background: #eee;
        height: 9px;
        margin-top: 18%;
    }
    .flx-cls-auc .ver-num img {
        width: 70%;
        border: none !important;
        margin-top: 6px !important;
    }
    .sidebar-toggled .user-name-detail .ver-num {
        width: 20px !important;
        height: 20px;
        float: left;
        margin-left: 5px;
        margin-top: 0px;
    }
    .recomendation-grid .listings-grids .top-panl .top-left-user {
        width: 47%;
    }
    .sidebar-toggled .recomendation-grid .listings-grids .top-panl .top-left-user {
        width: 50%;
    }
    .sidebar-toggled .recomendation-grid .popular-stories .listings-grids .top-panl .top-left-user {
        width: 59%;
    }
    .sidebar-toggled .recomendation-grid .popular-stories .listings-grids .user-name-detail {
        width: 148px;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .signup-left {
        position: fixed;
        bottom: -1000px;
        width: 100%;
        z-index: 9999;
    }
    .onefifty-mrgn.w-l-menu #filterDiv4 .col-lg-5.col-md-5.col-sm-5.p-l-0.p-r-10 {
        width: 50%;
    }
    .col-sm-4.p-r-0.p-l-0.xs-p-l-0.xs-m-b-10.filter-by.col-lg-4 {
        width: 33%;
    }
    .col-md-3.col-sm-4.p-r-0.xs-p-l-0.xs-m-b-10.filter-by.col-lg-4 {
        width: 33%;
    }
    .col-md-3.col-sm-4.p-r-0.xs-p-l-0.filter-by.col-lg-4 {
        width: 33%
    }
    .market-wth-lgn .listings-grids .top-panl .top-left-user .user-name-detail {
        width: calc(100% - 75px) !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .filter-by .input-group .form-control {
        -webkit-appearance: auto !important;
        -moz-appearance: auto !important;
        padding-left: 15px !important;
        background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
        background-position-x: right;
        background-size: auto;
        background-position-x: right;
        background-size: auto;
        -webkit-appearance: none;
        background-position-x: 130px;
        background-size: 10px;
        appearance: none !important;
    }
    .w-l-menu #filtersDivAuc .mps-lg #descAuc {
        width: 82% !important;
    }
    .w-l-menu.content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 103px;
        z-index: 968;
        width: 91.8%;
        border-radius: 0px 0px 18px 18px !important;
    }
    .widt-custom {
        width: 52% !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .sidebar-toggled #comp_marketplace .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 125px;
        padding-top: 0px;
    }
    #comp_marketplace .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 165px;
        padding-top: 0px;
    }
    .sidebar-toggled #comp_marketplace.company-dv .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 135px;
        padding-top: 0px;
    }
    #comp_marketplace.company-dv .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 175px;
        padding-top: 0px;
    }
    .content.sm-gutter.com-pro-log {
        width: 100%;
        margin: 0 auto;
    }
    .w-l-menu #filtersDiv {
        width: 40%;
        float: right;
    }
    .sidebar-toggled .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 130px;
    }
    .w-l-menu #filtersDivAuc .mps-lg #descAuc {
        width: 82% !important;
    }
    .onefifty-mrgn.w-l-menu #filterDiv4 .col-lg-5.col-md-5.col-sm-5.p-l-0.p-r-10 {
        width: 99%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 0px !important;
    }
    .onefifty-mrgn.w-l-menu .col-lg-3.col-sm-4.p-r-0.p-l-0.xs-p-l-0.xs-m-b-10.filter-by.auct-tab {
        width: 24%;
    }
    .onefifty-mrgn.w-l-menu .col-lg-3.col-sm-4.p-r-0.p-l-10.xs-p-l-0.xs-m-b-10.auc-filter.filter-by.auct-tab {
        width: 24%;
    }
    .onefifty-mrgn.w-l-menu .col-sm-4.p-r-0.p-l-0.xs-p-l-0.xs-m-b-10.filter-by.col-lg-4 {
        width: 33%;
    }
    .onefifty-mrgn.w-l-menu .col-md-3.col-sm-4.p-r-0.xs-p-l-0.xs-m-b-10.filter-by.col-lg-4 {
        width: 33%;
    }
    .onefifty-mrgn.w-l-menu .col-md-3.col-sm-4.p-r-0.xs-p-l-0.filter-by.col-lg-4 {
        width: 33%;
    }
    .onefifty-mrgn.w-l-menu .filter-by .input-group .form-control {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        padding-left: 15px !important;
        background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
        background-position-x: right;
        background-size: auto;
        background-position-x: right;
        background-size: auto;
        -webkit-appearance: none;
        background-position-x: 260px;
        background-size: 10px;
    }
    .auct-tab .input-group .form-control {
        padding-left: 8px !important;
        background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right !important;
        -webkit-appearance: none;
        background-position-x: 188px !important;
        background-size: 10px !important;
    }
}

@media (max-width: 1024px) {
    .content.sm-gutter.listing-detail-width.w-o-log {
        padding-bottom: 30px;
    }
    .sidebar-toggled .recomendation-grid .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 190px;
        padding-top: 4px;
    }
    .auction-by h3.no-margin a {
        color: var(--main-brand-label-color);
    }
    .w-l-menu.content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 104px;
        z-index: 968;
        width: 91.8%;
        border-radius: 0px 0px 18px 18px !important;
    }
    #filterDiv4 .col-md-5 {
        width: 50%;
    }
    .listings-grids.grid_lists {
        background: none;
        width: 100%;
        float: left;
    }
    .flx-cls-auc .panel {
        margin-bottom: 20px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    }
    .search-mb button {
        border-radius: 0 10px 10px 0;
        font-size: 17px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        padding: 6px 9px;
        width: 28%;
        height: 54px;
    }
    .flag-truncate {
        max-width: 226px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 160px;
        float: left;
    }
    .mps-lg input {
        width: 94% !important;
    }
    .market-wth-lgn .listings-grids .top-panl .top-left-user .user-name-detail {
        width: calc(100% - 75px) !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .w-l-menu .marketplace-navigation-new.m-b-20.box-card .menu-items.col-lg-3.col-md-3.col-sm-5 {
        width: 28%;
    }
    .mps-lg #descAuc,
    #desc {
        width: 74% !important;
    }
    .cswitch .switchery-default {
        height: 15px;
        transition: none !important;
        display: block;
        padding-top: 0px !important;
        margin-top: 5px;
    }
    .content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 79px;
        z-index: 968;
        width: 71%;
        border-radius: 0px 0px 18px 18px !important;
    }
    .sidebar-toggled .content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 79px;
        z-index: 968;
        width: 87.8%;
        border-radius: 0px 0px 18px 18px !important;
        margin-left: -6px;
    }
}

@media (max-width: 991px) {
    .panel .panel-heading+.panel-body {
        padding: 15px !important;
    }
    .listing-detail-width.w-o-log .listing-user .listing-user-info {
        float: left;
        width: 120px;
    }
    .w-l-menu .marketplace-navigation-new.m-b-20.box-card .menu-items.col-lg-3.col-md-3.col-sm-5 {
        width: 31%;
    }
    .market-wth-lgn .listings-grids .top-panl .top-left-user .user-name-detail {
        width: calc(100% - 75px) !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .auction-by h3.no-margin a {
        color: var(--main-brand-label-color);
    }
    .sidebar-toggled #comp_marketplace.company-dv .listing .listing-body .clearfix h3#lst-price,
    #comp_marketplace.company-dv .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 145px;
        padding-top: 0px;
    }
    .sidebar-toggled #comp_marketplace .listing .listing-body .clearfix h3#lst-price,
    #comp_marketplace .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 135px;
        padding-top: 0px;
    }
    .content.sm-gutter.com-pro-log {
        width: 100%;
        margin: 0 auto;
    }
    .content.sm-gutter.listing-detail-width.w-o-log {
        width: 100%;
        margin: 0 auto;
    }
    .content.sm-gutter.listing-detail-width.w-o-log .col-db-rightFull {
        width: 100%;
    }
    .content.sm-gutter.listing-detail-width.w-o-log .col-db-rightFull .ddtl {
        display: inline-block;
        width: 100%;
        padding: 0 15px !important;
    }
    .content.sm-gutter.listing-detail-width.w-o-log .col-lg-12.ddtl.p-r-30 .row.head #userCard {
        width: 100%;
        float: left !important;
    }
    .flx-cls-auc .ver-num img {
        width: 70%;
        border: none !important;
        margin-top: 6px !important;
    }
    .w-l-menu .mrpFilter .input-search.mps-lg {
        float: left;
        margin-right: 10px;
        width: 100%;
    }
    .w-l-menu #filtersDivAuc .mps-lg #descAuc {
        width: 79% !important;
    }
    .sidebar-toggled .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 145px;
    }
    .sidebar-toggled #comp_marketplace .listing-user .listing-user-info,
    #comp_marketplace .listing-user .listing-user-info {
        float: left;
        width: 130px;
    }
    .w-l-menu.content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 103px;
        z-index: 968;
        width: 91.8%;
        border-radius: 0px 0px 18px 18px !important;
    }
    .content-krnk.content.onefifty-mrgn.w-l-menu #filtersDiv {
        float: right;
        width: 305px;
    }
    .content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 103px;
        z-index: 968;
        width: 91.8%;
        border-radius: 0px 0px 18px 18px !important;
    }
    #filterDiv4 {
        display: none;
    }
    #filtersDivAuc .mps-lg #descAuc,
    filtersDivAuc #desc {
        width: 100% !important;
    }
    .listing-user .listing-user-info {
        float: left;
        width: 150px;
    }
    .sidebar-toggled .recomendation-grid .listings-grids .top-panl .top-left-user {
        width: 58%;
    }
    .recomendation-grid .listings-grids .top-panl .top-left-user {
        width: 58%;
    }
    .bids-flex .listing-user .listing-user-info {
        float: left;
        width: 135px;
    }
    .mps-lg input {
        width: 83% !important;
    }
    .fixed-header section.header-section {
        width: 100%;
        float: left;
        padding: 15px 35px;
        background: #fff;
        border-bottom: none;
        position: inherit !important;
        height: 90px;
    }
    #FixHeads .header-navigations {
        background: #f1f0f0;
        height: 75px;
        position: static;
        top: 94px;
        transition: top 0.3s ease-in-out;
        width: 100%;
        right: 0;
        left: 0;
        border-bottom: solid 1px #dddedf;
        margin-bottom: 20px;
        z-index: 720;
        float: left;
        width: 100%;
        margin-top: 0px;
    }
    .listings-grids .top-right-timer span {
        width: auto;
        float: left;
        font-size: 11px;
        color: #2e2e2e;
        margin-right: 2px;
        font-weight: 700;
    }
    .widt-custom {
        width: 48% !important;
    }
    .input-search button {
        padding: 0px 15px;
        border-radius: 0px 2px 2px 0px;
        border: 1px solid var(--main-brand-color);
    }
}

@media (max-width: 767px) {
    .panel .panel-heading+.panel-body {
        padding: 10px !important;
    }

    /* .listings-grids .column .listing-body .flag-truncate span.location-trun{
        max-width: 100%;
    } */

    /* span.location-trun {
        margin-left: 0;
    } */

    .listing .listing-img {
        padding-top: 60%;
    }
    #watermark-one .modal-content {
        margin: 15% auto;
        padding: 20px;
        width: 95%;
    }
    #brand_desc figure {
        width: 100%;
        float: left;
        /* border: 1px solid #ccc; */
        padding: 0px;
        border-radius: 10px;
        margin-top: 0px;
    }
    .total-list-count {
        width: auto;
        float: left;
        font-size: 20px;
        color: var(--main-brand-secondary-color) !important;
        font-family: 'roboto', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
        font-weight: 900;
        margin: 5px 0px 20px 18px;
    }
    .auction-by h3.no-margin a {
        color: var(--main-brand-label-color);
    }
    .content.sm-gutter.listing-detail-width.w-o-log {
        width: 100%;
        margin: 0 auto;
    }
    .content.sm-gutter.listing-detail-width.w-o-log .col-lg-12.ddtl.p-r-30 .row.head #userCard {
        width: 100%;
        float: left !important;
        margin-bottom: 20px;
    }
    .content.sm-gutter.listing-detail-width.w-o-log .user-card.m-t-35.p-b-5.pull-right {
        position: relative;
        width: 100%;
    }
    .content.sm-gutter.listing-detail-width.w-o-log #userCard .user-info {
        margin-left: 0px;
    }
    .content.sm-gutter.listing-detail-width.w-o-log .panel.box-card .panel-heading {
        background: transparent;
        border-radius: 0px;
        border-bottom: 0px;
        padding: 25px 15px 5px 15px;
        position: relative;
        z-index: 3;
        min-height: 48px;
    }
    .content.sm-gutter.listing-detail-width.w-o-log .listing-user-avatar.p-r-10.privacy {
        margin-left: 0px;
    }
    .content.sm-gutter.listing-detail-width.w-o-log .listing-user {
        padding: 0px;
        position: relative;
        overflow: inherit;
        margin: 10px 0 10px 0 !important;
    }
    .sidebar-toggled .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 170px;
        padding-top: 4px;
    }
    .listing .listing-body .clearfix h3#lst-price {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 170px;
        padding-top: 4px;
    }
    .w-l-menu .marketplace-navigation-new.m-b-20.box-card .menu-items.col-lg-3.col-md-3.col-sm-5 {
        width: 100%;
    }
    .nologin {
        margin: 15% 0px;
    }
    menu.content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 75px;
        z-index: 968;
        width: 91.8%;
        border-radius: 0px 0px 18px 18px !important;
        margin-left: 1px;
    }
    .row.head .col-sm-5 #userCard .user-card .col-sm-3.col-xs-2 {
        width: 57px;
    }
    .row.head .col-sm-5 .listing-user .listing-user-avatar {
        padding-left: 0px;
    }
    .listing-gallery .gallery-item {
        min-height: inherit;
        height: inherit;
    }
    #add-dealer-modal button.close {
        opacity: .8;
        margin-top: -138px !important;
        margin-right: -1px;
    }
    .tab-dealr ul li {
        width: 100%;
    }
    .content.sm-gutter.com-pro-log {
        width: 100%;
        margin: 0 auto;
    }
    .gallery-item.w-o-login .ms-thumb-list.ms-dir-h {
        width: 100%;
        bottom: 7px !important;
    }
    .content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 73px;
        z-index: 968;
        width: 91.8%;
        border-radius: 0px 0px 18px 18px !important;
    }
    .mrpFilter {
        display: none;
    }
    #watermark-one .modal-content {
        margin: 15% auto;
        padding: 20px;
        width: 91%;
    }
    .page-top {
        position: relative;
        margin-bottom: 15px;
        clear: both;
    }
    .header-navigations&gt;.container .menu-items {
        /* display: none; */
        position: relative;
        text-align: left;
        margin: 0px auto;
        z-index: 1;
        float: left;
        padding-left: 30px;
        margin-top: 27%;
        width: 100%;
        float: left;
        padding-left: 0px;
    }
    .nolg {
        width: 85% !important;
    }
    .panel .panel-heading .panel-controls ul li {
        display: inline-block;
        list-style: none;
        line-height: 0;
    }
    .page-top #filtersDiv .mrpFilter .xs-m-b-10 {
        margin-bottom: 10px !important;
        clear: both;
    }
    .page-top #filtersDiv .mrpFilter .col-lg-7.col-md-8 {
        clear: both;
    }
    #FixHeads .header-navigations {
        background: #f1f0f0;
        height: 75px;
        position: static;
        top: 0;
        transition: top 0.3s ease-in-out;
        width: 100%;
        right: 0;
        left: 0;
        border-bottom: solid 1px #dddedf;
        margin-bottom: 20px;
        z-index: 999;
        float: left;
    }
    .mrpFilter .col-md-4 .input-search {
        width: 100%;
        margin-top: 10px;
    }
    .mps-lg input {
        width: 90% !important;
    }
    ul.list-pophover li:first-child {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 20px;
    }
    .listing-gallery .w-o-login {
        min-height: 177px !important;
    }
    .ld.absol-dv ul.list-usr li .selectator_option_title {
        margin-left: 0px;
        font-weight: bold;
        /* margin-top: 5px; */
        font-size: 12px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700;
        float: left;
        width: 158px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    ul.list-pophover li .selectator_option_title {
        margin-left: 40px;
        margin-top: 1px;
        font-size: 12px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700;
        line-height: 15px;
    }
    .filter-custom {
        width: 33%;
        float: left;
    }
    .no-network&gt;span {
        font-size: 15px;
    }
    .ld.absol-dv .pophover-dv {
        position: absolute;
        width: 96%;
        background: #fff;
        min-height: 383px;
        z-index: 9;
        border: 1px solid #e7e7e7;
        top: 116px;
        right: 15px;
    }
    .resp-cls-btn {
        width: 90%;
        margin-left: 14px;
        float: left;
    }
    .listing .listing-action.listing-edit {
        right: inherit;
        position: absolute;
        padding: 0 20px;
        bottom: -18px;
    }
    .listing .listing-action.listing-edit ul {
        margin-bottom: 60px;
    }
    .aq-dropzone table tbody td a {
        padding: 10px;
    }
    .marketplace-navigation-new .subNav-wrap .menu-items {
        width: 42%;
    }
    .marketplace-navigation-new .marketplace-nav {
        width: 58%;
    }
    .w-l-menu .mrpFilter .input-search.mps-lg {
        width: 100%;
    }
    .sidebar-toggled .recomendation-grid .popular-stories .listings-grids .top-panl .top-left-user {
        width: 49%;
    }
    .recomendation-grid .listings-grids .top-panl .top-left-user {
        width: 50%;
    }
    .w-l-menu .marketplace-navigation-new.m-b-20.box-card .menu-items.col-lg-3.col-md-3.col-sm-5 {
        width: 100%;
    }
    .w-l-menu.content-krnk.content.onefifty-mrgn .marketplace-navigation-new#stickThis.stick {
        margin-top: 0;
        position: fixed;
        top: 70px;
        z-index: 968;
        width: 94.8%;
        border-radius: 0px 0px 18px 18px !important;
    }
    .market-wth-lgn .listings-grids .top-panl .top-left-user .user-name-detail {
        width: calc(100% - 75px) !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .pragraph {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500;
        font-size: 13px;
        color: #2f3746;
        margin-bottom: 20px;
        text-align: left;
        line-height: 18px;
    }
    .market-wth-lgn .star-rating-profile {
        display: none;
    }
    #cat-selection-modal .modal-body .col-sm-6 {
        width: 100%;
        margin: 10px 0 !important;
    }
    #cat-selection-modal .modal-footer button.btn {
        margin: 6px 0;
        width: 100%;
    }
}

@media (max-width: 575px) {
    #watermark-one .modal-content {
        margin: 15% auto;
        padding: 20px;
        width: 95%;
    }
    #watermark-one .modal-content {
        margin: 15% auto;
        padding: 20px;
        width: 92%;
    }
    .aq-rqst-pending {
        position: relative;
        width: 100%;
        height: inherit;
        text-align: center;
    }
    .gal {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
    }
    .onefifty-mrgn.w-l-menu #filtersDivAuc,
    .w-l-menu #filtersDivAuc .mps-lg #descAuc {
        width: 100% !important;
    }
    .marketplace-navigation-new .subNav-wrap .marketplace-nav {
        padding: 0 15px;
    }
    .marketplace-navigation-new .subNav-wrap .menu-items {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .ddtl .panel.box-card.absol-dv .panel-heading,
    .content.sm-gutter.listing-detail-width.w-o-log .panel.box-card .panel-heading {
        display: flex;
        flex-direction: column;
    }
    .mps-lg input {
        width: 88% !important;
    }
    ul.list-pophover li:first-child {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 20px;
    }
    .popover.top {
        min-width: 320px;
    }
    .popover-title {
        font-size: 13px;
    }
    .popover.left {
        min-width: 320px !important;
    }
    .listings-grids .top-panl .top-left-user {
        width: calc(100% - 115px) !important;
    }
    .listings-grids .top-right-timer, .listings-grids .top-right-timer.abcd {
        width: 110px !important;
    }
    .listing-detail-width.content .box-card .panel-controls {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 10px;
    }    
    .listing-detail-width.content .box-card .panel-controls .dl-logo-box {
        width: 100%;
    }        
    .listing-detail-width.content .box-card .panel-controls ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }    
    .listing-detail-width.content .box-card .panel-controls ul li {
        padding: 0 5px 0 0;
        flex-basis: 50%;
    }    
    .listing-detail-width.content .box-card .panel-controls ul li a {
        width: 100%;
        padding: 10px 5px;
        font-size: 10px;
    }
    .onefifty-mrgn .listing .listing-user .listing-user-info {
        width: 58% !important;
    }
    
}

@media (max-width: 375px) {
    #watermark-one .modal-content {
        margin: 15% auto;
        padding: 20px;
        width: 91%;
    }
    .aq-rqst-pending {
        position: relative;
        width: 100%;
        height: inherit;
        text-align: center;
    }
    #watermark-one .modal-content {
        margin: 15% auto;
        padding: 20px;
        width: 87%;
    }
    ul.list-pophover li:first-child {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 20px;
    }
    .widt-custom {
        width: 52% !important;
    }
    .nolg.widt-custom {
        width: 85% !important;
    }
    .ld.absol-dv ul.list-usr-new li .selectator_option_title {
        margin-left: 0px;
        margin-top: 0px;
        font-size: 12px;
        float: left;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700;
        width: 104px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 16px;
    }
    .sidebar-toggled .recomendation-grid .popular-stories .listings-grids .top-panl .top-left-user {
        width: 45%;
    }
    .sidebar-toggled .recomendation-grid .popular-stories .auction.time .user-name-detail h1 {
        width: auto;
        max-width: 62%;
        float: left;
        color: #343b45;
        font-size: 12.5px;
        font-weight: 700;
        padding: 0px;
        margin: 0px;
        line-height: normal;
        margin-bottom: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sidebar-toggled .recomendation-grid .listings-grids .top-panl .top-left-user {
        width: 47%;
    }
    .recomendation-grid .listings-grids .top-panl .top-left-user {
        width: 47%;
    }
    .mps-lg #descAuc,
    #desc {
        width: 86% !important;
    }
    .feed-bx.three-feed-post {
        min-height: auto;
        height: auto;
        float: left;
    }
    .market-wth-lgn .listings-grids .top-panl .top-left-user .user-name-detail {
        width: calc(100% - 75px) !important;
        height: 50px;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }
    .onefifty-mrgn .listing .listing-user .listing-user-info {
        width: 56% !important;
    }
}

@media (max-width: 320px) {
    .feed-bx {
        min-height: auto;
        float: left;
    }
    .mps-lg input {
        width: 85% !important;
    }

    .listing-detail-width.content .box-card .panel-controls ul li{
        flex-basis:100% ;
    }
    .ld.absol-dv ul.list-usr-new li:first-child .selectator_option_subtitle {
        font-size: 12px;
        /* color: rgba(0,0,0,0.5); */
        color: var(--main-brand-gray-color);
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500;
        width: 178px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        line-height: 12px;
    }
    .ld.absol-dv ul.list-usr li .selectator_option_title {
        margin-left: 0px;
        font-weight: bold;
        /* margin-top: 5px; */
        font-size: 12px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700;
        float: left;
        width: 70px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .ld.absol-dv ul.list-usr li:first-child .selectator_option_title {
        margin-left: 0px;
        font-weight: bold;
        margin-top: 0px;
        font-size: 12px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 700;
        float: left;
        width: 146px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pophover-dv .btn-close-pop {
        position: absolute;
        top: 2px;
        right: 1px;
    }
    .row.head #userCard .user-card .col-sm-3 a.listing-user-network {
        margin-left: 0px;
        float: left !important;
    }
    .panel .panel-heading .panel-controls ul {
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
    }
    .listing .listing-action.listing-edit {
        right: inherit;
        position: absolute;
        padding: 0 20px;
        bottom: -30px;
    }
    .listing .listing-action.listing-edit ul {
        margin-bottom: 70px;
    }
    .resp-cls-btn {
        width: 100%;
        margin-left: 0;
        float: left;
        margin-bottom: 10px !important;
    }
    .modal-footer .btn+.btn {
        margin-bottom: 0;
        margin-left: 0px;
    }
    #cat-selection-modal .modal-header .close {
        margin-top: -21px;
        margin-right: -12px;
    }
    .filter-custom {
        width: 31%;
        float: left;
    }
    
}


/* new css */

@media (max-width: 765px) {
    .view-bid-buy-box{ margin-bottom: 41px }
    .w-l-menu .mrpFilter .input-search.mps-lg{margin-right:0;}
    .content-krnk.content.onefifty-mrgn.w-l-menu #filtersDiv{margin-right: 0; width: 100%;}
    input#desc{font-size: 12px !important;}    

}

@media (min-width: 1500px) {
    .maxim-boom .flx-cls-new {
        width: 25%;
    }
}
</pre></body></html>