.auction_primary_link {
    position: relative;
    display: inline-block;
}
.auction_primary_link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.auction_primary_link:hover:before{
  animation-name: width;
  -webkit-animation-name: width;
  -moz-animation-name: width;
  -ms-animation-name: width;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;

}

.skeleton-box{
width: 100%;
}
.skeleton-contents-box {
width: 100%;
left: 0px;
top: 0px;
background: #FFFFFF;
border: 0.5px solid #DDDDDD;
box-sizing: border-box;
border-radius: 5px;
}

.skeleton-logo {
min-height: 50px;
}
.skeleton-logo span {
height: 27px;
width: 73px;
border-radius: 5px;
}
.skeleton-figure {
height: 130px;

}

.skeleton-contents {
padding: 25px 15px;
position: relative;
min-height: 17	5px;
}

.skeleton-text {
height: 10px;
width: 100%;
max-width: 135px;
margin-bottom: 7px;
}

.skeleton-bid {
margin-top: 10px;
width: 100%;
float: left;
}
.skeleton-bid p:first-child{
max-width: 55px;
}
.skeleton-bid p {
height: 10px;
width: 100%;
margin-bottom: 7px;
max-width: 87px;
}

.skeleton-arrow {
position: absolute;
height: 10px;
width: 17px;
right: 12px;
bottom: 12px;
border-radius: 0px;
}


.skeleton-bg{
background-color: #ECECEC;

}
.skeleton-bg::after {
display: block;
content: '';
position: absolute;
width: 100%;
height: 100%;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
-webkit-animation: loading 1.5s infinite;
animation: loading 1.5s infinite;
}
@-webkit-keyframes loading {
100% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}

@keyframes loading {
100% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}



@media(min-width:1200px){
.second-navigation>ul>li:hover >ul.sub-menu .container {
    max-width: 1200px;
}    
}
.auction_seo-template-sourcing-marketplace-template .category-block,.auction_seo-template-sourcing-marketplace-template .skeleton-logo {
    display:none!important;
}












.close-cta-box{
    display: none;
    top: 0;
}
.cross-btn {
    border: 0px;
    padding: 0px;
    width: 16px;
    height: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
/*.cross-btn>span {
    background: #161B1B;
    width: 1px;
    height: 100%;
    padding: 0px;
}
.cross-btn>span:nth-child(1) {
    transform: rotate(45deg);
}
.cross-btn>span:nth-child(2) {
    transform: rotate(-45deg);
}*/


.active-search .sourcing-top-menu-row form .close-cta-box {
    top: 50%;
    transform: translateY(-50%);
}

.mobile-search-btn {
    border: 0;
    background: transparent;
    padding: 0;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    top: 16px;
    background-position: center center;
    display: none;
}

.light-bluebackground{
    background: #F1FBFF;
}



#header {
   /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .5);*/
    z-index: 3;
}
.sourcing-header button.navbar-toggler {
    margin-left: 18px;
}
.sourcing-header nav.navbar {
    padding:0px;
    margin:30px 0px;

}

.sourcing-header a.navbar-brand {
    margin-right: 27px;
}
.source-close-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.sourcing-top-menu-row form {
    width: 242px;
}
.sourcing-top-menu-row fieldset {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}
.sourcing-top-menu-row fieldset input[type="text"] {
    margin: 0;
    height: 36px;
    border: 0;
    padding: 0 0 0 22px;
    flex: 1;
    box-shadow: none;
        letter-spacing: initial!important;
}
.sourcing-top-menu-row fieldset input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-size: 14px!important;
font-family: 'Proxima Nova Regular'!important;
color: #929292!important;
    letter-spacing: initial!important;
}
.sourcing-top-menu-row fieldset input[type="text"]::-moz-placeholder { /* Firefox 19+ */
font-size: 14px!important;
font-family: 'Proxima Nova Regular'!important;
color: #929292!important;
    letter-spacing: initial!important;
}
.sourcing-top-menu-row fieldset input[type="text"]:-ms-input-placeholder { /* IE 10+ */
font-size: 14px!important;
font-family: 'Proxima Nova Regular'!important;
color: #929292;
    letter-spacing: initial!important;
}
.sourcing-top-menu-row fieldset input[type="text"]:-moz-placeholder { /* Firefox 18- */
font-size: 14px!important;
font-family: 'Proxima Nova Regular'!important;
color: #929292;
    letter-spacing: initial!important;
}
.sourcing-top-menu-row fieldset input[type="submit"] {
    padding: 0;
    border: 0;
    background: transparent;
    text-indent: -5000px;
    background-color: transparent !important;
    width: 40px;
    height: 36px;
    background-image: url(../images/search.svg), linear-gradient(#fff, #ffffff)!important;
    background-repeat: no-repeat;
    background-position: center right 10px;
    flex-shrink: 0;
    background-size: 17px;
}

.sourcing-top-menu-row .header-top-menu>ul {
    display: flex;
    align-items: center;
    position: static;
}




.sourcing-top-menu-row .header-top-menu>ul>li.get-started {
    margin-left: 20px;
        padding: 0;
}
.sourcing-top-menu-row .header-top-menu>ul>li {
    position: relative;
    padding: 0px 10px;
}
.sourcing-top-menu-row .header-top-menu>ul>li>a {
    color: #2E2E2E;
    display: block;
    line-height: 24px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    position: relative;
    background: transparent;
    padding: 15px 0px;
    font-style: normal;
    font-size: 16px;
    font-family: 'Proxima Nova Semibold';
}
.sourcing-top-menu-row .header-top-menu>ul>li:hover>a{
     font-family: 'Proxima Nova Bold';   
}


.sourcing-top-menu-row .header-top-menu>ul>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #153adc;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    opacity: 0;
    visibility: visible;
    z-index: 1111;
}
.sourcing-top-menu-row .header-top-menu>ul>li:hover>a:before {
    animation-name: width;
    -webkit-animation-name: width;
    -moz-animation-name: width;
    -ms-animation-name: width;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    visibility: visible;
    opacity: 1;
}

.sourcing-top-menu-row .header-top-menu>ul>li.get-started>a {
    height: 45px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background-color: var(--bs-primary-color);
    background: #153adc;
    font-family: 'Proxima Nova Bold';
    /* text-transform: uppercase; */
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 27px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    display: inline-flex;
    align-items: center;
}
.sourcing-top-menu-row .header-top-menu>ul>li.get-started>a:before {
    opacity: 0;
    visibility: hidden;
}
.sourcing-top-menu-row .header-top-menu>ul>li>ul.sub-menu {
    width: max-content;
    max-width: initial;
    display: flex;
    position: absolute;
    margin: 0;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(191, 191, 191, 0.5);
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 16px;
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    top: 100%;
    flex-flow: wrap;
    justify-content: end;
    z-index: 1;
    opacity: 0;
    visibility: hidden; 
}
.sourcing-top-menu-row .header-top-menu>ul>li>ul.sub-menu>li{
        max-width: 25%;
    min-width: 258px;
}
.sourcing-top-menu-row .header-top-menu>ul>li.globle-sub-menu>ul.sub-menu {
    width: 100%;
}
.sourcing-top-menu-row .header-top-menu>ul>li.position-static ul.sub-menu {
    right: 0;
}
.sourcing-top-menu-row .header-top-menu>ul>li.center-sub-menu>ul.sub-menu {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sourcing-top-menu-row .header-top-menu>ul>li>ul.sub-menu>li>a {
    color: #000000;
    padding: 16px 40px;
    display: block;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-style: normal;
    font-family: 'Proxima Nova Semibold';
    font-size: 18px;
    line-height: 28px;
    flex-shrink: 0;
    height: 100%;
        background: transparent;
}

.sourcing-top-menu-row .header-top-menu>ul>li>ul.sub-menu>li>a:hover {
    background: #F6F7FB;
}

.sourcing-top-menu-row .header-top-menu>ul>li:hover ul.sub-menu{
    opacity: 1;
    visibility: visible;
}
.sourcing-top-menu-row .header-top-menu>ul>li>ul.sub-menu>li>a .menu-item-description {
    display: block;
    margin: 0;
    color: #6A6A6A;
    line-height: 21px;
    font-size: 16px;
    font-style: normal;
    font-family: 'Proxima Nova Regular';
    max-width: 195px;
    margin-top: .5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}












.sourcing-secondary-menu-row {
    justify-content: center;
    padding: 30px 0px;
    border-top: 1px solid #EAEAEA;
    position: relative;
}
.sourcing-secondary-menu-row ul {
    flex-wrap: nowrap;
    overflow: auto;
}
.sourcing-secondary-menu-row ul>li {
    margin: 0px 15px;
        flex-shrink: 0;
}
.sourcing-secondary-menu-row ul>li>a {
    padding: 0;
    font-style: normal;
    font-family: 'Proxima Nova Semibold';
    font-size: 18px;
    color: #161b1b;
}
.secondary-menu-title {
    font-size: 18px;
    color: #6e6e6e;
    text-transform: uppercase;
    font-family: 'Proxima Nova Semibold';
    line-height: 18px;
    margin-right: 30px;
}
.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 15px 0px;
}
.breadcrumb-row {
   /* border-top: 1px solid #DDDDDD;*/
/*    border-bottom: 1px solid #EAEAEA;*/
}
.page-template-sourcing-homepage-2 .breadcrumb-row,.page-template-template-home .breadcrumb-row,.page-template-template-marketplaces-new .breadcrumb-row,.page-template-sourcing-marketplace-page-template .breadcrumb-row
,.page-template-template-how-it-works .breadcrumb-row,.page-template-sourcing-marketplace-abtest  .breadcrumb-row,.category-buyer .breadcrumb-row,
.category-seller .breadcrumb-row,.single-post .breadcrumb-row{
    display: none;
}
.breadcrumb a, .breadcrumb {
    font-size: 13px;
    line-height: 16px;
    color: #7E7E7E;
}
.single-post .top-content {
    padding-top: 0;
}
.single-post .second-navigation-section {
    border-bottom: 0;
}





.box-holder-main-section {
    padding-top: 40px;

}

