
/* THIS CSS WAS COMPILED AND OPTIMIZED, USING THE WP COMPILER PLUGIN */
/* https://bytes.co */
/* Last Compiled: 2021-06-18 6:24:54 UTC */

@import 'pages/processes';
/*-------------------------------------------
 Title :  Advance Auto Parts wiper blade finders
 Edited:  04-06-2019
 ---------------------------------------------
 1. Variables
 2. Base
 3. Parts
 #navigation
 #hero
 #quick-links
 4. Pages
 #search-portal
 #member-portal
 ---------------------------------------------*/
/* Variables */
/* Base */
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%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

sup {
  vertical-align: top;
  top: -2px;
  position: relative;
  font-size: 12px;
  font-weight: normal; }

* {
  outline: none; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

a {
  transition: all 0.3s ease;
  text-decoration: none; }
  a::focus {
    color: inherit;
    text-decoration: none; }
  a:hover {
    text-decoration: none; }

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

.clearfix:after, .clearfix:before {
  content: '';
  display: block;
  clear: both; }

input, button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: inherit; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: inherit; }

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: inherit; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: inherit; }

body {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  -webkit-overflow-scrolling: touch; }
  body.home {
    background: url(../img/home-bg.jpg) no-repeat center center;
    background-size: cover;
    background-color: black; }

html, body {
  height: 100%;
  min-height: 100%; }

html.scroll-off {
  overflow: hidden;
  width: 100%; }
  html.scroll-off body {
    width: 100%; }
/*a:hover {
 color: #0094cd;
 }*/
a, a:hover {
  text-decoration: none; }

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none; }

h1, h2, h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #000; }

h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000; }

#main {
  width: 100%;
  padding-top: 117px;
  margin-top: 47px;
  position: relative; }

.wrapper {
  min-height: 100%;
  padding-bottom: 70px;
  overflow: hidden;
  width: 100%; }
  .wrapper .push {
    height: 48px; }

.container {
  max-width: 576px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

@media only screen and (max-width: 768px) {
  .wrapper {
    display: block; }

  .display-message {
    display: none; }

  .splash-screen {
    background: #c52623;
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    z-index: 999999;
    padding: 20px;
    box-sizing: border-box; }
    .splash-screen h6 {
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      margin-top: 10px;
      width: 100%;
      font-size: 15px; } }

@media only screen and (min-width: 768px) {
  .wrapper {
    display: none; }

  .display-message {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    z-index: 999999;
    padding: 20px;
    box-sizing: border-box; } }

.selector {
  border: 1px solid #b5b5b5;
  overflow: hidden;
  background: #fff;
  position: relative;
  font-size: 19px;
  padding: 0 18px 0 75px;
  color: #000;
  width: 100% !important;
  box-sizing: border-box;
  margin-bottom: 12px; }
  .selector:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 0px;
    padding-left: 16px;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
    line-height: 30px;
    height: 30px;
    border-right: 2px solid #000;
    display: block;
    font-weight: 300;
    width: 41px; }
  .selector span {
    background: url(../img/arrow-small.png) no-repeat right center;
    font-weight: 800;
    display: block;
    height: 63px;
    line-height: 63px;
    font-size: 23px;
    color: #000;
    width: 100% !important; }
  .selector select {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0; }

button {
  width: 100%;
  text-align: center;
  border: none;
  line-height: 68px;
  background-color: #fbd417;
  color: #393939;
  height: 68px;
  font-weight: 800;
  font-size: 22px; }

.search-form {
  padding-bottom: 26px; }
  body:not(.home) .search-form {
    display: none; }

form[name=blade-finder_form] {
  counter-reset: section; }

.blade-finder-form_loading {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99; }
  .blade-finder-form_loading img {
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 120px; }

