/* FONTS */ 

@font-face {
  font-family: 'SF Pro Display';
  src: url('/assets/fonts/SF-Pro-Display-Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('/assets/fonts/SF-Pro-Display-Medium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('/assets/fonts/SF-Pro-Display-Semibold.otf') format('otf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('/assets/fonts/SF-Pro-Display-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('/assets/fonts/SF-Pro-Display-Heavy.otf') format('otf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* MAIN */

body {
    font-family: 'SF Pro Display', sans-serif;
    background-color: var(--bg-color);
    color: #000 !important;
    margin: auto !important;
    padding-bottom: 0 !important;
}

p {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 300;
}

a {
  text-decoration: none;
}

ul {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .container {
      max-width: 1270px;
  }
}

/*
ul {
  margin-bottom: 0;
}
*/

/* COLORS */

:root {
  --white-color: #fff;
  --bg-color: #F8F8F8;
  --text-color: #808080;
  --black-color: #202020;
  --green-color: #2D9771;
  --green-dark-color: #1C8D67;
  --orange-color: #F5811E;
  --disable-color: #C0C8D0;
  --red-color: #dd0e0e;
  --link-color: #1F8DD6;
}

/* HEADER */

.header-line {
  background: var(--black-color);
}

.header-line-white a {
  color: var(--white-color);
  flex-direction: row;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

.header-line-white a:hover {
  color: var(--orange-color);
}

.social-line a {
  color: var(--white-color);
  flex-direction: row;
  font-size: 15px;
  font-weight: 300;
}

.social-line a:hover {
  color: var(--orange-color);
}

.header {
  background: var(--green-dark-color);
  height: 80px;
}

.nav-link {
  color: var(--white-color);
  flex-direction: row;
  font-size: 16px;
  font-weight: 300;
  margin-left: 0.8rem;
}

.nav-link:hover {
  color: var(--orange-color);
}

.activ {
  color: var(--orange-color) !important;
}

.instagram {
  content: url(../img/svg/instagram.svg);
  vertical-align: middle;
}

.instagram:hover {
  content: url(../img/svg/instagram-hover.svg);
}

.navbar-toggler {
  border: 1px solid #F7F7F7;
}

.navbar-toggler-icon {
  background-image: url(../img/svg/burger.svg);
}

.offcanvas {
  background-color: var(--black-color);
}

.btn-close {
  background-image: url(../img/svg/close.svg);
  opacity: 1;
}

@media (max-width: 575px) {
  .header-line-white a {
    font-size: 13px;
  }
}

/* MARGIN & PADDING */

.pl-5 {
  padding-left: 0.5rem;
}

.pr-3 {
  padding-right: 0.3rem;
}

.pr-10 {
  padding-right: 1rem !important;
}

.pr-15 {
  padding-right: 1.5rem !important;
}

.pr-20 {
  padding-right: 2rem !important;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-12 {
  margin-bottom: 1.2rem !important;
}

.mbt-12 {
  margin-top: 1.4rem !important;
  margin-bottom: 1.2rem !important;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-10 {
  margin-top: 1rem;
}

.dis-mt {
  margin-top: 0 !important;
}

@media (max-width: 575px) {
  .mbm-15 {
    padding-bottom: 1.5rem;
  }

  .mb-30 {
    margin-bottom: 1.5rem;
  }

  .mt-20 {
    margin-top: 1rem;
  }

  .mb-15 {
    margin-bottom: 0.5rem !important;
  }

  .row {
    --bs-gutter-x: 0.5rem
  }

  .pr-10 {
    padding-right: 0.4rem !important;
  }
}


/* SLIDER */

.slider-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--white-color);
}

.slider-caption {
  font-size: 18px;
  list-style-image: url(../img/svg/check.svg);
  padding: 1rem 0 1rem 25px !important;
  font-weight: 300;
}

.slider-caption li {
  padding-bottom: 0.3rem !important;
}

.carousel-inner {
  border-radius: 30px;
}

.carousel-caption {
  bottom: 2rem !important;
}

.slider-new {
  border-radius: 0.5rem;
  font-size: 14px;
  font-weight: 600;
  background-color: #d43237;
  padding: 0.2rem 0.4rem;
  margin-bottom: 0.5rem !important;
  width: fit-content;
}

@media (max-width: 575px) {

  .slider-title {
    font-size: 24px;
  }

  .carousel-caption {
    bottom: 2rem !important;
  }

  .slider-caption {
    padding: 1rem 0 0 25px !important;
  }
}

/* CATEGORY */

.cat {
  background-color: var(--white-color);
  border-radius: 30px;
  padding: 50px;
  height: 100%;
  transition: transform .25s cubic-bezier(0.4, 0, 1, 1);
}

.cat:hover {
  transition: transform .25s cubic-bezier(0.4, 0, 1, 1);
  transform: scale(1.02);
}

.cat-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--black-color);
  line-height: normal;
}

.cat-caption {
  font-size: 18px;
  font-weight: 300;
  color: var(--text-color);
  margin-top: 0;
}

.cat-img {
  margin-top: 20px;
}

@media (max-width: 575px) {

  .cat {
    padding: 20px;
  }

  .cat-title {
    font-size: 22px;
  }
  
  .cat-caption {
    font-size: 14px;
  }
}

/* CTA */

.partnership {
  background-color: var(--green-dark-color);
  border-radius: 30px;
  padding: 50px;
  margin-bottom: 1.5rem;
  transition: transform .25s cubic-bezier(0.4, 0, 1, 1);
}

.partnership-caption {
  font-size: 16px;
  text-align: center;
  color: var(--white-color);
  font-weight: 300;
  padding: 0 3rem;
}

.partnership-button {
  padding: 1rem 0;
  border-radius: 1.3rem;
  width: 100%;
}

.partnership-link a {
  color: var(--white-color);
  font-weight: 400;
  font-size: 18px;
  vertical-align: middle;
}

.cta-btn {
  background-color: var(--green-dark-color);
  border: 0.5px solid var(--white-color);
  transition: .25s cubic-bezier(0.4, 0, 1, 1);
}

.cta-btn:hover {
  background-color: var(--black-color);
  border: 0.5px solid var(--black-color);
  transition: .25s cubic-bezier(0.4, 0, 1, 1);
}


/* FOOTER */ 

.footer-bg {
  background-color: var(--black-color);
  padding: 2.5rem;
}

.social {
  display: flex;
}

.footer-link a {
  color: var(--white-color);
  font-weight: 300;
}

.footer-link a:hover {
  color: var(--orange-color)
}

.footer-copyright {
  color: var(--white-color);
  font-weight: 300;
}

@media (max-width: 575px) {
  .caption-center {
    text-align: center !important;
  }
}

/* BUTTONS */ 


.btn-primary {
  padding: 0.8rem 2.2rem;
  background-color: var(--orange-color) !important;
  border-color: var(--orange-color) !important;
  transition: .25s cubic-bezier(0.4, 0, 1, 1);
  border-radius: 1.3rem;
  font-size: 20px;
  font-weight: 200;
}

.btn-primary:hover {
  background-color: var(--black-color) !important;
  border-color: var(--black-color) !important;
  transition: .25s cubic-bezier(0.4, 0, 1, 1);
}

/* CATALOG */

.catalog {
  background-color: var(--white-color);
  border-radius: 30px;
  padding: 20px;
  transition: transform .25s cubic-bezier(0.4, 0, 1, 1);
  height: 100%;
}

.catalog:hover {
  transition: transform .25s cubic-bezier(0.4, 0, 1, 1);
  transform: scale(1.02);
}

.catalog-info {
  margin-top: 1rem;
}

.stock {
  font-size: 14px;
  font-weight: 400;
  color: var(--green-dark-color);
  background-color: #E9F4F0;
  padding: 0.4rem 0.8rem;
  border-radius: 0.8rem;
  margin-right: 1rem;
  display: inline-block;
}

.article {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-color);
  display: inline-block;
}

.catalog-caption {
  font-size: 15px;
  font-weight: 500;
  margin: 0.6rem 0 0 0;
  line-height: normal;
  color: var(--black-color)
}

.brushless {
  font-size: 13px;
  font-weight: 500;
  color: var(--white-color);
  background-color: var(--orange-color);
  padding: 0.15rem 0.4rem;
  border-radius: 0.5rem;
  max-width: fit-content;
  position: relative;
  display: inline-block;
}

.voltage {
  font-size: 13px;
  font-weight: 500;
  color: var(--white-color);
  background-color: #1f8dd6;
  padding: 0.15rem 0.4rem;
  border-radius: 0.5rem;
  max-width: fit-content;
  position: relative;
  display: inline-block;
}

.new {
  font-size: 13px;
  font-weight: 500;
  color: var(--white-color);
  background-color: var(--red-color);
  padding: 0.15rem 0.4rem;
  border-radius: 0.5rem;
  max-width: fit-content;
  position: relative;
  display: inline-block;
}

@media (max-width: 575px) {
  .catalog {
    margin-bottom: 0.5rem;
  }

  .catalog-info {
    flex-direction: column;
    margin-top: 1rem;
  }

  .catalog-caption {
    font-size: 14px;
    margin: 0.4rem 0 0 0;
  }
  
  .stock {
    font-size: 13px;
    padding: 0.3rem 0.6rem;
    margin-bottom: 0.4rem;
    border-radius: 0.5rem;
  }

  .article {
    font-size: 13px;
  }
}

/* breadcrumb */

.breadcrumb {
  --bs-breadcrumb-margin-bottom: 0;
}

.page-title {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--black-color);
}

.breadcrumb {
  font-weight: 300;
  font-size: 15px;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--disable-color);
}

