/** Shopify CDN: Minification failed

Line 426:27 Unexpected "*"

**/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
/* loader-css */
.loader {
       height: 100vh;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}

.loader img {
    width: 90px;
}
/* loadercss end */
.product .rich-text h2 strong {
    font-size: 22px;
}
.product  .tabs__content h3, .product .tabs__content h2 {
    margin: 0px 0px 10px;
}
.product .rich-text h3 {
    font-size: 18px;
}
#fullPageLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  opacity: 1;
  visibility: visible;
}

#fullPageLoader.hidden {
  opacity: 0;
  visibility: hidden;
}

.spinner {
  border: 6px solid #f3f3f3; /* Light grey */
  border-top: 6px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.error-msg {
  color: red;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}
.name-fields .inputdivp {
  flex: 1;
  position: relative;
}

.name-fields span.error-msg {
  position: absolute;
  bottom: -5px;
}
.steps.iPhone_steps .step::after {
  width: calc(100% - -235px);
  right: calc(100% - 305px);
}

body {
  background-color: #f5f5f5;
  font-family: "Poppins", sans-serif;
}

.container {
  display: flex;
  background: #f8f9fc;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /* max-width: 1000px; */
  margin: auto;
  /* height: 100vh; */
}

.leftsec {
  flex: 1;
  background-color: #f2f3f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7rem 2rem 5rem;
  gap: 15px;
  /* height: 100vh;
  overflow-y: auto; */
  overflow-y: hidden;
}

.leftsec img {
  max-width: 35rem;
  margin-bottom: 1rem;
  margin-top: 5rem;
}

.leftsec .model-info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  background: #fff;
  padding: 20px 15px;
  border-radius: 14px;
  box-shadow: 0 0 35px rgb(0 0 0 / 6%);
  width: 100%;
  max-width: 310px;
  justify-content: space-between;
}

.rightsec {
  flex:2.4;
  padding: 7rem 2rem 5rem;
  /* height: 100vh;
  overflow-y: auto; */
}

.right-container {
  max-width: 65rem;
  margin: 0px auto;
}

.steps {
  display: flex;
  gap: 10px;
  margin-bottom: 1.5rem;
  justify-content: space-between;
}

