.new-checkout-main {
      position: relative;
      width: 100%;
      min-height: calc(100vh - 101px);
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      font-family: "Inter", sans-serif;
    }
     .new-checkout-main::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 55.6%;   /* 804px of 1446px */
      height: 100%;
      background: #ffffff;
      z-index: 0;
    }

    /* Right part (any color, example: #f3f3f3) */
    .new-checkout-main::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 44.4%;   /* 642px of 1446px */
      height: 100%;
      background: #f3f3f3;  /* replace with your color */
      z-index: 0;
    }
.check-container {
      display: flex;
      justify-content: space-between;
      max-width: 1100px;
      margin: 0px auto;
      padding: 0 15px;
      position: relative; /* keeps content above ::before/::after */
      width: 100%;
      z-index: 1;
    }

    /* Left Section */
    .cart {
         flex: 2;
    max-width: 570px;
    height: calc(100vh - 153px);
    overflow-y: scroll;
    padding-right: 20px;
    }
   
   .cart-top a{
    font-size: 18px;
    font-weight: 500;
    color: #6F6F80;
    display: flex;
      align-items: center;
      gap: 5px;
      margin-bottom: 10px;
   }
   .cart-title-part h1 {
    font-size: 24px;
    font-weight: 600;
    color: #364153;
    margin: 0 0 5px;
}
.cart-title-part{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ct-right {
    font-size: 16px;
    font-weight: 600;
    color: #6F6F80;
    display: flex;
    align-items: center;
    gap: 10px;
}


.p-add-box {
      margin: 30px auto;
      padding: 30px 20px 20px;
      background: #f3fff6;
      border-radius: 10px;
      position: relative;
    }

    .p-add-close {
      position: absolute;
      top: 0px;
      right: 10px;
      font-size: 18px;
      color: #333;
      cursor: pointer;
    }

    .p-add-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .p-add-options {
      display: flex;
      gap: 15px;
      justify-content: space-between;
      margin-bottom: 20px;
    }

    .p-add-card {
      flex: 1;
      background: #fff;
      border: 1px solid #eaeaea;
      border-radius: 20px;
      padding: 15px;
      text-align: center;
    }

    .p-add-stars {
      color: #000;
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 0px;
      display: flex;
      align-items: center;
      justify-content: left;
      gap: 8px;
    }
.p-add-stars img{
  position: relative;
  top: -2px;
}
    .p-add-reviews {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 0px;
    }

    .p-add-original {
      font-size: 10px;
      color: #C5BDBD;
      margin-bottom: 0px;
      display: block;
    }
        .p-add-original span{
        text-decoration: line-through;    
        }
.p-add-btn-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
    .p-add-btn {
      background: #165DFB;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 3px 14px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    }

    .p-add-price {
      font-size: 16px;
      font-weight: 600;
      margin-top: 0px;
      text-align: left;
    }

    .p-add-footer {
      font-size: 14px;
      color: #000;
      text-align: center;
    }

    .p-add-footer a {
      color: #165DFB;
      text-decoration: none;
    }

    .p-add-footer a:hover {
      text-decoration: underline;
    }

    .ex-plan-main {
      border: 1px solid #EAEAEA;
      border-radius: 10px;
      padding: 16px;
      margin-bottom: 16px;
      background: #fff;
      box-shadow: 2px 2px 4px 1px #E2D6D640
    }

    .ex-plan > h3 {
      margin: 0px 0 15px;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;

    }
    .ex-plan .np-select-title{
      font-size: 14px;
      font-weight: 600;
      margin: 0;
    }
    .ex-plan h3 img {
        transform: rotate(90deg);
        cursor: pointer;
    }
    .ex-custom-plan{
      border-top: 1px solid #6F6F8080;
      margin: 25px 0 0;
      padding-top: 25px;
    }
    .ex-plan-details {
    margin: 0px 0 0px;
    font-size: 14px;
    color: #165DFB;
}
.ex-no{
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0;
}
.ex-add-more{
  font-size: 14px;
  margin: 5px 0;
  color: #000;
}
.ex-add-more span{
  color: #165DFB;
  font-weight: 600;
}
    .ex-subtext {
      font-size: 14px;
      color: #666;
      margin-bottom: 12px;
    }

    .ex-row {
      display: flex;
      gap: 16px;
      margin-bottom: 12px;
    }

    .ex-select {
    width: 100%;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E6E7EB;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/new-package/dd-arrow.svg) no-repeat right 12px center;
    background-size: 16px;
    padding: 10px 40px 10px 12px;
    cursor: pointer;
    height: 50px;
    }

    .ex-flag {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .ex-add {
        font-size: 14px;
        color: #0066ff;
        cursor: pointer;
        margin-top: 0;
        display: block;
        font-weight: 600;
        text-decoration: underline;
        margin: 0 auto;
        text-align: center;
    }

    .ex-hide {
      display: none;
    }

    .ex-remove {
          font-size: 14px;
    color: #0066ff;
    cursor: pointer;
    display: block;
    font-weight: 600;
    text-decoration: underline;
    margin: 0 auto;
    text-align: center;
    }
/* Country Drop down start */ 
    .np-select-row {
    display: flex;
    gap: 10px;
    margin: 20px 0;
    justify-content: space-between;
}
.ex-plan .np-select-row{
  margin-bottom: 10px;
}
.npm-dropdowns {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.npm-dropdown {
    position: relative;
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}
.np-select-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.npm-dropdown-btn {
    width: 100%;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E6E7EB;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/new-package/dd-arrow.svg) no-repeat right 12px center;
    background-size: 16px;
    padding: 10px 40px 10px 12px;
    cursor: pointer;
    height: 50px;
}
.npm-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 4px;
    padding: 10px;
    z-index: 1000;
}
.npm-dropdown-menu label {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 0;
    font-size: 14px;
    color: #444;
    cursor: pointer;
}
.npm-dropdown-menu input {
    accent-color: #165dfb;
    width: auto;
}
.npm-dropdown-menu.open {
  display: block;
}

 .cart-addon-container {
      max-width: 700px;
      margin: auto;
    }

    .cart-addon-header {
      font-size: 20px;
      font-weight: bold;
      margin: 40px 0 10px;
    }
    .cart-addon-header span {
      font-size: 18px;
      color: #6F6F80;
      font-weight: normal;
    }

    /* Tabs */
    .cart-addon-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 16px;
    gap: 10px;
    padding: 20px 0 ;
    flex-wrap: revert;
    justify-content: flex-start;
    max-width: 550px;
      scrollbar-width: thin;    /* thin scrollbar (Firefox) */
  -ms-overflow-style: none; /
    }
    .cart-addon-tab {
      padding: 10px;
      border: 1px solid #6F6F80;
      border-radius: 20px;
      cursor: pointer;
      font-size: 14px;
      transition: all 0.3s ease;
    flex: 0 0 auto;
    scroll-snap-align: start;
    font-weight: 600;
    position: relative;
    }
    .cart-addon-tab.active {
      background: #0056ff;
      color: #fff;
      border-color: #0056ff;
    }
    .cart-addon-tabs::-webkit-scrollbar {
  height: 4px;              /* thin scrollbar height */
}
.cart-addon-tabs::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
  .cart-addon-new{
    position: absolute;
    top: -16px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #2ABE65;
    padding: 0 10px;
    border-radius: 10px 10px 0 0;
    z-index: 9;
    height: 15px;
    line-height: 15px;
    right: 15px;
  }
    /* Cards */
    .cart-addon-cards {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 16px;
    flex-wrap: revert;
    justify-content: flex-start;
    max-width: 550px;
    scrollbar-width: thin;
    padding-bottom: 20px;
    }
    .cart-addon-card {
      border: 1px solid #6F6F80;
      border-radius: 8px;
      transition: all 0.3s ease;
      position: relative;
      width: 140px;
      height: 140px;
      flex: 0 0 auto;
      scroll-snap-align: start;
      padding: 0 20px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    color: #000;
        display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    }
    .cart-addon-card:hover {
      border-color: #0056ff;
    }
    .cart-addon-card .qty {
      font-size: 24px;
      font-weight: 600;
    }
    .cart-addon-card .label {
      font-size: 16px;
      color: #6F6F80;
      margin-bottom: 0;
      font-weight: 400;
    }
    .cart-addon-card .price {
      font-size: 24px;
      font-weight: 600;
      color: #165DFB;
      margin-bottom: 0px;
    }
    .cart-addon-toggle {
      position: absolute;
      bottom: 6px;
      right: 6px;
      font-size: 18px;
      font-weight: bold;
      color: #0056ff;
      border: 1px solid #0056ff;
      border-radius: 50%;
      width: 22px;
      height: 22px;
      line-height: 20px;
      text-align: center;
      background: #fff;
    }
    .cart-addon-card.active {
      border-color: #0056ff;
      background: #f0f7ff;
    }
    .cart-addon-card.active .cart-addon-toggle {
      content: "-";
      color: red;
      border-color: red;
    }

