/*!
Theme Name: Elito
Theme URI: http://underscores.me/
Author: Kiran
Author URI: http://Elito.com
Description: Elito Battery
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elito
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
       ========================================================================== */

/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {}

/* Grouping content
       ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `rem` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  font-size: 1rem;
}

/* Text-level semantics
       ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

/* Embedded content
       ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
       ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35rem 0.75rem 0.625rem;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *		`fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
       ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
       ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* Box sizing
  --------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
  @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
  # Base
  --------------------------------------------------------------*/

/* Typography
  --------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0 0 1.5rem;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6rem;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.has-text-align-center {
  text-align: center;
}

/* Elements
  --------------------------------------------- */

* {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 3.5rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 5rem;
  }
}

html {
  font-size: 62.5%;
}

@media (max-width: 800px) {
  html {
    font-size: 56%;
  }
}

@media (max-width: 640px) {
  html {
    font-size: 53%;
  }
}

@media (max-width: 1366px) {
  html {
    font-size: 52%;
  }
}

@media (max-width: 640px) {
  html {
    font-size: 52%;
  }
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #070f12;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5rem;
}

ul,
ol {
  margin: 0 0 1.5rem 3rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5rem;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1rem 0;
}

table {
  margin: 0 0 1.5rem;
  width: 100%;
}

h2 + p {margin-top: 2rem;}

/* Links
  --------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #000;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
  --------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;


  background: #ee2a24;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6rem 1rem 0.4rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;

  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
  # Layouts
  --------------------------------------------------------------*/

.section {
  padding: 8rem 0;
}

.section.light {
  background: #fafafa;
}

.section.dark {
  background: #ed1f24;
  color: #fff;
}

/*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/

/* Navigation
  --------------------------------------------- */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5rem;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* navigation */

.navigation {
  margin-left: auto;
}

.main-navigation {
  margin-left: auto;
}

.main-nav {
  display: flex;
  border-bottom: 1px #8592a6 solid;
  height: 100%;
  padding-right: 2rem;
  width: inherit;
}

.menu-primary-container {
  background: #fff;
  position: fixed;
  left: 0;
  width: 80%;
  padding: 3rem 2rem;
  top: 60px;
  bottom: 0;
  -webkit-box-shadow: 7px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 7px 0px 15px 0px rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 15;
}

.main-navigation.toggled .menu-primary-container {
  display: block;
}

.main-navigation ul {

  list-style: none;
  margin: 0;
  padding-left: 0;
}


.main-navigation li {
  position: relative;
  margin: 0 0 1rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 500;
}

.main-navigation li a {
  padding: 10px 0;
}

.main-navigation li.menu-item-has-children a::after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 11px;
  top: 19px;
}

.main-navigation li.menu-item-has-children a::before {
  content: '';
  width: 2px;
  height: 20px;
  background-color: #000;
  position: absolute;
  right: 20px;
  top: 10px;
}

.main-navigation li.menu-item-has-children.focus a::before {
  display: none;
}


.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}


.main-navigation ul .sub-menu {
  display: none;
}

.main-navigation ul .sub-menu a {
  padding: 5px 0;
}

.main-navigation ul .sub-menu a::after,
.main-navigation ul .sub-menu a::before {
  display: none;
}

.main-navigation ul li.focus .sub-menu {
  display: block;
}



.menu-toggle {

  padding: 0;
  margin: 1.2rem 0 0;
  color: #373737;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  z-index: 1000;
  float: right;
  position: relative;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.57143rem;
  outline: none;
  /* */

  height: 35px;
}

.menu-toggle:focus {
  background: transparent;
}

.menu-toggle:hover {
  opacity: 1;
  background-color: transparent;
}

.menu-toggle:active {
  transition: 0;
}

.bar-icon {
  display: inline-block;
  width: 3rem;
  height: 0.30rem;
  background: #fff;
  transition: 0.3s;
  position: relative;
  top: -3px;
}

.bar-icon:before,
.bar-icon:after {
  display: inline-block;
  width: 3rem;
  height: 0.30rem;
  background: #fff;
  border-radius: 0;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}



.bar-icon:before {
  top: 10px;
}

.bar-icon:after {
  top: -10px;
}

.menu-toggle:hover .bar-icon,
.menu-toggle:hover .bar-icon:before,
.menu-toggle:hover .bar-icon:after,
.toggled .menu-toggle {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.toggled .menu-toggle .bar-icon {
  background: transparent;
}

.toggled .menu-toggle .bar-icon:before,
.toggled .menu-toggle .bar-icon:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 3.5rem;
}

.toggled .menu-toggle .bar-icon:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.toggled .menu-toggle .bar-icon:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}





@media screen and (min-width: 768px) {



  .menu-toggle {
    display: none;
  }

  .main-navigation {
    margin-left: auto;
  }

  .main-nav {
    padding-right: 3rem;
  }

  .menu-primary-container {
    height: 100%;
  }

  .sticky .main-navigation {
    margin-top: 1rem;
  }

  .main-navigation ul {
    display: flex;
  }


  .main-navigation a {
    color: #fff;
  }


  .menu-primary-container {
    background-color: transparent;
    position: static;
    width: auto;
    -webkit-box-shadow: 7px 0px 15px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 7px 0px 15px 0px rgba(0, 0, 0, 0);
    box-shadow: 7px 0px 15px 0px rgba(0, 0, 0, 0);
    display: block;
    padding: 0 0;
  }

  .main-navigation ul.menu {

    list-style: none;
    margin: 0;
    padding-left: 0;
    height: 100%;
  }

  .main-navigation li.current-menu-item::after,
  .main-navigation li.current-menu-parent::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #ee2a24;
    bottom: 0;
  }

  .main-navigation a {
    display: block;
    text-decoration: none;
  }

  .main-navigation li.menu-open a,
  .main-navigation a:hover {
    color: #ee2a24;
  }

  .main-navigation li a {
    height: 100%;
    align-content: center;
  }

  .sticky .main-navigation li a {
    padding: 1.25rem 0;
  }

  .sticky .main-navigation li.btn a {
    padding: 1rem 2rem 1rem;
  }

  .main-navigation ul li .sub-menu a {
    white-space: nowrap;
    color: #000;
  }

  .main-navigation ul li.current_page_item a,
  .main-navigation ul li.current-menu-parent a {
    color: #ee2a24;

  }

  .main-navigation ul li.current-menu-parent .sub-menu a,
  .main-navigation ul li.focus .sub-menu a {
    color: #000;

  }

  .main-navigation ul li.current-menu-parent .sub-menu a:hover,
  .main-navigation ul li.focus .sub-menu a:hover {
    color: #ee2a24;
  }

  .main-navigation li.menu-item-has-children a::after,
  .main-navigation li.menu-item-has-children a::before {
    display: none;
  }

  .main-navigation ul .sub-menu a {
    padding: 5px 0;
  }

  .main-navigation ul .sub-menu a::after,
  .main-navigation ul .sub-menu a::before {
    display: none;
  }

  .main-navigation ul li.focus .sub-menu {
    display: block;
  }



  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    float: left;
    position: absolute;
    top: 100%;
    left: -45px;
    z-index: 99999;
    display: block;

    padding: 2rem;
    min-width: 250px;
  }




  .sticky .main-navigation ul ul {

    top: calc(100% + 10px);
  }

  .main-navigation ul ul li {
    display: block;
    text-transform: none;
    text-align: left;
    margin: 0;
  }

  .main-navigation ul ul li.current-menu-item::after {
    display: none;
  }

  .main-navigation ul ul li+li {
    border-top: 1px #cfcfcf solid;
  }

  .main-navigation ul ul li a {
    color: #000;
  }

  .main-navigation ul ul li a:hover {
    color: #ee2a24;
  }

  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }

  .main-navigation ul ul li:hover>ul,
  .main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
  }



  .main-navigation ul li:hover>ul,
  .main-navigation ul li.focus>ul {}

  .main-navigation li {
    position: relative;
    margin: 0 3rem;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 500;
  }



  /* Small menu. */
  .menu-toggle {
    display: none;
  }

  .main-navigation.toggled ul {
    display: none;
  }





}


