:root {
	/*--theme-color: #f23d18; // Default Orange Color */
	/* Default towot site theme */
	/*--theme-color: rgb(219, 0, 0);
	--alpha-color: rgba(219,0,0, 0.4);
	--text-dark-color: #b20000;
	--light-color: rgba(219,0,0, 0.2); */
	/* Online car auction theme */
	--theme-color: rgb(146, 0, 8);
	--alpha-color: rgba(111, 173, 214, 0.4);
	--text-dark-color: #333;
	--light-color: rgba(111, 173, 214, 0.2);
}

/*----- SVG ----*/
svg {
	fill: var(--theme-color);
	vertical-align: middle;
}

.filled {
	fill: var(--theme-color);
}

.o-filled {
	stroke: var(--theme-color);
}

.svg-book {
	fill: var(--theme-color);
	fill-rule: evenodd;
}

.svg-social {
	fill: none;
	stroke: var(--theme-color);
	stroke-width: 1px;
}

.svg-social-o {
	fill: var(--theme-color);
}

.invert-color {
	fill: #fff;
}

.cls-2 {
	fill: var(--theme-color);

}




/*----- End SVG ----*/
/**---General-----**/
.contentHolder {
	background-color: #f4f4f4;
	padding-bottom: 30px;
}

.head {
	margin: 0 auto 20px;
}

.main-heading {
	font-weight: 600;
	text-transform: uppercase;
	color: var(--text-dark-color);
	font-size: 24px;
	padding-left: 10px;
	border-left: 5px solid var(--theme-color);
	line-height: 23px;
	margin-top: 52px;
	display: inline-block;
}

.content-section {
	padding: 40px 0px 50px;
	margin-bottom: 100px;
}

.section-head {
	padding-bottom: 5px;
	font-size: 18px;
	color: var(--text-dark-color);
	border-bottom: 1px solid var(--text-dark-color);
	margin-bottom: 22px;
	font-weight: 600;
}

.closeCross {
	margin-right: 10px;
}

#closeCross:hover {
	cursor: pointer;
}

/*----Home Start----**/
#main-carousel .carousel-control {
	display: none;
}

/*#main-carousel, #main-carousel .carousel-inner {
	height: 70vh;
}*/
#main-carousel .carousel-indicators {
	bottom: -36px;
}

#main-carousel .carousel-indicators li,
#main-carousel .carousel-indicators li.active {
	width: 30px;
	height: 3px;
	margin: 0px 3px;
	background-color: var(--alpha-color);
	border: 0px;
	border-radius: 0px;
}

#main-carousel .carousel-indicators li.active {
	background-color: var(--theme-color);
}

#main-carousel .glyphicon-chevron-left:before,
#main-carousel .glyphicon-chevron-right:before,
#imgSlide_content .glyphicon-chevron-left:before,
#imgSlide_content .glyphicon-chevron-right:before {
	content: "";
	display: none;
}

#imgSlide_content.carousel .glyphicon-chevron-left {
	background-image: url(../img/home-prev.png);
}

#imgSlide_content.carousel .glyphicon-chevron-right {
	background-image: url(../img/home-next.png);
}

#imgSlide_content.carousel .glyphicon-chevron-right,
#imgSlide_content.carousel .glyphicon-chevron-left {
	background-size: inherit;
	background-repeat: no-repeat;
	background-position: center 3px;
	height: 25px;
	width: 20px;
}

#imgSlide_content .carousel-indicators li {
	display: none;
}

.search-close {
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 13px;
}

/**---Home Mid Carousel Section---**/
.product-logo {
	border: 1px solid #cecece;
	width: 100%;
}

.product-content h2 {
	font-size: 24px;
	margin: 0 0 13px 0;
	display: inline-block;
	font-weight: 500;
	line-height: 22px;
}

.product-content h3 {
	margin: 0;
	font-size: 23px;
	font-weight: 400;
	text-transform: uppercase;
}

.product-content h3 span {
	font-size: 16px;
	display: block;
}

.product-content p {
	font-size: 14px;
	margin: 0 0 0.8rem 0;
	color: #757575;
	line-height: 15px;
}

.product-content .date {
	font-size: 16px;
	margin: 0 0 11px 0;
	color: var(--text-dark-color);
}

.product-content .info {
	float: right;
	padding: 15px;
	background-color: #757575;
	line-height: 4px;
	color: #fff;
}

.product-content hr {
	margin: 12px auto;
	border-color: #bbbbbb;
}

.showroom-text {
	color: var(--theme-color);
	font-size: 14px;
}

.bg-custom-content {
	background-color: #FFF;
	border: 1px solid #cecece;
	padding: 30px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.bg-custom-content.lane-auction {
	background: #fae2e2 !important;
}

.tab-content {
	margin-top: 25px;
}

/***----Home End-------**/
/**-------Signup---**/
#part1 .sitebtn,
#part2 .sitebtn,
#part4 .sitebtn,
#apply-membership .sitebtn {
	max-width: 120px;
}

#part1 .bordered-btn {
	max-width: 234px;
	vertical-align: middle;
}

.apply-btn {
	height: 52px;
}

/**-------Signup---**/
/**------My Page------**/
.card .img-responsive {
	display: inline-block;
}

.card {
	padding: 30px;
	min-height: 185px;
	max-height: 185px;
	margin: 10px 0px;
	display: block;
}

.card img {
	margin-bottom: 5px;
}

.card p {
	font-weight: 500;
	font-size: 15px;
	color: var(--text-dark-color);
	line-height: 18px;
	margin-top: 11px;
}

.card,
.card:hover {
	transition: all ease-in .2s;
}

.card:hover {
	-webkit-box-shadow: 0px 0px 16px 1px var(--alpha-color);
	-moz-box-shadow: 0px 0px 16px 1px var(--alpha-color);
	box-shadow: 0px 0px 16px 1px var(--alpha-color);
	transform: translateY(-0.1em);
	cursor: pointer;
}

#seller-search {
	background: var(--theme-color);
}

#seller-search .form-section label {
	color: #fff;
	float: left;
	display: inline-block;
	font-size: 28px !important;
	margin-top: 6px;
	font-weight: 400;
}

#seller-search .seller-input {
	margin: 0 10px;
	float: left;
}

#seller-search .seller-input span {
	font-size: 12px;
}

#seller-search .bordered-btn {
	padding: 13px 35px;
	border-color: #fff;
	color: #fff;
	min-height: 52px;
	border-radius: 2px;
}

/**------My Page------**/
/**---Schedule an Auction----**/
.colon-span {
	position: relative;
}

.colon-span:before {
	content: ":";
	position: absolute;
	font-size: 39px;
	left: -12px;
	top: 21px;
}

/**---Schedule an Auction----**/
/**-----Assign Items to AUction---**/
.font-weight {
	font-weight: bold;
}

.stat-box {
	margin-top: -5px;
}

.stat-box h6 {
	margin: 0px 0px;
	font-size: 16px;
	display: inline;
}

.stat-box .orange_msg {
	font-size: 30px;
	vertical-align: middle;
	margin-left: 15px;
}

.table-responsive th .site_checkbox input[type=checkbox]:not(old)+label {
	vertical-align: middle;
	margin-left: 6px;
}

/**-----Assign Items to AUction---**/
/**====--Items in Auctions----=====**/
.table td span.colored-text.bordered-text {
	display: inline-block;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #ccc;
}

/**----Delete Modal----**/
.icon-delete i {
	border: 2px solid var(--theme-color);
	border-radius: 50%;
	padding: 13px 17px 12px;
	color: var(--theme-color);
}

.vMenu-container {
	border: 1px solid var(--text-dark-color);
}

.popup-content-modal {
	padding: 0px;
}

.btn-custom-black {
	background-color: var(--text-dark-color);
	color: #f4f4f4;
	font-size: 16px;
	border: 1px solid var(--text-dark-color);
}

.btn-custom-white {
	background-color: #fff;
	color: var(--text-dark-color);
	font-size: 16px;
	border: 1px solid var(--text-dark-color);
}

.btn-modal-padding-bottom {
	padding-bottom: 20px !important;
}

.bg-custom-content-outer {
	padding: 0 100px;
}

/*******  Css for Selling/Buying Info Page *******/
.tabs-info .nav-tabs,
.tabs-info .parent-btn {
	margin: auto;
	max-width: 1197px;
	padding: 0px 15px;
}

.tabs-info .nav-tabs {
	padding-top: 40px;
	padding-bottom: 40px;
}

.sitetabs {
	margin: 25px -15px 80px;
}

.sitetabs .nav-tabs {
	border: none;
}