.summary-wrapper {
       max-width: 435px;
      margin: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
    height: calc(100vh - 153px);
    overflow-y: scroll;
    padding-right: 10px;
    width: 100%;
    }

    .summary-title {
      font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #364153;
    border-bottom: 1px solid #6F6F8050;
    }
    .summary-r-count, .summary-c-price {
    font-size: 20px;
    font-weight: 600;
}
.summary-r-count span{
  color: #364153; 
  display: block; 
  font-size: 15px;
    font-weight: 400;
}

.summary-title span{
  display: block;
  color: #364153;
  font-size: 18px;
}
    .summary-item {
      display: flex;
      justify-content: space-between;
      padding: 8px 0;
      font-size: 14px;
    }
    .summary-item:last-child {
      border-bottom: none;
    }
.male-added {
    font-size: 14px;
    font-weight: 600;
    max-width: 230px;
}
.cmn-price {
    font-size: 20px;
    font-weight: 600;
}
.remove-itm {
    font-size: 10px;
    color: #165DFB;
    font-weight: 500;
    margin-left: 10px;
    text-transform: capitalize;
}
    .summary-note {
      font-size: 14px;
      color: #6F6F80;
    }

    .summary-total {
      font-size: 20px;
      font-weight: bold;
      margin-top: 0px;
      display: flex;
      justify-content: space-between;
    }

    .summary-today {
          font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #6F6F8050;
    padding-top: 30px;
    margin-top: 30px;
    }

    .summary-terms {
      font-size: 12px;
      margin: 15px 0;
    }
    .summary-terms input {
      margin-right: 6px;
      width: auto;
    }