.breadcrumb a {
  color: var(--disable-color);
}

.breadcrumb a:hover {
  color: var(--orange-color)
}

.activ2 {
  color: var(--disable-color)
}

/* PRODUCT */ 

/* CATALOG */

.product-left {
  background-color: var(--white-color);
  border-radius: 30px 30px 0 0;
  padding: 2rem 2rem 6rem 2rem;
}

.product-right {
  background-color: var(--white-color);
  border-radius: 30px;
  padding: 2rem;
}

.product-left-down {
  background-color: var(--white-color);
  border-radius: 0 0 30px 30px;
  padding: 0rem 3rem 3rem 3rem;
}

.product-title h1 {
  font-size: 30px;
  font-weight: 800;
  margin: 1rem 0;
  color: var(--black-color);
}

.line {
  color: var(--disable-color);
  border-width: 1px;
  margin: 1.5rem 0;
}

.char-up {
  font-size: 20px;
  font-weight: 700;
  color: var(--black-color);
  margin: 0;
  line-height: 1;
  margin-bottom: 0.2rem;
}

.char-down {
  font-size: 14px;
  font-weight: 300;
  line-height: normal !important;
  color: var(--text-color);
  margin: 0;
}

.gray-bg {
  background-color: var(--bg-color);
  margin: 1.5rem 0;
  padding: 1rem 2rem;
  border-radius: 20px;
}

