
	.category_scroll {      display: block;
    
    width: fit-content;
    height: 80vh;
    margin: 0 auto;
    overflow-x: auto;
    max-width: -webkit-fill-available;
    position: sticky;
    top: 82px;
    overflow-y: auto;
	scroll-behavior: smooth;    /* Smooth scrolling when clicking categories */
    -webkit-overflow-scrolling: touch; /* Momentum scrolling for iOS */
	}
	
	
	.category_scroll::-webkit-scrollbar {
    width: 4px;                /* Make it very thin */
	
}

.category_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;        /* Track color */
    border-radius: 10px;
}

.category_scroll::-webkit-scrollbar-thumb {
    background: #ccc;           /* Handle color */
    border-radius: 10px;
}

.category_scroll::-webkit-scrollbar-thumb:hover {
    background: #25D366;        /* Highlight color on hover */
}



	#srachReValues {}
	
	@media screen and (max-width:700px ){
		
		.search_bar {
   
    margin: 10px;
    background: #ffffff;
    padding: 5px;
}


		.category_scroll {
    
        height: 93vh;
    top: 0;
   
}

#srachReValues {    display: grid;
    grid-template-columns: 50% 50%;} 
	
	
	.product_boxn .pr_am {
    display: inline-block;
    padding: 1px 8px 1px  3px !important;
    font-weight: 600;
    font-size: 14px !important;
}

.cart_actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}


.product_boxn .pr_nm {
    padding: 0px 5px 0px;
    font-weight: 600;
    font-size: 15px;
}
.add_to_cart {
   
    padding: 10px 5px;
	width: fit-content;
   
}

.cart_actions {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.cart_total_bottom .n_total {
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
}
	}
	
	
	.category {              height: auto;
    width: 80px;
    overflow: hidden;
    background: #feffef;
    margin: 3px 1px;
    border-radius: 6px;
    padding: 2px;
    display: grid;
    height: fit-content;
    text-align: center;
    border: 2px solid #e6e6e6 !important;}
	
	.active {    border: 2px solid black;}
	.category2 {             height: fit-content;
    width: max-content;
    overflow: hidden;
    background: white;
    margin: 10px 2px;
    border-radius: 2px;
    padding: 7px;
    text-align: center;}
	

	.category .fa-bars{       font-size: 29px;
    background: white;
    padding: 0px;
    width: 79px;
    text-align: center;
    height: 79px;
    display: grid;
    align-items: center;
    border-radius: 100px;}
	.category img{     width: 60px;
    height: 60px;
    border-radius: 100px;
    margin: 0 auto;
    object-fit: cover;}
	.category p{       margin: 2px;
    padding: 0px;
    font-size: 12px;
    color: black;}
	.category2 p{       margin: 2px;
    padding: 0px;
    font-size: 12px;
    color: black;}
	
	
	.product_boxn img{     width: 200px;
    height: 200px;}
	.product_boxn .pr_nm{        padding: 3px 10px;
    font-weight: 600;
    font-size: 15px;}
	.product_boxn .pr_am{       display: inline-block;
    padding: 1px 8px 1px  3px;
    font-weight: 600;
    font-size: 14px !important;}
	.product_boxn .pr_mrp{          display: inline-block;
    padding: 6px 10px 1px;
    font-weight: 500;
    font-size: 12px;
    color: #848884;
    text-decoration: line-through;}
	
	/* Container for the buttons */
.buy_btn_holder {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

/* Flexbox layout for Qty + Button */
.cart_actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Quantity styling */
.qty-wrapper {
       display: flex;
    align-items: center;
    background: #efefef;
    border-radius: 25px;
    padding: 2px 4px;
    width: fit-content;
    border: 0px solid #ddd;
}

.qty-btn {
        background: white;
    border: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0px 0px 3px 0px #a0a0a082;
    border-radius: 27px;
}

.qty-btn:hover {
    background: #e0e0e0;
}

.qty-btn:active {
    background: #d0d0d0;
}

.qty-input {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    outline: none;
    pointer-events: none; /* User doesn't need to click it */
}

/* Animation effect */
.bump {
    transform: scale(1.1);
    color: #25D366; /* Changes color briefly when updated */
    transition: transform 0.1s ease-in-out;
}

/* Add to Cart Button Styling */
.add_to_cart {
       background: #25D366;
    color: white;
    border: none;
    padding: 10px 10px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 12px;
    width: fit-content;
    gap: 4px;
    transition: background 0.3s, transform 0.1s;
    width: 100%;
    justify-content: center;
}

.add_to_cart:hover {
    background: #128C7E;
}

.add_to_cart:active {
    transform: scale(0.95);
}

/* Out of Stock Styling */
.stock_status.out_of_stock {
    background: #f8f9fa;
    color: #a0a0a0;
    border: 1px solid #e0e0e0;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    cursor: not-allowed;
}

/* Added State (Success) */
.prod_added {
    background: #34b7f1 !important;
}

.product_details {    text-align: left;}	
.product_details p{      text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px !important;
    color: #6c6c6c;}	
	  .pr_feature {          padding: 1px 10px;
    font-weight: 500;
    font-size: 12px;
    color: #e38600;
    white-space: pre-wrap;
    text-align: left;
   }
  .pr_dis {          padding: 3px 10px;
    font-weight: 500;
    font-size: 12px;
    text-align: initial;
    line-height: 1.3;
    }
  
.product_boxn {
                          width: 47%;
    max-width: 250px !important;
    overflow: hidden;
    display: inline-block;
    margin: 2px 15px;
    color: black;
    vertical-align: top;
    border-radius: 4px;
    display: none;
}

.show { display: inline-block;}
.product_boxn img {
           width: auto;
    height: 200px;
    max-width: 100%;
    transition: 0.4s;
    object-fit: cover;
}
	
	.product_boxn img:hover {
		
		scale:0.97;
	}
	
	
	.imagetoshow {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 900px;
    height: 100%;
    background: #00000096;
    top: 50%;
    left: 50%;
    z-index: 1130;
    transform: translate(-50%,-50%);
    border: 0px solid;
}

.card2 iframe {
    margin: 8px 10px;
    position: relative;
    border-radius: 5px;
    width: -webkit-fill-available;
    min-height: 256px;
    background: white;
    max-width: 450px;
    left: auto;
    transform: unset;
}

#youtube_video {    text-align: center;}

.card2 form textarea {      max-width: 600px;
    display: block;
    margin: 10px auto !important;
    height: 150px;}
	
	.card2 form input[type=submit] { max-width: 600px;
    display: block;
    margin: 10px auto !important}
	
	#youtube_video iframe {
   
    left: unset;
    transform: unset;
    margin: 10px;
}
.imagetoshow .close_btn {
    font-size: 26px;
    background: #e24242;
    color: white;
    font-weight: 400;
    padding: 5px 8px;
    border-radius: 20px;
    position: absolute;
    top: 65px;
    right: 3px;
    z-index: 3;
}

.imagetoshow img{    width: auto;
    height: auto;
    max-height: 100%;
    max-width: -webkit-fill-available;
    display: block;
    position: relative;
	    
    top: 50%;
    transform: translate(0px,-50%);}
	
	.in_stock {    display: inline-block;
    font-size: 12px;
    background: #2196F3;
    color: white;
    padding: 1px 8px;
    border-radius: 20px;
    margin: 4px;}
	
	


#cart_info {            font-size: 16px;
    background: #000000f0;
    color: white;
    width: fit-content;
    padding: 10px 14px;
    position: fixed;
    bottom: 7px;
    right: 6px;
    z-index: 10;
    border-radius: 3px;
    cursor: pointer;}

#cart_info .crt_count{    position: absolute;
    background: white;
    color: black;
    font-size: 14px;
    min-width: 17px;
    text-align: center;
    font-weight: 600;
    padding: 0px;
    top: 0;
    border-radius: 41px;}