.summary-terms label{
  display: flex;
  font-weight: 400;
}
.summary-terms a {
    padding: 0 5px;
    color: #000;
    text-decoration: underline;
}
    .summary-btn {
      display: block;
      width: 100%;
      background: #2563eb;
      color: #fff;
      padding: 12px;
      text-align: center;
      border-radius: 6px;
      text-decoration: none;
      font-weight: bold;
      border: none;
      cursor: pointer;
    }
.summary-btn:hover{
  color: #ffffff;
}
    .summary-vip {
      margin-top: 20px;
      
    }

    .summary-vip img {
      max-width: 405px;
      margin-bottom: 10px;
      width: 100%;
    }

     .coupon-section {
      margin: 20px 0;
      max-width: 100%;
      width: 405px;
    }

    .coupon-toggle {
      color: #165DFB;
      font-size: 14px;
      text-decoration: none;
      display: inline-block;
      margin-bottom: 10px;
      cursor: pointer;
      font-weight: 600;
    }
.summary-cn{
  border-bottom: 1px solid #6F6F8050;
  padding-bottom: 20px;

}
    .coupon-box {
      display: none;
      gap: 10px;
      transition: all 0.3s ease;
    }

    .coupon-box.active {
      display: flex;
    }

    .coupon-input-wrapper {
      position: relative;
      width: 100%;
    }

    .coupon-input {
      width: 100%;
      padding: 10px 35px 10px 10px;
      border: 1px solid #bbbbbb;
      border-radius: 4px;
      font-size: 14px;
    }

    .coupon-label {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      color: #999;
      font-size: 14px;
      transition: 0.2s;
      pointer-events: none;
      background: #fff;
    }

    .coupon-input:focus + .coupon-label,
    .coupon-input.not-empty + .coupon-label {
      top: 0px;
      font-size: 12px;
      color: #364153;
      padding: 0 4px;
    }

    .coupon-close {
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%);
      border: none;
      background: none;
      font-size: 16px;
      cursor: pointer;
      color: #666;
      display: none; /* hidden by default */
    }

    .coupon-close:hover {
      color: #000;
    }

    .coupon-apply {
      padding: 8px 15px;
      font-size: 14px;
      border: none;
      border-radius: 4px;
      background: #ccc;
      color: #fff;
      cursor: not-allowed;
      transition: 0.3s;
      font-weight: 600;
    }

    .coupon-apply.active {
      background: #165DFB;
      cursor: pointer;
    }
