.card_content, product_boxn img {
  -webkit-animation: animatezoom 1.5s;
  
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0.6)} 
  to {-webkit-transform: scale(1)}
}





/* The inner text that gets animated */
.head_marquee {
    display: inline-block;
    animation: scroll-left 15s linear infinite; 
}

/* Bonus: Pause the scrolling when the user hovers over it */
.head_marquee:hover {
    animation-play-state: paused;
}

/* The animation keyframes */
@keyframes scroll-left {
    0% {
        transform: translateX(100vw); /* Start off-screen to the right */
    }
    100% {
        transform: translateX(-100%); /* End off-screen to the left */
    }
}






.view_counter {
        width: fit-content;
    max-width: 200px;
    text-align: center;
    font-size: 11px;
    padding: 6px 12px;
    background: #00000078;
    color: white;
    margin: 0 auto;
    top: -2px;
    transform: translate(-50%);
    z-index: 22222;
    position: absolute;
    left: 50%;
    border: 2px solid white;
    border-radius: 37px;
}

.social_med img{    height: 43px;
    display: inline-block;
    vertical-align: bottom;
    top: 5px;
    position: relative;}
    
    .social_med:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
    
	
	.in_stock {    background: green;
    color: white;
    padding: 3px 14px;
    font-size: 12px;
    width: fit-content;
    margin: 10px;
    border-radius: 15px;}
	.mySlides img:hover {
    transform: scale(0.9);
    transition: 0.2s;
}

.team_box {    width: 250px;
    overflow: hidden;
    display: inline-block;
    padding: 10px;
    background: white;
    margin: 0px;}
.team_box img{    width: -webkit-fill-available;}
.team_box h4{    margin: 0px;
    padding: 10px 0px;
    font-size: 19px;}
.team_box p{       margin: 0px;
    padding: 10px 0px;
    font-size: 14px;
    color: gray;
    font-style: italic;}
	
	.head_marquee {      position: fixed;
    top: 0;
    background: #ffffffdb;
    left: 0;
    width: -webkit-fill-available;
    padding: 5px;
    font-size: 12px;
    z-index: 333;
    font-weight: 600;}
.team_box2 {       width: 150px;
    overflow: hidden;
    display: inline-block;
    padding: 10px;
    background: white;
    margin: 4px;}
.team_box2 img{    width: -webkit-fill-available;}
.team_box2 h4{    margin: 0px;
    padding: 10px 0px;
    font-size: 19px;}
.team_box2 p{       margin: 0px;
    padding: 10px 0px;
    font-size: 14px;
    color: gray;
    font-style: italic;}
	
	













/* =========================================
   OPENING HOURS - MODERN UI UPGRADE
   ========================================= */

/* 1. The Toggle Button (Looks like a premium app header) */
.oh_btn {
    background: #f8f9fa;
    color: #333333;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    width: fit-content;
    font-weight: 700;
  
    border: 1px solid #e1e5eb;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
   
    gap: 8px;
}

.oh_btn:hover {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

/* 2. The Main Block Container */
.oh_block {
    background: #ffffff;
    padding: 18px 15px;
    margin-top: 10px;
    border-radius: 10px;
    border: 1px solid #f0f2f5;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        width: -webkit-fill-available;
    max-width: 500px;
}

.oh_block h3 {
    margin-top: 0;
    margin-bottom: 11px;
    color: #2f3542;
    text-align: center;
    border-bottom: 2px solid #f0f2f5;
    padding-bottom: 15px;
}

/* 3. The Grid Layout (Pushes Days Left, Times Right) */
.op_hour {
    
    display: flex;
    flex-direction: column;
}

.oh_grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 5px;
    border-bottom: 1px dashed #e1e5eb;
}

.oh_grid:last-child {
    border-bottom: none; /* Cleans up the bottom of Sunday */
}

.oh_grid h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #57606f;
}

/* 4. The Time Badges (Replaces the ugly input boxes) */
.time_boxes {
    display: flex;
    align-items: center;
    gap: 33px;
}

.time_badge {
    background: #f0f2f5;
    color: #333333;
    padding: 6px 11px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #e1e5eb;
}

.time_separator {
    color: #888;
    font-weight: 500;
}

.oh_closed {
    color: #e74c3c;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 0;
}







#qr_code_d {
    display: block !important;
    margin: 0 auto 15px auto !important;
}

#d_logo_back {    position: fixed;
    width: -webkit-fill-available;
    height: auto;}

	.share_box .close { font-size: 47px;
    text-align: end;
    padding: 0px 10px;
    font-weight: 400;
    color: red;}
	
	#whatsapp2 {background:#1aab2c;color:white}
	.fa-comment-dots	 {background: #1cbdff;
    color: white;}
	.share_box .close i {}
	.share_box {
		    display: none;
    background: white;
    color: black;
    position: fixed;
    top: 10%;
    width: 351px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #00000033;
    z-index: 300;
    border-radius: 11px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;}
	.shar_btns {    width: 100px;
    text-align: center;
    display: inline-block;}
	.shar_btns i{padding: 10px;
    border-radius: 8px;}
	.shar_btns p{font-size: 10px;}
	
	
	.error_page i {    font-size: 70px;
    margin: 34px;
    color: #f56342;}
	.error_page h1 {    color: gray;}
	.error_page p {       font-size: 14px;
    color: gray;
    font-weight: 500;
    margin: 20px;
    font-style: italic;}
	
	.error_page {    position: fixed;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: white;
    z-index: 1100;
    top: 0;left:0;text-align:center;}
	
	.error_page  .home_btn {       background: #2196f3;
    width: fit-content;
    margin: 10px auto;
    padding: 13px 30px;
    color: white;
    border-radius: 5px;
    font-weight: 500;}
	
	
/* Position the image container (needed to position the left and right arrows) */


@media screen and (max-width:700px){
		.containerimg {
			position: relative;
			max-width: 400px;
			width: auto;
			margin: 0 auto;
		}
		
		#d_logo_back {       position: fixed;
    width: auto;
    height: 300px;
    left: 50%;
    transform: translate(-50%);
    top: 0;}
}

.select_pdf_card_theme {    position: fixed;
    z-index: 4;
    background: white;
    padding: 20px;
    left: 50%;
    transform: translate(-50%);
    top: 30px;
    border: 2px solid #ff9800;
    width: auto;}
.select_pdf_card_theme h3{    font-size: 21px;
    text-align: center;
    margin: 8px;
    font-weight: 500;}
.select_pdf_card_theme img{     width: 200px;
    margin: 6px;
    border: 2px solid orange;
    height: 200px;}