	
.offline_page {             position: fixed;
    z-index: 3200;
    background: #ffffff;
    border: 0px solid;
    padding: 20px;
    vertical-align: middle;
    border-radius: 0px;
    width: -webkit-fill-available;
    left: 0;
    top: 0;
    height: 100vh;
    align-items: anchor-center;
    display: none;
    flex-wrap: wrap;
    align-items: anchor-center;
    justify-content: center;
    text-align: center;}
	
.offline_page .oft1{       font-size: 25px;
    text-align: center;
    padding: 10px;
    color: #bf3636;}
	
.offline_page .oft2{       text-align: center;
    padding: 10px;
    font-size: 16px;
    margin: 10px;
    color: #9a9a9a;}

.of_close {    background: #e2e2e2;
    color: black;
    padding: 7px 20px;
    width: fit-content;
    margin: 10px auto;}
	
	
        .emoji {
            font-size: 3em;
            margin-bottom: 20px;
        }
	
	.view_counter {           width: fit-content;
    max-width: 200px;
    text-align: center;
    font-size: 11px;
    padding: 5px 12px;
    background: #00000078;
    color: white;
    margin: 0 auto;
    top: 2px;
    z-index: 5;
    position: absolute;
    border: 2px solid white;
    border-top: 0;
    border-radius: 0px 0px 10px 10px;
    left: 0px;}
    .ads_class {      border: 0px solid #ff5722;
    width: 435px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;}
    .wtsp_share_btn {
            background: linear-gradient(45deg, #3f9942, #389b3c);
    font-size: 14px;
    padding: 10px;
    font-weight: 400;
    color: white;
    cursor: pointer;
    width: fit-content;
    display: inline-block;
    border-radius: 0px 20px 20px 0px;
}



.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 5px;
}

.popup .close-button {
         position: absolute;
    top: 80px;
    right: 6px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    background: red;
    width: 38px;
    text-align: center;
    border-radius: 2px;
}


	
.gallery-container {
  max-width: 800px;
  margin: auto;
  position: relative;
  text-align: center;
}

/* --- Slides --- */

.mySlides {
  display: none;
  animation: fade 0.6s;
  
  
}
@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1; }
}




.mySlides img {
            width: 100%;
    border-radius: 8px;
    cursor: pointer;
    height: 450px;
    object-fit: contain;
}

/* --- Navigation Arrows --- */
.prev, .next {
      cursor: pointer;
    position: absolute;
    top: 45%;
    padding: 12px;
    color: white;
    font-weight: bold;
    width: 30px;
    font-size: 20px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    user-select: none;
}
.next { right: 10px; }
.prev { left: 10px; }

/* --- Thumbnails --- */
.row {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.column {
  flex: 0 0 auto;
  margin: 2px;
}
.column img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
.column img.active, .column img:hover {
  opacity: 1;
  border: 0px solid #f0a500;
}

/* --- Popup Modal --- */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  overflow: hidden;
}
/* Modal image animation */
.modal-content {
 animation: fade 0.6s;
}
@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

#thumbs {    column-count: 4;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    overflow-x: auto;}
.modal-content {
  position: relative;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 90%;
  max-height: 80%;
  display: block;
  border-radius: 8px;
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}
.modal-prev, .modal-next {
          cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 10px 14px;
    color: #ffffff;
    font-weight: bold;
    width: 30px;
    display: flex;
    font-size: 24px;
    background: rgb(145 145 145 / 50%);
    border-radius: 50%;
    user-select: none;
    align-items: anchor-center;
    transform: translateY(-50%);
    justify-content: center;
}
.modal-prev { left: 30px; }
.modal-next { right: 30px; }
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 5px;
}

.popup .close-button {
         position: absolute;
    top: 80px;
    right: 6px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    background: red;
    width: 38px;
    text-align: center;
    border-radius: 2px;
}


#logo_m1 {           max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
    text-align: center;    border-radius: 200px;}

.top_logo_div {            display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    align-items: end;
    margin: 15px auto;
    max-width: 1000px;}


.wtsp_share_btn .fa-whatsapp {    font-size: 20px;
    display: inline-flex;
    vertical-align: middle;}

.qr_h2 {    text-align: center;
    margin: 0px 0px 16px;
    text-transform: uppercase;
    font-size: 23px;}


.dis_flex .big_btns {
   
    cursor: pointer;
    user-select: none;
}