.container-top-space{
   /* margin-top: 130px;*/
}
.sourch-heading {
        display: none;
    background: #f6f7fb;

}
.right-filter-row .sortWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 21px;
}
.right-filter-row .box-holder-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}
.mobile_filter_click{
    display: none;
}
.mobile_filter_click button {
    display: flex;
    align-items: center;
    border: 1px solid #C9C9C9;
    border-radius: 2px;
    height: 30px;
    padding: 0px 9px;
    font-size: 10px;
    color: #000000;
    font-family: 'Proxima Nova Semibold';
}
.mobile_filter_click button i {
    width: 19px;
    height: 17px;
    display: flex;
    background-image: url(../images/Filter_Icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}



.sorty-by-dropdown>a {
    width: auto;
    height: 36px;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Proxima Nova Semibold';
    color: #161B1B;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    padding: 0px 15px;
    min-width: 200px;
    justify-content: space-between;
}
.sorty-by-dropdown.show>a {
    border: 0px;
}
.sorty-by-dropdown>a>i {
    background-image: inherit!important;
    width: 7px!important;
    height: 7px!important;
    border: 1px solid #161B1B;
    border-left: 0;
    transform: rotate(45deg);
    border-top: 0;
    position: relative;
    top: -3px;
}   
.sorty-by-dropdown.show>a>i {
    border: 1px solid #161B1B;
    border-right: 0;
    border-bottom: 0;
    top: 1px;
}


.custom-sort-by {
    transform: initial!important;
    left: initial!important;
    right: 0!important;
    background: transparent;
    margin: 0;
    padding: 0;
    padding-top: 34px;
    width: 100%;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    overflow: hidden;
}
.custom-sort-by ul {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 0px 15px;
    padding-top: 15px;
    position: relative;
}
.custom-sort-by ul:before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    background: #EDEDED;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.custom-sort-by ul>li {
    font-size: 14px;
    line-height: 17px;
    color: #161B1B;
    cursor: pointer;
    margin-bottom: 15px;
}
.custom-sort-by ul>li.active {
    font-family: 'Proxima Nova Bold';
    background-image: url(../images/small-check.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 12px;
}
.custom-sort-by ul>li:hover{
    font-family: 'Proxima Nova Bold';
}









.right-filter-row .sortWrap .sort_by {
    font-family: 'Proxima Nova Semibold';
    font-size: 12px;
    line-height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    padding: 0px 0px 0px 15px;
    min-width: 195px;
}

.sort_by .dropdown.bootstrap-select, .left-select-shortby .dropdown.bootstrap-select {
    width: auto!important;
    padding: 0px 0px 0px 0px;
    border-radius: 5px;
    position: static;
        flex: 1;
}

.left-select-shortby .dropdown.bootstrap-select {
    width: 100%!important;
    padding-left: 15px;
    position: relative;
    border: 1px solid #D0D0D0;
}
.left-select-shortby .dropdown.bootstrap-select.show {
    border: 1px solid transparent;
}
.left-select-shortby .dropdown.bootstrap-select>button.btn.dropdown-toggle {
    color: #161B1B;
    font-family: 'Proxima Nova Semibold';
}
.sort_by .dropdown.bootstrap-select>button.btn.dropdown-toggle,.left-select-shortby .dropdown.bootstrap-select>button.btn.dropdown-toggle {
    background-color: transparent!important;
    border: 0;
    border-radius: 0;
    outline: none!important;
    padding: 0!important;
    background-image: initial!important;
    padding-right: 30px!important;
}
.sort_by .dropdown.bootstrap-select>button.btn.dropdown-toggle .filter-option, 
.left-select-shortby .dropdown.bootstrap-select>button.btn.dropdown-toggle .filter-option {
    padding-right: initial;
}
.dropdown.bootstrap-select .dropdown-toggle::after {
    border-top: 5px solid #3F3F3F;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    position: absolute;
    right: 10px;
    margin: 0;
    top: 14px;
}
.dropdown.bootstrap-select .dropdown-toggle::before {
    content: "";
    border-top: 5px solid #ffffff;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    position: absolute;
    right: 10px;
    margin: 0;
    z-index: 1;
}
.sort_by .dropdown.bootstrap-select>.dropdown-menu, .left-select-shortby .dropdown.bootstrap-select>.dropdown-menu {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #DDDDDD;
    width: 100%;
    transform: initial!important;
    padding: 30px 0px 0px 0px;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: transparent;
    top: -2px!important;
}
.left-select-shortby .dropdown.bootstrap-select>.dropdown-menu{
    padding: 30px 0px 0px 0px;
}
.sort_by .dropdown.bootstrap-select>.dropdown-menu:before,.left-select-shortby .dropdown.bootstrap-select>.dropdown-menu:before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    top: 34px;
    background: #EDEDED;
    left: 0;
    right: 0;
    margin: auto;
}
.left-select-shortby .dropdown.bootstrap-select>.dropdown-menu:before {

    top: 32px;
}

.sort_by .dropdown.bootstrap-select>.dropdown-menu .inner,.left-select-shortby .dropdown.bootstrap-select>.dropdown-menu .inner  {
    min-height: initial!important;
    display: block;
}
.sort_by .dropdown.bootstrap-select>.dropdown-menu ul.inner,.left-select-shortby .dropdown.bootstrap-select>.dropdown-menu ul.inner {
    padding: 15px;
}
.sort_by .dropdown.bootstrap-select ul.dropdown-menu.inner>li,.left-select-shortby .dropdown.bootstrap-select ul.dropdown-menu.inner>li {
    margin-top: 15px;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.sort_by .dropdown.bootstrap-select ul.dropdown-menu.inner>li:first-child,.left-select-shortby .dropdown.bootstrap-select ul.dropdown-menu.inner>li:first-child{
    margin:0;
}
.sort_by .dropdown.bootstrap-select ul.dropdown-menu.inner>li:after,.left-select-shortby .dropdown.bootstrap-select ul.dropdown-menu.inner>li:after {
    content: "";
    background-image: url(../images/small-check.svg);
    width: 15px;
    height: 12px;
    background-repeat: no-repeat;
    flex-shrink: 0;
    opacity: 0;
    visibility: hidden;
}
.sort_by .dropdown.bootstrap-select ul.dropdown-menu.inner>li.active:after,.left-select-shortby .dropdown.bootstrap-select ul.dropdown-menu.inner>li.active:after {
    opacity: 1;
    visibility: visible;
}
.sort_by .dropdown.bootstrap-select ul.dropdown-menu.inner>li>a,.left-select-shortby .dropdown.bootstrap-select ul.dropdown-menu.inner>li>a {
    background: transparent;
    font-size: 12px;
    line-height: 15px;
    color: #161B1B;
    padding: 0;
    position: relative;
}
.sort_by .dropdown.bootstrap-select ul.dropdown-menu.inner>li>a>span,.left-select-shortby .dropdown.bootstrap-select ul.dropdown-menu.inner>li>a>span{
    font-family: 'Proxima Nova Regular';
}
.sort_by .dropdown.bootstrap-select ul.dropdown-menu.inner>li.active>a>span,.left-select-shortby .dropdown.bootstrap-select ul.dropdown-menu.inner>li.active>a>span{
    font-family: 'Proxima Nova Bold';
}
.sort_by .bootstrap-select>.dropdown-toggle .filter-option-inner-inner,.left-select-shortby .bootstrap-select>.dropdown-toggle .filter-option-inner-inner {
    font-size: 12px;
    padding: 6px 0px;
}
.bootstrap-select .dropdown-menu.inner {
    display: block;
}


.right-filter-row .sortWrap .sort_by>span {
    flex-shrink: 0;
    line-height: 16px;
        margin-right: 2px;
}
.right-filter-row .sortWrap .sort_by select {
    border: 0;
    margin-left: 0px;
    padding: 5px 0px 5px 5px;
    padding-right: 22px;
    box-shadow: none;
    border-radius: 5px;
    height: auto;
}
.right-filter-row .sortWrap .auctionCount {
    font-size: 14px;
    line-height: 17px;
}
.box-holder-container>.row {
    margin-right: -8px;
    margin-left: -8px;
}
.auction-block .box-holder {
    width: 25%;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px 16px;
    text-align: left;
}


.auction-block .box {
    background-color: #fff;
    display: block;
    border: 1px solid #EBE5E5;
    text-decoration: none;
/*    border-radius: 5px;*/
}
.auction-block .category-block {
    height: 50px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    padding: 0 17px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auction-block .category-block img {
/*    position: relative;*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    max-height: 26px;
}
.auction-block .img-holder {
    text-align: center;
    vertical-align: middle;
    height: 130px;
    position: relative;
}
.auction-block .img-holder img {
    width: 100%;
    max-height: 120px;
    width: auto;
    max-width: 95%;
    position: absolute;
    top: 49%;
    left: 50%;
    -webkit-transform: translate(-50%, -49%);
    -moz-transform: translate(-50%, -49%);
    transform: translate(-50%, -49%);
}
.auction-block .box .lot-info {
    background-image: url(../images/icon-arrow.png);
    background-repeat: no-repeat;
    background-position: right 5px bottom 5px;
        border-top: 1px solid #EBE5E5;
}
.auction-block .lot-info {
    border-top: 1px solid #efefef;
  /*  padding: 13px 14px 14px;*/
      padding: 25px 15px 15px;
    min-height: 170px;
}
.right-filter-row .auction-block .box-holder .lot-info {
    padding: 15px;
}
.auction-block .lot-info {
    font-size: 14px;
}
.auction-block .time-left {
    display: block;
    color: #369;
    font-size: 12px;
    line-height: 15px;
}

.auction-block .box:hover .lot-info {
/*    background-color: #f0f0f0;*/
}
.auction-block .box:hover {
    border: 1px solid #cdcdcd;
    box-shadow: 0px 0px 16px 0px #e6e6e6;
}

.shortby-selected-btn-list{
    margin-bottom: 15px;
}
.shortby-btns {
    display: flex;
    align-items: center;

    flex-wrap: wrap;
}
.shortby-btns button {
    display: none;
    height: 33px;
    align-items: center;
    position: relative;
    border-radius: 36px;
    padding: 0 13px 0 21px;
    margin: 0px 8px 8px 0;
    flex-shrink: 0;
    transition: all .3s;
    font-size: 12px;
    font-family: 'Proxima Nova Semibold';
    line-height: 12px;
    background: #F4F5F7;
}
.shortby-btns button:nth-child(1),.shortby-btns button:nth-child(2),.shortby-btns button:nth-child(3),.shortby-btns button:nth-child(4),
.shortby-btns button:nth-child(5){
display: flex;
}
.shortby-btns button:hover {
    background: #F6F7FB;
    box-shadow: 0px 2px 2px 0px #dedede;
}
.shortby-btns .clear_all_filters {
    color: #153ADC;
    border: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Proxima Nova Semibold';
    background: transparent!important;
    box-shadow: none!important;
}
.shortby-btns button i {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 9px;
    border-left: 1px solid #d7d7d7;
}
.shortby-btns button i:after, .shortby-btns button i:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 8px;
    background: #141A1E;
    left: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.shortby-btns button i:after{
transform: rotate(45deg);
}
.shortby-btns button i:before{
transform: rotate(-45deg);
}
.expandall_cta_btn {
    margin: 0px 0px 8px 8px;
    font-size: 12px;
    line-height: 12px;
    color: #153bdc;
    font-family: 'Proxima Nova Semibold';
        text-transform: uppercase;
}
.hideall_cta_btn{
    font-size: 12px;
    line-height: 12px;
    color: #153bdc;
    font-family: 'Proxima Nova Semibold';  
    display: none;
        text-transform: uppercase;
}
.active-shortby-selected .shortby-btns button {
    display: flex;
}
.active-shortby-selected .hideall_cta_btn {
    display: block;
}
.active-shortby-selected .expandall_cta_btn {
    display: none;
}

.filter-acutoon-title {
    margin-bottom: 25px;
}
.filter-acutoon-title h1, .filter-acutoon-title h2 {
    font-size: 24px;
    line-height: 32px;
        font-family: 'Proxima Nova Semibold';
}

.filter-acutoon-title p {
    color: #7A7A7A;
    margin: 0;
}







/*modal css start*/
.modal-header, .modal-body, .modal-footer {
    padding: 25px 40px;
    border-color: #DDDDDD;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-header {
    min-height: 73px;
    position: relative;
}
.modal-title {
    font-size: 16px;
    line-height: 16px;
}
.applymodal_filter_cta {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    height: 40px;
    padding: 12px 27px;
}
.clear-filter-cta {
    margin: 0;
    padding: 0;
    color: #153adc!important;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Proxima Nova Semibold';
}
.modalfilter_input_list .filter-input-row {
    width: calc(100%/3);
    margin: 8px 0px;
    padding-right: 20px;
}
.filter-modal-dialog .filter-input-row:nth-child(3n) {
    padding-right: 0px;
}
.apply_category_filter_cta {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    height: 34px;
    margin: 0;
    border: 0;
}
.clear_category_filter_cta {
    padding: 0;
    color: #153adc;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Proxima Nova Semibold';
    margin: 0;
}
/*modal css end*/


.filter-right-bar-section,.search_result_section {
    padding-top: 25px;
}

/*left filter bar*/
.filter-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.44);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}
.left-filter-bar {
    width: 216px;
    flex-shrink: 0;
    margin-right: 55px;
    background: #ffffff;
}
.mobile-filter-content-box {
    display: none;
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ededed;
}
.left-apply-cta-row {
    position: fixed;
    bottom: 0;
    padding: 20px 30px;
    margin: 0;
    left: 0;
    border-top: 1px solid #ededed;
    background: #fff;
    z-index: 1;
}
.apply-filter-cta {
    font-size: 12px;
    line-height: 12px;
    height: 34px;
    padding: 4px 20px;
    text-transform: uppercase;
}
.left-clear-all {
    color: #153ADC;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: 'Proxima Nova Semibold';
}

.filter-heading {
    font-size: 14px;
    line-height: 14px;
    color: #000;
}
.left-filter-bar .close-cta-box {
    left: 100%;
}
.mobile-short-column {
    margin-top: 20px;
}
.select-short-title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 12px;
}
.filter-by-title {
    font-size: 18px;
    border-bottom: 1px solid #EDEDED;
    line-height: 24px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-family: 'Proxima Nova Semibold';
}
.left-select-shortby {
   
    border-radius: 2px;
    padding: 0;
    text-align: center;
    width: 100%;
    font-size: 7px;
    display: flex;
    justify-content: center;
}

.left-select-shortby .sorty-by-dropdown {
    display: block!important;
        width: 100%;
}
.left-select-shortby .sorty-by-dropdown>a>i{
        width: 6px!important;
    height: 6px!important;
}
.left-select-shortby .sorty-by-dropdown>a {
    height: 36px;
    font-size: 11px;
    line-height: 11px;
}
.left-select-shortby .custom-sort-by ul>li {
    font-size: 12px;
    line-height: 14px;
}
.left-select-shortby .mobile_filter_click {
    display: none;
}

