@font-face {
  font-family: "Roboto Condensed";
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Regular.woff2") format("woff2"), url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: RobotoCondensed-Bold;
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Bold.ttf");
}
@font-face {
  font-family: RobotoCondensed-Italic;
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Italic.ttf");
}
@font-face {
  font-family: RobotoCondensed-Light;
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Light.ttf");
}
@font-face {
  font-family: "BebasNeue-Regular";
  src: url("/common/static/fonts/bebas-neue/BebasNeue-Regular.woff2") format("woff2"), url("/common/static/fonts/bebas-neue/BebasNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: RussoOne-Regular;
  src: url("/common/static/fonts/Russo_One/RussoOne-Regular.ttf");
}
@font-face {
  font-family: "Russo One";
  src: url("/common/static/fonts/Russo_One/RussoOne-Regular.woff2") format("woff2"), url("/common/static/fonts/Russo_One/RussoOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Exo2;
  src: url("/common/static/fonts/Exo_2/Exo2-VariableFont_wght.ttf");
}
@font-face {
  font-family: Comfortaa-Regular;
  src: url("/common/static/fonts/Comfortaa/Comfortaa-Regular.ttf");
}
@font-face {
  font-family: Comfortaa-Bold;
  src: url("/common/static/fonts/Comfortaa/static/Comfortaa-Bold.ttf");
}
@font-face {
  font-family: Race-sport;
  src: url("/common/static/fonts/race-sport/Race-sport.ttf");
}
@font-face {
  font-family: cross-boxed;
  src: url("/common/static/fonts/cross-boxed/cross-boxed.ttf");
}
@font-face {
  font-family: Urbanist-Bold;
  src: url("/common/static/fonts/Urbanist/Urbanist-Bold.ttf");
}
@font-face {
  font-family: Urbanist-Regular;
  src: url("/common/static/fonts/Urbanist/Urbanist-Regular.ttf");
}
@font-face {
  font-family: Urbanist-Light;
  src: url("/common/static/fonts/Urbanist/Urbanist-Light.ttf");
}
@font-face {
  font-family: Urbanist-Thin;
  src: url("/common/static/fonts/Urbanist/Urbanist-Thin.ttf");
}
@font-face {
  font-family: Axiforma-Regular;
  src: url("/common/static/fonts/Axiforma/Axiforma-Light.ttf");
}
@font-face {
  font-family: Hind-bold;
  src: url("/common/static/fonts/Hind/Hind-Bold.ttf");
}
.add-vehicle-container {
  width: 100%;
  background: radial-gradient(circle, #5e5e5e, #313131);
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.add-vehicle-container .add-vehicle-title {
  color: #FFB300;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: calc(1.22rem * var(--font-scale-factor));
}
.add-vehicle-container .default-button {
  font-weight: 100 !important;
  width: 200px;
}
.add-vehicle-container .add-vehicle-using-vin {
  font-size: calc(1rem * var(--font-scale-factor));
  color: #d1d0d0;
  font-family: "RobotoCondensed-Light", sans-serif;
  cursor: pointer;
  text-decoration: underline;
}
.add-vehicle-container .selects-holder {
  margin-top: 10px;
  font-weight: 700;
}

.product-info {
  padding-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  background-color: white;
}
.product-info .additional-info {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 30px;
  padding-right: 15px;
}
.product-info .additional-info .sub-info {
  margin-top: 55px;
  display: flex;
  width: 100%;
  font-size: 0.9rem;
  color: #000000;
  font-family: "RobotoCondensed-Light", sans-serif;
  padding: 10px;
  border: 1px dashed #009b08;
  border-radius: 5px;
}
.product-info .additional-info .sub-info span {
  margin-left: 5px;
  text-decoration: underline;
}
.product-info .additional-info .sub-info i {
  font-size: 1rem;
  color: #D40000;
}
.product-info .additional-info .default-button {
  width: 340px;
}
.product-info .additional-info .add-to-cart-btn {
  margin-top: 15px;
}
.product-info .additional-info h1 {
  margin-bottom: 10px;
  font-family: "RobotoCondensed-Light", sans-serif;
  font-weight: 100;
}
.product-info .additional-info h1 span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #2b2b2b;
}
.product-info .additional-info .rating-text {
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #2b2b2b;
  text-decoration: underline;
  width: fit-content;
  cursor: pointer;
}
.product-info .additional-info .part-no {
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #929292;
  font-size: 0.9rem;
}
.product-info .additional-info .warranty-info {
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #525252;
  font-size: 0.9rem;
  text-decoration: underline;
}
.product-info .additional-info .product-price {
  font-size: 2.1rem;
  color: #D40000;
  font-family: "cross-boxed", sans-serif;
  font-weight: 100;
  letter-spacing: 1.7px;
}
.product-info .additional-info .product-price sup {
  font-size: 1.13rem;
  vertical-align: super;
  padding-top: 5px;
}
.product-info .additional-info .product-price span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-weight: 700;
  font-size: 2.21rem;
  margin-left: 5px;
}
.product-info .additional-info .promo img {
  width: 16px;
  margin-right: 5px;
}
.product-info .additional-info .promo div:last-child {
  font-size: 0.86rem;
}
.product-info .additional-info .promo div:first-child {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 0.92rem;
}
.product-info .additional-info .promo div:first-child div:first-child {
  font-size: 1.3rem;
  padding-top: 3px;
  padding-right: 5px;
}
.product-info .additional-info .promo div:first-child span:first-child {
  color: #FFB300;
}
.product-info .additional-info .promo div:first-child .promo-price {
  font-size: 1.42rem;
  color: #676663;
  font-family: "cross-boxed", sans-serif;
  font-weight: 100;
  letter-spacing: 1.7px;
}
.product-info .additional-info .promo div:first-child .promo-price sup {
  font-size: 0.82rem;
  vertical-align: super;
  padding-top: 5px;
}
.product-info .additional-info .promo div:first-child .promo-price span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.51rem;
  margin-left: 5px;
}

.product-details-section {
  width: 100%;
  background-color: #292929;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  color: white;
  font-family: "RobotoCondensed-Light", sans-serif;
}
.product-details-section .section-title {
  color: #ffffff;
  margin-top: 0px;
}
.product-details-section .adv-accordion-item.active .adv-accordion-header {
  background-color: #3a3a3a;
  color: white;
}
.product-details-section .adv-accordion-item {
  border: 0;
  background-color: #3a3a3a;
}
.product-details-section .adv-accordion-content {
  background-color: #3a3a3a;
}
.product-details-section .adv-accordion-header {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-transform: none !important;
  background-color: #3a3a3a;
  color: white;
}
.product-details-section .details-content,
.product-details-section .specifications-content {
  padding: 15px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.carousel .prod-car-item {
  flex: 0 0 auto;
}

.products-section h3 {
  font-size: calc(0.91rem * var(--font-scale-factor));
  margin-bottom: 15px;
  color: #2b2b2b;
}
.products-section {
  overflow: visible;
  background-color: rgb(245, 245, 245);
  height: fit-content;
  display: flex;
  flex-direction: row;
  height: 110px;
}
.products-section .default-button {
  font-size: calc(0.9rem * var(--font-scale-factor));
  height: 30px;
  margin-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 0.5px;
}
.products-section .prod-car-item {
  width: 320px;
  background-color: #ffffff;
  padding: 5px 10px;
  flex-direction: column;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
}
.products-section .prod-car-item .data-box {
  width: 220px;
}
.products-section .prod-car-item .data-box > div:first-child {
  margin-bottom: 1px;
}
.products-section .prod-car-item .data-box > div:last-child {
  font-size: 0.87rem;
  overflow: hidden;
  height: 50px;
}
.products-section .prod-car-item .data-box > div:last-child > span:first-child {
  font-weight: 900;
}
.products-section .prod-car-item .data-box > div:last-child > span:last-child {
  font-weight: 100;
}
.products-section .prod-car-item .price {
  font-size: 1rem;
  font-weight: 600;
  color: #D40000;
}
.products-section .prod-car-item .review-count {
  font-size: calc(0.81rem * var(--font-scale-factor));
  color: #757575;
  margin-top: 1px;
}
.products-section .prod-car-item img {
  width: 65px;
  height: 65px;
}
.products-section .prod-car-item h3 {
  font-size: calc(0.9rem * var(--font-scale-factor));
  margin: 0;
  color: #2b2b2b;
}
.products-section .prod-car-item:hover {
  border: 1px solid #FFB300;
}

/*# sourceMappingURL=products-products-base.css.map */
