.form-control::placeholder {
  color: #8c9da4;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #8c9da4;
}

.form-control::-ms-input-placeholder {
  color: #8c9da4;
 }

.form-check-input:checked {
    background-color: #29abe2;
    border-color: #29abe2;
}

.form-check-input:focus {
    border-color: #29abe2;
    box-shadow: none;
}

.form-control:focus {
    border-color: #29abe2;
    box-shadow: none;
}

.btn-primary {
  background-color: #29abe2;
  border-color: #29abe2;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  border-radius: 10px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #1e8bb8!important;
  border-color: #1e8bb8!important;
}

::marker {
    color: #31aee2;
}

.form-label {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 26px;
}

.form-control {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 15px;
  background: #f1f5f8;
  border-radius: 10px;
  border-color: #f1f5f8;
  padding: 14px 20px;
}

.form-control:focus {
  background: #f1f5f8;  
}

.form-select:focus {
  border-color: #fff;
  box-shadow: none;
}

.form-check label {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;  
}

.form-check label a {
  color: #29abe2;
  text-decoration: none;
}

.form-check label a:hover {
  text-decoration: underline;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: none;
  border-color: #ff6b6b;
}

.invalid-feedback {
  color: #ff6b6b;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #ff6b6b;
  box-shadow: none;
}

.alert {
  padding: 8px;
  width: auto;
}

.accordion-button:after {
    order: -1;
    margin-left: 0; 
    margin-right: .5em;
}

.accordion-item {
    background-color: transparent;
    border: none;
}

.accordion-button {
    background-color: transparent;
    color: #f4f4f4;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #f4f4f4;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
  font-family: "Raleway", sans-serif;
  color: #dfdfdf;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  padding: 0 0 12px 48px;
}

.accordion-button:after {
  filter: brightness(0) saturate(100%) invert(55%) sepia(93%) saturate(377%) hue-rotate(155deg) brightness(90%) contrast(96%);
}

.page-item .page-link {
  color: #29abe2;
  background-color: #fff;
  border-color: #29abe2;
}

.page-link:focus {
    box-shadow: none;
}

.page-link:hover {
  color: #fff!important;
  background-color: #29abe2;
  border-color: #29abe2;
}

.page-item.active .page-link {
  color: #fff!important;
  background-color: #29abe2;
  border-color: #29abe2;
}

.information-div p, .information-div ul, .information-div ol, .information-div a {
  font-family: "Raleway", sans-serif;
  color: #484848;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .1px;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 1rem;
}

.information-div a:hover {
  color: #29abe2;
}

.information-div h1, .information-div h2, .information-div h3, .information-div h4, .information-div h5, .information-div h6 {
  font-family: "Nunito", sans-serif;
  color: #1e3663;
  margin-bottom: 1rem;
}

.information-div img {
  display: block;
  margin-bottom: 1rem;
}

#top-bar {
  font-family: "Raleway", sans-serif;
  background: #f2f2f2;
  color: #4d4d4d;
}

#top-bar a {
  color: #4d4d4d;
}

#top-bar a:hover {
  color: #29abe2;
}

#top-bar .nav-topbar-right a:hover img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(34%) saturate(6677%) hue-rotate(165deg) brightness(96%) contrast(84%);
}

#top-bar .dropdown-item.active, #top-bar .dropdown-item:active {
  background: transparent;
}

#top-bar .dropdown-menu {
    min-width: unset!important;
}

.search-div button {
  background: none;
  border: none;
  top: 10px;
  right: 10px;
}

.search-div input {
  font-family: "Raleway", sans-serif;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #ddd;
  padding: 12px 36px 12px 14px;
  min-width: 400px;
  border-radius: 10px;
  background: #fff;
}

header .form-check-label {
  font-family: "Raleway", sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.account-links a {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #071b41;
  text-decoration: none;
  transition: .3s;
}

.account-links a:hover {
  color: #29abe2;
}

.cart-totals {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #1e3663;
  font-weight: 500;
  transition: .3s;
}

.cart-link {
  text-decoration: none;
}

.cart-link:hover p {
  color: #29abe2;
}

.cart-amount {
  padding: 4px 6px;
  font-family: "Inter", sans-serif;
  background: #31aee2;
  border-radius: 600px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #fff;
  bottom: -8px;
  left: 10px;
}

#header-bottom-desktop, #header-bottom-mobile {
  background: #1e3663;
}

#header-bottom-desktop select, #header-bottom-mobile select {
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #8c8c8c;
  font-weight: 400;
  border-color: #fff;
}

#header-bottom-mobile h4 {
  font-family: "Nunito", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 9px;
    margin-bottom: 18px;
}