.sitetabs li a {
	font-size: 16px;
	color: #757575 !important;
	text-transform: uppercase;
	font-weight: 500;
	border: none !important;
	border-bottom: 4px solid transparent !important;
	padding-bottom: 0px;
	line-height: 26px;
}

.sitetabs li a.active {
	background: transparent !important;
	border: none;
	border-bottom: 4px solid var(--theme-color) !important;
	color: var(--text-dark-color) !important;
}

.video-bg {
	background: url(../img/video_bg.jpg) no-repeat center / cover;
	padding: 40px 0px 100px;
	background-size: cover;
}

.video-bg h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 35px;
}

.video-bg object {
	min-height: 456px;
}

.about-site {
	padding: 60px 0px;
}

.about-site h3 {
	font-size: 24px;
	color: var(--text-dark-color);
	font-weight: 400;
	margin-bottom: 80px;
	line-height: 30px;
}

.auction-box {
	padding: 20px 0px 70px;
}

.auction-box h3 {
	color: var(--theme-color);
	font-size: 35px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin: 0px;
	padding: 20px;
	display: inline-block;
	border: 2px solid var(--theme-color);
}

.box-cover {
	padding: 40px 0px 0px;
}

.box-cover p {
	font-size: 14px;
	margin-top: 30px;
}

.shadow-box {
	padding: 40px 0px;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.25);
}

.shadow-box h6 {
	color: var(--text-dark-color);
	font-weight: 400;
	font-size: 16px;
	margin: 30px 0px;
}

.shadow-box .sitebtn {
	font-size: 35px;
	padding: 0px;
	height: auto;
	margin-top: 15px;
	max-width: 132px;
}

.shadow-box.shadow-box-fix .sitebtn {
	max-width: 100% !important;
}

.counter-num {
	color: #374254;
	padding: 4px 9px;
	display: inline-block;
	border: 1px solid #374254;
	border-radius: 50%;
	font-size: 26px;
	max-width: 49px;
	position: relative;
	margin-top: 13px;
	margin-right: 20px;
}

.counter-num:after {
	content: '';
	position: absolute;
	width: 45px;
	height: 1px;
	background: #374254;
	left: 100%;
	top: 50%;
}

.step-box {
	padding: 20px 0px;
	margin-top: 15px;
}

.step-box h2 {
	color: var(--theme-color);
	font-size: 24px;
	margin: 25px 0px 17px;
}

.step-box p {
	font-size: 14px;
	line-height: 17px;
}

.panel-group .panel {
	border-radius: 0px;
}

.panel-default>.panel-heading {
	/*color: var(--text-dark-color);*/
	background-color: #f4f4f4;
	padding: 20px 15px;
}

.sell-accordion .panel-default>.panel-heading {
	background-color: #fff;
	padding-left: 11%;
}

.panel-body p {
	color: var(--text-dark-color);
	margin-bottom: 15px;
}

.panel-body {
	padding: 22px 15px 10px;
}

.sell-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
}

.sell-accordion .panel-title {
	font-size: 18px;
	font-weight: 600;
}

.sell-accordion .panel-heading {
	position: relative;
}

.sell-accordion .panel-heading .close-btn {
	position: absolute;
	top: 19px;
	border: 1px solid #293448;
	width: 23px;
	text-align: center;
	border-radius: 50%;
	left: 34px;
	height: 23px;
}

.sell-accordion .panel-heading .close-btn i {
	line-height: 21px;
}

/*==================================================
=            Contact Page							=
==================================================*/
.contact-heading {
	color: var(--text-dark-color);
	font-weight: 500;
	font-size: 16px;
}

#contact .sitebtn {
	max-width: 138px;
	margin-top: 18px;
	margin-bottom: 10px;
}

#additional-info .nav-tabs {
	padding: 100px 0px 70px;
}

#additional-info .nav-tabs>li {
	float: none;
	display: inline-block;
	font-weight: 500;
	margin: 0px 21px;
}

.contact-sidebar {
	background: url(../img/contact-sidebar.jpg) no-repeat;
	background-size: cover;
	padding: 253px 0px 254px;
	text-align: center;
}

.contact-sidebar h2 {
	font-size: 45px;
	font-weight: 600;
}

/**-----Buying Info------**/
.carousel-text {
	padding: 100px 0px 50px;
}

#carousel-Controls h4 {
	color: var(--theme-color);
	font-size: 54px;
	line-height: 68px;
	margin-top: -14px;
	font-weight: 400;
}

#carousel-Controls .carousel-control,
#carousel-Controls .carousel-indicators {
	display: none;
}

#carousel-Controls p {
	font-size: 17px;
}

#slide-counter {
	float: left;
	width: 40%;
	text-align: center;
	color: var(--theme-color);
	margin-top: 4px;
	font-size: 16px;
}

.carousel-nav-items .carousel-control-prev,
.carousel-nav-items .carousel-control-next {
	position: relative;
	display: block;
	width: 30%;
	float: left;
	opacity: 1;
}

.carousel-nav-items .carousel-control-prev-icon,
.carousel-nav-items .carousel-control-next-icon {
	width: 100%;
	height: 30px;
	display: block;
}

.carousel-nav-items .carousel-control-prev .carousel-control-prev-icon {
	background: url(../img/carousel-left.png) no-repeat center center;
}

.carousel-nav-items .carousel-control-next .carousel-control-next-icon {
	background: url(../img/carousel-right.png) no-repeat center center;
}

.carousel-text .row {
	position: relative;
}

.carousel-text .col-md-2 {
	position: absolute;
	bottom: 0px;
	right: 15px;
}

/**----Showroom---**/
.showroom-header {
	background: url(../img/showroom-header.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 0px 15px;
}

.showroom-header h4 {
	font-size: 19px;
}

.showroom-header p {
	font-size: 15px;
	font-weight: 300;
}

.head-strip {
	padding: 15px 0px;
}

.head-strip .sitebtn,
.showroom-sub .sitebtn {
	max-width: 150px;
}

.head-strip img {
	margin-top: -126px;
}

.timer {
	max-width: 40px;
	display: inline-block;
	width: 100%;
	border: 2px dotted #d4d4d4;
	text-align: center;
	border-radius: 5px;
	margin-right: 4px;
	padding: 5px 0px;
	vertical-align: middle;
	background: #fff;
}

.timer h2 {
	font-size: 24px;
}

.timer p {
	font-size: 10px;
}

.showroom-sub h6 {
	font-size: 16px;
	margin-bottom: 4px;
}

.showroom-box.bg-custom-content {
	padding: 18px;
}

.showroom-box .form-elements,
.showroom-box .form-row {
	border-color: #e8e8e8;
}

.showroom-box h6 {
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 15px;
	cursor: default;
}

.showroom-box .form-elements p {
	margin: 5px 0px;
}

.showroom-box .form-elements p.orange_msg {
	font-weight: 500;
}

.showroom-box img.img-responsive {
	width: 100%;
}

.showroom-box-Updated img.img-responsive {
	object-fit: cover;
}

.showroom-description {
	position: relative;
}

.tooltip-description {
	position: absolute;
	background: #fff;
	padding: 10px;
	max-width: 259px;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #cecece;
	top: 24px;
	z-index: 99;
	opacity: 0;
	display: none;
	transition: all ease-in .3s;
}

.showroom-description:hover .tooltip-description {
	opacity: 1;
	transition: all ease-in .2s;
	display: block;
}

.tooltip-description li {
	border-bottom: 1px solid #eaeaea;
	padding: 5px 0px;
	font-size: 12px;
	color: #757575;
	/* background:url(../img/bullet.png) no-repeat left center; */
	padding-left: 17px;
	position: relative;
}

.tooltip-description li:before {
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	position: absolute;
	left: 3px;
	top: 8px;
	color: var(--theme-color);
}

.tooltip-description li:last-child {
	border: 0px;
}

.tooltip-description:before {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	bottom: 100%;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #cecece;
}

.tooltip-description:after {
	content: '';
	display: block;
	position: absolute;
	left: 11px;
	bottom: 100%;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-bottom-color: white;
}

/***------Real Time Auction----**/
.realtime-header {
	background: url(../img/auction-bg.png) no-repeat center center;
	background-size: cover;
	padding: 15px 0px;
}

.realtime-header h4 {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin: 15px 0px 10px;
}

.content-screen h5,
.content-screen h4,
.content-screen h3 {
	color: var(--text-dark-color);
}

.fixed-screen {
	padding: 20px;
}

.fixed-screen.fixed-screen-real-time {
	padding: 20px 0 0 0px;
}

.content-screen {
	padding: 100px 80px;
}

.content-screen h3 {
	font-size: 25px;
	font-weight: 600;
}

.content-screen h5 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 5px;
}

