/* GENERAL */

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.card-header .fa {
  transition: .3s transform ease-in-out;
}
.card-header .collapsed .fa {
  transform: rotate(90deg);
}
.row {
  display: flex;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  border: 0px;
}
.centered {
  text-align: center;
}
#content h2,#nav h2 {
  font-size: 14pt;
}
#content h3,#nav h3 {
  font-size: 12pt;
}
#content h4, #content p, #content li, #nav h4, #nav p, #nav li {
  font-size: 11pt;
}
#content h5,#nav h5 {
  font-size: 9pt;
}
#content a, #nav a, #footer a {
  border-radius: 22px;
  padding: 8px 20px;
}

#ch-cookie-consent__title {
    font-size: 12pt;
}

h2.footer {
    font-size: 14pt;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#breadcrumbs {
  margin-top:.5rem;
  margin-bottom: 3rem;
}
#breadcrumbs > a {
  border-radius: none;
  padding: 0;
}
#content a:hover {
  text-decoration: none;
  cursor: pointer;
}
a.btn-white, a.btn-clear, a.btn-blue, a.btn-black, #mobileLoginMenu {
  font-size: 10pt;
}
a.btn-blue:hover {
  background-color: transparent;
  color: #0059aa !important;
}
a.btn-white {
  background-color: #fff;
  color: #0059aa;
  border: #fff 1px solid;
}
a.btn-white:hover {
  background-color: transparent;
  color: #fff;
}
a.btn-clear {
  background-color: transparent;
  border: #fff 1px solid;
}
a.btn-clear:hover {
  background-color: #fff;
  color: #0059aa;
}
a.btn-black {
  background-color: transparent;
  border: #000 1px solid;
}
a.btn-black:hover {
  background-color: #000;
  color: #fff;
}
.blue-section, a.btn-blue, #mobileLoginMenu {
  background-color: #0059aa;
  color: #fff !important;
  border: #0059aa 1px solid;
}
.white-section, a.btn-blue, #mobileLoginMenu {
    background-color: #fff;
    color: rgb(27, 27, 27) !important;
}
.blue-section, a.btn-blue, a#mobileLoginMenu, a.btn-clear  {
  color: #fff;
}
.blue-section h1 a, .blue-section h2 a, .blue-section h3 a, .blue-section p a {
  color: #fff;
  text-decoration: underline;
  padding: 0px !important;
}
.blue-section h1 a:hover, .blue-section h2 a:hover, .blue-section h3 a:hover, .blue-section p a:hover {
  color: #fff;
  text-decoration: none;
}
.btn-black {
  color: #000;
}
a.btn-blue:hover a#mobileLoginMenu:hover {
  background-color: transparent;
  color: #0059aa !important;
}
.white-section {
  background-color: white;
}
.gray-section {
  background-color: #f0f0f0;
}
.dark-gray-section {
  background-color: #303030;
  color: #939393;
}

.hugeNav-account > ul > li > a {
    padding: 15px 15px;
}
@media (max-width: 767px) {

    .navbar>.container, .navbar>.container-fluid {
        flex-wrap:wrap !important;
    }

    .navbar-nav {
        flex-direction: column !important;
    }
}
@media (max-width: 992px) {
	nav.navbar.hugenav ul.nav > li > a {
		padding: 5px 15px;
	}
    .navbar-toggle {
        background-color: transparent;
        color:#0059aa;
        border: none;
    }
    nav.navbar.hugenav .navbar-collapse.collapse.in {
        background-color: rgba(0, 0, 0, 0.6);
    }
    nav.navbar.hugenav ul.nav li.dropdown ul.dropdown-menu {
        background-color: transparent;
    }
	nav.hugenav .hugeNav-megamenuContent .title {
		color: #fff;
		margin-bottom: 20px;
	}
	.hugeNav-account > ul > li.dropdown ul.dropdown-menu {
		margin-left: 20px;
	}
	.btn-search {
		right: 5px;
	}
}

@media only screen and (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
    .navbar-collapse.collapse {
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
        display:block;
    }
  }