#header-bottom-mobile-fields {
    display: block;
}

#footer-top {
  background: #fafafa;
}

#footer-top .row:first-child{
  border-bottom: 1px solid #e5e5e5;
}

#footer-top .row:first-child p {
  font-family: "Raleway", sans-serif;
  color: #4d4d4d;
  font-size: 15px;
  line-height: 18px;
}

footer {
  background: #1e3663;
}

footer .footer-logo {
  max-width: 211px;
}

footer h4 {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #f4f4f4;
  border-bottom: 2px solid #c5c5c5;
  max-width: 203px;
}

footer .nav a {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #eaeaea;
}

footer .nav a:hover, footer .nav a:focus {
  color: #66d2ff;
}

.nav.footer-contacts-nav p, .nav.footer-contacts-nav a {
    font-family: "Inter", sans-serif;
    color: #eaeaea;
    font-size: 14px;
    line-height: 24px;
}

.footer-contacts-nav a:hover img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(34%) saturate(6677%) hue-rotate(165deg) brightness(96%) contrast(84%);
}

.footer-social-links a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(84%) saturate(6761%) hue-rotate(170deg) brightness(98%) contrast(106%);
}

#copyright {
  background: #f4f4f4;
}

#copyright p {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #7f7f7f;
}

#copyright a {
  color: #7f7f7f;
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: underline;
  color: #7f7f7f;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #fafafa;
  overflow-x: hidden;
  padding-top: 60px;
  transition: .5s;
}

.sidenav a {
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #484848;
  display: block;
  transition: .3s;
}

.sidenav h4 {
  font-family: "Nunito", sans-serif;
  color: #1e3663;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  border-bottom: 1px solid #d7d7d7;
}

.sidenav-inner {
  padding-left: 20px;
  padding-right: 20px;  
}

.sidenav a:hover {
  color: #29abe2;
}

.sidenav .closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.sidenav-second-menu .nav-link {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 6px!important;
}

.sidenav-footer {
  font-family: "Raleway", sans-serif;
  margin-left: -20px;
  margin-right: -20px;
  background: #f2f2f2;
  padding: 30px 20px;
  color: #1e3663;
  font-size: 14px;
  line-height: 24px;
}

.sidenav-footer a {
  font-family: "Raleway", sans-serif;
  color: #1e3663;
  font-size: 14px;
  line-height: 24px;  
}

.account-block-sidenav p {
  font-family: "Raleway", sans-serif;
  color: #484848;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}

.account-block-sidenav .btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding: 9px 18px;
}

.account-block-sidenav .btn-link {
  color: #29abe2;
  text-decoration: none;
  padding: 0;
}

.account-icon {
  line-height: 12px;
}

#mobile-search-div {
  display: none;
}

#mobile-search-div .search-div input {
  min-width: unset;
  padding: 8px 36px 8px 14px;
}

#mobile-search-div label {
  font-family: "Raleway", sans-serif;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

#mobile-search-div button {
    top: 6px;
}

.home-slider img {
  object-fit: cover;
  object-position: center;
  height: 600px;
  width: 100%;
}

.home-slider h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #1e3663;
  text-transform: uppercase;
  top: 82px;
  right: 18%;
}

.home-slider .swiper-button-next, .home-slider .swiper-button-prev {
  color: #fff;
}

.facts-div {
  margin-top: -100px;
}

.facts-div .fact-div {
  box-shadow: 0 7px 16px 0 #00000014;
  background: #fff;
  border-radius: 20px;
  padding: 24px 18px;
  height: 100%;
}

.facts-div p {
  font-family: "Raleway", sans-serif;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 21px;
}

.facts-div img {
  height: 53px;
}

.brand-div {
  border: 1px solid #ececec;
  border-radius: 15px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  transition: .3s;
  height: 100%;
}

.brand-div:hover {
  border-color: #31aee2;
}

.brand-div img {
  height: 90px;
  object-fit: contain;
}

.brand-div p {
  color: #666565;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.home-heading {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 43px;
  color: #1e3663;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
}

.home-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 197px;
  height: 1.5px;
  background-color: #d7d7d7;
}

.faq-heading {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 43px;
  color: #f4f4f4;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
}

.faq-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 197px;
  height: 1.5px;
  background-color: #d7d7d7;
}

.home-heading-dark-centered {
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  line-height: 43px;
  color: #1e3663;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
  text-align: center;
}

.home-heading-dark-centered::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 197px;
  height: 1.5px;
  background-color: #d7d7d7;
}

.home-subheading {
  font-family: "Raleway", sans-serif;
  color: #484848;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.home-list {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #484848;
}