/* Posts and pages
  --------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5rem;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5rem 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5rem;
}

/* Comments
  --------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
  --------------------------------------------- */
.widget {
  margin: 0 0 1.5rem;
}

.widget select {
  max-width: 100%;
}

/* Media
  --------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
  --------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075rem 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
  --------------------------------------------- */
.gallery {
  margin-bottom: 1.5rem;
  display: grid;
  grid-gap: 1.5rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
  # Plugins
  --------------------------------------------------------------*/

/* Jetpack infinite scroll
  --------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
  # Utilities
  --------------------------------------------------------------*/

/* Accessibility
  --------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
  --------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

body.menu-active {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #2e5965;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.center {
  text-align: center;
}

/**/

.btn {
  position: relative;
  border: 1px #000 solid;
  border-radius: 5rem;
  padding: 1rem 7rem 1rem 3rem;
  font-size: 1.6rem;
  background: #fff;
  display: inline-block;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
}

.btn::before {
  position: absolute;
  content: "";
  right: 0;
  border-radius: 50%;
  background: #000;
  width: 4rem;
  height: 4rem;
  top: 0;
}

.btn::after {
  position: absolute;
  content: "+";
  color: #fff;
  right: 1rem;
  font-size: 3rem;
  top: 0.3rem;
}

.btn.small {
  padding: 1rem 5rem 1rem 2rem;
  font-size: 1rem;
}

.btn.small::before {
  width: 3.3rem;
  height: 3.3rem;
}

.btn.small::after {
  right: 0.7rem;
  font-size: 2.5rem;
  top: 0.2rem;
}

.btn.dark {
  background: #2a2a2a;
  border: 1px #fff solid;
  color: #fff;
}

.btn.dark::before {
  background: #fff;
}

.btn.dark::after {
  color: #000;
}

.btn.red {
  background: #eb1525;
  border: 1px #eb1525 solid;
  color: #fff;
}

.btn.red::before {
  background: #000;
}

.btn.red::after {
  color: #fff;
}

/**/
.container {
  max-width: 90%;
  margin: 0 auto;
}

.section-header {}

.section-header h2 {
  /* color: #eb1525;*/
}

.section-header+.section-content {
  margin-top: 5rem;
}

.breadcrumb {
  max-width: 90%;
  margin: 0 auto;
}

.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;
  padding: 0 1rem;
  position: relative;
}

.breadcrumb li:after {
  left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(238, 42, 36, 0);
	border-left-color: #ee2a24;
	border-width: 4px;
	margin-top: -4px;
}
.breadcrumb li:last-child::after{
  display: none;
}
.breadcrumb li:first-child {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .breadcrumb li {
    
    padding: 0 3rem;
  }
}
/**/
.header {
  background: #000;
  color: #fff;

  display: flex;

  position: fixed;
  z-index: 99;
  height: 60px;
  width: 100%;
}

.header .brand {
  background: #ee2a24;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 100%;
  padding: 3rem 5rem;
}

.header .brand svg {
  width: 90%;
  fill: #fff;
}

.header .navigation {
  margin-left: auto;
}

.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li {
  display: inline-block;
}

/**/
.hero-banner {
  position: relative;
}

.banner-slide {
  position: relative;
}

.banner-slide .banner-image {}

.banner-slide .banner-caption {
  position: absolute;
  z-index: 1;

  width: 80%;
  left: 10%;
  top: 15%;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #000;
}

.banner-slide .banner-caption h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  line-height: 1;
}

.banner-slide .banner-caption h1 small {
  font-size: 2rem;
  display: inherit;
  line-height: 1;
}

.banner-caption .btn {
  margin-top: 3rem;
}

.hero-banner .swiper-nav {
  position: absolute;
  bottom: 5%;
  left: 10%;
  z-index: 2;

}

.hero-banner .swiper-nav .swiper-scrollbar {

  color: #fff;
}


.hero-banner .slider-num {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .header {
    height: 60px;
  }

  .header .brand {
    width: 215px;
  }

  .banner-slide .banner-caption {

    width: 40%;
    left: 10%;
    top: 15%;

    font-size: 1.8rem;

  }

  .banner-slide .banner-caption h1 {
    font-size: 6rem;
    margin-bottom: 2rem;

  }

  .banner-slide .banner-caption h1 small {
    font-size: 4rem;

  }

  .hero-banner .swiper-nav {
    bottom: 8%;
    width: 35%;
  }
}

/**/

.elito-pointer-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.elito-pointers-inner {}

.elito-pointers-inner .btn {
  margin-top: 6rem;
}

.elito-pointers {

  display: flex;


  margin-top: -8rem;
}

.elito-pointers .swiper {
  border: 2px #d2d2d2 solid;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  width: 100%;
}

.elito-pointers .swiper-wrapper {

  margin: 0;
}

.elito-pointers .pointer {
  border-right: 2px #d2d2d2 solid;

  text-align: center;
  text-transform: uppercase;

  display: flex;
  justify-content: center;
  align-items: center;
}

.elito-pointers .pointer:last-child {
  border-right: 0;
}

.elito-pointers .pointer.active {
  color: #ee2a24;
  font-weight: 500;
}

.elito-pointers .pointer p {
  margin: 3rem 0;
}

