:root {
    --s-icon-font: 'Font Awesome 5 Free';
    --s-icon-solid: 900;
}

a {
    text-decoration: none;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.ms-choice span {
    background-color: transparent;
    cursor: default;
    opacity: 1;
}

@media (min-width: 768px) {

    .modal-dialog {
        width: 600px;
        max-width: 600px;
        margin: 30px auto;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
        max-width: 900px;
    }
}

.s-MessageDialog {
    min-width: 310px;
}

.s-MessageModal .modal-body {
    padding-left: 90px;
    min-height: 100px;
}

.s-MessageModal .message {
    white-space: pre-wrap;
    margin-top: 4px;
}

.s-MessageModal .modal-body::before {
    font-family: var(--s-icon-font);
    font-weight: var(--s-icon-solid);
    font-size: 60px;
    line-height: 60px;
    position: absolute;
    top: 8px;
    left: 14px;
}

.s-AlertModal .modal-body::before {
    content: "\f06a";
    color: var(--bs-danger);
}

.s-WarningModal .modal-body::before {
    content: "\f071";
    color: var(--bs-warning);
}

.s-ConfirmModal .modal-body::before {
    content: "\f059";
    color: var(--bs-primary);
}

.s-InformationModal .modal-body::before {
    content: "\f05a";
    color: var(--bs-info);
}

.s-SuccessModal .modal-body::before {
    content: "\f058";
    color: var(--bs-success);
}

.quick-filters-bar {
  border: 1px solid #e7e7e7;
  background-color: #f0f3f5;
  padding: 2px 8px 8px 8px;
  margin-top: 8px;
  border-radius: 4px;
}
.quick-filters-bar hr {
  border-top: 1px solid #C6CCDE;
  margin: 6px 0px;
}
.quick-filter-item {
  display: inline-block;
  margin: 4px 4px 0 0;
}
.quick-filter-item input {
  position: relative;
  top: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-right: 6px;
}
.quick-filter-item .s-DateEditor,
.quick-filter-item .s-DateTimeEditor.dateQ {
  width: 85px;
}
.quick-filter-item .s-DateTimeEditor.time {
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  top: 3px;
  margin-right: 6px;
  border: 1px solid #ccc;
}
.quick-filter-item .inplace-now {
  display: none;
}
.quick-filter-item input.hasDatepicker {
  margin-right: 1px;
}
.quick-filter-item .ui-datepicker-trigger {
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.quick-filter-item .range-separator {
  display: inline-block;
  margin: 0 6px 0 0px;
  font-weight: bold;
  position: relative;
  top: 3px;
}
.quick-filter-label {
  display: block;
  font-size: 11px;
  color: #000;
}
.quick-filter-active .quick-filter-label {
  color: #0661FF;
  font-weight: 600;
}
.fileinput-button input:disabled {
  cursor: default;
}
.upload-progress {
  width: 120px;
  height: 11px;
  margin: 4px 4px 0 0;
  border: 1px solid #aaa;
  padding: 2px;
  background-color: #fff;
  display: none;
}
.upload-progress div {
  background-color: #ff7060;
  height: 100%;
}
.s-Toolbar .upload-progress {
  float: right;
}
.file-item {
  border: 1px solid #ccc;
  padding: 1px;
  width: 132px;
}
.file-item .deleted {
  text-decoration: overline;
}
.file-item .thumb {
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  width: 128px;
  height: 96px;
}
.file-item .download {
  padding: 4px 0 4px 38px;
  background: url(site/paper-clip.png) no-repeat 18px 4px;
}
.file-item .download a {
  color: #48c;
}
.file-item .filename {
  position: relative;
  white-space: nowrap;
  padding-right: 16px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  font-size: 11px;
}
.file-item.file-binary .thumb {
  background-image: url(images/thumb-file-72.png);
  background-position: center center;
  background-color: lavender;
}
.s-ImageUploadEditor ul,
.s-MultipleImageUploadEditor ul {
  border-width: 1px;
  border-style: none solid solid solid;
  border-color: #eee;
  padding: 6px 6px 8px 6px;
  overflow-y: auto;
  background-color: #fff;
  min-height: 116px;
}
.s-ImageUploadEditor .file-item,
.s-MultipleImageUploadEditor .file-item {
  box-shadow: 1px 1px 4px rgba(4, 4, 4, 0.2);
}
.s-ImageUploadEditor .s-Toolbar,
.s-MultipleImageUploadEditor .s-Toolbar {
  border-radius: 0px;
  padding: 4px 8px 0px 8px;
  background-color: #f7f7f7;
}
.s-ImageUploadEditor .s-Toolbar .tool-button,
.s-MultipleImageUploadEditor .s-Toolbar .tool-button {
  margin-bottom: 0;
  display: inline-block;
  background: #ddd;
  padding: 4px 8px;
  border-radius: 3px;
}
.s-MultipleImageUploadEditor li {
  float: left;
  margin-right: 6px;
}
.s-MultipleImageUploadEditor li .delete {
  display: block;
  position: absolute;
  top: 2px;
  right: 0px;
  width: 16px;
  height: 16px;
  background: url(../serenity/images/cross-script.png) no-repeat center center;
  opacity: 0.5;
  cursor: pointer;
}
.s-MultipleImageUploadEditor li .delete:hover {
  opacity: 1;
}
.s-ImageUploadEditor.hide-original-name ul {
  min-height: 100px;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
/*@skin-cue-color: #9f0736 ;*/
#bidpro-main-head {
  background: #1f7dce;
  padding-top: 0;
  padding-bottom: 0;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: Montserrat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  outline: none;
  color: #242424;
  background-color: #fff;
}
@media (min-width: 1300px) {
  .container {
    width: 1300px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover {
  color: #242424;
}
a,
a:visited {
  color: #016fce;
}
h1,
h1 span {
  color: #242424;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.top-header {
  background-color: #f7f7f7;
  border-top: 1px solid rgba(221, 221, 221, 0.49);
  color: #ffffff;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.top-header a,
.top-header a:visited,
.top-header a:hover,
.top-header a:focus {
  color: #334141;
}
.top-header .dropdown-box {
  position: relative;
  z-index: 10;
}
.top-header ul li,
.top-header ol li {
  color: #8b8b8a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.top-header span {
  color: #334141;
  margin-right: 20px;
}
.top-header i {
  margin-right: 5px;
}
.contact-header {
  display: flex;
  z-index: 999;
  padding-top: 13px;
  padding-bottom: 13px;
}
.currency-language {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}
.currency-language > li {
  padding: 0 5px;
}
.currency-language > li .dropdown-box > a:after {
  content: "\f107";
  font-family: fontAwesome;
  font-weight: 100;
  opacity: 0.4;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.menu-list li:last-child a {
  border-right: 0;
  margin-right: 8px;
}
.list-inline-block > li {
  display: inline-block;
  vertical-align: top;
}
.dropdown-list li a {
  display: block;
  padding: 5px 15px;
  color: #666;
}
.dropdown-list {
  background: #fff;
  margin-top: 30px;
  opacity: 0;
  padding: 10px 0;
  z-index: 1100;
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  list-style: none;
  width: 130px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
.account-urls {
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: right;
}
#bidpro-main-header {
  width: 100%;
  z-index: 800;
  border: 0 none;
  background-color: #fff;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-default {
  background-color: #fff;
}
.navbar {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-bottom: 0;
  border: none !important;
}
#bidpro-main-header>.container>.row {
    width: 100%;
}
.navbar>.container>.row-0 {
    width: 100%;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-header .logo {
  margin: 10px 0px;
}
.logo-image {
  line-height: 0;
}
.navbar-header .logo img {
  max-height: 85px;
}
.search-form-product {
  margin-top: 25px;
  margin-bottom: 25px;
}
.menu-search {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  font-size: 12px;
  overflow: hidden;
}
.menu-search input {
  font-family: Montserrat;
}
.menu-search input.search-field {
  border: 0;
  outline: 0;
  border-left: 0.5px solid #DDDDDD;
  background: transparent;
  line-height: 40px;
  padding: 0;
  padding-left: 24px;
  height: 42px;
  color: #606060;
  width: 40%;
  font-size: 14px;
  font-weight: 300;
  max-width: 100%;
}
.menu-search .btn.btn-primary {
  background: #484848;
  float: right;
  line-height: 40px;
  padding: 0;
  border-radius: 30px;
  padding-right: 15px;
  padding-left: 15px;
  height: 43px;
  position: relative;
  box-shadow: none;
  outline: 0;
  transition: all 250ms ease;
}
.menu-search select#product_cat {
  width: 30%;
}
.menu-search select.form-control1 {
  background: transparent;
  outline: 0;
  border: 0;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 300;
  color: #606060;
}
.menu-products {
  display: none;
  text-align: right;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0;
}
.menu-products .shop_cart {
  font-weight: bold;
  float: right;
  font-size: 14px;
  color: #484848;
}
a.shop_cart:after {
  content: '\f291';
  padding-left: 10px;
  font-size: 20px;
  font-family: 'FontAwesome';
  position: relative;
  bottom: -10px;
  font-weight: 100;
  color: #016fce;
}
a.shop_cart:hover {
  color: #016fce;
}
a.cart-contents {
  color: #999999 !important;
  font-size: 14px;
  padding-right: 30px;
}
.cart-contents span.amount {
  color: #999999 !important;
  font-size: 14px;
  font-weight: 400;
}
.header_mini_cart.visible_cart {
  background: #FFF;
  opacity: 1;
  padding: 25px;
  position: absolute;
  top: 100%;
  border-radius: 5px;
  visibility: visible;
  transition: all 400ms ease 0s;
  box-shadow: 0px 5px 15px 4px rgba(0, 0, 0, 0.06);
}
.header_mini_cart {
  background: #FFF;
  position: absolute;
  padding: 25px 23px 11px;
  opacity: 0;
  width: 300px;
  border-radius: 5px;
  top: 150%;
  right: 0;
  transition: all 400ms ease 0s;
  visibility: hidden;
  z-index: 10;
  border-color: #1f7dce;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #1f7dce ;
}
.top-banner {
  background-color: #fff;
  width: 100%;
  border-bottom: 5px solid;
  border-bottom-color: #1f7dce;
}
.top-banner .logo {
  margin: 10px 10px;
}
.top-banner .logo img {
  max-height: 40px;
}
.tabbar {
  background-color: #1f7dce;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  border-top: 4px solid #fff;
}
/* Style the links inside the navigation bar */
.tabbar a {
  float: none;
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px 30px 16px;
  text-decoration: none;
  font-size: 20px;
}
/* Change the color of links on hover */
.tabbar a:hover {
  background-color: #ddd;
  color: black;
}
/* Add a color to the active/current link */
.tabbar a.active {
  background-color: #1f7dce;
  color: white;
}
@media (max-width: 1024px) {
  .menu.nav-effect.nav-menu {
    margin: 0;
    float: none !important;
  }
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: 83.33%;
    flex-basis: 83.33%;
  }
}
@media (max-width: 1300px) {
  .bot_nav_cat_inner {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .column-listing .col-sm-6 {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .my-account-navbar {
    display: none;
  }
  .menu-item.visible-xs i {
    width: 16px;
    text-align: center;
  }
  .high-padding {
    padding: 10px 0;
  }
  h1.section-title {
    font-size: 24px;
  }
  body .navbar-default .navbar-collapse {
    border-color: rgba(0, 0, 0, 0);
    width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  nav {
    background: #FFF !important;
    min-height: 0px !important;
  }
  .menu.nav-effect.nav-menu {
    margin: 0;
    text-align: left;
    width: 100%;
  }
  .menu-item-has-children {
    cursor: pointer;
  }
  .navbar-collapse li {
    width: 100%;
  }
  body #navbar ul.menu .menu-item {
    padding: 0 !important;
    width: 100% !important;
  }
  body .navbar-nav > li > a {
    padding: 10px 15px !important;
    font-size: 13px;
    color: #606060 !important;
    border-bottom: 1px solid rgba(221, 221, 221, 0.49);
  }
  body #navbar .menu > .menu-item:first-child > a {
    padding-left: 15px !important;
  }
  .menu-item-has-children a:first-child {
    pointer-events: auto;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle {
    border-color: #fff !important;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle {
    background: transparent;
    border: 2px solid;
    margin: 17px 0;
    transition: all 300ms ease-in-out;
  }
}
.first_header .navbar-collapse.collapse.col-md-10,
.header-v2 .navbar-collapse.collapse.col-md-10,
.fifth_header .navbar-collapse.collapse.col-md-10 {
  width: 83.3333%;
  padding: 0;
}
.bot_nav_cat_inner {
  float: left;
  margin: 0px 15px;
  display: flex;
  align-items: center;
  height: 100%;
}
.bot_nav_cat .bot_cat_button {
  font-size: 13px;
  height: 69px;
  background: #fff;
  outline: none;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  min-width: 165px;
  padding: 10px 36px;
  transition: border-radius 0.3s ease;
  cursor: pointer;
  text-align: left;
  border-width: 0;
  border-style: solid;
}
.bot_nav_cat .bot_cat_button:not(.active) {
  background: #fff !important;
  opacity: 1;
  color: #484848;
  display: inline-block;
  outline: none;
  padding: 10px 36px;
  font-size: 13px;
  transition: border 0.3s ease, border-radius 0.3s ease, padding 0.3s ease, background 0.3s ease, color 0.3s ease;
}
#navbar span.cat_ico_block {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #484848;
  text-transform: uppercase;
}
.bot_nav_cat .bot_cat_button span:before {
  content: '\f0c9';
  padding-right: 10px;
  font-size: 15px;
  font-family: 'FontAwesome';
  position: relative;
  font-weight: 100;
}
.bot_nav_cat .bot_nav_cat_wrap {
  display: none;
  position: absolute;
  margin-left: 15px;
  list-style: none;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border: none !important;
  min-width: 267px;
  height: auto;
  z-index: 0;
}
.bot_nav_wrap {
  height: 100%;
  position: relative;
  z-index: 0;
  float: left;
}
.menu.nav-menu {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  float: left;
}
.menu.nav-effect.nav-menu {
  margin: 0;
}
@media (min-width: 768px) {
    #navbar.navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-toggle.collapsed {
        display: none;
    }

    .navbar-nav > li {
        float: left;
    }
}

#navbar .menu-item {
  padding: 15px 0px;
}
.menu.nav-menu .menu-item {
    display: inline-block;
}
.navbar-collapse.collapse.in .menu .menu-item {
  text-align: left;
  width: 100%;
}
#navbar ul li,
ol li {
  color: #8b8b8a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.navbar-nav > li > a,
.menu .item a {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 17px !important;
  display: block;
  line-height: 17px;
  position: relative;
  transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}
#navbar .menu-item {
  padding: 15px 0px;
}
#navbar .menu-item > a,
.navbar-nav .search_products a,
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
#navbar ul.menu > .menu-item > a::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 35%;
  position: absolute;
  top: 5px;
  width: 30%;
  opacity: 0;
  transform: scale(0);
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
}
#navbar ul.menu > .menu-item.current-menu-item > a::before,
#navbar ul.menu > .menu-item:hover > a::before {
  opacity: 1;
  transform: scale(1);
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navbar ul li {
  display: inline-block;
}
.navbar ul li ul.sub-menu {
  left: 15px;
  opacity: 0;
  padding-top: 0;
  position: absolute;
  text-align: left;
  top: 180%;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  visibility: hidden;
  width: 200px;
  z-index: 9999;
  transform: scale(0);
  -webkit-transform: scale(0);
}
#navbar .sub-menu,
.navbar ul li ul.sub-menu {
  background-color: #FFFFFF;
}
.navbar ul li ul.sub-menu {
  border-color: #1f7dce;
}
#navbar .sub-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
#navbar ul.sub-menu li a {
  color: #fff;
  display: block;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 400;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
}
#navbar ul.sub-menu li a {
  color: #484848;
}
.mega_menu .cf-mega-menu.sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  min-width: 650px;
  top: 69px;
  left: 12px;
  padding: 15px 50px;
  padding-bottom: 5px;
  text-align: left;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.wpb_column {
  height: auto;
}
.vc_row:after,
.vc_row:before {
  content: " ";
  display: table;
}
.vc_row {
  margin-left: -15px;
  margin-right: -15px;
}
.vc_row {
  background-size: cover;
}
.wpb_row {
  margin-bottom: 80px;
}
body .no-margin {
  margin-bottom: 0;
}
.my-account-navbar {
  padding: 10px 0px;
}
li.nav-menu-account,
.my-account-navbar > ul > li > a {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding: 15px !important;
  display: block;
  line-height: 17px;
  transition: all 250ms ease;
}
.my-account-navbar > ul > li > a {
  padding: 16px 15px !important;
  display: block;
  line-height: 17px;
  transition: all 250ms ease;
}
li#nav-menu-login {
  list-style: none;
  float: right;
}
.bidpro-breadcrumbs {
  padding: 10px 0 0px;
}
.bidpro-breadcrumbs .row {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.bidpro-breadcrumbs .row div {
  padding-left: 0px;
}
.breadcrumb {
  font-size: 16px;
  padding: 0;
  line-height: 30px;
}
.breadcrumb {
  color: #777;
}
.bidpro-breadcrumbs .breadcrumb {
  background: transparent;
  margin-bottom: 0px;
  padding-right: 0;
}
.bidpro-breadcrumbs h1 span,
.bidpro-breadcrumbs h1 {
  font-weight: bold;
  line-height: 35px;
  font-size: 30px;
}
.bidpro-breadcrumbs h1 {
  margin: 5px 0;
}
.high-padding {
  padding: 10px 0;
}
.container.listing-page {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 50px;
}
textarea,
input[type="text"],
input[type="button"],
input[type="search"],
input[type="submit"] {
  -webkit-appearance: none;
}
.sidebar-content .widget-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  margin: 0 0 12px;
  position: relative;
  padding: 0 0 12px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}