.colse-cta-btn {
    background: transparent;
    background-image: url(../images/close.svg);
    border: 0!important;
    width: 12px;
    height: 12px;
    padding: 0!important;
    opacity: 1;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto!important;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.showmore_state_btn {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 11px 0px 8px 0px;
}
.showmore_state_btn i {
    position: relative;
    width: 14px;
    height: 14px;
    margin-right: 8px;
}

.showmore_state_btn i:before, .showmore_state_btn i:after {
    content: "";
    position: absolute;
    background: #000000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.showmore_state_btn i:before {
    width: 100%;
    height: 2px;
}
.showmore_state_btn i:after {
    width: 2px;
    height: 100%;
}
.filter-input-section {
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ededed;
}
.filter-input-row input[type="checkbox"] {

    margin: 0;
        position: relative;
    top: 1px;
    display: none;
}
.master-filter-input input[type="checkbox"] {
    display: block;
    position: absolute;
    opacity: 0;
}
.left-filter-bar .left-filter-title {
    margin: 0;
    text-align: left;
    font-family: 'Proxima Nova Bold';
    font-size: 16px;
    color: #7A7A7A;
    display: block;
    padding: 0px;
    position: relative;
    margin-bottom: 10px;
    line-height: 24px;
    text-transform: uppercase;
}
.filter-input-row {
    margin-bottom: 8px;
    display: flex;
    align-items: baseline;
    position: relative;
    justify-content: space-between;
}
.master-filter-input {
    padding-left: 22px;
}
.filter-input-row label {
    display: flex;
    position: relative;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
    padding-left: 25px;
    line-height: 24px;
        word-break: break-word;
}
.only_subregion {
    background: #F4F5F7;
    border-radius: 5px;
    font-size: 8px;
    line-height: 8px;
    color: #161B1B;
    font-family: 'Proxima Nova Semibold';
    width: 47px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    right: 0;
    top: 0;
    transition: all 0.3s;
    margin-left: 5px;
    position: relative;
    top: -1px;
}
.only_subregion:hover{
    background: #153bdc;
    color: #ffffff;
}
.multi-filter-input .filter-input-row {

}
.filter-input-row.disabled_filter label,.disabled_filter .filter-input-row label {
       cursor: not-allowed;
    color: #d0d0d0;
}
.filter-input-row.disabled_filter .only_subregion {
    cursor: not-allowed;
    opacity: 0.3;
    background: #F4F5F7;
    color: #161B1B;
}
.disabled_filter .filter-input-row i{
        border-color: #d0d0d0;
}
.filter-input-row.disabled_filter label:before,.disabled_filter .filter-input-row label:before {
    border: 1px solid #e8e8e8;
}
.filter-input-row i {
    margin-left: 0;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border: 1px solid #949494;
    transform: rotate(-45deg);
    border-top: 0;
    border-left: 0;
    cursor: pointer;
}
.filter-input-row input[type="checkbox"]:checked ~ i {
    transform: rotate(45deg);
    top: 4px;
}
.filter-input-row label:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #949494;
    padding: 0px 0px 0px 0px;
    border-radius: 2px;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 4px;
}
.filter-input-row label:after {
    content: "";
    background-image: url(../images/check.svg);
    width: 11px;
    height: 11px;
    position: absolute;
    left: 3px;
    transform: scale(0);
    top: 6.5px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}


.filter-input-row input[type="checkbox"]:checked + label:before {
    background: #153bdc;
    border: 1px solid #153adc;
}

.filter-input-row input[type="checkbox"]:checked + label:after {
    transform: scale(1);
}

.indeterminate_active .master-filter-input label:before{
	background: #153bdc;
    border: 1px solid #153adc;
}
.indeterminate_active .master-filter-input label:after {
    width: 8px;
    height: 1px;
    background: #fff;
    transform: scale(1);
    left: 4px;
    top: 11px;
}

.multi-filter-input {
    padding-left: 53px;

}
.parent-filter-input.active .multi-filter-input{
display: block;
}
.filter-input-section:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}



.filter-input-row input[type=radio] {
    margin: 0;
    display: none;
}
.radio-filter-input .filter-input-row label {
    padding-left: 24px;
}
.radio-filter-input .filter-input-row label:before {
    width: 16px;
    height: 16px;
    border: 1px solid #949494;
    border-radius: 100%;
    left: 0px;
    top: 4px;
}
.radio-filter-input .filter-input-row label:after {
    background-image: inherit;
    width: 10px;
    height: 10px;
    background: #153adc;
    border-radius: 100%;
    left: 3px;
    top: 7px;
    bottom: initial;
}

.filter-input-row input[type=radio]:checked + label:after {
    transform: scale(1);
}


.right-filter-row {
    flex: 1;
   /* padding-top: 24px;*/
}
.allfilter-selected-text {
    margin: 15px 0px 10px 0px;
}
.allfilter-selected-text b {
    font-size: 16px;
    line-height: 16px;
    font-family: 'Proxima Nova Semibold';
    color: #000000;
}
.selected-clear-all {
    font-size: 12px;
    line-height: 12px;
    color: #153bdc;
    font-family: 'Proxima Nova Semibold';
    margin-left: 8px;
}
.auction-block .lot-info p {
    font-size: 12px;
    line-height: 15px;
    color: #000;
    margin-bottom: 5px;
        word-break: break-word;
}

.auction-block .lot-info {
    min-height: 175px;
}

.filter-auction-block ul.pagination {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.filter-auction-block ul.pagination>li {
    background: transparent;
    margin: 0;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 4px;
    display: flex;
    align-items: center;
}
.filter-auction-block ul.pagination>li.elipse {
    font-size: 18px;
}
.filter-auction-block ul.pagination>li>a {
    color: #000;
    margin: 0!important;
    width: 30px;
    height: 26px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Proxima Nova Semibold';
}

.filter-auction-block ul.pagination>li.active>a {
    border-bottom: 2px solid #153bdc;
}

.filter-auction-block ul.pagination>li.pagination_prev a, .filter-auction-block ul.pagination>li.info a, .filter-auction-block ul.pagination>li.pagination_next a {
    font-size: 0;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    width: 16px;
}
.filter-auction-block ul.pagination>li.info a, .filter-auction-block ul.pagination>li.pagination_next a {
    background-position: center center;
}
.filter-auction-block ul.pagination>li.pagination_prev a {
    background-position: center center;
    transform: rotateY(180deg);
}



.cookie-notice-container{
    left: 0;
}









.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav button span {
    display: none;
}

.owl-carousel .owl-nav button {
    
    width: 32px;
    height: 29px;
    background-repeat: no-repeat!important;
        background-position: center right 2px !important;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -38px;
    background-image: url(../images/items-arrow-prev.png)!important;
        background-position: center center!important;

}
.owl-carousel .owl-nav button.owl-next {
right: -38px;
background-image: url(../images/items-arrow.png)!important;
    background-position: center center!important;

}
 .owl-dots {
    display: none;
}
.owl-carousel .owl-nav button.disabled{
    visibility: hidden;
    opacity: 0;
}


.related-category-grid-item .sourse-related-item{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    position: relative;
    top: 0;
}


.sourse-related-item figure {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}
.sourse-related-item figure a {
    border-radius: 100%;
    overflow: hidden;
    display: block;
    width: 155px;
}
.sourse-related-item figure a, .sourse-related-item figure a img {
    max-height: 155px;
    min-height: 155px;
}
.sourse-related-item figure a img {
    object-fit: cover;
    width: 100%;
}
.sourse-related-item p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 20px;

}




.sourcing-marketplace-content {
    background: #f6f7fb;
}

.column-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: 'Proxima Nova Semibold';
}
.sourcing-marketplace-content .column-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px;
}
.sourcing-marketplace-content p {
    margin-bottom: 0;
    color: #7A7A7A;
}
.marketplace-related-item-row {
    margin-right: -10px;
    margin-left: -10px;
}
.marketplace-related-item-section .related-section-title {
    margin-bottom: 17px;
}
.marketplace-related-item .retailer-brand-column {
    padding: 8px 10px;
}

.marketplace-related-item .retailer-brand-column>a{
min-height: 105px;
}

.marketplace-related-item .retailer-brand-column>a figure {
    margin: 0 50px;
}
.marketplace-related-item .retailer-brand-column>a:hover {
    transform: translateY(0);
    box-shadow: 0px 0px 16px 0px #e6e6e6;
    border: 2px solid #153adc;
    transition: none;
}
.sourcing-related-section .owl-dots {
    display: none;
}

.sourcing-related-section .blog-item,.related-blog-section .blog-item {
    border: 0;
    box-shadow: none;
}
.related-blog-section .blog-grid-img img,.related-blog-section .blog-grid-img figure {
    min-height: 168px;
    max-height: 168px;
        border: 0;
}

.sourcing-related-section .blog-grid-content,.related-blog-section .blog-grid-content {
padding-right: 0;
padding-left: 0;
    padding-bottom: 0;
        padding-top: 15px;
}

.related-section-title {
    margin-bottom: 25px;
}
.sourcing-top-banner .customh1-fdp{
    color: #888888;
}
.sourcing-banner-text {
    max-width: 550px;
    margin-right: 100px;
}

.sourcing-banner-text .custom-large-h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
}
.sourcing-banner-link-content {
    font-family: 'Proxima Nova Semibold';
    margin-top: 16px;
}



.no-result-section {
    border-bottom: 1px solid #DDDDDD;
}
.no-result-column-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px;
    font-family: 'Proxima Nova Semibold';
}

.noresult-figure{
    margin-bottom: 17px;
}

.filter-noresult {
    min-height: 520px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}
.filter-noresult .noresult-content-box {
    max-width: 360px;
}
.filter-noresult .noresult-content-box p a {
    font-family: 'Proxima Nova Semibold';
}





/* */
.allauction-productlisting-section .auction-block .item-box-holder {
    padding-bottom: 0;
}

.box-holder-row {
    margin-right: -5px;
    margin-left: -5px;
}


.category-banner-title {
    line-height: 56px;
    font-size: 36px;
    margin: 0;
    font-family: 'Proxima Nova Bold';
}
.related-title-link {
    color: #1A3ED3;
    font-size: 18px;
    font-family: 'Proxima Nova Semibold';
    line-height: 24px;
}

.product-listing-item-container .related-section-title {
    margin-top: 65px;
    margin-bottom: 35px;
}
.product-listing-item-row .related-section-title {
    padding-top: 65px;
    margin-bottom: 35px;
}
.related-section-title .column-title {
    margin-right: 16px;
}
.box-holder-row .section-title {
    padding: 0px 5px;
}
.auction-block .item-box-holder {
    width: 20%;
    padding: 0 8px 16px;

}
.right-filter-row .auction-block .item-box-holder {
    width: 25%;
}
.main-box-holder-row {
    margin-right: -8px;
    margin-left: -8px;
}
.auction-block .item-box-holder .box {
    border-radius: 5px;
    border-color: #eaeaea;
    overflow: hidden;
        position: relative;
}
.auction-block .item-box-holder .box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 5px;

}

.auction-block .item-box-holder .box:hover {
    border-color: transparent;
}
.auction-block .item-box-holder .box:hover:before{
border-color:#153adc;
z-index: 1;
}
.auction-block .item-box-holder .category-block img {
    max-height: 26px;
}
.auction-block .item-box-holder .img-holder{    height: 140px;}
.auction-block .item-box-holder .img-holder img {
    max-height: calc(100% - 25px);
}


.auction-block .item-box-holder .box .lot-info {
    background-image: url(../images/long-arrow-right.svg);
    background-position: right 15px bottom 15px;
    padding: 22px 15px 15px;
    min-height: 150px;
    max-height: 150px;
    border-color: #eaeaea;
    background-size: 16px;
}
.auction-block .item-box-holder .category-block{
       border-color: #eaeaea;
}
.auction-block .item-box-holder .lot-info p {
    font-size: 14px;
    line-height: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 11px;
}



.auction-block .item-box-holder .time-left {
    color: #000000;
    font-family: 'Proxima Nova Regular';
    font-size: 14px;
    line-height: 17px;
}
.auction-block .item-box-holder .time-left strong {
    font-weight: normal;
}