@media only screen and (min-width: 768px) and (max-width: 992px) {
	nav.navbar.hugenav .navbar-collapse.collapse.in {
		background-color: rgba(0, 0, 0, 0.6);
		margin: 0 -15px;
	}
    nav.navbar.hugenav .navbar-nav {
        flex-direction: column;
    }
	nav.navbar.hugenav ul.nav li.dropdown ul.dropdown-menu {
		background-color: rgba(0, 0, 0, 0.6);
	}
	.hugeNav-megamenuContent>li {
		padding: 10px 30px;
	}
	.btn-search {
		right: 20px;
	}
}
.navbar-nav {
    flex-direction: initial;
}
.navbar>.container, .navbar>.container-fluid {
    flex-wrap:nowrap !important;
}
.hugeNav-account > ul > li > a {
    padding: 18px 15px;
}
.navbar.hugenav.homenav {
    position: relative !important;
}
nav.hugenav a,
nav.hugenav a:visited {
    text-decoration: none;
    color: rgb(41, 41, 41) !important;
}
nav.hugenav a:hover {
    color: #e1a006 !important;
}
ul.cart-list > li.total > .btn,
.hugeNav-account > ul > li > a span.badge {
    background-color: #e1a006;
}
.hugeNav-sidebarMenuContent {
    background-color: #232323;
}
nav.navbar.hugenav.no-background.navbar-fixed-top {
    position: absolute;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.55);
}
nav.navbar.hugenav li.dropdown ul.dropdown-menu.search-dropdown {
    background-color: rgba(0, 0, 0, 0.55);
    border: 0;
}

nav.navbar.hugenav li.dropdown ul.dropdown-menu.search-dropdown .form-control {
    color: #fff;
	width: 110%;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* ENV TAG (same as on CSS for main site) */
.environment-tag { display: block; font-size: 18px; font-weight: bold; color: #000; background: #f0f0f0; border: 1px #d0d0d0 solid; position: fixed; top: 0; right: 0; }

/* .environment-tag { */
/*   position: fixed; */
/*   top: 1%; */
/*   right: 50%; */
/*   z-index: 3000; */
/*   font-weight: 600; */
/*   color: #500000; */
/*   padding: 10px; */
/* } */

/* NAV BAR */
a#navLogo {
  padding: 0px;
}
a#navLogo img {
  max-width: 160px;
  width: auto;
}
#loginForm {
  display: contents;
}
#forgotPassword.form-text, #newUser.form-text {
  position: absolute;
}
#forgotPassword a, #newUser a, #forgotPassword button {
  padding: 0px;
  position: relative;
  top: -12px;
  left: 10px;
  color: #0059aa;
  background-color: transparent;
  border: 0px;
}
#forgotPassword button:hover {
  cursor: pointer;
}
#forgotPassword {
  position: absolute;
  left: -13.25em;
  width: 200px;
  text-align: left;
}
@media(max-width: 760px) {
  #forgotPassword {
    top: -20px;
    left: inherit;
  }
}
.form-control, .btn {
  border-radius: 22px;
  font-size: 10pt;
  /* padding: 4px 15px; */
}
.form-control {
  background-color: #fff;
}
.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    height:100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap;
}
.btn {
  background-color: #0059aa;
  color: #fff;
  border: 1px solid #0059aa;
}
.btn:hover {
  background-color: transparent;
  color: #0059aa;
}
#mobileNav {
  display: none;
}
#mobileLoginMenuClose, #mobileNewUserClose, #newUserForm {
  display: none;
}
form h1, form h2, form h3, form h4, form h5 {
  margin: 10px 10px 20px 10px;
}
.form-check {
  padding: 1rem 2rem;
  font-size: 10pt;
}
#nav .col-sm-4, #nav .col-sm-8, #nav .col-sm-12, #nav .col-md, #nav .col-md-12 {
  width: auto;
}

