@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");
}
:root {
  --font-scale-factor: 1;
  --menu-padding: 10;
}

html[lang=ru] {
  --font-scale-factor: .82;
}

html[lang=bg] {
  --font-scale-factor: .82;
  --menu-padding: 8;
}

html[lang=fr] {
  --font-scale-factor: .8;
  --menu-padding: 5;
}

html[lang=de] {
  --font-scale-factor: .86;
  --menu-padding: 8;
}

html[lang=it] {
  --font-scale-factor: .88;
  --menu-padding: 8;
}

html[lang=es] {
  --font-scale-factor: .9;
  --menu-padding: 7;
}

html[lang=gr] {
  --font-scale-factor: .82;
  --menu-padding: 8;
}

body {
  background-color: #f5f5f5;
  color: #2b2b2b;
  margin: 0;
  font-family: "RobotoCondensed-Light", sans-serif;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  width: 100%;
}

.web-wrapper {
  width: 100%;
  align-self: center;
  position: relative;
}

.main-container {
  width: 100%;
  padding-bottom: 485px;
  margin-top: 160px;
  z-index: 1000;
}
.main-container > div {
  width: 100%;
}
.main-container .container {
  width: 1310px;
}

.content-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.vertical-layout,
.horizontal-layout {
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.layout-nowrap {
  flex-wrap: nowrap !important;
}

.vertical-layout {
  flex-direction: column !important;
}

.horizontal-layout {
  flex-direction: row !important;
}

.justify-layout-center {
  justify-content: center !important;
}

.justify-layout-end {
  justify-content: flex-end !important;
}

.justify-layout-start {
  justify-content: flex-start !important;
}

.justify-layout-space-around {
  justify-content: space-around !important;
}

.justify-layout-space-between {
  justify-content: space-between !important;
}

.layout-no-shrink {
  flex-shrink: 0 !important;
}

input:focus {
  outline: none;
}

.light-dark-text {
  font-size: 0.9em;
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #2b2b2b;
}

.select-dark-btn {
  background-color: #494949;
  padding: 2 8 2 8;
  border-radius: 4px;
  width: stretch;
  cursor: pointer;
}
.select-dark-btn .light-dark-text {
  line-height: 41px;
  padding-left: 10px;
  padding-right: 10px;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
  text-align: center;
  color: #e9e9e9;
}
.select-dark-btn .number {
  font-size: 1.2em;
  font-family: "RobotoCondensed-Bold", sans-serif;
}
.select-dark-btn i {
  margin-left: 8px;
  margin-top: 11px;
  font-size: 1.2em;
}
.select-dark-btn svg {
  margin-top: 12px;
}

.disabled-button {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.unselectable,
.default-button,
.light-button {
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.oops-holder h1 {
  text-decoration: underline;
  text-align: center;
  font-size: 3.8em;
  font-family: "RobotoCondensed-Bold";
  color: #292929;
  margin-bottom: 0;
}
.oops-holder h3 {
  text-align: center;
  font-size: 1.5em;
  font-family: "RobotoCondensed-Bold";
  color: #FFB300;
  margin-top: 0;
  margin-bottom: 10px;
  background: #292929;
}
.oops-holder p {
  margin-top: 10px;
  text-align: center;
  font-size: 1.6em;
  font-family: "RobotoCondensed-Light";
  color: inherit;
}

.dropdown-title-line {
  width: 100%;
  height: 3px;
  background-color: #FFB300;
}

.black-label {
  width: fit-content;
  height: 30px;
  background: #292929;
  color: white;
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%);
  font-family: "RobotoCondensed-Bold", sans-serif;
  line-height: 30px;
  padding-left: 30px;
  padding-right: 15px;
  font-size: 0.91rem !important;
  border-radius: 4px;
  letter-spacing: 1.1px;
  text-align: center;
}

.canvas {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.473);
  z-index: 4000;
  flex-direction: column;
  justify-content: center;
  line-height: 100%;
}

.semi-canvas {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.486);
  z-index: 2500;
  flex-direction: column;
  justify-content: center;
  line-height: 100%;
}

.close-btn {
  cursor: pointer;
}

.default-button,
.light-button {
  padding-left: 20px;
  padding-right: 20px;
  height: 45px;
  border: 1px solid #494949;
  border-radius: 4px;
  cursor: pointer;
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #2b2b2b;
  font-size: 1rem;
  background: white;
}

.default-button {
  background-color: #FFB300;
}
.default-button:hover {
  background-color: #FFA000;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.68);
}

.light-button:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.68);
}

.section-title,
.section-title-small {
  font-family: "Exo2", sans-serif;
  font-size: calc(1.9rem * var(--font-scale-factor));
  color: #2b2b2b;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 300;
}
.section-title span:first-child,
.section-title-small span:first-child {
  font-family: "Exo2", sans-serif;
  font-weight: 900 !important;
}
.section-title .section-title-underline,
.section-title-small .section-title-underline {
  width: 100%;
  background-color: rgb(206, 206, 206);
  height: 4px;
  border-radius: 2px;
}
.section-title .section-title-underline div,
.section-title-small .section-title-underline div {
  width: 110px;
  height: 4px;
  background-color: #FFB300;
  border-radius: 2px;
}