.related-brand-grids .row {
    margin-right: -9px;
    margin-left: -9px;
}
.related-brand-section .retailer-brand-column {
    padding: 0px 9px;
}
.related-brand-section .retailer-brand-column>a {
    min-height: 105px;
}
.related-brand-section .retailer-brand-column>a figure {
    margin: 0 50px;
}

.better-way-section .section-title {
    margin-bottom: 45px;
}
.better-way-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
}

.better-way-title span {
display: inline-flex;

}

.better-way-title span:before {
    content: "";
    background-image: url(../images/long-arrow-right.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 8px;
    position: relative;
}


.inventory-banner-image-img-column a {

    display: inline-block;
}

.behalf-content-right {
    max-width: 450px;
    margin-left: 115px;
}
.behalf-content-right a.arrow-link {
    font-family: 'Proxima Nova Semibold';
    margin-top: 5px;
}
.behalf-content-right a.arrow-link .fdp-arrow-right,.behalf-grid-content .arrow-link .fdp-arrow-right {
    background-image: url(../images/long-arrow-right.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 16px;
    height: 16px;
}

.behalf-column-banner-heading {
    background: #F7FAFF;
    min-height: 229px;
        transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.column-banner-heading .section-title {
    max-width: 448px;
    margin-left: 120px;
}

.behalf-grid-column-container {
    background: #F7FAFF;
    min-height: 220px;
    padding: 15px;
    cursor: pointer;
}
.behalf-grid-content-box {
    max-width: 210px;
}
.behalf-grid-figure span {
    display: inline-block;
    width: 80px;
    margin-bottom: 25px;
}
.behalf-grid-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
}
.behalf-grid-text {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
}
.behalf-grid-content .arrow-link {
    font-size: 12px;
    font-family: 'Proxima Nova Semibold';
    line-height: 28px;
}






















.filter-related-brand {
    margin-bottom: 35px;
}
.filter-related-brand .row {
    margin-right: -7px;
    margin-left: -7px;
}

.filter-related-brand .retailer-brand-column {
    padding: 7px;
}

.filter-related-brand .retailer-brand-column>a {
    min-height: 135px;
}
.retailer-brand-column>a figure {
    margin: 0 23px;
}


.jumbobox-figure-content {
    margin-top: 6px;
}
.jumbobox-large-figure {
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
}
.jumbobox-large-figure, .jumbobox-large-figure img {
    max-height: 180px;
    min-height: 180px;
    object-fit: cover;
}
.jumbobox-large-figure img {
    width: 100%;
}
.jumbobox-brand-content {
    padding-top: 55px;
    padding: 55px 0px 0px 45px;
}

.jumbobox-brand-logo {
    background: #fff;
    border-radius: 5px;
    height: 95px;
    width: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -25px;
    position: absolute;
    left: 45px;
    border: 1px solid #EAEAEA;
}
.jumbobox-brand-logo img {
    max-width: 165px;
}


.jumbobox-brand-title {
    width: 254px;
    margin: 0;
    line-height: 32px;
    margin-right: 55px;
}
.inner-jumbo-banner-content {
    max-width: 680px;
}


.inner-jumbo-banner-content .primiry-button {
    height: 39px;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
    margin-top: 15px;
}
.sourcing-marketplace-fix-cta {
    z-index: 6;
    top: 95%;
    display: none;
    transform: translateX(315%) translateY(-90%);
    left: 50%;
}
.sourcing-marketplace-fix-cta .primiry-button {
    width: 180px;
    height: 45px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 20px;
    text-transform: capitalize;
    box-shadow: 0px 2px 3px 0px #8c8c8c;
}



.search_result_boxholder_row {
    margin-right: -8px;
    margin-left: -8px;
}






/*new marketplace css start*/
.sourcingmarketplace_marketplace_banner {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  
}
.sourcingmarketplace_marketplace_banner .banner-text  .custom-large-h2 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 22px;
}
.sourcingmarketplace_marketplace_banner .banner-text {
    max-width: 820px;
    margin:0;
}

.sourcingmarketplace_grid_column_box_section .sourcingmarketplace_title_row .sourcingmarketplace_section_title {
    margin: 0;
}
.sourcingmarketplace_title_row {
    margin-bottom: 15px;
}
.sourcingmarketplace_grid_box {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    position: relative;
}
.sourcingmarketplace_grid_box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid transparent;
    left: 0;
    top: 0;
        border-radius: 5px;
}
.sourcingmarketplace_grid_box:hover:before{
    border: 2px solid #153adc;
}
.sourcingmarketplace_grid_img, .sourcingmarketplace_grid_img img {
    min-height: 123px;
    max-height: 123px;
    overflow: hidden;
}
.sourcingmarketplace_grid_img img {
    width: 100%;
    object-fit: cover;
}
.sourcingmarketplace_box_content {
    padding: 34px 38px 34px 38px;
    width: 100%;
}
.sourcingmarketplace_box_logo {
    width: 77px;
    height: 77px;
    top: -55px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sourcingmarketplace_box_logo img {
    width: 56px;
}
.sourcingmarketplace_box_content {
    padding: 34px 38px 34px 38px;
}
.sourcingmarketplace_box_logo {
    width: 77px;
    height: 77px;
    top: -55px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
}
.sourcingmarketplace_box_content h6 {
}
.sourcingmarketplace_box_content p {
    font-size: 14px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100px;
    margin-bottom: 12px;
}
.sourcingmarketplace_box_content .primiry-link {
    padding-bottom: 4px;
}



.sourcingmarketplace_tab_links {
/*    margin-bottom: 15px;*/
position: relative;
    z-index: 1;
}

.sourcingmarketplace_tab_links ul.nav.nav-tabs li {
    margin-left: 30px;
}
.sourcingmarketplace_tab_links ul.nav.nav-tabs li:first-child {
    margin-left: 0px;
}
.sourcingmarketplace_tab_links ul.nav.nav-tabs li>a {
    color: #868686;
    font-family: 'Proxima Nova Semibold';
    padding: 0px 0px;
    line-height: 14px;
    font-size: 14px;
}
.sourcingmarketplace_tab_links ul.nav.nav-tabs li>a .marketplace-tab-icon {
    width: 17px;
    height: 18px;
    margin: 0px;
    transition: all 0.3s;
    background-image: url(../images/marketplace-tab-icon.png);
    background-repeat: no-repeat;
}
.sourcingmarketplace_tab_links ul.nav.nav-tabs li>a span{
    margin-left:8px;
}
.sourcingmarketplace_tab_links ul.nav.nav-tabs li>a .short-tab-icon {
    width: 12px;
    height: 12px;
    background-position: -2px -110px;
}

.sourcingmarketplace_tab_links ul.nav.nav-tabs li>a .category-tab-icon {
    height: 14px;
    background-position: 0px -3px;
}
.sourcingmarketplace_tab_links ul.nav.nav-tabs li>a.active .category-tab-icon {
    background-position: 0px -23px;
}
.sourcingmarketplace_tab_links ul.nav.nav-tabs li>a.active .short-tab-icon {
    background-position: -2px -88px;
}
.sourcingmarketplace_tab_links ul.nav.nav-tabs li>a .region-tab-icon {
    width: 13px;
    height: 14px;
    background-position: -1px -65px;
}
.sourcingmarketplace_tab_links ul.nav.nav-tabs li>a.active .region-tab-icon {
    background-position: -1px -45px;
}
.sourcingmarketplace_tab_links ul.nav.nav-tabs li>a.active{
    color:#161B1B;
}
.sourcingmarketplace_tab_links ul.nav.nav-tabs li>a:before {
    height: 25px;
    background: #E5E5E5;
    left: -15px;
}
.sourcingmarketplace_tab_category_list {
    margin: 0;
 /*   margin-bottom: 30px;*/
    padding: 0px 10px;
    justify-content: center;
}
.sourcingmarketplace_related_tab_links ul li {
    padding: 0px 10px;
   /* margin-top: 20px;*/
       margin: 8px 0px;
}
.sourcingmarketplace-related_tab_links ul li:last-child{
    margin: 0px;
}
.sourcingmarketplace_related_tab_links ul li a {
    color: #868686;
    font-size: 14px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    line-height: 14px;
    display: block;
    text-align: center;
    font-family: 'Proxima Nova Semibold';
    position: relative;
}
.sourcingmarketplace_related_tab_links ul li a:hover{
    color: #232323;

}
.sourcingmarketplace_related_tab_links ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #153adc;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}
.sourcingmarketplace_related_tab_links ul li a:hover:before {
    animation-name: width;
    -webkit-animation-name: width;
    -moz-animation-name: width;
    -ms-animation-name: width;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
        opacity: 1;
    visibility: visible;
}

.sourcingmarketplace_items_list_title_row .section-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 25px;
}
.sourcingmarketplace-_title_row {
    margin-bottom: 17px;
}
.sourcingmarketplace-_title_row .sourcingmarketplace_section_title,.sourcingmarketplace_title_row .sourcingmarketplace_section_title {
/*    font-size: 24px;
    line-height: 24px;
    position: absolute;
    top: -41px;
    margin: 0;
    left: 15px;*/
        font-size: 24px;
    line-height: 24px;
    margin: 0;
    margin-top: -17px;
}
.sourcingmarketplace_tab_grid_items_row {
    margin-left: 0;
    margin-right: 0;
}
.sourcingmarketplace_items_list_row {
    padding-top: 65px;
}
.sourcingmarketplace_items_list_img {
    width: 344px;
    overflow: hidden;
    border-radius: 5px;
}
.sourcingmarketplace_items_list_img img,.sourcingmarketplace_items_list_img {
        max-height: 270px;
    min-height: 270px;
}
.sourcingmarketplace_items_list_img img {
    width: 100%;
    object-fit: cover;
}
.sourcingmarketplace_items_category-link {
    flex: 1;
    margin-left: 63px;
}
.sourcingmarketplace_items_category-link>ul {
    width: 100%;
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
}


.sourcingmarketplace_items_category-link>ul>li {
    line-height: initial;
    margin-bottom: 32px;
}
.sourcingmarketplace_items_category-link>ul>li:last-child{
    margin-bottom: 0px;
}
.sourcingmarketplace_items_category-link>ul>li>a {
    color: #4A4A4A;
    font-family: 'Proxima Nova Semibold';
    font-size: 18px;
    line-height: 18px;
     transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
        display: inline-block;
}
.sourcingmarketplace_items_category-link>ul>li:last-child >a {
    color: #161B1B;
    padding-bottom: 5px;
}


.sourcingmarketplace_allmarketplace_tab_link ul{
    -moz-column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    column-count: 2;
    column-gap: 0;
        margin-top: 30px!important;
}
.tabpane_allregion_ink .sourcingmarketplace_allmarketplace_tab_link ul li {
width: 33%;
padding-right: 10px
}
.sourcingmarketplace_allmarketplace_tab_link ul li {
        line-height: initial;
    margin-bottom: 15px;
}
.sourcingmarketplace_allmarketplace_tab_link ul li a {
    color: #626262;
    font-family: 'Proxima Nova Semibold';
    font-size: 18px;
    line-height: 18px;
        transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}


.sourcingmarketplace_items_category-link>ul>li>a:hover,.sourcingmarketplace_allmarketplace_tab_link ul li a:hover{
    color: #153adc;
}
.sourcingmarketplace_related_tab_links .see-more-row {
    padding-right: 4px;
    margin-top: 15px;
}
.see-more-cta {
    display: inline-flex;
    align-items: center;
    border: 0;
    color: #161B1B;
    font-family: 'Proxima Nova Semibold';
}

.see-more-cta i {
    display: flex;
    flex-shrink: 0;
}
.see-more-cta i:before {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3F3F3F;
    margin-left: 7px;
    height: 5px;
}