.popup_outer {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  background: url(../img/home-bg.jpg) no-repeat center center;
  background-size: cover;
  background-color: black;
  z-index: 999;
  display: none;
  padding: 0 0 48px;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .popup_outer .container {
    position: relative; }
  .popup_outer header {
    width: 100%; }
  .popup_outer .popup-heading {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    line-height: 38px;
    color: #fff;
    margin: 35px auto 0; }
    .popup_outer .popup-heading span {
      position: relative;
      display: inline-block; }
    .popup_outer .popup-heading .edit-vehicle {
      background: url(../img/edit.svg) no-repeat center center / 20px auto;
      position: absolute;
      right: -50px;
      height: 100%;
      width: 30px;
      top: 0px;
      text-indent: -999px;
      overflow: hidden; }
  .popup_outer .search-form {
    padding-bottom: 0px;
    margin-top: 50px; }
  .popup_outer a.btn_close {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    text-align: center;
    width: 100%;
    line-height: 48px;
    height: 48px;
    background: #c52623;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    color: #fff; }
  .popup_outer.installation {
    padding-bottom: 0px; }
    .popup_outer.installation .container {
      padding: 0px;
      background: #fff; }
  .popup_outer.find_section #blade-finder-form {
    margin-top: 55px; }
  .popup_outer#max_selected .container {
    padding-top: 50px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 30px; }
  .popup_outer#profile-garage {
    padding: 0 0 48px; }
    .popup_outer#profile-garage header {
      background: #c52623;
      width: 100%; }
      .popup_outer#profile-garage header img {
        display: block;
        margin: 0 auto;
        height: 62px; }
    .popup_outer#profile-garage .steps {
      margin-top: 55px;
      position: relative; }
      .popup_outer#profile-garage .steps .step {
        display: none;
        position: absolute;
        left: 0;
        top: 0px;
        width: 100%; }
    .popup_outer#profile-garage .add_a_vehicle {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      width: 350px;
      margin: 0 auto; }
      .popup_outer#profile-garage .add_a_vehicle li {
        width: 158px;
        margin-bottom: 11px; }
        .popup_outer#profile-garage .add_a_vehicle li:nth-of-type(2n) {
          margin-left: 13px; }
        .popup_outer#profile-garage .add_a_vehicle li a {
          height: 123px;
          border: 2px solid #fff;
          background: #393939 url(../img/plus.svg) no-repeat center center;
          display: block;
          padding: 10px 5px; }
          .popup_outer#profile-garage .add_a_vehicle li a.has-data {
            background: #fff;
            color: #000;
            font-size: 20px;
            line-height: 26px;
            font-weight: 700;
            text-align: center;
            padding-top: 20px; }
    .popup_outer#profile-garage .add_remove a {
      padding: 3px 0 3px 0;
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      line-height: 26px;
      margin-bottom: 25px;
      display: block;
      background: url(../img/plus.svg) no-repeat left 0px;
      padding-left: 45px;
      font-weight: 700; }
      .popup_outer#profile-garage .add_remove a.remove_vehicle {
        background: url(../img/minus.svg) no-repeat left 0px;
        font-weight: 700; }
      .popup_outer#profile-garage .add_remove .vehicle_profile_added {
        display: flex; }
  .popup_outer.image {
    background: #fff;
    justify-content: center;
    align-items: center; }
    .popup_outer.image img {
      max-height: 100%; }
  .popup_outer.learn_more_txt {
    background: #fff; }
    .popup_outer.learn_more_txt .container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-top: 40px;
      padding-bottom: 25px; }
    .popup_outer.learn_more_txt .product_detail {
      width: calc(100% - 135px); }
    .popup_outer.learn_more_txt figure {
      display: block; }
      .popup_outer.learn_more_txt figure a {
        display: block;
        position: relative; }
      .popup_outer.learn_more_txt figure a:after {
        position: absolute;
        left: 15px;
        bottom: 15px;
        z-index: 9;
        width: 19px;
        height: 19px;
        background: url(../img/magnific.png) no-repeat 0 0;
        content: ''; }
    .popup_outer.learn_more_txt .product_txt {
      width: 100%;
      margin-top: 10px;
      font-size: 14px;
      padding: 0 20px; }
      .popup_outer.learn_more_txt .product_txt p {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        line-height: 20px;
        margin-bottom: 20px; }
      .popup_outer.learn_more_txt .product_txt ul {
        margin-left: 18px;
        margin-top: 20px; }
      .popup_outer.learn_more_txt .product_txt ul li {
        list-style: disc;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        line-height: 19px;
        margin-top: 8px; }
      .popup_outer.learn_more_txt .product_txt strong {
        font-weight: 700; }
      .popup_outer.learn_more_txt .product_txt .view_video {
        display: block;
        line-height: 36px;
        width: 100%;
        margin-top: 20px;
        background-color: #fff;
        text-align: center;
        font-size: 16px;
        color: #b5b5b5;
        border: 1px solid #b5b5b5;
        font-weight: 700; }
  .popup_outer .your_vechicle {
    padding-top: 15px; }
    .popup_outer .your_vechicle h6 {
      color: #000;
      font-weight: 400;
      font-size: 17px;
      line-height: 22px;
      padding: 0 20px 15px;
      width: 100%;
      display: block; }
      .popup_outer .your_vechicle h6 strong {
        font-weight: 800; }
      .popup_outer .your_vechicle h6 span {
        display: block; }
    .popup_outer .your_vechicle ul {
      background: #ffd81f;
      width: 100%;
      display: flex;
      margin-top: 20px; }
      .popup_outer .your_vechicle ul li {
        padding: 8px 15px;
        flex-grow: 1;
        line-height: 20px;
        color: #000;
        font-size: 16px;
        font-weight: 700; }
    .popup_outer .your_vechicle a {
      background: #b5b5b5;
      width: calc(100% - 40px);
      margin-left: 20px;
      display: block;
      line-height: 40px;
      color: #fff;
      font-weight: 700;
      text-align: center; }
  .popup_outer .video_box {
    width: 100%;
    position: relative; }
    .popup_outer .video_box img {
      display: block;
      width: 100%;
      max-width: 100%; }
    .popup_outer .video_box .play {
      background: url(../img/bnt-play.png) no-repeat center center;
      background-size: 100% auto;
      cursor: pointer;
      height: 48px;
      left: 50%;
      margin-left: -33px;
      margin-top: -24px;
      position: absolute;
      top: 50%;
      width: 65px;
      transition: all 0.4s ease 0s; }
    .popup_outer .video_box iframe {
      width: 100%;
      height: 320px; }
      @media only screen and (max-width: 400px) {
  .popup_outer .video_box iframe {
    height: 180px; } }
  .popup_outer .video_listing_heading {
    padding: 12px 20px;
    font-size: 16px;
    background: #ccc;
    text-align: center;
    line-height: normal;
    color: #000;
    font-weight: 600; }
  .popup_outer .video_listing {
    width: 100%;
    padding-bottom: 49px;
    max-height: 250px;
    overflow-y: scroll;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch; }
    .popup_outer .video_listing ul li {
      background: #ededed;
      padding: 8px 10px; }
      .popup_outer .video_listing ul li:nth-of-type(2n) {
        background: #dcdcdc; }
      .popup_outer .video_listing ul li a {
        display: flex;
        width: 100%; }
      .popup_outer .video_listing ul li figure {
        width: 115px; }
      .popup_outer .video_listing ul li span {
        display: block;
        width: calc(100% - 115px);
        box-sizing: border-box;
        padding-left: 15px;
        color: #000;
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px; }
/*
 #blade-finder-form_popup{
 padding: 20px;
 h3{
 text-transform: uppercase;
 text-align: center;
 font-size: 22px;
 margin-bottom: 18px;
 }
 .selector{
 padding-left: 60px;
 span{
 font-size: 23px;
 }
 }
 }
 */
.error-message {
  font-size: 24px;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 49%; }

.default-loading {
  position: fixed;
  width: 100px;
  height: 100px;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  padding: 0 45px; }
  .slick-slider .slick-arrow {
    position: absolute;
    top: 48%;
    width: 20px;
    height: 38px;
    background: url(../img/arrow-left.png) no-repeat 0 0;
    background-size: 20px auto;
    border: none;
    outline: none;
    text-indent: -999px;
    overflow: hidden;
    display: block; }
    .slick-slider .slick-arrow.slick-prev {
      left: 0px; }
    .slick-slider .slick-arrow.slick-next {
      right: 0px;
      background-image: url(../img/arrow-right.png); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
/* Parts */
.find-blade-heading {
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  padding: 15px 10px;
  font-weight: 800;
  background: #fbd417; }

body:not(.home) .header {
  background: #fbd417;
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 63px;
  left: 0; }
  body:not(.home) .header.scroll-up + #main .search-by-fields {
    position: fixed;
    z-index: 8; }
  body:not(.home) .header.scroll-down {
    position: fixed;
    top: 0; }
    body:not(.home) .header.scroll-down .search-form {
      padding-top: 15px; }
    body:not(.home) .header.scroll-down + #main .search-by-fields {
      position: fixed;
      z-index: 8;
      top: 47px; }
  body:not(.home) .header button {
    background: #c52623;
    color: #fff; }
  .header h1 {
    width: 100%;
    background: #c52623;
    height: 62px; }
  .header h1 img {
    display: block;
    margin: 0 auto;
    max-height: 100%; }
  .header h2 {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    padding: 15px 10px;
    font-weight: 800; }
  body.home .header h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 38px;
    text-transform: uppercase;
    padding: 35px 10px 30px; }

.footer {
  background: #c52623;
  position: fixed;
  bottom: -100%;
  width: 100%;
  left: 0px;
  transition: all 0.2s; }
  .footer.fixed {
    bottom: 0px; }
  .home .footer {
    background: #393939; }
  .footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    text-align: right; }
  .footer .container > span {
    display: flex;
    align-items: center; }
    .footer .container > span img {
      margin-left: 10px; }
  .footer .links {
    display: flex;
    align-items: center; }
  .footer .links li.profile {
    width: 36px;
    height: 30px; }
    .footer .links li.comparison {
      opacity: 0.2;
      color: #fff;
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      font-weight: 700;
      background: url(../img/comparison.svg) no-repeat 3px center;
      min-height: 30px;
      border: 2px solid #fff;
      margin-left: 17px;
      padding-left: 28px; }
    .home .footer .links li.comparison {
      display: none; }
    .footer .links li.comparison a {
      display: none;
      min-height: 26px;
      line-height: 26px;
      height: auto;
      color: #fff;
      padding-left: 28px; }
    .footer .links li.comparison.has-item {
      opacity: 1;
      padding-left: 0px; }
      .footer .links li.comparison.has-item a {
        display: block;
        padding-right: 8px; }
        .footer .links li.comparison.has-item a:before {
          content: '+'; }
  .footer a {
    display: block;
    height: 48px; }
  .footer a > img {
    max-height: 100%;
    display: block; }
/* Pages */
.blade-type .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 25px; }
  .blade-type a {
    display: block;
    width: 100%;
    border: 1px solid #b5b5b5;
    height: 120px;
    background: #fff;
    font-weight: 700;
    color: #000;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center; }
  .blade-type a span {
    display: block;
    font-weight: 400;
    font-size: 20px;
    margin-top: 5px; }
  .blade-type a + a {
    margin-top: 23px; }

.powered-bar {
  background: #373737;
  padding: 11px 0 10px; }
  .powered-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .powered-bar h6 {
    background: url("../img/Rain-X-logo.png") no-repeat right center;
    padding-right: 108px;
    line-height: 26px;
    color: #fff;
    margin: 0;
    font-size: 12px;
    display: block; }
  .powered-bar .btn-search-toggle {
    width: 27px;
    height: 16px;
    display: block;
    background: url("../img/arrow-up.png") no-repeat right center;
    text-indent: -999px;
    overflow: hidden; }
  .powered-bar .btn-search-toggle.active {
    background: url("../img/arrow-down.png"); }

.product-item {
  width: 100%;
  border: 1px solid #b5b5b5;
  background: #fff;
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
  padding: 14px 14px 10px 5px;
  box-sizing: border-box;
  position: relative; }
  .product-item .btn-com {
    width: 24px;
    height: 24px;
    border: 1px solid #b5b5b5;
    background-color: #fff;
    position: absolute;
    left: -1px;
    top: -1px;
    background: url(../img/g-comparison.svg) no-repeat center center; }
  .product-item .btn-com:after {
    content: 'compare';
    position: absolute;
    left: 100%;
    top: 0px;
    color: #b5b5b5;
    font-size: 8px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 5px; }
  .product-item .btn-com.active {
    background-image: url(../img/r-comparison.svg); }
  .product-item figure {
    width: 130px; }
  .product-item .product-content {
    width: calc(100% - 135px);
    position: relative; }
  .product-item h3 {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 400; }
  .product-item h3 strong {
    font-weight: 800;
    display: block; }
  .product-item p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px; }
  .product-item .product_purchase {
    margin-top: 20px; }
  .product-item .product_purchase > a {
    display: block;
    line-height: 41px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    color: #b5b5b5;
    border: 1px solid #b5b5b5;
    font-weight: 800; }
    .product-item .product_purchase > a + a {
      margin-top: 8px;
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 700; }
  .product-item .blade-info {
    margin-top: 5px; }
  .product-item .blade-info > span {
    display: block;
    color: #c52623;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px; }
    .product-item .blade-info > span span {
      color: #4a4a4a; }

body.bg-white {
  background: #fff; }

.search-by-fields {
  background: #e5e5e5;
  padding: 14px 0 20px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }
  .search-by-fields.fixed {
    position: fixed;
    z-index: 9; }
  body.show-header .search-by-fields.fixed {
    top: 47px; }
  .search-by-fields h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    line-height: 22px; }
  .search-by-fields h4 strong {
    font-weight: 800; }
  .search-by-fields ul {
    display: flex;
    justify-content: space-between; }
  .search-by-fields ul li {
    border: 1px solid #b5b5b5;
    background: #fff;
    text-align: center;
    font-size: 12px;
    color: #b5b5b5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(50% - 8px);
    font-weight: 800;
    padding: 5px 0; }
    .search-by-fields ul li strong {
      font-weight: 700;
      color: #000;
      font-size: 22px;
      display: block;
      margin-top: 5px; }
    .search-by-fields ul li + li {
      margin-left: 10px; }

.page-template-product-comparison .wrapper {
  padding-bottom: 48px; }
  .page-template-product-comparison .wrapper #main {
    padding-top: 63px; }

.btn-back-to {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  text-align: center;
  width: 100%;
  line-height: 48px;
  height: 48px;
  background: #c52623;
  font-size: 17px;
  font-weight: 700;
  display: block;
  color: #fff; }

.compare-heading {
  background: #fbd417;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  padding: 15px 10px;
  font-weight: 800;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 99; }

.comparison-table {
  display: flex;
  position: relative;
  padding: 0px; }
  .comparison-table:after {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    background: #b5b5b5;
    top: 0px;
    content: ''; }
  .comparison-table .clear-col {
    width: 16px;
    height: 16px;
    border: 1px solid #c52623;
    background-color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    line-height: 14px;
    display: block;
    cursor: pointer;
    font-size: 11px;
    color: #ce0231;
    font-weight: 700; }
  .comparison-table .comparison-col {
    display: flex;
    width: 50%;
    position: relative; }
  .comparison-table .comparison-col .comparison-back {
    position: absolute;
    background: url(../img/no-compare.svg) no-repeat center;
    width: 70px;
    height: 73px;
    left: calc(50% - 35px);
    top: 150px; }
  .comparison-table .comparison-col > ul {
    background: #fff;
    width: 100%;
    position: relative; }
    .comparison-table .comparison-col > ul > li {
      border-right: none;
      font-size: 14px;
      line-height: 20px;
      position: relative;
      padding: 48px 20px 10px;
      text-align: center; }
    .comparison-table .comparison-col > ul > li:before {
      position: absolute;
      top: 0;
      left: 0px;
      width: 200%;
      text-align: center;
      color: #fff;
      font-size: 14px;
      font-weight: 800;
      content: attr(data-label);
      display: block;
      line-height: 37px;
      background-color: #b5b5b5;
      white-space: nowrap;
      z-index: 9; }
    .comparison-table .comparison-col > ul > li.alignleft {
      text-align: left; }
    .comparison-table .comparison-col > ul > li.blank {
      display: none; }
    .comparison-table .comparison-col > ul > li.row1 {
      padding-top: 35px;
      position: fixed;
      width: calc(50% + 1px);
      left: 0px;
      background: #fff;
      z-index: 99;
      padding-bottom: 20px;
      border-right: 1px solid #b5b5b5;
      top: 63px; }
      .comparison-table .comparison-col > ul > li.row1.fixed {
        border-bottom: 1px solid #b5b5b5;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .comparison-table .comparison-col > ul > li.row2 {
      padding-top: 0px; }
    .comparison-table .comparison-col > ul > li h6 strong {
      font-weight: 800;
      display: block; }
    .comparison-table .comparison-col > ul > li figure {
      display: block;
      margin-bottom: 20px; }
      .comparison-table .comparison-col > ul > li figure a {
        position: relative;
        display: block; }
        .comparison-table .comparison-col > ul > li figure a:after {
          position: absolute;
          left: 5px;
          bottom: 15px;
          z-index: 9;
          width: 19px;
          height: 19px;
          background: url(../img/magnific.png) no-repeat 0 0;
          content: ''; }
    .comparison-table .comparison-col > ul > li ul {
      margin-left: 17px; }
      .comparison-table .comparison-col > ul > li ul li {
        list-style: disc; }
        .comparison-table .comparison-col > ul > li ul li + li {
          margin-top: 10px; }
  .comparison-table .comparison-col ~ .comparison-col > ul > li.row1 {
    left: 50%;
    width: calc(50% - 1px);
    border-right: none;
    border-left: 1px solid #b5b5b5; }
    .comparison-table .comparison-col ~ .comparison-col > ul > li:before {
      left: -100%; }

.product-single {
  background: #fff;
  margin-top: 0; }
  .product-single .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 10px; }
  .product-single .view_video {
    display: block;
    line-height: 36px;
    width: 100%;
    margin-top: 40px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: #b5b5b5;
    border: 1px solid #b5b5b5;
    font-weight: 700; }
  .product-single .product_detail {
    width: calc(100% - 135px); }
  .product-single .product_detail h3 {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 400; }
    .product-single .product_detail h3 strong {
      font-weight: 700;
      display: block; }
  .product-single .product_detail .blade-info {
    margin-top: 5px; }
    .product-single .product_detail .blade-info > span {
      display: block;
      color: #c52623;
      font-size: 14px;
      font-weight: 700;
      line-height: 22px; }
    .product-single .product_detail .blade-info > span span {
      color: #4a4a4a; }
  .product-single .product_detail .blade-rating {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #000; }
    .product-single .product_detail .blade-rating .heading {
      font-weight: 700;
      display: block;
      line-height: normal; }
  .product-single figure {
    width: 130px;
    display: block; }
  .product-single figure a {
    display: block;
    position: relative; }
    .product-single figure a:after {
      position: absolute;
      left: 15px;
      bottom: 15px;
      z-index: 9;
      width: 19px;
      height: 19px;
      background: url(../img/magnific.png) no-repeat 0 0;
      content: '';
      z-index: 1; }
  .product-single .product_txt {
    width: 100%;
    margin-top: 10px;
    font-size: 14px; }
  .product-single .product_txt p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    margin-bottom: 20px; }
  .product-single .product_txt ul {
    margin-left: 18px;
    margin-top: 20px; }
    .product-single .product_txt ul li {
      list-style: disc;
      font-size: 14px;
      font-weight: 400;
      color: #000;
      line-height: 19px;
      margin-top: 8px; }
  .product-single .product_txt strong {
    font-weight: 700; }

.review-section {
  background: #f6f6f6;
  padding: 35px 10px;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  text-align: center; }
  .review-section h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase; }
  .review-section .star-rating {
    display: flex;
    margin-top: 6px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    justify-content: center;
    align-items: center; }
  .review-section .star-rating .star {
    margin: 0 6px; }

.star {
  background: url(../img/newstars.png) 0 0 no-repeat;
  width: 85px;
  height: 17px;
  line-height: 17px;
  overflow: hidden;
  display: block; }
  .star span {
    background: url(../img/newstars.png) 0 -15px no-repeat;
    text-indent: -9999px;
    height: 17px;
    display: block; }

.review-slider {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0; }
  .review-slider .review-item {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    overflow: hidden; }
  .review-slider .review-item .heading {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    display: block;
    word-break: break-word; }
  .review-slider .review-item .date {
    color: #888;
    line-height: normal;
    display: block;
    margin-top: 5px;
    font-style: italic; }
  .review-slider .review-item .star {
    margin-top: 5px; }
  .review-slider .review-item p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px; }
  .review-slider .review-item .review-author {
    font-weight: 600;
    display: block;
    text-align: right;
    margin-top: 35px; }

.review-tab {
  background: #f6f6f6;
  padding: 35px 10px 0;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 60px;
  text-align: center;
  display: flex;
  justify-content: center; }
  .review-tab span {
    display: inline-block;
    padding: 0 19px;
    line-height: 36px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: #b5b5b5;
    border: 1px solid #b5b5b5;
    font-weight: 700; }
  .review-tab span.active {
    border-color: #000;
    color: #000; }
  .review-tab span + span {
    margin-left: 10px; }

.review-tab-content {
  width: 100%; }
  .review-tab-content > div {
    display: none; }
  .review-tab-content > div.show-tab {
    display: block; }

.back-url {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  text-align: center;
  width: 100%;
  line-height: 48px;
  height: 48px;
  background: #c52623;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  color: #fff; }
/*# sourceMappingURL= */