   .cart-item:first-child {
      padding-top: 15px;
    }
      .cart-item {
      padding-bottom:22px;
      border-bottom: 1px solid #CCCCCC;
      margin-bottom:22px;
    }
    .cart-item:last-child {
      padding-bottom:22px;
    }
      .cart-item img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border-radius: 8px;
    }
    .quantity-btn {
      width: 30px;
      height: 30px;
      font-size: 14px;
    }
    .progress {
      height: 10px;
      margin-bottom: 5px;
    }
    .progress-bar {
    background-color: #00843D;
    border-radius: 100px;
}
    .checkout-btn,.checkout-btn:hover {
      background-color: #28a745;
      border-color: #28a745;
      border-radius: 25px;
      padding: 10px 30px;
      font-weight: bold;
      color: white;
    }
    .cart-popup.offcanvas-end {
      width: 600px;
    }
    /* width */
    .cart-items-container::-webkit-scrollbar {
  width: 4px;
  border-radius: 100px;
}

/* Track */
.cart-items-container::-webkit-scrollbar-track {
  background: #D9D9D9; 
  border-radius: 100px;
}
 
/* Handle */
.cart-items-container::-webkit-scrollbar-thumb {
  background: #000000; 
  border-radius: 100px;
}
    
    @media (max-width: 576px) {
      .offcanvas-end {
        width: 300px;
      }
    }
    .sticky-promo {
      position: absolute;
    bottom: 0;
    background-color: #000;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    z-index: 10;
	width: 100%;
    left: 0;
    }
    .total-checkout {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 20px;
    }
    .quantity-group {
      border: 1px solid #ddd;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
	width: 105px;
    }
    .quantity-group .btn, .quantity-group .btn-outline-secondary {
      border: none;
    line-height: 1;
    padding: 5px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    }
    small.text-muted
 {
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
}
    .quantity-group .btn-outline-secondary {
      width: 30px;
    text-align: center;
    height: 32px;
    border-right: 1px solid #ddd;
}
.quantity-group .btn-outline-secondary:last-child {
    border-right: 0;
	 border-left: 1px solid #ddd;
}
    .progress-container {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
      position: relative;
    }

.process-end {
    right: 0;
}
    .progress-label {
      font-size: 16px;
    color: #666;
    position: absolute;
    top: -24px;
    }
    .progress-wrapper {
      flex-grow: 1;
    }
    .cart-popup .input-group .btn {
    border-radius: 50px !important;
    background-color: #999999;
    color: white;
    border: none;
    font-size: 16px;
    line-height: 160%;
    padding: 10px;
    width: 200px;
}
    .cart-popup .input-group {
      border-radius: 50px;
      border: 1px solid #CCCCCC;
    }
    .cart-popup input.form-control {
    border: 0;
    border-radius: 50px;
       padding: 11px 25px;
	   font-size: 15px;
}
.form-control:focus{box-shadow: none;}
    .offcanvas-header {
    padding: 40px 45px;
}
    .offcanvas-body {
      height: 100%;
      padding: 0;
    }
	.offcanvas-cart { 
	padding: 0px 30px 30px 45px;
	}
	.offcanvas .offcanvas-footer {
		padding: 0px 45px 40px;
	}
    .offcanvas-title {
    font-size: 2.5rem;
    line-height: 100%;
	font-weight: 400;
}
.card-body,.card {
    padding: 0;
    border: 0;
	    background: transparent;
}
.cart-items-container{
	margin-bottom: 30px;
}

   .offcanvas .cart-items-container {
      flex: 1;
    overflow-y: auto;
  height: 425px;
    margin-bottom: 25px;    padding-right: 25px;
    }
    .fixed-section {
      flex-shrink: 0;
    }
    .badge {
    box-shadow: 0px 0px 8px -1px #00000040;
    position: absolute;
    right: -10px;
    background: #FCFBF8;
    color: #000;
    border-radius: 50%;
    top: -7px;
	width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #fff;
    }
    .cart-img {
      position: relative;
	  width: 100px;
	  margin-right: 26px;
    }
	.cart-img img {
		width: 100%;
		height: 100%;
		border-radius: 12px;
	}
    .price-quantity {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }
    .price-quantity .price {
      margin-bottom: 5px;
    }
    .total-checkout .total-price {
    color: rgb(0 0 0 / 50%);
}
.total-checkout .total-price span{
    color: #000;
	margin-top: 4px;
    display: block;
}
.checkout-page .cart-popup {
	padding: 25px 28px 38px;
    border-radius: 12px;
	 background-image: radial-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9));
    box-shadow: 0px 4px 40px 0px #0000001F;
    border: 2px solid #fff;
}
.cart-item h6 {
	margin-bottom: 9px;
}
.cart-item small {
	align-items: center; 
	gap: 8px;
}
.cart-text {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 126px);
}
.offcanvas-footer small { 
	font-size: 16px;
	margin-bottom: 20px;
	color: rgba(0, 0, 0, 0.7);
}
.offcanvas-footer .input-group { 
	margin-bottom: 25px;
}
.shiping_txt { 
	border-bottom: 2px solid #CCCCCC;
}
.shiping_txt ul li {
	color: #999999;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}
.shiping_txt ul li em{
	font-style: normal;
}
.gst_txt{
	margin-bottom: 40px;
}
.gst_txt ul li {
	color: #999999;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}
.gst_txt ul li em, .total-checkout em{
	font-style: normal;
}
.gst_txt ul li:nth-child(2){
	color: #000000;
display: none;
}
.total-checkout{
	font-size: 20px;
	margin-bottom: 30px;
}
.pay-btn {
	margin-bottom: 30px;
	border-bottom: 2px solid #CCCCCC;
	padding-bottom: 30px;
}
.pay-btn a.btn-green, .total-checkout a.btn-green{
	border-radius: 100px;
	text-transform: uppercase;
	    margin-left: auto;
}
.chechout_transaction h5{
	margin-bottom: 10px;
}
.chechout_transaction ul {
    gap: 15px;
}
.chechout_transaction ul li {
    display: inline-block;
}
.offcanvas-cart .cart-item:last-child {
    margin-bottom: 0px;
}
.cart-popup .offcanvas-footer small {
    margin-bottom: 30px;
}
.cart-popup .input-group { 
	margin-bottom: 40px;
}
.total-checkout .total-price {
	font-weight: 400;
}
.btn-outline-secondary:hover {
    background-color: transparent;
}
.btn-outline-secondary:focus , .btn-outline-secondary:focus-visible {
	box-shadow: none;
	outline: none;
}