/******************** variables **********************/
@font-face {
  font-family: Bahnschrift;
  src: url(../fonts/Bahnschrift.ttf);
  font-style: normal;
  font-stretch: 1% 500%;
}
@font-face {
  font-family: "a_FuturicaMedium";
  src: url("../fonts/AFuturicaMediumItalic.woff2") format("woff2"), url("../fonts/AFuturicaMediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "a_FuturicaMedium";
  src: url("../fonts/AFuturicaMedium.woff2") format("woff2"), url("../fonts/AFuturicaMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "a_FuturicaBs";
  src: url("../fonts/AFuturicaBsBoldItalic.woff2") format("woff2"), url("../fonts/AFuturicaBsBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "a_FuturicaBs";
  src: url("../fonts/AFuturicaBsBold.woff2") format("woff2"), url("../fonts/AFuturicaBsBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "a_FuturicaBs";
  src: url("../fonts/AFuturicaBsLight.woff2") format("woff2"), url("../fonts/AFuturicaBsLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "a_FuturicaBs";
  src: url("../fonts/AFuturicaBsLightItalic.woff2") format("woff2"), url("../fonts/AFuturicaBsLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Bahnschrift;
  src: url(../fonts/Bahnschrift.ttf);
  font-style: normal;
  font-stretch: 1% 500%;
}
/******************** variables **********************/
/************** MIXIN ***************/
/*
@import "compass/compass";
/*
 */
/******************** variables **********************/
/*********** HOME PAGE ***************/
/*************************************/
.wp-block-table {
  margin: 0;
}

body {
  font-family: "a_FuturicaMedium", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #4D4D4D;
}
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6, body .section-title > span, body .widget-title > span, body .comment-reply-title > span {
  font-family: "a_FuturicaBs", sans-serif !important;
  font-weight: bold;
  color: #4D4D4D;
}
body .footer .section-title > span, body .footer .widget-title > span, body .footer .comment-reply-title > span {
  color: white;
}
body .page-wrapper .container main#main {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
body .page-wrapper .container aside#sidebar {
  padding-top: 20px !important;
  padding-bottom: 10px !important;
}
body .page-subheader, body .container .widget-title, body .container .widget_block h2, body .container .widget_block h3 {
  border-bottom: 0;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 7px;
  line-height: 1;
}
body .page-subheader:after, body .container .widget-title:after, body .container .widget_block h2:after, body .container .widget_block h3:after {
  content: "";
  display: flex;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px !important;
  border: none !important;
  width: 100% !important;
  *zoom: 1;
  background: -moz-linear-gradient(left, #116abd 0%, rgba(137, 52, 94, 0.8) 50%, red 99%, red 100%);
  background: -webkit-linear-gradient(left, #116abd 0%, rgba(137, 52, 94, 0.8) 50%, red 99%, red 100%);
  background: linear-gradient(to right, #116abd 0%, rgba(137, 52, 94, 0.8) 50%, red 99%, red 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#116abd", endColorstr="#ff0000",GradientType=1 );
}

ol, ul {
  padding-left: 0;
}

.widget_search button[type=submit]:before, .widget_product_search button[type=submit]:before {
  font-size: 20px;
  color: #4D4D4D;
}

.wp-pagenavi .current {
  border-color: #116ABD;
  border-bottom-color: #116ABD;
  background-color: #116ABD;
  color: #fff;
}

.wp-pagenavi .next, .wp-pagenavi .prev {
  /**@include transition-05;**/
}

.wp-pagenavi .next:hover, .wp-pagenavi .prev:hover {
  color: #116ABD;
  font-size: 20px;
  /**@include transition-05;**/
  font-weight: bold;
}

.widget_search button[type=submit], .widget_product_search button[type=submit] {
  border-radius: 5px;
}

input, select, textarea {
  outline: none;
  border-radius: 5px;
}
input:focus, input:active, input:hover, select:focus, select:active, select:hover, textarea:focus, textarea:active, textarea:hover {
  border: 1px solid #116ABD !important;
  outline: none !important;
  box-shadow: none !important;
}

.items-per-page select:not([attribute]) {
  line-height: normal;
}

/* PRODUCT PAGE CSS*/
.price {
  color: #FF0000 !important;
}

.item-car {
  padding-top: 0 !important;
}

.price-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.car-slider-wrapper .controls a:hover, .car-slider-wrapper .slider-thumb-controls a:hover {
  color: #FF0000;
  opacity: 1;
  filter: alpha(opacity=1);
}

.cBox {
  margin: 10px 0;
  padding: 20px 40px;
  background-color: #116abd29;
  border-bottom: none;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.content-tabs {
  margin: 10px 0;
}
.content-tabs ul.tabs-nav li a {
  color: #4D4D4D;
  text-align: center;
  font-weight: 600;
  background: #116ABD;
}
.content-tabs ul.tabs-nav li.active a {
  color: #4D4D4D;
  background-color: #116abd29 !important;
  border-radius: 5px 5px 0px 0px;
}
.content-tabs ul.tabs-nav li {
  margin: 0 !important;
}
.content-tabs .tabs-container {
  border-radius: 0px 0px 5px 5px;
  background-color: #116abd29;
  border-bottom: 0;
  margin: 0px 0 0;
}
.content-tabs .tabs-container .tab-content ul li:before, .content-tabs .tabs-container .tab-content ol li:before {
  width: 5px;
  height: 5px;
  background-color: #116ABD;
  border-radius: 50%;
}
.content-tabs .tabs-nav {
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.content-tabs .tabs-nav li {
  flex: auto;
}

/* PRODUCT PAGE CSS END */
/* SIDEBAR CSS */
body:not(.single-car) aside#sidebar ul {
  line-height: normal;
  padding-left: 5px;
}
body:not(.single-car) aside#sidebar ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body:not(.single-car) aside#sidebar ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #116ABD;
  top: auto;
  left: 0;
}
body:not(.single-car) aside#sidebar .primary-button {
  color: #FFF !important;
  font-family: "a_FuturicaBs", sans-serif !important;
  font-weight: bold !important;
  background: #116ABD !important;
  border-radius: 0 !important;
  font-size: 16px !important;
}
body:not(.single-car) aside#sidebar .primary-button:hover {
  background: #FF0000 !important;
}

.credit-widget-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

/* SIDEBAR CSS END */
/*  NOT HOME CSS */
body:not(.home) .content-page {
  padding-bottom: 0px !important;
  overflow: hidden;
}

/*  NOT HOME CSS END */
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #4D4D4D;
  transition: all 0.5s ease-out;
}
a:hover {
  text-decoration: none;
  color: #FF0000;
  transition: all 0.5s ease-out;
}

.home a {
  text-decoration: none;
  color: white;
  transition: all 0.5s ease-out;
}
.home a:hover {
  text-decoration: none;
  color: #FF0000;
  transition: all 0.5s ease-out;
}

.bg-blue {
  background-color: #116ABD;
}

.base-blue {
  color: #116ABD;
}

.row .col.white-line {
  background: white;
  height: 3px;
  padding: 0;
  margin: 0;
}

.logo {
  max-width: 300px;
}

/*************** MEGA MENU ************/
.dropdown-menu, .submenu {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  font-size: inherit;
}
.dropdown-menu > li, .submenu > li {
  padding: 10px;
  min-width: 200px;
  border-radius: 0.25rem;
  margin-bottom: 2px;
  background-color: #116ABD !important;
  transition: all 0.5s ease;
}
.dropdown-menu > li:last-child, .submenu > li:last-child {
  margin-bottom: 0;
}
.dropdown-menu li a, .submenu li a {
  color: white !important;
  position: relative;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent !important;
}

.dropdown-menu > li:hover {
  background-color: #FF0000 !important;
}

.navbar-nav > li.menu-item ul.dropdown-menu > li.menu-item-has-children a:after {
  content: "";
  display: flex;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  border: 0;
  margin: 0;
  vertical-align: 0;
  width: 20px;
  background-image: url("../src/img/curve-megamenu.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75% auto;
}

.dropdown-item {
  padding: 0rem 1rem;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background: white;
  border-radius: 50%;
  background-image: url(../src/img/curve-slider.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 36% auto;
  width: 60px;
  height: 60px;
}

.carousel-control-prev-icon {
  transform: rotate(180deg);
}

.carousel-control-next, .carousel-control-prev {
  justify-content: flex-start;
  opacity: 1;
}

.carousel-control-prev {
  left: -30px;
}

.carousel-control-next {
  right: -30px;
}

.carousel-control-next {
  justify-content: flex-end;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  opacity: 1;
}

@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }

  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
    padding-left: 3px;
  }

  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }

  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ small devices .end// ============ */
/********** HOME PAGE CSS ***************/
/***************************************/
.navbar-brand {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.navbar-brand .logo {
  display: flex;
}

.background-top-page {
  background: transparent;
  background-size: contain;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

.info-top-row {
  background-color: #116ABD;
}

.navbar {
  background-color: #EDEFF2;
}
.navbar a {
  color: #116ABD !important;
}

.logo-bg {
  background: no-repeat url(../src/img/bg-row-logo.png);
  background-size: contain;
  background-position: top left;
  position: relative;
}

.logo-wrapper .logo {
  background-color: #FF0000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
  clip-path: polygon(45% 0, 100% 0%, 100% 100%, 0% 100%);
  padding: 1rem;
}
.logo-wrapper .logo svg {
  max-width: 70%;
  height: auto;
}
.logo-wrapper h1 {
  max-width: 300px;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  font-size: 14px !important;
  text-align: center;
  color: #FF0000;
  width: 100%;
  text-align: left;
}
.logo-wrapper .div-shave-2 {
  clip-path: polygon(130px 0, 100% 0%, 100% 100%, 0% 100%);
  background-color: white;
  height: 100%;
  width: calc(100% + 148px);
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0px;
  top: calc(100% - 1px);
  z-index: 100;
}
.logo-wrapper .div-shave-1 {
  content: "";
  clip-path: polygon(130px 0, 100% 0%, 30px 100%, 0% 100%);
  background-color: #116ABD;
  height: 100%;
  width: 160px;
  right: calc(100% - 110px);
  position: absolute;
  display: flex;
  top: 0;
  border: 1px solid #116ABD;
  box-sizing: content-box;
}

.content-page {
  overflow: hidden;
}

/**************** SLIDER *********************/
.blue-slider-list i.fa {
  width: 100px;
  height: calc(100% + 8px);
  border-radius: 50%;
  border: 4px solid #fff;
  display: flex;
  position: absolute;
  left: -4px;
  top: -4px;
}
.blue-slider-list i.fa:before {
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
}

.carousel-wrapper .ls-outline .ls-nav-prev, .carousel-wrapper .ls-outline .ls-nav-next {
  width: 60px;
  height: 60px;
  z-index: 10000;
  top: 50%;
  margin-top: -35px;
  border-radius: 50%;
  display: block !important;
  visibility: visible !important;
  background: white;
  background-image: url(../src/img/curve-slider.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 36% auto;
  border: none;
  transition: all 0.5s ease-out !important;
}
.carousel-wrapper .ls-outline .ls-nav-prev:hover, .carousel-wrapper .ls-outline .ls-nav-next:hover {
  border: 2px solid red !important;
  transition: all 0.5s ease-out !important;
}
.carousel-wrapper .ls-outline .ls-nav-prev {
  left: 30px;
  transform: rotate(180deg);
}
.carousel-wrapper .ls-outline .ls-nav-next {
  right: -30px;
}
.carousel-wrapper .ls-outline .ls-nav-prev:before, .carousel-wrapper .ls-outline .ls-nav-prev:after, .carousel-wrapper .ls-outline .ls-nav-next:before, .carousel-wrapper .ls-outline .ls-nav-next:after {
  background-color: black;
  display: none !important;
}

/***************  MAIN CONTENT ***************/
.mask-card {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 80%;
  background-color: #E6E8EB;
  border-radius: 10px;
  bottom: 0;
}

.card-img-top {
  max-width: 80%;
  margin: 0 auto;
  z-index: 1;
}

.products-card-wrapper .card-body {
  z-index: 1;
  bottom: 0;
  background: no-repeat url(../src/img/card_title_red.svg);
  background-size: 100% 100%;
  width: auto;
  padding: 5px 10px 0 60px !important;
  min-height: 50px;
  margin-bottom: 10px;
  line-height: normal;
  align-items: center;
  min-width: 90%;
}

.services-card-wrapper .card-title {
  font-size: 1.8rem;
  margin: 0 !important;
  position: relative;
  line-height: 1.8rem;
}
.services-card-wrapper .card-title .div-shave {
  clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);
  background-color: white;
  height: 50%;
  width: 33.33%;
  display: block;
  float: right;
  position: absolute;
  bottom: 0;
  right: -1px;
}
.services-card-wrapper .card-title:after {
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 1.9rem solid white;
  border-left: 1.9rem solid transparent;
  border-right: 0 solid transparent;
  height: 0;
  width: 3.8rem;
  right: 0;
  bottom: 0;
}
.services-card-wrapper .card-body {
  border: 2px solid #96A7B1;
  border-radius: 10px;
  overflow: hidden;
}
.services-card-wrapper p {
  display: block;
  margin: 0;
  margin-top: auto;
  width: 100%;
}
.services-card-wrapper .btn {
  background-color: #96A7B1 !important;
  margin: auto 30px 20px;
  text-align: left;
  padding: 15px 30px;
  border: none !important;
  white-space: nowrap;
}

.row-card-products .card-text {
  padding: 10px 40px;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}
.row-card-products .card-text li {
  position: relative;
  padding: 10px 0;
}
.row-card-products .card-text li::marker {
  display: none !important;
  visibility: hidden;
  font-size: 0;
}
.row-card-products .card-text li::before {
  content: "";
  display: flex;
  position: absolute;
  height: 25px;
  width: 25px;
  left: -30px;
  background-image: url(../src/img/marker.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 20%;
}
.row-card-products .card-shadow {
  -webkit-box-shadow: 10px 10px 20px -5px #898989;
  -moz-box-shadow: 10px 10px 20px -5px #898989;
  box-shadow: 10px 10px 20px -5px #898989;
  z-index: 100;
}

.service-badge {
  position: relative;
}

/***************  FOOTER ***************/
footer {
  position: relative;
  margin-top: 0 !important;
  background-color: #116ABD !important;
}
footer .footer-cards-row {
  margin-top: 0px;
}
footer .footer-card {
  margin-top: 0px;
  line-height: normal;
}
footer .card-title {
  margin-bottom: 2.5rem;
}
footer ul {
  list-style: none;
  line-height: 1.5;
  padding: 0;
}
footer ul li {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
footer table {
  text-transform: uppercase !important;
}
footer table tr td {
  padding: 0.5rem 0.5rem;
}
footer table tr:last-child {
  border-top: 2px solid white;
}
footer table tr:first-child td {
  padding-top: 0;
}
footer .card-body h3, footer .card-body h5 {
  margin: 0;
  background: transparent;
  text-transform: uppercase !important;
  padding: 0.5rem;
  line-height: 1;
  background: #FF0000;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem;
}
footer .red-line-footer {
  height: 110px;
  margin-top: 0px !important;
  position: absolute;
  width: 100%;
  left: 0;
  top: -110px;
  overflow: hidden;
}
footer .red-line-footer .div-shave-1 {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 0px;
  right: 100%;
  margin-right: -95px;
  height: 100px;
  width: 1400px;
  background-image: url(../src/img/red-line-v1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 0;
}
footer .red-line-footer .div-shave-2 {
  clip-path: polygon(135px 0, 100% 0%, 100% 100%, 0% 100%);
  background-color: #116ABD;
  height: 100%;
  width: calc(100% + 30px);
  display: block;
  float: right;
  position: absolute;
  top: 0;
  right: -1px;
  margin-top: 0px;
}
footer .widget_contacts li[class^=icon-]:before {
  color: inherit;
  font-size: inherit;
  vertical-align: inherit;
}
footer .widget {
  margin-bottom: 0px;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer .quicksearch-container .car_adv_search fieldset legend, .quicksearch-container .car_adv_search fieldset #footer legend, #footer h5, #footer h6 {
  line-height: inherit;
  margin-bottom: 0;
  padding-bottom: inherit;
  border-bottom: none;
  color: #ffffff;
}

.lc-divider {
  height: 1px !important;
  border: none !important;
  width: 100% !important;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr="#99001E57", endColorstr="#E8007DB9");
  background-image: -owg-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(143, 44, 77, 0) 15%, rgba(255, 0, 0, 0.7) 30%, #116abd 50%, rgba(255, 0, 0, 0.7) 70%, rgba(190, 93, 116, 0) 85%, rgba(125, 185, 232, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(143, 44, 77, 0) 15%, rgba(255, 0, 0, 0.7) 30%, #116abd 50%, rgba(255, 0, 0, 0.7) 70%, rgba(190, 93, 116, 0) 85%, rgba(125, 185, 232, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(143, 44, 77, 0) 15%, rgba(255, 0, 0, 0.7) 30%, #116abd 50%, rgba(255, 0, 0, 0.7) 70%, rgba(190, 93, 116, 0) 85%, rgba(125, 185, 232, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(143, 44, 77, 0) 15%, rgba(255, 0, 0, 0.7) 30%, #116abd 50%, rgba(255, 0, 0, 0.7) 70%, rgba(190, 93, 116, 0) 85%, rgba(125, 185, 232, 0) 100%);
  background-image: linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(143, 44, 77, 0) 15%, rgba(255, 0, 0, 0.7) 30%, #116abd 50%, rgba(255, 0, 0, 0.7) 70%, rgba(190, 93, 116, 0) 85%, rgba(125, 185, 232, 0) 100%);
}

.home .lc-banner {
  padding: 0.25rem;
  border: 2px solid #96A7B1;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 20px -5px #898989;
  -moz-box-shadow: 10px 10px 20px -5px #898989;
  box-shadow: 10px 10px 20px -5px #898989;
}
.home .lc-banner.size_250x250 {
  width: 400px;
  height: 450px;
  margin-top: 15px;
  margin-left: auto;
  float: right;
}
.home .lc-banner .more {
  background-color: #FF0000 !important;
  color: #FFFFFF;
  font-family: "a_FuturicaBs", san-serif;
  font-weight: bold;
  font-size: 18px;
  transform: none;
  font-style: italic;
  text-transform: uppercase;
  margin: 20px 0;
}

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