.home-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  padding: 10px 50px;
}

.home-paragraph {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;  
}

.home-small-heading {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #1e3663;
}

.become-business-client {
  background: #fafafa;
}

.contact-div-nav .nav-item, .contact-div-nav .nav-link {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #4d4d4d;
}

.contact-div-nav .nav-link:hover {
  color: #29abe2;
}

.form-submit {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding: 10px;
}

.dark-bg {
  background: #1e3663;
}

.bg-grey {
  background: #fafafa;
}

.bg-news-single {
  background: #fafafa;
}

.follow-us {
  color: #1e3663;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.news-single-title {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 54px;
  color: #1e3663;
}

.news-single-date {
  font-family: "Raleway", sans-serif;
  color: #484848;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.news-single-excerpt {
  font-family: "Raleway", sans-serif;
  color: #484848;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .1px;
}

.news-single-img {
  border-radius: 15px;
}

.news-single-share {
  font-family: "Nunito", sans-serif;
  color: #1e3663;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}

.about-ul {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #484848;
}

.about-p-m {
  padding-top: 80px;
  margin-top: -60px;
}

.cooperation-big-heading {
  color: #f4f4f4;
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  line-height: 51px;
  font-weight: 500;
  text-transform: uppercase;
}

.cooperation-heading {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;  
}

.faq-div {
  background: #1e3663;
}

.faq-page-div {
  background: #fafafa;
}

.faq-subheading {
  color: #f4f4f4;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}

.faq-page-div .faq-heading {
  color: #1e3663;
}

.faq-page-div .faq-subheading {
  color: #484848;
}

.faq-page-div .accordion-button:not(.collapsed),
.faq-page-div .accordion-button,
.faq-page-div .accordion-body {
  color: #484848;
}

.new-img {
  border-radius: 15px;
  height: 250px;
  object-fit: cover;
}

.new-date {
  color: #57727e;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.new-name {
  color: #1e3663;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: .1px;
  text-decoration: none;
  transition: .3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.new-name:hover {
  color: #29abe2;
}

.new-excerpt {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #484848;
}

.new-read-more {
  padding: 0;
  color: #29abe2;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.new-read-more:hover {
  color: #1e3663;
}

.products-slider .card {
  border-color: #ececec;
  border-radius: 15px;
}

.products-slider .card img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 140px;
  object-fit: contain;
}

.products-slider .card-title, .products-slider .card-link {
  font-family: "Raleway", sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: .3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.products-slider .card-link:hover .card-title {
  color: #29abe2;
}

.products-slider .card-price {
  color: #4d4d4d;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}

.products-slider .btn-outline-primary,
.parts-search-form .btn-outline-primary {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  border-color: #29abe2;
  color: #29abe2;
  background: #fff;
  border-radius: 5px;
  padding: 7px 21px;
}

.products-slider .btn-outline-primary:hover,
.products-slider .btn-outline-primary:focus,
.parts-search-form .btn-outline-primary:hover,
.parts-search-form .btn-outline-primary:focus {
  border-color: #29abe2;
  color: #fff;
  background: #29abe2;
  box-shadow: none;
}

.products-slider .btn-check:checked+.btn,
.products-slider .btn.active,
.products-slider .btn.show,
.products-slider .btn:first-child:active,
.products-slider :not(.btn-check)+.btn:active {
  border-color: #29abe2;
  color: #fff;
  background: #29abe2;
}

.popular-products-slider {
  margin-left: 60px;
  margin-right: 60px;
}

.products-slider .swiper-pagination {
  position: static;
  margin-top: 10px;
}

.products-slider .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #29abe2;
}

.products-slider .swiper-button-next, .products-slider .swiper-button-prev {
  color: #eae9e9;
  transition: .3s;
}

.products-slider .swiper-button-next:hover, .products-slider .swiper-button-prev:hover {
  color: #29abe2;
}

#parts-search-div {
  background: #fafafa;
}

.parts-search-heading-div img {
  height: 52px;
}

.parts-search-heading-div p {
  color: #1e3663;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.parts-search-form {
  background: #fff;
  border-radius: 10px;
  padding: 14px;
}

.parts-search-form label {
  font-family: "Raleway", sans-serif;
  color: #7e7e7e;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.parts-search-form select {
  font-family: "Raleway", sans-serif;
  border: .5px solid #d8d8d8;
  border-radius: 2px;
  padding: 6px;
  color: #a5a3a3;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.parts-search-form select:focus {
  border-color: #29abe2;
}

.contacts-page-div {
  background: #fafafa;
}

.contacts-heading {
  font-family: "Nunito", sans-serif;
  color: #1e3663;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}

.contacts-subheading {
  font-family: "Raleway", sans-serif;
  color: #484848;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.text-dark-blue {
  color: #1e3663;  
}

.text-grey {
  color: #484848;  
}

.form-heading {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #1e3663;
}

.forgot-password-link {
  font-family: "Raleway", sans-serif;
  color: #31aee2;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

.forgot-password-link:hover {
  text-decoration: underline; 
}

.text-below-submit {
  font-family: "Raleway", sans-serif;
  color: #4d4d4d;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px; 
}

.text-below-submit a {
  font-family: "Raleway", sans-serif;
  color: #31aee2;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.text-below-submit a:hover {
  text-decoration: underline; 
}

.account-nav a {
  font-family: "Raleway", sans-serif;
  color: #4d4d4d;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1.5px solid #dfdfdf;
  text-decoration: none;
  display: block;
}

.logout-link {
  color: #cd0000!important;
}

.account-nav a:hover {
  color: #31aee2;
}

.account-p {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #4d4d4d;
}

.account-p a {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #31aee2;
}

.table-my-orders thead th {
  background: #f1f5f8;
  color: #164455;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.table-my-orders td {
  color: #57727e;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .1px;  
}

.order-processing {
  color: #08a66d;  
}

.order-button {
  color: #29abe2;
  text-decoration: none;
}

.table-my-orders>:not(caption)>*>* {
    padding: 12px;
}

.order-button:hover {
  text-decoration: underline;
}

.btn-partner-link {
  padding: 12px;
}

.product-breadcrumb, .product-breadcrumb a {
  font-family: "Raleway", sans-serif;
  color: #94a1bd;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.product-breadcrumb a:hover {
  text-decoration: underline;
}

.product-title {
  font-family: "Nunito", sans-serif;
  color: #1e3663;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  word-wrap: break-word;
}

.product-info p {
  font-family: "Raleway", sans-serif;
  color: #484848;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.compatible-makes p {
  color: #1e3663;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.shipping-time {
  color: #1e3663;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.product-price {
  font-family: "Raleway", sans-serif;
  color: #1e3663;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
}

.product-price-withouth-vat {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #9b9b9b;
}

.compatible-makes .badge {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  background: #94a1bd;
  border-radius: 5px;
  color: #fff;
  padding: 5px 9px;
}

.btn-add-to-cart {
  padding: 11px 32px;
  line-height: 20px;
}

.quantity-to-cart {
  max-width: 80px;
  border: 1px solid #eaeaea;
  border-radius: 22px;
  background: #fff;
  color: #1e3663;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding: 6px 12px;
  text-align: center;
}

.quantity-to-cart:focus {
  background: #fff;
}

.quantity-to-cart::-webkit-inner-spin-button, 
.quantity-to-cart::-webkit-outer-spin-button {  
   display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  color: #fff;
  background: #29abe2;
  border-radius: 80px;
}

.f-carousel__slide {
    border: 1px solid #e4e4e4;
    border-radius: 25px;
}

.f-carousel__slide img {
    border-radius: 25px;
}

.f-carousel__thumbs .f-thumbs__slide {
  border-radius: 10px;
  border: 1px solid #e4e4e4;
}

.f-carousel__thumbs .f-thumbs__slide img {
  border-radius: 10px;
}

.page-title {
  color: #1e3663;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
}

.custom-page-title {
  color: #1e3663;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
}

.custom-page-subheading {
  color: #707070;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 8px;
  display: inline-block;
}

.sub-total, .vat-total {
  color: #484848;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.cart-p {
  color: #484848;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.vat-total-amount, .sub-total-amount {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.total {
  color: #1e3663;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.total-amount {
  color: #1e3663;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.cart-label {
  font-family: "Nunito", sans-serif;
  color: #1e3663;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px; 
}

.btn-back-to-shop {
  background: #fff;
  border-color: #31aee2;
  color: #31aee2;
  max-width: 217px;
  padding: 12px;
}

.btn-back-to-shop:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(85deg) brightness(95%) contrast(114%);
}

.btn-continue-to-checkout {
  max-width: 217px;
  padding: 12px;  
}

.btn-place-order {
  max-width: unset;
}

.table-cart>:not(caption)>*>* {
  box-shadow: none;
}

.table-cart thead {
  vertical-align: middle;
}

.table-cart th {
  font-family: "Nunito", sans-serif;
  color: #1e3663;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  background: #f1f5f8;
  border: none;
}

.table-cart td {
  vertical-align: middle;
  border-color: #e3e3e3;
}

.table-cart tr th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.table-cart tr th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.table-cart .product-name {
  font-family: "Raleway", sans-serif;
  color: #484848;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.table-cart .product-name .cart-make-img {
  height: 38px;
  object-fit: contain;
}

.table-cart .product-name .product-image {
  height: 28px;
  object-fit: contain;
}

.table-sub-total-price {
  color: #484848;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.table-total-price {
  font-family: "Raleway", sans-serif;
  color: #484848;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.remover-from-cart {
  color: #cd510c;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.remover-from-cart:hover {
  text-decoration: underline;
}

.quantityInput,
.quantityInput:hover,
.quantityInput:focus,
.quantityInput:focus-visible {
  background: none;
  box-shadow: none;
  border: none;
  width: 32px;
  text-align: center;
  pointer-events: none;
  outline: none;
  color: #1e3663;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}

.quantityInput::-webkit-inner-spin-button, 
.quantityInput::-webkit-outer-spin-button {  
   display: none;
}

.cart-quantity {
  display: flex;
  align-items: center;
}

.cart-quantity .increment,
.cart-quantity .decrement {
  background: #6fcef6;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 28px;
  height: 28px;
  transition: .3s;
}

.cart-quantity .increment:hover,
.cart-quantity .decrement:hover {
  background: #29abe2;
}

.checkout-left-heading {
  color: #1e3663;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  text-transform: uppercase;
}

.checkout-right-heading {
  color: #1e3663;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
}

.checkout-left-div,
.checkout-right-div {
  background: #fff;
  padding: 32px;
}

.checkout {
  background: #fafafa;
}

.required-field {
  color: #be3a06;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.checkout .checkout-left-div label {
  color: #4d4d4d;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 4px;
}

.checkout .checkout-left-div .form-check label {
  color: #484848;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .1px;
}

.checkout .payment-methods label,
.checkout .shipping-methods label {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .1px;
}

.checkout .payment-methods label:hover,
.checkout .shipping-methods label:hover {
  cursor: pointer;
}

.shipping-price {
  color: #31aee2;
}

.shipping-methods h5 {
  color: #164455;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: .1px;
}

.banks-select div {
  background: #fafafa;
  border-radius: 15px;
  padding: 6px 12px;
  max-height: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 1px solid #fafafa;
  transition: .3s all;
}

.banks-select div img {
  max-height: 100%;
}

.payment-methods {
  border-top: 1px solid #ccc;  
}

.checkout-totals .c-title, .checkout-totals .c-price {
  color: #1e3663;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .1px;
}

.checkout-products {
  max-height: 370px;
  overflow-x: hidden;
  overflow-y: auto;
}

.checkout-products img {
  border-radius: 8px;
  height: 100px;
  object-fit: contain;
}

.checkout-products .row {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.checkout-products-price {
  color: #1e3663;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.checkout-products-qty {
  color: #484848;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}

.checkout-products-title {
  color: #1e3663;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  word-wrap: break-word;
}

.freeSlideSwiper .brand-div p {
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
}

.freeSlideSwiper .brand-div {
  padding: 8px;
}

.freeSlideSwiper .brand-div img {
  height: 65px;
}

.search-make-catalog-page input {
  min-width: unset;
}

.search-make-catalog-page {
  max-width: 400px;
  margin-left: auto;
}

.showing-up {
  color: #707070;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.product-search-div {
  background: #fafafa;
  border-radius: 6px;
  padding: 18px;
}

.product-search-div .search-product-img {
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  height: 160px;
  object-fit: contain;
  background: #fff;
}

.product-search-div h2 {
  color: #1e3663;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px; 
}

.product-search-div p strong {
  color: #1e3663;
}

.product-search-div p a {
  color: #29abe2;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.product-search-div p a:hover {
  text-decoration: underline;
}

.product-search-div p {
  color: #707070;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.product-search-div p.search-shipping-time {
  color: #707070;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.product-search-div p.search-price {
  color: #1e3663;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.product-search-div p.search-price-wo-vat {
  color: #707070;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;  
}

.product-search-div button {
  padding: 6px 24px;
}

.table-make-catalog .simple-p {
  color: #1e3663;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px; 
}

.table-make-catalog .make,
.catalog-mobile .make {
  color: #1e3663;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px; 
}

.table-make-catalog .make img,
.table-make-catalog .product-image,
.catalog-mobile .make img,
.catalog-mobile .product-image {
  height: 38px;
  object-fit: contain;  
}

.catalog-mobile .btn.btn-link {
  padding: 0;
  color: #29abe2;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px; 
}

.catalog-mobile h2 {
  color: #1e3663;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px; 
}

.catalog-mobile .delivery {
  color: #707070;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;   
}

.catalog-mobile .price-w-vat {
  color: #1e3663;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;  
}

.catalog-mobile .price-wo-vat {
  color: #707070;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px; 
}

@media (min-width: 992px) {
  .tire-bg {
    background: url('/partspro-frontend/imgs/tire_photo.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
  }
  .pt-72 {
    padding-top: 72px!important;
  }
  .pb-72 {
    padding-bottom: 72px!important;
  }
  .max-width-348 {
    max-width: 348px;
  }
  .max-width-449 {
    max-width: 449px;
  }
  .max-width-505 {
    max-width: 505px;
  }
  .max-width-557 {
    max-width: 557px;
  }
}

@media (max-width: 1400px) {
  .home-slider h2 {
    right: 6%;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .search-div input {
    min-width: 300px;
  }
}

@media (max-width: 992px) {
  .product-search-div .search-product-img {
    height: 125px;
    background: #fff;
  }
  .search-make-catalog-page {
    max-width: 100%;
  }
  .custom-page-title {
    font-size: 30px;
    line-height: 38px;
  }

  .custom-page-subheading {
    font-size: 18px;
    line-height: 26px;
  }
  .freeSlideSwiper .brand-div p {
    font-size: 8px;
  }
  .freeSlideSwiper .brand-div {
    padding: 8px;
  }
  .checkout-products {
    max-height: 250px;
  }
  .checkout-products img {
      height: 80px;
  }
  .checkout .payment-methods label,
  .checkout .shipping-methods label {
    font-size: 16px;
    line-height: 24px;
  }

  .checkout-left-div,
  .checkout-right-div {
    background: #fff;
    padding: 18px;
  }
  .table-sub-total-price, .table-total-price {
      font-size: 12px;
      line-height: 14px;
  }
  .table-cart th {
    font-size: 12px;
    line-height: 16px;
  }
  .table-cart .product-name {
    font-size: 12px;
    line-height: 14px;
  }
  .remover-from-cart {
    font-size: 12px;
    line-height: 18px;
  }
  .btn-back-to-shop, .btn-continue-to-checkout {
    max-width: unset;
  }
  .account-p {
    font-size: 16px;
    line-height: 22px;
  }
  .account-nav a {
    font-size: 18px;
    line-height: 30px;
  }
  .information-div p, .information-div ul, .information-div ol, .information-div a {
    font-size: 14px;
    line-height: 20px;
  }
  .about-p-m {
    padding-top: 60px;
  }
  .new-img {
    height: 200px;
  }
  .brand-div img {
    height: 60px;
  }
  .faq-subheading {
    font-size: 16px;
    line-height: 18px;
  }
  .home-heading-dark-centered {
    font-size: 22px;
    line-height: 30px
  }
  .facts-div {
    margin-top: -60px;
  }
  .facts-div p {
    font-size: 13px;
    line-height: 15px;
  }
  .facts-div img {
    height: 37px;
  }
  .facts-div .fact-div {
    padding: 14px 13px;
  }
  footer h4 {
    max-width: 100%;
  }
  header {
    background: #fafafa;
  }
  .home-slider img {
    height: 300px;
  }
  .home-slider h2 {
    font-size: 20px;
    line-height: 27px;
    top: 40px;
  }
}

@media (max-width: 768px) {
  #footer-top .row:first-child p {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 250px) {
  footer .footer-logo {
      max-width: 100%;
  }
}


/* new css */

.title-404 {
  font-family: 'Nunito';
  font-size: 128px;
  color: #1E3663;
}

.sub-title-404 {
  font-family: 'Nunito';
  font-size: 64px;
  line-height: 78px;
  color: #1E3663;
}

.p-404 {
  font-family: 'Raleway';
  font-size: 20px;
  line-height: 28px;
  color: #4D4D4D;
}

.m-w-521 {
  max-width: 521px;  
}

.order-received h1 {
  font-family: 'Raleway';
  font-size: 20px;
  line-height: 28px;
  color: #4D4D4D;
}

.order-received h2 {
  font-family: 'Nunito';
  font-size: 32px;
  line-height: 38px;
  color: #1E3663;  
}

.order-received h4 {
  font-family: 'Nunito';
  font-size: 24px;
  line-height: 30px;
  color: #1E3663;
  font-weight: 500;
}

.order-received h5 {
  font-family: 'Raleway';
  font-size: 18px;
  line-height: 20px;
  color: #484848;
  font-weight: normal;
}

.order-received p {
  font-family: 'Raleway';
  font-size: 16px;
  line-height: 26px;
  color: #4D4D4D;  
}

.order-received .checkout-products {
  background: #FAFAFA;
  padding: 24px;
}

.order-received .checkout-products .row:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.order-single-heading {
  font-family: Nunito;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #1E3663;
}

.order-single-sub-heading {
  font-family: Nunito;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  color: #1E3663;
}

.order-received-p {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #4D4D4D;
}

.order-received-p strong {
  color: #164455;
  font-weight: 500;
}

.order-received-hr {
  color: #CCCCCC;
}

.address-single-order {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #4D4D4D;
}

.col-form-label {
  color: #1E3663;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.input-link {
  color: #31AEE2;
  font-family: Raleway;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.input-link:hover {
  text-decoration: underline;
}

.select-for-account-pages {
  border: 1px solid #8C9DA4;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 15px;
  border-radius: 10px;
  padding: 14px 20px;
}

.select-for-account-pages:focus {
  border-color: #29abe2;
}

.account-profile-hr {
  color: #C0C4C6;
}

.password-heading {
  color: #666565;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.password-p, .password-ul {
  color: #666565;
  font-family: Raleway;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.change-address-link {
  color: #31AEE2;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.change-address-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .order-received h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .order-received h5 {
    font-size: 14px;
    line-height: 18px;
  }
  .order-received .checkout-products {
    padding: 12px;
  }
  .m-w-521 {
    max-width: unset;  
  }
  .title-404 {
    font-size: 64px;
  }

  .sub-title-404 {
    font-size: 48px;
    line-height: 78px;
  }

  .p-404 {
    font-size: 16px;
    line-height: 24px;
  } 
}

/* newer css */

.filtering-heading {
  font-family: Nunito;
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  color: #1E3663;
}

.filtering-subheading {
  font-family: Nunito;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #707070;
}

.filtering-edit-btn {
  font-family: Nunito;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #29ABE2;
}

.filtering-div {
  border: 0.5px solid #D8D8D8;
  background: #fff;
  border-radius: 2px;
  padding: 26px;
}

.filtering-div h4 {
  color: #1E3663;
  font-family: Nunito;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.filtering-div .search-div input {
  max-width: 100%;
  min-width: unset;
}

#filtering-list a {
  color: #4D4D4D;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: 0.3s all;
}

#filtering-list a:hover {
  color: #29abe2;
}

#filtering-list li {
  border-bottom: 0.5px solid #D7D7D7;
  padding: 14px 0px;
}

#filtering-list li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

#filtering-list li ul li {
  border-bottom: none;
  padding: 7px 0px;
}

#filtering-list li ul li:last-child {
  padding-bottom: 0px;
}

#filtering-list, #filtering-list .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#filtering-list .submenu {
  display: none;
  padding-left: 12px !important;
}
#filtering-list .submenu .submenu {
  padding-left: 24px !important;
}
#filtering-list .submenu.show {
  display: block;
}
#filtering-list .submenu.show .submenu.show li {
    display: block !important;
}
#filtering-list .expand-btn img {
  width: 12px;
  margin-top: -2px;
  transform: rotate(270deg);
  transition: transform 0.3s ease;
}
#filtering-list .expand-btn:hover {
  cursor: pointer;
}
#filtering-list .expand-btn img.rotated {
  transform: rotate(360deg);
  transition: transform 0.3s ease;
}

