@import 'globals/bootstrap.min.css';
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");
@import 'globals/owl.carousel.min.css';
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
@import url("https://use.typekit.net/gvz4clw.css");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import 'libs/menu.css';
@import url("https://api.tiles.mapbox.com/mapbox-gl-js/v2.4.1/mapbox-gl.css");
@import 'components/_magnify.css';
@import 'globals/wp-styles.css';
* {
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  height: auto;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 24px;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-touch-callout: none !important;
  color: #333333;
  font-family: "aktiv-grotesk";
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

p {
  color: #333333;
  font-size: 16px;
  line-height: 150%;
}
@media only screen and (max-width: 991px) {
  p br {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald";
}

h1 {
  font-weight: 600;
  font-size: 120px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #111111;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 80px;
  }
  h1 br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }
}
h1 span {
  color: #ffa43c;
}

h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #111111;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #ffa43c;
}
h2 em {
  color: #f70032;
  font-style: normal;
}

.container {
  max-width: 1200px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

a, button {
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

input[type=text],
input[type=search],
input[type=password],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=file],
textarea,
select {
  background: #fff;
  color: #333;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 10px;
  border-color: #333;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=file]:focus,
textarea:focus,
select:focus {
  outline: none;
  color: inherit;
  box-shadow: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333;
}
input[type=text]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=file]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=file]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}

input[type=text],
input[type=search],
input[type=password],
input[type=number],
input[type=email],
input[type=url],
input[type=tel] {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 6px;
  color: rgba(17, 17, 17, 0.3);
  padding: 12px 16px;
}
input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(17, 17, 17, 0.3);
}
input[type=text]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=tel]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(17, 17, 17, 0.3);
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(17, 17, 17, 0.3);
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(17, 17, 17, 0.3);
}

textarea {
  width: 100%;
  height: 100px;
}

input[type=file]:hover {
  cursor: pointer;
}

input[type=search] {
  width: auto;
  display: inline-block;
}

select {
  border-radius: 0;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
}

select[multiple],
select[size] {
  height: auto;
  background: none;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  display: inline-block;
}

input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus,
button:focus {
  outline: none;
}

select {
  border-radius: 6px;
  background: #fff;
  height: 50px;
  padding: 0 16px;
  line-height: 50px;
  border: none;
  font-size: 16px;
  background-image: url(../images/down-ar.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.menu-item-region-selector select {
  background: #111111;
  border-radius: 0;
  line-height: normal;
  height: auto;
  color: rgba(255, 255, 255, 0.5);
  padding: 0;
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
}

.modal-content {
  background-color: transparent;
  border: none;
}
.modal-content .rainbow-popup {
  position: absolute;
  bottom: 0;
  width: calc(100% - 3px);
  left: 2px;
}
.modal-content .persons-popup {
  position: absolute;
  bottom: 32px;
  left: 2px;
  max-width: 525px;
  width: 100%;
}

.help_me_choose_form .modal-dialog {
  max-width: 970px;
  width: 96%;
}
.help_me_choose_form .modal-dialog .alert {
  margin-top: 15px;
}

.modal-form {
  max-width: 970px;
  width: 100%;
  background: #F3F3F3;
  padding: 40px 31px 32px 41px;
  border-radius: 16px;
  border: 2px solid #111111;
}
@media only screen and (max-width: 575px) {
  .modal-form {
    padding: 60px 20px 32px 20px;
  }
}
.modal-form .close-btn {
  border: none;
  background: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #111111;
  font-weight: 700;
  padding: 0;
}
.modal-form .modal-form-inner {
  z-index: 1;
}
.modal-form .input-vin-number {
  text-align: center;
}
.modal-form .input-vin-number a {
  color: #333333;
}
.modal-form .input-vin-number a:hover {
  color: #333333;
}
@media only screen and (max-width: 575px) {
  .modal-form .input-vin-number a {
    color: #fff;
  }
  .modal-form .input-vin-number a:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 575px) {
  .modal-form .logo-popup {
    margin-right: 30px;
    vertical-align: top;
    max-width: 110px;
  }
}
.modal-form .form-top {
  text-align: center;
  max-width: 403px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.modal-form .form-top figure {
  margin-bottom: 10px;
}
.modal-form .form-top h2 {
  text-transform: capitalize;
  font-size: 30px;
  border: 1px solid;
  width: 148px;
  height: 50px;
  line-height: 45px;
  border-radius: 4px;
  margin: 0 auto 10px;
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .modal-form .form-top h2 {
    font-size: 23px;
    width: 113px;
    height: 48px;
    line-height: 43px;
  }
}
.modal-form .form-top h3 {
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
.modal-form .form-top p {
  line-height: 21px;
}
.modal-form .form-col label {
  margin-bottom: 10px;
  color: #333333;
}
.modal-form .form-col select {
  margin-bottom: 10px;
  font: -moz-pull-down-menu;
  font-size: 16px;
}
.modal-form .form-col select.filter_product_type {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .modal-form .form-col select {
    width: 100%;
  }
}
.modal-form .form-col a {
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  line-height: 15px;
  display: inline-block;
}
.modal-form .form-col .col-sm-12:last-child select {
  margin-bottom: 0;
}
.modal-form .form-bottom-button {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 88px;
}
.modal-form .form-bottom-button button {
  padding: 14px 17px;
  z-index: 0;
}
.modal-form .form-bottom-button .link-button {
  border: none;
  max-width: 200px;
  width: 100%;
}
.modal-form .form-bottom-button .link-button:before {
  background: #fff;
}
.modal-form .form-bottom-button .link-button:hover {
  color: #fff;
  background: #ffa43c;
}

.overlay {
  background: #e9e9e9;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  border-radius: 16px;
  z-index: 1;
}
.overlay #loading-img {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  text-align: center;
}

.show-on-mobile {
  display: none;
}

@media only screen and (max-width: 575px) {
  .hide-on-mobile {
    display: none;
  }

  .show-on-mobile {
    display: inline-block;
  }
}
.btn-primary {
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 32px;
  color: #333333;
  text-decoration: none;
}
.btn-primary:hover {
  background-color: #111111;
  color: #333333;
}
.btn-primary:focus {
  outline: 0;
  box-shadow: none;
  background-color: #111111;
}
.btn-primary:active:focus {
  box-shadow: none;
}

.link-button, button,
html input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  background: #111111;
  text-decoration: none;
  border-radius: 4px;
  padding: 13.5px 18px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 0;
}
.link-button:hover, button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #fff;
  background: #ffa43c;
}
.link-button:hover:before, button:hover:before,
html input[type=button]:hover:before,
input[type=reset]:hover:before,
input[type=submit]:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header {
  background-size: cover;
  height: 37px;
  position: relative;
  z-index: 1;
  background: #111111;
}
@media only screen and (max-width: 1599px) {
  .header:before {
    left: -456px;
  }
}
.header .row {
  align-items: center;
}
.header .logo img {
  max-height: 48px;
  width: auto;
}
.header .logo a {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  z-index: 0;
}
.header .logo a:after {
  position: absolute;
  top: -1px;
  bottom: 0;
  width: 15px;
  transform: skew(-16deg);
  content: "";
  right: -4px;
  background: #fff;
  z-index: -1;
}
.header .logo a:before {
  position: absolute;
  top: -1px;
  bottom: -3px;
  width: 15px;
  transform: skew(-16deg);
  content: "";
  left: -10px;
  background: #fff;
  z-index: -1;
}
.header .header-right {
  text-align: right;
  margin-top: -10px;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .header .header-right {
    position: absolute;
    right: 55px;
    top: 0px;
  }
}
.header .header-right ul {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .header .header-right ul {
    display: none;
  }
}
.header .header-right ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  position: relative;
}
.header .header-right ul li:last-child {
  margin-right: 0;
}
.header .header-right ul li:hover .sub-menu {
  transition: all 0.5s ease-in-out;
  top: 50px;
  opacity: 1;
  visibility: visible;
}
.header .header-right ul li .sub-menu {
  position: absolute;
  left: -170px;
  width: 340px;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 9999;
  background: #FAFAFA;
  border-radius: 14px;
  text-align: left;
  padding: 30px 20px 25px;
  filter: drop-shadow(8px 8px 80px rgba(0, 0, 0, 0.16));
}
.header .header-right ul li .sub-menu li {
  display: block;
  margin-right: 0;
  margin-bottom: 8px;
}
.header .header-right ul li .sub-menu li.current-menu-item a {
  background: #FFFFFF;
  color: #111111;
  transition: all 0.5s ease-in-out;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.header .header-right ul li .sub-menu li.current-menu-item a:after {
  background: transparent url(../images/menu-arrow-black.svg) no-repeat;
}
.header .header-right ul li .sub-menu li a {
  padding: 15px 20px;
  display: block;
  transition: all 0.5s ease-in-out;
  color: #696969;
  font-weight: normal;
}
.header .header-right ul li .sub-menu li a:hover {
  background: #FFFFFF;
  color: #111111;
  transition: all 0.5s ease-in-out;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.header .header-right ul li .sub-menu li a:hover:after {
  background: transparent url(../images/menu-arrow-black.svg) no-repeat;
}
.header .header-right ul li .sub-menu li a:after {
  content: "";
  width: 8px;
  height: 12px;
  background: transparent url(../images/menu-arrow.svg) no-repeat;
  top: 16px;
  right: 20px;
  position: absolute;
  display: inline-block;
}
.header .header-right ul li.wpml-ls-first-item:after {
  top: 4px;
  height: 20px;
  display: none;
  position: absolute;
  width: 2px;
  background: #fff;
  content: "";
  right: -17px;
}
.header .header-right ul li.current-menu-item a, .header .header-right ul li.current-menu-parent a {
  color: #ffa43c;
}
.header .header-right ul li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-decoration: none;
  font-weight: 500;
  line-height: 120%;
}
.header .header-right ul li a:hover {
  color: #ffa43c;
}
.header .header-right ul li a img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: contain;
  margin-top: 5px;
}
.header .header-right .flag-icon {
  margin-left: 36px;
}
@media only screen and (max-width: 767px) {
  .header .header-right .flag-icon {
    display: block;
  }
}
.header .header-right .flag-icon li {
  position: relative;
  margin-right: 22px;
}
.header .header-right .flag-icon li:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 2px;
  background: #fff;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .header .header-right .flag-icon li:after {
    height: 17px;
  }
}
.header .header-right .flag-icon li:last-child:after {
  display: none;
}
.header .header-right .flag-icon li a {
  position: relative;
  top: -4px;
}

#menu-header-menu-french-1 li.wpml-ls-first-item a span,
#menu-header-menu-french-1 li.wpml-ls-last-item a span #menu-header-menu-french li.wpml-ls-first-item a span,
#menu-header-menu-french li.wpml-ls-last-item a span {
  display: none;
}