.sidebar-content {
  overflow: hidden;
}
.sidebar-content .widget {
  margin-bottom: 40px;
  width: 100%;
}
.sidebar-content .search-field {
  border: 1px solid #e5ecef;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 400;
  width: 100%;
  outline: 0;
}
.sidebar-content .ms-parent {
  width: 100% !important;
  max-width: 100%;
}
.sidebar-content .widget-title::before {
  content: "";
  border-left: 60px solid #2695FF;
  position: absolute;
  left: 0;
  top: auto;
  height: 2px;
  bottom: -2px;
  border-color: #1f7dce;
}
.widget_product_search .screen-reader-text,
.widget_product_search input[type="submit"] {
  display: none;
}
.price_slider_wrapper,
.distance_slider_wrapper {
  padding: 15px 15px 5px 15px;
}
.price_slider_wrapper .noUi-connect,
.distance_slider_wrapper .noUi-connect {
  background: #1f7dce;
}
.price_slider_wrapper .noUi-handle,
.distance_slider_wrapper .noUi-handle {
  outline-color: #1f7dce;
}
.price_slider_amount,
.distance_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: .8751em;
}
.price_slider_amount .price_label,
.distance_slider_amount .price_label,
.price_slider_amount .distance_label,
.distance_slider_amount .distance_label {
  color: #99abb7;
}
.widget_closing_date_filter input {
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 6px;
  padding: 4px 6px;
}
.widget_closing_date_filter input:last-child {
  margin-top: 6px;
}
.bidpro-result-count {
  margin: 7px 0 1em;
  float: left;
}
.bidpro-listing-toolbar-right {
  margin: 0 0 1em;
  float: right;
}
.bidpro-listing-toolbar-right .btn-refresh {
  background: none;
}
.bidpro-listing-toolbar-right .btn-refresh:hover {
  color: #1f7dce;
}
.ordering-select {
  border: transparent;
  border-radius: 4px;
  color: #606060;
  font-weight: 300;
  height: 40px;
  padding: 0;
  background: #fff;
  outline: 0;
  font-size: 15px;
}
ul.column-listing {
  margin: 0 -15px;
  padding: 0;
  list-style: none outside;
  clear: both;
}