.filter-category-div {
  border: 0.5px solid #D7D7D7;
  background: #FFFFFF;
  border-radius: 2px;
  padding: 36px;
  text-align: center;
  transition: 0.3s all;
  position: relative;
}

.filter-category-div:hover {
  cursor: pointer;
  border-color: #29abe2;
}

.filter-category-div:hover h4 {
  color: #29ABE2;
}

.filter-category-div h4 {
  font-family: Raleway;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #4D4D4D;
  margin-bottom: 0px;
  margin-top: 12px;
  transition: 0.3s all;
}

.filter-category-img {
  max-height: 90px;
  object-fit: contain;
}

.filter-category-dropdown {
  display: none;
  background: #F1F5F8;
  border: 0.5px solid #D8D8D8;
  border-radius: 2px;
  padding: 26px;
  position: absolute;
  z-index: 99;
  text-align: left;
}

.filter-category-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-category-dropdown ul li {
  padding: 8px 0px;
  border-bottom: 0.5px solid #D7D7D7;
}

.filter-category-dropdown ul li:first-child {
  padding-top: 0px;  
}

.filter-category-dropdown ul li:first-child,
.filter-category-dropdown ul ul li:first-child {
  padding-top: 4px;  
}

.filter-category-dropdown ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.filter-category-dropdown ul ul li,
.filter-category-dropdown ul ul ul li {
  padding: 4px 0px;
  border-bottom: none;
}