.elito-pointers .pointer em {
  font-size: 4rem;
  font-weight: 500;
  font-style: normal;
}

.elito-pointer-image {
  justify-self: end;
  margin-left: -6%;
  margin-right: -6%;
}

@media screen and (min-width: 768px) {
  .elito-pointer-wrapper {
    display: grid;
  }

  .elito-pointers-inner {
    width: 50%;
    position: absolute;
  }

  .elito-pointers {
    margin-top: 8rem;
  }

  .elito-pointer-image {
    width: 50%;
    justify-self: end;
    margin: 0;
  }
}

/**/

.push-head {
  position: relative;
  bottom: -8px;
}



.push-head .battery-outline {
  display: flex;
}

.push-head .battery {
  width: 100%;
}

.push-head .path-lines {
  display: none;
}

.push-title {
  width: 560px;
  position: absolute;

  bottom: 0;
  left: 0;
}

.push-battery {
  width: 100%;
  height: 230px;
  background: #bebacc;
  border: 1px red solid;
  display: none;
}

.push-title h2 {
  color: #fff;
  background: #ee2a24;
  display: inline-block;
  padding: 1rem 4rem;
  position: absolute;
  bottom: 6rem;
}

.about-icons {
  position: absolute;

  width: 100%;
  top: 0;
  bottom: 0;
  display: none;
}

.about-icons .icon {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
}

.about-icons .icon svg {
  width: 60px;
  height: 60px;
}

.about-icons .icon1 {
  top: -26px;
  left: 78%;
}

.about-icons .icon2 {
  top: 4rem;
  left: 96%;
}

.about-icons .icon3 {
  bottom: 5rem;
  left: 86%;
}

.push-block {
  overflow: hidden;
}

.push-block .container {
  max-width: none;
}

.push-block-inner {}

.push-item {
  background-position: center;
  background-size: cover;
  color: #fff;
  transition: all ease-in-out 0.5s;
}

.push-item-content {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5rem 4rem;
  transition: all ease-in-out 0.5s;
  position: relative;
}

.push-item:hover {
  margin-right: -6%;
}

.push-item:hover .push-item-content {
  background: #ee2b24cc;
  padding: 8rem 4rem;

}

.push-item-content h3 {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.push-item-content div {
  max-width: 40rem;
}

.push-item-content .more {
  margin-left: auto;
  width: 40px;
  height: 40px;
  color: #fff;
  border: 1px #fff solid;
  border-radius: 50%;

  position: absolute;
  top: calc(90% - 30px);
  right: 4%;
}

.push-item-content .more svg {
  width: 100%;
  height: 100%;
}

.push-item:hover .push-item-content .more {
  color: #ee2a24;
  background-color: #fff;
}

@media screen and (min-width: 768px) {


  .push-head .battery {
    width: 40%;
  }

  .push-head .path-lines {
    flex-grow: 1;
    display: block;
  }

  .push-block .container {
    max-width: 90%;
  }

  .push-item-content .more {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);

  }

  .about-icons {

    display: block;
  }

}

/**/

.why-elito {
  background: #ee2a24;
  color: #fff;
}

.why-elito .container {
  display: flex;
  flex-wrap: wrap;
}

.why-elito .left-block {
  margin-bottom: 5rem;
}

.why-elito .right-block {
  flex-grow: 1;
}

.why-elito-header {
  background: #000;
  padding: 2rem 3rem;
}

@media screen and (min-width: 768px) {
  .why-elito {
    background: #ee2a24 url(assets/images/battery-outline.png) no-repeat scroll left bottom;
  }

  .why-elito .container {
    display: flex;
    flex-wrap: nowrap;
  }

  .why-elito .left-block {
    width: 38%;
    margin-right: 10rem;
    margin-bottom: 0;
  }

  .why-elito .right-block {
    width: 60%;
  }
}

.collapsible-block {}

.collapsible-head {
  display: flex;
  align-items: center;

  position: relative;
  border-top: 1px #fff solid;
  padding: 2rem 0 0;
  margin-top: 2rem;
}

.collapsible-head:first-child {
  border-top: 0;
  padding: 0;
  margin-top: 0;
}

.collapsible-head::before {
  width: 3.5rem;
  height: 3.5rem;

  border-radius: 50%;
  content: "";
  background: #fff;

  position: absolute;
  right: 0;
  top: 3rem;
}

.collapsible-head::after {
  font-size: 4rem;
  content: "+";
  color: #eb1525;
  position: absolute;
  right: .5rem;
  top: 2.8rem;
  line-height: 1;
}

.collapsible-head.open::after {
  content: "-";
  right: .9rem;
  top: 2.1rem;
  font-size: 5rem;
  line-height: 1;
}

.collapsible-head:first-child::before {
  top: 0.75rem;
}

.collapsible-head:first-child::after {
  top: .6rem;
}

.collapsible-head.open:first-child::after {
  top: -.3rem;
}

.collapsible-head h3 {
  font-size: 2.2rem;
  font-weight: 500;
  padding-right: 3.5rem;
}

.collapsible-head .icon {
  background: #fff;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  margin-right: 2rem;
  display: inline-block;
  flex-shrink: 0;
}

.collapsible-content {
  padding: 2rem 6rem 1rem 6rem;
}

.collapsible-content p {
  margin: 0;
}

.collapsible-content p+p {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .collapsible-head h3 {
    font-size: 3rem;
  }
}

/**/

.vehicle-selector {
  margin-top: 5rem;
  width: 100%;
}

.vehicle-selector .vehicle-name {
  border-top: 1px #686868 solid;
  padding: 1rem 0 2rem;
  text-align: left;
  color: #ee2a24;
  position: relative;
  top: -10px;
  height: 60px;
  text-align: center;
}

.vehicle-selector .vehicle-name span {
  display: none;
}

.vehicle-selector .active .vehicle-name span {
  display: block;
}

.vehicle-selector div svg {
  height: 100%;
  width: 100%;
}

.product-container {
  margin: 0 0 0 5%;
}

.prod-selector {
  background: #2a2a2a;
  color: #fff;
}

.prod-selector-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.prod-selector-header .section-header {}

@media screen and (min-width: 768px) {

  .prod-selector-header {

    flex-wrap: nowrap;
    flex-direction: row;
  }

  .prod-selector-header .section-header {
    width: 40%;
  }
  .product-container {
    margin: 0 5%;
  }
}

.prod-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2rem;
}

.prod-grid div.center {
  grid-column: 1 / -1;
}


.prod-item {
  position: relative;
  border: 1px #c4c3c3 solid;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prod-selector .prod-item {
  border: 1px #ee2b2456 solid;
}

.prod-img {
  margin: 1rem 0 1rem;

}