.check-left-container > form {
      max-width: 100%;
      margin: 0 auto;
      background: #fff;
      padding: 30px 20px 20px;
      border-radius: 10px;
      box-shadow: 2px 2px 4px 1px #E2D6D640;
      border: 1px solid #eaeaea; 
    }


    .check-left-row {
      display: flex;
      gap: 20px;
      margin-bottom: 20px;
    }

    .check-left-row .check-left-input {
      flex: 1;
    }

    .check-left-input {
      width: 100%;
      padding: 10px 12px;
      border: 1px solid #B8B8C3;
      border-radius: 10px;
      font-size: 14px;
      font-weight: 600;
    }

    .check-left-radio-group,
    .check-left-checkbox {
      margin: 15px 0;
    }

    .check-left-radio {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      font-size: 14px;
      border: 1px solid #B8B8C3;
      border-radius: 10px;
      padding: 9px 15px;
      font-weight: 500;
      color: #000;
    }
    .first-form .check-left-radio{
      border: 0;
      margin-bottom: 0;
      padding-left: 0;
    }
    .second-form h3 {
    font-size: 20px;
    font-weight: 600;
}


    .second-form .check-left-radio{
      line-height: 1;
      gap: 8px;
      cursor: pointer;
          padding: 12px 15px;
    }

    .check-left-radio input {
      margin-right: 8px;
      width: auto;
    }
   .second-form .check-left-radio input{
    margin-right: 0;
   } 
.check-left-radio img {
    margin-left: 5px;
}
.second-form .check-left-radio img {
    margin-left: 0px;
}
    .check-left-btn {
      display: inline-block;
      width: 100%;
      padding: 10px;
      font-size: 20px;
      font-weight: 600;
      text-align: center;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      background: #165DFB;
      color: #fff;
      margin: 10px 0;
      transition: 0.3s;
    }
form.second-form {
    margin: 0px 0 20px;
}
    .check-left-terms {
      font-size: 13px;
      color: #555;
      margin: 10px 0;
    }

    .check-left-terms a {
      color: #0066ff;
      text-decoration: none;
    }
.cn-added {
    font-size: 14px;
    font-weight: 600;
}
    .check-left-benefits {
      margin-top: 20px;
      font-size: 14px;
      padding-left: 20px;
      padding-bottom: 30px;
    }

    .check-left-benefits h4 {
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: 600;
    }

    .check-left-benefits ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .check-left-benefits li {
          display: flex;
    align-items: center;
    font-size: 16px;
    color: #364153;
    gap: 10px;
    margin-bottom: 10px;
    }

    .check-left-benefits li::before {
         content: '';
    background: url(../images/new-checkout/dd-blue.svg);
    width: 13px;
    height: 11px;
    display: block;
    background-size: 100%;
}
    .check-left-checkbox input{
      width: auto;
    }
    .check-left-checkbox label{
      font-size: 14px;
      font-weight: 400;
      position: relative;
      top: 2px;
    }
     .check-left-checkbox label a{
      text-decoration: underline;
      color: #000;
     }
.check-left-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.check-left-tooltip img {
  width: 18px;
  height: 18px;
}

/* Tooltip box */
.check-left-tooltip-box {
  position: absolute;
  top: 130%; /* show below icon */
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  background: #6F6F80;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  font-size: 13px;
  line-height: 1.4;
  z-index: 20;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}

/* Show tooltip when hovering the whole anchor */
.check-left-tooltip:hover .check-left-tooltip-box {
  opacity: 1;
  visibility: visible;
}