#menu-header-menu-french-1 li.wpml-ls-first-item a:before,
#menu-header-menu-french li.wpml-ls-first-item a:before {
  content: "EN";
}

#menu-header-menu-french-1 li.wpml-ls-last-item a:before,
#menu-header-menu-french li.wpml-ls-last-item a:before {
  content: "FR";
}

.color-spirit {
  position: relative;
  z-index: 1;
  background: #F8F8F8;
}
.color-spirit img {
  width: 100%;
  position: absolute;
}

.help-me-choose {
  right: 24px;
  position: absolute;
  z-index: 9999;
  top: 85%;
  transform: translateY(-50%);
}
.help-me-choose img {
  position: relative;
}
.help-me-choose button {
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 10px;
  border: none;
  height: 155px;
  width: 155px;
  background: #FAA61A;
  border-radius: 100px;
  display: block;
}
.help-me-choose button:hover {
  background: #ffa43c;
}
@media only screen and (max-width: 1199px) {
  .help-me-choose button {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .help-me-choose button i img {
    width: 100%;
  }
}
.help-me-choose button h4 {
  font-size: 24px;
  font-family: "Oswald";
  color: #000;
  font-weight: 600;
  display: block;
  border: 0;
  border-radius: 5px;
  padding: 5px 0;
  margin-bottom: 5px;
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
  .help-me-choose button h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .help-me-choose button h4 {
    font-size: 16px;
  }
}
.help-me-choose button h4.eastMatchBtn {
  text-transform: none;
  line-height: 18px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  border: 2px solid #111;
  width: 120px;
  margin: 0 auto 0;
  padding-bottom: 8px;
  padding-top: 6px;
}
@media only screen and (max-width: 1199px) {
  .help-me-choose button h4.eastMatchBtn {
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 3px;
    width: 90px;
  }
}
.help-me-choose button h4.eastMatchBtn span {
  color: #fff;
}
@media only screen and (max-width: 479px) {
  .help-me-choose button {
    font-size: 14px;
    padding: 7px 15px;
  }
}
.help-me-choose.stick {
  position: fixed;
  transform: translateY(0px);
  bottom: 20px;
  top: auto;
}

footer {
  padding: 125px 0 35px;
  background: #111111;
}
@media only screen and (max-width: 991px) {
  footer {
    padding: 80px 0 30px;
  }
}
footer .footer-column {
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  footer .footer-column {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  footer .footer-column {
    margin-bottom: 20px;
  }
}
footer .footer-column h6 {
  font-family: "aktiv-grotesk";
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  footer .footer-column h6 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  footer .footer-column h6 {
    margin-bottom: 5px;
  }
}
footer .footer-column ul li {
  line-height: 120%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  footer .footer-column ul li {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-column ul li {
    margin-bottom: 10px;
  }
}
footer .footer-column ul li:last-child {
  margin-bottom: 0;
}
footer .footer-column ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
}
footer .footer-column ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-column ul li a i {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -3px;
}
footer .bottom-logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding-bottom: 17px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  footer .bottom-logo {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
footer .bottom-logo span {
  color: #fff;
  margin-left: 16px;
  font-size: 15px;
}
footer .bottom-logo .link-button {
  padding: 0;
}
footer .bottom-logo .link-button:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
}
footer .copyright-left {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  footer .copyright-left {
    text-align: center;
  }
}
footer .copyright-left p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
@media only screen and (max-width: 479px) {
  footer .copyright-left p {
    font-size: 12px;
    line-height: normal;
  }
}
footer .copyright-left p a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
}
footer .copyright-left p a:hover {
  color: #fff;
}
footer .copyright-right {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  footer .copyright-right {
    text-align: center;
  }
}
footer .copyright-right ul li {
  display: inline-block;
  margin-right: 24px;
}
footer .copyright-right ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  footer .copyright-right ul li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  footer .copyright-right ul li {
    font-size: 14px;
    margin-right: 10px;
  }
}
footer .copyright-right ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
}
footer .copyright-right ul li a:hover {
  color: #fff;
}
footer .site-by-flux {
  text-align: right;
  padding-right: 28px;
}
@media only screen and (max-width: 991px) {
  footer .site-by-flux {
    text-align: center;
    margin-top: 10px;
    padding-right: 0;
  }
}
footer .site-by-flux a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
footer .site-by-flux a img {
  margin-left: 6px;
  position: relative;
  top: -5px;
}

.antifreeze-coolant .hero-sec,
.single-products .hero-sec {
  padding-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .antifreeze-coolant .hero-sec,
.single-products .hero-sec {
    min-height: inherit;
  }
}