.prod-meta {
  font-size: 1.2rem;
  color: #010101;
}

.prod-selector .prod-meta {
  color: #fff;
}

.prod-meta h3 {
  text-align: center;
  font-size: 1.8rem;
}

.prod-meta a {
  color: #010101;
}

.prod-selector .prod-meta a {
  color: #fff;
}

.prod-warranty {
  position: absolute;
  right: 5px;
  top: 5px;
}

.prod-info {
  display: flex;
  flex-direction: column;
}

.prod-info .prod-gallery {
  width: 100%;
  flex-shrink: 0;
}

.prod-gallery {
  display: flex;
}

.prod-gallery .slider{
  width: 100%;
}
.prod-thumbs {
  flex-grow: 0;
  display: flex;
  flex-direction: column;
}

.prod-thumbs .prod-thumb {
  width: 125px;
  height: 125px;
  border: 1px #dfdede solid;

  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.prod-thumbs .prod-thumb+.prod-thumb {
  margin-top: 6px;
}

 
.prod-image-wrapper {
  /*border: 1px #dfdede solid;
  margin-left: 2.5rem;

  flex-grow: 1;*/
}

.prod-image-wrapper .prod-image {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85%;
}

.prod-image-wrapper .prod-price {
  font-size: 3.6rem;
  color: #ee2a24;
  font-weight: 500;
  text-align: center;
  margin: 2rem 0 0;
}

.prod-image-wrapper .prod-price small {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
}

.prod-details {
  color: #ee2a24;
 
}

.prod-details h2 {
  line-height: 1.3;
}

.prod-details p {
  margin: 0.5rem 0;
}

.prod-details .prod-model {
  font-size: 2.5rem;
  display: none;
}

.prod-details .prod-vehicles {
  display: none;
}

@media screen and (min-width: 768px) {
  .prod-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 5rem;
  }

  .prod-info {

    flex-direction: row;
  }

  .prod-info .prod-gallery {
    width: 50%;
    flex-shrink: 0;
  }
  .prod-details {
     
    margin-left: 5rem;
   
  }
 

}


.prod-usp-block {
  background: #fafafa;
  padding: 5rem 0;
  margin-top:5rem;
}

.prod-meta-boxes {
  display: flex;
  justify-content: space-between;
  max-width: none;
  margin: 0 0 0 5%;
}
.swiper-prod-meta-box {
  width: 100%;
}
.prod-meta-box {
  display: flex;
  align-items: center;
}

.prod-meta-box+.prod-meta-box {
  border-left: 1px #7a7a7a solid;
  padding-left: 5rem;
}

.prod-meta-box .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;

  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  color: #ee2a24;
}

.prod-meta-box .info label {
  font-size: 1.3rem;
  color: #282828;
}

.prod-meta-box .info {
  font-size: 1.7rem;
  color: #eb3336;
}

.prod-meta-box .info p {
  margin: 0;
  font-weight: 600;
}

.prod-info-block {}

.prod-info-block .container {
  display: flex;
  flex-wrap: wrap;
}

.prod-info-block .section-header {

  text-align: left;
}

.prod-info-block .section-header h2 {
  color: #eb3336;
  border-bottom: 1px #eb3336 solid;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.prod-info-block .prod-detail-tabs {
  flex-grow: 1;
  margin: 3rem 0 0 0;
}

.tabs,
.tabs ul {
  margin: 0 0 6rem;
  padding: 0;
  list-style: none;
  display: flex;
}

.tabs li {
  font-size: 2rem;
  flex-grow: 1;
}

.tabs li a {
  display: block;
  padding: 2rem 2rem;
  text-align: center;
  border: 1px #dfdede solid;
}

.tabs li.active a {
  background-color: #eb3336;
  color: #fff;
  font-weight: 500;
  border: 1px #eb3336 solid;
  position: relative;
}

.tabs li.active a::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(235, 51, 54, 0);
  border-top-color: #eb3336;
  border-width: 15px;
  margin-left: -15px;
}

.prod-meta-table-block {
  background: #fafafa;
  padding: 5rem;
}

.prod-meta-table-block h5 {
  font-size: 2rem;
  color: #eb3336;
  font-weight: 400;
}

.prod-meta-table {
  margin: 0 -5rem;
}

.prod-meta-table td {
  border-bottom: 1px #dfdede solid;
  padding: 2rem 2rem 0 5rem;
}

.prod-download {
  margin: 6rem 0 0;
}

.prod-nav {
  display: flex;
}

.prod-button-prev,
.prod-button-next {
  width: 60px;
  height: 60px;
}

.prod-button-prev svg,
.prod-button-next svg {
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 768px) {
  .prod-info-block .container {
    flex-wrap: nowrap;
  }

  .prod-info-block .section-header {
    width: 23%;
  }

  .prod-info-block .prod-detail-tabs {
    flex-grow: 1;
    margin: 0 0 0 5rem;
  }

  .tabs li {
    font-size: 2.5rem;
  }

  .prod-meta-boxes {
    margin: 0 5%;
  }
  
}


/**/

.elito-support-block {
  background: #ee2a24;
  color: #fff;
  padding: 5rem 0;
}

.elito-support-block .container {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 5%;
  max-width: none;
}

.swiper-support-info {
  width: 100%;
}

.support-item {
  display: flex;
  font-size: 1.5rem;
  flex-grow: 1;
  padding: 0 2rem 0 0;
}

.support-item+.support-item {
  border-left: 1px #ff7a76 solid;
  padding-left: 6rem;
}

.support-item .icon {
  width: 60px;
}

.support-item .support-info h4 {
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .elito-support-block .container {
    
    margin: 0 5% 0 5%;
 
  }
  
}
/**/
.battery-features {
  background: #ee2a24;
  padding: 1rem 0 1rem 4%;
  color: #fff;
}

.battery-features.dark {
  background: #1a1a1a;
}

.battery-features ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.battery-features .swiper-slide {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  flex-grow: 1;
}

.battery-features .swiper-slide span {
  margin-bottom: 5px;
}

.battery-features .swiper-slide span.icon {
  width: 50px;
  margin: 0;
  color: #fff;
}

.battery-features.dark .swiper-slide span.icon {
  color: #ffde27;
}

.battery-features svg {
  width: 100%;
}

.battery-features p {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .battery-features {

    padding: 1rem 4%;

  }
}

/*
.widget-block {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-gap: 3rem;
  margin: 4rem 0 0;
}

.widget-block .widget {
  border: 1px #d7d7d8 solid;
  padding: 3rem;
  background: #fff;
  text-align: center;
  margin: 0;
  align-content: center;
}

.widget-block .widget-manufacture {

  grid-column-start: 1;
  grid-column-end: 3;

  width: 80%;
}*/
.widget-container {
  padding-bottom: 28rem;
}