.filter-category-dropdown ul ul {
  padding-left: 12px;
}

.filter-category-dropdown ul ul ul {
  padding-left: 24px;
}

.filter-category-dropdown a {
  color: #4D4D4D;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  transition: 0.3s all;
  text-decoration: none;
}

.filter-category-dropdown a:hover {
  color: #29abe2;
}

.filter-category-dropdown .category-submenu {
  display: none;
}

.filter-category-dropdown .expand-category img {
  width: 12px;
  transform: rotate(270deg);
  transition: transform 0.3s ease;
  margin-top: -2px;
}

.filter-category-dropdown .expand-category img.rotated {
  transform: rotate(360deg);
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .filter-category-div {
    padding: 24px 12px;
  }
  .filter-category-img {
    max-height: 60px;
  }
  .filter-category-dropdown {
    padding: 12px;
  }
}


/* nauji pakeitimai */

.grecaptcha-badge { 
    visibility: hidden;
}

#mobile-search-div {
  display: block;
}

.user-icon-mobile {
  filter: brightness(0) saturate(100%) invert(7%) sepia(58%) saturate(1662%) hue-rotate(197deg) brightness(102%) contrast(100%);
  height: 24px;
}

.nav-icon-mobile {
  line-height: 18px;
}

.language-switcher svg, .language-switcher-mobile svg {
  max-height: 14px;
  display: inline-block;
  margin-top: -3px;
}