/* ERROR MESSAGE MODAL POPUP */
/* Outer */
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
}
/* Inner */
.popup-inner {
	max-width:700px;
	width:90%;
	padding:40px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
	background:#fff;
}
/* Close Button */
.popup-close {
  width: auto;
  height: auto;
  padding: 10px 13px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgba(0,0,0,0.8);
	font-family:Arial, Sans-Serif;
	text-align:center;
	line-height:100%;
	color:#fff;
}
.popup-inner a.btn-blue:hover {
  color: #0059aa !important;
}
.popup-close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	text-decoration:none;
  background-color: #0059aa !important;
}
#error-msg {
  margin: 20px 0px 30px 0px;
}
.popup-inner a.btn-blue .popup-close, .popup-inner a.btn-blue .popup-close:hover {
  color: #fff;
}

/* CONTENT */
#content h2 {
  color: #0059aa;
  margin-bottom: 20px;
  font-size: 18pt;
}
#content p {
  margin-bottom: 26px;
}
#content .blue-black-icon {
  margin: 40px;
}
#img-map {
  margin-left: -60px;
}
#img-map-info div {
  margin: 20px 0px
}
#aircraftList {
  display: none;
  padding: 20px 20px 40px 20px;
  margin: 0px auto;
}
#aircraftTable {
  display: inline-table;
  max-width: 1024px;
  margin-top: 40px;
  margin-bottom: 10px !important;
  width: 100%;
}
#aircraftTable .page-item.active {
  background-color: transparent !important;
}
.active {
  background-color: transparent !important;
}
.active::after {
  display: none !important;
}
#aircraftTable .page-item.active .page-link {
  border: 0px;
}
#aircraftTable .page-item.active::after {
  display: none;
}
#aircraftListClose {
  margin-bottom: 40px;
}

/* VIDEO AND IMAGE FRAMES */
.laptop-frame, .tablet-frame, .mobile-frame {
  position: relative;
  margin: 0px auto;
  width: 400px; /* Adjust frame image width */
  height: 200px; /* Adjust frame image height */
}
.tablet-frame {
  width: 280px; /* Adjust frame image width */
  height: 200px; /* Adjust frame image height */
}
.mobile-frame {
  width: 280px; /* Adjust frame image width */
  height: 200px; /* Adjust frame image height */
}
.laptop-frame:after, .tablet-frame:after, .mobile-frame:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 5;
  background: url('/images/laptop-frame.png') no-repeat top left transparent;
  background-size: contain;
}
.tablet-frame:after {
  background: url('/images/tablet-frame.png') no-repeat top left transparent;
  background-size: contain;
}
.mobile-frame:after {
  background: url('/images/mobile-frame.png') no-repeat top left transparent;
  background-size: contain;
}
.laptop-frame video, .tablet-frame video, .mobile-frame video, .laptop-frame img, .tablet-frame img, .mobile-frame img {
  position: absolute;
  z-index: 10;
  border: 1px solid #767676;
  border-radius: 2px;
  width: 244px;
  height: 160px;
  top: 16px;
  left: 68px;
}
.tablet-frame video {
  width: 244px;
  height: 160px;
  top: 16px;
  left: 68px;
}
.mobile-frame video {
  width: 244px;
  height: 160px;
  top: 16px;
  left: 68px;
}
.laptop-frame img {
  width: 260px;
  height: 160px;
  top: 16px;
  left: 60px;
}
.tablet-frame img {
  width: 234px;
  height: 174px;
  top: 12px;
  left: 23px;
}
.mobile-frame img {
  width: 234px;
  height: 174px;
  top: 12px;
  left: 23px;
}
@media(max-width: 600px) {
    .laptop-frame {
      width: 300px;
      height: 150px;
    }
    .laptop-frame video {
      width: 183px;
      height: 120px;
      top: 12px;
      left: 51px;
    }
    .tablet-frame video {
      width: 232px;
      height: 174px;
      top: 12px;
      left: 24px;
    }
    .mobile-frame video {

    }
    .laptop-frame img, .tablet-frame img, .mobile-frame img {
      width: 190px;
      height: 120px;
      top: 12px;
      left: 48px;
    }
    .tablet-frame img {
      width: 232px;
      height: 174px;
      top: 12px;
      left: 24px;
    }
    .mobile-frame img {

    }
}