.widget-block {
  display: flex;
  flex-wrap: wrap;
  margin: 4rem 0 0;
}

.widget-block .widget {
  border: 1px #d7d7d8 solid;
  padding: 3rem;
  background: #fff;
  text-align: center;
  margin: 0;
  align-content: center;
  width: calc(50% - 1.5rem);
  margin-right: 3rem;
}

.widget-block .widget.widget-manufacture {

  margin: 0 0 3rem;

  width: 100%;
}

.widget-block .widget:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {

  /*  .widget-block .widget-manufacture {

    grid-column-start: 1;
    grid-column-end: 3;
  }

  .widget-block {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 3rem;
  }*/
  .widget-block {
    flex-wrap: nowrap;
  }

  .widget-block .widget.widget-manufacture {

    width: 50%;
    margin: 0 3rem 0 0;

  }

  .widget-block .widget {
    width: 25%;
    margin: 0 3rem 0 0;
  }

}

/**/
.fitment-selector {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}

.fitment-selector .selector-field {
  margin-left: 3rem;
}

.fitment-selector .selector-field select {
  background: #fff;
  font-size: 1.6rem;
  padding: 1rem;
}


.selector-field select option:first-child ,.selector-field select option:first-child:hover{
  background: #787878;
}

/**/
.redefine-block {
  background: #de2e26;
  display: flex;
  flex-direction: column;
  margin: -20rem 5% 0 5%;
  color: #fff;
  position: relative;
}

.redefine-block h2 {
  margin-bottom: 2rem;
}

.redefine-left {
  padding: 3rem;

}

.redefine-right {
  padding: 3rem;
  border-top: 1px #fff solid;

}

.redefine-why {
  list-style: none;
  margin: 0;
  padding: 0;
}

.redefine-why li {
  display: flex;
}

.redefine-why li+li {
  margin-top: 1rem;
}

.redefine-why li .icon {
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  flex-grow: 0;
  flex-shrink: 0;
}

.redefine-why li .icon svg {
  width: 100%;
  height: 100%;
}

.redefine-why li p {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .redefine-block {
    flex-direction: row;
  }

  .redefine-left {
    padding: 5rem;
    width: 50%;
  }

  .redefine-right {
    padding: 5rem;
    border-left: 1px #fff solid;
    border-top: 0;
    width: 50%;
  }

  .redefine-why li .icon {
    width: 70px;
    height: 70px;

  }
}

/**/
.find-content{
  background: #f5f4f9;
}

/**/
.battery-filter-wrapper {
  margin: 0 0 5rem 0;
}

.battery-filter {
  display: flex;
  flex-wrap: wrap;
}

.battery-filter>div {
  margin-top: 3rem;
  width: 100%;
  text-align: center;
}

.battery-filter #filter_btn_all {
  text-align: right;
  color: #ee2a24;
  cursor: pointer;
}

.battery-filter select {
  border: 0;
  border-bottom: 2px #b2b2b2 solid;
  background: #fff;
  font-size: 1.8rem;
  min-width: 18rem;
  width: 100%;
  text-align: left;
}

.prod-selector .battery-filter select {

  border-bottom: 2px #787878 solid;
  background: #2a2a2a;
  color: #515151;

}

.prod-selector .battery-filter select option:first-child,.prod-selector .battery-filter select option:first-child:hover  {
  background: #787878;
}

.battery-filter #filter_btn,
.battery-filter #filter_btn_category {
  background: #ee2a24;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.5rem 2rem;
  width: 140px;
}

@media screen and (min-width: 768px) {
  .battery-filter-wrapper {
    margin: 5rem 0;
  }

  .battery-filter {
    flex-wrap: nowrap;
  }

  .battery-filter>div {
    margin-right: 3rem;
    margin-top: 0;
  }
  .battery-filter #filter_btn,
.battery-filter #filter_btn_category {
  width: auto;
}
}

/**/
.know-battery-block {
  display: flex;
  flex-direction: column;
}



.know-battery-header {
  background: #000;
  color: #fff;

  padding: 3rem;
}

.know-battery-header p {
  margin: 0;
}

.key-points-wrapper {

  margin: 3rem 0 0;
}

.key-points {
  margin: 2rem 0 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  gap: 2rem;
}

.key-points li {
  text-align: center;

}

.key-points .icon {
  width: 70px;
  height: 70px;
  display: inline-block;
}

.key-points .icon svg {
  width: 100%;
  height: 100%;
}

.battery-img {
  margin-top: 3rem;
  align-content: end;
}

@media screen and (min-width: 768px) {
  .know-battery-block {
    flex-direction: row;
  }

  .battery-info {
    width: 45%;
  }

  .key-points {

    grid-template-columns: auto auto auto auto;

  }

  .key-points .icon {
    width: 120px;
    height: 120px;
    display: inline-block;
  }

  .key-points li {
    text-align: center;
    width: 130px;
  }

  .key-points li+li {
    margin-left: 2rem;
  }

  .battery-img {
    margin: 0;
  }
}

/**/

.testimonial-highlighted {
  display: flex;
  flex-wrap: wrap;
}

.testimonial-highlighted .section-header {
  margin: 0 0 4rem;
  padding: 0;
}

.testimonial-highlighted .section-header .btn {
  display: none;
}

.testimonial-featured {
  position: relative;
  width: 100%;
}

.quote-top {
  width: 90px;
  height: 80px;
  position: absolute;
  top: -38px;
  left: 10px;
  z-index: 2;
}

.quote-btm {
  width: 90px;
  height: 80px;
  position: absolute;
  bottom: -38px;
  right: 10px;
  z-index: 2;
  transform: rotate(-180deg);
}

.quote-top svg,
.quote-btm svg {
  width: 100%;
  height: 100%;
}

.featured-testimonial {
  background: #f4f5f7;
  display: flex;
  flex-wrap: wrap;
  padding: 3rem;
  position: relative;
}

.featured-testimonial .pic {
  border: 1px #ee2a24 solid;
  border-radius: 100%;
  width: 256px;
  height: 256px;
  overflow: hidden;
  flex-shrink: 0;
}

.featured-testimonial .by {
  margin-top: 3rem;
}

.testimonial-list.swiper {
  margin: 3rem -6% 0;
}

