body {
      font-family: monospace;
      margin: 0;
      padding: 20px;
      background: #fff;
      color: #333;
    }
.shiping-icon img,
.icon-shiping-method img,
.paymet-with-icon img {
  transition: transform 0.3s ease; 
}

.rotate {
  transform: rotate(180deg);
}



    .checkout-wrapper {
      display: flex;
      justify-content: space-between;
      gap: 30px;
      max-width: 1440px;
      margin: auto;
    }

    /* LEFT SIDE */
    .shiping-continer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.shipping-method{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.paymet-with-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    
}
.default-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 21px;
    margin-left: 15px;
}

.button__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 20px;
}
.retailerimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
    .checkout-left {
      width: 50%;
    }

    .section {
      
      padding: 20px 0;
    }

    .section h2 {
      font-size: 16px;
      color: #8a8a8a;
      margin: 15 0 15px;
    }
.shipingtext h2 {
    color: #8a8a8a;
    font-size: 32px;
    font-weight: 500;
    margin: auto;
    padding: 10px 0;
}
.shiping-method-text h2 {
    color: #8a8a8a;
    font-size: 32px;
    font-weight: 500;
    margin: auto;
    padding: 10px 0;
}
.payment-method h2{
    color: #8a8a8a;
    font-size: 32px;
    font-weight: 500;
    margin: auto;
    padding: 10px 0;
}

    .section-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 10px;
    }
    .shiping-icon {
    width: 28px;
    height: 14px;
}
.icon-shiping-method img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.icon-shiping-method {
    width: 28px;
    height: 14px;
}
.icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.icon {
    width: 28px;
    height: 14px;
}
.retailer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    .address-info, .payment-info {
      font-size: 14px;
      line-height: 1.6;
    }

    .default-btn {
      background: #f0f0f0;
      border: none;
      padding: 6px 12px;
      border-radius: 4px;
      font-size: 13px;
      cursor: pointer;
    }

    .add-option {
      font-size: 13px;
      color: #666;
      margin-left: 15px;
      cursor: pointer;
    }

    /* RIGHT SIDE */

    .cart-item-details {
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.summary-row {
    padding: 0 30px;
}
    .checkout-right {
      width: 50%;
      
    }

    .cart-title {
      font-size: 16px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
    }

    .cart-item {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 20px;
    }
    .bottom-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.increment-number{
    border-top: 1px solid #ddd;
}
.accordion {
  /* background-color: #eee;
  color: #444; */
  cursor: pointer;
  width: 100%;
  transition: 0.4s;
}
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.retailerimage {
    width: 25px;
    height: 24px;
}
strong {
    font-family: sans-serif;
}
.shiping-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    .cart-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      
    }
    .left-image{
        /* width: 12%; */
        height: 113px;
    }
    .delite-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.delite-icon {
    width: 15px;
    height: 17px;
}
.top-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .cart-item-details {
    display: flex;
    flex-direction: column;
    width: 88%;
}

    .quantity-control {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-top: 8px;
    }

    .quantity-control button {
      background: #f0f0f0;
      border: none;
      width: 22px;
      height: 22px;
      cursor: pointer;
      border-radius: 3px;
    }

    /* .summary {
      margin-top: 172px;
      padding-top: 15px;
    } */
.top-bottom-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 90vh;
}
    .summary-row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 8px;
    }

    .summary-row.total {
      font-weight: bold;
      font-size: 16px;
      border-top: 1px solid #ddd;
    }

    .pay-btn {
      margin-top: 20px;
      width: 100%;
      background: black;
      color: #fff;
      border: none;
      padding: 15px;
      font-size: 16px;
      border-radius: 8px;
      cursor: pointer;
    }

    .pay-btn:hover {
      background: #333;
    }
@media (max-width: 768px) {
  .checkout-wrapper{
    display: flex;
    flex-direction: column;
  }
  .checkout-left{
    width: 100%;
  }
  .checkout-right{
    width: 100%;
  }
}
@media (max-width: 360px){
  .left-image {
    height: 76px;
}
body {
  padding: 10px;
    
}
.cart-item-details {
    
    padding: 0px 20px;
}
.cart-item {
  gap: 1px;
    
}
}