﻿.basketElement {
  background: #fff;
  padding: 0 0 18px;
  margin: 5% 0% 2% 0%;
  border-radius: 17px;
  padding: 2% 5% 2% 5%;
}
.basketElement .inf {
  font-size: 16px;
  font-weight: bold;
  color: red;
  margin: 10px 10px 10px 0px;
}

.basketElementHeader {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

.deliveryOptions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.deliveryOption {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 16px 20px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.deliveryOption:hover {
  border-color: #2563eb;
}

.deliveryOption.active {
  background-color: #e8f0fe;
  border-color: #2563eb;
}

.deliveryOptionName {
  font-size: 18px;
  font-weight: 500;
}

.deliveryOptionDescription {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

.basketElementHeader {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

.basketElementHeader {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

.basketAddressInputs, .basketInvoiceAddressForm {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.basketAddressInputs .pole, .basketInvoiceAddressForm .pole {
  width: 260px;
}
.basketAddressInputs .poleSerwis, .basketInvoiceAddressForm .poleSerwis {
  display: none;
}
.basketAddressInputs .poleZamowienie, .basketInvoiceAddressForm .poleZamowienie {
  display: block;
}
.basketAddressInputs .pole.poleHalf, .basketInvoiceAddressForm .pole.poleHalf {
  width: 47%;
}
.basketAddressInputs .pole.poleLong, .basketInvoiceAddressForm .pole.poleLong {
  width: 64%;
}
.basketAddressInputs .pole.poleShort, .basketInvoiceAddressForm .pole.poleShort {
  width: 30%;
}
.basketAddressInputs .poleInput, .basketInvoiceAddressForm .poleInput {
  position: relative;
}
.basketAddressInputs .poleInput .error, .basketInvoiceAddressForm .poleInput .error {
  color: red;
  font-weight: bold;
  font-size: 13px;
}
.basketAddressInputs .poleInput input, .basketInvoiceAddressForm .poleInput input {
  width: 100%;
  border: none;
  padding: 12px 4px;
  border: 1px solid #656567;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease-in-out;
}
.basketAddressInputs .poleInput input:focus, .basketInvoiceAddressForm .poleInput input:focus {
  border-color: #2563eb;
}
.basketAddressInputs .wymagane, .basketInvoiceAddressForm .wymagane {
  position: absolute;
  right: 12px;
  top: 30%;
  transform: translateY(-50%);
  color: #2563eb;
  font-weight: 600;
  pointer-events: none;
}
.basketAddressInputs .phoneInput, .basketInvoiceAddressForm .phoneInput {
  position: relative;
}
.basketAddressInputs .phoneInput input, .basketInvoiceAddressForm .phoneInput input {
  text-indent: 56px;
}
.basketAddressInputs .phoneInput input:focus, .basketInvoiceAddressForm .phoneInput input:focus {
  border-color: #2563eb;
}
.basketAddressInputs .phonePrefixInside, .basketInvoiceAddressForm .phonePrefixInside {
  display: flex;
  position: absolute;
  left: 14px;
  height: 38px;
  border-right: 1px solid #ddd;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.basketAddressInputs .phonePrefixInside img, .basketInvoiceAddressForm .phonePrefixInside img {
  width: 20px;
  height: 14px;
  border-radius: 2px;
}
.basketAddressInputs .phonePrefix, .basketInvoiceAddressForm .phonePrefix {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 12px 14px;
  background-color: #fff;
  font-size: 15px;
}
.basketAddressInputs .phonePrefix img, .basketInvoiceAddressForm .phonePrefix img {
  width: 20px;
  height: 14px;
  border-radius: 2px;
}

.checkboxRow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  width: 100%;
}

.checkboxRow input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #2563eb;
}

.checkboxRow label {
  font-size: 14px;
  color: #444;
}

.checkoutProduct {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 16px 0px;
  position: relative;
  margin-top: 30px;
}
.checkoutProduct .dostawaV2 .ttin {
  display: flex;
  gap: 0.5vh;
  align-items: center;
}
.checkoutProduct .dostawaV2 .ttin .svg {
  display: none;
}
.checkoutProduct .dostawaV2 .ttin .ddata24 {
  color: black;
}
.checkoutProduct .checkoutProductBorderLine {
  height: 1px;
  background-color: #C7C7CC;
}
.checkoutProduct .productInfo {
  display: flex;
}

.productAccessories .akc {
  background-color: #f1f3f9;
  margin-top: 15px;
  height: 37px;
  display: flex;
  padding: 10px;
  border-radius: 10px;
  font-size: 15px;
  justify-content: space-between;
}
.productAccessories .akc .ikona {
  height: 36px;
  width: 36px;
  gap: 10px;
}
.productAccessories .akc .liczby {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.productAccessories .akc .liczby .cena {
  font-weight: bold;
  font-size: 24px;
}
.productAccessories .akc .przycisk {
  display: flex;
  align-items: center;
  background-color: #E3EBF9;
  border: 2px solid #4F7FD6;
  padding: 5px 20px 5px 20px;
  border-radius: 10px;
}
.productAccessories .akc .przycisk .btCzuj {
  cursor: pointer;
}
.productAccessories .akc .opis b {
  display: flex;
  gap: 5px;
  align-items: center;
}
.productAccessories .akc .opis b a {
  align-items: center;
  display: flex;
}
.productAccessories .akc .opis b a img {
  height: 17px;
}

.seasonIcon {
  width: 32px;
  margin-right: 8px;
  padding-top: 8px;
  align-self: baseline;
}
.seasonIcon img {
  width: 22px;
  height: 22px;
}

.productImage {
  width: 130px;
  margin-right: 30px;
}
.productImage .imgZdjecie {
  height: 112px;
  overflow: hidden;
  position: relative;
}
.productImage .imgZdjecie a {
  font-size: 12px;
  color: #333;
  text-decoration: none;
}
.productImage .imgZdjecie img {
  width: 130px;
}

.summaryTireInfo {
  flex: 1;
}
.summaryTireInfo h2 {
  margin: 8px 0 4px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #292929;
}
.summaryTireInfo h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.summaryTireAdditionalInfo {
  display: flex;
  gap: 15px;
  margin-top: 12px;
  align-items: center;
  color: #555;
}
.summaryTireAdditionalInfo span {
  font-size: 12px;
  color: #555;
}
.summaryTireAdditionalInfo b {
  font-weight: 600;
  color: #222;
}

.checkoutOrderAmount {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
}
.checkoutOrderAmount select {
  height: 32px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.checkoutOrderAmount .productPrice {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.checkoutOrderAmount .productPrice .multiply {
  font-size: 24px;
  color: #444;
}
.checkoutOrderAmount .productPrice strong {
  font-size: 28px;
  font-weight: 600;
}
.checkoutOrderAmount .productPrice span:last-child {
  font-size: 18px;
  color: #666;
}

.imgUsun {
  width: 16px;
  height: 16px;
  margin-left: 205px;
  margin-top: 10px;
  cursor: pointer;
  position: absolute;
}

.checkoutPrice {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 14px 16px 0;
}
.checkoutPrice .totalPrice {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.checkoutPrice .totalPrice .z2, .checkoutPrice .totalPrice .z3 {
  font-weight: bold;
}
.checkoutPrice .totalPrice > span {
  font-size: 18px;
  color: #555;
}
.checkoutPrice .totalPrice div {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.checkoutPrice .totalPrice div strong {
  font-size: 36px;
  font-weight: 600;
  color: #333;
}
.checkoutPrice .totalPrice div span {
  font-size: 20px;
}
.checkoutPrice .freeDelivery {
  margin-top: 8px;
  background: #e8f1e5;
  color: black;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 15px;
}

.paymentMethods {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

.paymentMethod {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid #d7dbe4;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
}
.paymentMethod:hover {
  border-color: #2f6fed;
}
.paymentMethod.active {
  border-color: #2f6fed;
  background: #eef5ff;
}
.paymentMethod .logo {
  width: 48px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.paymentMethod .logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.paymentMethod > span:last-child {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

.paymentMethodWide {
  grid-column: 1;
}

.orderAgreement {
  border-top: 1px solid #e6e6e6;
  padding-top: 24px;
}

.agreement {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  cursor: pointer;
}
.agreement input {
  margin-top: 2px;
  accent-color: #2f6fed;
}
.agreement span {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}
.agreement span a {
  font-size: 14px;
  color: #4F7FD6;
}
.agreement.required span::before {
  content: "* ";
  color: #2f6fed;
  font-weight: 600;
}

.discountCode {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0;
  gap: 15px;
  flex-direction: column;
}
.discountCode .discountCodeInfo span {
  font-size: 15px;
  color: #555;
}
.discountCode .discountCodeInfo button {
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
  color: #444;
  padding: 0;
  margin: 0;
}

.checkoutSummary {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  margin-top: 28px;
}

.checkoutSummaryPrice {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkoutSummaryPrice .discountValue {
  display: none;
}
.checkoutSummaryPrice .z2, .checkoutSummaryPrice .z3 {
  font-weight: bold;
}
.checkoutSummaryPrice > span {
  font-size: 15px;
  color: #555;
}
.checkoutSummaryPrice div {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.checkoutSummaryPrice strong {
  font-size: 30px;
  font-weight: 600;
  color: #333;
}
.checkoutSummaryPrice div span {
  font-size: 18px;
}
.checkoutSummaryPrice #finalSumBottom {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.checkoutSummaryPrice #finalSumBottom .discountValue {
  display: flex;
  font-size: 16px;
}

.checkoutButton {
  background: #4f82eb;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 15px 24px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
}
.checkoutButton:hover {
  background: #3c6ed4;
}

.basketInvoiceAddressForm {
  display: none;
  flex-wrap: wrap;
  gap: 16px;
}
.basketInvoiceAddressForm .invoiceType {
  width: 100%;
  display: flex;
  gap: 28px;
  margin-bottom: 16px;
}
.basketInvoiceAddressForm .invoiceType label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 15px;
}
.basketInvoiceAddressForm .invoiceType input {
  accent-color: #2563eb;
}
.basketInvoiceAddressForm .copyDeliveryData {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  color: #4F7FD6;
  text-decoration: none;
  font-size: 14px;
}
.basketInvoiceAddressForm .copyDeliveryData:hover {
  text-decoration: underline;
}
.basketInvoiceAddressForm .invoiceDescription {
  width: 100%;
  font-size: 14px;
  color: #666;
  margin-bottom: -10px;
}
.basketInvoiceAddressForm .invoiceButton {
  display: flex;
  align-items: center;
}
.basketInvoiceAddressForm .invoiceButton button {
  height: 30px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  background: #d7dbe4;
  cursor: pointer;
  color: white;
  font-weight: bold;
}
.basketInvoiceAddressForm .invoiceButton button:hover {
  background: #c7ccd8;
}
.basketInvoiceAddressForm .companyFields,
.basketInvoiceAddressForm .personFields {
  display: contents;
}

.discountCodeBox {
  display: none;
  gap: 10px;
  width: 55%;
  margin: 4px 0;
}
.discountCodeBox .discountCodeInput {
  flex: 1;
  height: 38px;
  padding: 0 16px;
  border: 1px solid #c9ced8;
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  outline: 0;
  transition: 0.2s;
}
.discountCodeBox .discountCodeInput:focus {
  border-color: #4F7FD6;
}
.discountCodeBox .discountCodeInput::placeholder {
  color: #9aa1ac;
}
.discountCodeBox .removeDiscountCodeButton {
  height: 38px;
  color: #7fa7ec;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
  display: none;
  background: none;
  border: none;
}
.discountCodeBox .discountCodeButton {
  width: 200px;
  height: 38px;
  border: 1px solid #9db8ee;
  border-radius: 8px;
  background: #dfeaff;
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
}
.discountCodeBox .discountCodeButton:hover {
  background: #cfe0ff;
  border-color: #7fa7ec;
}
.discountCodeBox .discountCodeButton:active {
  transform: translateY(1px);
}
.discountCodeBox .discountCodeButton:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.basketModal {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.45);
  padding: 20px;
  box-sizing: border-box;
}
.basketModal .basketModalContent {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  max-width: 580px;
  max-height: 80vh;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-top: 60px;
}
.basketModal .basketModalContent .closeModalBtn {
  position: absolute;
  top: 16px;
  right: 20px;
  background: transparent;
  border: 0;
  font-size: 28px;
  color: #333;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  z-index: 2;
  transition: opacity 0.2s;
}
.basketModal .basketModalContent .closeModalBtn:hover {
  opacity: 0.7;
}
.basketModal .basketModalContent .modalHeader {
  background-color: #f2f5fb;
  padding: 24px 32px;
  border-bottom: 1px solid #e2e7f1;
}
.basketModal .basketModalContent .modalHeader h2 {
  font-size: 19px;
  font-weight: 600;
  color: #2c2c2c;
  margin: 0 0 16px 0;
  text-align: left;
}
.basketModal .basketModalContent .modalHeader .modalSearchBox {
  position: relative;
  display: flex;
  align-items: center;
}
.basketModal .basketModalContent .modalHeader .modalSearchBox .searchIcon {
  position: absolute;
  left: 14px;
  color: #71717a;
  pointer-events: none;
}
.basketModal .basketModalContent .modalHeader .modalSearchBox input {
  width: 100%;
  height: 46px;
  padding: 0 42px 0 44px;
  border: 1.5px solid #bdc7d8;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 15px;
  color: #333;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.basketModal .basketModalContent .modalHeader .modalSearchBox input::placeholder {
  color: #71717a;
}
.basketModal .basketModalContent .modalHeader .modalSearchBox input:focus {
  border-color: #2563eb;
}
.basketModal .basketModalContent .modalHeader .modalSearchBox .clearSearchBtn {
  position: absolute;
  right: 12px;
  background: transparent;
  border: 0;
  font-size: 22px;
  color: #71717a;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basketModal .basketModalContent .modalHeader .modalSearchBox .clearSearchBtn:hover {
  color: #333;
}
.basketModal .basketModalContent .modalBody {
  padding: 8px 32px 24px;
  overflow-y: auto;
  flex: 1;
}
.basketModal .basketModalContent .modalBody .voivodeshipList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.basketModal .basketModalContent .modalBody .voivodeshipList li {
  border-bottom: 1px dashed #e2e7f1;
}
.basketModal .basketModalContent .modalBody .voivodeshipList li:last-child {
  border-bottom: none;
}
.basketModal .basketModalContent .modalBody .voivodeshipList li a {
  display: block;
  padding: 14px 8px;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s;
  border-radius: 4px;
}
.basketModal .basketModalContent .modalBody .voivodeshipList li a:hover {
  color: #2563eb;
  background-color: #f8fafc;
}

#voivodeshipServicesModal, #townDeliveryPointsListModal {
  display: none;
}
#voivodeshipServicesModal .modalHeader, #townDeliveryPointsListModal .modalHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#voivodeshipServicesModal .modalHeader span, #townDeliveryPointsListModal .modalHeader span {
  margin: 0 32px 16px 0;
  color: #4F7FD6;
  cursor: pointer;
  font-size: 14px;
}

#serviceVoivodeshipModal {
  display: none;
}

.modalBody {
  padding: 24px 32px;
  overflow-y: auto;
  flex: 1;
}
.modalBody .pointCard.hidden {
  display: none;
}
.modalBody .serviceCard, .modalBody .pointCard {
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 16px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #333333;
  font-size: 15px;
  line-height: 1.4;
}
.modalBody .serviceCard:last-child, .modalBody .pointCard:last-child {
  margin-bottom: 0;
}
.modalBody .serviceCard .serviceAddress, .modalBody .serviceCard .pointName, .modalBody .serviceCard .pointAddress, .modalBody .pointCard .serviceAddress, .modalBody .pointCard .pointName, .modalBody .pointCard .pointAddress {
  font-size: 18px;
  color: #1a1a1a;
}
.modalBody .serviceCard .serviceAddress strong, .modalBody .serviceCard .pointName strong, .modalBody .serviceCard .pointAddress strong, .modalBody .pointCard .serviceAddress strong, .modalBody .pointCard .pointName strong, .modalBody .pointCard .pointAddress strong {
  font-weight: 700;
  margin-right: 4px;
}
.modalBody .serviceCard .pointHours span, .modalBody .pointCard .pointHours span {
  display: flex;
  gap: 40px;
}
.modalBody .serviceCard .pointHours .pointHoursList, .modalBody .pointCard .pointHours .pointHoursList {
  display: none;
}
.modalBody .serviceCard .pointHours .pointHoursButton, .modalBody .pointCard .pointHours .pointHoursButton {
  display: flex;
  align-items: center;
  gap: 5px;
}
.modalBody .serviceCard .pointHours .pointHoursButton img, .modalBody .pointCard .pointHours .pointHoursButton img {
  width: 10px;
}
.modalBody .serviceCard .serviceHours, .modalBody .serviceCard .pointHours, .modalBody .pointCard .serviceHours, .modalBody .pointCard .pointHours {
  color: #4b5563;
}
.modalBody .serviceCard .serviceWaitTime,
.modalBody .serviceCard .servicePrice, .modalBody .pointCard .serviceWaitTime,
.modalBody .pointCard .servicePrice {
  color: #374151;
}
.modalBody .serviceCard .serviceWaitTime strong,
.modalBody .serviceCard .servicePrice strong, .modalBody .pointCard .serviceWaitTime strong,
.modalBody .pointCard .servicePrice strong {
  font-weight: 600;
  color: #111827;
}
.modalBody .serviceCard .additionalServicesList, .modalBody .pointCard .additionalServicesList {
  display: none;
  font-size: 14px;
}
.modalBody .serviceCard .additionalServicesLink, .modalBody .pointCard .additionalServicesLink {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #4f7fd6;
  text-decoration: none;
  font-size: 15px;
  margin-top: 2px;
  width: fit-content;
  transition: color 0.2s ease;
}
.modalBody .serviceCard .additionalServicesLink .downarrow, .modalBody .pointCard .additionalServicesLink .downarrow {
  width: 12px;
}
.modalBody .serviceCard .additionalServicesLink svg, .modalBody .pointCard .additionalServicesLink svg {
  transition: transform 0.2s ease;
}
.modalBody .serviceCard .additionalServicesLink:hover, .modalBody .pointCard .additionalServicesLink:hover {
  color: #2563eb;
  text-decoration: underline;
}
.modalBody .serviceCard .additionalServicesLink:hover svg, .modalBody .pointCard .additionalServicesLink:hover svg {
  transform: translateY(2px);
}
.modalBody .serviceCard .selectServiceBtn, .modalBody .serviceCard .selectPointBtn, .modalBody .pointCard .selectServiceBtn, .modalBody .pointCard .selectPointBtn {
  align-self: flex-start;
  margin-top: 6px;
  background-color: #e8f0fe;
  color: #3b3c3e;
  border: 1px solid #c7d7f6;
  border-radius: 6px;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.modalBody .serviceCard .selectServiceBtn:hover, .modalBody .serviceCard .selectPointBtn:hover, .modalBody .pointCard .selectServiceBtn:hover, .modalBody .pointCard .selectPointBtn:hover {
  background-color: #d8e5fd;
  border-color: #b2ccf8;
  color: #1d4ed8;
}
.modalBody .serviceCard .selectServiceBtn:active, .modalBody .serviceCard .selectPointBtn:active, .modalBody .pointCard .selectServiceBtn:active, .modalBody .pointCard .selectPointBtn:active {
  transform: translateY(1px);
}

#selectedServiceElement {
  display: none;
}
#selectedServiceElement #changeSelectedService {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin: 10px 10px 10px 0px;
  font-size: 14px;
  color: #2563eb;
  cursor: pointer;
}
#selectedServiceElement #selectedServiceData .wybranySerwis {
  display: flex;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 16px 20px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #e8f0fe;
  border-color: #2563eb;
  font-size: 15px;
}
#selectedServiceElement #selectedServiceData .wybranySerwis .l1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#selectedServiceElement #selectedServiceData .wybranySerwis .l1 .bloki .bl3 {
  display: none;
}
#selectedServiceElement #selectedServiceData .wybranySerwis .l1 .bl1 {
  display: none;
}

#selectedPointElement {
  display: none;
}
#selectedPointElement #changeSelectedPoint {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin: 10px 10px 10px 0px;
  font-size: 14px;
  color: #2563eb;
  cursor: pointer;
}
#selectedPointElement #selectedPointData .selectedPoint {
  display: flex;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 16px 20px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #e8f0fe;
  border-color: #2563eb;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#selectedPointElement #selectedPointData .selectedPoint .pointText {
  display: flex;
  align-items: center;
}
#selectedPointElement #selectedPointData .selectedPoint .pointText img {
  margin-right: 10px;
}