.section-title-small {
  font-size: calc(1.2rem * var(--font-scale-factor));
}
.section-title-small .section-title-underline {
  height: 3px;
}
.section-title-small .section-title-underline div {
  width: 80px;
  height: 3px;
}

.carousel {
  width: 100%;
  background-color: transparent;
  position: relative;
}
.carousel .next-btn,
.carousel .prev-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  pointer-events: auto;
}
.carousel .prev-btn {
  left: 4px;
}
.carousel .next-btn {
  right: 4px;
}
.carousel .arrow-btn {
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.5em;
  color: #2b2b2b;
  transition: background-color 0.3s ease;
}
.carousel .arrow-btn:hover {
  background-color: rgba(255, 179, 0, 0.5333333333);
}
.carousel .carousel-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  gap: 10px;
  padding: 0;
}

.breadcrumbs {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 0.92em;
  margin-bottom: 10px;
  margin-top: 10px;
}
.breadcrumbs i {
  color: #b3b3b3;
  margin-right: 6px;
}
.breadcrumbs a {
  color: #b3b3b3;
  transition: color 0.3s ease;
}
.breadcrumbs a:hover {
  color: #FFB300;
}
.breadcrumbs .separator {
  margin: 0 4px;
  color: #d1d0d0;
  font-weight: 900;
}
.breadcrumbs .last {
  color: #858585;
  font-weight: 900;
}

.checkbox-container {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #2b2b2b;
  cursor: pointer;
  width: fit-content;
}
.checkbox-container input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  appearance: none;
  border: 1px solid #2b2b2b;
  border-radius: 2px;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.checkbox-container input[type=checkbox]::after {
  content: "";
  width: 4px;
  height: 7px;
  border: solid #FFB300;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.15s ease;
  margin-top: -3px;
}
.checkbox-container input[type=checkbox]:checked {
  color: #FFB300;
  background-color: #494949;
}
.checkbox-container input[type=checkbox]:checked::after {
  transform: rotate(45deg) scale(1.3);
}
.checkbox-container input[type=checkbox]:focus-visible {
  box-shadow: 0 0 0 3px rgba(209, 11, 11, 0.25);
}

.star-rating {
  font-size: 0.9rem;
}
.star-rating .fa-star,
.star-rating .fa-star-half-o,
.star-rating .fa-star-o {
  color: #FFB300;
}
.star-rating .fa-star-o {
  color: #c2c2c2;
}

.pagination-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row !important;
  margin-top: 20px;
  width: 100%;
}
.pagination-container .pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.pagination-container .pagination-btn {
  width: 50px;
  height: 30px;
  margin-left: -17px;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "RobotoCondensed-Bold", sans-serif;
  clip-path: polygon(32% 0, 100% 0, 68% 100%, 0 100%);
  transition: all 0.3s ease;
}
.pagination-container .pagination-btn.active {
  clip-path: polygon(32% 0, 100% 0, 68% 100%, 0 100%);
  background-color: #494949;
  color: white;
}
.pagination-container .pagination-btn:hover:not(.active):not(.disabled) {
  background-color: #FFB300;
  color: rgb(0, 0, 0);
}
.pagination-container .disabled {
  cursor: default;
  pointer-events: none;
}

.add-vehicle {
  margin-top: 10px;
  display: flex;
  width: 100%;
  font-size: 0.84rem;
  color: #000000;
  font-family: "RobotoCondensed-Light", sans-serif;
  cursor: pointer;
  padding: 10px;
  border: 1px dashed #fc0000;
  background-color: rgba(194, 166, 5, 0.1019607843);
  border-radius: 5px;
}
.add-vehicle span {
  margin-left: 5px;
  text-decoration: underline;
}
.add-vehicle i {
  font-size: 1rem;
  color: #D40000;
}

.qty {
  display: flex;
  align-items: center;
  gap: 15px;
}
.qty label {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 0.95rem;
  color: #2b2b2b;
  white-space: nowrap;
}
.qty .quantity-controls {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
}
.qty .qty-btn {
  width: 30px;
  height: 30px;
  background-color: #cdcdcd;
  border: none;
  color: rgb(0, 0, 0);
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.qty .qty-btn:hover {
  background-color: #676663;
  color: white;
}
.qty .qty-btn:active {
  transform: scale(0.95);
}
.qty input {
  width: 40px;
  height: 30px;
  padding: 8px;
  border: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  background-color: white;
  /* Remove spinner arrows from number input */
}
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty input {
  /* Firefox */
}
.qty input[type=number] {
  -moz-appearance: textfield;
}
.qty input:focus {
  outline: none;
  background-color: #fafafa;
}

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