.language-switcher a, ul.language-switcher {
    min-width: 56px;
}

.language-switcher a.dropdown-item {
    min-width: 80px !important;
}

.language-switcher-mobile {
    /*min-width: 56px;*/
}

.language-switcher-mobile .nav-link {
    color: #4d4d4d;
}

.language-switcher-mobile .dropdown-item.active, .language-switcher-mobile .dropdown-item:active, .language-switcher-mobile .dropdown-item:hover, .language-switcher-mobile .dropdown-item:focus {
  color: #29abe2;
  background: transparent;
}

.language-switcher-mobile ul.dropdown-menu {
  min-width: 80px !important;
  max-width: 80px !important;
  width: 80px !important;
}

.brand-div img.smaller-brand-img1 {
  height: 75px;
}

.brand-div img.smaller-brand-img2 {
  height: 62px;
}

@media (max-width: 992px) {
  .brand-div img.smaller-brand-img1 {
    height: 50px;
  }

  .brand-div img.smaller-brand-img2 {
    height: 45px;
  }
}

.freeSlideSwiper .brand-div img.smaller-brand-img1 {
    height: 55px;
}

.freeSlideSwiper .brand-div img.smaller-brand-img2 {
    height: 50px;  
}

.freeSlideSwiper .brand-div {
    min-height: 103px !important;
    justify-content: space-between;
}