.content-screen h4 {
	font-size: 20px;
}

.auction-timer {
	background: var(--text-dark-color);
	max-width: 210px;
	margin: auto;
	border-radius: 22px;
	padding: 25px 0px;
	-webkit-box-shadow: 9px 9px 15px -8px rgba(0, 0, 0, 0.37);
	-moz-box-shadow: 9px 9px 15px -8px rgba(0, 0, 0, 0.37);
	box-shadow: 9px 9px 15px -8px rgba(0, 0, 0, 0.37);
}

.realtime-screen-2 .auction-timer {
	padding: 3px 0px;
}

.border-box {
	border: 1px solid #cccccc;
	float: left;
	width: 100%;
}

.border-box-red {
	border: 1px solid rgb(146, 0, 8);
	float: left;
	width: 100%;
}

.background-popup-details {
	background: #f4f4f4;
}

.info-box {
	border-right: 1px solid #ccc;
	padding: 5px 0px;
}

.info-box:last-child {
	border: 0px;
}

.info-box h3 {
	margin-top: 10px;
	font-size: 36px;
	line-height: 38px;
}

.info-box h5 {
	font-size: 16px;
}

.info-box .red {
	color: #fd4b54;
}

.info-box .green {
	color: #36982e;
}

.info-box .yellow {
	color: #f7ab58;
}

.green-bg {
	background-color: #8dbede;
}

.blue-bg {
	background-color: #72c3d4;
}

.realtime-screen .border-box-custom {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #fff;
}

h4.heading-auction .pull-right.border-box {
	position: absolute;
	right: 0;
	bottom: 0px;
	max-width: 60%;
	border-bottom: 0px;
}

h4.heading-auction .border-box-custom .info-box {
	background: #fff;
	padding: 3px 0px;
}

h4.heading-auction .border-box-custom .info-box img {
	width: 25px;
}

h4.heading-auction .border-box-custom .info-box h3 {
	font-size: 23px;
	margin: 0;
	padding: 0;
	line-height: inherit;

}

h4.heading-auction .border-box-custom .info-box h5 {
	font-size: 13.5px;
	margin: 0px;

}

h4.heading-auction {
	font-weight: 600;
	font-size: 19px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
	position: relative;
	padding-left: 10px;
}

.realtime-screen .message-info {
	padding: 4px 10px;
	display: block;
	float: right;
	border-radius: 5px;
	font-size: 13px;
	color: var(--text-dark-color);
	clear: both;
	margin-bottom: 7px;
	width: 48%;
}

.realtime-screen .message-info.by-you {
	float: right;
}

.realtime-screen .screen-scroll {
	height: 280px;
	overflow-y: scroll;
	padding-left: 10px;
}

.scroll-cover {
	position: relative;
}

.m-none {
	margin-top: 0px;
	margin-bottom: 6px;
}

.bid-btn {
	max-width: 120px;
	padding-top: 18px !important;
	height: 70px;
	font-size: 22px;
	font-weight: 500;
}

.bid-btn[disabled] {
	cursor: default;
	pointer-events: none;
}

.bid-btn:not(.bordered-btn):active,
.bid-btn:not(.bordered-btn):focus,
.bid-btn:not(.bordered-btn).active {
	background: #fff !important;
	color: var(--theme-color) !important;
}

.bid-btn.bordered-btn:active,
.bid-btn.bordered-btn:focus,
.bid-btn.bordered-btn.active {
	background: var(--theme-color) !important;
	color: #fff !important;
}

.bid-btn.bordered-btn {
	margin-right: 16px;
}

.bid-btn.powerbid-btn {
	background: url(../img/yellow-lightning-btn.png) no-repeat;
	background-position: center center;
	background-size: 45%;
	background-color: transparent;
	color: #293448 !important;
	border: 2px solid #293448 !important;
}

.bid-btn.powerbid-btn:active,
.bid-btn.powerbid-btn:hover {
	background-color: #293448 !important;
	color: #fff !important;
}

/*a.sitebtn.bid-btn:not(.bordered-btn) {
	position: relative;	
}
a.sitebtn.bid-btn:not(.bordered-btn):before {
    content: "☆ Power Bid";
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    text-align: center;
}*/
.overlay-screen {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0, 0, 0, .7);
}

.overlay-align {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.shaded-border-3 {
	width: 100px;
	height: 100px;
	color: #f7ab58;
	background: var(--text-dark-color);
	text-align: center;
	font-size: 46px;
	font-weight: 700;
	border-radius: 50%;
	padding-top: 8px;
	border: 10px solid #aeafb1;
}

.shaded-border-2 {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 10px solid #97989a;
}

.shaded-border-1 {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 10px solid #7c7c7d;
}

.sold-text h2 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #5eb757;
}

/**-----Invoice----**/
#invoice hr {
	border-color: #b9b9b9;
}

#invoice .sitebtn {
	max-width: 150px;
}

#invoice h4 {
	font-size: 20px;
}

#invoice p:not(.theme-colored) {
	color: #6d6d6d;
	font-weight: 600;
	line-height: 20px;
}

#invoice h5 {
	font-size: 16px;
	margin: 8px 0px;
	font-weight: 400;
}

#invoice h5 strong {
	font-weight: 600;
}

/**---Cart----**/
.cart-table td {
	font-size: 14px;
}

.cart-table thead:last-child th:not(.no-border) {
	border-top: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
}

.cart-table .text-right {
	text-align: right !important;
}

.cart-table th strong {
	font-weight: 900;
}

/**-----Checkout----**/
.checkout-info h4 {
	font-size: 16px;
}

.checkout-info p {
	font-size: 14px;
	color: #98999b;
	font-weight: 500;
}

.checkout-info p a.orange_msg {
	text-decoration: underline;
}

/**---Public Auction Live---**/
.auction-list label {
	margin-top: 10px;
}

.auction-list .select_option {
	display: inline-block;
	width: calc(100% - 90px);
	margin-left: 12px;
}

.auction-list .select_option select {
	height: 40px !important;
}

#widthSelect {
	height: 40px !important;
	width: 60px;
}

.timer-auction {
	width: 50%;
	height: 100%;
	display: flex;
	align-self: center;
	/* align-items: center; */
	position: absolute;
	justify-content: center;
	top: 128px;
}


/**---Vehicle Detail Screen----**/
.vehicle-box {
	border: 1px solid #ebebeb;
	margin-top: 30px;
	padding: 20px 15px;
}

.vehicle-box.less-padding {
	padding: 10px 5px 22px;
}

h4.bid-heading {
	margin: 0;
	font-size: 13px;
}

.money-icon {
	display: inline-block;
	margin: 0px 20px;
	transition: all ease-in .1s;
	cursor: pointer;
}

.money-icon:hover {
	transform: translateY(-0.1em);
	transition: all ease-in .2s;
}

.item-details-scroller {
	overflow: hidden;
	height: 400px;
	overflow-y: auto;
}

.item-details-scroller2auction-timer.text-center.mtop-50 {
	overflow: hidden;
	height: 200px;
	overflow-y: auto;
}

.item-details-scroller2 {
	overflow: hidden;
	height: 250px;
	overflow-y: auto;
}

.description-auction-title {
	background: rgb(146, 0, 8);
	color: #fff;
}

#vehicle-details-table tr:nth-child(even) {
	background-color: #f4f4f4;
}

.description-auction-title .modal-body h5 {
	color: #fff;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
}

.item-details-scroller .tabs-info .nav-tabs {
	padding-top: 10px;
}

.padding-bottom-0 {
	padding-bottom: 0;
}



.vehicle-details .tabs-info .nav-tabs {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 0px;
	padding-left: 0px;
}

.vehicle-details table td {
	font-size: 12px;
	color: #4d4d4d;
	border-color: #e6e6e6;
}

.vehicle-details table tr td:first-child {
	font-weight: 800;
}

.vehicle-details table tr:first-child td {
	border-top: 0px;
}

.vehicle-details .nav-tabs>li {
	font-weight: 500;
}

.vehicle-details .nav-tabs>li>a {
	padding: 1px 24px;
}

.vehicle-box .bidding-amount .form-control {
	height: 40px;
	font-size: 18px;
	color: var(--text-dark-color);
	border-radius: 0px;
}

/**-Auction Details---**/
.table-border {
	border: 1px solid var(--text-dark-color);
}

.cover-buttons {
	padding: 15px 0px;
}

.cover-buttons .sitebtn span,
.cover-buttons .sitebtn i {
	display: block;
}