/*new marketplace css end*/
.top_custom_link ul {
    margin: 0;
    margin-bottom: 20px;
}
.top_custom_link ul>li {
    line-height: initial;
}
.top_custom_link ul>li>a {
    padding: 0;
    margin-bottom: .5rem;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.mobile-category-navigation-row{
    display: none;
    position: static;
}
.shopby-title-row {
    border-bottom: 0.5px solid #DDDDDD;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.shopby-title-name {
    font-size: 16px;
    line-height: 16px;
        width: 100%;
}
.shopby-title-name span {
    flex: 1;
    text-align: center;
}
.shopby-title-row i {
    width: 8px;
    height: 8px;
    border: 0.5px solid #7E7E7E;
    flex-shrink: 0;
    display: inline-block;
    transform: rotate(45deg);
    border-top: 0;
    border-right: 0;
    margin-right: 0px;
}   

.second-navigation-section {
    border-bottom: 1px solid #dddddd;
}
.second-navigation-title {
    color: #4A4A4A;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Proxima Nova Semibold';
    margin-right: 8px;
}
.second-navigation>ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.second-navigation>ul>li {
  padding: 0px 20px;
}
.second-navigation>ul>li>a {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #2E2E2E;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0px;
    font-family: 'Proxima Nova Semibold';
}
.second-navigation>ul>li>a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #153adc;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    opacity: 0;
    visibility: visible;
    z-index: 1111;
}
.second-navigation>ul>li:hover>a:before {
    animation-name: width;
    -webkit-animation-name: width;
    -moz-animation-name: width;
    -ms-animation-name: width;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    visibility: visible;
    opacity: 1;
}
.second-navigation>ul>li.menu-item-has-children>a:after {
    content: "";
    width: 8px!important;
    height: 8px!important;
    border: 1px solid #949494;
    border-left: 0;
    transform: rotate(45deg);
    border-top: 0;
    position: relative;
    top: -3px;
    margin-left: 8px;
}
.second-navigation>ul>li>ul.sub-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 1;
    margin: 0;
    border-top: 1px solid #eaeaea;
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 4px 7px rgb(191 191 191 / 18%);
}
.second-navigation>ul>li:hover >ul.sub-menu{
    opacity: 1;
    visibility: visible;
}
.second-navigation>ul>li:hover >a{
        font-family: 'Proxima Nova Bold';
}
.second-submenu {
    flex: 1;
    padding-top: 22px;
        padding-bottom: 35px;
}
.submenu-link {
    flex: 1;
    position: relative;
}
.second-navigation .marketplace-brand-menu .submenu-link ul>li:nth-last-child(1), .second-navigation .marketplace-brand-menu .submenu-link ul>li:nth-last-child(2),
 .second-navigation .marketplace-brand-menu .submenu-link ul>li:nth-last-child(3) {
    margin-bottom: 0px;
}
.second-navigation .marketplace-brand-menu .submenu-link ul>li:last-child a {
    margin: 0;
}
.second-navigation>ul>li>ul.sub-menu ul li.sub-menu-last-li a {

    line-height: 12px;
}
.submenu-link ul {
    margin: 0;
}
.submenu-link .category-menu-list ul {
    width: 100%;
    column-count: 3;
    column-gap: 30px;
    min-height: 200px;
}
.submenu-link ul li a {
    line-height: 24px;
    font-size: 15px;
    color: #161b1b;
    position: relative;
}
.submenu-link ul li a:hover {
    color: #153adc;
}
.second-navigation>ul>li>ul.sub-menu ul li.sub-menu-last-li a {
    font-family: 'Proxima Nova Semibold';
    color: #161B1B;
    line-height: 28px;
}
.second-navigation>ul>li>ul.sub-menu ul li.sub-menu-last-li a:hover{
   color: #153adc; 
}
.submenu-title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    /* font-family: 'Proxima Nova Semibold'; */
    font-family: 'Proxima Nova Bold';
    color: #7A7A7A;
    text-transform: uppercase;
}
.submenu-link .viewall a {
    display: inline-flex;
    align-items: center;
}
.submenu-link ul li.viewall a:after {
    content: "";
    background-image: url(../images/sprite2.png);
    background-repeat: no-repeat;
    width: 19px;
    background-position: -203px -5px;
    height: 14px;
    display: inline-block;
    margin-left: 8px;
}

.second-navigation .marketplace-brand-menu .submenu-link ul {
    margin-right: -5px;
    margin-left: -5px;
        position: relative;
        padding-top: 6px;
}
.second-navigation .marketplace-brand-menu .submenu-link ul>li {
    padding: 0 5px;
    margin-bottom: 10px;
}
.marketplace-brand-menu .submenu-link ul>li a {
    display: flex;
    align-items: center;
    border: 1px solid #eaeaea;
    border-radius: 3.02px;
    overflow: hidden;
    justify-content: center;
    height: 64px;
        transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.second-navigation .all-marketplace-link>a {
    padding: 0;
}
.second-navigation .all-marketplace-link>a:hover {
    color: #153adc;
}
.second-navigation .all-marketplace-link>a:before {
    opacity: 0;
}
.marketplace-brand-menu .submenu-link ul>li a:hover {
    box-shadow: 0px 0px 16px 0px #e6e6e6;
    border: 1px solid #153adc;
}
.marketplace-brand-menu .submenu-link ul>li a figure {
    max-width: 87px;
}

.brand-menu1 .submenu-link:first-child {
    padding-right: 37px;
    margin-right: 37px;
}
.brand-menu1 .submenu-link:first-child:after {
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    right: 0px;
    background: #E5E5E5;
    position: absolute;
}

.brand-menu2 .submenu-link:first-child {
    padding-right: 37px;
    margin-right: 37px;
    position: relative;
}
.brand-menu2 .submenu-link:first-child:before {
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    right: 0px;
    background: #E2E2E2;
    position: absolute;
}
.marketplace-brand-menu .viewall a {
    font-size: 12px;
    font-family: 'Proxima Nova Semibold';
    line-height: 15.5px;
}

.second-navigation .brand-menu2 .submenu-link ul>li {
    margin-bottom: 10px;
}
.second-navigation .brand-menu2 .submenu-link ul>li:nth-last-child(1), 
.second-navigation .brand-menu2 .submenu-link ul>li:nth-last-child(2), 
.second-navigation .brand-menu2 .submenu-link ul>li:nth-last-child(3) {
    margin-bottom: 0px;
}
.all-marketplace-link {
    margin: 4px 0px 40px 0px;
}
.all-marketplace-link>a {
    padding-bottom: 3px;
}

.brand-menu2 .second-submenu {
    margin-bottom: 35px;
        padding-bottom: 0;
}
.submenu-img {
    margin-left: 30px;
}
.second-regions-menu .submenu-img {
    margin-top: 22px;
}
.brand-menu2 .all-marketplace-link{
 
}

.marketplace-banner {

    padding-top: 60px;

}
.top-content {
    padding-top: 60px;

}

.page-template-template-home .home-banner .customh1-fdp,.page-template-template-home .home-banner .custom-large-h2,
.page-template-template-home .home-banner .banner-content,.page-template-template-home .banner-text .primiry-link {
    color: #ffffff;
}
.page-template-template-home .banner-text .primiry-button{
background-color: #ffffff;
color: #153adc;
}
.page-template-template-home .banner-text .primiry-link:before {
    background: #ffffff;
}
.page-template-template-home .home-banner.top-content {
    min-height: inherit;
}


.page-template-template-home .home-banner-desktop,.page-template-template-home .home-banner .banner-text{
        margin-top: 0px;
}


.page-template-template-home .home-banner-desktop img {
    position: static;
    margin: 0;
/*    transform: translateX(62%);*/
}
.page-template-template-home .banner-content-row figure {
    margin: 50px 0px 50px 0px;
}

.sourcing-top-banner .sourcing-top-banner-img img {
    max-height: 323px;
    margin: 50px 0px 20px 0px;
}



.sourcing-top-banner .sourcing-banner-text {
    color: #fff;
}

.sourcing-top-banner .sourcing-banner-text a {
    color: #fff;
    font-family: 'Proxima Nova Semibold';
}


.sourcing-top-banner .sourcing-banner-text .customh1-fdp {
    color: #fff;
}
.related-section-title {
    justify-content: space-between!important;
}
.sourcing-top-banner .sourcing-banner-text {
    max-width: 700px;
    margin: 0;
}

.product-item-column figure, .product-item-column img {
    width: 100%;
    min-height: 212px;
    max-height: 212px;
}
.product-item-column img {
    object-fit: cover;
}














@media (min-width: 992px){






}



@media(max-width: 1440px){
    .sourcing-marketplace-fix-cta {
    transform: translateX(465%) translateY(-90%);
}
.sourcing-marketplace-fix-cta .primiry-button {
    width: 120px;
    height: 38px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 20px;
    padding: 0px 15px;
}





}

@media(max-width: 1366px){
.sourcing-banner-text {
    max-width: 500px;
}

}

@media(max-width: 1365px){
.sourcing-top-banner .sourcing-banner-text {
    max-width: 650px;
}
}





@media(max-width: 1199px){
    .sourcing-top-menu-row form {
    width: 230px;
}
.sourcing-top-menu-row fieldset input[type="text"] {
    padding: 0 0 0 15px;
}
.sourcing-top-menu-row .header-top-menu>ul>li {
    position: relative;
    padding: 0px 10px;
}
.sourcing-top-menu-row .header-top-menu>ul>li.get-started {
    margin-left: 10px;
}
.sourcing-top-menu-row .header-top-menu>ul>li.get-started>a {
    font-size: 12px;
    line-height: 14px;
    padding: 0px 15px;
        height: 38px;

}
.sourcing-top-menu-row .header-top-menu>ul>li>a {
    font-size: 14px;
}


.sourcing-secondary-menu-row ul>li>a {
    font-size: 14px;
    line-height: 14px;
}
.secondary-menu-title {
    font-size: 14px;
    line-height: 14px;
    margin-right: 15px;
}



.sourcing-secondary-menu-row ul>li {
    margin: 0px 10px;
}
.sourcing-top-menu-row .header-top-menu>ul>li>ul.sub-menu>li {
    min-width: 220px;
}
.sourcing-top-menu-row .header-top-menu>ul>li>ul.sub-menu>li>a {
    padding: 16px 26px;
    font-size: 14px;
    line-height: 21px;
}
.sourcing-top-menu-row .header-top-menu>ul>li>ul.sub-menu>li>a .menu-item-description {
    font-size: 14px;
    line-height: 21px;
}

.submenu-title {
    font-size: 12px;
    line-height: 18px;
}
.second-navigation>ul>li>a {
    line-height: 20px;
    font-size: 14px;
}
.submenu-link ul li a {
    line-height: 16px;
    font-size: 12px;
}

.submenu-img {
    margin-left: 15px;
    max-width: 250px;
}

.marketplace-brand-menu .submenu-link ul>li a {
    height: 50px;
}
.marketplace-brand-menu .submenu-link ul>li a figure {
    max-width: 60px;
}
.brand-menu1 .submenu-link:first-child {
    padding-right: 25px;
    margin-right: 25px;
}
.all-marketplace-link>a {

    font-size: 12px;
}


.all-marketplace-link {
    margin: 0px 0px 20px 0px;
}

.second-submenu {
    padding-top: 22px;
    padding-bottom: 20px;
}








.breadcrumb {
    padding: 10px 0;
}
.box-holder-main-section {
    padding-top: 25px;

}


.filter-acutoon-title {
    margin-bottom: 25px;
}



.related-category-grid-item:nth-child(1), .related-category-grid-item:nth-child(2), .related-category-grid-item:nth-child(3) {
    margin-bottom: 25px;
}

.product-listing-item-row .related-section-title {
    padding-top: 30px;
    margin-bottom: 20px;
}
.related-section-title {
    margin-bottom: 20px;
}
.column-title {
    font-size: 22px;
    line-height: 22px;
}
.related-title-link {
    font-size: 16px;
    line-height: 22px;
}

.sourse-related-item figure {
    margin-bottom: 5px;
}
.sourcingmarketplace_marketplace_banner .banner-text {
    max-width: 545px;
 
}




.left-filter-bar {
    width: 170px;
    margin-right: 30px;
}
.master-filter-input {
    padding-left: 13px;
}
.left-filter-bar .left-filter-title {
    font-size: 12px;
    line-height: 16px;
}
.filter-input-row i {
    width: 6px;
    height: 6px;
        top: 4px;
}

.filter-input-row label{
	    font-size: 12px;
    line-height: 16px;
        padding-left: 18px;
}
.only_subregion {
    font-size: 7px;
    line-height: 7px;
    width: 30px;
    height: 16px;
}

.showmore_state_btn {
    font-size: 12px;
    line-height: 20px;
}
.showmore_state_btn i {
    width: 8px;
    height: 8px;
    margin-right: 5px;
}

.filter-input-row label:before {
    width: 13px;
    height: 13px;
    top: 1px;
}
.filter-input-row label:after {
    left: 2px;
    top: 3px;
    width: 9px;
    height: 9px;
}
.multi-filter-input {
    padding-left: 32px;
}
.indeterminate_active .master-filter-input label:after {
    width: 7px;
    left: 3px;
    top: 7px;
}

.filter-input-row input[type="checkbox"]:checked ~ i {
    top: 2px;
}
.filter-by-title {
    font-size: 15px;
    line-height: 20px;
}

.shortby-btns button {
    height: 26px;
    padding: 0 10px 0 11px;
    font-size: 10px;
    line-height: 10px;
}
.allfilter-selected-text b {
    font-size: 12px;
    line-height: 12px;
}
.selected-clear-all,.expandall_cta_btn,.hideall_cta_btn {
    font-size: 10px;
    line-height: 10px;
}

.sorty-by-dropdown>a {
    font-size: 10px;
    line-height: 10px;
    border-radius: 5px;
    padding: 0px 15px;
    min-width: 175px;
}
.custom-sort-by ul>li {
    font-size: 10px;
    line-height: 12px;
}
.custom-sort-by{
      padding-top: 30px;  
}
.right-filter-row .sortWrap .auctionCount {
    font-size: 12px;
    line-height: 14px;
}


.modal-header, .modal-body, .modal-footer {
    padding: 20px 30px;
}

.applymodal_filter_cta {
    font-size: 10px;
    line-height: 10px;
    height: 35px;
    padding: 12px 15px;
}
.clear-filter-cta {
    font-size: 12px;
    line-height: 12px;
}

.sourcingmarketplace_marketplace_banner .banner-text .custom-large-h2 {
    font-size: 32px;
    line-height: 42px;

}
.sourcingmarketplace_tab_links ul.nav.nav-tabs li>a {
    line-height: 14px;
    font-size: 14px;
}
.sourcingmarketplace-_title_row .sourcingmarketplace_section_title,.sourcingmarketplace_title_row .sourcingmarketplace_section_title {
    font-size: 20px;
    line-height: 20px;
}
.sourcingmarketplace_related_tab_links ul li {
/*    margin-top: 15px;*/
}
.sourcingmarketplace_related_tab_links ul li a {
    color: #868686;
    font-size: 12px;
    line-height: 12px;
}

.sourcingmarketplace_items_list_row {
    padding-top: 40px;
}
.sourcingmarketplace_items_list_title_row .section-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}
.sourcingmarketplace_items_list_img {
    width: 244px;
}
.sourcingmarketplace_items_list_img img, .sourcingmarketplace_items_list_img {
    max-height: 170px;
    min-height: 170px;
}
.sourcingmarketplace_items_category-link {
    margin-left: 40px;
}

.sourcingmarketplace_items_category-link>ul>li {
    margin-bottom: 12px;
}
.sourcingmarketplace_items_category-link>ul>li>a,.sourcingmarketplace_allmarketplace_tab_link ul li a {
    font-size: 14px;
    line-height: 14px;
}

.page-template-template-home .home-banner .banner-text {
    max-width: 510px;
}
.page-template-template-home .home-banner-desktop img {
    max-width: 100%;
}

.sourcing-top-banner .sourcing-banner-text {
    max-width: 450px;
}
.sourcing-banner-text .custom-large-h2 {
    font-size: 26px;
    line-height: 30px;
}
.sourcing-banner-text {
    max-width: 400px;
    margin-right: 37px;
}
.sourcing-top-banner-img {
    max-width: 540px;
}

.jumbobox-brand-logo {
    height: 70px;
    width: 150px;
}

.jumbobox-brand-logo img {
    max-width: 80px;
}

.sourcing-marketplace-fix-cta {
    transform: translateX(0%) translateY(-90%);
    left: inherit;
    right: 0;
}

.sourcing-marketplace-fix-cta .primiry-button {
    width: 104px;
    height: 34px;
    font-size: 10px;
    line-height: 10px;
    padding: 0px 10px;
}

.related-blog-section .blog-grid-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}

