@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");
}
.quantity-controls {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
}

.cart-page .items-holder {
  border-radius: 10px;
  width: 890px;
}
.cart-page .items-holder h2 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.cart-page .add-vehicle {
  color: #000000;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 0.9rem;
}
.cart-page .cart-items-title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #e7e7e7;
}
.cart-page .cart-items-title .blck-title {
  background-color: #000000;
  color: #fff;
  width: 55px;
  height: 30px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  border-top-left-radius: 10px;
  border-bottom: 1px solid #4e4e4e;
  margin-right: 10px;
  font-size: 1.2rem;
  clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
}
.cart-page .cart-items-title > div:first-child {
  background: #FFB300;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cart-page .cart-items-title > div:last-child {
  padding: 10px;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 0.91rem;
}
.cart-page .cart-items-title > div:last-child span {
  font-family: "RobotoCondensed-Bold", sans-serif;
}
.cart-page .cart-items-title .text-line {
  font-family: "RobotoCondensed-Bold", sans-serif;
  line-height: 30px;
}
.cart-page .cart-items-title .items-count {
  padding-right: 15px;
  line-height: 30px;
}
.cart-page .cart-items-title {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 1rem;
}
.cart-page .cart-items-wrapper {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.37);
  border-radius: 10px;
}
.cart-page .cart-items {
  gap: 15px;
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}
.cart-page .cart-items .cart-item:last-child {
  border-bottom: none;
}
.cart-page .cart-items .cart-item {
  gap: 15px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 2px solid #dadada;
  padding-bottom: 10px;
}
.cart-page .cart-items .cart-item img {
  width: 100px;
  object-fit: contain;
}
.cart-page .cart-items .cart-item .item-info h3 {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 5px;
}
.cart-page .cart-items .cart-item .item-info > div {
  width: 710px;
}
.cart-page .cart-items .cart-item .item-info > div a {
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #000000;
  font-size: 1.1rem;
  line-height: 30px;
}
.cart-page .cart-items .cart-item .item-info > div span {
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #929292;
  font-size: 0.9rem;
}
.cart-page .cart-items .cart-item .item-info > div .product-price {
  font-size: 1.3rem;
  color: #D40000;
  font-family: "cross-boxed", sans-serif;
  font-weight: 100;
  letter-spacing: 1.7px;
  margin-bottom: 10px;
}
.cart-page .cart-items .cart-item .item-info > div .product-price sup {
  font-size: 0.82rem;
  vertical-align: super;
  padding-top: 5px;
}
.cart-page .cart-items .cart-item .item-info > div .product-price span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #D40000;
  margin-left: 5px;
}
.cart-page .cart-items .cart-item .item-info > div .remove-btn {
  display: flex;
  font-size: 1rem;
  color: #5c88b7;
  align-content: end;
  flex-wrap: wrap;
  font-family: "RobotoCondensed-Bold", sans-serif;
  cursor: pointer;
}
.cart-page .cart-items .cart-item .item-info > div .remove-btn i {
  margin-right: 5px;
}
.cart-page .bill-holder {
  width: 400px;
  padding-top: 10px;
}
.cart-page .bill-holder .rewards {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 1rem;
  border: 2px solid #dadada;
  padding: 10px;
  border-radius: 10px;
}
.cart-page .bill-holder .rewards > div:last-child {
  margin-top: 30px;
}
.cart-page .bill-holder .rewards > div:last-child .light-button {
  height: auto;
  padding: 5px 10px;
}
.cart-page .bill-holder .rewards > div:last-child a {
  align-self: center;
}
.cart-page .bill-holder .rewards a {
  color: #5c88b7;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 1rem;
}
.cart-page .bill-holder .rewards img {
  height: 17px;
}
.cart-page .bill-holder .rewards .became-member {
  font-size: 0.9rem;
  font-family: "RobotoCondensed", sans-serif;
}
.cart-page .bill-holder .rewards .became-member span span {
  color: #000000;
  font-family: "RobotoCondensed-Bold", sans-serif;
}
.cart-page .bill-holder .bill > div {
  padding: 10px 15px 0px 15px;
}
.cart-page .bill-holder .bill {
  border: 2px solid #dadada;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  margin-top: 15px;
  background-color: #e9e9e9;
}
.cart-page .bill-holder .bill .title {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 0.86rem;
  margin-bottom: 15px;
}
.cart-page .bill-holder .bill .item-row .item {
  width: 100%;
  font-size: 0.84rem;
}
.cart-page .bill-holder .bill .item-row .item span:first-child {
  width: 80%;
}
.cart-page .bill-holder .bill .item-row .item .price {
  width: 20%;
  text-align: right;
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #636363;
}
.cart-page .bill-holder .bill .item-row .item-discount {
  width: 100%;
  font-size: 0.84rem;
  color: #D40000;
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-align: right;
  margin-top: 10px;
}
.cart-page .bill-holder .bill .item-row .item-discount span:first-child {
  font-size: 0.9rem;
  color: #929292;
}
.cart-page .bill-holder .bill .item-row .qty {
  width: 100%;
  font-size: 0.9rem;
  color: #636363;
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-align: right;
}
.cart-page .bill-holder .bill .item-row .total {
  width: 100%;
  font-size: 0.9rem;
  font-family: "RobotoCondensed-Bold", sans-serif;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
}
.cart-page .bill-holder .bill .item-row .total span {
  align-self: end;
}
.cart-page .bill-holder .bill .subtotal {
  width: 100%;
  font-size: 0.84rem;
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-align: right;
  text-transform: uppercase;
}
.cart-page .bill-holder .bill .subtotal div {
  margin-top: 10px;
  align-items: end;
}
.cart-page .bill-holder .bill .subtotal .order-total {
  padding-top: 5px;
  padding-bottom: 15px;
  border-top: 2px solid #dadada;
  font-family: "cross-boxed", sans-serif;
}
.cart-page .bill-holder .bill .subtotal .order-total sup {
  vertical-align: super;
  padding-top: 5px;
}
.cart-page .bill-holder .bill .subtotal .order-total span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.cart-page .bill-holder .bill .subtotal .order-total .price {
  font-size: 1.1rem;
}
.cart-page .bill-holder .bill .subtotal .order-total .price span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #D40000;
  margin-left: 5px;
}
.cart-page .bill-holder .checkout {
  background-color: #4e4e4e;
  padding: 10px !important;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.cart-page .bill-holder .checkout .default-button,
.cart-page .bill-holder .checkout .light-button {
  width: 47%;
}
.cart-page .bill-holder .discount {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 1rem;
  border: 2px solid #dadada;
  padding: 10px;
  border-radius: 10px;
  margin-top: 15px;
  background-color: #e9e9e9;
}
.cart-page .bill-holder .discount > div:last-child {
  margin-top: 10px;
}
.cart-page .bill-holder .discount .light-button {
  width: 120px;
}
.cart-page .bill-holder .discount .code-input {
  width: 235px;
  padding: 12px 15px;
  border-radius: 8px;
  border: 2px solid #dadada;
  font-family: "RussoOne-Regular", sans-serif;
  font-size: 0.88rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.cart-page .bill-holder .discount .code-input::placeholder {
  color: #a5a5a5;
  font-style: italic;
}
.cart-page .bill-holder .discount .code-input:hover {
  border-color: #FFB300;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}
.cart-page .bill-holder .discount .code-input:focus {
  outline: none;
  border-color: #D40000;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cart-page .bill-holder .discount .code-input:active {
  border-color: #D40000;
}

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