.cover-buttons span {
	font-size: 12px;
	margin-top: 5px;
	line-height: 15px;
}

.cover-buttons .sitebtn {
	height: 75px;
	max-width: 97px;
	background: #f4f4f4;
	border-color: #f4f4f4;
	padding: 19px 0px;
	margin: 0px 3px;
}

.cover-buttons .sitebtn:hover {
	border: 1px solid var(--text-dark-color);
}

.cover-buttons .sitebtn i {
	color: var(--text-dark-color);
}

.cover-buttons .sitebtn span {
	color: var(--text-dark-color);
}

/**----Pagination----**/
.pagination {
	padding-top: 50px;
	padding-bottom: 78px;
}

.pagination>li {
	display: inline-block;
}

.pagination>li>a {
	margin: 0 6px;
	padding: 15px 0px;
	line-height: 9px;
	width: 40px;
	color: var(--text-dark-color);
	background: #cdcdcd;
	font-weight: 500;
	font-size: 14px;
	max-width: 40px;
	text-align: center;
	border-radius: 50%;
}

.pagination>li>a:hover,
.pagination>li.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus {
	background: var(--theme-color);
	color: #fff;
	border-color: transparent;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: var(--text-dark-color);
	background-color: #cdcdcd;
	border-color: #ddd;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
	border-radius: 30px;
	padding: 15px;
	line-height: 9px;
	color: var(--text-dark-color);
	background: #cdcdcd;
	font-weight: 500;
	font-size: 14px;
	max-width: 100%;
	width: 100%;
}

.pagination>li:first-child>a img,
.pagination>li:last-child>a img {
	margin-top: -2px;
}

.pagination-bottom li.buffer {
	padding-top: 6px;
	margin: 0px 20px;
}

.display-list {
	position: absolute;
	right: 0px;
	top: 14px;
}

.display-list label {
	margin: 14px;
}

/**----Pagination----**/

#public-auction .table thead th {
	vertical-align: middle;
	font-size: 12px;
}

/*==================================================
=           Progress Bar CSS             =
==================================================*/


/*form styles*/
#stepsBar {
	width: 60%;
	margin: 50px auto 0px;
	text-align: center;
	position: relative;
	z-index: 2;
}

#stepsBar fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	position: relative;
}

/*Hide all except first fieldset*/
#stepsBar fieldset:not(:first-of-type) {
	display: none;
}

/*inputs*/
#stepsBar input,
#stepsBar textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}

/*buttons*/
#stepsBar .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}

#stepsBar .action-button:hover,
#stepsBar .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}

.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
}

#progressbar li {
	list-style-type: none;
	color: var(--text-dark-color);
	text-transform: uppercase;
	font-size: 14px;
	width: 33%;
	float: left;
	position: relative;
}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 40px;
	line-height: 35px;
	display: block;
	font-size: 20px;
	color: #878a8e;
	background: white;
	border-radius: 26px;
	margin: 0 auto 10px auto;
	border: 2px solid white;
}

/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 6px;
	background: white;
	position: absolute;
	left: -50%;
	top: 16px;
	z-index: -1;
}

#progressbar li:first-child:after {
	content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
	background: var(--theme-color);
	color: white;
}

/*==================================================
=           Registration Page CSS             =
==================================================*/
/****** LOGIN MODAL ******/
.modal-lg {
	width: 800px;
}

.loginmodal-container {
	max-width: 300px;
	width: 100% !important;
	margin: 0 auto;
	border-radius: 2px;
	overflow: hidden;
	clear: both;
}

.loginmodal-container h5 {
	font-size: 1.8em;
}

.loginmodal-container input[type=submit] {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
	background-color: var(--theme-color);
	font-size: 20px;
}

.modal-dialog.modal-lg .sitebtn {
	max-width: 100%;
	border-radius: 4px;
	height: 50px;
	font-size: 24px;
}

.modal-dialog p {
	/*color: #ababab;*/
	font-size: 15px;
	line-height: 18px;
	text-align: justify;
	font-weight: 300;
	margin: 20px 0px;
}

.loginmodal {
	text-align: center;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	height: 36px;
	padding: 0 8px;
}

.loginmodal-submit {
	border: 0px;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	background-color: #4d90fe;
	padding: 17px 0px;
	font-size: 14px;
}

.loginmodal-submit:hover {
	border: 0px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	background-color: #357ae8;
}

.loginmodal-container a {
	text-decoration: none;
	color: #666;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	opacity: 0.6;
	transition: opacity ease 0.5s;
}

.login-help {
	font-size: 12px;
	text-align: center;
	color: #c5c5c5;
	margin-top: 20px;
}

.login-help a {
	font-size: 12px;
	text-align: center;
	color: #96999f !important;
	font-weight: bold !important;
}

.right-colorRed-modal {
	color: #f00 !important;
}

/**---Auction Detail Modal---**/
#detail-modal {
	padding: 15px;
}


#detail-modal h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

#detail-modal .col-md-3 img.img-border {
	width: 100%;
}

#detail-modal h3 {
	font-size: 20px;
}

#detail-modal .scroll-details {
	margin-top: 30px;
	height: 346px;
	margin-bottom: 20px;
	overflow-y: scroll;
}

#detail-modal .scroll-details p {
	margin: 0px;
	font-size: 14px;
	text-align: inherit;
	color: #757575;
	margin-bottom: 20px;
}

#detail-modal label {
	margin: 0px;
}

#detail-modal .main-heading {
	font-size: 19px;
	line-height: 19px;
	margin-top: 30px;
}

#detail-modal .auction-info-details p {
	font-weight: 500;
	margin: 4px 0px;
	font-size: 13px;
}

#detail-modal p a {
	color: #0e4cb1;
	text-decoration: underline;
}

#detail-map {
	width: 100%;
	height: 217px;
	margin-top: 12px;
}

#detail-map .img-border {
	height: 217px !important;
}

#detail-map img {
	width: 100%;
}

/* _---------------- End Modal Css ---------------- */


/*==================================================
=            Sign Up            =
==================================================*/
.signup_container {
	margin-bottom: 20px;
}

.signup_dropdown {
	left: 0px;
}

.signup_Buyer_dropdown {
	width: 280px;
	text-align: left;
}

.signup_Buyer_creditcard_dropdown {
	width: 100px;
	text-align: left;
}

.signup_2_dropdown {
	width: 100px;
	text-align: left;
}

.signup_2_dropdown_last {
	width: 100px;
	text-align: left;
	margin-left: 48px;
}

.signup_Buyer_textField {
	width: 100%;
	color: var(--theme-color) !important;
	background-color: #f5f5f5 !important;
	border-color: #f5f5f5 !important;
	height: 50px;
}

.signup-reg-pro hr {
	width: 50%;
	margin: 0 auto;
	height: 10px;
	background: red;
}

.signup-reg-pro {
	padding: 30px 0;
}

.signup_bottom_button_msg {
	color: #98999b;
	font-size: 12px;
	margin-top: 10px;
}

.signup_outline_button {
	color: var(--theme-color) !important;
	border-color: var(--theme-color) !important;
}

.signup_outline_button:hover {
	color: #FFF !important;
	background-color: var(--theme-color) !important;
	border-color: var(--theme-color) !important;
}

.signup_outline_button_normal {
	color: #FFF !important;
	background-color: var(--theme-color) !important;
}

.signup_outline_button_normal:hover {
	color: var(--theme-color) !important;
	background-color: #FFF !important;
	border-color: var(--theme-color) !important;
}

.security-code {
	width: 180px;
}

.btn-custom-submit-regis-Coupon {
	margin-top: 0px;
	background-color: var(--theme-color);
	width: 90px;
	height: 52px;
	text-align: center;
	color: #fff;
}

.couponCode_textfield {
	width: 150px;
	margin: 0px !important;
}

.btn-custom-submit-subscribe {
	background-color: var(--theme-color);
	width: 150 px;
	height: 38px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

/*==================================================
=            Contact Page							=
==================================================*/

/* Accordian header click */
.accord-head>a {
	display: inline-block;
	width: 100%;
	padding: 0.75rem 1.25rem;
	color: #000 !important;
	text-decoration: none
}

.accord-head>a:hover {
	text-decoration: none
}

.card-header {
	padding: 0;
}

#accordion-FAQ>.card {
	margin-bottom: 5px;
}

#accordion-BFQ>.card {
	margin-bottom: 5px;
}

.button_text {
	color: var(--text-dark-color);
	background-color: #FFF;
	border-color: #FFF;
	margin-top: 33px;
	padding: 0px 0px 0px 7px;
	text-decoration: underline;
}

.button_text:focus {
	box-shadow: none !important;
}

