
.inventory-header {
    padding-top: 130px !important;
    font-family: var(--main-font-family);
    color:#fff;
    font-size: 60px !important;
    font-weight: 600 !important;
    background: #000424;

}
.inventory-header-inner {
    background: rgb(255 255 255 / 10%);
    padding: 0;
    border-top: 1px solid rgb(248 249 250 / 15%);
    border-bottom: 1px solid rgb(248 249 250 / 15%);
}

.total-count {
    font-size: 30px;
    padding: 10px 0;
}
.inv-top-bar-actions .page-numbers{
  font-size: 16px;
}
.fuelm-filter-area {
    padding: 0;
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.fuelm-filter-item {
    padding: 15px;
}
.fuelm-filter-button {
    margin-top: 0;
    width: 100%;
}
.fuelm-filter-item-content {
    margin-top: 0;
}
.fuelm-filter-item.search {
  padding: 5px;
background: rgb(18 25 36 / 5%);
}
.fm-filter-search-button {
    top: 1px;
    right: 5px;
    background: #192a56;
    padding: 8px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
}
.fm-filter-search-button .la-search:before {
    content: '\f002';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.fuelm-filter-item-heading {
    align-items: center;
}
.fuelm-filter-item.search .fuelm-filter-item-content {
      transform: scaleY(1);
    height: auto;
}
.fuelm-filter-item.search .fuelm-filter-item-heading {
    display: none;
}
.fuelm-filter-option-input:checked {
    background: #192a56;
}
.fuelm-filter-option-input:checked::before {
    left: 0;
    top: 0;
}
.fuelm-filter-area.scrollable .fuelm-filter-item[data-type=multiselect] .fuelm-filter-item-content, .fuelm-filter-area.scrollable .fuelm-filter-item[data-type=checkbox] .fuelm-filter-item-content, .fuelm-filter-area.scrollable .fuelm-filter-item[data-type=radio] .fuelm-filter-item-content {
    max-height: 200px;
}
.fuelm-filter-search-terms .selected-label:after {
    content: '✓';
    background: #010424ab;
    color: #fff;
    margin-left: 10px;
    border-top-right-radius: 6px;
    padding: 6px 10px;
    margin-right: -5px;
    border-bottom-right-radius: 6px;
}
.fuelm-filter-search-terms div {
    background: rgb(1 4 36 / 10%);
    border-radius: 6px;
    margin-right: 15px;
}
.fuelm-filter-search-terms .selected-label {
    color: #010424;
    padding: 5px 5px 5px 10px;
    font-weight: 500;
}
.fuelm-filter-search-terms {
    margin-top: 0;
}
.fuelm-filter-item-label {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.fuelm-filter-buttons{
  padding: 15px;
}
.inv-sort {
    display: flex;
    align-items: center;
    border-right: 1px solid rgb(248 249 250 / 15%);
    border-left: 1px solid rgb(248 249 250 / 15%);
    padding-left: 15px;
}
.inv-sort i {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}
.inv-sort select {
    height: 40px;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    outline: none;
}
.post-grid article:nth-child(even){
    flex-direction: row-reverse;
}
.post-grid article{
   align-items:center;
}
.post-grid article:nth-child(even) .elementor-post__thumbnail__link {
    margin-left: 20px;
    margin-right: 0;
}

.inventory-title-left h1{
	margin:0;
}

.inv-stock-no {
    color: #fff;
    text-align: right;
}

.inv-price {
    text-align: right;
    color: #0083BE;
    font-size: 30px;
    font-weight: 700;
}
.inv-location i {
    margin-right: 7px;
}

.inv-location {
    font-size: 14px;
}
.inv-card {
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    background: #fff;
}
.inv-card a{
    text-decoration: none;
}
.inv-thumb img{
	height:260px;
	width:100%;
	object-fit:cover;
}
.inv-content {
    width: 100%;
    background: #fff;
    padding: 10px 20px;
}
.inv-content *{
    color:#121924;
}
.inv-content h2 {
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.inv-content .inv-stock{
    font-weight:300;
	font-size:12px;
}
.inv-content .inv-price {
    font-size: 20px;
    opacity: 0.5;
    font-weight: 600;
    display: block;
    text-align: left;
}
.inv-content i {
    position: absolute;
    right: 20px;
    bottom: 18px;
    color: rgb(25 42 86 / 30%);
    transition: all .25s ease;
}
.inv-card:hover .inv-content i {
    color: rgb(25 42 86 / 100%);
}
.fuelm-filter-option-input:checked::before {
    height: 18px;
    width: 18px;
    content: '\f00c';
    font-size: 13px;
    line-height: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.fuelm-filter-item input, .fuelm-filter-item select {
    border: 1px solid #ddd;
    background: #fff;
}
.fuelm-filter-button.load-more {
    display: inline-block;
    width: auto;
    margin: 0 auto;
}
.fuelm-filter-item-content label{
  font-size: 15px;
}
.inv-form {
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 30px rgb(1 4 36 / 5%);
    margin-bottom: 30px;
}

.inv-detail-actions {
    list-style: none;
    display: flex;
    background: #ECF1F8;
    padding: 15px;
    justify-content: center;
    margin-bottom: 30px;
	text-align:center;
}
.inv-detail-actions a{
    color:#142B61;<
}

.inv-schedule > a {
    display: block;
    text-align: center;
    padding: 15px;
    background: #142B61;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.inv-schedule {
    margin-bottom: 30px;
}

.social-panel {
    background: #ECF1F8;
    padding: 15px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #142b61;

}
.emi-calc-container .input-group-text {
    border-radius: 0.25rem 0 0 0.25rem;
    height: 100%;
}
.social-panel ul {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.social-panel a {
    font-size: 24px;
    color: #142b61;
    margin: 0 8px;
}
.inv-location-box ul {
    list-style: none;
    padding: 0;
}

.inv-location-box ul li {margin-bottom: 15px;position: relative;padding-left: 25px;}

.inv-location-box ul li a {
    text-decoration: none;
    color: #142B61;
    font-weight: 500;
}

.inv-location-box ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 15px;
}
.inv-form .section-heading h3{    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #142B61;
    font-weight: 600;    margin-bottom: 20px;}
.inv-form .section-heading h3 span{ font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;}
.inventory-title-left {
    color: #fff;
    margin-bottom: 20px;
}

.inv-form .gform_wrapper.gravity-theme .gform_footer, .inv-form .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0;
    padding: 0;
}
.inv-form .gform_wrapper.gravity-theme .gform_footer input {
    margin-bottom: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
}

.inv-form [type=button]:focus, .inv-form [type=button]:hover, .inv-form [type=submit]:focus, .inv-form [type=submit]:hover, .inv-form button:focus, .inv-form button:hover {
    color: #fff;
    background-color: #152b62;
    text-decoration: none;
}
.inv-detail-actions li a {
    text-decoration: none;
    color: #010424;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.inv-detail-actions li {
    padding: 0 10px;
}

.inv-detail-actions li a i {
    margin-right: 5px;
}



.filter-area-inner h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.inv-search-simple {
    margin-bottom: 20px;
}

.inv-search-simple ul li .sf-input-text {
    outline: none !important;
}

input[type=text].sf-input-text {
    padding: 10px;
    background: #fff;
    border: 1px solid #d7ddee;
    box-shadow: 0 0 60px rgb(0 0 0 / 5%);
    border-radius: 2px;
}

.inv-search-simple ul li.sf-field-submit input {
    background: rgb(49 78 161 / 10%) url(https://www.nxtlvlmarine.com/wp-content/uploads/2022/12/Search_Icon-1.svg) center center no-repeat;
    width: 40px;
    height: 39px;
    border: 1px solid #d7ddee;
}

.searchandfilter ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #d7ddee;
}

.inv-search-simple ul li {
    border: none;
}

.searchandfilter ul li {
    list-style: none;
    display: block;
    padding: 10px 0;
    margin: 0;
}

.searchandfilter h4 {
    font-size: 12px;
    text-transform: uppercase !important;
    font-weight: 600;
}

[data-sf-field-name] > h4 {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.searchandfilter h4 {
    margin: 0;
    padding: 5px 0 10px;
    font-size: 16px;
}

.searchandfilter ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #d7ddee;
}
.searchandfilter ul li li:last-child{
  border: none;
}
.searchandfilter select.sf-input-select {
    min-width: 170px;
}
.searchandfilter label {
    font-size: 14px;
}


.chosen-container-multi .chosen-choices li.search-choice {
    padding: 7px 20px 7px 7px;
    border: none;
    border-radius: 2px;
    background-color: #334da0;
    background-image: inherit;
    background-size: 100% 19px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    width: auto !important;
    line-height: 14px;
}

.chosen-container-multi .chosen-choices li.search-choice, .chosen-container-multi .chosen-choices li.search-field {
    width: auto !important;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgb(0 0 0 / 15%);
    box-shadow: 0 4px 5px rgb(0 0 0 / 15%);
    clip: rect(0,0,0,0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background-image: url(https://www.nxtlvlmarine.com/wp-content/themes/nxtlvlmarine/assets/images/close.svg) !important;
    background-size: 8px !important;
    background-position: center center !important;
    top: 8px;
    width: 12px !important;
}
.chosen-container-multi .chosen-choices li.search-choice, .chosen-container-multi .chosen-choices li.search-field {
    border: none;
}



.searchandfilter .noUi-connect {
    background-color: #000;
}

.searchandfilter .meta-slider {
    max-width: inherit;
    height: 6px;
    padding-right: 11px;
}

.blue-button, .search-filter-reset {
    padding: 10px 40px;
    border: 1px solid #304ea0;
    color: #ffffff !important;
    text-decoration: none !important;
    line-height: 1.4;
    background: #304ea0;
    font-weight: 500;
    transition: all .25s ease;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.searchandfilter {
    padding: 0;
    border: 1px solid #d7ddee;
    background: #fff;
}

.filter-area ul {
    margin: 0;
    padding: 0;
}

.search-filter-reset {
    width: 100%;
}

.inv-search-simple ul li .sf-input-text {
    outline: none !important;
}





.searchandfilter h4 {
    font-family: 'Poppins' !important;
    font-size: 14px !important;
    color: #212121 !important;
}

.searchandfilter input[type="text"] {
    padding: 5px !important;
    font-family: 'Poppins' !important;
}
.chosen-container-multi .chosen-choices {
    padding: 5px;
    background: #fff;
    border: 1px solid #d7ddee;
    box-shadow: 0 0 60px rgb(0 0 0 / 5%);
    border-radius: 2px;
}
.chosen-choices {
    border:1px solid #D8D8D8 !important;
    border-radius: 5px !important;
}
.searchandfilter .noUi-horizontal .noUi-handle {
    top: -10px;
}
.sf-field-sort_order{
  display: none !important;
}
.search-filter-reset {
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: 'Poppins';
    background-color: #142B61;
    border-radius: 3px !important;
}

.searchandfilter {
    border:none !important;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.05));
}

.searchandfilter ul li {
    border-color:#ECF1F8 !important;
}

.loop-area #breadcrumbs span a {
    font-size: 12px !important;
    line-height: 18px;
    color: #5F5F5F !important;
}

.loop-area #breadcrumbs span {
    font-size: 12px !important;
    line-height: 18px;
    color: #5F5F5F !important;
}

.loop-area h2.main-title {
    font-size: 36px !important;
    font-weight: 300 !important;
    color: #212121 !important;
    line-height: 55px !important;
}

.loop-area .inventory-pagination span {
    font-size: 16px !important;
    line-height: 25px !important;
    font-weight: 500 !important;
    color: #5F5F5F !important;
}

.loop-area .inv-sort {
    width: 165px !important;
    padding:6px 15px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #4E4E4E !important;
}

.loop-area .pagination {
    margin-top: 60px;
    justify-content: center;
}

.loop-area .pagination span {
    font-size: 24px !important;;
    font-weight: 500 !important;;
    line-height: 34px !important;
    margin-left:30px !important;
    color: #142B61 !important;
}

.loop-area .pagination a {
    font-size: 24px !important;;
    font-weight: 500 !important;;
    line-height: 34px !important;
    margin-left:30px !important;
    text-decoration: none !important;
    color: #C4D0DC !important;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}
.nav-tabs .nav-link {
  margin-bottom: -2px;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size:16px;
  color: #142b61;
  padding-left: 0;
padding-right: 0;
margin-right: 30px;
}
.nav-tabs .nav-link.active {

    background-color: transparent;
    border-color: #142b61;
}
h3.data-heading {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.attribute-box {
    border-bottom: 1px solid #eee;
    padding: 7px 0;
    display: flex;
    justify-content: space-between;
}
.attribute-box:last-child {
    border-bottom: 0px solid #eee;
}
.inv-form .gform_footer input[type="submit"] {
    background-color: #ecf1f8 !important;
    color:#152b62 !important;
}
.modal_fuelm_1{
  width: 100%;
  max-width: 640px;
}
.gallery-slider .swiper-button-prev {
    left: 10px !important;
}
.gallery-slider .swiper-button-next {
    right: 10px !important;
}
.gallery-slider .swiper-button-prev, .gallery-slider .swiper-button-next {
    background: #ddd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.swiper-button-prev:after {
    content: 'prev';
    font-size: 20px;
}
.swiper-button-next:after {
    content: 'next';
    font-size: 20px;
}
.gallery-thumbs img {
    height: 80px;
    width: 100%;
    object-fit: cover;
}
.tab-content h2 {
    font-size: 20px;
}
.line-items {
  padding: 0;
  list-style: none;
  margin-top: 1rem;
}
.line-items li{
  border-bottom: 1px dashed #ddd;
  padding: 7px 0;
  display: flex;
  justify-content: space-between;
}
.line-items li span {font-weight: 600;}

.line-items li span.first {
    font-weight: 400;
}
.inv-form {
    padding:22px !important;
}

.latest-inventory h3 {
    font-size: 36px !important;
    font-weight: 300 !important;
    font-family: 'Poppins';
    text-align: center;
    margin-bottom: 30px;
    line-height: 55px;
}

.container.latest-inventory{
    padding:100px 15px 40px 15px;
    position: relative;
}
.container.latest-inventory .swiper-button-prev{
    left:-60px;
    background: #ffffff;
width: 50px;
height: 50px;
color: #152b62;
border-radius: 50%;
box-shadow: 0 0 50px #152b622e;
border: 1px solid #152b6221;
}
.container.latest-inventory .swiper-button-next{
  right: -60px;
      background: #ffffff;
      width: 50px;
      height: 50px;
      color: #152b62;
      border-radius: 50%;
      box-shadow: 0 0 50px #152b622e;
      border: 1px solid #152b6221;
}
.inv-content-area h2 {
  font-size: 20px !important;

}

.inv-content-area p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.inv-content-area {
    margin-bottom: 40px;
}


#form_15 label.gfield_label {
    font-weight: 300 !important;
}

.inv-schedule a {
    font-weight: 700 !important;
}


.inv-schedule a img {
    margin-right: 15px;
    margin-top: -10px;
}

#form_15 {
    display: none;
}

.inv-stock-no small {
    font-size: 16px !important;
}

.inv-stock-no {
    font-size: 16px !important;
}
.not-found svg {
    width: 48px;
    margin-bottom: 20px;
}

.not-found {
    text-align: center;
    padding: 50px 0;
    border: 1px solid #ddd;
    background: #f6f6f6;
    margin: 0 15px;
    border-radius: 6px;
}


.inv-top-bar-actions.d-flex .nav-links {
    display: none !important;
}