/* Arrow */
.check-left-tooltip-box::after {
  content: "";
  position: absolute;
  top: -12px; /* above tooltip box */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color:transparent transparent #6F6F80 transparent;
}

.footer-fixed {
    position: sticky;
    bottom: 0;
    z-index: 1;
    background: #f3f3f3;
    padding-bottom: 15px;
}
html.chekout-new-html {
    overflow: hidden;
}
 .summary-toggle-btn {
  display: none;
}
.check-left-row.gbp-tooltip-row {
    display: block;
    text-align: center;
}
.check-left-tooltip.gbp-tooltip {
    font-size: 10px;
    color: #165DFB;
    text-decoration: underline;
    margin-top: 10px;
}
.check-left-tooltip.gbp-tooltip .check-left-tooltip-box {
    width: 250px;
    text-align: left;
    word-break: break-word;
}
.check-left-tooltip.gbp-tooltip ul{
  padding: 10px 0 0;
  margin: 0;
  list-style: none;
}
.check-left-tooltip.gbp-tooltip h4{
  font-size: 16px;
  color: #ffffff;
}

/* New cart page start */

.cart-new-container {
  max-width: 1060px;
  margin: 40px auto;
  background: #fff;
  border: 4px solid #eaeaea;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
}
.cart-new-content {
    max-width: 780px;
    margin: 0 auto;
}

/* Live users badge */
.cart-new-live-users {
  background: #F6FFF4;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 20px;
  color: #364153;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}
.cart-new-live-users strong {
  font-size: 20px;
  color: #2ABE65;
  font-weight: 500;
}

/* Title */
.cart-new-title {
   font-size: 24px;
   color: #000;
   font-weight: 600;
   line-height: 1;
   margin: 0;
}

/* Form inputs */
.cart-new-form {
  text-align: left;
}
.cart-new-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #B8B8C3;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 15px;
  outline: none;
}
.cart-new-input:focus {
  border-color: #3b82f6;
}

/* Modify plan text */
.cart-new-modify-text {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 10px 0;
}
.cart-new-modify-text a {
      color: #165DFB;
    text-decoration: none;
    font-weight: 700;
}

/* Select row */

/* Checkbox */
.cart-new-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  margin: 20px 0 25px;
}
.cart-new-checkbox input{width: auto;}
/* Button */
.cart-new-btn {
  width: 100%;
  background: #165DFB;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}
.cart-new-btn:hover {
  background: #1d4ed8;
}

/* Rating and trust */
.cart-new-rating {
  font-size: 14px;
  color: #333;
  margin: 25px 0;
}
.cart-new-rating strong {
  color: #2563eb;
}
.cart-top {
    max-width: 1060px;
    margin: 40px auto;
}
.cart-main {
    padding: 0 15px;
    display: block;
}
/* Features */
.cart-new-features {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  margin-top: 20px;
}
.cart-new-feature {
  flex: 1;
  text-align: center;
  background: #F9FDFD;
  border-radius: 10px;
  padding: 10px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.cart-new-feature img {
  width: 38px;
  height: 38px;

}
.cart-new-feature strong {
  color: #000;
      font-size: 16px;
    font-weight: 500;
}
.cart-new-feature p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: left;
    margin: 0;
}
.cart-new-content .people-use{
  margin-top: 40px;
  margin-bottom: 30px;
}
.cart-new-dropdown {
  position: relative;
  width: 100%;
  font-size: 15px;
}

/* Selected Box */
.cart-new-selected {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 14px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  transition: border-color 0.2s ease;
  background: url('../images/new-checkout/dd-arrow-new.svg');
  background-repeat: no-repeat;
      background-position: 98.5% 50%;
          font-size: 14px;
    color: #6F6F80;
}

.cart-new-selected:hover {
  border-color: #2563eb;
}
.with-image {
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 5px;
}
/* Price inside selected */
.cart-new-price {
     color: #6F6F80;
    font-weight: 400;
    margin-left: 10px;
    background: #F3F3F3;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 10px;
    margin-right: 25px;
}

/* Options List */
.cart-new-options {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  z-index: 10;
  display: none;
}

.cart-new-option {
  padding: 10px 14px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.cart-new-option:hover {
  background: #f0f6ff;
}

/* Active dropdown */
.cart-new-dropdown.active .cart-new-options {
  display: block;
}
.cart-new-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
        padding-bottom: 24px;
}


/* New cart page end */
.summary-item.main-sum {
    border-bottom: 1px solid #6F6F8050;
    padding-bottom: 20px;
}
.cart-addons-section {
  border-radius: 10px;
  padding: 0;
  max-width: 500px;
  margin: 30px auto;
  font-family: "Inter", sans-serif;
}

.cart-addons-title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.cart-addons-title span{
      background: #f3f3f3;
    z-index: 1;
    position: relative;
    padding: 0 15px;
        color: #6F6F80;
}
.cart-addons-title:after{
  content: '';
  width: 100%;
  height: 1px;
  background: #6F6F80;
  display: block;
    position: absolute;
    top: 24px;
}
.cart-addons-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #165DFB;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 15px;
  background: #fff;
}