.testimonial-item {
  background: #f4f5f7;
  display: flex;
  padding: 3rem;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.testimonial-item .pic {
  width: 120px;
  height: 120px;
  background-color: #21759b;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 2rem;
}

.testimonial-item .by h4 {
  font-size: 1.8rem;
  color: #58585a;
  font-weight: 500;
}

.testimonial-item .by {
  font-size: 1.4rem;
  color: #58585a;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .testimonial-list.swiper {
    margin: 3rem 0 0;
  }

  .testimonial-highlighted {
    display: flex;
    flex-wrap: nowrap;
  }

  .testimonial-highlighted .section-header {
    margin: 0 8rem 0 0;
    padding: 0;
  }

  .testimonial-featured {

    width: 73%;
  }

  .featured-testimonial {
    display: flex;
    flex-wrap: nowrap;
  }

  .featured-testimonial .by {
    margin-left: 3rem;
    margin-top: 0;
  }
}

/**/
.news-list {
  display: grid;
  grid-template-columns: auto;
  gap: 3rem;
  margin-bottom: 3rem;
}

.news-item {
  background: #4d4d4d;
  color: #fff;
}

.news-title {
  padding: 1rem;
  border-bottom: 1px #fff solid;
}

.news-brief {
  padding: 1rem;
}

.news-item h3 {
  font-size: 2.2rem;
}

.news-item h3 a {
  color: #fff;
}

.news-more {
  text-align: right;
}

.news-more .more {
  display: inline-block;
  width: 3rem;
  height: 3rem;
}

@media screen and (min-width: 768px) {
  .news-list {
    grid-template-columns: auto auto auto;
  }
}

/**/
.distributor-block {}

.distributor-block .container {
  display: flex;
  flex-wrap: wrap;
}

.distributor-block-left {}

.distributor-block-header {
  background: #000;
  color: #fff;
  padding: 3rem;

  position: relative;
  margin-top: 5rem;
  z-index: 1;
}

.distributor-count {}

.distributor-count ul {
  list-style: none;
  margin: 3rem 0;
  padding: 0;
  display: flex;
}

.distributor-count li {
  text-transform: uppercase;
  text-transform: uppercase;
  text-align: center;
  padding: 0 2rem;
  width: 50%;
}

.distributor-count li+li {
  border-left: 1px #4d4d4d solid;
}

.distributor-count li strong {
  color: #ee2a24;
  font-size: 4rem;
  font-weight: 600;
  display: block;
}

.map-block {

  position: relative;
  z-index: 0;
  margin: 3rem -5% 0 -5%;
  background-color: #404040;
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .distributor-block .container {
    display: flex;
  }

  .distributor-block-left {
    width: 40%;
  }

  .distributor-block-header {
    margin-right: -10rem;
  }

  .map-block {
    width: 60%;
    margin: 0;
    z-index: 0;
  }
}

/**/

.search-block {
  background: #f5f4f9;
  padding: 3rem;
  display: grid;
  grid-template-columns: 100%;
  gap: 6rem;
}

.search-block h3.title {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.branch-block {}

.corporate-block {}

.city-selector {
  margin-bottom: 2rem;
}

.city-selector select {
  border: 1px #e0dfe7 solid;
  width: 100%;
  background: #fff;
  padding: 1rem 3rem;
  font-size: 2.2rem;
}

.search-block .contact-info {
  border: 1px #e0dfe7 solid;
  color: #193168;
  font-size: 1.9rem;
  background: #fff;
  padding: 3rem;
}

.search-block .contact-info h3 {
  font-size: 3rem;
}

.search-block .contact-via {
  border-top: 1px #e0dfe7 solid;
  color: #ee2a24;
  font-size: 2.3rem;
}

.search-block .contact-via a {
  color: #ee2a24;
}

.search-block .contact-via small {
  color: #193168;
  font-size: 2rem;
}

.search-block .contact-via p {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}

.search-block .contact-via .icon {
  display: inline-block;
  color: #ee2a24;
  width: 35px;
  height: 35px;
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  .search-block {
    padding: 7rem;

    grid-template-columns: auto auto;
  }
}

/**/
.resource-faq-block {}

.resource-faq-block .container {
  display: flex;
}

.resource-faq-block .left-block {
  width: 38%;
  margin-right: 10rem;
}

.resource-faq-block .right-block {
  width: 60%;
}

.resource-faq-block .collapsible-head h3 {
  font-size: 2.4rem;
}

.resource-faq-block .collapsible-content {
  color: #566689;
}

.download-list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10rem;
}

.download-item a {
  display: flex;
  font-size: 2rem;
  color: #141414;
  align-items: center;
  background: #f7f6fa;
}

.download-item .icon {
  width: 100px;
  height: 100px;
  margin-right: 2rem;
}

.download-item .icon svg {
  width: 100%;
}

.guide-tabs {
  margin-bottom: 3rem;
}

.guide-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px #ccd1db solid;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}

.guide-tabs ul li {
  font-size: 2.2rem;
}

.guide-tabs ul li a {
  padding: 2rem 0;
  display: inherit;
}

/**/
.content-block {
  display: flex;
  flex-wrap: wrap;
}

.content-block .left-block {}

.content-block .right-block {}

.content-block .left-block .content {
  padding: 0 0 3rem 0;
}

.content-block .content p {
  line-height: 1.8;
}

.content-block .right-block .content {
  padding: 0 0 3rem 0;
}

.content-block .right-block .content h2 {
  position: relative;
  margin-bottom: 2rem;
}

.content-block .right-block .content h2::after {
  position: absolute;
  content: "";
  left: -17rem;
  top: 4rem;
  width: 150px;
  display: none;
  height: 1px;
  background-color: #ee2a24;
}

.content-block .left-block .content h2 {
  position: relative;
  margin-bottom: 2rem;
}

.content-block .left-block .content h2::after {
  position: absolute;
  content: "";
  right: -12rem;
  top: 4rem;
  width: 150px;
  display: none;
  height: 1px;
  background-color: #ee2a24;
}

@media screen and (min-width: 768px) {
  .content-block {
    display: flex;
    flex-wrap: nowrap;
  }

  .content-block .left-block {
    width: 50%;
  }

  .content-block .right-block {
    width: 50%;
  }

  .content-block .left-block .content {
    padding: 1rem 5rem 3rem 0;
  }

  .content-block .right-block .content {
    padding: 3rem 0 3rem 5rem;
  }

  .content-block .left-block .content h2::after {
    display: block;
  }

  .content-block .right-block .content h2::after {
    display: block;
  }
}

/**/
.our-values-block {
  background-color: #ee2a24;
  padding: 8rem 0;
}

.value-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.value-item {
  position: relative;
  color: #fff;
  border: 1px #fff dashed;
  padding: 2rem;
  margin: 2rem;

  border-radius: 50%;
}

.value-item img {
  display: block;
}

.value-item p {
  position: absolute;
  font-size: 2.5rem;
  background-color: #ee2a24;
  top: -25px;
  left: 50%;
}

.value-item p span {
  background-color: #ee2a24;
}