ul.column-listing:not(.single-column-listing) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

ul.column-listing::before,
ul.column-listing::after {
  content: ' ';
  display: table;
}
ul.column-listing::after {
  clear: both;
}
ul.column-listing li {
  list-style: none outside;
  position: relative;
  padding: 15px !important;
}
ul.column-listing .item-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 10px;
}
ul.column-listing li a {
  text-decoration: none;
}
ul.column-listing .item-thumbnail no-photo,
.lot-map-preview .item-thumbnail no-photo {
  font-size: 48px;
  width: 100%;
}
ul.column-listing .item-thumbnail img,
.lot-map-preview .item-thumbnail img {
  margin-bottom: 0px;
  transition: all 250ms ease;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: none;
  max-width: 100%;
}
ul.column-listing .item-thumbnail img:hover,
.lot-map-preview .item-thumbnail img:hover {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
ul.column-listing .item-title,
.lot-map-preview .item-title {
  border-top: 1px solid #dfe5e9;
  padding: 20px 20px 0px;
  text-align: center;
  background: #fff;
  margin: 0;
}
ul.column-listing .item-title a,
.lot-map-preview .item-title a {
  align-self: center;
  color: #484848;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  transition: all 250ms ease;
  text-decoration: none;
  display: block;
  line-height: 1.6rem;
  height: 50px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.column-listing .item-title a:hover,
.lot-map-preview .item-title a:hover {
  color: #1f7dce;
}
ul.column-listing .details-price-container,
.lot-map-preview .details-price-container {
  color: #606060;
  font-weight: 300;
}
ul.column-listing .details-item,
.lot-map-preview .details-item {
  font-size: 14px;
  width: 100%;
  text-align: center;
  color: #484848;
  font-weight: 500;
}
ul.column-listing .details-auction-format-container,
.lot-map-preview .details-auction-format-container {
  background-color: #1f7dce;
  font-weight: 600;
  padding: 10px;
}
ul.column-listing .details-auction-format,
.lot-map-preview .details-auction-format {
  font-size: 16px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
ul.column-listing .simple-countdown,
.lot-map-preview .simple-countdown {
  font-weight: bold;
}
ul.column-listing .simple-countdown.last-call,
.lot-map-preview .simple-countdown.last-call {
  background-color: red;
  color: white;
}
ul.column-listing .simple-countdown.extension-secs,
.lot-map-preview .simple-countdown.extension-secs {
  background-color: orange;
  color: white;
}
ul.column-listing .price-amount,
.lot-map-preview .price-amount {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  color: #242424;
}
ul.column-listing .exchange-price-amount,
.lot-map-preview .exchange-price-amount {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #242424;
}
.overlay-container {
  position: relative;
}
.overlay-components {
  /*position: absolute;*/
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  z-index: 234;
}
.overlay-components a.button {
  font-weight: 600;
  border: 0 none;
  border-radius: 50px !important;
  text-transform: uppercase;
  transition: all 250ms ease-in-out 0s;
  -webkit-transition: all 250ms ease-in-out 0s;
  text-align: center;
  padding: 10px 0 !important;
  line-height: 20px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  width: 40px;
  left: auto;
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  color: black;
  font-size: 16px;
}
.overlay-components a.bid-now,
.overlay-components a.view-auction,
.overlay-components a.view-details {
  background: #1f7dce !important;
  color: white;
}
.overlay-components i {
    font-size: 24px;
    line-height: 20px;
    vertical-align: -4px;
}

.detail-buttons {
  display: grid;
  z-index: 234;
  display: flex;
  justify-content: center;
}
.detail-buttons .btn:focus,
.detail-buttons .btn:active:focus,
.detail-buttons .btn.active:focus,
.detail-buttons .btn.focus,
.detail-buttons .btn:active.focus,
.detail-buttons .btn.active.focus {
  outline: none !important;
}
.detail-buttons a.button,
.detail-buttons button.btn {
  border: 0 none;
  border-radius: 25px !important;
  text-transform: uppercase;
  transition: all 250ms ease-in-out 0s;
  -webkit-transition: all 250ms ease-in-out 0s;
  text-align: center;
  padding: 10px 0 !important;
  line-height: 20px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  width: 110px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  left: auto;
  display: inline-block;
  font-size: 11px;
}
.detail-buttons .register-to-bid,
.detail-buttons .login-to-bid {
  margin-left: 5px;
  background: #1f7dce;
  color: white;
}
.detail-buttons .register-to-bid.pending-approval {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.detail-buttons a.bid-live {
  margin-left: 5px;
  background: #1f7dce;
  color: white;
}
.detail-buttons a.view-details,
.detail-buttons a.detail-button {
  background: #1f7dce !important;
  color: white;
}
.detail-buttons .bidding-button {
  margin-left: 5px;
}
.lot-viewer-page .overlay-components {
  position: relative;
  left: 15px;
  top: 0;
}
@media (min-width: 992px) {
  ul.column-listing li.col-md-4 {
    width: 33.3% !important;
  }
}
.thumbnail-and-details {
  border-bottom: 0;
  overflow: hidden;
}
.thumbnail-overlay {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: all 300ms ease-in-out 0ms;
}
.overlay-container .button[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.overlay-components a.button[data-tooltip]:hover:before {
  font-weight: 600;
  border: 0 none;
  border-radius: 30px !important;
  text-transform: uppercase;
  transition: all 250ms ease-in-out 0s;
  -webkit-transition: all 250ms ease-in-out 0s;
  text-align: center;
  padding: 10px 0 !important;
  line-height: 30px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  width: 50px;
  margin-top: 20px !important;
  left: auto;
  display: inline-block;
  background: white;
  color: black;
  font-size: 16px;
}
.title-subtile-holder {
  margin-bottom: 25px;
}
.title-subtile-holder .section-title {
  margin-top: 0;
}
.section-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 0;
}
.section-border {
  width: 100%;
  height: 23px;
  background: url(img/section-border.png) no-repeat center center;
  margin: 5px 0 10px;
}
.section-subtitle {
  color: #8b8b8a;
  font-size: 15px;
  font-weight: 300;
  margin-top: 7px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  margin-top: 5px;
}
.auction-info-list {
  text-align: center;
}

.auction-turnover {
    display:none;
}
.auction-category {
  margin-bottom: 80px;
  min-height: 350px;
}
#lightSlider ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
}
#lightSlider li {
  display: block;
  height: 100%;
  float: left;
  margin-right: 6px;
  cursor: pointer;
}
#lightSlider a.img {
  width: 100%;
  display: block;
}
#lightSlider a.vid {
    height: 100%;
}
#lightSlider img {
  display: block;
  height: auto;
  width: 100%;
}
#lightSlider> li:not(.lslide,.clone):not(:first-child) {
    display: none !important;
}
#lightSlider a.yt-video, #lightSlider li.yt-video {
  height: 100%;
}
#lightSlider a.video {
  width: 100%;
  display: block;
}
#lightSlider video {
  display: block;
  height: 100%;
  width: 100%;
}
.icon-overlay a {
  position: relative;
}
.icon-overlay a:before {
  font-family: 'Font Awesome 5 Free';
  opacity: 0.75;
  position: absolute;
  color: white;
  width: calc(1rem + 1vw + 5px);
  height: calc(1rem + 1vw + 5px);
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: calc(1rem + 1vw);
  line-height: 0;
}
.icon-overlay.thumb-yt-video a:before {
  content: '\f167';
  background-color: #ff0000;
  font-family: 'Font Awesome 5 Brands';
}
.icon-overlay.thumb-360-video a:before {
  content: '\f1b2';
  background-color: #ff9800;
}
.icon-overlay.thumb-video a:before {
  content: '\f04b';
  background-color: #000;
}
.single-item .current-bid {
  margin: 20px 0;
}
.single-item .current-bid h3 {
  text-align: center;
  margin-top: 0;
}
.single-item .current-bid-amount {
  color: #242424;
  font-size: 40px;
  text-align: center;
}
.single-item .current-bid-amount-exchange {
  color: #242424;
  font-size: 30px;
  text-align: center;
}
.single-item .exchange-bid-amount {
  color: #242424;
  font-size: 20px;
  text-align: center;
}
.single-item .amount {
  font-weight: bold;
}
.auction-time-info h3 {
  text-align: center;
}
.auction-countdown {
  max-width: 500px;
  margin: 15px auto;
}
.auction-countdown .counter-value {
  background-color: #eee;
  text-align: center;
  margin: 0 0 5px 0;
  padding: 8px 0;
  font-size: 24px;
  font-weight: bold;
}
.auction-countdown .counter-label {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.auction-countdown.extension-secs .counter-value {
  background-color: orange;
}
.auction-countdown.last-call .counter-value {
  background-color: red;
}
.bidpro div.product .bidpro-tabs ul.tabs.wc-tabs.wc-tabs-8 > li > a,
.bidpro div.product .bidpro-tabs ul.tabs.wc-tabs.wc-tabs-7 > li > a,
.bidpro div.product .bidpro-tabs ul.tabs.wc-tabs.wc-tabs-6 > li > a {
  font-size: 12px;
  padding: 20px 10px;
}
.bidpro div.product .bidpro-tabs ul.tabs.wc-tabs.wc-tabs-8 > li {
  width: 12.5% !important;
}
.bidpro div.product .bidpro-tabs ul.tabs.wc-tabs.wc-tabs-7 > li {
  width: 14.28% !important;
}
.bidpro div.product .bidpro-tabs ul.tabs.wc-tabs.wc-tabs-6 > li {
  width: 16.66% !important;
}
.bidpro div.product .bidpro-tabs ul.tabs.wc-tabs.wc-tabs-5 > li {
  width: 20% !important;
}
.bidpro div.product .bidpro-tabs ul.tabs.wc-tabs.wc-tabs-4 > li {
  width: 25%;
}
.bidpro div.product .bidpro-tabs ul.tabs.wc-tabs.wc-tabs-3 > li {
  width: 33.333% !important;
}
.bidpro div.product .bidpro-tabs ul.tabs.wc-tabs.wc-tabs-2 > li {
  width: 50% !important;
}
.bidpro div.product .bidpro-tabs ul.tabs.wc-tabs.wc-tabs-1 > li {
  width: 100% !important;
}
.bidpro div.product .bidpro-tabs ul.tabs li:last-child {
  border: none !important;
}
.bidpro div.product.product-type-auction .price {
  display: block !important;
}
.bidpro div.product .bidpro-tabs ul.tabs li:first-child {
  margin-left: 0 !important;
}
.bidpro div.product .bidpro-tabs ul.tabs li a {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff !important;
  padding: 20px 30px;
  transition: all 250ms ease;
}
.single.bidpro ul.products li.product .onsale {
  margin-top: 5px;
}
.bidpro-tabs #tab-more_seller_product ul.products li.product.col-md-4 {
  width: 25%;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
/* Auction section */
.bidpro-tabs .auction-history-table td {
  border: 0px !important;
}
h2.auction-status-date,
h2.auction-date-range {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
}
.auction-status-label {
  margin-top: 0;
}
.auction-ends-at {
  font-size: 18px;
  text-align: center;
  padding: 0 0 8px 0;
}
.opening-bid {
  font-size: 20px;
  text-align: center;
  padding: 0 0 12px 0;
}
.exchange-amount {
  font-size: 20px;
  text-align: center;
}
.qty-total {
  font-size: 20px;
  text-align: center;
  padding: 0 0 12px 0;
}
.bidding-actions-container {
  text-align: center;
}
.bidding-actions {
  display: inline-block;
}
.login-to-bid,
.register-to-bid {
  text-align: center;
}
.login-to-bid button,
.register-to-bid button {
  padding: 14px 22px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  background-color: #1f7dce;
}
button.increment-button {
  margin-top: 5px;
  border-radius: 30px;
  background-color: #1f7dce;
}
button.increment-button:focus,
button.increment-button:active {
  outline: none !important;
}
button.increment-button.btn-selected {
  background-color: #eff6fd;
  color: black;
}
input.bid-amount,
input.auto-bid-amount {
  width: 120px;
  border: 1px solid #ccc;
  padding: 5px 2px 6px 2px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  top: 3px;
  text-align: center;
  margin-top: 5px;
  border-radius: 30px;
  outline-style: none;
}
input.auto-bid-amount {
  width: 160px;
  margin-top: 5px;
}
button.bid-button,
button.auto-bid-button {
  font-weight: 600;
  border-radius: 30px;
  padding: 6px 15px;
  color: #fff;
}
button.bid-button:focus,
button.auto-bid-button:focus,
button.bid-button:active,
button.auto-bid-button:active {
  outline: none !important;
}
.thumbnails-col {
  margin-bottom: 20px;
}
.lot-tabs {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-bottom: none;
  margin-top: 45px;
  margin-bottom: 10px;
}
.lot-tabs > li {
  width: 25%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.lot-tabs > li > a {
  margin-right: 1px;
  border: none;
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #1f7dce;
  padding: 10px 15px;
  display: block;

}
.lot-tabs li > a:hover,
.lot-tabs .nav > li > a:focus {
  background: #fff;
  color: #666;
}
.lot-tabs > li.active > a,
.lot-tabs > li.active > a:hover,
.lot-tabs > li.active > a:focus {
  background: #fff;
  border: none;
  color: #1f7dce;
}
.auction-detail-tabs > li {
  width: 25%;
}
@media (max-width: 767px) {
  .lot-tabs > li {
    width: 100% !important;
  }

  .lot-tabs > li > a {
      display: block !important;
  }
}
.auto-bid-cancel {
  text-align: center;
}
.bid-info-undo .alert,
.auto-bid-cancel .alert {
  display: inline-block;
  margin: 20px auto;
  border-radius: 30px;
}
.bid-info-undo .alert .bid-info-self-amount,
.auto-bid-cancel .alert .bid-info-self-amount,
.bid-info-undo .alert .auto-bid-info-amount,
.auto-bid-cancel .alert .auto-bid-info-amount {
  font-size: 14px;
  font-weight: bold;
}
.bid-info-undo .alert a,
.auto-bid-cancel .alert a {
  font-weight: bold;
  font-size: 14px;
  margin-left: 10px;
  border-radius: 30px;
  padding: 4px 15px;
}
.login-dialog-header {
  background: #1f7dce;
  color: white;
}
.modal-centered {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal-centered:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-centered .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.form-control.valid {
  border-color: #28a745;
  padding-right: calc(2.25em);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5625em) center;
  background-size: calc(1.125em) calc(1.125em);
}
.form-control.error {
  border-color: #dc3545;
  padding-right: calc(2.25em);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5625em) center;
  background-size: calc(1.125em) calc(1.125em);
}
label.error {
  display: none;
}
.user-menu {
  width: 245px;
  right: 0;
  left: unset;
  text-align: center;
}
.user-menu li.user-footer {
  display: grid;
  font-size: 14px;
}
.user-menu .user-footer a {
  clear: none;
  padding: 4px 6px;
}
.user-menu .user-header img {
  height: 100px;
  margin-bottom: 6px;
}
.pending-registration {
  text-align: center;
}
.pending-registration .alert {
  display: inline-block;
  border-radius: 30px;
}
.control-label sup,
.form-label sup,
.col-form-label sup {
  color: red;
  font-size: 10px;
}

.s-offscreen {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

@media (min-width: 768px){
    .col-form-label {
        text-align: right;
    }
}

.profile-pic-view {
    display: inline-block;
    width: 64px;
    border-radius: 32px;
    height: 64px;
    margin-right: 8px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.modal-view-terms .modal-dialog,
.modal-view-document .modal-dialog {
  max-width: initial !important;
  max-height: initial !important;
  position: absolute;
  left: 2%;
  width: 95%;
  height: 95%;
  top: 2%;
  margin: 0;
}
.modal-view-terms .modal-dialog .modal-content,
.modal-view-document .modal-dialog .modal-content {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal-view-terms .modal-dialog .modal-body,
.modal-view-document .modal-dialog .modal-body {
  flex: 1 1 100%;
  min-height: 200px;
  padding: 0;
}
.modal-view-terms .modal-dialog .pdf-object,
.modal-view-document .modal-dialog .pdf-object {
  height: 100%;
}
.modal-lot-map .modal-dialog {
  max-width: initial !important;
  max-height: initial !important;
  position: absolute;
  left: 2%;
  width: 95%;
  height: 95%;
  top: 2%;
  margin: 0;
}
.modal-lot-map .modal-dialog .modal-content {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal-lot-map .modal-dialog .modal-body {
  flex: 1 1 100%;
  min-height: 200px;
  padding: 0;
}
.modal-lot-map .modal-dialog .modal-body > div {
  height: 100%;
}
.user-bid-status {
  text-align: center;
}
.user-bid-status .alert {
  display: block;
  border-radius: 0;
  padding: 6px;
}
.user-bid-status .user-latest-bid,
.user-bid-status .user-won-bid {
  background-color: lightgreen;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user-bid-status .else-latest-bid,
.user-bid-status .else-won-bid {
  background-color: palevioletred;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ul.column-listing .details-item.user-bid-status {
  font-weight: bold;
}
ul.column-listing .details-item.user-bid-status.user-latest-bid,
ul.column-listing .details-item.user-bid-status.user-won-bid {
  color: darkgreen;
}
ul.column-listing .details-item.user-bid-status.else-latest-bid,
ul.column-listing .details-item.user-bid-status.else-won-bid {
  color: red;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bid-history-table .bidder-no,
.bid-history-table .bid-amount,
.bid-monitor-table .bidder-no,
.bid-monitor-table .under-bid-amount,
.bid-monitor-table .latest-bid-amount {
  text-align: right;
}
@media (max-width: 967px) {
  .bid-monitor-table td {
    font-size: 10px;
  }
}
.bid-monitor-table .reserve-price > div,
.bid-monitor-table .latest-bid-amount > div,
.bid-monitor-table .under-bid-amount > div {
  white-space: nowrap;
}
.bid-monitor-table tr.totals td {
  background-color: black;
  color: white;
}
.bid-monitor-table tr.highlight {
  font-weight: bold;
}
.bid-history-table .bidder-no {
  width: 120px;
}
.bid-history-table .bid-amount {
  width: 150px;
}
.bid-history-table .self-bid td {
  background-color: #008000;
  color: #fff;
}
.automotive-details-table {
  width: 100%;
  font-size: 12.0pt;
  border: 0;
}
.livestock-details-table {
  width: 100%;
  font-size: 12.0pt;
  border: 0;
}
.lot-viewer-map {
  width: 100%;
  height: 450px;
}
.reserve-price-info {
  font-weight: bold;
  text-align: center;
  color: forestgreen;
}
.reserve-price-not-met {
  color: red;
}
.bid-button {
  margin-top: 5px;
}
.bid-button.btn[disabled] {
  background-color: darkgray;
  color: #555;
  border-color: #ccc;
}
.auto-bidding-toggle {
  margin-left: 10px;
  margin-top: 5px;
  font-weight: 600;
  border-radius: 30px;
  padding: 6px 15px;
}
.auto-bid-enable {
  margin-top: 10px;
}
.auto-bid-button {
  margin-top: 5px;
}
.contact-page-info {
  padding: 60px 40px;
  background-color: #1f7dce;
  color: white;
}
.contact-page h5 {
  line-height: 50px;
  border-bottom: 2px solid #fff;
}
.contact-page-info p {
  line-height: 30px;
  font-size: 18px;
}
.contact-page-info p i {
  display: inline-block;
  width: 25px;
  text-align: center;
  font-size: 20px;
}
.dropdown-hover:hover .dropdown-menu {
  display: grid;
  position: absolute;
}
.dropdown-hover .dropdown-menu > li > a:hover,
.dropdown-hover .dropdown-menu > li > a:focus {
  color: dodgerblue;
}
.youtube-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lot-next-prev-buttons {
  text-align: right;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .lot-next-prev-buttons {
    float: right;
    margin: -5px 0 0 -5px;
  }
}
@media (max-width: 767px) {
  .bidpro-breadcrumbs h1 span,
  .bidpro-breadcrumbs h1 {
    font-size: 24px;
  }
}
#VideoSection {
  text-align: center;
  margin-bottom: 15px;
}
#LiveStreamVideo {
  margin: 15px auto 0 auto;
  width: 100%;
  max-width: 640px;
  max-height: 400px;
}
iframe#LiveStreamVideo {
    aspect-ratio: 16 / 9;
}

#WarningNo {
  padding: 6px;
  font-weight: bold;
  margin-top: 6px;
  font-size: 15px;
  color: white;
}
#WarningNo.warning-1 {
  background-color: #f9cc2a;
  color: #000;
}
#WarningNo.warning-2 {
  background-color: #eb7d13;
  color: white;
}
#WarningNo.warning-3 {
  background: #cc1b1b;
  color: white;
}
.live-display-auction {
  background: #1f7dce;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
}
.live-display-auction img {
  position: absolute;
  left: 70px;
  height: 100%;
  background-color: #fff;
}
#LotViewer .last-bid-type {
  font-size: 130px;
}
.text-green {
  color: #00a65a !important;
}
.text-orange {
  color: #FF851B;
}
.text-purple {
  color: #605ca8;
}
#LotViewer .bidder-type {
  width: 40px;
  text-align: center;
}
#LotViewer .bidder-type i {
  font-size: 20px;
  line-height: 20px;
}
ul.single-column-listing .item-title {
  padding-top: 0;
}
ul.single-column-listing .item-title a {
  height: auto !important;
  min-height: 50px !important;
  max-height: 100px !important;
}