@font-face {
  font-family: 'Nomads';
  src: url('/fonts/Nomads.otf') format('opentype'),
       url('/fonts/Nomads.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.font-nomads {
  font-family: 'Nomads' !important;
}

.hero-color-blue {
  color: #54AADE;
}

.hero-color-grey {
  color: #EAEAEA;
}

.hero-font-small {
  font-size: 28px;
  line-height: 34px;
}

.hero-font-big {
  font-size: 58px;
  line-height: 58px;
}

.home-slider h2 {
  right: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-slider img {
  height: 650px;
}

@media (min-width: 140px) {
    .home-slider h2 {
      width: 1300px;
    }
}

@media (max-width: 1400px) {
    .home-slider h2 {
      width: 1120px;
    }
}

@media (max-width: 1200px) {
    .home-slider h2 {
      width: 940px;
    }
}

@media (max-width: 992px) {
    .home-slider h2 {
      width: 700px;
    }
    .hero-font-small {
      font-size: 28px;
      line-height: 34px;
    }

    .hero-font-big {
      font-size: 38px;
      line-height: 38px;
    }
    .home-slider img {
      height: 550px;
    }
}

@media (max-width: 768px) {
    .home-slider img {
      height: 450px;
    }
    .home-slider h2 {
      width: 520px;
    }
    .hero-font-small {
      font-size: 24px;
      line-height: 28px;
    }

    .hero-font-big {
      font-size: 34px;
      line-height: 34px;
    }
}

@media (max-width: 576px) {
    .hero-font-small {
      font-size: 18px;
      line-height: 24px;
    }

    .hero-font-big {
      font-size: 26px;
      line-height: 26px;
    }
    .home-slider h2 {
      width: 100%;
      padding-left: 12px;
      padding-right: 12px;
    }
}