.button_text:hover {
	color: #000;
	background-color: #FFF;
	border-color: #FFF;
}

/* End Accordian header click */

/*==================================================
=            Buyer Info             =
==================================================*/



/*==================================================
=           Privacy Policy and Terms of Use             =
==================================================*/

.content-bulk p {
	font-size: 15px;
	margin-bottom: 25px;
}

.form-section .row .col-lg-5 {
	flex: 0 0 45.167%;
	max-width: 45.167%;
}

.form-section .row .col-2.middle_gap,
.form-section .row .col-lg-2.middle_gap {
	flex: 0 0 9.667%;
	max-width: 9.667%;
}

.greyColorSelect {
	color: #999 !important;
}

.div_block .site_checkbox {
	display: block;
}

/*==================================================
=            Schedule an Auction            =
==================================================*/

/*==================================================
=            Edit/View Your Vehicle             =
==================================================*/

.list-box p {
	color: #98999b;
	font-size: 14px;
}

.orange-select {
	min-width: 60px;
}

.orange-select select {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='96.154px' height='96.154px' viewBox='0 0 96.154 96.154' style='enable-background:new 0 0 96.154 96.154;' xml:space='preserve'><g><path fill='rgb(0, 106, 180)' d='M0.561,20.971l45.951,57.605c0.76,0.951,2.367,0.951,3.127,0l45.956-57.609c0.547-0.689,0.709-1.716,0.414-2.61 c-0.061-0.187-0.129-0.33-0.186-0.437c-0.351-0.65-1.025-1.056-1.765-1.056H2.093c-0.736,0-1.414,0.405-1.762,1.056 c-0.059,0.109-0.127,0.253-0.184,0.426C-0.15,19.251,0.011,20.28,0.561,20.971z'/></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>");
	background-repeat: no-repeat;
	background-position: 81% center;
	background-size: 8px;
}

.orange-select select.form-control {
	color: #292b2c !important;
}

/* End Form Elements */
/*==================================================
=           Table CSS           =
==================================================*/

/*==================================================
=           User Settings and Company Information  =
==================================================*/
.bg-custom-content-USCI {
	background-color: #FFF;
	border: 1px solid #cecece;
	padding: 40px;
	/*margin-bottom:20px;*/
	margin-top: 20px;
	width: 80% !important
}

.bg-custom-content-USCIHeading {
	border-left: solid var(--theme-color);
	width: 80%;
}

.USCI_Password_Reset {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: 15px 0px 0px 0px;
}

.USCI_text_Align_Middle_in_Div {
	padding: 35px 0px 0px 0px;
}

.noCharge a {
	text-decoration: none;
	color: var(--theme-color);
	border-bottom: 1px solid var(--theme-color);
}

.USCI_p_under {
	margin-bottom: 0px !important;
	font-size: 11px;
	color: #98999b;
	margin-top: 6px;
}

.small-upload .upload_img {
	padding: 5px 15px;
	margin-top: 7px;
}


/*==================================================
=            My Winning Bids            =
==================================================*/
.winning-bids .select_option {
	max-width: 186px;
	width: 100%;
}

.winning-bids .big-btn {
	max-width: 186px;
	height: 52px;
	padding: 13px 0px;
}

.auction-modal .close {
	border: 2px solid #333;
	width: 25px;
	height: 25px;
	display: block;
	background-position: center !important;
	border-radius: 50%;
	background-size: 56% !important;
	background-color: #fff !important;
	position: fixed;
	z-index: 99;
	margin-top: -10px;
}

.auction-modal .close:hover,
.auction-modal .close:active,
.auction-modal .close:focus {
	opacity: 1;
	outline: none;
}

.overflow-none {
	overflow: hidden !important;
}


a.sitebtn.lightening-btn {
	max-width: 203px;
	vertical-align: middle;
}

.realtime-header img {
	max-height: 160px;
}

.hide-menu header,
.hide-menu footer {
	display: none !important;
}

.hide-menu div[ui-view="body"] {
	padding-top: 0;
}

td span i.fa-info-circle {
	font-size: 17px;
}

tr.show-on-sm {
	display: none !important;
}

.select_option select.present-class {
	color: #00ff7e !important;
}

.select_option select.absent-class {
	color: red !important;
}

.select_option select.restock-class {
	color: green !important;
}

.users-lane-table .sitebtn {
	width: 34px;
	color: #fff;
}

.users-lane-table .sitebtn:hover {
	color: var(--theme-color);
}

.print-box {
	text-align: center;
	width: 100%;
}

.show-description-box {
	text-align: center;
	max-width: 400px;
	margin: auto;
	padding: 15px;
	background: #f6f6f6;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-bottom: 15px;
}

.show-description-box p {
	color: #2a2a2a;
	line-height: 22px;
	font-size: 13.7px;
	margin: 10px 0;
	font-weight: 400;
}

.show-description-box p strong {
	font-weight: 800;
	letter-spacing: 0.5px;
	font-size: 14px;
}

.sitebtn.red-btn {
	background: #a94442;
	border: 1px solid #a94442;
}

.sitebtn.red-btn:hover {
	color: #a94442;
	background: transparent;
}

.hover-standout {
	overflow: hidden;
}

.sitebtn.red-btn span {
	font-size: 11px;
	font-weight: 500;
}

.hover-standout tbody tr td {
	transition: all 0.2s ease-in-out;
}

.hover-standout tbody tr:hover td {
	transform: scale(1.3);
}

.settings-tab li {
	width: 50%;
}

.settings-tab li:first-child {
	padding-right: 10px;
}

.settings-tab li:last-child {
	padding-left: 10px;
}

.settings-tab li:not(.active) {
	background: #f8f8f8;
}

.settings-tab li.error-tab {
	background: #fae2e2;
}

.settings-tab li.error-tab a {
	color: #a94442;
}

.branding-timertext {
	position: relative;
}

.branding-timertext:before {
	content: '';
	/*background: url(../img/logo-behind-timer.jpeg) no-repeat;*/
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	width: 100%;
	background-size: contain;
	background-color: #f4f4f4;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
	opacity: 0.5;
	height: 267px;
}

.branding-timertext span {
	position: relative;
	z-index: 2;
	font-size: 120px;
	line-height: 273px;
}

.show-desktop {
	display: block;
}

.show-mobile {
	display: none;
}

.bg-red {
	background: rgb(146, 0, 8);
}

.lblredrp {
	color: rgb(146, 0, 8);
	margin-bottom: 0;
	font-size: 13px;
	font-style: italic;
}

.lblgreenrp {
	color: #36982e;
	margin-bottom: 0;
	font-size: 13px;
	font-style: italic;
}