@media(min-width: 600px) and (max-width: 1000px) {
    .laptop-frame {
      width: 340px;
      height: 200px;
    }
    .laptop-frame video {
      width: 230px;
      height: 151px;
      top: 12px;
      left: 55px;
      position: absolute;
    }
    .tablet-frame video {
      width: 232px;
      height: 174px;
      top: 12px;
      left: 24px;
    }
    .mobile-frame video {

    }
    .laptop-frame img, .tablet-frame img, .mobile-frame img {
      width: 224px;
      height: 144px;
      top: 16px;
      left: 58px;
    }
    .tablet-frame img {
      width: 232px;
      height: 174px;
      top: 12px;
      left: 24px;
    }
    .mobile-frame img {

    }
}

/* NEW_USER.PHP STANDALONE ONBOARDING FORM */
#newUserForm-standalone {
  padding: 40px;
}
#nav .filter-option-inner-inner {
  font-size: 10pt !important;
}

/* TABLE */
#aircraftTable, table.shared-logs {
  border: 1px solid #ddd;
  font-size: 0.75rem;
}
.table_text {
  padding: 2px !important;
}
/* #sharedLogsTable .table td, #sharedLogsTable .table th {
  padding: 0px;
} */
.table td a {
  padding: 0px;
  margin: 0px;
}
.fixed-table-container {
  border: 0px;
}
.search {
  float: none !important;
  width: 50%;
  margin: 10px auto 40px auto;
}
.fixed-table-toolbar .bs-bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
  margin-bottom: 40px !important;
}
.pagination, .pagination-detail {
  width: 100%;
  justify-content: center;
}
.pagination-detail {
  display: none;
}
.pagination a {
  margin: 10px;
}
.page-link {
  border: 0px;
  color: #0059aa;
}
.page-link:hover {
  color: #0059aa;
  background-color: #f0f0f0;
}
.page-item.active .page-link {
  border: 1px solid #0059aa;
  color: #fff;
  background-color: #0059aa;
  line-height: initial;
}
.page-next .page-link:hover, .page-pre .page-link:hover {
  background-color: transparent;
  border: 0px;
}
.table_header {
  background-color: #0059aa;
  color: #fff;
  font-weight: 500;
}
.table_row_header {
  background-color: #f0f0f0;
  background: #f0f0f0;
}
.bootstrap-table .table {
  border: 0px;
}
table.shared-logs {
  border: 1px solid #ddd !important;
}
#sharedLogsTable .table_td, #sharedLogsTable .table_row_header, #sharedLogsTable .table_header {
  border: 1px solid #ddd;
}
#sharedLogsTable a.table_text:link, #sharedLogsTable a {
  color: #0059aa;
  text-decoration: underline;
}
#sharedLogsTable .fixed-table-footer {
  display: none;
}
/* HIDING ERROR MESSAGE BECAUSE NOT SURE WHERE IT CAME FROM */
#sharedLogsTable .no-records-found {
  display: none;
}

/* HERO SECTION */
#news-section h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    color:#232323 !important;
    text-align: center;
}
#press-release-section {
  text-align:center;
  color:white;
  height:10rem;
  background:url('../../images/aerocor-very-light-jet-media-2.jpg') no-repeat center;
  background-attachment: fixed;
  background-size: 100% 100%;
  width:100%;
}
#press-release-section h2 {
  font-size:3em;
  margin-left:4rem;
  color:white;
  text-align:center;
  padding:2rem;
  float:left;
}
.hero-bluemax h1{
  font-family: 'nexa';
  font-size:2.5rem;
}
.hero-bluemax p {
  font-family:Arial, Helvetica, sans-serif;
}
#hero-section h1, #hero-section h2, #hero-section h3, #hero-section h4, #hero-section p {
  color: #fff !important;
}
#hero-section #hero-buttons div {
  margin: 10px 0px;
}
#hero-section #hero-buttons .button-left, #hero-section #hero-buttons .button-center {
  margin-right: 20px;
}
#hero-section #hero-left img {
  margin: 20px;
}
#hero-left .logo-white {
  width: 50px;
  height: 50px;
}
#hero-section h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}
#hero-section h3 {
  font-weight: 900;
  font-size: 16pt;
}
#hero-section h4 {
  font-size: 11pt;
}
#hero-section h4 a {
  color: #fff;
}
#hero-section h4 a:hover {
  text-decoration: underline;
}
#hero-section h5 {
  font-size: 8pt;
}
#hero-section #hero-right #desktop-frame {
  margin-bottom: -200px;
}
.hero-link {
  color: #fff;
  text-decoration: underline;
  padding: 0px;
}
.hero-link:hover {
  color: #fff;
  text-decoration: none;
}
#hero-section #desktop-frame.lazy {
  display: none;
}