.print_qr {    font-size: 14px;
    background: #03A9F4;
    width: fit-content;
    padding: 7px 10px;
    color: white;
    margin: 10px auto;
    border-radius: 3px;}

.m_menu_head {    display: block;
    position: fixed;
    right: 11px;
    top: 10px;
    background: #464646;
    padding: 13px;
    color: white;
    border-radius: 4px;
    border: 2px solid white;}

.ads_class_pc {        border: 1px solid #ffdfd4;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 27%;
    background: #ffffc5;
    text-align: center;}
	.product_s {            width: 100% !important;
    max-width: 400px;
    display: inline-block !important;
    margin: 4px 2px !important;
    padding: 4px 2px !important;
    vertical-align: top !important;}
.upgrade_btn {    background: black;
    color: white;
    font-size: 11px;
    padding: 4px;
    font-weight: 500;}
#qr_code_d {
    left: 50%;
    position: relative;
    transform: translate(-50%, 0px);
    margin: 0px 0px 24px;
	width: fit-content;
}


	.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 {
		display: none;
    background: white;
    color: black;
    position: fixed;
    top: 10%;
    width: 351px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #00000033;
    z-index: 64;
    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;}
	
	
	.head_logo img {
    max-width: 100px;
    height: 70px;
    margin-left: 28px;
}
	
/* Position the image container (needed to position the left and right arrows) */

.containerimg {
         position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}

/* Hide the images by default */
.mySlides {
          display: none;
    height: 400px;
    align-items: center;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
animation: scaleEff 0.1s linear forwards;}


@keyframes scaleEff {
	0% {transform:scale(0);}
	100% {transform:scale(1.0);}

}

#nav_bar {
    text-align: center;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    overflow: auto;
    width: fit-content;
    max-width: -webkit-fill-available;
    margin: 0 auto;
}

#nav_bar:after {
  content: "";
  display: table;
  clear: both;
}
#payment h2 {
    font-size: 12px;
    font-weight: 500;
    color: gray;
    width: 77%;
    max-width: 500px;
    margin: 0 auto;
}

.card2 h3 {text-align: center;}

.card_content {width: -webkit-fill-available;
    height: auto;
    text-align: center;}

	.card_content img {            transform: unset;
        height: auto;
        max-height: 200px;
        max-width: 200px;}

.card_content2 {    width: -webkit-fill-available;}

#payment p {
    font-size: 19px;
    font-weight: 500;
    color: black;
    width: 77%;
    margin: 8px auto;
    max-width: 500px;
}

.column {
                   width: 70px;
    height: 70px;
    margin: 7px 3px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    display: inline-grid;
    vertical-align: text-top;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.column img {    width: 100%;
    height: auto;}

.column:hover {border-radius: 100px;}
/* Add a transparency effect for thumnbail images */
.demo {
               opacity: 0.9;
    height: auto;
    width: 100%;
  
}

.active,
.demo:hover {
  opacity: 1;
  
}

.social_med img {      width: 41px;
    height: auto;
    vertical-align: middle;
    border-radius: 10px;}





/* Six columns side by side */






.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;
}