.step {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d3e3f4;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.step img {
  opacity: 0;
}

.step.active {
  background-color: #2b6287;
  color: #fff;
}
.step .stepsCounts {
    opacity: .4;
  transition: .5s all;
}
.step.active .stepsCounts {
    opacity: 1;
}
.step.active img {
  opacity: 1;
}

.right-container h2 {
  font-size: 22px;
  line-height: normal;
  margin: 20px 0px 0px;
}

.step::after {
  width: calc(100% - -57px);
  content: "";
  height: 2px;
  position: absolute;
  background: #d3e3f4;
  right: calc(100% - 120px);
  top: 50%;
  margin: 0px auto;
  transform: translateY(-50%);
}

.step.active::after {
  background-color: #2b6287;
}

.steps > .step:last-child::after {
  display: none;
}

.info-box {
  background: #eaf3fd;
  padding: 20px 25px;
  border-radius: 8px;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  display: flex;
  gap: 10px;
}
.info-box .info_icon {
  margin: 4px 0px 0px;
}

.button-wrapper {
  margin-top: 2rem;
  display: flex;
  justify-content: end;
}

.button-wrapper button {
  background-color: #1e90ff;
  color: white;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
}

button.Nextbtn {
  background: #2b6287;
  font-family: "Poppins";
  font-size: 16px;
}
.select_div {
  position: relative;
  /* margin-top: 15px; */
}

.place-text {
  font-size: 10px;
  position: absolute;
  z-index: 9;
  left: 12px;
  top: 6px;
  color: #252525;
}

.modal_number select {
  background: #fff;
  border: 1px solid #0000005c;
  color: #000;
  font-weight: 500;
  box-shadow: 0 1px 2px rgb(var(--color-foreground), 0.05);
  padding: 20px 3px 8px;
  border-radius: 6px;
  -webkit-appearance: none;
  position: relative;
  min-height: 44px;
  padding-inline: 10px 30px;
  background-image: url(https://techable.com/cdn/shop/files/dropdown.png?v=1738219093);
  background-repeat: no-repeat;
  background-position: right;
background-size: 11px;
    background-position: 96% 50%;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
}

.Backbtn {
    width: 100%;
    max-width: 400px;
    /* max-width: 600px; */
    margin-bottom: 10px;
}

.Backbtn button {
  background: transparent;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 0px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.Backbtn button img {
  margin: 0px;
}
.info-box h4 {
  font-size: 16px;
  font-weight: 500;
  color: #252525;
  margin: 0px 0px 10px;
}

.info-box p {
  font-size: 14px;
  line-height: 23px;
  color: #252525;
}
.Backbtn.model_back {
  display: none;
}
.Backbtn.Tech_specs_back {
  display: none;
}
.Backbtn.battery_back {
  display: none;
}
.Backbtn.functional_back {
  display: none;
}
.Backbtn.Cosmetic_back {
  display: none;
}
/* checkbox */
.bg_wrapper {
  background: #fff;
  padding: 20px 15px;
  border-radius: 10px;
  border: 1px solid #11111133;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  cursor: pointer;
  margin-block: 10px;
  position: relative;
  z-index: 9;
}

.bg_wrapper input {
  margin: 0;
  min-width: 20px;
  width: 20px;
  height: 20px;
  accent-color: #0a5f8f;
  cursor: pointer;
}

.bg_wrapper label h5 {
  margin: 0;
  font-size: 16px;
}
.bg_wrapper label p {
  font-size: 14px;
  margin: 5px 0 0;
}

.bg_wrapper label {
  cursor: pointer;
}
.main_div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}

.main_div .info-contain.info-box {
  grid-column: 1/-1;
}
.alltemplates_innerDiv ul li {
  list-style: none;
  color: #252525;
  font-size: 14px;
  line-height: 28px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}

.alltemplates_innerDiv ul li::before {
  content: "";
  position: absolute;
  background: url(/cdn/shop/files/Group_1_0aebb32b-4ac7-47a8-ba73-9c73c39d4ab2.png?v=1745239393);
  background-size: contain;
  width: 16px;
  height: 19px;
  background-repeat: no-repeat;
  left: 0;
  top: 7px;
}
.content_main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.leftsec .model-info {
    max-width: 390px;
    /* max-width: 600px; */
    font-size: 14px;
}
.leftsec .model-info strong {
    font-weight: 500;
}
.model-info .main-model-div {
  gap: 10px !important;
}
.model-info .main-model-div* {
  position: relative;
}
.model-info .main-model-div div,
.model-info .main-model-div span {
  position: relative;
}

.tradein-card {
    text-align: center;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 1px 18px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 720px;
    margin-top: 0;
}

.device-name {
  font-size: 24px;
  margin-bottom: 10px;
}
.offer-text {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.offer-price {
  color: #2b6287;
  font-weight: bold;
}
.note {
    line-height: 18px;
    font-size: 14px;
    color: #666;
    max-width: 45rem;
    margin: 0px auto 20px;
}
.image-container {
  text-align: center;
  margin-bottom: 20px;
}
.image-container img {
    max-width: 400px;
    object-fit: contain;
    /* height: 400px; */
    border-radius: 8px;
}
.tradin-steps {
  margin-bottom: 20px;
  text-align: left;
}
.tradin-steps__content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 25px;
}
.tradin-steps__content span {
  font-size: 20px;
}
.tradin-steps__content p {
  margin: 0;
  font-size: 14px;
}
.action-buttons {
  display: flex;
  justify-content: end;
  gap: 15px;
}
.no-btn,
.yes-btn {
  padding: 10px 15px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
}
.no-btn {
    background-color: #fff;
    color: #111;
    border: 1px solid #111;
    transition: .5s all;
}
button.no-btn:hover {
    background: #000;
    color: #fff;
}
.action-buttons button {
    width: fit-content;
    max-width: fit-content;
    min-height: 47px;
    font-weight: 500;
    border-radius: 8px;
    font-size: 14px;
}
.yes-btn {
    background-color: #2b6287;
    color: white;
    border: 1px solid #2b6287;
  transition: .5s all;
}
.yes-btn:hover {
    background: transparent;
    color: #2b6287;
}

/* .container {
           display: flex;
           flex-wrap: wrap;
           padding: 40px;
           max-width: 1200px;
           margin: auto;
           gap: 20px;
         }
    */
.payment-sec .back {
  margin-right: 8px;
  display: inline-block;
}

.left-section {
  flex: 1;
  min-width: 600px;
  background: white;
  padding: 30px;
  border-radius: 10px;
}
.left-wrapper {
  background-color: #fff;
  border-radius: 10px;
}
.custom-radio {
  display: none;
}

.radio-label {
  margin-right: 1rem;
  position: relative;
  font-size: 16px;
  user-select: none;
}
.paymnt-logo {
  position: absolute;
  top: 7px;
  right: 10px;
}

/* .radio-label::before {
           content: "";
           position: absolute;
           left: 8px;
           top: 9px;
           width: 16px;
           height: 16px;
           border: 2px solid #666;
           border-radius: 50%;
           background: #fff;
         }

         .custom-radio:checked + .radio-label::before {
           border-color: #fff;
           background-color: transparent;
         }
   */
/* .custom-radio:checked + .radio-label::after {
           content: "";
           position: absolute;
           left: 12px;
           top: 13px;
           width: 12px;
           height: 12px;
           border-radius: 50%;
           background: #fff;
         }
   */
.right-section {
  width: 250px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  height: fit-content;
}

.payment-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.paymnt-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
/*
         .payment-options .radio-option.selected{
           background-color: #2B6287;
         } */
/* .payment-options .radio-option.selected .paymnt-wrap{
           color: #fff;
         } */
.radio-option input[type="radio"]:checked + span {
  color: #fff !important;
  font-weight: 500 !important;
  text-align: center;
}
.radio-option:hover span {
  font-weight: 500 !important;
  color: #000 !important;
}

.radio-option {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #f9f9f9;
  cursor: pointer;
  gap: 10px;
  flex: 1;
  min-width: 120px;
  transition: all 0.2s ease;
  font-weight: 500;
}

.radio-option input[type="radio"] {
  accent-color: #003366;
  margin: 0;
}

.radio-option input[type="radio"]:checked + span,
.radio-option:hover span {
  font-weight: bold;
  color: #003366;
}
/*
         .radio-option.selected .paymnt-icon svg path{
           fill: #fff;
         } */

.bill-form {
  padding-block: 20px;
}
.bill-form h3,
.bill-form h4 {
  margin-top: 0;
  font-size: 24px;
}

.bill-form h4 {
  margin-top: 30px;
}

.bill-form input[type="text"],
.bill-form input[type="email"],
.bill-form input[type="number"],
.bill-form input[type="tel"],
.bill-form select,
.bill-form textarea {
  width: 100%;
  padding: 14px 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 9px;
  color: #252525;
  border: 0;
  background-color: #f9f9f9;
  text-transform: capitalize;
  font-family: "Poppins";
  font-size: 14px;
}

::placeholder {
  color: #252525;
}

.name-fields {
  display: flex;
  gap: 10px;
}

.name-fields input {
  flex: 1;
}

textarea {
  min-height: 80px;
  resize: vertical;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}

.submit-btn {
  background-color: #2b6287;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-transform: capitalize;
  font-family: "Poppins";
}
.checkbox input#subscribe {
  position: relative;
  top: 5px;
}
.order-item,
.total {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.total {
  font-weight: bold;
}
.payment-sec {
  background: #f2f3f7;
}

.payment-sec .container {
    background: transparent;
    box-shadow: none;
    gap: 3rem;
    padding: 12rem 20px 50px;
    max-width: 1280px !important;
    width: 100% !important;
}

.left-section h2 {
  font-size: 18px;
}

.left-section h2 span.back {
  cursor: pointer;
}
.left-section label {
  margin-right: 0px;
  border: 0;
  min-width: unset;
  height: 100%;
  padding: 0px;
  background: transparent;
}

.payment-sec .container .left-section {
  max-width: 820px;
  min-width: unset;
}

.payment-sec .container .right-section {
  max-width: 500px;
  width: 100%;
}

.payment-options .bg_wrapper {
  padding: 12px;
  margin: 0px;
  flex: 1 0 100px;
  gap: 0px;
}

.payment-options .bg_wrapper input.custom-radio {
  display: block;
  position: absolute;
}

.payment-options span.paymnt-wrap {
  font-size: 13px;
  line-height: 18px;
  gap: 10px;
}
#function_condition .alltemplates_innerDiv  h3{
  margin-block: 15px;
}
.mobile-back{
  display: none;
}
.inputdivp {
  position: relative;
}
.inputdivp span.error-msg, .error-msg {
    position: absolute;
    font-size: 10px !important;
    bottom: -1px;
}
span.error_data {
    background: #ff000014;
    display: flex;
    padding: 10px;
    border: 1px solid #ff000030;
    border-radius: 6px;
    place-content: center;
}
span.error_data span.error-msg {
    font-size: 11px !important;
}
.page-title__title .breadcrumb{
  padding-block: 20px;
}
.page-title__title .breadcrumb li:last-child{
  font-weight: 400;
}
.page-title__text-wrapper .page-width {
  padding: 0 5rem;
}
/* new-trade-in-css */
.trdein-desktop sticky-header.header-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.container.main_content_div {
    padding-top: 7rem;
}
.trdein-desktop .sc-header.stick-scroll {
    transform: unset !important;
    position: unset !important;
}

.trdein-desktop sticky-header header.header {
    transform: unset;
}

.trdein-desktop sticky-header header.header button.header__toggle-nav-button {
    display: none;
}
@media (min-width:1200px){
  .container.main_content_div {
    min-height: calc(100vh - -1rem);
}
}
@media(max-width:1366px){
  .leftsec img {
    max-width: 20rem;
}
  .leftsec .model-info {
    max-width: 300px;
}
  .Backbtn {
    max-width: 300px;
}
  .rightsec {
    flex: 1.6;
}
}
@media (max-width: 1199px){
  .leftsec{
    display: none;
  }
  .mobile-back{
    display: block;
    margin-bottom: 30px;
  }
  .container {
    box-shadow: none;
}
  .rightsec {
    height: fit-content;
    overflow-y: unset;
}
  .header .header__heading {
    padding-left: 10px;
}
  .trdein-desktop .header .header__left-icons,.trdein-desktop .header .header__search.header-search-custom {
    display: none;
}
  .modal_number select {
    background-size: 8px 8px;
    background-position: 98% 54%;
}
}

@media (max-width: 1100px) {
  .bill-form h4 {
    margin: 0px 0px 10px;
}
.name-fields span.error-msg {
    position: absolute;
    bottom: -1px;
    font-size: 10px !important;
}
.modal_number.desktop_type {
    position: relative;
}

.modal_number.desktop_type span.error-msg {
    position: absolute;
    bottom: -1px;
    font-size: 10px !important;
}
  body.gradient.page.trdein-desktop {
    background: #F8F9FC;
}
  #function_condition .alltemplates_innerDiv h3+ul+p {
    font-size: 14px;
    font-family: 'Poppins' !important;
    margin: 20px 0px 0px;
}
.checkbox {
    gap: 4px;
}
  .alltemplates_innerDiv ul li {
    margin-bottom: 0px;
}
.rightsec {
    background: #F8F9FC;
}
  .button-wrapper.show_button, .action-buttons {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    background: #ffffff;
    padding: 15px 10px;
    border-top: 1px solid #0000001a;
    z-index: 9;
}

body.gradient.page.trdein-desktop {
    background: #F8F9FC;
}

.rightsec {
    background: #F8F9FC;
}

.button-wrapper.show_button button.Nextbtn {
    width: 100%;
    max-width: 100%;
      border-radius: 5px;
}
  .payment-sec .container .right-section {
    max-width: 370px;
    width: 100%;
  }
  .bill-form {
    padding-block: 0px;
}
  .bill-form h3 {
    margin-bottom: 20px;
}
  .bill-form input[type="text"], .bill-form input[type="email"], .bill-form input[type="number"], .bill-form input[type="tel"], .bill-form select, .bill-form textarea {
    font-size: 12px;
        margin-top: 0px;
}
  .payment-sec .container {
    flex-direction: column;
  }
  .payment-sec .container .right-section {
    max-width: 100%;
    width: 100%;
  }
  .container{
    flex-direction: column;
  }
  .payment-sec .container .left-section{
    max-width: 100%;
    width: 100%;
  }
  .bill-form h4 {
    margin: 0px 0px 10px;
}
}

