.elementor-1022 .elementor-element.elementor-element-c1d15fc{margin-top:45px;margin-bottom:45px;}.elementor-1022 .elementor-element.elementor-element-9e68cc4 > .elementor-element-populated{padding:0px 10px 10px 10px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1022 .elementor-element.elementor-element-c1d15fc{margin-top:20px;margin-bottom:20px;}}/* Start custom CSS for html, class: .elementor-element-d52f711 */.brandSelectContainer,
#productsContainer {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  list-style-type: none;
  justify-content: center;
}
.stareDescription {
  font-size: 1rem;
}

#paymentType > p {
  font-size: 12px;
  max-width: 524px;
}
.variationSelect {
  max-width: 450px;
  width: 100%;
}

#searchLabel {
  position: relative;
  z-index: 999;
  max-height: 42px;
}

.search-wrapper {
  height: 65px;
}

#noBatteryWrapper {
  display: flex;
  align-items: start;
}

#noBatteryWrapper input {
  margin-top: 1px;
}
#noBatteryWrapper label {
  margin-left: 8px;
  font-size: 16px;
}

#searchLabel:before {
  content: "";
  background: url("https://s9.pavels.ro/wp-content/uploads/2024/05/magnifier.svg");
  width: 22px;
  height: 22px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999;
  background-repeat: no-repeat;
  background-size: 100%;
}

#searchInput {
  padding-left: 40px;
  border-radius: 12px;
  position: absolute;
}
#searchInput:focus {
  outline: none;
}

@media (min-width: 768px) {
  .search-wrapper {
    padding: 0px 80px 33px 70px;
  }
}

@media (min-width: 360px) {
  .brandSelectContainer,
  #productsContainer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 870px) {
  .brandSelectContainer,
  #productsContainer {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1366px) {
  .brandSelectContainer,
  #productsContainer {
    max-width: 1140px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

.questionDetails {
  color: rgba(26, 18, 57, 0.72);

  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.questionContainer {
  max-width: 550px;
  width: 100%;
}

.question,
.finalQuestion {
  width: 550px;

  min-width: 100%;
  color: var(--Dark-blue, #1a1239);

  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

#productDetailsContainer.finalStep {
  flex-direction: column;
}

.liquids-answers,
.burn-in-answers {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

input[type="radio"] {
  accent-color: #444bd3;
}
.liquids-answers > div,
.burn-in-answers > div {
  display: flex;
  gap: 13px;
  align-items: baseline;
  width: 50%;
  padding: 17px 21px;
  border-radius: 6px;
  border: 1px solid var(--Grey-300, #d0d5dd);
  color: #1a12398f;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.liquids-answers > div > input,
.burn-in-answers > div > input,
.liquids-answers > div > label,
.burn-in-answers > div > label {
  cursor: pointer;
}

label {
  width: 100%;
}
.liquids-answers > div:has(input[type="radio"]:checked),
.burn-in-answers > div:has(input[type="radio"]:checked) {
  border: 1px solid #444bd3;
  color: #444bd3;
}
.screenOptions,
.frameOptions,
.defectOptions {
  padding-left: 0;
  list-style-type: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

ol {
  list-style-type: disc;
  text-align: left;
  padding-left: 24px;
  color: rgba(26, 18, 57, 0.72);
  margin-top: -16px;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  max-width: 550px;
}

.screenOptions > li,
.frameOptions > li,
.defectOptions > li {
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid #d1d1db;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}

.screenOptions > li.selected,
.frameOptions > li.selected,
.defectOptions > li.selected {
  border-color: #444bd3;
  color: #444bd3;
}
.brandSelectContainer {
  padding-left: 0 !important;
}

#productsContainer {
  padding: 0px !important;
}
@media (min-width: 768px) {
  #productsContainer {
    padding: 0px 70px;
  }
}

.brandSelectContainer > li,
#productsContainer > li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 285px;
  border: 1px solid #1a1239;
  border-radius: 12px;
  cursor: pointer;
  padding: 25px;

  cursor: pointer;
  user-select: none;
}
.brandSelectContainer > li {
  justify-content: center;
}

.brandSelectContainer > li.selected,
#productsContainer > li.selected {
  border: 2px solid #444bd3;
  padding: 24px;
}

#productsContainer > li > h2 {
  color: #000;
  max-width: 191px;
  text-align: center;
  margin: 0;

  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  /*line-height: 130%;*/
  letter-spacing: -0.1px;
}

.brandSelectContainer > li > img {
  height: 160px;
  width: 160px;
  object-fit: scale-down;
}

.statusBar {
  max-width: 1140px;
  width: 100%;
  background: #f3f3f6;
  height: 10px;
  border-radius: 12px;
}
.statusBar > div {
  background: #fdaa0e;
  height: 100%;
  width: calc(100% / 12);
  border-radius: 12px;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.statusBar > div:after {
  content: "";
  position: absolute;
  background: #d1d1db;
  width: 25px;
  height: 16px;
  top: -3px;
  right: 0;
  border-radius: 12px;
}

.heading {
  color: #1a1239;
  font-weight: 600;
  font-size: 20px;
  font-family: Poppins;
  line-height: 140%;
  margin-bottom: 12px;
}
.subHeading,
.subSubHeading {
  color: #1a1239;
  font-size: 0.75rem;
  margin-bottom: 0px;
  letter-spacing: -0.1px;
}

#sellContainer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 60px;
  max-width: 1140px;
  margin: auto;
}
@media (min-width: 768px) {
  #sellContainer {
    gap: 37px;
  }
  .heading {
    font-size: 24px;
  }

  .subSubHeading,
  .subHeading {
    letter-spacing: normal;
    margin-bottom: auto;
    font-size: 18px;
  }
}
#productDetailsContainer {
  display: flex;
  justify-content: space-between;
}

.stareList {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-left: 0;
  gap: 20px;
  margin: 20px 0;
}

.colorList,
.storageList,
.networkList,
.ramList {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(var(--grid-cols, 3), 1fr);
  padding-left: 0;
  gap: 20px;
  margin: 20px 0;
}

#productDetailsContainer > div > div > span {
  color: #1a1239b8;

  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.colorList > li,
.storageList > li,
.networkList > li,
.stareList > li,
.ramList > li {
  text-align: center;
  border-radius: 8px;
  background: #f3f3f6;
  padding: 12px;
  color: #1a1239;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  user-select: none;
  border: 1px solid #d1d1db;
}

.colorList > li.selected,
.storageList > li.selected,
.networkList > li.selected,
.stareList > li.selected,
.ramList > li.selected {
  border-color: #444bd3;
  color: #444bd3;
}

#controlButtons {
  align-self: end;
}

