:root { --bs-body-font-size: 0.6rem }

@font-face {
  font-family: "Font Awesome VCE";
  src: url("fonts/fontawesome-vce.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.table {
	font-size: 15px !important;
}

.vce-icon {
  font-family: "Font Awesome VCE", san-serif !important;
  font-size: 20px;
}

.card { border-radius: 0; }

.card:hover { box-shadow: 0 0 10px -2px rgba(0,0,0,.25); }

.navbar { border-bottom: solid #00000012 1px; }

.pad-10{
	padding: 0 10% !important;
}

.btn{
	border-radius: 5px !important;
}

.btn-primary{
	background-color: #1251b5 !important;
}

.sticky-stuff {
	position:sticky !important;
	top:20px !important;
}

.a_collapse_btn{
	transition: all .3s ease;
	display: inline-block;
	width: 100%;
	text-align: left;
	color: black !Important;
	padding: 10px 15px;
}

.inv_panel{
	background-color: #fff  !important;
	border: 1px solid #ddd !important;
	border-top: transparent !Important;
	margin-bottom: 5px !important;
}

.filter_collapse{
	border-top: 1px solid #ddd !important;
}

.filter-panel-heading{
	transition: all .3s ease;
	/* border: 1px solid #ddd !important; */
	background: #f6f6f6  !important;
}

.filter-panel-heading:hover{
	background: #eeeeee !important;
}

.filter-panel-title{
	margin: 0;
	color: inherit;
}

.paginate_link {
	transition: all .3s ease;
	color: black  !important;
	border: 1px solid #e0e0e0 !important;
	padding: 10px !Important;
	border-radius: 5px;
}

.paginate_link:hover {
	border: 1px solid black !Important;
}

.paginate_link:active{
	background-color: #263238  !Important;
	background: #263238  !Important;
}

.paginate_link:focus{
	border: 1px solid black !Important;
}

.panel-collapse {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.collapse_btn{
	position: relative;
	width: 100% !important;
	padding: 10px !important;
	text-align: left;
	color: black;
	background: #e0e0e0  !important;
	padding: 10px 15px;
	border: 1px solid #bdbdbd  ;
	border-top: none !Important;
	letter-spacing: 1px;
	font-size: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}



.collapse_btn:hover, .filter_search_btn:hover{
	background: #bdbdbd   !important;
}

.filter-btn {
	width: auto !important;
	padding: 10px 20px!important;
	margin-bottom: 5px !Important;
	position:relative;
	text-align: center;
	color: #fff;
	background: #263238 !important;
	padding: 10px 15px;
	border: none;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.filter-btn:hover{
	background:  #303030  !important;
	box-shadow: 0 1px 5px 1px #B7B7B7;
}

.filter_search_btn{
	position: relative;
	width: 100% !important;
	padding: 10px 20px!important;
	text-align: center;
	color: #fff;
	background: #263238 !important;
	border: none !important;
	padding: 10px 15px;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.inv_label{
	display: block !important;
	font-size: 12px;
}

.v-bg-box{
	background: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border: .5px solid #ddd  ;
	border-radius: 5px;
}

.volvo_listing:hover .v-bg-box{
	border: .5px solid #bdbdbd  ;
}

.v-bg-box:hover{
	border: .5px solid #bdbdbd  ;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}


/* .v_inv_image {
	transition: transform 0.5s linear;
	height: 200px;
	margin: 0 auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
} */

.v_image_holder {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 200px;
}

img.v_inv_image {
	left: 50%;
	transition: transform 0.5s linear;
	height: 200px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* filter laoder */
.filter_loader {
	margin: 0 auto;
	border: 7.5px solid #e0e0e0;
	border-radius: 50%;
	border-top: 7.5px solid #1b7ee0;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

/* SPIN LOADER */

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: black !Important;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

pre.pre_desc {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	background-color: #fff !important;
	border: none !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-size: 13px !important;
	margin:0 !important;
	padding: 0 !important;
}

.spec_title{
	font-weight: bold;
	font-style: uppercase;
	margin-bottom: 15px !important;
}

.pad-all{
	padding: 0 !Important;
}

.name_link{
	color: black !important;
	font-weight: bold !important;
	text-decoration: uppercase !important;
}

.grid_cat{
	color: #9e9e9e  !important;
}

.media_btn {
    background: black;
    border: none;
    color: white;
    padding: 5px 10px;
    border-radius: 2.5px;
    opacity: .5;
    font-size: 13px;
}

#show_filtering{
	display: none;
	margin-bottom: 5px !important;
}

#inv_search_form{
	transition: all .5s ease;
}

#inventoryGallery {
    min-width: 100%!important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.24);
}

.spec-td{
	font-size: 13px !important;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	#right_buttons{
		padding: 0 !important;
	}

	.sticky-stuff {
		position:relative !important;
		top:0 !important;
	}
	.pad-10{
		padding: 0 15px !important;
	}
	#show_filtering{
		display: block;
	}
	#inv_search_form{
		display: none;
	}
}