.cart-addons-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-addons-badge {
  background: #165DFB;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 0 0 10px 10px;
  position: relative;
    top: -16px;
    left: -5px;
}
.cart-addons-badge span{
  font-size: 10px;
  font-weight: 500;
  display: block;
}

.cart-addons-info h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.cart-addons-info p {
  font-size: 10px;
  color: #6F6F80;
  margin: 0;
}
.cart-addons-info p strong {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 0 2px;
}
.cart-addons-old {
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
}

.cart-addons-btn {
  background: #165DFB;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 98px;
  transition: background 0.3s ease;
}

.cart-addons-btn:hover {
  background: #0040cc;
}

.cart-addons-btn.added {
  background: #2ABE65;
  color: #fff;
}



.cart-addon-features.cart-new-features{
  gap: 8px;
}
.cart-addon-features .cart-new-feature{display: block;padding: 10px 8px;}
.cart-addon-features .cart-new-feature strong{font-size: 12px}
.cart-addon-features .cart-new-feature p{font-size: 10px;text-align: center;line-height: 1.4;}
.cart-addon-features .cart-new-feature img{margin-bottom: 10px;}

/* Hide extra cards initially */
.hidden {
  display: none;
}

/* Show more button styling */
.cart-addons-showmore {
  margin: 20px auto 0;
  display: flex;
 align-items: center;
    gap: 6px;
    background: none;
    border: none;
    color: #364153;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    transition: color 0.3s;
    text-decoration: underline;
}


/* Arrow rotation */
.cart-addons-showmore .arrow {
  transition: transform 0.3s ease;
}

.cart-addons-showmore.active .arrow {
  transform: rotate(180deg);
}
.summary-item.coupon-applied p {
    font-size: 10px;
    font-weight: 400;
    color: #364153;
}
.summary-item.coupon-applied > div {
    font-size: 14px;
    font-weight: 400;
    color: #365341;
}
.summary-item.coupon-applied > div > a{
  color: #165DFB;
  text-decoration: underline;
}
.cart-title-part.hide-desk{display: none;}
.summary-item.coupon-applied{
  padding: 15px 0 0;
}   
.summary-item.coupon-applied {
  display: none; 
}
.cart-new-content .people-use .Stars_{width: 135px;}
.cart-new-content .people-use img{margin-left: 10px;}
.checkout-page .navbar>.container{justify-content: left;max-width: 1100px;}
.checkout-page .navbar-brand{margin-left: auto;margin-right:auto; }
.back-link img{width: 15px;}
.checkout-page .topbar{display: none;}



    /* Responsive */
@media (min-width: 1600px) {
.new-checkout-main::after{
  width: 45.4%;
}
}
@media (min-width: 1950px) {
.new-checkout-main::after{
  width: 47.4%;
}
.summary-wrapper{padding-right: 20px;}
}
    @media(max-width: 900px) {
      .check-container {
        flex-direction: column;
      }
    }

@media (max-width: 1100px) {
.new-checkout-main::after{width: 43.4%;}
.summary-wrapper{width: 405px;}
}