#formContainer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 768px) {
  #formContainer {
    gap: 37px;
  }
}

#nextStep,
#backButton {
  display: flex;
  flex-direction: row;
  padding: 8px 25px;
  align-items: center;
  gap: 10px;
  border: none;
  font-size: 14px;
}

#nextStep:hover {
  background: #fdaa0e;
  color: #1a1239;
  border: none;
}

#nextStep:focus,
#backButton:focus {
  outline: none;
}
#nextStep:focus {
  background: #fdaa0e;
  color: #1a1239;
}

#backButton {
  background: white;
  padding: 8px 0px;
}
#backButton:focus {
  background: white;
  color: #1a1239;
}
#backButton:hover {
  background: white;
  color: #1a1239;
  border: none;
}
#nextStep:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("https://s9.pavels.ro/wp-content/uploads/2024/03/Expand_right_light.svg");
}

#controlButtons {
  display: flex;
  flex-direction: row;
  gap: 22px;
}

#backButton:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("https://s9.pavels.ro/wp-content/uploads/2024/03/Chevron-Right.svg");
}

.container {
  width: 200px;
  margin: auto;
}

.label {
  position: relative;
  font-weight: 700;
}

.label-center {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  top: 3.5%;
  left: -110px;
  height: 93%;
}

.rangeslider__fill {
  background-color: #444bd3 !important;
}
.rangeslider--vertical {
  width: 3px !important;
}
.rangeslider--vertical .rangeslider__handle {
  left: -18px !important;
}

#batteryState {
  margin: auto;
  display: flex;
  flex-direction: column;
}
#batteryState > div {
  position: relative;
  align-self: center;
}
#batteryState > div {
  margin-top: 20px;
}
#batteryState > .question {
  margin-top: 0 !important;
  text-align: center;
}

.rangeslider__handle:before {
  content: var(--slider-value, "85%");
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

#productDetailsContainer.finalStep {
  align-items: center;
}
.finalQuestion {
  text-align: center;
}
#paymentType > div {
  border: 1px solid #d0d5dd;
  padding: 16px;
  display: flex;
  gap: 17px;
  max-width: 524px;
  border-radius: 6px;
}