#cart_result {           display: none;
    position: fixed;
    z-index: 15222;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    width: 93%;
    max-width: 700px;
    padding: 10px;
    min-height: auto;
    max-height: 80vh;
    border-radius: 16px;
    box-shadow: 0px 0px 10px 0px #dcdcdc00;
    overflow: auto;
    border: 2px solid #43ac52;}




.cart_table {           display: grid;
    grid-template-columns: 4% 9% 30% 16% 9% 22%  10%;
    align-items: center;}
.remove_btn {  color:red  }

.cart_data input {       width: 80%;
    border: 1px solid #c2c2c2;
    padding: 6px 9px;
    text-align: center;
    border-radius: 3px;}
.cart_data {        text-align: left;
    overflow: hidden;
    font-size: 14px;
    left: 10px;}
.cart_data img{      width: 80px;
    height: 80px;
    border-radius: 4px;}
	
	.cart_table:nth-child(2n+2) {
        background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
	
	
.close_btnp {          position: absolute;
    right: 28px;
    font-size: 27px;
    color: #330202;
    top: 27px;
    cursor: pointer;
    z-index: 3;}

.order_btn1 {      width: -webkit-fill-available;
    background: linear-gradient(45deg, #0b9c62, #4CAF50);
    color: white;
    padding: 10px;
    margin: 15px auto;
    border-radius: 3px;
    font-size: 16px;
    border: 0px;
    max-width: 660px;
    display: block;
    text-align: center;}
	
	
	.cart_bottom {
       position: sticky;
    bottom: 72px;
    z-index: 33;
}
	.cart_total_bottom {       
                width: -webkit-fill-available;
    border: 0px solid gray;
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    display: grid;
    grid-template-columns: 25% 46% auto;
    align-items: center;
    text-align: center;
    background: white;
    color: black;
    border-top: 1px dashed gray;
	}
	.cart_total_bottom .b_total {    font-size: 20px;
    font-weight: 500;
    padding: 10px;}
	.cart_total_bottom .n_total {       font-size: 20px;
    font-weight: 500;
    padding: 10px;}
	.cart_total_bottom .c_total {    color: white;
    background: #000000;
    font-weight: 600;
    padding: 17px 13px;}
	
	
.crt_count {        background: #ffffff;
    position: absolute;
    top: 0;
    color: black;
    font-size: 12px;
    min-width: 19px;
    border-radius: 20px;
    right: 10px;}
	
	
/*Mobile screen*/
@media screen and (max-width:700px){
	.product_boxn {
    width: -webkit-fill-available;
    max-width: 300px !important;
    overflow: hidden;
    display: inline-block;
    margin: 2px 15px;
    color: black;
    vertical-align: top;
    border-radius: 4px;
    display: none;
    border: 1px solid #b9b9b9;
    margin: 10px auto;
}

.show {
    display: inline-block;
}



.cart_total_bottom .b_total {
         font-size: 15px;
    font-weight: 500;
    padding: 10px;
}

.cart_total_bottom {    display: flex;
    justify-content: space-between;}
	
	.cart_total_bottom .c_total {
       color: white;
    background: linear-gradient(45deg, #169930, #25d366);
    font-weight: 600;
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 10px;
}



.crt_count {        background: #ffffff;
    position: absolute;
    top: 0;
    color: black;
    font-size: 12px;
    min-width: 19px;
    border-radius: 20px;
    right: 0px;}








}