/*==================================================
=            Bootstrap  Media Queries             =
==================================================*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1360px) {
	.main-nav {
		margin-right: 8%;
	}

	.nav>li>a {
		padding: 16px 12px;
	}

	.main-nav>li>a {
		margin: 0px 5px;
	}

	#navbar {
		margin-top: 16px;
	}
}

@media only screen and (max-width : 1200px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}

	.pad-right-50 {
		padding-right: 15px;
	}

	.pad-left-50 {
		padding-left: 15px;
	}

	.stat-box h6 {
		display: block;
		width: 80px;
		margin: auto;
	}
}

@media screen and (max-width:1199px) {
	.main-nav {
		margin-right: 4%;
	}

	.nav>li>a {
		padding: 16px 10px;
	}
}

@media (max-width: 1024px) {

	.show-desktop {
		display: none;
	}

	.show-mobile {
		display: block;
	}

	.btn-lenght {
		width: 250px;
	}

	.pr-0 {
		padding-left: 0px;
	}

	.pl-0 {
		padding-right: 0px;
	}

	.navbar-header {
		float: none;
		width: 100%;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
	}

	.navbar-nav {
		float: none !important;
		margin: 7.5px -15px;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-collapse {
		width: 100%;
	}

	.navbar-default .navbar-nav>li>a {
		border-bottom: solid transparent;
	}

	header .navbar-nav .show .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none;
	}

	.navbar-nav .dropdown>.dropdown-toggle {
		margin-bottom: 0px;
	}

	nav.navbar li a {
		font-size: 14px;
	}

	.nav .open>a,
	.nav .open>a:hover,
	.nav .open>a:focus {
		border-color: var(--theme-color);
	}

	.navbar-toggle {
		margin-top: 17px;
		margin-right: 0px;
	}

	.video-bg object {
		min-height: 341px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {}

@media screen and (max-width:991px) {
	#div-item-detail-screen .slider-single .slick-track>div img {
		/*height: auto !important;*/
	}

	.modal {
		padding: 50px 10px;
	}

	.center-mobile {
		text-align: center;
	}

	.img-responsive {
		display: inline;
	}

	.sitebtn {
		padding-top: 8px;
		font-size: 14px;
	}

	.form-section select.form-control {
		font-size: 14px;
	}

	.product-content {
		margin: 40px 0px;
	}

	footer .arrow-button-bottom {
		padding-right: 10px;
	}

	.col-sm-3.pad-left-0.pad-right-0 {
		padding-right: 15px;
	}

	#schedule-an-auction .form-section .form-group {
		margin-bottom: 0px;
	}

	.apply-btn {
		float: right;
		height: 52px;
		margin-top: -52px;
	}

	input[type="submit"].sitebtn {
		padding-top: 0px;
	}

	.modal-dialog.modal-lg .modal-content {
		min-height: 350px;
	}

	.modal-dialog {
		width: 600px !important;
	}

	.modal-dialog.modal-lg .modal-content {
		min-height: 385px;
	}

	.loginmodal-container.form-section.mtop-50 {
		margin-top: 0px !important;
	}

	.modal-dialog p {
		font-size: 12px;
	}

	.modal-dialog.modal-lg .ng-toast.ng-toast--top {
		width: 70% !important;
		top: -5px !important;
		bottom: auto !important;
		right: auto !important;
		left: 0px !important;
	}

	.modal-sm .loginmodal-container {
		max-width: 100%;
	}

	.step-box .img-responsive {
		margin: auto;
	}

	#carousel-Controls .text-caption.text-left {
		text-align: center;
	}

	#carousel-Controls h4 {
		margin-top: 10px;
	}

	#carousel-Controls .img-responsive {
		margin: auto;
	}

	.carousel-text .col-md-2 {
		bottom: -45px;
		width: 100%;
	}

	#cart .apply-btn {
		max-width: 100px;
	}

	/*** UI issues device ***/
	.bg-custom-content.showroom-box-Updated .showroom-description {
		border: 1px solid #a6a6a6;
		margin-top: -1px;
		padding-left: 5px;
	}

	.vehicle-detail .vehicle-box {
		padding: 10px;
	}

	.mt-sm-0 {
		margin-top: 0px !important;
	}

	.money-icon {
		margin: 0px 8px;
	}

	.money-icon img {
		height: 46px;
	}

	.bidding-amount .btn.sitebtn {
		max-width: 150px;
	}

	.pl-sm-0 {
		padding-left: 0px !important;
	}

	.content-section.vehicle-detail {
		padding: 40px 0px 20px;
		margin-bottom: 0px;
	}

	.show-on-desktop {
		display: none !important;
	}

	tr.show-on-sm {
		display: table-row !important;
	}
}

.visibal-mobile {
	display: none;
}

.visibal-mobile-real-time {
	display: none;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.btn-lightning-round {
		margin-top: -10px !important;
		height: 40px !important;
	}

	.bg-custom-content.showroom-box-Updated .card {
		display: block !important;
	}

	.btn-mobile-cancel {
		max-width: 200px;
		margin-top: 10px;
		margin-left: -10px;
	}

	.heading-items {
		top: -10px !important;
		left: 15px !important;
	}

	.content-screen {
		padding: 30px 30px;
	}

	.text-time {
		top: 50% !important;
		transform: translateY(-50%);
	}

	.timer-auction img {
		width: 100%;
	}

	.timer-auction {
		top: 178px;
	}

	.visibal-desktop {
		display: none;
	}

	.visibal-mobile {
		display: block;
		margin-bottom: 10px;
	}

	.visibal-mobile-real-time {
		display: table-row;
	}

	footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.realtime-screen {
		margin-top: 10px;
	}

	.advertisement {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.xs-pad-bottom-30 {
		padding-bottom: 5px !important;
		padding-top: 5px !important;
	}

	h4.heading-auction .border-box-custom .info-box h5 {
		font-size: 11px;
		margin-top: 3px;
	}

	h4.heading-auction .pull-right.border-box {
		max-width: 50%;
	}

	.auction-buttons .btn {
		max-width: 22.5%;
		padding: 6px !important;
		line-height: 36px;
		height: 53px;
	}

	.bid-btn.bordered-btn {
		margin-right: 4px;
	}

	a.sitebtn.bid-btn:not(.bordered-btn):before {
		bottom: -7px;
		left: 0;
		right: 0;
	}

	.bordered-btn:hover {
		background: #fff;
		color: var(--theme-color);
	}

	.bordered-btn:focus {
		background: var(--theme-color);
		color: #fff;
	}

	.pagination>li:first-child>a,
	.pagination>li:last-child>a {
		padding: 9px;
		font-size: 12px;
	}

	.pagination>li>a {
		padding: 9px 0px;
		width: 29px;
		font-size: 12px;
		margin: 0px 3px;
	}

	#seller-search {
		text-align: center;
	}

	#seller-search .form-section label {
		float: none;
		display: block;
	}

	#seller-search .seller-input {
		margin: 0 10px 21px;
		float: none;
	}

	.form-group .col-sm-6:first-child {
		margin-bottom: 15px;
	}

	.col-md-1.col-sm-2.site_checkbox {
		float: right;
	}

	.colon-span:before {
		content: '';
	}

	#stepsBar {
		width: 100%;
	}

	.col-md-6.col-sm-6.pad-left-0,
	.col-md-6.col-sm-6.pad-right-0 {
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 15px;
	}

	.site_checkbox {
		display: block;
	}

	.pagination {
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.pagination-parent.text-right {
		text-align: center !important;
	}

	.container>.navbar-header,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
		margin-right: 0px;
		margin-left: 0px;
	}

	.navbar-brand {
		padding: 0px 0px;
	}

	.modal-dialog {
		width: 85% !important;
		max-width: 400px;
	}

	.shadow-box {
		margin-bottom: 30px;
	}

	.auction-box h3 {
		font-size: 24px;
	}

	.counter-num:after {
		display: none;
	}

	.step-box {
		padding: 20px 15px;
	}

	.step-box,
	.step-box .text-right {
		text-align: center
	}

	.showroom-header {
		padding: 20px 0px 120px;
		text-align: center;
	}

	.head-strip {
		text-align: center;
	}

	.head-strip img {
		margin: -126px auto 20px;
		display: block;
	}

	.head-strip .col-md-5.text-right {
		text-align: center;
		margin-top: 21px;
	}

	#invoice h2 {
		margin-top: 30px !important;
		clear: both;
	}

	#invoice .text-right.col-sm-6 {
		text-align: left;
	}

	#cart .col-sm-6.col-sm-offset-6.form-section.pad-left-0 {
		padding-left: 15px;
	}

	.cart-table .text-right {
		text-align: left !important;
	}

	.cart-table table tbody tr:last-child td:nth-child(1),
	.cart-table table tbody tr:last-child td:nth-child(2),
	.cart-table table tbody tr:last-child td:nth-child(3),
	.cart-table table tbody tr:nth-last-of-type(2) td:nth-child(1),
	.cart-table table tbody tr:nth-last-of-type(2) td:nth-child(2),
	.cart-table table tbody tr:nth-last-of-type(2) td:nth-child(3),
	.checkout-table table tbody tr:nth-last-of-type(3) td:nth-child(1),
	.checkout-table table tbody tr:nth-last-of-type(3) td:nth-child(2),
	.checkout-table table tbody tr:nth-last-of-type(3) td:nth-child(3) {
		display: none;
	}

	.display-list {
		position: relative;
		clear: both;
	}

	.auction-modal .close {
		margin-top: -28px;
	}

	.branding-timertext:before {
		max-width: 100%;
		height: 175px;
	}

	.branding-timertext span {
		font-size: 67px;
		line-height: 176px;
	}
}

@media screen and (max-width:767px) {
	.modal-lg.modal-dialog .modal-body .col-md-6:first-child {
		display: none;
	}

	.white-bg.content-section.list-box {
		margin-top: 20px;
	}
}