.value-item p span:before {
  width: 20px;
  content: "";
  background-color: #ee2a24;
  position: absolute;
  height: 30px;

  z-index: -1;
}

/**/

.opening {
  border: 1px #bebacc solid;
  padding: 2rem;
}

.opening-inner {
  display: flex;
}

.opening-title {
  padding-right: 3rem;
  color: #193168;
  font-size: 1.4rem;
}

.opening-title h3 {
  color: #193168;
  font-size: 2.2rem;
}

.opening-title h3 a {
  color: #193168;
}

.opening-count {
  border-left: 1px #b8c3dd solid;
  color: #b8c3dd;
  font-size: 1.3rem;
  padding: 0 3rem;
}

.opening-count span {
  display: block;
  text-align: center;
}

.opening-count span.count {
  font-size: 3.5rem;
  line-height: 1.2;
}

.opening .apply {
  color: #ee2a24;
  font-size: 1.4rem;
}

/**/
.page-template-page-faq .banner-slide .banner-caption {
  top: auto;
  bottom: 15%;
}

.faq-item {
  padding: 3rem 0 1rem;
}

.faq-item+.faq-item {
  border-top: 1px #000 dashed;
}

.faq-question {
  position: relative;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 500;
}

.faq-question::after {
  position: absolute;
  content: "";
  width: 3rem;
  height: 2px;
  background: #000;

  right: 0;
  top: 15px;
}

.faq-question::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 3rem;
  background: #000;

  right: 1.5rem;
  top: 3px;
  transition: all ease-in-out .5s;
}

.faq-answer {
  padding-right: 5rem;
}

.faq-question.open::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .faq-item {
    margin: 0 5%;
  }

  .faq-question::after {

    top: 17px;
  }
}

/**/

.article-item {
  display: flex;
  flex-direction: column;
}

.article-item .article-thumb {}

.article-item .article-date {
  font-size: 1.3rem;
  color: #959496;
}

.article-item .article-title {
  font-size: 1.8rem;
}

.article-item .article-title a {
  color: #000;
}

.article-item .article-brief {
  font-size: 1.5rem;
}

.article-item .more {
  font-size: 1.8rem;
  color: #ee2a24;
}

/**/
.footer {
  background: #000;
  color: #fff;
  padding: 8rem 5% 4rem;
  display: flex;
  flex-wrap: wrap;
}

.footer-logo {
  width: 130px;
  margin: 0 auto;
}

.footer-logo svg {
  width: 100%;
  fill: #fff;
}

.footer a {
  color: #fff;
}

.footer-left {}


.footer-subscribe {
  font-size: 2.2rem;
  margin: 3rem 0 0;
  max-width: 400px;
}

.footer-subscribe h4 {
  display: none;
}

.footer-subscribe form {
  position: relative;
  margin-top: 2rem;
}

.footer-subscribe input.newsletter-email {
  width: 100%;
  border: 1px #fff solid;
  background-color: #000;
  color: #fff;
  padding: 1rem 6rem 1rem 1rem;
  border-radius: 0;
  font-size: 2rem;

}

.footer-subscribe .newsletter-submit {
  position: absolute;
  right: 8px;
  top: 8px;
  bottom: 8px;
  background: red;
  border: 0;
  color: #fff;
  font-size: 1.2rem;
}


.footer-content {

  margin: 3rem 0 0 0;
}

.quick-connect {
  display: flex;
  flex-direction: column;

  border: 1px #3c3c3c solid;
  padding: 1rem;
  border-radius: 2rem;
}

.quick-connect div {
  display: flex;
  flex-direction: column;
  
}

.quick-connect p {
  margin: 0 0 0 1rem;
  padding: 0;
}

.quick-connect label {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
}

.quick-connect svg {
  width: 100%;
}

.quick-connect .icon {
  width: 35px;
  display: inline-flex;
}

.quick-connect span {
  color: #ee2a24;
}

.footer-nav {
  border-bottom: 1px #3c3c3c solid;
  padding: 2rem 0;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav li {
  display: inline-block;
  font-size: 1.5rem;
}

.footer-nav li+li {
  margin-left: 2rem;
}

.footer-social {
  margin: 2rem 0 0;
}

.footer-social label {
  display: block;
  margin: 0 0 2rem;
}

.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.social-links li a {
  width: 40px;
  display: inherit;
}

.social-links li+li {
  margin-left: 2rem;
}

.social-links svg {
  width: 100%;
}

.footer-copy {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px #3c3c3c solid;
  margin: 2rem 0 0;
  padding: 2rem 0;
}

.footer-copy .copyrights {
  margin: 0 0 1rem;
}
.copy-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.copy-links li {
  display: inline;
  padding: 0 2rem;
  border-left: 1px #fff solid;
  line-height: 1;
}

.copy-links li:first-child {
  border-left: 0;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .footer-left {
    width: 40%;
  }

  .footer-logo {
    margin: 0;
  }

  .footer-content {
    margin: 0 0 0 auto;
  }

  .quick-connect {
    display: inline-flex;
    flex-direction: column;
  }

  .quick-connect div {
    flex-direction: row;
    align-items: center;
  }

  .quick-connect p {
    margin: 0;
    padding: 0;
  }
  .quick-connect label {
    display: inline-flex;
    align-items: center;
    margin-right: 1rem;
  }

  .footer-copy {
    flex-wrap: nowrap;
  }
  .footer-copy .copyrights {
    margin: 0;
  }
  .copy-links {
    margin: 0 0 0 2rem;
  }

  .copy-links li:first-child {
    padding: 0 2rem;
    border-left: 1px #fff solid;
  }
}

/*slider*/
.slider {}

.slider .swiper-container {
  width: 100%;
  height: 100%;
}

.slider__flex {
  display: flex;
  align-items: flex-start;
}

.slider__col {
  display: flex;
  flex-direction: column;
  width: 150px;
  margin-right: 32px;
}

.slider__prev,
.slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #ee2a24;
  color: #fff;
}

.slider__prev:focus,
.slider__next:focus {
  outline: none;
}

.slider__thumbs {
  height: calc(400px - 96px);
}

.slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  border: 1px #dfdede solid;
}

.slider__thumbs .slider__image:hover {
  opacity: 1;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  border: 1px #eb1525 solid;
}

.slider__thumbs .slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.slider__images {
  height: 400px;
  border: 1px #dfdede solid;
  flex-grow: 1;
}

.slider__images .slider__image img {
  transition: 3s;
}

.slider__images .slider__image:hover img {
  transform: scale(1.1);
}

.slider__image {
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow: hidden;
}