#paymentType input[type="radio"]:checked + label {
  color: #444bd3;
}

#paymentType > ul > li:nth-child(1) {
  list-style-type: none;
  padding-left: 21px;
}

#paymentType > ul > li:not(:first-child) {
  margin-left: 41px;
}
#paymentType > ul:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #007aff;
}
label[for="payOnSale"]:after {
  content: var(--sale-value, "... lei");
  color: #1a1239;
  text-align: center;
  position: absolute;
  right: 0;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  border-radius: 4px;
  letter-spacing: -0.1px;
  background: #fdaa0e;
  padding: 4px 10px;
  line-height: 110%;
}

label[for="fastPayment"]:after {
  content: var(--fast-value, "... lei");
  color: #ffffffb8;
  text-align: center;
  position: absolute;
  right: 0;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  border-radius: 4px;
  letter-spacing: -0.1px;
  background: #5a5470;
  padding: 4px 10px;
  line-height: 110%;
}

#paymentType > ul {
  padding-left: 0;
  color: #767676;
  position: relative;

  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

#paymentType > div > label {
  color: var(--dark-blue-72, #5a5470);
  position: relative;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
input[type="radio"] {
  margin: 0 auto;
}
#paymentType > div > label > p {
  color: var(--dark-blue-72, #5a5470);

  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
}

#productsContainer {
  max-height: 590px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#productsContainer::-webkit-scrollbar {
  width: 10px;
}

#productsContainer::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #fdaa0e;
  cursor: pointer;
}

#productsContainer::-webkit-scrollbar-track {
  background: #f3f3f6;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  background-clip: padding-box;
  border-radius: 12px;
}
#sellContainer {
  position: relative;
}

.lds-ripple {
  display: none;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  z-index: 999;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fdaa0e;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

dialog#popup {
  bottom: 0;
  border-radius: 12px;
  border-width: 0;
  max-width: 320px;
  padding: 0;
}
dialog::backdrop {
  background: #fda90e6b;
  pointer-events: none;
}
#warningWrapper {
  padding: 20px;
  display: flex;
  align-items: start;
  gap: 10px;
  position: relative;
}
.warningTitle {
  color: var(--Dark-blue, #1a1239);

  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.warningTextWrapper > p {
  font-family: Poppins;
  font-size: 14px;
  line-height: 130%;
  margin: 0;
}
.warningTextWrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#warningWrapper > form > button {
  background-color: transparent !important;
  border-width: 0;
  cursor: pointer;
  border-radius: 50px;
  padding: 0;
}
#warningWrapper > form {
  position: absolute;
  top: 10px;
  right: 10px;
}

#warningWrapper > svg {
  min-width: 22px;
}

#warningWrapper > div > a {
  color: var(--grayscale-grayscale-72-opacity, rgba(26, 18, 57, 0.72));

  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

#timer {
  width: 100%;
  height: 5px;
}
#timerBar {
  height: 100%;
  background-color: #fdaa0e;
  width: 0%;
}

button:disabled {
  background-color: #f3f3f6 !important;
  color: #afafb1 !important;
}
button:disabled:hover {
  background-color: #f3f3f6 !important;
  color: #afafb1 !important;
}
:root {
  --grid-cols: 3;
  --product-img-width: 550px;
  --product-img-height: 550px;
  --product-img-offset-x: 0;
}

#productDetailsContainer > img {
  width: var(--product-img-width);
  height: var(--product-img-height);
  object-fit: cover;
  object-position: var(--product-img-offset-x);
}

.rangeslider--disabled {
  opacity: 0.4;
  pointer-events: none;
}

@media (max-width: 1125px) {
  #productDetailsContainer > img {
    height: calc(var(--product-img-height) * 0.7);
    width: calc(var(--product-img-width) * 0.7);
    object-position: calc(var(--product-img-offset-x) * 0.7);
    object-fit: contain;
  }

  #productDetailsContainer {
    flex-direction: column;
    align-items: center;
  }
  #controlButtons {
    align-self: center;
  }
}

#cartSummary {
  display: flex;
  gap: 20px;
  align-items: center;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  padding: 16px 20px;
  max-width: 524px;
  width: 100%;
  background: white;
}

#cartSummary > .cartProductImg {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ebebef;
  padding: 6px;
}

.cartInfo {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.cartProductName {
  color: #1a1239;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cartVariation {
  color: rgba(26, 18, 57, 0.56);
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}

.cartQtyRow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}