.sourcing-marketplace-content .column-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}
.sourcingmarketplace_tab_links ul.nav.nav-tabs li>a {
    line-height: 12px;
    font-size: 12px;
}
.sourcingmarketplace_tab_links ul.nav.nav-tabs li>a:before {
    height: 20px;
}

.behalf-grid-content-box {
    max-width: 100%;
}
.behalf-grid-section-b .inventory-banner-image-desktop, .behalf-grid-section-b .inventory-banner-image-desktop img {
    min-height: 220px;
    object-fit: cover;
    border-radius: 5px;
}
.filter-noresult {
    min-height: 300px;

}
.noresult-figure img {
    max-width: 120px;
}
.no-result-column-title {
    font-size: 18px;
    line-height: 18px;
}
.better-way-section .section-title {
    margin-bottom: 25px;
}


}


@media(max-width: 991px){
   .auction-block .box-holder {
    width: 25%;
}
.auction-block .item-box-holder .img-holder {
    height: 100px;
}
        .sourcing-header nav.navbar {
margin: 15px 0px;
    position: static;
}
    .second-navigation-section{
        display: none;
    }



.mobile-search-btn,header .close-cta-box {
    display: block;
}
.sourcing-top-menu-row form {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: opacity 1ms 0s,-webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform 0s cubic-bezier(.19,1,.22,1),opacity 1ms .6s;
    transition: transform 0s cubic-bezier(.19,1,.22,1),opacity 1ms .6s,-webkit-transform .6s cubic-bezier(.19,1,.22,1);
    pointer-events: none;
    opacity: 0;
        max-height: 85px;
            padding: 0px 30px 0px 20px;
}


.sourcing-top-menu-row fieldset {
    border: 0;
    flex-direction: row-reverse;
    position: relative;
}

.active-search .sourcing-top-menu-row form{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1);
}
.sourcing-top-menu-row fieldset input[type="text"], .sourcing-top-menu-row fieldset input[type="submit"] {
    height: 50px;
}
.active-search .menu-overlay {
    visibility: visible;
    opacity: 1;
        background: rgb(0 0 0 / 75%);
}
.active-search .sourcing-top-left {
    z-index: 1111;
}

.sourcing-top-left {
    flex: 1;
    width: 100%;
}


.right-filter-row .auction-block .box-holder {
    width: calc(100%/3);
}

.mobile-category-navigation-row{
    display: block;
}










.sourcing-header .nav-block {
    position: fixed;
    height: 100vh;
    background: #fff;
    max-width: 70%;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: opacity 1ms 0s,-webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform 0s cubic-bezier(.19,1,.22,1),opacity 1ms .6s;
    transition: transform 0s cubic-bezier(.19,1,.22,1),opacity 1ms .6s,-webkit-transform .6s cubic-bezier(.19,1,.22,1);
    width: 70%;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    bottom: 0;
    z-index: 999999;
    left: initial;
    top: 0;
        padding: 75px 40px 30px 30px;
    margin: 0;
}

.source-close-menu {
    display: block;
}
.active-sourcing-nav .sourcing-header .nav-block {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1);
}
.sourcing-top-menu-row .header-top-menu>ul {
    position: static;
}
.sourcing-top-menu-row .header-top-menu>ul>li.marketplace-primary-menu {
    position: absolute;
    top: 30px;
}
.second-navigation-title, .submenu-title, .sourcing-top-menu-row .header-top-menu>ul>li.menu-item-has-children>a {
    font-size: 14px;
    line-height: 16px;
    color: #7A7A7A;
    font-family: 'Proxima Nova Bold';
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
.sourcing-top-menu-row .header-top-menu>ul>li.marketplace-primary-menu>a{
    margin-bottom: 0
}
.sourcing-top-menu-row .header-top-menu>ul>li.menu-item-has-children>a:before {
    opacity: 0!important;
    visibility: hidden!important;
}
.second-navigation>ul>li, .submenu-link ul li {
    padding: 0;
    width: 100%;
    line-height: initial;
}
.sourcing-top-menu-row .header-top-menu>ul>li>a, .second-navigation>ul>li>a, .sourcing-top-menu-row .header-top-menu>ul>li>ul.sub-menu>li>a, .submenu-link ul li a, .marketplace-brand-menu .submenu-link ul>li a {
    font-size: 14px;
    line-height: 14px;
    font-family: 'Proxima Nova Regular';
}
.second-navigation>ul>li:hover >a {
    font-family: 'Proxima Nova Regular';
}
.marketplace-brand-menu .submenu-link ul>li a {
    height: auto;
    border: 0;
    padding: 0;
    margin: 0;
    justify-content: flex-start;
}
.marketplace-brand-menu .submenu-link ul>li a:hover {
    border: 0;
    box-shadow: none;
}
.sourcing-top-menu-row .header-top-menu>ul>li>a {
    padding: 0;
    margin: 0;
}
.sourcing-top-menu-row .header-top-menu>ul>li.menu-item-has-children>ul.sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    margin: 0;
    width: 100%;
    transform: initial!important;
    box-shadow: none;
}
.sourcing-top-menu-row .header-top-menu>ul>li.menu-item-has-children>ul.sub-menu>li {
    width: 100%;
    line-height: inherit;
        max-width: 100%;
}
.sourcing-top-menu-row .header-top-menu>ul>li>ul.sub-menu>li>a {
    padding: 0;
    margin: 0;
}
.sourcing-top-menu-row .header-top-menu>ul>li>ul.sub-menu>li>a .menu-item-description {
    display: none;
}
.second-navigation>ul>li>a {
    padding: 0;
}
.sourcing-top-menu-row .header-top-menu>ul>li {
    padding: 0;
    width: 100%;
}
.sourcing-top-menu-row .header-top-menu>ul>li.get-started {
    padding: 0;
    margin: 0;
    line-height: initial;
        margin-top: 30px;
}
.sourcing-top-menu-row .header-top-menu>ul>li.get-started>a {
    font-size: 12px;
    line-height: 12px;
    padding: 0px 10px;
    height: 40px;
    border-radius: 3px;
    width: 120px;
    justify-content: center;
    letter-spacing: 0.05em;
}

.second-navigation>ul>li.menu-item-has-children>a {
    justify-content: space-between;
}
.second-navigation>ul>li:hover>a:before {
    opacity: 0;
    visibility: hidden;
}
.second-navigation>ul>li.menu-item-has-children>a:after {
    border: 1px solid #949494;
    border-bottom: 0;
    border-left: 0;
    top: 0px;
}

.second-navigation>ul>li>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
    box-shadow: none;
    height: 100%;
    overflow: auto;
    z-index: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: opacity 1ms 0s,-webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform 0s cubic-bezier(.19,1,.22,1),opacity 1ms .6s;
    transition: transform 0s cubic-bezier(.19,1,.22,1),opacity 1ms .6s,-webkit-transform .6s cubic-bezier(.19,1,.22,1);
    z-index: 4;
    padding: 0;
    overflow: auto;
    padding: 30px;
}
.second-navigation>ul>li.active-category-nav>ul.sub-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.second-submenu {
    flex: auto;
    margin: 0;
    padding: 0;
}


.submenu-link {
    flex: inherit;
    width: 100%;
}
.submenu-link .category-menu-list ul {
    column-count: auto;
    min-height: initial;
}
.second-navigation .marketplace-brand-menu .submenu-link ul {
    margin: 0;
    padding: 0;
}
.second-navigation .marketplace-brand-menu .submenu-link ul>li {
    margin: 0;
    padding: 0;
    line-height: initial;
}
.brand-menu1 .submenu-link:first-child {
    padding-right: 0;
    margin-right: 0;
    border: 0;
}
.marketplace-brand-menu .submenu-link ul>li a figure,.submenu-img{
    display: none;
}

.brand-menu1 .submenu-link:first-child:after{
    opacity: 0;
    visibility: hidden;
}

.all-marketplace-link {
    margin: 0;
    line-height: initial;
}
.second-navigation>ul>li>ul.sub-menu .container>.row {
    flex: 1;
}       
.second-navigation>ul>li.second-regions-menu .submenu-link>ul>li {
    line-height: initial;
}
.second-navigation>ul>li>ul.sub-menu ul li.sub-menu-last-li a {
    line-height: 18px;
}