/* Mobile only */
@media (max-width: 1023px) {
  .check-left-container > form{margin-bottom: 100px;}
  .coupon-box.active{margin-bottom: 15px;}
  .cart-addons-title{color: #6F6F80}
 .cart-new-features.cart-addon-features {
    padding-bottom: 0;
}
  .cart-new-features{
    padding-bottom: 40px;
  }
  .check-container{
    margin-top: 0;
    flex-direction: column;
    padding: 0;
    gap: 20px;
  }
  .summary-total.hide-mob{display: none;}
  .cart-addons-section{max-width: 100%;padding: 0 15px;}
  html.chekout-new-html {
    overflow: auto;
}
.cart-addons-title span{background: #fff;}
.cart-addons-title:after{
  top: 15px;
}
 
  .cart{
    height: auto;
    max-width: 100%;
    width: 100%;
    overflow: auto;
    flex: auto;
    order: 2;
    padding: 0 15px;
    margin-top: 20px;
  }
      .new-checkout-main::after {
        width: 0;
    }
    .new-checkout-main::before{width: 100%;}

  .summary-toggle-btn {
    position: fixed;
    display: block;
    top: 100px; /* adjust as needed */
    left: 0;
    width: 100%;
    background: #efefef; /* customize */
    color: #165DFB;
    font-size: 16px;
    font-weight: 500;
    padding: 12px;
    border: none;
    z-index: 1001;
    cursor: pointer;
    text-align: left;
  }

  .summary-wrapper{
    max-width: 100%;
    width: 100%;
    height: 100%;      /* full height */
    margin-top: 0;
  }
  .summary-main {
    padding: 0 15px 15px;
    background: #F7F7F8;
    margin-top: 0;
  }

  .summary-main .summary-title {
    margin-top: 0;
    padding-top: 15px;
  }
.paynow-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0;
    background: #fff;
    text-align: center;
}
button.check-left-btn {
    width: calc(100% - 30px);
 }
.check-left-benefits{padding-bottom: 80px;}
.cart-title-part.hide-desk{
  display: flex;
  padding: 15px 15px 0;
  margin-top: 0;
  margin-bottom: 0;
}

.cart-title-part.hide-desk h1 {
  margin-bottom: 0;
}
.cart-title-part.hide-mob{display: none;}
  .cart-addon-container{
    max-width: 100%;
  }
  .cart-addon-tabs, .cart-addon-cards{
    max-width: 1023px;
  }
.summary-title{
      padding-bottom: 15px;
    padding-top: 15px;
    font-size: 18px;
}
.summary-item{padding: 0}
.summary-title span{font-size: 14px;}
.male-added{max-width: 100%;}
.footer-fixed{padding: 0 15px 0;}
.summary-today{border: 0}
.summary-cn{padding-bottom: 10px !important;}
.cart-addons-badge{top:-11px;}
}

@media (max-width: 991px) {
.cart-main{margin-top: 100px;}
}

@media (max-width: 767px) {
  .summary-toggle-btn{top: 83px;}
  .p-add-btn-main{margin: 5px;display: block;order: 3}
  .p-add-stars{order: 1;justify-content: center;}
  .p-add-price{order: 1; margin-top: 20px;text-align: center;}
  .p-add-card{display: flex;flex-direction: column;position: relative;}  
  .summary-wrapper.active{top: 131px;}
  .p-add-original{position: absolute;top: 42px;left: 0;right: 0; margin: 0 auto;}
  .summary-r-count span{margin-bottom: 10px;}
  .coupon-section{width: 100%}
  .footer-fixed{position: fixed;width: 100%;left: 0;z-index: 999999;padding-bottom: 10px;}
      .summary-today {
        border: 0;
        margin: 0;
        padding: 15px 0 0;
    }
    .summary-wrapper.active{padding-bottom: 130px;}
    .cart{padding-bottom: 130px;}
    .check-left-tooltip.gbp-tooltip .check-left-tooltip-box{word-wrap: break-word;}
    .check-left-tooltip-box{left: 0;}
    .check-left-tooltip-box::after{left: 57%;}
    .main-checkout-page .cart, .main-checkout-page .summary-wrapper.active{padding-bottom: 0;}

    .cart-new-container {
    padding: 0px;
    border: 0;
  }
   .cart-new-selected {
    font-size: 14px;
  }
  .cart-new-feature{display: block;}
  .cart-new-feature p{text-align: center;font-size: 12px;padding-top: 5px;}
  .cart-new-feature strong{
        font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }
  .cart-new-features{gap: 5px; }
  .cart-new-feature{padding: 10px 0px;}
  .cart-new-live-users{font-size: 16px;margin-bottom: 15px;}
  .cart-top{margin-top: 0px;margin-bottom: 20px;}
  .cart-new-container{margin-top: 0}
  .cart-new-live-users strong{font-size: 16px;}
  .cart-new-title{font-size: 20px;}
}



@media (max-width: 479px) {
.npm-dropdown{width: 100%;}
.ex-plan .np-select-title{margin-bottom: 5px}
.cart-addon-header{font-size: 16px;}
.cart-addon-header span{font-size: 14px;}
.male-added{max-width: 80%;}
.summary-terms a{padding: 0 2px;}
.summary-terms label{font-size: 11px;}
.check-left-row{flex-wrap: wrap;}
.check-left-row .check-left-input{width: 100%; flex: auto;}
.first-form .check-left-radio{font-size: 13px;padding: 0}
    .check-left-tooltip-box {
        left: -80px;
    }
.check-left-tooltip.gbp-tooltip .check-left-tooltip-box{left:0;}
    .check-left-tooltip-box::after {
        left: 92%;
    }
    .check-left-tooltip.gbp-tooltip .check-left-tooltip-box::after{left: 60%}
    .check-left-benefits{padding-left: 0}
    .check-left-tooltip.gbp-tooltip .check-left-tooltip-box{width: 280px;}

/* new checkout optimize mobile start*/
.cart-title-part h1{font-size: 20px;}
.summary-title{margin-bottom: 10px;font-size: 16px;}
.summary-r-count span{font-size: 14px; margin-bottom: 0}
.coupon-section{margin: 10px 0 0;}
.summary-today{font-size: 16px;padding-top: 10px}
.cart-addons-section{margin-top: 10px;}
.cart-addons-info h3,
.cart-addons-info p strong{font-size: 14px;}
.check-left-container > form{padding: 10px 15px 5px;}
.second-form h3{font-size: 18px;}
.cart-addons-btn{width: 80px;}
.cart-addons-card{padding: 10px;}
.check-left-benefits h4{font-size: 18px;}
.check-left-benefits li{font-size: 12px;}
.cart-title-part h1{font-size: 18px;}
.ct-right{font-size: 14px;}
.summary-r-count, .summary-c-price{font-size: 16px;}
.summary-title{
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: 0;
}
.summary-item.main-sum{padding-bottom: 10px;}
.summary-item.coupon-applied{padding: 10px 0 0;}
.cart-addons-title{font-size: 14px;margin-bottom: 5px;}
.cart-addon-features .cart-new-feature{padding-left: 0;padding-right: 0;}
.cart-new-features.cart-addon-features{display: none;}
.check-left-radio{margin-bottom: 10px;}
.check-left-benefits{display: none;}
.checkout-page header{padding: 5px 0;}
.check-container{
  margin-top: 0;
  gap: 20px;
}
.cart-addons-showmore{margin-top: 15px;}
.cart-addons-section{margin-bottom: 15px;}
/* new checkout optimize mobile end*/

}
@media (max-width: 413px) {
.first-form .check-left-radio{font-size: 12px;}
.cart-addon-features .cart-new-feature strong{font-size: 10px;}
.cart-addon-features .cart-new-feature{padding-left: 3px;padding-right: 3px;}
.cart-addon-features .cart-new-feature p{font-size: 9px;}
.cart-new-feature p{font-size: 10px;}
}
@media (max-width: 374px) {
  .p-add-options{flex-wrap: wrap;}
  .p-add-card{width: 100%; flex: auto;}
  .p-add-title{font-size: 16px; margin-bottom: 15px;}
  .ex-add-more{font-size: 12px;}
  .summary-terms label{font-size: 9px;}
  
  .check-left-benefits{padding-left: 0;}
  .cart-addons-info h3 img {
    display: none;
}
.cart-addons-badge{padding: 5px;}
.cart-addons-info h3, .cart-addons-info p strong{font-size: 13px;}
.cart-addons-badge{top: -22px;left: -3px;}
}