@media (max-width: 991px){
  
  .rightsec{
    padding: 4rem 2rem 15rem;
  }
  .right-container h2{
    font-size: 22px !important;
  }
  .modal_number h3{
    font-size: 14px !important;
  }
  .image-container img{
    width: 100%;
    /* height: 280px; */
  }
  .payment-sec .container .left-section, .payment-sec .container .right-section{
    padding:10rem 15px;
  }
}

@media (max-width: 767px){
  .Backbtn.page_back.mobile-back button {
    padding-inline: 0px;
}
  .right-container h2{
    font-size: 16px !important;
  }

  .step::after{
    width: calc(100% - -35px);
    right: calc(100% - 99px);
  }
  .steps.iPhone_steps .step::after{
    width: calc(100% - -212px);
    right: calc(100% - 280px);
  }
  .mobile-back{
    margin-bottom: 20px;
  }
  #function_condition .alltemplates_innerDiv h3{
    font-size: 14px;
  }
  .bill-form h3, .bill-form h4{
    font-size: 18px;
  }
}

@media (max-width: 480px){
  .step::after{
    width: calc(100% - 7px);
    right: calc(100% - 61px);
  }
  .steps.iPhone_steps .step::after{
    width: calc(100% - -60px);
    right: calc(100% - 130px);
  }
  .container.main_content_div {
    padding-top: 4rem;
}
  .modal_number select{
    background-size: 10px;
    background-position: 97% 53%;
  }
  .info-box{
    padding: 20px 9px;
  }
  .main_div{
    grid-template-columns: repeat(1, 1fr);
  }
  .name-fields{
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width:375px){
  .step::after {
    width: calc(100% - 0px);
    right: calc(100% - 60px);
}
}