@media only screen and (max-width: 575px) {
  .usa .hero-sec .home-banner .banner-slider .banner-item li {
    margin-bottom: 10px;
  }
}
.usa .hero-sec .home-banner .banner-slider .banner-item.banner-item-2 {
  margin-top: 28px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .usa .hero-sec .home-banner .banner-slider .banner-item.banner-item-2 {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .usa .hero-sec .home-banner .banner-slider .banner-item.banner-item-2 h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .usa .hero-sec .home-banner .banner-slider .banner-item.banner-item-2 h2 {
    font-size: 44px;
  }
}
.usa .hero-sec .home-banner .banner-slider .banner-item.banner-item-2 .banner-temperature {
  margin-top: -60px;
}
@media only screen and (max-width: 991px) {
  .usa .hero-sec .home-banner .banner-slider .banner-item.banner-item-2 .banner-temperature {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .usa .hero-sec .home-banner .banner-slider .banner-item.banner-item-2 .banner-temperature {
    margin-top: 10px;
  }
}
.usa .hero-sec .home-banner .banner-slider .banner-item.with_bg_image {
  margin-top: 65px;
}
@media only screen and (max-width: 991px) {
  .usa .hero-sec .home-banner .banner-slider .banner-item.with_bg_image {
    margin-top: 25px;
  }
}
.usa .hero-sec .home-banner .banner-slider .banner-item.with_bg_image .with_bg_image_inner .formulated_for_span {
  max-width: 100%;
}

.hero-sec {
  position: relative;
  padding-top: 30px;
  padding-bottom: 39px;
}
@media only screen and (max-width: 1199px) {
  .hero-sec {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-sec {
    padding-top: 15px;
  }
}
.hero-sec .home-banner .banner-slider {
  padding-bottom: 50px;
  position: relative;
  max-height: 880px;
}
@media only screen and (max-width: 991px) {
  .hero-sec .home-banner .banner-slider {
    max-height: 680px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .hero-sec .home-banner .banner-slider {
    max-height: initial;
  }
}
.hero-sec .home-banner .banner-slider .banner-item {
  text-align: center;
}
.hero-sec .home-banner .banner-slider .banner-item.banner-item-1 {
  margin-top: 47px;
}
.hero-sec .home-banner .banner-slider .banner-item.banner-item-2 {
  margin-top: 153px;
}
@media only screen and (max-width: 767px) {
  .hero-sec .home-banner .banner-slider .banner-item.banner-item-2 {
    margin-top: 80px;
  }
}
.hero-sec .home-banner .banner-slider .banner-item.banner-item-3 {
  margin-top: 80px;
}
@media only screen and (max-width: 479px) {
  .hero-sec .home-banner .banner-slider .banner-item.banner-item-3 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-sec .home-banner .banner-slider .banner-item h2 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-sec .home-banner .banner-slider .banner-item h2 {
    font-size: 50px;
  }
}
.hero-sec .home-banner .banner-slider .banner-item.with_bg_image {
  margin-top: 27px;
  text-align: left;
}
.hero-sec .home-banner .banner-slider .banner-item.with_bg_image .with_bg_image_inner {
  height: 721px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 991px) {
  .hero-sec .home-banner .banner-slider .banner-item.with_bg_image .with_bg_image_inner {
    height: 600px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-sec .home-banner .banner-slider .banner-item.with_bg_image .with_bg_image_inner {
    height: auto;
  }
}
.hero-sec .home-banner .banner-slider .banner-item.with_bg_image .with_bg_image_inner figure {
  margin: 0;
}
@media only screen and (max-width: 479px) {
  .hero-sec .home-banner .banner-slider .banner-item.with_bg_image .with_bg_image_inner figure {
    margin-bottom: 10px;
  }
}
.hero-sec .home-banner .banner-slider .banner-item.with_bg_image .with_bg_image_inner figure img {
  max-width: 314px;
  width: 100% !important;
}
@media only screen and (max-width: 575px) {
  .hero-sec .home-banner .banner-slider .banner-item.with_bg_image .with_bg_image_inner figure img {
    max-width: 50%;
  }
}
.hero-sec .home-banner .banner-slider .banner-item.with_bg_image .with_bg_image_inner .container {
  padding-top: 124px;
}
@media only screen and (max-width: 575px) {
  .hero-sec .home-banner .banner-slider .banner-item.with_bg_image .with_bg_image_inner .container {
    padding-top: 50px;
  }
}
.hero-sec .home-banner .banner-slider .banner-item.with_bg_image .with_bg_image_inner h1 {
  font-weight: 600;
  font-size: 121px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #333333;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 14px;
  margin: 0;
}
@media only screen and (max-width: 1300px) {
  .hero-sec .home-banner .banner-slider .banner-item.with_bg_image .with_bg_image_inner h1 {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-sec .home-banner .banner-slider .banner-item.with_bg_image .with_bg_image_inner h1 {
    font-size: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-sec .home-banner .banner-slider .banner-item.with_bg_image .with_bg_image_inner h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-sec .home-banner .banner-slider .banner-item.with_bg_image .with_bg_image_inner h1 {
    font-size: 40px;
  }
}
.hero-sec .home-banner .banner-slider .banner-item.with_bg_image .with_bg_image_inner .formulated_for_span {
  font-weight: 600;
  font-size: 23px;
  line-height: 135%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #111111;
  font-family: "Oswald";
  max-width: 390px;
  word-break: break-all;
  display: block;
}
@media only screen and (max-width: 767px) {
  .hero-sec .home-banner .banner-slider .banner-item.with_bg_image .with_bg_image_inner .formulated_for_span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-sec .home-banner .banner-slider .banner-item.with_bg_image .with_bg_image_inner .formulated_for_span {
    margin-bottom: 10px;
  }
}
.hero-sec .home-banner .banner-slider .banner-item figure {
  margin-top: -75px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .hero-sec .home-banner .banner-slider .banner-item figure {
    margin-top: -55px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-sec .home-banner .banner-slider .banner-item figure {
    margin-top: 20px;
  }
}
.hero-sec .home-banner .banner-slider .banner-item .banner-left {
  position: relative;
}
.hero-sec .home-banner .banner-slider .banner-item .banner-left span {
  font-family: "Oswald";
  text-transform: uppercase;
  color: #01B3E1;
  font-weight: 600;
  font-size: 23px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.01em;
  display: block;
  position: absolute;
  bottom: 100px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .hero-sec .home-banner .banner-slider .banner-item .banner-left span {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-sec .home-banner .banner-slider .banner-item .banner-left span {
    font-size: 15px;
    bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-sec .home-banner .banner-slider .banner-item .banner-left span {
    bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-sec .home-banner .banner-slider .banner-item .banner-left span {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .hero-sec .home-banner .banner-slider .banner-item .banner-right {
    display: none;
  }
}
.hero-sec .home-banner .banner-slider .banner-item .banner-right h1 {
  font-size: 138px;
  line-height: 110%;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .hero-sec .home-banner .banner-slider .banner-item .banner-right h1 {
    font-size: 108px;
  }
  .hero-sec .home-banner .banner-slider .banner-item .banner-right h1 br {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .hero-sec .home-banner .banner-slider .banner-item .banner-right h1 {
    font-size: 78px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-sec .home-banner .banner-slider .banner-item .banner-right h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-sec .home-banner .banner-slider .banner-item .banner-right h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-sec .home-banner .banner-slider .banner-item .banner-right h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .hero-sec .home-banner .banner-slider .banner-item .banner-right h1 br {
    display: none;
  }
}
.hero-sec .home-banner .banner-slider .banner-item .banner-right h1 span {
  color: #00b4dd;
}
.hero-sec .home-banner .banner-slider .banner-item .banner-right h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #111111;
  margin-top: 2px;
}
@media only screen and (max-width: 1199px) {
  .hero-sec .home-banner .banner-slider .banner-item .banner-right h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-sec .home-banner .banner-slider .banner-item .banner-right h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-sec .home-banner .banner-slider .banner-item .banner-right h3 {
    font-size: 15px;
  }
}
.hero-sec .home-banner .banner-slider .banner-item .banner-right h3 span {
  color: #ffa43c;
}
.hero-sec .home-banner .banner-slider .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 29px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1199px) {
  .hero-sec .home-banner .banner-slider .owl-dots {
    bottom: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-sec .home-banner .banner-slider .owl-dots {
    bottom: 0;
  }
}
.hero-sec .home-banner .banner-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #AAAAAA;
  padding: 0;
  line-height: normal;
  border: none;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  margin-right: 11px;
}
.hero-sec .home-banner .banner-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.hero-sec .home-banner .banner-slider .owl-dots .owl-dot.active {
  background: #FAA61A;
}

.mis_match_popup .modal-content {
  background-color: #FFFFFF;
  padding: 40px 50px;
  border-radius: 16px;
  text-align: center;
}
.mis_match_popup .modal-content h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: #111111;
  text-transform: uppercase;
  padding-bottom: 16px;
}
.mis_match_popup .modal-content p {
  color: #111111;
  margin-bottom: 40px;
  word-break: break-word;
}
@media only screen and (max-width: 479px) {
  .mis_match_popup .modal-content p {
    margin-bottom: 20px;
  }
}
.mis_match_popup .modal-content button,
.mis_match_popup .modal-content .btn-show-me {
  background: #111111;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 12px;
  width: 100%;
  border: 1px solid #111111;
}
.mis_match_popup .modal-content button:hover, .mis_match_popup .modal-content button:focus,
.mis_match_popup .modal-content .btn-show-me:hover,
.mis_match_popup .modal-content .btn-show-me:focus {
  color: #111111;
  background: #FFFFFF;
  outline: none;
  box-shadow: none;
}
.mis_match_popup .modal-content button.btn-continue-shopping,
.mis_match_popup .modal-content .btn-show-me.btn-continue-shopping {
  color: #111111;
  background: #FFFFFF;
}
.mis_match_popup .modal-content button.btn-continue-shopping:hover, .mis_match_popup .modal-content button.btn-continue-shopping:focus,
.mis_match_popup .modal-content .btn-show-me.btn-continue-shopping:hover,
.mis_match_popup .modal-content .btn-show-me.btn-continue-shopping:focus {
  color: #FFFFFF;
  background: #111111;
  outline: none;
  box-shadow: none;
}
@media only screen and (max-width: 575px) {
  .mis_match_popup .modal-content button.btn-continue-shopping,
.mis_match_popup .modal-content .btn-show-me.btn-continue-shopping {
    margin-bottom: 20px;
  }
}
.mis_match_popup.modal .modal-dialog {
  max-width: 570px;
}

.cross-sells {
  padding-bottom: 117px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .cross-sells {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .cross-sells {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .cross-sells {
    padding-bottom: 40px;
  }
}
.cross-sells h2 {
  padding-bottom: 99px;
}
@media only screen and (max-width: 1199px) {
  .cross-sells h2 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .cross-sells h2 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .cross-sells h2 {
    padding-bottom: 40px;
  }
}
.cross-sells h2 span {
  color: #111111;
  text-transform: capitalize;
}
.cross-sells h2 span span {
  color: #ffa43c;
}
.cross-sells figure img {
  max-height: 208px;
}
.cross-sells figure img,
.cross-sells .category,
.cross-sells p {
  margin-bottom: 30px;
  display: inline-block;
}
.cross-sells h5 a {
  padding-bottom: 8px;
  text-decoration-line: underline;
  color: #333333;
  font-size: 15px;
  line-height: 150%;
  font-family: "aktiv-grotesk";
}
.cross-sells .link-button {
  min-width: 160px;
}
.cross-sells span.category {
  background: #FAA61A;
  border-radius: 4px;
  color: #FFFFFF;
  text-align: center;
  padding: 3px 10px 1px;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
  .cross-sells span.category {
    margin-bottom: 15px;
  }
}
.cross-sells p {
  font-size: 15px;
}
.cross-sells .cross-sells-inner-container {
  max-width: 310px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .cross-sells .cross-sells-inner-container {
    margin-bottom: 30px;
  }
}
.cross-sells .cross-sells-inner-container h5 {
  padding-bottom: 8px;
}

.easymatch-form-container {
  padding-bottom: 44px;
}
.easymatch-form-container .easymatch-form-text {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .easymatch-form-container .easymatch-form-text {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.easymatch-form-container .easymatch-form-text.easymatch-form-text-usa span {
  width: 132px;
}
.easymatch-form-container .easymatch-form-text span {
  width: 115px;
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  color: #111111;
  font-family: "Oswald";
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .easymatch-form-container .easymatch-form-text span {
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .easymatch-form-container .easymatch-form-text span {
    font-size: 20px;
  }
}
.easymatch-form-container .easymatch-form-text p {
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .easymatch-form-container .easymatch-form-text p {
    margin-left: auto !important;
    text-align: center !important;
    margin-top: 10px !important;
  }
}
.easymatch-form-container .easymatch-form-text h3 {
  display: flex;
  font-size: 24px;
  line-height: 35px;
  color: #111111;
  font-weight: 600;
  border: 1px solid #111;
  padding: 0 10px 3px;
  border-radius: 4px;
}
.easymatch-form-container .easymatch-form-text h3 span.orangetext {
  width: auto;
  margin: 0;
  text-transform: capitalize;
  color: #FAA61A;
  font-size: 24px;
}
.easymatch-form-container .form-filter {
  background: #FAA61A;
  padding: 24px 24px 31px;
  border-radius: 10px;
  margin-top: 24px;
  border: 2px solid #111111;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .easymatch-form-container .form-filter {
    padding: 0px 15px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .easymatch-form-container .form-filter {
    margin-top: 15px;
  }
}
.easymatch-form-container .form-filter .row {
  margin-right: -4px;
  margin-left: -4px;
}
@media only screen and (max-width: 991px) {
  .easymatch-form-container .form-filter .row {
    flex-wrap: wrap;
  }
  .easymatch-form-container .form-filter .row .col {
    flex: 0 0 50%;
    margin-top: 10px;
  }
  .easymatch-form-container .form-filter .row .col:last-child {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .easymatch-form-container .form-filter .row .col {
    flex: 0 0 100%;
  }
}
.easymatch-form-container .form-filter .row > * {
  padding-right: 4px;
  padding-left: 4px;
}
.easymatch-form-container .form-filter .link-button:hover {
  color: #111111;
  background: #fff;
}
.easymatch-form-container .form-filter .alert {
  margin-top: 20px;
}
.easymatch-form-container .form-filter .overlay {
  border-radius: 10px;
}
.easymatch-form-container .form-col select {
  width: 180px;
  height: 44px;
  line-height: 44px;
  font: -moz-pull-down-menu;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .easymatch-form-container .form-col select {
    width: 100%;
    padding-right: 30px;
    text-overflow: ellipsis;
  }
}

.usa .easymatch-form-container .form-col select {
  width: 228px;
}
@media only screen and (max-width: 1199px) {
  .usa .easymatch-form-container .form-col select {
    width: 100%;
  }
}

.input-vin-number {
  margin-top: 15px;
}
.input-vin-number a {
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration-line: underline;
  font-weight: normal;
}
.input-vin-number a:hover {
  color: #ffffff;
  text-decoration-line: none;
}
.input-vin-number .form-col {
  display: none;
  margin-bottom: 15px;
}

.vin-tool-popup .modal-dialog .modal-content .modal-form {
  padding-bottom: 40px !important;
}
.vin-tool-popup .modal-dialog .modal-content .modal-form .form-top {
  margin-bottom: 0 !important;
}
.vin-tool-popup .modal-dialog .modal-content .modal-form .vin-tool-info {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  padding: 14px 10px 12px 16px;
  margin-bottom: 10px;
}
.vin-tool-popup .modal-dialog .modal-content .modal-form .vin-tool-info:last-child {
  margin-bottom: 0;
}
.vin-tool-popup .modal-dialog .modal-content .modal-form .form-bottom-button {
  margin-bottom: 40px !important;
}
.vin-tool-popup .modal-dialog .modal-content .modal-form .form-vin-input-again a {
  color: #333333 !important;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
}
.vin-tool-popup .modal-dialog .modal-content .modal-form .form-vin-input-again a:hover {
  text-decoration: none;
}

.formulations-made {
  background: #F8F8F8;
  padding: 120px 0 142px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .formulations-made {
    padding: 80px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .formulations-made {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 575px) {
  .formulations-made {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 479px) {
  .formulations-made {
    padding: 40px 0;
  }
}
.formulations-made h2 {
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .formulations-made h2 {
    margin-bottom: 18px;
  }
}
.formulations-made p {
  max-width: 670px;
  margin: 0 auto;
}
.formulations-made figure {
  margin-bottom: 26px;
  min-height: 206px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .formulations-made figure {
    min-height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .formulations-made figure {
    min-height: inherit;
    margin-bottom: 10px;
  }
}
.formulations-made figure img {
  margin: 0 auto;
}
.formulations-made .formulations-row {
  margin-top: 84px;
}
@media only screen and (max-width: 1199px) {
  .formulations-made .formulations-row {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .formulations-made .formulations-row {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .formulations-made .formulations-row {
    margin-top: 20px;
  }
}
.formulations-made .formulations-row .row {
  margin-right: -21px;
  margin-left: -21px;
}
@media only screen and (max-width: 1365px) {
  .formulations-made .formulations-row .row {
    margin: 0 -15px;
  }
}
.formulations-made .formulations-row .row > * {
  padding-right: 21px;
  padding-left: 21px;
}
@media only screen and (max-width: 1365px) {
  .formulations-made .formulations-row .row > * {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .formulations-made .formulations-row .formulations-column {
    margin-top: 20px;
  }
}
.formulations-made .formulations-row .formulations-column span {
  background: #FAA61A;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
  padding: 5.5px 10px;
  line-height: 150%;
}
@media only screen and (max-width: 1199px) {
  .formulations-made .formulations-row .formulations-column span {
    display: inline-block;
  }
}
.formulations-made .formulations-row .formulations-column p {
  margin-top: 17px;
  color: #111111;
  font-weight: bold;
  margin-bottom: 15px;
  max-width: 80%;
}
@media only screen and (max-width: 991px) {
  .formulations-made .formulations-row .formulations-column p {
    max-width: 60%;
  }
}

.home .formulations-made {
  padding-top: 0;
  padding-bottom: 109px;
}
.home .formulations-made .formulations-row {
  margin-top: 0;
}

.usa .easy-match-promise {
  padding-bottom: 91px;
}

.easy-match-promise {
  background: url(../images/easy-match-bg.svg) no-repeat;
  background-size: 100%;
  position: relative;
  padding: 0 0 22px;
  text-align: center;
}
.easy-match-promise .container {
  max-width: 960px;
}
.easy-match-promise p {
  max-width: 771px;
  margin: 0 auto;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .easy-match-promise p {
    margin-bottom: 0px;
  }
}
.easy-match-promise .easymatch-promise-row {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .easy-match-promise .easymatch-promise-row {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .easy-match-promise .easymatch-promise-row {
    margin-top: 30px;
  }
}
.easy-match-promise .easymatch-promise-row .row {
  margin: 0 -28px;
}
@media only screen and (max-width: 991px) {
  .easy-match-promise .easymatch-promise-row .row {
    margin: 0 -15px;
  }
}
.easy-match-promise .easymatch-promise-row .row > * {
  padding: 0 28px;
}
@media only screen and (max-width: 991px) {
  .easy-match-promise .easymatch-promise-row .row > * {
    padding: 0 15px;
  }
}
.easy-match-promise .easymatch-promise-row .easymatch-column {
  background: #fff;
  box-shadow: 0 0 10px 0 #e8e7e7;
  border-radius: 0 0 4px 4px;
}
@media only screen and (max-width: 991px) {
  .easy-match-promise .easymatch-promise-row .easymatch-column {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .easy-match-promise .easymatch-promise-row .easymatch-column {
    height: auto;
    margin-top: 20px;
  }
}
.easy-match-promise .easymatch-promise-row .easymatch-column .easymatch-column-image {
  position: relative;
}
.easy-match-promise .easymatch-promise-row .easymatch-column .easymatch-column-image figure img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.easy-match-promise .easymatch-promise-row .easymatch-column .easymatch-column-image .column-image-inner {
  position: absolute;
  left: auto;
  top: 31.04px;
  width: 100%;
}
.easy-match-promise .easymatch-promise-row .easymatch-column .easymatch-column-image .column-image-inner.promise-1 {
  top: 15.59px;
}
.easy-match-promise .easymatch-promise-row .easymatch-column .easymatch-column-image .column-image-inner.promise-1 i img {
  margin-bottom: 14.68px;
}
.easy-match-promise .easymatch-promise-row .easymatch-column .easymatch-column-image .column-image-inner.promise-2 {
  top: 20px;
}
.easy-match-promise .easymatch-promise-row .easymatch-column .easymatch-column-image .column-image-inner.promise-2 i img {
  margin-bottom: 16.04px;
}
@media only screen and (max-width: 767px) {
  .easy-match-promise .easymatch-promise-row .easymatch-column .easymatch-column-image .column-image-inner {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
.easy-match-promise .easymatch-promise-row .easymatch-column .easymatch-column-image .column-image-inner i {
  display: inline-block;
  vertical-align: middle;
}
.easy-match-promise .easymatch-promise-row .easymatch-column .easymatch-column-image .column-image-inner i img {
  margin-bottom: 20.05px;
}
.easy-match-promise .easymatch-promise-row .easymatch-column .easymatch-column-image .column-image-inner span {
  font-family: "Oswald";
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
@media only screen and (max-width: 991px) {
  .easy-match-promise .easymatch-promise-row .easymatch-column .easymatch-column-image .column-image-inner span {
    font-size: 20px;
  }
}
.easy-match-promise .easymatch-promise-row .easymatch-column .easymatch-column-image .column-image-inner span em {
  font-style: normal;
  color: #fff;
}
.easy-match-promise .easymatch-promise-row .easymatch-column .easy-box-cont {
  text-align: left;
  padding: 17px 24px 24px;
}
.easy-match-promise .easymatch-promise-row .easymatch-column .easy-box-cont h4 {
  margin-bottom: 18px;
  font-size: 19px;
  font-weight: 600;
  line-height: 150%;
  min-height: 55px;
}
@media only screen and (max-width: 1199px) {
  .easy-match-promise .easymatch-promise-row .easymatch-column .easy-box-cont h4 {
    min-height: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .easy-match-promise .easymatch-promise-row .easymatch-column .easy-box-cont h4 {
    min-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .easy-match-promise .easymatch-promise-row .easymatch-column .easy-box-cont h4 {
    min-height: inherit;
  }
}
.easy-match-promise h2 {
  text-transform: initial;
  margin-bottom: 28px;
}
@media only screen and (max-width: 991px) {
  .easy-match-promise h2 {
    margin-bottom: 18px;
  }
}

.home .easy-match-promise {
  padding-top: 61px;
  padding-bottom: 62px;
}

.inner-banner {
  margin-top: 0;
  position: relative;
  z-index: 0;
}
.inner-banner h1 {
  max-width: 570px;
}
@media only screen and (max-width: 991px) {
  .inner-banner h1 {
    text-align: center;
    max-width: 100%;
  }
}
.inner-banner .banner-slider {
  padding-bottom: 0;
}
.inner-banner .banner-slider .banner-item {
  height: auto;
  text-align: left;
  margin-top: 75px;
}
@media only screen and (max-width: 991px) {
  .inner-banner .banner-slider .banner-item {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .inner-banner .banner-slider .banner-item {
    margin-top: 30px;
  }
}
.inner-banner .banner-slider .banner-item figure {
  margin-top: -65px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .inner-banner .banner-slider .banner-item figure {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-banner .banner-slider .banner-item figure {
    margin-top: 20px;
    text-align: center;
  }
}
.inner-banner .banner-slider .banner-item h1 {
  text-align: left;
  margin-bottom: 25px;
}
.inner-banner .banner-slider .banner-item h1:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1199px) {
  .inner-banner .banner-slider .banner-item h1 {
    font-size: 78px;
  }
}
.inner-banner .banner-slider .banner-item h2 {
  font-weight: 600;
  font-size: 120px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #111111;
}
@media only screen and (max-width: 991px) {
  .inner-banner .banner-slider .banner-item h2 {
    font-size: 80px;
  }
}
.inner-banner .banner-slider .banner-item i {
  display: block;
  margin-bottom: 28px;
  padding-top: 10px;
}
@media only screen and (max-width: 991px) {
  .inner-banner .banner-slider .banner-item i {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-banner .banner-slider .banner-item i {
    margin-bottom: 15px;
  }
}
.inner-banner .banner-slider .banner-item li {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 21px;
  padding-left: 30px;
  position: relative;
}
.inner-banner .banner-slider .banner-item li:before {
  content: "";
  position: absolute;
  background: url(../images/check-bullet.png) no-repeat;
  width: 23px;
  height: 23px;
  left: 0;
  top: 0;
  background-size: 100%;
}
.inner-banner .banner-slider .banner-item li:last-child {
  margin-bottom: 0 !important;
}
.inner-banner .banner-slider .banner-item badge {
  background: #ffa43c;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 15px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1199px) {
  .inner-banner .banner-slider .banner-item badge {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .inner-banner .banner-slider .banner-item .col-lg-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .inner-banner .banner-slider .banner-item.fifty-fifty h1 {
    font-size: 66px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-banner .banner-slider .banner-item.fifty-fifty .text-right {
    display: none;
  }
  .inner-banner .banner-slider .banner-item.fifty-fifty ul li::before {
    left: auto;
    margin-left: -30px;
  }
}
.inner-banner .banner-slider .banner-item.fifty-fifty h2 {
  margin-bottom: 26px;
  text-align: left;
  font-size: 68px;
}
@media only screen and (max-width: 1199px) {
  .inner-banner .banner-slider .banner-item.fifty-fifty h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-banner .banner-slider .banner-item.fifty-fifty h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .inner-banner .banner-slider .banner-item.fifty-fifty h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .inner-banner .banner-slider .banner-item.fifty-fifty h2 {
    font-size: 44px;
  }
}
.inner-banner .banner-slider .banner-item.fifty-fifty figure {
  margin-top: inherit;
}
@media only screen and (max-width: 1199px) {
  .inner-banner .banner-slider .banner-item.fifty-fifty i {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-banner .banner-slider .banner-item.fifty-fifty i {
    margin-bottom: 10px;
  }
}
.inner-banner .banner-slider .banner-item.fifty-fifty i img {
  margin: 0;
  height: 60px;
  width: 60px;
}
@media only screen and (max-width: 991px) {
  .inner-banner .banner-slider .banner-item.fifty-fifty i img {
    margin: 0 auto;
  }
}
.inner-banner .banner-slider .banner-item.fifty-fifty .banner-temperature {
  text-align: center;
  margin-top: 80px;
}
@media only screen and (max-width: 575px) {
  .inner-banner .banner-slider .banner-item.fifty-fifty .banner-temperature {
    margin-top: 40px;
  }
}
.inner-banner .banner-slider .banner-item.fifty-fifty .banner-temperature h6 {
  font-weight: 600;
  letter-spacing: 0px;
  color: #111111;
  font-size: 34px;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1199px) {
  .inner-banner .banner-slider .banner-item.fifty-fifty .banner-temperature h6 {
    font-size: 24px;
  }
}
.inner-banner .banner-slider .banner-item.fifty-fifty .banner-temperature p {
  letter-spacing: -0.02em;
  font-size: 24px;
  line-height: 37px;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  .inner-banner .banner-slider .banner-item.fifty-fifty .banner-temperature p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-banner .banner-slider .banner-item.fifty-fifty .banner-temperature p {
    font-size: 18px;
    line-height: 26px;
  }
}
.inner-banner .banner-slider .banner-item.fifty-fifty .banner-temperature p strong {
  font-weight: bold;
  letter-spacing: -0.02em;
}
.inner-banner .banner-slider .banner-item.fifty-fifty .banner-temperature .temperature-group {
  margin-top: -5px;
}
@media only screen and (max-width: 1199px) {
  .inner-banner .banner-slider .banner-item.fifty-fifty .banner-temperature .temperature-group {
    margin-top: -8px;
  }
}
.inner-banner .banner-slider .banner-item.fifty-fifty .banner-temperature .temperature-group p {
  font-size: 14px;
  color: #111111;
}

.usa .inner-banner .banner-slider .banner-item.fifty-fifty h2 {
  font-size: 78px;
}
@media only screen and (max-width: 991px) {
  .usa .inner-banner .banner-slider .banner-item.fifty-fifty h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .usa .inner-banner .banner-slider .banner-item.fifty-fifty h2 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 1199px) {
  .usa .inner-banner .banner-slider .banner-item.fifty-fifty .banner-temperature .temperature-group {
    margin: 10px 0;
  }
}
.capacity-calculator .modal-dialog {
  max-width: 570px;
  width: 96%;
  text-align: center;
}
.capacity-calculator .modal-dialog .modal-content .rainbow-popup {
  bottom: 1px;
}
.capacity-calculator .modal-dialog .modal-content .modal-form {
  padding: 40px 50px 0;
}
@media only screen and (max-width: 575px) {
  .capacity-calculator .modal-dialog .modal-content .modal-form {
    padding: 60px 20px 0;
  }
}
.capacity-calculator .modal-dialog .modal-content .modal-form .form-top {
  margin-bottom: 40px;
  max-width: 100%;
}
@media only screen and (max-width: 575px) {
  .capacity-calculator .modal-dialog .modal-content .modal-form .form-top {
    margin-bottom: 20px;
  }
}
.capacity-calculator .modal-dialog .modal-content .modal-form .form-top img {
  margin-right: 15px;
  vertical-align: top;
  max-width: 144px;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .capacity-calculator .modal-dialog .modal-content .modal-form .form-top img {
    max-width: 110px;
  }
}
.capacity-calculator .modal-dialog .modal-content .modal-form .form-top h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .capacity-calculator .modal-dialog .modal-content .modal-form .form-top h2 {
    margin-bottom: 20px;
  }
}
.capacity-calculator .modal-dialog .modal-content .modal-form .form-top p {
  color: #111111;
  line-height: 150%;
}
.capacity-calculator .modal-dialog .modal-content .modal-form .form-capacity-calculator {
  max-width: 298px;
  margin: 0 auto;
}
.capacity-calculator .modal-dialog .modal-content .modal-form .form-capacity-calculator label {
  line-height: 20px;
  margin-bottom: 6px;
}
.capacity-calculator .modal-dialog .modal-content .modal-form .form-capacity-calculator .alert {
  margin: 10px 0 0;
}
.capacity-calculator .modal-dialog .modal-content .modal-form .form-capacity-calculator .form-col-inner {
  position: relative;
}
.capacity-calculator .modal-dialog .modal-content .modal-form .form-capacity-calculator .form-col-inner .liters-popup {
  position: absolute;
  top: 11px;
  right: 16px;
  line-height: 20px;
  color: #111111;
}
.capacity-calculator .modal-dialog .modal-content .modal-form .form-bottom-button {
  margin-top: 40px;
  margin-bottom: 73px;
}
.capacity-calculator .modal-dialog .modal-content .modal-form .form-bottom-button button {
  padding: 15px 17px;
  font-weight: bold;
  line-height: 17px;
}
.capacity-calculator .modal-dialog .modal-content .modal-form .capacity-calculator-result {
  display: none;
}
.capacity-calculator .modal-dialog .modal-content .modal-form .capacity-calculator-result strong {
  font-size: 18px;
  line-height: 23px;
  color: #111111;
  margin-bottom: 40px;
  display: block;
}
.capacity-calculator .modal-dialog .modal-content .modal-form .capacity-calculator-result .form-top {
  margin-bottom: 0;
}
.capacity-calculator .modal-dialog .modal-content .modal-form .capacity-calculator-result .form-top h3 {
  margin-bottom: 14px;
}
.capacity-calculator .modal-dialog .modal-content .modal-form .capacity-calculator-result .tank-capacity-result {
  margin-bottom: 14px;
  padding: 15px 20px;
  background: #FFFFFF;
  border-radius: 8px;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .capacity-calculator .modal-dialog .modal-content .modal-form .capacity-calculator-result .tank-capacity-result {
    text-align: center;
  }
}
.capacity-calculator .modal-dialog .modal-content .modal-form .capacity-calculator-result .tank-capacity-result img {
  margin-right: 5px;
}
.capacity-calculator .modal-dialog .modal-content .modal-form .capacity-calculator-result .tank-capacity-result span {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 120%;
}
@media only screen and (max-width: 575px) {
  .capacity-calculator .modal-dialog .modal-content .modal-form .capacity-calculator-result .tank-capacity-result .text-right {
    text-align: center;
    margin-top: 10px;
  }
}
.capacity-calculator .modal-dialog .modal-content .modal-form .capacity-calculator-result .tank-capacity-result .text-right span {
  letter-spacing: 0;
  text-transform: none;
}
.capacity-calculator .modal-dialog .modal-content .modal-form .capacity-calculator-result .tank-capacity-result .form-bottom-button {
  margin-top: 30px;
}

.home .temperature-protection {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 77px;
  background-color: #F8F8F8;
}
@media only screen and (max-width: 991px) {
  .home .temperature-protection {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .home .temperature-protection {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .home .temperature-protection {
    padding-bottom: 30px;
  }
}

.usa .concerntrate-inner .concerntrate-column figure img {
  max-width: 340px;
  width: 100%;
}

.temperature-group {
  display: block;
  text-align: center;
  width: 100%;
  margin: 15px 0 20px;
}
@media only screen and (max-width: 991px) {
  .temperature-group {
    margin: 10px 0;
  }
}
.temperature-group p {
  display: inline-block;
  font-weight: 600;
}
.temperature-group .temperature {
  background-repeat: no-repeat;
  width: 99px;
  height: 99px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
.temperature-group .temperature span {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}
.temperature-group .low-temperature {
  background-image: url(../images/temp-low.png);
}
.temperature-group .high-temperature {
  background-image: url(../images/temp-high.png);
}

.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
}

.custom-nav {
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  right: 0;
}
.custom-nav .owl-prev,
.custom-nav .owl-next {
  position: absolute;
  height: auto;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  z-index: 0;
}
.custom-nav .owl-prev {
  left: 0;
  margin-left: -40px;
}
@media only screen and (max-width: 1365px) {
  .custom-nav .owl-prev {
    margin-left: -15px;
  }
}
@media only screen and (max-width: 1199px) {
  .custom-nav .owl-prev {
    margin-left: 0px;
  }
}
.custom-nav .owl-next {
  right: 0;
  margin-right: -50px;
}
@media only screen and (max-width: 1365px) {
  .custom-nav .owl-next {
    margin-right: -15px;
  }
}
@media only screen and (max-width: 1199px) {
  .custom-nav .owl-next {
    margin-right: 0px;
  }
}

.relative {
  position: relative;
}

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

.term-of-use ol li a,
.term-of-use p a {
  font-weight: 400;
  color: #333;
  text-decoration: underline;
}

.progress-bar {
  border: 1px solid #111111;
  border-radius: 6px;
  margin-top: 15px;
  background: transparent;
  text-align: left;
  display: none;
}
.progress-bar .progress-bar-fill {
  display: block;
  background: #faa61a;
  transition: width 2s ease-in-out;
  padding: 16px 16px 14px;
  border-radius: 6px;
  width: 180px;
  font-weight: bold;
  line-height: 20px;
}

#easymatch-form-home .progress-bar .progress-bar-fill {
  background: #f8f8f8;
  color: #111111;
}

.temperature-protection {
  margin-top: 43px;
  padding: 34px 0 105px;
  margin-bottom: 73px;
}
@media only screen and (max-width: 991px) {
  .temperature-protection {
    padding-bottom: 60px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  .temperature-protection {
    padding-bottom: 40px;
  }
}
.temperature-protection h2 {
  padding-bottom: 28px;
  font-size: 41px;
}
@media only screen and (max-width: 991px) {
  .temperature-protection h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .temperature-protection h2 {
    font-size: 30px;
  }
}
.temperature-protection.usa {
  background-color: #f8f8f8;
  margin-top: 0;
  margin-bottom: 73px;
}
.temperature-protection.usa p {
  max-width: 570px;
  margin: 0 auto;
}
.temperature-protection p {
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
}
@media only screen and (max-width: 991px) {
  .temperature-protection p {
    max-width: inherit;
    margin: 0;
  }
}
.temperature-protection .easymatch-form-container p {
  margin: 0 auto;
  text-align: left;
  margin-left: 24px;
  max-width: inherit;
}
.temperature-protection .temperature-protection-top {
  text-align: center;
  position: relative;
}
.temperature-protection .temperature-protection-top h2 {
  text-transform: initial;
}
.temperature-protection .temperature-protection-top figure {
  margin: 25px 0;
}
@media only screen and (max-width: 991px) {
  .temperature-protection .temperature-protection-top figure {
    margin: 20px 0;
  }
}
.temperature-protection .temperature-protection-top .circle-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .temperature-protection .temperature-protection-top .circle-icon {
    max-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .temperature-protection .temperature-protection-top .circle-icon {
    max-width: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .temperature-protection .temperature-protection-top .circle-icon {
    position: static;
    transform: initial;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.temperature-protection .product-slider {
  margin-top: 79px;
  margin-bottom: 0px;
  position: relative;
}
.temperature-protection .product-slider .product-slider-content {
  text-align: center;
  max-width: 310px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .temperature-protection .product-slider .product-slider-content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .temperature-protection .product-slider .product-slider-content {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .temperature-protection .product-slider .product-slider-content {
    margin-bottom: 0;
  }
}
.temperature-protection .product-slider .product-slider-content h5 a {
  font-family: "aktiv-grotesk";
  font-weight: 500;
  text-decoration: underline;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  display: inline-block;
  margin-bottom: 8px;
}
@media only screen and (max-width: 479px) {
  .temperature-protection .product-slider .product-slider-content h5 a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .temperature-protection .product-slider .product-slider-content h5 br {
    display: none;
  }
}
.temperature-protection .product-slider .product-slider-content figure {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .temperature-protection .product-slider .product-slider-content figure {
    margin-bottom: 20px;
  }
}
.temperature-protection .product-slider .product-slider-content figure img {
  max-height: 200px;
}
.temperature-protection .product-slider .product-slider-content span {
  background: rgba(17, 17, 17, 0.08);
  border-radius: 4px;
  font-size: 14px;
  color: #111111;
  padding: 6px 8px;
  display: inline-block;
  margin: 8px 0;
  line-height: 18px;
  text-transform: uppercase;
}
.temperature-protection .product-slider .product-slider-content p {
  min-height: 46px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .temperature-protection .product-slider .product-slider-content p {
    min-height: initial;
  }
}
@media only screen and (max-width: 479px) {
  .temperature-protection .product-slider .product-slider-content p {
    margin-bottom: 10px;
    height: auto;
  }
}
.temperature-protection .product-slider .nav-button a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #111111;
  text-align: center;
  line-height: 26px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.temperature-protection .product-slider .nav-button .prev-button {
  left: -78px;
}
@media only screen and (max-width: 1365px) {
  .temperature-protection .product-slider .nav-button .prev-button {
    left: 0;
  }
}
.temperature-protection .product-slider .nav-button .next-button {
  right: -78px;
}
@media only screen and (max-width: 1365px) {
  .temperature-protection .product-slider .nav-button .next-button {
    right: 0;
  }
}

.concerntrate-sec h2 {
  font-size: 80px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .concerntrate-sec h2 {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1199px) {
  .concerntrate-sec h2 {
    font-size: 65px;
    white-space: normal;
  }
}
@media only screen and (max-width: 991px) {
  .concerntrate-sec h2 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .concerntrate-sec h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .concerntrate-sec h2 {
    font-size: 34px;
  }
}
.concerntrate-sec h2 em {
  text-transform: lowercase;
}
.concerntrate-sec .concerntrate-inner {
  position: relative;
  z-index: 1;
  margin-top: 39px;
  padding-bottom: 96px;
}
@media only screen and (max-width: 991px) {
  .concerntrate-sec .concerntrate-inner {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 50px;
  }
}
.concerntrate-sec .concerntrate-inner .row {
  align-items: center;
}
.concerntrate-sec .concerntrate-inner:before {
  content: "";
  height: 433px;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  position: absolute;
  left: 0;
  top: 41px;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .concerntrate-sec .concerntrate-inner:before {
    height: 100%;
    top: 0;
  }
}
.concerntrate-sec .concerntrate-inner .concerntrate-column-left {
  position: relative;
  top: -28.5px;
}
@media only screen and (max-width: 991px) {
  .concerntrate-sec .concerntrate-inner .concerntrate-column-left {
    top: auto;
  }
}
.concerntrate-sec .concerntrate-inner .concerntrate-column {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .concerntrate-sec .concerntrate-inner .concerntrate-column {
    margin-top: 40px;
  }
}
.concerntrate-sec .concerntrate-inner .concerntrate-column p {
  line-height: 19px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .concerntrate-sec .concerntrate-inner .concerntrate-column p {
    color: #fff;
  }
}
.concerntrate-sec .concerntrate-inner .concerntrate-column .temperature-group {
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .concerntrate-sec .concerntrate-inner .concerntrate-column .temperature-group {
    margin-top: 10px;
  }
}
.concerntrate-sec .concerntrate-inner .concerntrate-middle-content {
  text-align: center;
  color: #fff;
  padding: 0;
  max-width: 96%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .concerntrate-sec .concerntrate-inner .concerntrate-middle-content {
    max-width: 100%;
  }
}
.concerntrate-sec .concerntrate-inner .concerntrate-middle-content h3 {
  font-size: 36px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 991px) {
  .concerntrate-sec .concerntrate-inner .concerntrate-middle-content h3 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .concerntrate-sec .concerntrate-inner .concerntrate-middle-content h3 {
    font-size: 30px;
  }
}
.concerntrate-sec .concerntrate-inner .concerntrate-middle-content .concerntrate-middle-top {
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .concerntrate-sec .concerntrate-inner .concerntrate-middle-content .concerntrate-middle-top {
    margin-top: 55px !important;
  }
}
.concerntrate-sec .concerntrate-inner .concerntrate-middle-content .concerntrate-middle-top p {
  color: #fff;
}
.concerntrate-sec .concerntrate-inner .concerntrate-middle-content .concerntrate-middle-bottom {
  margin-top: 95px;
  padding: 0 10px;
}
@media only screen and (max-width: 1199px) {
  .concerntrate-sec .concerntrate-inner .concerntrate-middle-content .concerntrate-middle-bottom {
    margin-top: 113px;
  }
}
@media only screen and (max-width: 991px) {
  .concerntrate-sec .concerntrate-inner .concerntrate-middle-content .concerntrate-middle-bottom {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .concerntrate-sec .concerntrate-inner .concerntrate-middle-content .concerntrate-middle-bottom {
    margin-top: 40px;
  }
}
.concerntrate-sec .concerntrate-inner .concerntrate-middle-content .concerntrate-middle-bottom h4 {
  color: #111111;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .concerntrate-sec .concerntrate-inner .concerntrate-middle-content .concerntrate-middle-bottom h4 {
    color: #fff;
  }
}
.concerntrate-sec .concerntrate-inner .concerntrate-middle-content .concerntrate-middle-bottom p {
  width: 85%;
  margin: 0 auto 20px;
}
.concerntrate-sec .concerntrate-inner .concerntrate-middle-content .concerntrate-middle-bottom p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .concerntrate-sec .concerntrate-inner .concerntrate-middle-content .concerntrate-middle-bottom p {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .concerntrate-sec .concerntrate-inner .concerntrate-middle-content .concerntrate-middle-bottom p {
    color: #fff;
  }
}

.concerntrate-column .temperature-group .low-temperature,
.concentrate .temperature-group .low-temperature {
  background-image: url(../images/low-temp-premix.png);
}
.concerntrate-column .temperature-group .high-temperature,
.concentrate .temperature-group .high-temperature {
  background-image: url(../images/high-temp-premix.png);
}

.concerntrate-column.premix-column .temperature-group .low-temperature {
  background-image: url(../images/temp-low.png);
}
.concerntrate-column.premix-column .temperature-group .high-temperature {
  background-image: url(../images/temp-high.png);
}

.antifreeze-coolant .concerntrate-column img {
  max-width: 340px;
  width: 100%;
}
.antifreeze-coolant .concerntrate-middle-top {
  max-width: 313px;
  margin: 0 auto;
}

.usa .concerntrate-sec .concerntrate-inner .concerntrate-middle-content .concerntrate-middle-top p {
  font-weight: bold;
}

.antifreeze-coolant .inner-banner .banner-slider .banner-item.fifty-fifty figure {
  position: relative;
}
.antifreeze-coolant .inner-banner .banner-slider .banner-item.fifty-fifty figure img {
  width: 120% !important;
  max-width: initial;
  position: absolute;
  left: -20%;
}

.power-steering-fluid .concerntrate-middle-top,
.brake-fluid .concerntrate-middle-top {
  margin-top: 120px !important;
  max-width: 295px;
  margin: 0 auto;
}
.power-steering-fluid .concerntrate-middle-top h3,
.brake-fluid .concerntrate-middle-top h3 {
  margin-bottom: 19px !important;
}
.power-steering-fluid .concerntrate-middle-bottom,
.brake-fluid .concerntrate-middle-bottom {
  margin-top: 70px !important;
}
.power-steering-fluid .concerntrate-middle-bottom .temperature-group,
.brake-fluid .concerntrate-middle-bottom .temperature-group {
  margin: 0;
}
.power-steering-fluid .concerntrate-middle-bottom .temperature-group p,
.brake-fluid .concerntrate-middle-bottom .temperature-group p {
  width: auto !important;
  margin: 0 !important;
  font-weight: normal !important;
}
.power-steering-fluid .concerntrate-middle-bottom p,
.brake-fluid .concerntrate-middle-bottom p {
  color: #000;
}

.power-steering-fluid .owl-carousel .owl-item img {
  max-width: 465px;
}
.power-steering-fluid .concerntrate-column img {
  max-width: 245px;
}

.automatic-transmission-fluid .concerntrate-middle-top {
  margin-top: 0 !important;
}
.automatic-transmission-fluid .concerntrate-middle-top h3 {
  margin-bottom: 25px !important;
}
.automatic-transmission-fluid .concerntrate-column img {
  max-width: 244px;
}
.automatic-transmission-fluid .concerntrate-sec .concerntrate-inner .concerntrate-middle-content .concerntrate-middle-top p {
  max-width: 269px;
  margin: 0 auto;
}

.brake-fluid .concerntrate-sec h2 {
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
  .brake-fluid .concerntrate-sec h2 {
    white-space: normal;
  }
}
.brake-fluid .concerntrate-middle-top {
  max-width: 280px;
}
.brake-fluid .concerntrate-middle-top h3 {
  margin-bottom: 19px !important;
}
.brake-fluid .concerntrate-middle-bottom {
  margin-top: 25px !important;
}
.brake-fluid .concerntrate-column img {
  max-width: 239px;
}

.top-sec {
  margin: 53px 0 0;
}
@media only screen and (max-width: 1199px) {
  .top-sec {
    margin: 40px 0 0;
  }
}
.top-sec .search-tags {
  margin-bottom: 42px;
}
.top-sec .search-tags ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
@media only screen and (max-width: 767px) {
  .top-sec .search-tags ul li {
    margin-right: 2px;
    margin-bottom: 8px;
  }
}
.top-sec .search-tags ul li a {
  font-size: 14px;
  color: #111111;
  line-height: 16.8px;
  text-transform: uppercase;
  border: 1px solid;
  padding: 8px 10px 6px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
  cursor: default;
}
.top-sec .search-tags ul li a.editsearchbtn {
  cursor: pointer;
}
.top-sec .search-tags ul li:first-child {
  padding-right: 24px;
}
@media only screen and (max-width: 479px) {
  .top-sec .search-tags ul li:first-child {
    margin-right: 0;
    display: block;
  }
}
.top-sec .search-tags ul li:first-child a {
  padding: 6px 10px 8px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Oswald";
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
.top-sec .search-tags ul li:first-child a span {
  color: #ffa43c;
}
.top-sec .search-tags ul li:last-child {
  padding-left: 24px;
}
@media only screen and (max-width: 479px) {
  .top-sec .search-tags ul li:last-child {
    padding-left: 0;
    display: block;
  }
}
.top-sec .search-tags ul li:last-child a {
  letter-spacing: 0.02em;
  border: none;
  color: #333;
  padding: 0 0 2px;
  border-bottom: 1px solid;
  border-radius: 0;
}
.top-sec .left-top {
  display: block;
  margin-bottom: 12px;
}
.top-sec .left-top .left {
  font-size: 18px;
  line-height: 23px;
  color: #111111;
}
@media only screen and (max-width: 575px) {
  .top-sec .left-top .text-right {
    text-align: left;
    margin-top: 10px;
  }
}
.top-sec .left-top .right {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #111111;
  font-weight: normal;
}
.top-sec .left-top .right:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .top-sec .right-side {
    margin-top: 30px;
  }
}
.top-sec .right-side .tag {
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .top-sec .right-side .tag {
    margin-bottom: 15px;
  }
}
.top-sec .right-side .tag span {
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  display: inline-block;
  background-color: #FAA61A;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
}
.top-sec .right-side h2.title {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  color: #0077BA;
  text-align: left;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1199px) {
  .top-sec .right-side h2.title {
    margin-bottom: 20px;
  }
}
.top-sec .right-side .speciality {
  margin-bottom: 19px;
}
@media only screen and (max-width: 1199px) {
  .top-sec .right-side .speciality {
    margin-bottom: 5px;
  }
}
.top-sec .right-side .speciality .title {
  font-size: 18px;
  line-height: 23px;
  color: #111111;
  font-weight: 500;
  margin-bottom: 12px;
}
.top-sec .right-side .speciality ul li {
  display: inline-block;
  text-transform: uppercase;
  background: rgba(0, 119, 186, 0.08);
  border-radius: 4px;
  padding: 8px 10px 6px;
  color: #111111;
  margin: 0 0 12px;
  font-size: 18px;
  margin-right: 5px;
  font-weight: 500;
}
.top-sec .right-side .speciality .text {
  font-style: italic;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #111111;
}
.top-sec .right-side .temperature {
  font-weight: bold;
  font-size: 22px;
  line-height: 150%;
  color: #111111;
  margin-bottom: 23px;
}
@media only screen and (max-width: 991px) {
  .top-sec .right-side .temperature {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .top-sec .right-side .temperature {
    margin-bottom: 8px;
  }
}
.top-sec .right-side .temperature .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  color: #111111;
  margin-bottom: 14px;
}
@media only screen and (max-width: 479px) {
  .top-sec .right-side .temperature .title {
    margin-bottom: 10px;
  }
}
.top-sec .right-side .temperature .title span {
  display: block;
  padding-bottom: 14px;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.02em;
  font-weight: normal;
}
.top-sec .right-side .temperature .title span.temp-title {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  padding-bottom: 0;
}
.top-sec .right-side .temperature .temperature-group {
  text-align: left;
  margin: 0 0 8px;
  position: relative;
  left: -8px;
}
.top-sec .right-side .temperature .temperature-group .temperature {
  margin: 0;
}
.top-sec .right-side .formula {
  margin-bottom: 20px;
}
.top-sec .right-side .formula .formula-row {
  margin-right: -5px;
  margin-left: -5px;
}
.top-sec .right-side .formula .formula-row > * {
  padding-right: 5px;
  padding-left: 5px;
}
.top-sec .right-side .formula .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .top-sec .right-side .formula .title {
    margin-bottom: 10px;
  }
}
.top-sec .right-side .formula .title i {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.top-sec .right-side .formula .box {
  padding: 16px;
  border-radius: 6px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .top-sec .right-side .formula .box {
    margin-top: 15px;
  }
}
.top-sec .right-side .formula .box span {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #111111;
}
.top-sec .right-side .formula .box p {
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #111111;
  margin-top: 12px;
}
.top-sec .right-side .formula .box.blue {
  background-color: #0077BA;
}
.top-sec .right-side .formula .box.blue span {
  color: #fff;
}
.top-sec .right-side .formula .box.blue p {
  color: #fff;
}
.top-sec .right-side .formula .box.gray {
  background-color: rgba(17, 17, 17, 0.04);
}
.top-sec .right-side .choose {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #111111;
  display: inline-block;
  border-bottom: 1px solid #111;
  padding-bottom: 2px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .top-sec .right-side .choose {
    margin-bottom: 20px;
  }
}
.top-sec .right-side .buy-btn {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 10px;
  background: #111111;
  border-radius: 4px;
  color: #fff;
  width: max-content;
}
.top-sec .right-side .link-button {
  display: block;
  width: max-content;
  line-height: 14px;
  padding: 16.5px 25.5px;
}
@media only screen and (max-width: 575px) {
  .top-sec .right-side .link-button {
    padding: 13.5px 18px;
  }
}
.top-sec .right-side .usa_buy_now .link-button {
  display: inline-block;
  margin-right: 14px;
}
.top-sec .right-side .usa_buy_now .link-button:last-child {
  margin-right: 0;
}
.top-sec .temperature-protection {
  background: #F8F8F8;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 84px;
}
.top-sec .temperature-protection.easymatch-form-container-product {
  background: #fff;
  padding: 0;
}
.top-sec .temperature-protection.easymatch-form-container-product .easymatch-form-container {
  padding-bottom: 120px;
}
.top-sec .temperature-protection h2 span {
  color: #111111;
  text-transform: capitalize;
}
.top-sec .temperature-protection h2 span span {
  color: #ffa43c;
}
.top-sec .temperature-protection h2.usa-h2 span {
  color: #ffa43c;
}
.top-sec .temperature-protection p.usa-p {
  max-width: 570px;
  margin: 0 auto;
}
.top-sec .photo-gallery {
  clear: both;
}
.top-sec .photo-gallery .owl-thumbs {
  white-space: nowrap;
  overflow: auto;
  text-align: center;
  padding-top: 24px;
}
.top-sec .photo-gallery .owl-thumbs.owl-carousel .owl-stage {
  margin: 0 auto;
}
.top-sec .photo-gallery .owl-thumbs button > img {
  width: 50px !important;
  height: 60px !important;
  object-fit: contain;
}
.top-sec .photo-gallery .current button.owl-thumb-item {
  border: 0.75px solid #0077BA;
}
.top-sec .photo-gallery button.owl-thumb-item {
  margin-right: 12px;
  background: #F8F8F8;
  border: 0.75px solid #F8F8F8;
  border-radius: 6px;
  padding: 8px 12px;
}
.top-sec .photo-gallery .owl-item:last-child button.owl-thumb-item {
  margin-right: 0;
}
.top-sec .photo-gallery .owl-item:nth-child(1) .product-slider-item, .top-sec .photo-gallery .owl-item:nth-child(2) .product-slider-item, .top-sec .photo-gallery .owl-item:nth-child(4) .product-slider-item {
  background: #fff;
}
.top-sec .photo-gallery .product-slider-item {
  background: #F8F8F8;
  padding: 50px;
  margin: 0 auto;
  text-align: center;
}
.top-sec .product-details {
  padding-top: 105px;
}
@media only screen and (max-width: 1199px) {
  .top-sec .product-details {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .top-sec .product-details {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .top-sec .product-details {
    padding-top: 40px;
  }
}
.top-sec .product-details .product-details-tabs-section {
  padding-bottom: 32px;
}
@media only screen and (max-width: 479px) {
  .top-sec .product-details .product-details-tabs-section {
    margin-bottom: 15px;
  }
}
.top-sec .product-details .product-details-tabs li {
  display: inline-block;
  padding-bottom: 10px;
  margin-right: 24px;
}
.top-sec .product-details .product-details-tabs li a {
  color: rgba(17, 17, 17, 0.3);
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.top-sec .product-details .product-details-tabs li.active, .top-sec .product-details .product-details-tabs li:hover {
  border-bottom: 2px solid #111111;
}
.top-sec .product-details .product-details-tabs li.active a, .top-sec .product-details .product-details-tabs li:hover a {
  color: #111111;
}
.top-sec .product-details .product-details-tabs li:last-child {
  margin: 0;
}
.top-sec .product-details .product-details-specs {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .top-sec .product-details .product-details-specs {
    text-align: left;
    margin-top: 10px;
  }
}
.top-sec .product-details .product-details-specs li {
  display: inline-block;
  margin-right: 10px;
  color: #0077BA;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  font-weight: bold;
}
.top-sec .product-details .product-details-specs li a {
  color: #0077BA;
  text-decoration: underline;
}
.top-sec .product-details .product-details-specs li a:hover {
  text-decoration: none;
}
.top-sec .product-details .product-details-section {
  padding-bottom: 102px;
}
@media only screen and (max-width: 1199px) {
  .top-sec .product-details .product-details-section {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .top-sec .product-details .product-details-section {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .top-sec .product-details .product-details-section {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .top-sec .product-details .product-details-section {
    padding-bottom: 30px;
  }
}
.top-sec .product-details .product-details-section-row {
  padding-bottom: 1px;
}
.top-sec .product-details .product-details-section-row .title-container {
  background: rgba(0, 119, 186, 0.08);
  height: 100%;
  padding: 12px;
  color: #0077BA;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  font-weight: bold;
  word-break: break-word;
}
.top-sec .product-details .product-details-section-row .content-container {
  background: #F8F8F8;
  height: 100%;
  padding: 12px;
}
.top-sec .product-details .product-details-section-row .content-container p {
  font-size: 15px;
  padding-bottom: 10px;
}
.top-sec .product-details .product-details-section-row .content-container p:last-child {
  padding: 0;
}
.top-sec .product-details .product-details-section-row.row {
  margin-right: 0;
  margin-left: 0;
}
.top-sec .product-details .product-details-section-row.row.row > * {
  padding-right: 0;
  padding-left: 0;
}
.top-sec .product-details .product-details-section-row.row.odd .content-container,
.top-sec .product-details .product-details-section-row.row.odd .title-container {
  background: #fff;
}
.top-sec .product-details .product-details-section-row ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 25px;
}
.top-sec .product-details .product-details-section-row ul li {
  font-size: 15px;
}
.top-sec .product-details-cta {
  padding-bottom: 84px;
}
@media only screen and (max-width: 767px) {
  .top-sec .product-details-cta {
    padding-bottom: 50px;
  }
}
.top-sec .product-details-cta ul {
  text-align: center;
}
.top-sec .product-details-cta ul li {
  display: inline-block;
  padding-right: 34px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 991px) {
  .top-sec .product-details-cta ul li {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .top-sec .product-details-cta ul li {
    display: block;
    padding-right: 0;
  }
}
.top-sec .product-details-cta ul li:last-child {
  padding-right: 0;
}
.top-sec .product-details-cta .button-cta {
  background: #0077BA;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 16px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  display: block;
  display: flex;
  width: auto;
}
@media only screen and (max-width: 479px) {
  .top-sec .product-details-cta .button-cta {
    width: 100%;
  }
}
.top-sec .product-details-cta .button-cta .icon-1 {
  padding-right: 10px;
}
@media only screen and (max-width: 991px) {
  .top-sec .product-details-cta .button-cta .icon-1 {
    padding-right: 5px;
    margin-top: -4px;
  }
}
@media only screen and (max-width: 767px) {
  .top-sec .product-details-cta .button-cta .icon-1 {
    padding-right: 8px;
  }
}
@media only screen and (max-width: 479px) {
  .top-sec .product-details-cta .button-cta .icon-1 {
    margin-top: -2px;
  }
}
.top-sec .product-details-cta .button-cta .icon-2 {
  padding-left: 12px;
  margin-left: auto;
}
.top-sec .shortdescription {
  margin-bottom: 40px;
}
.top-sec .shortdescription ul {
  padding: 0 0 0 30px;
  position: relative;
}
.top-sec .shortdescription ul li {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
  font-family: "aktiv-grotesk";
}
.top-sec .shortdescription ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../images/orangecheck.png);
  position: absolute;
  left: 0;
}

.store-locator-wrapper {
  margin-top: 81px;
  margin-bottom: 170px;
}
@media only screen and (max-width: 991px) {
  .store-locator-wrapper {
    margin-top: 40px;
    margin-bottom: 70px;
  }
}
.store-locator-wrapper h2 {
  text-align: left;
  font-size: 48px;
}
@media only screen and (max-width: 991px) {
  .store-locator-wrapper h2 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .store-locator-wrapper h2 {
    font-size: 30px;
  }
}
.store-locator-wrapper p {
  color: #111111;
  line-height: 120%;
}
.store-locator-wrapper .store-locator-title-wrapper {
  margin-bottom: 22px;
}
.store-locator-wrapper .store-locator-form {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 29px 38px 28px 20px;
  margin-bottom: 37px;
}
@media only screen and (max-width: 991px) {
  .store-locator-wrapper .store-locator-form {
    padding-right: 20px;
  }
}
.store-locator-wrapper .store-locator-form .link-button {
  padding: 14px 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
}
@media only screen and (max-width: 1024px) {
  .store-locator-wrapper .store-locator-form .link-button {
    padding: 14px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .store-locator-wrapper .store-locator-form .link-button {
    padding: 14px 30px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .store-locator-wrapper .store-locator-form .col {
    flex: 0 0 50%;
    margin-bottom: 15px;
  }
  .store-locator-wrapper .store-locator-form .col.text-right {
    flex: 0 0 100%;
    text-align: center;
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .store-locator-wrapper .store-locator-form .col {
    flex: 0 0 100%;
  }
}
.store-locator-wrapper .store-locator-form input[type=text] {
  border: 0;
}
.store-locator-wrapper .store-locator-form input[type=text]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #111111;
}
.store-locator-wrapper .store-locator-form input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #111111;
  opacity: 1;
}
.store-locator-wrapper .store-locator-form input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #111111;
  opacity: 1;
}
.store-locator-wrapper .store-locator-form input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #111111;
}
@media only screen and (max-width: 767px) {
  .store-locator-wrapper .store-locator-map-wrapper {
    flex-direction: column-reverse;
  }
}
.store-locator-wrapper .store-locator-map-wrapper .map {
  width: 100%;
  border-radius: 20px;
  height: 675px;
  /* Marker tweaks */
}
@media only screen and (max-width: 991px) {
  .store-locator-wrapper .store-locator-map-wrapper .map {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .store-locator-wrapper .store-locator-map-wrapper .map {
    height: 300px;
  }
}
.store-locator-wrapper .store-locator-map-wrapper .map .marker {
  border: none;
  cursor: pointer;
  height: 30px;
  width: 32px;
  background-repeat: no-repeat;
  background-image: url("../images/Icon-map-marker.svg");
}
.store-locator-wrapper .store-locator-map-wrapper .map .mapboxgl-popup {
  padding-bottom: 50px;
}
.store-locator-wrapper .store-locator-map-wrapper .map .mapboxgl-popup-close-button {
  display: none;
}
.store-locator-wrapper .store-locator-map-wrapper .map .mapboxgl-popup-content {
  border-radius: 20px;
  box-shadow: -10px 0px 40px rgba(102, 101, 101, 0.25);
  padding: 30px 23px 27px 23px;
}
.store-locator-wrapper .store-locator-map-wrapper .map .mapboxgl-popup-content .row {
  margin: 0 -5px;
}
.store-locator-wrapper .store-locator-map-wrapper .map .mapboxgl-popup-content .row > * {
  padding: 0 5px;
}
.store-locator-wrapper .store-locator-map-wrapper .map .mapboxgl-popup-content h5 {
  font-size: 16px;
  line-height: 120%;
  color: #1A1A1A;
  padding-bottom: 15px;
}
.store-locator-wrapper .store-locator-map-wrapper .map .mapboxgl-popup-content p {
  color: #1A1A1A;
}
.store-locator-wrapper .store-locator-map-wrapper .map .mapboxgl-popup-content .km_direction {
  margin-top: 39px;
}
@media only screen and (max-width: 575px) {
  .store-locator-wrapper .store-locator-map-wrapper .map .mapboxgl-popup-content .km_direction {
    margin-top: 20px;
  }
}
.store-locator-wrapper .store-locator-map-wrapper .map .mapboxgl-popup-content .km_direction .km_store {
  font-size: 14px;
  line-height: 120%;
  color: #1A1A1A;
}
.store-locator-wrapper .store-locator-map-wrapper .map .mapboxgl-popup-content .km_direction .km_store svg {
  margin-right: 5px;
}
@media only screen and (max-width: 575px) {
  .store-locator-wrapper .store-locator-map-wrapper .map .mapboxgl-popup-content .km_direction .km_store {
    text-align: center;
  }
}
.store-locator-wrapper .store-locator-map-wrapper .map .mapboxgl-popup-content .km_direction .direction_store {
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .store-locator-wrapper .store-locator-map-wrapper .map .mapboxgl-popup-content .km_direction .direction_store {
    margin-top: 20px;
  }
}
.store-locator-wrapper .store-locator-map-wrapper .map .mapboxgl-popup-content .km_direction .direction_store a {
  border: 2px solid #000000;
  border-radius: 30px;
  font-size: 14px;
  line-height: 120%;
  color: #1A1A1A;
  padding: 7px 18px;
  width: 100%;
  font-weight: normal;
}
.store-locator-wrapper .store-locator-map-wrapper .map .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  border: 16px solid transparent;
  box-shadow: 0px 10px 20px rgba(201, 201, 201, 0.25);
  border-bottom: none;
  border-top-color: #fff;
}
.store-locator-wrapper .store-locations {
  height: 675px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .store-locator-wrapper .store-locations {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .store-locator-wrapper .store-locations {
    height: 300px;
    margin-bottom: 40px;
  }
}
.store-locator-wrapper .store-locations ::-webkit-scrollbar {
  width: 15px;
  height: 3px;
  border-left: 0;
  background: #E7E8EB;
  border-radius: 5px;
}
.store-locator-wrapper .store-locations ::-webkit-scrollbar-track {
  background: none;
}
.store-locator-wrapper .store-locations ::-webkit-scrollbar-thumb {
  background: #979797;
  border-radius: 5px;
}
.store-locator-wrapper .store-locations .listings {
  height: 100%;
  overflow: auto;
  padding-right: 35px;
}
@media only screen and (max-width: 991px) {
  .store-locator-wrapper .store-locations .listings {
    padding-right: 10px;
  }
}
.store-locator-wrapper .store-locations .row {
  margin: 0 -5px;
}
.store-locator-wrapper .store-locations .row > * {
  padding: 0 5px;
}
.store-locator-wrapper .store-locations .card {
  margin-bottom: 30px;
  background: #F6F6F6;
  border: 0;
  cursor: pointer;
  border-radius: 20px;
}
.store-locator-wrapper .store-locations .card:last-child {
  margin-bottom: 0;
}
.store-locator-wrapper .store-locations .card.active {
  background: #0077BA;
}
.store-locator-wrapper .store-locations .card.active .card-title,
.store-locator-wrapper .store-locations .card.active .card-text,
.store-locator-wrapper .store-locations .card.active .store_km,
.store-locator-wrapper .store-locations .card.active .store_direction,
.store-locator-wrapper .store-locations .card.active .store_direction a {
  color: #FFFFFF;
}
.store-locator-wrapper .store-locations .card.active .card-title svg path,
.store-locator-wrapper .store-locations .card.active .card-text svg path,
.store-locator-wrapper .store-locations .card.active .store_km svg path,
.store-locator-wrapper .store-locations .card.active .store_direction svg path,
.store-locator-wrapper .store-locations .card.active .store_direction a svg path {
  fill: #FFFFFF;
}
.store-locator-wrapper .store-locations .card .card-body {
  padding: 25px 30px 28px 20px;
}
.store-locator-wrapper .store-locations .card .card-title {
  font-size: 16px;
  line-height: 120%;
  color: #1A1A1A;
}
@media only screen and (max-width: 991px) {
  .store-locator-wrapper .store-locations .card .card-title {
    margin-bottom: 20px;
  }
}
.store-locator-wrapper .store-locations .card .card-text {
  color: #1A1A1A;
  margin-top: 20px;
}
.store-locator-wrapper .store-locations .card .card-text svg {
  margin-right: 9px;
}
.store-locator-wrapper .store-locations .card .store_km,
.store-locator-wrapper .store-locations .card .store_direction,
.store-locator-wrapper .store-locations .card .store_direction a {
  font-size: 14px;
  line-height: 120%;
  color: #1A1A1A;
}
.store-locator-wrapper .store-locations .card .store_km svg,
.store-locator-wrapper .store-locations .card .store_direction svg,
.store-locator-wrapper .store-locations .card .store_direction a svg {
  margin-right: 5px;
}
@media only screen and (max-width: 575px) {
  .store-locator-wrapper .store-locations .card .store_km {
    margin-bottom: 10px;
  }
}
.store-locator-wrapper .store-locations .card .store_direction {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .store-locator-wrapper .store-locations .card .store_direction {
    text-align: left;
  }
}
.store-locator-wrapper .store-locations .card .store_direction a {
  text-decoration-line: underline;
  font-weight: normal;
  transition: none;
}
.store-locator-wrapper .store-locations .card .store_direction a:hover {
  text-decoration-line: none;
}
.store-locator-wrapper .store-locations .card .store_direction svg {
  margin-right: 5px;
}
.store-locator-wrapper .store-locations .mCSB_scrollTools {
  background: #E7E8EB;
  border-radius: 20px;
}
.store-locator-wrapper .store-locations .mCSB_scrollTools .mCSB_dragger {
  background: #979797;
  border-radius: 5px;
}
.store-locator-wrapper .store-locations .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #979797 !important;
}
.store-locator-wrapper .store-locations .mCSB_scrollTools .mCSB_dragger .mCSB_draggerRail {
  background-color: transparent;
}

/*# sourceMappingURL=site.css.map */