/* FOOTER */
#footer .row-2 h2 {
  margin-bottom: 20px
}
#footer .row-3 a {
  color: #939393;
}
#footer .row-3 a:hover {
  color: #fff;
}
#footer .row-3 h2 {
  color: #fff;
  margin-bottom: 40px;
}
#footer .row-3 p {
  margin: 0px;
}
#footer img {
  width: 100%;
}
#footer #showroom-img-link-2 {
  max-width: 200px;
  margin: 20px;
}
#footer #footer-logo-2 {
  padding: 0px;
  width: 100px;
}

/* BOOTSTRAP SELECT */
.dropdown {
  z-index: 0;
}
.dropdown.show {
  z-index: 1000;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #495057;
}
.dropdown-toggle {
  background-color: #f0f0f0;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dropdown-toggle:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.btn .filter-option, .filter-option {
  color: #495057;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #0059aa !important;
}

/* MAINTENANCE PAGE */
#maintenance.container-fluid {
  margin: 0px;
  padding: 0px;
}
#maintenance .row {
  max-width: none;
}
#maintenance .row .white-section {
  padding: 40px 80px;
}
#maintenance .logo-block {
  width: 300px;
  height: auto;
  margin: 20px 0px;
}
#maintenance h4 {
  margin: 20px 0px;
  font-size: 1.3rem;
}
#maintenance .blue-section {
  height: 800px;
}
#maintenance .flight-data-demo {
  width: 600px;
  margin-left: -125px;
}
@media (max-width: 760px) {
  #maintenance .blue-section {
    height: 32em;
  }
  #maintenance .flight-data-demo {
    width: 100%;
    margin: 0px;
    margin-top: -50px;
  }
}

/* ABOUT PAGE */
#flight-log-parent {
  padding-top: 60px !important;
}
#detailed-view-section .col-12 .col-12, #trend-analysis-section .col-12 .col-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.card-body {
  padding-left: 30px;
}
.accordion ul, .accordion li, .accordion p {
  color: #000;
  font-size: 8pt;
}
.accordion ul, #flight-log-section ul, #detailed-view-section ul, #trend-analysis-section ul, #getting-started-section ul {
  padding-left: 20px;
}
.accordion ul a {
  color: #0059aa;
  text-decoration: underline;
  padding: 0px;
}
.accordion ul a:hover {
  text-decoration: none;
}
.accordion .btn {
  color: #0059aa;
  background-color: transparent;
  border: 0px;
  text-decoration: none;
  text-align: left;
}
.accordion .btn:hover {
  color: #0059aa;
  background-color: transparent;
  border: 0px;
  text-decoration: underline;
}
.camp-visual {
  width: 400px;
}
@media(max-width: 760px) {
  .camp-visual {
    width: 300px;
  }
}