ul.single-column-listing .item-wrapper {
    display: flex;
    flex-direction: row;
}

ul.single-column-listing .item-wrapper > div > div {
  padding-top: 15px;
}
ul.single-column-listing .overlay-components {
  zoom: 0.6;
}
@media (max-width: 767px) {
  ul.single-column-listing .item-title {
    padding-top: 0;
  }
  ul.single-column-listing .item-title a {
    min-height: 0 !important;
    max-height: 32px !important;
    font-size: 12px;
  }
  ul.single-column-listing .detail-buttons {
    display: none;
  }
  ul.single-column-listing .thumbnail-and-details {
    margin-bottom: 15px;
  }
  ul.single-column-listing .details-item {
    font-size: 12px;
  }
}
tr.floor-bid {
  background-color: #eea04e;
}
tr.app-bid {
  background-color: #b3f866;
}
.dash-box {
  text-align: center;
  margin: 15px 0;
  padding: 20px 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.dash-box > i {
  font-size: 42px;
  color: dodgerblue;
}
.dash-box > div {
  font-size: 48px;
  font-weight: bold;
  color: #0b539d;
}
.dash-box > p {
  font-size: 24px;
}
div#primary {
  min-height: 350px;
  padding-bottom: 15px;
}
footer#sitefooter {
  background-color: #ccc;
  text-align: right;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3498db;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
