.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;}
    
	
	.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;}
	
	
	.op_hour {      width: -webkit-fill-available;
    max-width: 500px;
    margin: 10px auto;}
.oh_grid {       display: grid;
    grid-template-columns: 33% 33% 33%;
    margin: 7px;
    height: 29px;
    align-items: center;}
.oh_grid h5{    text-align: left;
    padding: 0px 20px;font-size:14px;}
.oh_grid input{       padding: 9px;
    width: 90%;
    height: fit-content;
    border: 1px solid #e9e9e900;
    background: transparent;
    font-size: 14px;}
	
	.oh_block {display:none;}
.oh_closed {}

.oh_btn {
    background: red;
    color: white;
    padding: 10px 20px;
    width: fit-content;
    margin: 12px auto;
    border-radius: 3px;
}
    

#qr_code_d {
    left: 50%;
    position: relative;
    transform: translate(-50%, 0px);
    margin: 0px 0px 24px;
}

#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;}