/* MOBILE - PHONE */
@media (max-width: 760px) {
  #content.about #hero-right {
    display: none;
  }
  .desktop {
    display: none;
  }
  .col-sm-12, .col-12, .col-md, .col-md-6 {
    padding: 0px;
  }
  .container-fluid {
    padding: 0px 40px !important;
  }
  #hero-section h1 {
    font-size: 1.5rem;
  }
  #desktop-frame, #video-frame, .laptop-frame, .tablet-frame, .mobile-frame, #img-map, #log-book, #showroom-img-link {
    max-width: 100%;
  }
  #desktop-frame {
    margin-bottom: -160px;
    margin-top: -48px;
  }
  #content .blue-black-icon {
    margin-top: 80px;
  }
  #img-map {
    margin-left: 0px;
  }
  #video-parent, #log-book-parent, .frame-parent {
    display: flex;
  }
  .laptop-frame, .tablet-frame, .mobile-frame, #log-book {
    order: 1;
  }
  #log-book {
    margin-bottom: 40px;
  }
  #video-text, #log-book-text {
    order: 2;
  }
  #showroom-img-link-1, #footer-logo-1 {
    max-width: 250px;
  }
  #footer #showroom-img-link-1 {
    max-width: 400px;
  }
  #loginForm .col-auto {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #loginForm .col-auto:last-of-type {
    margin-bottom: 0px;
  }
  #loginForm .form-row {
    margin-top: 20px;
  }
  #loginForm {
    display: none;
    padding: 2rem;
  }
  #mobileNav {
    display: block;
  }
  #newUserClose {
    display: none;
  }
  #newUserForm .col-auto {
    width: 100%;
  }
  #newUserForm {
    margin:31px;
    margin-top: 10px;
  }
  #aircraftTable {
    font-size: 0.4em;
    margin-top: 0px;
    margin-bottom: 10px !important;
  }
  .search {
    width: 100%;
  }
  #availability .img-fluid {
    margin:10px;
    width:50%;
  }

  #docs .img-fluid {
    margin-bottom:10px;
  }
  #docs a {
    padding:0;
  }
  section h1 {
    font-size:1.5rem !important;
  }
  .fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
    padding: 2px;
  }
  .inner.show .dropdown-item, .filter-option-inner-inner {
    font-size: 0.7em;
  }
  #nav .filter-option-inner-inner {
    font-size: 10pt !important;
  }
  #hero-section #desktop-frame {
    display: none;
  }
  #hero-section #desktop-frame.lazy {
    display: inline-block;
  }

  #tabletDesktopNav {
    display: none;
  }
}


/* MOBILE - TABLET */
@media (min-width: 761px) and (max-width: 1023px) {

  #tabletDesktopNav {
    display: none;
  }
  #footer #showroom-img-link-1 {
    max-width: 600px;
  }
  #newUserForm {
    margin-top: 20px;
  }
  #newUserForm .mobile button {
    display: none;
  }
  #img-map {
    width: 400px;
  }
  #log-book {
    width: 300px;
  }
  #footer-logo-1 {
    width: 300px !important;
  }
}

/* MOBILE - TABLET PRO */
@media (min-width: 1024px) and (max-width: 1120px) {

  #tabletDesktopNav {
    display: none;
  }
  #footer #showroom-img-link-1 {
    max-width: 600px;
  }
  #newUserForm {
    margin-top: 20px;
  }
  #newUserForm .mobile button {
    display: none;
  }
}

/* DESKTOP */

@media (min-width: 1120px) {
  .mobile {
    display: none;
  }

  #mobileTabletNav {
    display: none;
  }
  
  #newUserForm .form-row {
    display: flex;
    max-width: 50%;
    margin: 0 auto;
  }
  #newUserForm .form-row .col-auto {
    display: inline-block;
  }
  /* .environment-tag { */
  /*  right: 44.5%; */
  /* } */
}

/* Store */
.ecwid {
  margin-top: 2rem;
}
.ec-store__content-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.ec-breadcrumbs {
  position: absolute !important;
  top: 30px !important;
  left: 0 !important;
  width: 100% !important;
  text-align: center;
}
.breadcrumbs__link {
  border: #000 1px solid !important;
  border-radius: 22px !important;
  padding: 8px 20px !important;
  color: black;
}
.ec-footer {
  padding-top: 75px !important;
  padding-bottom: 50px !important;
}