.guadel {
  font-size: 15px;
  color: var(--text-color);
  margin: 0;
}

.guadel-img {
  margin-right: 0.8rem;
}

.manual {
  margin: 1.5rem;
}

.manual-text {
  color: var(--link-color);
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}

.manual-text a:hover {
  color: var(--link-color);
  text-decoration: underline;
}

.manual-img {
  margin-right: 0.6rem;
}

.kit-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: var(--black-color);
}

.kit-caption {
  font-size: 15px;
  list-style-image: url(../img/svg/check-green.svg);
  padding: 0.5rem 0 0 25px !important;
  font-weight: 300;
  line-height: 1.8;
}

.char-caption {
  font-size: 15px;
  list-style-image: url(../img/svg/check-green.svg);
  padding: 0.5rem 0 0 25px !important;
  font-weight: 300;
  line-height: 2;
}

.view-caption {
  font-size: 15px;
}

.feautures-title {
  font-size: 30px;
  font-weight: 800;
  font-style: italic;
  color: var(--green-color);
  line-height: 1;
}

.product-top-img {
  padding: 1rem 6rem 2rem 6rem;
}

.product-img {
  width: 100%;
  height: 100%;
}

.kit-bold {
  font-weight: 500;
}

@media (max-width: 575px) {
  .product-top-img {
    padding: 0;
  }

  .product-img {
    width: 100%;
    height: 100%;
  }

  .product-title h1 {
    font-size: 28px;
    margin: 0.4rem 0 0.8rem 0;
  }

  .product-right {
    border-radius: 0;
    padding: 1rem;
  }

  .guadel {
    font-size: 14px;
  }

  .feautures-title {
    font-size: 24px;
  }

  .product-left-down {
    padding: 0 1rem 1.5rem 1rem;
  }

  .product-left {
    padding: 1rem 1rem 0 1rem;
  }

  }

  /* PAGES */

  .infopages {
    background-color: var(--white-color);
    border-radius: 30px;
    padding: 3rem;
  }

  .infopages-caption {
    font-size: 16px;
  }

  .infopages-kit-caption {
    font-size: 16px;
    list-style-image: url(../img/svg/check-green.svg);
    padding: 0.5rem 0 0 25px !important;
    font-weight: 300;
    line-height: 1.8;
  }

  .dealer {
    background-color: var(--bg-color);
    border-radius: 20px;
    padding: 2rem;
  }


  .dealer-caption {
    font-size: 16px;
    list-style-image: url(../img/svg/check-green.svg);
    padding: 0.5rem 0 0 25px !important;
    font-weight: 300;
    line-height: 1.8;
  }

  .dealer-caption a {
    color: var(--link-color);
  }

  .dealer-caption a:hover {
    text-decoration: underline;
  }

  .flags {
    width: 24px;
  }

  @media (min-width: 768px) {
    .order-md-2 {
      margin-top: -7rem;
    }
  }


  @media (max-width: 575px) {
    .infopages {
      padding: 2rem;
    }
  }