.second-navigation,.sourcing-top-menu-row .header-top-menu>ul>li.center-sub-menu>ul.sub-menu,
.submenu-link>ul,.second-navigation .marketplace-brand-menu .submenu-link>ul,.sourcing-top-menu-row .header-top-menu>ul>li.globle-sub-menu>ul.sub-menu {
    margin-bottom: 24px;
}
.second-navigation>ul>li,.sourcing-top-menu-row .header-top-menu>ul>li>ul.sub-menu>li {
    margin-bottom: 12px;
}
.second-navigation .marketplace-brand-menu .submenu-link ul>li {
    margin-bottom: 12px!important;
}
.second-navigation .marketplace-brand-menu .submenu-link ul>li:last-child {
    margin-bottom: 0px!important;
}
.second-navigation>ul>li.second-regions-menu .submenu-link>ul>li,.submenu-link .category-menu-list ul>li {
    margin-bottom: 8px;
}
.second-navigation>ul>li:last-child,.sourcing-top-menu-row .header-top-menu>ul>li>ul.sub-menu>li:last-child,
.second-navigation>ul>li.second-regions-menu .submenu-link>ul>li:last-child {
    margin: 0;
}
.submenu-link .category-menu-list ul>li.sub-menu-last-li {
    display: none;
}

.second-navigation>ul>li.second-regions-menu .submenu-link>ul,.second-navigation .marketplace-brand-menu .submenu-link>ul {
    margin-bottom: 24px;
}
.all-marketplace-link>a {
    font-size: 14px;
    line-height: 18px;
}

.sourcingmarketplace_marketplace_banner .banner-text .custom-large-h2 {
    font-size: 30px;
    line-height: 40px;
}













.active-sourcing-nav .menu-overlay{
    opacity: 1;
    visibility: visible;
}
.sourcing-secondary-menu-row {
    justify-content: flex-start;
    overflow: hidden;
}
.sourcing-secondary-menu-row:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 40px;
    background: #fff;
    right: -21px;
    filter: blur(5px);
}

.sourcing-top-banner .sourcing-banner-text {
    max-width: 410px;
}
.sourcing-top-banner-img {
    max-width: 310px;
}
.sourcing-top-banner .sourcing-top-banner-img img {
    max-height: initial;
    margin: 35px 0px 20px 0px;
}

.page-template-template-home .home-banner .banner-text {
    max-width: 420px;
}
.page-template-template-home .banner-content-row .home-banner-desktop{
        width: 290px;
}
.sourcing-related-section .owl-carousel {
    padding: 0px 35px;
}

.marketplace-related-item .retailer-brand-column>a {
    min-height: 70px;
}
.marketplace-related-item .retailer-brand-column>a figure {
    margin: 0 10px;
}
.right-filter-row .auction-block .lot-info {
    min-height: 195px;
}




.modalfilter_input_list .filter-input-row {
    width: calc(100%/2);
    margin: 6px 0px;
    padding-right: 15px;
}
.filter-modal-dialog .filter-input-row:nth-child(3n) {
    padding-right: 15px;
}
.filter-modal-dialog .filter-input-row:nth-child(2n) {
    padding-right: 0px;
}



.filter-noresult {
    min-height: 300px;
}

.jumbobox-brand-title {
    width: 175px;
    margin-right: 30px;
}
.sourcingmarketplace_box_content {
    padding: 34px 15px 15px 15px;
}






.sourcingmarketplace-_title_row .sourcingmarketplace_section_title,.sourcingmarketplace_title_row .sourcingmarketplace_section_title {
    font-size: 18px;
    line-height: 18px;
 /*   top: -31px;*/
}
.sourcingmarketplace_items_list_img {
    width: 196px;
}   
.sourcingmarketplace_grid_img, .sourcingmarketplace_grid_img img {
    min-height: 90px;
    max-height: 90px;
}


.sourcingmarketplace_items_list_img img, .sourcingmarketplace_items_list_img {
    max-height: 120px;
    min-height: 120px;
}
.sourcingmarketplace_items_category-link {
    margin-left: 20px;
}
.sourcingmarketplace_items_list_title_row .section-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}
.sourcingmarketplace_items_category-link>ul>li>a, .sourcingmarketplace_allmarketplace_tab_link ul li a {
    font-size: 12px;
    line-height: 12px;
}
.behalf-figure-img {
    max-width: 100px;
}
.behalf-content-right {
    max-width: 250px;
    margin-left: 30px;
}

.allauction-main-page .auction-block .item-box-holder:nth-child(5),.all_majorbrand_item_section .auction-block .item-box-holder:nth-child(5) {
    display: none;
}

}


@media(max-width: 767px){
    .shopby-title-name {
    font-size: 14px;
    line-height: 14px;
}

.sourcing-top-menu-row .header-top-menu>ul>li>a, .second-navigation>ul>li>a, 
.sourcing-top-menu-row .header-top-menu>ul>li>ul.sub-menu>li>a, 
.submenu-link ul li a, .marketplace-brand-menu .submenu-link ul>li a, 
.sourcing-top-menu-row .header-top-menu>ul>li.marketplace-primary-menu>a {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.second-navigation-title, .submenu-title, 
.sourcing-top-menu-row .header-top-menu>ul>li.menu-item-has-children>a {
    font-size: 11px;
    line-height: 11px;
    font-family: 'Proxima Nova Semibold';
    margin-bottom: 10px;
}







.sourcing-top-menu-row fieldset input[type="submit"], .sourcing-top-menu-row fieldset input[type="text"] {
    height: 32px;
}
.sourcing-top-menu-row fieldset input[type="submit"] {
    width: 36px;
    background-size: 14px;
    background-position: center left 12px;
}

.filter-auction-block ul.pagination {
    margin-top: 15px;
       margin-bottom: 30px;
}

.right-filter-row .box-holder-container {
    margin-right: -4px;
    margin-left: -4px;
}
.auction-block .item-box-holder {
    padding: 0 4px 10px;
}

.auction-block .item-box-holder .box,.auction-block .box {
    border-radius: 3px;
}
.auction-block .category-block, .skeleton-logo {
    height: 40px;

}
.auction-block .item-box-holder .category-block img,.auction-block .category-block img,.skeleton-logo span{
    max-height: 16px;
}
.auction-block .item-box-holder .img-holder,.auction-block .img-holder,.skeleton-figure {
    height: 94px;
}
.auction-block .item-box-holder .box .lot-info,.auction-block .lot-info,.skeleton-contents {
    padding: 10px 10px 10px;
    min-height: 100px;
    max-height: 100px;
}
.auction-block .item-box-holder .lot-info p,.auction-block .lot-info p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 7px;
}
.auction-block .item-box-holder .time-left,.auction-block .time-left {
    font-size: 12px;
    line-height: 14px;

}
.auction-block .item-box-holder .box .lot-info {
    background-position: right 10px bottom 10px;
        background-size: 11px;
}  
.auction-block .box-holder {
    width: 50%;
    padding: 0 4px 10px;

} 
.skeleton-arrow {
    height: 6px;
    width: 12px;
    right: 10px;
    bottom: 10px;
}
.multi-filter-input {
    padding-left: 40px;
}
.skeleton-text,.skeleton-bid p {
    height: 4px;
    margin-bottom: 2px;
}

.right-filter-row .auction-block .box-holder {
    width: 50%;
} 
.right-filter-row .sortWrap .sort_by{
display: none;
}
.search_result_section .right-filter-row .sortWrap .sort_by {
    display: flex;
}
.sorty-by-dropdown{
    display: none!important;
}
.mobile_filter_click {
    display: block;
}


.mobile-filter-content-box {
    display: block;
}


.breadcrumb-row {
    border-top: 1px solid #EDEDED;
}
 


.breadcrumb {
    padding: 6px 0;
}
.breadcrumb a, .breadcrumb {
    font-size: 8px;
}







.filter-right-bar-section,.search_result_section {
    padding-top: 20px;
}
.allauction-filter-section{
padding-top:3px;
}
.left-filter-bar {
    position: fixed!important;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: opacity 1ms .0s,-webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .0s cubic-bezier(.19,1,.22,1),opacity 1ms .6s;
    transition: transform .0s cubic-bezier(.19,1,.22,1),opacity 1ms .6s,-webkit-transform .6s cubic-bezier(.19,1,.22,1);
    width: 100%;
    overflow-y: scroll;
    pointer-events: none;
    opacity: 0;
    z-index: 1050;
    left: initial!important;
    top: 0;
    padding: 20px 30px;
    margin: 0;
    padding-bottom: 85px;
    height: 100%;
}
.filter-input-section {
    margin-bottom: 12px;
    padding-bottom: 2px;
}
.filter-by-title {
    font-size: 14px;
    line-height: 14px;
    border: 0;
    margin: 0;
    padding-bottom: 10px;
    color: #000;
}
.filter-input-row i {
    top: 6px;
    width: 10px;
    height: 10px;
}
.active-filter .filter-overlay{
    opacity: 1;
    visibility: visible;

}
.active-filter .left-filter-bar {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1);
}
.left-filter-bar .left-filter-title {
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 7px;
    font-family: 'Proxima Nova Semibold';
}
.filter-input-row label:before {
    width: 20px;
    height: 20px;
    top: 0px;
}
.master-filter-input {
    padding-left: 24px;
}
.filter-input-row {
    margin-bottom: 16px;
}
.filter-input-row label {
    font-size: 16px;
    line-height: 16px;
    min-height: 20px;
    padding-left: 30px;
}
.showmore_state_btn i {
    width: 12px;
    height: 12px;
}
.showmore_state_btn {
    margin: 16px 0px 16px 0px;
    font-size: 16px;
    line-height: 20px;
}

.filter-auction-block ul.pagination>li>a {
    width: 22px!important;
    height: 22px!important;
        font-size: 13px;
    
}
.filter-auction-block ul.pagination>li {
    margin: 0px 3px;
}
.filter-auction-block ul.pagination>li.pagination_prev a, 
.filter-auction-block ul.pagination>li.info a, 
.filter-auction-block ul.pagination>li.pagination_next a {
    width: 12px!important;
    height: 10px!important;
    background-size: contain;
}
.filter-auction-block ul.pagination>li.elipse {
    font-size: 13px;
}
.indeterminate_active .master-filter-input label:after {
    width: 10px;
    top: 9px;
    left: 5px;
}
.filter-input-row label:after {
    width: 14px;
    height: 12px;
    left: 4px;
    top: 4px;
}

.shortby-btns button {
    height: 28px;
    border-radius: 26px;
    padding: 0 25px 0 10px;
    margin: 0 8px 8px 0;
    font-size: 12px;
    line-height: 14px;
}
.shortby-btns button i {
    width: 6px;
    height: 10px;
    margin-left: 8px;
}
.shortby-btns button i:after, .shortby-btns button i:before {
    width: 1px;
    height: 12px;
    left: 12px;
}
.shortby-btns .clear_all_filters {
    font-size: 8px;
}
.allfilter-selected-text b {
    font-size: 12px;
    line-height: 12px;
}
.selected-clear-all,.expandall_cta_btn,.hideall_cta_btn {
    font-size: 10px;
    line-height: 10px;
}
.filter-acutoon-title {
    margin-bottom: 15px;
}
.right-filter-row .sortWrap {
    margin-bottom: 12px;
}

.right-filter-row .sortWrap .auctionCount {
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}
.sourse-related-item figure a {
    width: 100px;

}
.sourse-related-item figure a, .sourse-related-item figure a img {
    max-height: 100px;
    min-height: 100px;
}
.sourse-related-item p {
    font-size: 11px;
    line-height: 11px;
}

.sourcing-top-banner .sourcing-banner-text {
    max-width: 100%;
    padding: 35px 15px 0px 15px;
    width: 100%;
}
.sourcing-top-banner-img {
    max-width: 100%;
}
.sourcing-top-banner .sourcing-top-banner-img img {
    max-height: initial;
    margin: 20px 0px 20px 0px;
}

.marketplace-related-item {
    overflow: hidden;
    padding: 0;
}
.related-category-grid-item {
    margin: 0!important;
    padding-right: 0;
    width: calc(52% - 50px);
    flex-shrink: 0;
    padding: 0;
}
.sourse-related-item figure {
    margin-bottom: 10px;
}

.marketplace-related-item-row {
    overflow: auto;
    margin-right:0px;
    margin-left: 0px;
}
.marketplace-related-item .retailer-brand-column {
    padding: 0;
    width: calc(64% - 100px);
    margin-left: 7px;
}
.marketplace-related-item .retailer-brand-column:first-child{
    margin-left: 15px;
}
.marketplace-related-item .retailer-brand-column>a {
    min-height: 42px;
}
.marketplace-related-item .retailer-brand-column>a figure {
    margin: 0 0px;
}
.marketplace-related-item .retailer-brand-column>a figure img {
    max-height: 50px;
}