img {
  vertical-align: middle;
}
img {
  border: 0;
}
.auction-category .component .view-details {
  width: 160px;
  left: -20px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
#AuctionDetails #lightSlider li {
  position: relative;
}
#AuctionDetails .lot-detail-link {
  position: absolute;
  top: 10px;
  left: 0px;
  background: #1f7dce;
  color: white;
  border-radius: 0 30px 30px 0;
  padding: 4px 10px;
}

.lotno {
    position: relative;
    top: 5px;
    z-index: 1;
    left: 0px;
    background: #1f7dce;
    color: white;
    border-radius: 0 30px 30px 0;
    padding: 0px 10px;
    width: fit-content;
   
}
.btn-apple,
a.btn-apple {
  color: #fff;
  background-color: #333;
  border-color: #555;
}
.btn-apple:focus,
a.btn-apple:focus,
.btn-apple.focus,
a.btn-apple.focus {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #151515;
}
.btn-apple:hover,
a.btn-apple:hover {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #363636;
}
.btn-apple:active,
a.btn-apple:active,
.btn-apple.active,
a.btn-apple.active,
.open > .dropdown-toggle.btn-apple,
.open > .dropdown-togglea.btn-apple {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #363636;
}
.btn-apple:active:hover,
a.btn-apple:active:hover,
.btn-apple.active:hover,
a.btn-apple.active:hover,
.open > .dropdown-toggle.btn-apple:hover,
.open > .dropdown-togglea.btn-apple:hover,
.btn-apple:active:focus,
a.btn-apple:active:focus,
.btn-apple.active:focus,
a.btn-apple.active:focus,
.open > .dropdown-toggle.btn-apple:focus,
.open > .dropdown-togglea.btn-apple:focus,
.btn-apple:active.focus,
a.btn-apple:active.focus,
.btn-apple.active.focus,
a.btn-apple.active.focus,
.open > .dropdown-toggle.btn-apple.focus,
.open > .dropdown-togglea.btn-apple.focus {
  color: #fff;
  background-color: #080808;
  border-color: #151515;
}
.btn-apple:active,
a.btn-apple:active,
.btn-apple.active,
a.btn-apple.active,
.open > .dropdown-toggle.btn-apple,
.open > .dropdown-togglea.btn-apple {
  background-image: none;
}
.btn-apple.disabled,
a.btn-apple.disabled,
.btn-apple[disabled],
a.btn-apple[disabled],
fieldset[disabled] .btn-apple,
fieldset[disabled] a.btn-apple,
.btn-apple.disabled:hover,
a.btn-apple.disabled:hover,
.btn-apple[disabled]:hover,
a.btn-apple[disabled]:hover,
fieldset[disabled] .btn-apple:hover,
fieldset[disabled] a.btn-apple:hover,
.btn-apple.disabled:focus,
a.btn-apple.disabled:focus,
.btn-apple[disabled]:focus,
a.btn-apple[disabled]:focus,
fieldset[disabled] .btn-apple:focus,
fieldset[disabled] a.btn-apple:focus,
.btn-apple.disabled.focus,
a.btn-apple.disabled.focus,
.btn-apple[disabled].focus,
a.btn-apple[disabled].focus,
fieldset[disabled] .btn-apple.focus,
fieldset[disabled] a.btn-apple.focus,
.btn-apple.disabled:active,
a.btn-apple.disabled:active,
.btn-apple[disabled]:active,
a.btn-apple[disabled]:active,
fieldset[disabled] .btn-apple:active,
fieldset[disabled] a.btn-apple:active,
.btn-apple.disabled.active,
a.btn-apple.disabled.active,
.btn-apple[disabled].active,
a.btn-apple[disabled].active,
fieldset[disabled] .btn-apple.active,
fieldset[disabled] a.btn-apple.active {
  background-color: #333;
  border-color: #555;
}
.btn-apple .badge,
a.btn-apple .badge {
  color: #333;
  background-color: #fff;
}
a.btn-facebook,
a.btn-facebook:visited,
a.btn-google,
a.btn-google:visited {
  color: #fff;
}
.lot-listing .auction-group-title {
  font-size: 20px;
  font-weight: bold;
}
.contact .info-wrap {
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}
.contact .info i {
  font-size: 20px;
  color: #3498db;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf4fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 40px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #384046;
}
.contact .info p {
  padding: 0 0 0 40px;
  margin-bottom: 0;
  font-size: 14px;
  color: #65747f;
}
.contact .info:hover i {
  background: #3498db;
  color: #fff;
}
.contact .landing-contact-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}
.contact .landing-contact-form .form-group {
  padding-bottom: 8px;
}
.contact .landing-contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .landing-contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .landing-contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .landing-contact-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .landing-contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .landing-contact-form input,
.contact .landing-contact-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .landing-contact-form input {
  height: 44px;
}
.contact .landing-contact-form textarea {
  padding: 10px 12px;
}
.contact .landing-contact-form button[type="submit"] {
  background: #3498db;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
contact section-bg {
  background-color: #f7fbfe;
}
.contact .landing-contact-form button[type="submit"]:hover {
  background: #5faee3;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Footer Contact Us */
.contact .info-wrap {
  padding: 30px;
  background: #fff;
  border-radius: 4px;
  text-align: left;
}
.contact .info i {
  font-size: 20px;
  color: #3498db;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf4fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #384046;
  margin-top: 0;
  text-align: left;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #65747f;
  text-align: left;
  overflow-wrap: break-word;
}
.contact .info:hover i {
  background: #3498db;
  color: #fff;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(-10%);
}
.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3498db;
  bottom: 0;
  left: calc(30%);
}
.col-lg-4.info {
  margin-top: 1.5rem !important;
  /*;*/
}
@media (min-width: 1200px) {
  .col-lg-4.info {
    margin-top: 0 !important;
  }
}
.sellmycar-container {
  padding-left: 0;
  padding-right: 0;
  background: url(/Content/frontend/img/sellyourcar-bg.jpg);
  background-position-y: bottom;
}
.sellmycar-container h2 {
  color: #fff;
}
.sellmycar-container .sellmycar-form {
  margin: 3rem;
}
.sellmycar-form select,
.sellmycar-form input[type="number"],
.sellmycar-form input[type="text"],
.sellmycar-form input[type="file"],
.sellmycar-form textarea {
  display: block;
  width: 100%;
  padding: 1rem;
  font-size: 1.6rem;
}
.sellmycar-form textarea {
  resize: none;
}
.sellmycar-form label {
  font-size: 1.6rem;
}
.sellmycar-form label:not(:first-child) {
  margin-top: 2rem;
}
.sellmycar-form input[type="submit"],
.sellmycar-form button {
  margin-top: 2rem;
  width: 100%;
  padding: 1.25rem;
  font-size: 2rem;
  font-weight: 600;
}
.sellmycar-form button.back {
  font-weight: 500;
  background-color: #282f3f;
  color: #fff;
}
@media (max-width: 992px) {
  .sellmycar-container .sellmycar-form {
    margin: 1rem;
  }
  .sellmycar-container h2 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .pagination-buttons div:first-child {
    width: 120px;
  }
  .pagination-buttons div:last-child {
    width: calc(100% - 120px);
  }
}
.sellmylivestock-container {
  padding-left: 0;
  padding-right: 0;
  background: url(/Content/frontend/img/sellyourlivestock-bg.jpg);
  background-position-y: bottom;
  background-size: cover;
}
.sellmylivestock-container h2 {
  color: #fff;
}
.sellmylivestock-container .sellmylivestock-form {
  margin: 3rem;
}
.sellmylivestock-form select,
.sellmylivestock-form input[type="number"],
.sellmylivestock-form input[type="text"],
.sellmylivestock-form input[type="file"],
.sellmylivestock-form textarea {
  display: block;
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
}
.sellmylivestock-form textarea {
  resize: none;
}
.sellmylivestock-form label {
    font-size: 1rem;
    color: #fff;
}
.sellmylivestock-form label:not(:first-child) {
  margin-top: 1rem;
}
.sellmylivestock-form input[type="submit"],
.sellmylivestock-form button {
  margin-top: 2rem;
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
}
.sellmylivestock-form button.back {
  font-weight: 500;
  background-color: #282f3f;
  color: #fff;
}
@media (max-width: 992px) {
  .sellmylivestock-container .sellmylivestock-form {
    margin: 1rem;
  }
  .sellmylivestock-container h2 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .pagination-buttons div:first-child {
    width: 120px;
  }
  .pagination-buttons div:last-child {
    width: calc(100% - 120px);
  }
   
   

.currency-language {
    float: right;
    margin-top: 65px;
    display: flex;
    flex-direction: row;
    font-weight: bold;
    column-gap: 15px;
}

