/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

body {
  font-family: Roboto;
}

.showroom {
  height: 600px;
  background: #c7001f;
}
.input-field {
  margin: 0px;
  padding: 0px;
}

.nav-transparent {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  top: 0px;
  left: 0px;
  z-index: 3;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),
    0 3px 1px -2px rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0),
    0 1px 5px 0 rgba(0, 0, 0, 0);
}
.carousel {
  transform: translateY(-120px);
  transform: translateX(-130px);
  margin: 0px;
  padding: 0px;
  width: 120%;
  height: 370px;
}
.carousel-mob {
  margin: 0px;
  padding: 0px;
  height: 370px;
}
.carousel .carousel-item {
  width: 300px;
  margin: 0px;
  padding: 0px;

  opacity: 1 !important;
}
.carousel .active #more {
  display: inline !important;
}

.carousel .carousel-item img {
  width: 100%;
}
.carousel .carousel-item h3 {
  margin: -7px 0 0 0;
  padding: 0;
  background: #fff;
  color: #000;
  padding: 10px 5px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #c7001f;
  color: white;
}

.slider .indicators .indicator-item {
  background-color: #fff;
  height: 10px;
  width: 10px;
}
.slider .indicators .indicator-item.active {
  background-color: #c7001f;
}
.left-border-chery {
  border-left: 3px solid #c7001f;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .left-border-chery {
    font-size: 2.56rem;
  }
}

.right-border-chery {
  border-right: 3px solid #c7001f;
  padding-right: 15px;
}

.chery-red {
  background: #c7001f;
}

.chery-text-red {
  color: #c7001f;
}

#content {
  position: relative;
  top: 100vh;
}
h1 {
  font-weight: 300;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
h2 {
  margin-right: 0.78rem;
}
.h2-underline {
  display: inline-block;
  position: relative;
}

.h2-underline:after {
  content: "";
  position: absolute;
  width: 35%;
  top: 80px;
  height: 2px;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid white;
}

.container {
  width: 80%;
}
#toast-container {
  top: 40% !important;
  right: 40% !important;
  width: 20% !important;
  height: 300px !important;
}

.center {
  margin: auto;
  display: block;
}
.dropdown-content {
  top: 100% !important;
}

tabs .tab a:focus,
.tabs .tab a:focus.active {
  background-color: rgba(255, 255, 255, 0.2);
  outline: none;
}
.collapsible-header {
  font-weight: 800;
}
.no-margin {
  margin: 0px;
}

.no-padding {
  margin: 0px;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

i.left {
  margin-right: 5px !important;
}

i.right {
  margin-left: 5px !important;
}

nav ul a {
  padding: 0 10px;
}
.sidenav li > a {
  width: 300px;
}
.dropdown-content {
  min-width: 250px;
}
#toast-container {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  width: 50% !important;
}