.autowidth-section-title {
    max-width: 100%;
}
.product-listing-item-container .related-section-title {
    margin-top: 35px;
    margin-bottom: 8px;
}
.product-listing-item-row .related-section-title {
    padding-top: 35px;
    margin-bottom: 12px;
}
.all_majorbrand_item_section .related-section-title,.related-section-title,.marketplace-related-item-section .related-section-title {
    margin-bottom: 12px;
}
.related-section-title .column-title {
    margin-right: 5px;
    font-size: 16px;
    line-height: 18px;
    max-width: 260px;
    margin-bottom: 0px;
}


.related-title-link {
    font-size: 13px;
    line-height: 12px;
    align-self: flex-end;
}


.main-box-holder-box {
    overflow: hidden;
}
.main-box-holder-row {
    overflow: auto;
    flex-wrap: nowrap;
        margin-right: -15px;
    margin-left: -15px;
}
.main-box-holder-row>.box-holder-container.custom-scroll-row {
    width: 100%;
    display: flex;
}
.auction-block.main-box-holder-box .box-holder {
    flex-shrink: 0;
    width: calc(50% - 30px );
    padding: 0;
    margin-right: 10px;
}   
.auction-block.main-box-holder-box .box-holder:first-child {
    margin-left: 15px;
}

.auction-block.main-box-holder-box .box-holder .img-holder {
    height: 90px;
}
.auction-block.main-box-holder-box .box-holder .img-holder img {
    max-height: calc(100% - 10px);
}


.auction-block.main-box-holder-box .box-holder .category-block img {
    max-height: 22px;
}

.behalf-grid-column-container {
    min-height: auto;
    padding: 30px;
}
.behalf-grid-content-box {
    max-width: 100%;
}
.behalf-column-banner-heading {
    min-height: auto;
    padding: 30px;

}
.behalf-grid-column {
    margin-top: 15px;
}
.behalf-grid-column:first-child {
    margin-top: 0;
}

.behalf-figure-img span,.behalf-grid-figure span {
    width: 85px;
    margin-bottom: 12px;
}
.behalf-content-right {
    margin: 0;
    text-align: center;
    flex-basis: 100%;
}
.behalf-content-right .column-title {
    font-size: 14px;
    line-height: 14px;
}
.behalf-content-right p{
    font-size: 12px;
    line-height: 14px;
}
.behalf-grid-title {
    font-size: 14px;
    line-height: 14px;
}
.behalf-grid-text {
    font-size: 12px;
    line-height: 14px;
  
}
.behalf-content-right a.arrow-link {
    font-size: 12px;
    font-family: 'Proxima Nova Semibold';
    line-height: 28px;
}
.behalf-content-right a.arrow-link .fdp-arrow-right, .behalf-grid-content .arrow-link .fdp-arrow-right {
background-size: 12px;
    height: 14px;
}

.better-way-section .section-title {
    margin-bottom: 20px;
}
.better-way-section .section-title .column-title {
    font-size: 16px;
    line-height: 18px;
    max-width: 260px;
    margin: auto;
}

.better-way-column {
    margin-top: 20px;
}
.better-way-column-content {
    max-width: 260px;
}
.better-way-column:first-child{
    margin:0px;
}
.better-way-title {
    font-size: 14px;
    line-height: 14px;
}
.better-way-column p {
    font-size: 14px;
    line-height: 18px;
}

.better-way-title span:before {
    width: 12px;
    height: 12px;
    background-size: contain;
}

.sourcingmarketplace_marketplace_banner {
    padding-top: 30px;
    padding-bottom: 27px;
    min-height: auto;
}
.sourcingmarketplace_marketplace_banner .banner-text .custom-large-h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 3px;
}
.sourcingmarketplace_marketplace_banner .banner-text p {
    font-size: 14px;
    line-height: 18px;
}

.sourcingmarketplace_grid_column:first-child {
    margin: 0;
}
.sourcingmarketplace_grid_column {
    margin-top: 25px;
}
.sourcingmarketplace_grid_img, .sourcingmarketplace_grid_img img {
    min-height: 90px;
    max-height: 90px;
}
.sourcingmarketplace_box_logo {
   top: -48px;
}
.sourcingmarketplace_box_logo img {
    width: 45px;
}
.sourcingmarketplace_box_content {
    padding: 34px 25px 15px 25px;
}
.sourcingmarketplace_box_content h6 {
    font-size: 14px;
    line-height: 14px;
    height: auto;
    margin-bottom: 17px;
}
.sourcingmarketplace_box_content p {
    font-size: 12px;
    line-height: 18px;
    height: auto;
    max-width: 235px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.sourcingmarketplace_box_content .primiry-link {
    font-size: 10px;
    line-height: 15px;
}
.sourcingmarketplace_related_tab_links .see-more-row{
    display: none;
}
.left-filter-bar .modal-body {
    max-height: calc(100vh - 125px);
    overflow: auto;
}
.modalfilter_input_list .filter-input-row {
    width: 100%;
    margin: 0px 0px 16px 0px;
    padding-right: 0!important;
}
.modalfilter_input_list .filter-input-row:last-child {
    margin: 0;
}
.modalfilter_input_list .filter-input-row label{
    padding-left: 30px;
}

.modal-header {
    min-height: 50px;

}

.colse-cta-btn {
    width: 10px;
    height: 10px;
    right: 20px;
}
.modal-title {
    font-size: 12px;
    line-height: 12px;
}	
.applymodal_filter_cta {
    font-size: 12px;
    line-height: 12px;
    height: 34px;
    padding: 5px 10px;
}
.clear-filter-cta {
    font-size: 12px;
    line-height: 12px;
}
.sourcingmarketplace_tab_links ul.nav.nav-tabs li {
    margin-left: 18px;
}
.sourcingmarketplace_tab_links {
    margin-bottom: 0px;
}
.sourcingmarketplace_tab_links ul.nav.nav-tabs li>a span {
display: none;
}
.tab-content .sourcingmarketplace-_title_row {
    margin-bottom: 8px;
}
.sourcingmarketplace-_title_row .sourcingmarketplace_section_title {
    font-size: 18px;
    line-height: 22px;
    margin-top: -16px;
    max-width: 250px;
}
.newmarketplace-all-tabs-section #tab_region_view .sourcingmarketplace_section_title,
.newmarketplace-abset-all-tabs-section #tab_region_view .sourcingmarketplace_section_title {
    padding-left: 15px;
}
.sourcingmarketplace_items_list_title_row {
    padding-left: 15px;
}

.sourcingmarketplace_tab_links ul.nav.nav-tabs li>a:before {
opacity: 0;
}
.sourcingmarketplace_tab_category_list {
    overflow: auto;
    margin: 0;
    justify-content: flex-start;
    padding: 0px 15px;
}
.sourcingmarketplace_related_tab_links ul li {
    width: auto;
    margin: 0;
    margin-right: 15px;
    padding: 0;
}
.sourcingmarketplace_related_tab_links ul li a {
    font-size: 14px;
    line-height: 18px;
    padding: 6px 0px;
}
.sourcingmarketplace_tab_grid_items_row {
    margin-right: -15px;
    margin-left: -15px;
}
.sourcingmarketplace_items_list_row {
/*    padding-top: 30px;*/
}
.sourcingmarketplace_items_list_title_row .section-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
}

.sourcingmarketplace_items_list_img {
    width: 100%;
    margin-bottom: 12px;
}
.sourcingmarketplace_items_list_img img, .sourcingmarketplace_items_list_img {
    max-height: 90px;
    min-height: 90px;
    border-radius: 0;
}

.sourcingmarketplace_items_category-link {
    margin-left: 0;
    padding: 0px 15px;
}
.sourcingmarketplace_items_category-link>ul,.sourcingmarketplace_allmarketplace_tab_link ul {
    width: 100%;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
}
.sourcingmarketplace_allmarketplace_tab_link ul {
    margin-top: 0px!important;
}
.sourcingmarketplace_items_category-link>ul>li>a,.sourcingmarketplace_allmarketplace_tab_link ul li a {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Proxima Nova Regular';
}
.sourcingmarketplace_items_category-link>ul>li:last-child >a {
    font-family: 'Proxima Nova Semibold';
}
.sourcingmarketplace_items_category-link>ul>li:last-child >a.primiry-link:before {
    width: calc(100% - 15px);
}


.tabpane_allregion_ink .sourcingmarketplace_allmarketplace_tab_link ul li {
    width: 100%;
}
.tabpane_allregion_ink .sourcingmarketplace_items_list_title_row{
padding-left: 0px;
}
.tabpane_allregion_ink .sourcingmarketplace_allmarketplace_tab_link ul {
    margin-top: 0px!important;
}
.jubbobox-section {
   /* padding-bottom: 0px;*/
}
.jumbobox-large-figure {
    border-radius: 4px 4px 0px 0px;
}
.jumbobox-large-figure, .jumbobox-large-figure img {
    max-height: 70px;
    min-height: 70px;
}
.jumbobox-brand-logo {
    height: 43px;
    width: 98px;
    left: 15px;
}
.jumbobox-brand-logo img {
    max-width: 75px;
    max-height: 32px;
}
.jumbobox-brand-content {
    padding-top: 40px!important;
    padding-left: 0px!important;
    border-bottom: 0.5px solid #DDDDDD;
    padding-bottom: 15px;
}
.inner-jumbo-banner-content .primiry-button {
    height: 32px;
    font-size: 12px;
    line-height: 12px;
}
.jumbobox-brand-title {
    margin: 0;
    width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
}


.sourcing-marketplace-fix-cta {
    top: initial;
    transform: initial;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 8px 15px;
    background: rgb(255 255 255 / 95%);
}
.sourcing-marketplace-fix-cta .primiry-button {
    width: 100%;
    height: 45px;
    font-size: 10px;
    line-height: 10px;
    border-radius: 0;
}

.related-category-grid-row {
    overflow: auto;
}
.related-section-title p {
    font-size: 12px;
    line-height: 14px;
}
.related-blog-section .related-section-title {
    margin-bottom: 15px;
}
.related-blog-section .blog-item {
    border-bottom: 1px solid #EAEAEA;
    border-radius: 0;
}
.related-blog-section .blog-grid-img img, .related-blog-section .blog-grid-img figure {
    min-height: 80px;
    max-height: 80px;

}
.sourcing-related-section .blog-grid-content, .related-blog-section .blog-grid-content {
    padding-top: 0px;
}
.related-blog-section .blog-grid-title {
    font-size: 14px;
    line-height: 14px;
    max-width: 185px;
    margin: 0;
    color: #000;
}

.sourcing-marketplace-content .column-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    max-width: 290px;
}
.sourcing-marketplace-content p {
    margin-bottom: 0;
    color: #7A7A7A;
    max-width: 290px;
    font-size: 14px;
    line-height: 18px;
}

.related-blog-section .section-primay-link {
    display: none!important;
}

.filter-acutoon-title h1, .filter-acutoon-title h2 {
    font-size: 18px;
    line-height: 24px;
}
.right-filter-row .filter-noresult {
    min-height: 200px;
    padding: 0px 15px;
}
.noresult-figure img {
    max-width: 90px;
}
.no-result-column-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
}


.allauction-main-page .auction-block .item-box-holder:nth-child(5),.all_majorbrand_item_section .auction-block .item-box-holder:nth-child(5) {
    display: block;
}





.left-filter-bar .modal {
    display: block;
    height: 100%;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: opacity 1ms .0s,-webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .0s cubic-bezier(.19,1,.22,1),opacity 1ms .6s;
    transition: transform .0s cubic-bezier(.19,1,.22,1),opacity 1ms .6s,-webkit-transform .6s cubic-bezier(.19,1,.22,1);
}
.left-filter-bar .modal.show{
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1);
}
.left-filter-bar .modal .modal-dialog {
    transform: initial;
    margin: 0;
    align-items: flex-start;
    min-height: 100%;
}
.left-filter-bar .modal .modal-dialog .modal-content {
    height: 100vh;
    overflow: auto;
}

.page-template-template-home .home-banner .banner-text {
    max-width: 100%;
}

.page-template-template-home .banner-content-row {
    padding-top: 20px;
}
.page-template-template-home .banner-content-row figure {
    margin: 20px 0px 20px 0px;
}

.product-item-column figure, .product-item-column img {
    min-height: 150px;
    max-height: 150px;
}
.page-template-template-home .banner-content-row figure.home-banner-mobile { display: block!important;} 
.retailer-brand-column>a figure { margin: 0 5px;}

}