.change_lang {       background: white;
    width: fit-content;
    margin: 5px auto;
    font-size: 12px;
    color: black;
    padding: 7px 12px 5px;
    border-radius: 24px;
    border: 2px solid #2196f3;}
	
	.dis_flex .link_btn {
 
    vertical-align: text-top;
}

.lang_pop {      display:none;  position: relative;
    z-index: 1;
    margin: 0 auto;
    background: #ffffff;
    padding: 10px;
    width: 416px;
    text-align: center;
    color: black;	}
.lang_pop .goog-te-gadget .goog-te-combo {
       margin: 4px 0;
    padding: 6px;
    width: 73%;
    border-radius: 3px;
    color: black;
    background: #ffffff;
    border: 2px solid #2196f3;
}


.url_copy {            width: -webkit-fill-available;
    background: #eeffd9;
    margin: 5px auto;
    padding: 8px;
    max-width: 700px;}
.url_copy input{    width: -webkit-fill-available;
    border: 0px;
    background: transparent;
    padding: 14px;
    color: #000000;}
.url_copy .buttonCopy{    font-size: 14px;
    display: block;
    margin: 2px auto;
    width: fit-content;
    background: #2196f3;
    color: white;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;}

.url_copy .url_copy_tag {          position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 2px 6px;
    font-size: 12px;
    background: #4caf50;
    border-radius: 0px;}
	
	
		.search_bar {          max-width: 700px;
    background: white;
    margin: 8px auto;
    display: grid;
    grid-template-columns: 80% 20%;
    border: 1px solid;
    border-radius: 4px;
    align-items: center;
    z-index: 10;
    height: fit-content;
    max-height: 50px;}
	.search_bar input{    font-size: 20px;
    padding: 5px 30px;
    border: 0px;}
	.search_bar button {
   
    border: 0px;
    height: -webkit-fill-available;
    font-size: 20px;
}
	
	.category_scroll {      display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    width: fit-content;
    margin: 0 auto;
    overflow-x: auto;
    max-width: -webkit-fill-available;}
	.category {             height: auto;
    width: 80px;
    overflow: hidden;
    background: #feffef;
    margin: 3px 1px;
    border-radius: 6px;
    padding: 2px;
    display: grid;
    text-align: center;
    border: 1px solid #e6e6e6;}
	.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: 75px;
    height: 75px;
    border-radius: 100px;}
	.category p{    margin: 2px;
    padding: 0px;
    font-size: 12px;}
	.category2 p{     margin: 2px;
    padding: 0px;
    font-size: 14px;}
	
	
	.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: 6px 10px 1px;
    font-weight: 600;
    font-size: 20px;
    color: #155d17;}
	.product_boxn .pr_mrp{       display: inline-block;
    padding: 6px 10px 1px;
    font-weight: 500;
    font-size: 14px;
    color: #848884;
    text-decoration: line-through;}
	.add_to_cart {           width: -webkit-fill-available;
    text-align: center;
    background: #4CAF50;
    color: white;
    padding: 13px;
    font-size: 14px;}
	
	  .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: 48%;
    max-width: 200px;
    overflow: hidden;
    display: inline-block;
    margin: 2px;
    background: #f8f8f8;
    color: black;
    vertical-align: top;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
}
.product_boxn img {
    width: -webkit-fill-available;
    max-height: 200px;
}
	
	
	.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 {       
    display: block;
    margin: 10px 25px;
    height: 150px;}
	
	.card2 form input[type=submit] {   
    margin: 26px  10px!important;
    z-index: 222;
    display: block;
    position: relative;}
	
	#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: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    width: 100%;
    max-width: 700px;
    padding: 10px;
    height: 100%;
    max-height: 98vh;
    box-shadow: 0px 0px 20px 0px #9f9f9f4f;
    overflow: auto;}




.cart_table {         display: grid;
    grid-template-columns: 3% 10% 21% 14% 9% 17%  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;}
.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: #4CAF50;
    color: white;
    padding: 10px;
    margin: 15px auto;
    border-radius: 3px;
    font-size: 14px;
    border: 0px;
    max-width: 400px;
    display: block;}
	
	.op_hour {      width: -webkit-fill-available;
    max-width: 500px;
    margin: 10px auto;}
.oh_grid {        display: grid;
    grid-template-columns: 33% 33% 33%;
    margin: 7px;
    padding: 0px;
    height: auto;
    align-items: center;}
.oh_grid h5{        padding: 1px 20px;
    padding: 3px 20px;
    font-size: 14px;
    margin: 10px 4px;}
.oh_grid input{       padding: 9px;
    width: 90%;
    height: fit-content;
    border: 1px solid #e9e9e900;
    background: transparent;
    font-size: 14px;}
	
	.oh_grid:nth-child(2n+1) {
    background: #f8f8f8;
}
	
	
.oh_closed {    font-size: 12px;
    position: absolute;
    left: 141px;
    color: gray;}

.oh_btn {
        background: #2196F3;
    color: white;
    padding: 10px 20px;
    width: fit-content;
    margin: 12px auto;
    border-radius: 3px;
    font-size: 15px;
}

.menu_bottom {          background: white;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    padding: 3px 0px;
    overflow: hidden;
    height: auto;
    min-height: 67px;
    max-height: 70px;
    box-shadow: 0px 0px 20px 0px #93939373;
}

.menu_container {    width: auto;
    text-align: left;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto;}
 .menu_item{                 font-weight: 500;
    font-size: 12px;
    margin: 0px 0px;
    width: auto;
    padding: 8px 1px;
    border-radius: 0px;
    color: black;
    background: white;
    display: flex;
    align-items: center;
    border: 0px;
    cursor: pointer;
	
	}
	
	
	