.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column-reverse;
  }

  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }

  .slider__images {
    width: 100%;
    /*margin-left: 2.5rem;*/
  }

  .slider__thumbs {
    height: 100px;
    width: calc(100% - 96px);
    margin: 0 16px;
  }

  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: none !important;
}

.swiper-nav {
  position: relative;
  width: 100%;
  left: 0;
  margin-top: 4rem;
  display: flex;
  align-items: center;
}

.swiper-btns {
  position: relative;
  width: 100px;
  height: 40px;
  display: grid;
  grid-template-columns: auto auto;
}

.swiper-btns .swiper-button-next,
.swiper-btns .swiper-button-prev {
  width: 40px;
  height: 40px;
  position: static;
  margin: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .swiper-nav {
    position: relative;
    width: 50%;
    left: 50%;
    margin-top: 4rem;
    display: flex;
    align-items: center;
  }

  .swiper-btns {
    width: 160px;
    height: 60px;
  }

  .swiper-btns .swiper-button-next,
  .swiper-btns .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}

.swiper-btns svg {
  width: 100%;
  height: 100%;
}

.swiper-scroll {
  flex-grow: 1;
}

.swiper-btns .swiper-button-next .circle,
.swiper-btns .swiper-button-prev .circle {
  fill: #ee2a24;
}

.swiper-btns .swiper-button-next .arrow,
.swiper-btns .swiper-button-prev .arrow {
  fill: #fff;
}

.swiper-btns .swiper-button-disabled .circle {
  fill: #000;
}

.swiper-btns .swiper-button-disabled .arrow {
  fill: #fff;
}

.swiper-nav .swiper-scrollbar {
  border-radius: 0;
  background: none;
  display: flex;
}

.swiper-nav .swiper-scrollbar .divider {
  display: block;
}

.swiper-nav .progress-bar {
  flex-grow: 1;
  position: relative;
  display: none;
}

.slider-progress2 {
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #7f7f7f;
}

.slider-num {
  margin: 0 2rem;
  flex: 0 0 auto;
  font-size: 1.6rem;
  width: 30px;
  text-align: center;
  color: #000;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: pink;
}

.slider-scrollbar .swiper-scrollbar-drag {
  cursor: pointer;
  width: 5px;
  height: 2px;
  margin-top: 14.9px;
  background-color: #eb1525;
  box-shadow: 0 4px 10px rgba(27, 75, 255, 0.4);
}

.slider-progress {
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: gray;
}

.curved {
  position: absolute;
  font-size: 2.5rem;
  background-color: #ee2a24;
}

.swiper-backface-hidden {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .swiper-nav .progress-bar {
    display: block;
  }

  .swiper-nav .swiper-scrollbar .divider {
    display: none;
  }
}

.vehicle-swiper .category-icon,
.vehicle-swiper .active .category-icon-active {
  display: block;
}

.vehicle-swiper .category-icon-active,
.vehicle-swiper .active .category-icon {
  display: none;
}

.form-wrapper {
  background: #fcfcfc;
  border: 1px #e9e3e3 solid;
  padding: 3rem;
}

.form-fields {
  display: grid;
  grid-template-columns: auto;
  gap: 5rem;
}

.form-field {
  position: relative;
  display: flex;
}

.form-field.has-btn {
  display: flex;
  padding-bottom: 3rem;
}

.field-info {
  position: absolute;
  bottom: 0;
}

.form-field label {
  position: relative;
  flex-grow: 1;
}

.form-field p {
  margin: 0;
}

.form-field .wpcf7-form-control {
  border: 2px #f4f1f1 solid;
  width: 100%;
  font-size: 1.6rem;
  padding: 1rem;
  color: #000;
  line-height: 1;
  background: #fff;
}

.form-field .label-span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  transition: all 0.2s;
  pointer-events: none;
  z-index: 1;
}

.form-field .info-icon {
  margin: 1rem 0 0 1rem;
  color: rgb(212, 19, 58);
  cursor: pointer;
}

.error {
  font-size: 1.3rem;
  color: rgb(212, 19, 58);
  padding-left: 2rem;
}

.wpcf7-form-control:focus+.label-span,
.wpcf7-form-control.full+.label-span {
  top: -1.5rem;
  left: 0.5rem;
  font-size: 0.7rem;
}

.wpcf7-select option:first-child {
  background: #787878;
}

.label-span .req {
  color: #f00;
}

.form-btn {
  text-align: center;
  margin: 3rem 0 0;
}

.form-btn p {
  margin: 0;
}

input.wpcf7-submit {
  background: #e40521;
  display: inline-block;
  color: #fff;
  padding: 1.5rem 5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.8rem;
  cursor: pointer;

}

input.wpcf7-submit:disabled,
button[disabled]{
  background: #7f7f7f;
}

@media screen and (min-width: 768px) {
  .form-wrapper {
    padding: 7rem;
  }

  .form-fields {
    grid-template-columns: auto auto auto;
    gap: 5rem;
  }
}

.asl-wrapper .btn::after,
.asl-wrapper .btn::before {
  display: none;
}

.map-block #asl-list {
  display: none;
}

.map-block .asl-cont .pol-md-7 {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.map-block .search_filter.inside-map {
  display: none;
}

@media (min-width: 768px) {
  .map-block .asl-cont .pol-md-7 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}


table{
	border-collapse: collapse;
}

tr{
    border-bottom: 1px solid #d0d0d0;
}
td{
    padding: 1rem;
}


/* 1. Ensure this sits above everything when visible */
.modal {
  position: fixed;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal.is-visible {
  visibility: visible;
}

.modal-overlay {
position: fixed;
z-index: 10;
width: 100%;
height: 100%;
background: hsla(0, 0%, 0%, 0.5);
visibility: hidden;
opacity: 0;
transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
opacity: 1;
visibility: visible;
transition-delay: 0s;
}

.modal-wrapper {
position: absolute;
z-index: 9999;
top: 6em;
left: 50%;
width: 32em;
margin-left: -16em;
background-color: #fff;
box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
transition: all 0.3s 0.12s;
transform: translateY(-10%);
opacity: 0;
}

.modal.is-visible .modal-transition {
transform: translateY(0);
opacity: 1;
}

.modal-header,
.modal-content {
padding: 1em;
}

.modal-header {
position: relative;
background-color: #fff;
box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
border-bottom: 1px solid #e8e8e8;
}

.modal-close {
position: absolute;
top: 0;
right: 0;
padding: 1em;
color: #aaa;
background: none;
border: 0;
}

.modal-close:hover {
color: #777;
}

.modal-heading {
font-size: 1.125em;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
margin-top: 0;
}

.modal-content > *:last-child {
margin-bottom: 0;
}
/*
.battery-filter select option.filter {
  color: #848484;

}*/