@media (max-width: 576px) {}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.bottom-form {
		padding-right: 0px;
	}

	.content-screen {
		padding: 10px 10px;
	}

	footer .arrow-button-bottom {
		padding-right: 0px;
	}

	.pad-left-30 {
		padding-left: 15px !important;
	}

	.pad-right-30 {
		padding-right: 15px !important;
	}

	.resize-modal .col-xs-3.pad-left-0.pt-7 {
		padding-right: 0px;
	}

	.auction-box h3 {
		font-size: 18px;
		margin: 0px 15px;
		padding: 20px 20px;
	}

	.box-cover .justify-center {
		flex-direction: column;
	}

	.head-strip label {
		display: block;
	}

	#invoice h5 {
		font-size: 14px;
	}

	.video-bg object {
		min-height: 223px;
	}

	.contact-sidebar h2 {
		font-size: 30px;
	}

	#schedule-an-auction .col-sm-3.pad-left-0 {
		padding-left: 15px;
	}

	.bidding-amount .btn.sitebtn {
		max-width: 135px;
	}

	.bid-btn.powerbid-btn {
		background-size: 65%;
	}

	.lightning-cover-box {
		padding-right: 0;
		padding-left: 5px;
	}

	.lightning-cover-box>* {
		width: 100%;
	}

	.lightning-cover-box img {
		min-height: 40px;
		width: 100%;
	}

	.showroom-description h6.theme-colored {
		color: var(--theme-color) !important;
	}

	.slick-track .video-cover .video-title-box {
		top: 95px;
	}

	.slick-track .video-cover .video-title-box .video-title {
		padding: 4px;
	}

	.btn-lenght {
		width: 200px;
	}
}

@media only screen and (max-width : 380px) {
	.btn-lenght {
		width: 150px;
	}
}

/* Extra large devices (large desktops) */
@media (min-width:1200px) {
	toggleable-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}

	.dropdown-menu a {
		color: var(--text-dark-color) !important;
		font-size: 16px;
	}

	.dropdown-toggle {
		color: var(--text-dark-color) !important;
		font-size: 16px;
		text-decoration: none;
	}

	.dropdown a:hover {
		color: #green !important;
		font-size: 16px;
		text-decoration: none;
	}

	.dropdown-menu a:hover {
		color: var(--theme-color) !important;
	}

	.dropdown-menu>.active>a,
	.dropdown-menu>.active>a:hover,
	.dropdown-menu>.active>a:focus {
		background-color: transparent;
	}

	.nav-item.menuColorControl a {
		font-size: 16px;
	}
}

/* Large devices (desktops) */
@media (min-width:992px) {}

/* ipad and air */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {}

.modal {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}

}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	margin: 10px auto;
}

.active-image {
	border: 1px solid;
	box-shadow: 0px 0px 5px 0px var(--theme-color);

}

.items-in-auction {
	max-height: 570px;
	overflow-x: none;
	overflow-y: auto;
}

.mtop-5 {
	margin-top: 5px;
}

.toast-font {
	font-size: 18px;
}

.visible-hidden {
	visibility: hidden;
}

.error-no-abs {
	position: relative !important;
}

.select_option.custom-select-bill {
	width: calc(100% - 147px);
}

.select_option.custom-select-bill select {
	height: 52px !important;
}

span.closeImg {
	position: absolute;
	right: -7px;
	top: -10px;
	background: #000;
	color: #fff;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 19px;
	line-height: 20px;
	cursor: pointer;
}

form img.img-thumbnail {
	max-width: 166px;
	min-width: 166px;
	width: 100%;
	height: 121px;
	margin-bottom: 20px;
	cursor: pointer;
}

.featured-box img {
	border: 1px solid var(--text-dark-color);
}

.featured-box:after {
	content: 'FEATURED';
	width: 100%;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	background: var(--theme-color);
	color: #fff !important;
	opacity: .7;
	padding-top: 5px;
	text-align: center;
	font-weight: 500;
}

.disable-box img {
	opacity: .3;
}

.disable-box .closeImg {
	display: none;
}

.thumb-div {
	position: relative;
	width: auto;
	float: left;
}

.loader_section {
	display: flex;
	justify-content: center;
}

.loader {
	border: 5px solid #f3f3f3;
	border-top: 5px solid var(--theme-color);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.ccExp {
	right: 48px !important;
	top: 0;
}

.viewIndex {
	width: 22px;
	text-align: center;
}

#carousel img {
	display: block;
	opacity: .5;
	cursor: pointer;
	height: 75px;
}

#carousel .flex-active-slide img {
	opacity: 1;
	cursor: default;
}

#slider .slides img {
	height: 350px;
}

.flex-direction-nav a {
	height: 45px;
	margin: -24px 0 0;
}

.justify-center {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.slider {
	margin: 0 0 20px;
}

.print-modal {
	padding: 20px;
}

.print-modal .modal-body {
	overflow-x: hidden;
}

.print-modal .print-thumb {
	width: 100%;
	margin-bottom: 15px;
}

.print-modal i {
	font-size: 20px;
}

.share_icons {
	margin-top: 10px;
}

.share_icons iframe {
	display: inline-block;
	vertical-align: middle;
}

.share_icons a {
	display: inline-block;
}

.bg-custom-content.showroom-box-Updated .card:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	transform: none;
}

#search-modal .uib-datepicker .uib-day .btn.btn-default {
	pointer-events: none;
	cursor: not-allowed;
	opacity: .65;
}

#search-modal .uib-datepicker .uib-day.full .btn.btn-default {
	pointer-events: visible;
	cursor: pointer;
	opacity: 1;
}

.item-active {
	border-left: 3px solid var(--text-dark-color);
}

#auction-main-slider .carousel-inner>.item {
	min-height: 357px;
	max-height: 356px;
}

#auction-main-slider .carousel-inner>.item img {
	width: 100%;
	min-height: 356px;
}

.js .slider-single>div:nth-child(1n+2) {
	display: none
}

.js .slider-single.slick-initialized>div:nth-child(1n+2) {
	display: block
}

#div-item-detail-screen .slider-single .slick-track>div img {
	width: auto;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.slider-single .slick-track>div img {
	width: auto;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.slider-nav .slick-track>div img {
	width: auto;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.item-detail-screen .slider-nav .slick-track>div {
	height: 70px;
}

.slider-nav .slick-track>div {
	margin: 5px;
	height: 52px;
	overflow: hidden;
}

.item-detail-screen .slider-single .slick-track>div {
	height: 400px;
	/*border: 1px solid rgb(146, 0, 8);*/
}

.slider-single .slick-track>div {
	min-height: 150px;
	margin-bottom: 10px;
	transition-timing-function: ease-in-out;

}

.slider-single img {
	width: 100%;
	overflow: hidden;
}

.slider-nav h3::before {
	content: "";
	display: block;
	padding-top: 75%;
}

.slider-nav h3 span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slider-nav .slick-slide {
	cursor: pointer;
}

.slick-slide.is-active h3 {
	color: #c00;
	background-color: #fff
}

.slick-next {
	right: -20px !important;
}

.slick-prev {
	left: -20px !important;
}

.slick-prev,
.slick-next {
	z-index: 888;
}

.slick-prev:before,
.slick-next:before {
	color: var(--theme-color) !important
}

.slider-nav .slick-track>div.is-active {
	opacity: 0.5;

}

.slick-prev:before,
.slick-next:before {
	font: normal normal normal 28px/1 FontAwesome !important;
}

.slick-next:before {
	content: '\f054' !important;
}

.slick-prev:before {
	content: "\f053" !important;
}

.power {
	position: relative;
	/* background-color: var(--theme-color) !important; */
	background: url(../img/lightning-bolt-bid.png) no-repeat;
	background-size: 6%;
	background-position: 10px center;
	background-color: #FFFD50 !important;
	color: #000 !important;
	padding-left: 30px !important;
}

.power span {
	color: #000 !important;
}

span.a_Cd {
	font-weight: normal;
	font-size: 14px;
}

span.a_timer {
	color: var(--theme-color);
	font-size: 32px;
	line-height: 10px;
	margin-left: 5px;
}

.renew-button {
	color: var(--theme-color);
}

.home_slider_img {
	height: 237px;
	display: flex;
}

.home_slider_img .img-responsive {
	max-height: 100%;
	max-width: 100%;
}

.bg-custom-content.showroom-box-Updated .card {
	display: flex;
	padding: 0;
}

.invoice_purchase {
	height: 300px;
}

.invoice_purchase img {
	height: 100%;
	object-fit: contain;
}

.cursor-pointer {
	cursor: pointer;
}

.disabled-link {
	pointer-events: none;
	opacity: 0.6;
}

.pointer-events-none {
	pointer-events: none;
}

#auction-countdown.progress {
	position: relative;
}

#auction-countdown.progress span {
	position: absolute;
	display: block;
	width: 100%;
	font-weight: bold;
	color: black;
}