.card2 {
    
    z-index: 2;
}
	
	
	.dis_flex .link_btn i {
           font-size: 40px;
    width: fit-content;
    min-width: 46px;
    margin: 0 auto;
}

.dis_flex .link_btn {
            vertical-align: text-top;
    align-items: center;
    width: fit-content;
    min-width: 50px;
    height: fit-content;
    display: inline-grid;
    text-align: center;
    color: white;
    font-size: 8px;
}
 .menu_item i{        font-size: 14px;
    margin: 7px 4px 5px 0px;}


.card{                    width: 100%;
    max-width: 1000px;
    overflow: hidden;
    margin: 0px auto;
    background-size: 100% 100%;
    padding: 0px 0px 27px;
    margin-top: 70px;
	}
	
	.card2 {        background: #fdfdfd;
    width: 100%;
	max-width: 1000px;
    margin: 3px auto;
    padding: 0px 0px 28px;
    overflow: auto;
}
#payment img{    width: 100%;
    max-width: 300px;
    border-radius: 20px;
    margin: 10px 3px;}

#about_us p{         white-space: pre-line;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    background: white;
    padding: 26px;
    margin: 0 auto;
    max-width: 700px;}
	
	
.reveal {        opacity:0.2;scale:0.9;}
.fadeactive {   opacity:1;scale:1;}
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
@media screen and (max-width:700px){
		.containerimg {
			position: relative;
			max-width: 400px;
			width: auto;
			margin: 0 auto;
		}
		
		.lang_pop {
   
    width: -webkit-fill-available;
    
}
.card {
    
    margin-top: 0px;
}

.menu_bottom {
   
    max-height: unset;
  
}


.card_content img {
  
    left: unset;
}

.top_logo_div {
       display: block;
    align-items: baseline;
    text-align: center;
}
.card_content2 {
    width: -webkit-fill-available;
    text-align: center;
}

.dis_flex .link_btn i {
          font-size: 40px;
    min-width: 48px;
    margin: 0 auto;
}

.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;}
	
	.ads_class_pc {display:none;z-index: -1;}
	
		.ads_class {
    
       border: 0px solid #ff5722;
    width: -webkit-fill-available;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    background: #ffffc5;
    text-align: center;
}

.head_logo img {
    max-width: 100px;
    height: 70px;
    margin-left: 28px;
}

.audio_menu {
    display: block;
    width: fit-content;
    position: fixed;
    border: 0px solid red;
    left: 16px;
    top: 123px;
    z-index: 33333;
    text-align: center;
}

.card {
    width: -webkit-fill-available;
   
}
/* --------Menu mobile -----------*/ 

#logo_m1 {
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
}

.card2 {
    background: #fdfdfd;
    width: -webkit-fill-available;
    max-width: 1000px;
    margin: 3px auto;
    padding: 0px 0px 28px;
    overflow: auto;
}
.audio_menu {
        display: block;
    width: fit-content;
    position: fixed;
    border: 0px solid red;
    left: 16px;
    top: 49px;
    z-index: 33333;
    text-align: center;
}
.m_menu_head {               display: block;
    position: fixed;
    top: 2px;
    right: 3px;
    color: #000000;
    font-weight: 200;
    padding: 8px;
    font-size: 25px;
    background: #ffffff;
    border-radius: 3px;
    width: 7%;
    height: auto;
    border: 2px solid #000000;}

.menu_bottom {                     background: linear-gradient(90deg, white 87%, #ffffff00 10%) !important;
    width: 100% !important;
    text-align: center !important;
    position: fixed !important;
    height: -webkit-fill-available !important;
    top: 0 !important;
    left: -100%  ;
    overflow-x: unset !important;
    z-index: 3333;
}

.menu_container {           width: 81% !important;
    text-align: left !important;
    display: grid !important;
    background: white !important;
    top: 45px !important;
    overflow-y: auto;
    height: auto;
    max-height: 90%;
    grid-template-columns: auto !important;}
 .menu_item{           text-align: left !important;
    font-weight: unset !important;
    display: inline-grid !important;
    grid-template-columns: 27% auto !important;
    font-size: 18px !important;
    margin: 0px !important;
    width: -webkit-fill-available !important;
    border-bottom: 1px solid #ededed;
    white-space: pre !important;
    padding: 17px 10px !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    color: black !important;}
 .menu_item i{
    margin: auto;}


/* --------Menu mobile -----------*/ 

 }