#deliveryPointTownsModal {
  display: none;
}
#deliveryPointTownsModal #deliveryPointCities {
  padding: 10px 20px;
}
#deliveryPointTownsModal #deliveryPointCities .title-item {
  font-weight: bold;
  font-size: 18px;
}
#deliveryPointTownsModal #deliveryPointCities .list {
  margin: 5px;
}
#deliveryPointTownsModal #deliveryPointCities .list .list-item.hidden {
  display: none;
}
#deliveryPointTownsModal #deliveryPointCities .list .list-item {
  font-size: 17px;
  padding: 5px;
  border-bottom: 1.5px dashed #CACACA;
  cursor: pointer;
}
#deliveryPointTownsModal #deliveryPointCities .list .list-item img {
  display: none;
}
#deliveryPointTownsModal #deliveryPointCities .list .list-item:hover {
  font-size: 18px;
}

#serviceOrderForm {
  display: none;
}
#serviceOrderForm #serviceOrderInvoiceForm {
  display: none;
}

@media (max-width: 400px) {
  .checkoutProduct .productInfo .checkoutOrderAmount .imgUsun {
    margin-left: 160px !important;
    margin-top: -370px !important;
  }
}
@media (max-width: 767px) {
  .paymentMethods {
    display: flex;
    flex-direction: column;
  }
  .checkoutPrice {
    padding: 0px;
  }
  .checkoutSummary {
    align-items: stretch;
    gap: 10px;
    display: flex;
    flex-direction: column;
  }
  .checkoutSummary .checkoutSummaryPrice {
    width: 100%;
  }
  .checkoutSummary .checkoutSummaryPrice #finalSumBottom {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .checkoutSummary .checkoutSummaryPrice #finalSumBottom .discountValue {
    display: flex;
    font-size: 16px;
  }
  .basketElement {
    background: #fff;
    padding: 25px;
    margin: 0px;
    border-radius: 0px;
    border-bottom: 0.1px solid #c7c7cc;
  }
  .checkoutProduct {
    padding: 2px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .checkoutProduct .dostawaV2 .ttin {
    display: flex;
    gap: 0.5vh;
    align-items: center;
    width: 150px;
    font-size: 13px;
  }
  .checkoutProduct .productInfo .seasonIcon {
    width: 20px;
    margin-right: 0px;
    padding-top: 8px;
    align-self: baseline;
  }
  .checkoutProduct .productInfo .productImage {
    margin-right: 8px;
  }
  .checkoutProduct .productInfo .productImage .imgZdjecie {
    height: 200px;
  }
  .checkoutProduct .productInfo .summaryTireInfo {
    font-size: 16px;
  }
  .checkoutProduct .productInfo .summaryTireInfo h2 {
    margin: 0px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #292929;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 90px;
  }
  .checkoutProduct .productInfo .summaryTireInfo .summaryTireAdditionalInfo {
    gap: 5px;
    align-items: baseline;
    flex-direction: column;
    margin-top: 1px;
  }
  .checkoutProduct .productInfo .summaryTireInfo .summaryTireAdditionalInfo span {
    font-size: 13px;
  }
  .checkoutProduct .productInfo .checkoutOrderAmount {
    left: 160px;
    top: 145px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 12px;
    position: absolute;
  }
  .checkoutProduct .productInfo .checkoutOrderAmount select {
    height: 28px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
  }
  .checkoutProduct .productInfo .checkoutOrderAmount .productPrice strong {
    font-size: 20px;
  }
  .checkoutProduct .productInfo .checkoutOrderAmount .productPrice span:last-child {
    font-size: 16px;
  }
  .checkoutProduct .productInfo .checkoutOrderAmount .imgUsun {
    width: 16px;
    height: 16px;
    margin-left: 190px;
    margin-top: -370px;
    cursor: pointer;
    position: absolute;
  }
}