.progress {
	position: relative;
	height: 31px;
	background: rgb(255, 0, 0);
	background: -moz-linear-gradient(left, rgba(255, 0, 0, 1) 0%, rgba(0, 255, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 0, 0, 1)), color-stop(100%, rgba(0, 255, 0, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 0, 0, 1) 0%, rgba(0, 255, 0, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 0, 0, 1) 0%, rgba(0, 255, 0, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 0, 0, 1) 0%, rgba(0, 255, 0, 1) 100%);
	background: linear-gradient(to right, rgba(255, 0, 0, 1) 0%, rgba(0, 255, 0, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#00ff00', GradientType=1);
}

.padding-l-r-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.height-div-details {
	height: 330px;
}

.amount {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	transition: all 0.8s;
	background: gray;
	width: 0;
}

.progress:before {
	content: attr(data-label);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-align: center;
	line-height: 31px;
	font-weight: bold;
	color: #fff;
}

.form-section .has-error {
	border-color: #f04031 !important;
}

.heading-items {
	position: absolute;
	top: -36px;
	left: 26px;
}

.auction-buttons {
	position: relative;
	z-index: 999;
}

.text-time {
	width: 50%;
	position: absolute;
	text-align: center;
	font-weight: 800;
	font-size: 50px;
	top: 0;
	color: var(--text-dark-color);
}

.plans {
	padding-bottom: 30px;
}

.block_obj {
	display: block;
}

.inline-checkbox {
	vertical-align: middle;
	height: 21px;
	margin-bottom: 0;
	padding-top: 0;
	margin-left: 10px;
}

.input-with-clear {
	position: relative;
}

.input-with-clear .clear-prebid {
	position: absolute;
	right: 5px;
	top: 8px;
	background: #ccc;
	padding: 2px;
	width: 24px;
	text-align: center;
	border-radius: 50%;
	border: 0;
}

.input-with-clear .clear-prebid:hover,
.input-with-clear .clear-prebid:focus,
.togglemute-btn:focus,
.togglemute-btn:hover {
	outline: none;
}

.togglemute-btn {
	position: fixed;
	top: 100px;
	right: 0;
	background: var(--theme-color);
	width: 28px;
	height: 28px;
	z-index: 9;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 4px;
}

.togglemute-btn img {
	max-width: 19px;
}

#public-auction {
	padding-bottom: 36px;
}

#public-auction .display-list {
	top: auto;
	bottom: 0px;
}

.primary-table thead tr th {
	background: var(--theme-color);
	color: #fff;
	font-weight: bold;
	padding: 20px 0;
}

.primary-table {
	border: 1px solid #e7e7e7;
}

.home-lightning {
	display: inline-block;
	cursor: pointer;
}

.btn-lightning-round {
	height: 50px;
	margin-top: -50px;
}

.horizontal-center {
	display: flex;
	justify-content: center;
}

.modal-dialog .terms-modal p {
	color: #333;
	font-weight: 400;
	line-height: 18px;
	margin: 16px 0;
	font-size: 13px;
}

.modal-dialog .terms-modal .styled-list li {
	font-size: 13px;
}

.home-admin-text {
	font-size: 15px;
	border: 1px solid var(--theme-color);
	padding: 6px;
}

.showroom-admin-text h3 a {
	padding: 20px;
	border: 1px solid #293448;
	display: inline-block;
}

.uib-datepicker-popup.dropdown-menu {
	min-width: auto;
	width: auto;
}

.modal-dialog .blocked-modal p {
	text-align: center !important;
}

.thumb-div video {
	border: 1px solid var(--text-dark-color);
	padding: 4px;
	border-radius: 4px;
}

.share_icons a img {
	width: 30px;
}

.datefilter+.dropdown-menu {
	max-width: 320px;
}

.settings-tab .nav-tabs>li>a {
	padding-bottom: 20px;
	padding-top: 20px;
}

/*PASSWORD*/
.password-wrapper {
	position: relative;
}

.password-wrapper .form-control {
	padding-right: 40px;
}

.toggle-password-icon {
	position: absolute;
	top: 50px;
	right: 12px;
	transform: translateY(-50%);
	cursor: pointer;
	color: #aaa;
	font-size: 16px;
	transition: color 0.2s ease;
}

.toggle-password-icon:hover {
	color: rgb(146, 0, 8);
}

/**/

@media screen and (max-width: 767px) {
	img.hide-xs {
		display: none !important;
	}

	/*.modal.fade.in {
		display: table !important;
		position: absolute;
		height: 100%;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.modal.fade.in .modal-dialog {
		display: table-cell;
	}*/

	.auction-info-details .pad-left-0 {
		padding-left: 15px !important;
	}

	.item-details-scroller {
		height: auto;
		overflow-y: visible;
	}

	.item-details-scroller .tab-pane>.col-md-8 {
		padding: 0 !important;
	}

	.item-details-scroller .no-more-tables td {
		padding-left: 1% !important;
		float: left;
		width: 68%;
	}

	.item-details-scroller .no-more-tables tr:not(.show-on-desktop),
	.item-details-scroller .no-more-tables tr.show-on-sm {
		display: flex !important;
	}

	.item-details-scroller .no-more-tables td:first-child {
		font-weight: 800;
		width: 102px;
	}

	.item-details-scroller .no-more-tables tr:nth-child(odd) td {
		background: #e4e4e4;
	}

	.item-details-scroller .no-more-tables tr:nth-child(even) td {
		background: #d4d4d4;
	}

	.item-detail-screen .slider-single .slick-track>div {
		min-height: 100px;
		height: auto;
	}
}

.video-cover {
	position: relative;
	overflow: hidden;
}

.video-cover .video-title-box {
	position: absolute;
	height: 150px;
	width: 150px;
	left: 0;
	top: 0;
	z-index: 1;
}

.video-cover .video-title-box .video-title {
	padding: 10px;
	text-align: center;
	background: rgba(255, 255, 255, 0.85);
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--text-dark-color);
	transform: rotate(-45deg);
	margin-top: 26px;
	margin-left: -53px;
}

.video-cover .video-title-box.small-font .video-title {
	font-size: 15px;
}

.video-cover .video-title-box.smallest-font {
	height: 100px;
	width: 100px;
}

.video-cover .video-title-box.smallest-font .video-title {
	font-size: 12px;
	margin-top: 10px;
	margin-left: -61px;
	padding: 2px;
}

.save-icon i {
	font-size: 16px !important;
}

.reservePrice-field {
	max-width: 100px;
	text-align: center;
	margin: auto;
	border: 0;
	box-shadow: none;
	border-bottom: 2px solid #ccc;
	border-radius: 0;
}

.searchby-vin .select_option {
	width: calc(100% - 45px);
}

.searchby-vin input[type="submit"].sitebtn {
	max-width: 45px;
}

.searchby-vin .form-control {
	border-radius: 0;
	height: 40px;
}

.auction-list .filter-date {
	max-width: 410px;
	width: 100%;
}

.auction-list .filter-status {
	max-width: 250px;
	width: 100%;
}

.auction-list .filter-status select {
	height: 52px !important;
}

.description-box-item {
	border: 1px solid #002d5e;
	padding: 7px;
	margin-top: 20px;
}

.description-box-item h4 {
	margin: 0;
	margin-top: -18px;
	background: #fff;
	float: left;
	padding: 0 10px;
	color: var(--theme-color);
}

.description-box-inner {
	height: 340px;
	overflow: hidden;
	overflow-y: auto;
	clear: both;
	padding: 6px 10px;
}

.description-box-inner p {
	color: #4d4d4d;
}

.item-bullets {
	color: #4d4d4d;
	list-style-type: disc;
	padding-left: 18px;
}

.item-bullets li {
	list-style-type: disc;
}

.header-search#seller-search {
	background: transparent;
}

.header-search#seller-search button {
	background: var(--theme-color);
	border-color: var(--theme-color);
	padding: 13px;
	border-radius: 0;
}

.header-search#seller-search button img {
	width: 100%;
	max-width: 20px;
}

.header-search#seller-search form.form-group {
	margin-top: 34px;
	margin-bottom: 0;
}

.header-search#seller-search .seller-input {
	margin-right: 0;
}

.search-vinmodal table thead {
	background: var(--theme-color);
}

.search-vinmodal table thead tr th {
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.auction-type-modal p {
	font-size: 14px;
	text-align: inherit;
	color: #757575;
}

.subTitle {
	font-weight: 400;
}

.set-margin {
	margin-top: 15px;
	padding: 0 !important;
}

.dealers-text {
	font-size: 18px !important;
	margin-top: 10px !important;
}

p.present-class {
	color: #00ff7e;
}

p.absent-class {
	color: red;
}

.placeholder-center {
	justify-content: center;
}

.StripeElement {
	box-sizing: border-box;

	height: 40px;

	padding: 10px 12px;

	border: 1px solid transparent;
	border-radius: 4px;
	background-color: white;

	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
}

.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
	border-color: #fa755a;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}