.cartQtyLabel {
  color: rgba(26, 18, 57, 0.72);
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
}

.cartQtyValue {
  color: #1a1239;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  min-width: 24px;
  text-align: center;
}

.cartQtyPlus {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #d0d5dd;
  background: #fff;
  color: #444bd3;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  transition:
    background 0.15s,
    border-color 0.15s;
}

.cartQtyPlus:hover {
  background: #444bd3;
  color: #fff;
  border-color: #444bd3;
}

@media (max-width: 480px) {
  #cartSummary {
    gap: 14px;
    padding: 12px 14px;
  }
  #cartSummary > .cartProductImg {
    width: 70px;
    height: 70px;
  }
  .cartProductName {
    font-size: 14px;
  }
}

#cartSummary {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 524px;
  width: 100%;
  margin-bottom: 0.9rem;
}

.cartSummaryTitle {
  color: #1a1239;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.cartItem {
  display: flex;
  gap: 16px;
  align-items: center;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  padding: 14px 16px;
  background: #f9f9fb;
  position: relative;
  width: 100%;
}

.cartItem > .cartProductImg {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ebebef;
  padding: 4px;
}

.cartInfo {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.cartProductName {
  color: #1a1239;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cartVariation {
  color: rgba(26, 18, 57, 0.56);
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.cartItemPrice {
  color: #1a1239;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  margin: 4px 0 0;
}

.cartQtyRow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.cartQtyValue {
  color: #1a1239;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  min-width: 24px;
  text-align: center;
}

.cartQtyBtn {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid #d0d5dd !important;
  background: #fff !important;
  color: #444bd3 !important;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  line-height: 1;
  transition:
    background 0.15s,
    border-color 0.15s;
}

.cartQtyBtn:hover {
  background: #444bd3 !important;
  color: #fff !important;
  border-color: #444bd3 !important;
}

.cartQtyBtn:after,
.cartQtyBtn:before {
  display: none !important;
  content: none !important;
}

.cartRemoveBtn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none !important;
  background: transparent !important;
  color: #1a123972 !important;
  font-size: 14px;
  cursor: pointer;
  padding: 0 !important;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cartRemoveBtn:hover {
  color: #e53e3e !important;
  background: #fee2e2 !important;
}

.cartRemoveBtn:after,
.cartRemoveBtn:before {
  display: none !important;
  content: none !important;
}

.addMoreBtn {
  width: 100%;
  padding: 12px !important;
  border-radius: 8px;
  border: 2px dashed #d0d5dd !important;
  background: transparent !important;
  color: #444bd3 !important;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition:
    border-color 0.2s,
    background 0.2s;
  margin-top: 4px;
}

.addMoreBtn:hover {
  border-color: #444bd3 !important;
  background: #f0f0ff !important;
}

.addMoreBtn:after {
  display: none !important;
  content: none !important;
}

@media (max-width: 480px) {
  .cartItem {
    gap: 12px;
    padding: 12px;
  }
  .cartItem > .cartProductImg {
    width: 64px;
    height: 64px;
  }
}

@media (min-width: 1125px) {
  #controlButtons {
    position: absolute;
    bottom: 0;
  }
  #screenConditionQuestion,
  #frameAndCasingConditionQuestion,
  #defectQuestion,
  #otherDefectsQuestion {
    padding-bottom: 100px;
  }
  .brandSelectContainer,
  .brandSelectContainer {
    padding-bottom: 60px;
  }
}

@media (max-width: 610px) {
  .colorList > li,
  .storageList > li,
  .networkList > li,
  .stareList > li,
  .ramList > li {
    font-size: clamp(0px, 2.61vw, 12px);

    padding: 2.5vw;
  }
  .colorList,
  .storageList,
  .networkList,
  .stareList,
  .ramList {
    gap: 9px;
  }
  .liquids-answers,
  .burn-in-answers {
    flex-direction: column;
  }
  .liquids-answers > div,
  .burn-in-answers > div {
    width: 100%;
  }
}

@media (max-width: 412px) {
  #productsContainer {
    padding: 0 6.5vw;
  }
}
.label-center > div > div {
  line-height: 1;
}

@media (max-width: 767px) {
  .question,
  .finalQuestion {
    width: 100%;
  }
}

#paymentType {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#productsContainer > li > img {
  max-height: 191px;
  object-fit: cover;
}/* End custom CSS */