	.view_counter {        width: fit-content;
    max-width: 200px;
    text-align: center;
    font-size: 13px;
    padding: 5px 12px;
    background: #2196F3;
    color: white;
    margin: 0 auto;
    top: 0px;
    z-index: 5;
    position: fixed;
    border: 2px solid white;
    border-top: 0;
    border-radius: 0px 0px 7px 6px;
    top: 77px;
    left: 0;}
	
	.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;
}
    .ads_class {      border: 0px solid #ff5722;
    width: 435px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;}
	
	#wtsp_form {            display: grid;
    grid-template-columns: 70px  auto 112px;
    width: -webkit-fill-available;
    max-width: 500px;
    margin: 0 auto;
    align-items: center;
    border: 2px solid #000000;
    border-radius: 4px;}
	
	#wtsp_form input {          width: -webkit-fill-available;
    padding: 13px;
    border: 0px solid;
    outline: none;
    background: transparent;
    box-shadow: 0px 0px  0px 0px black;}
    .wtsp_share_btn {
                background: linear-gradient(45deg, #3f9942, #389b3c);
    font-size: 15px;
    padding: 14px;
    font-weight: 400;
    color: white;
    cursor: pointer;
    height: fit-content;
    width: fit-content;
    display: inline-block;
    border-radius: 0px 6px 6px 0px;
}


.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;
    border-bottom: 6px solid #292929;
}



.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: 46% !important;
    max-width: 250px;
    display: inline-grid !important;
    grid-template-rows: 67px 259px 66px  auto;
    margin: 4px 7px !important;
    padding: 4px 2px !important;
    vertical-align: top !important;
    align-items: center;
}
	
	.product_s img {
    width: auto;
    max-width: 100%;
    max-height: 100% ;
    margin: 0 auto;
}

.product_s p {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 17px;
    padding: 5px;
    margin: 0px;
}

.d_dis {
    white-space: pre-wrap;
    margin: 20px;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
}
.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;
    text-align: center;
}


	.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: 3;
    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;
}
	
	
	#pro_view, #pro_view2 {
        width: 30%;
    min-height: 300px;
    display: inline-block;
    margin: 3px;
    box-shadow: 0px 0px;
    border: 1px solid #ececec;
} 
/* Position the image container (needed to position the left and right arrows) */

.containerimgback 	 {}
.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;
    animation: scaleEff 0.1s linear forwards;}


@-webkit-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;
}


.card2 h3 {text-align: center;}

.card_content {    width: -webkit-fill-available;
    height: auto;
    text-align: center;
    border: 0px;}
	.card_content img {      transform: unset;
    left: unset;
    height: auto;
    max-height: 150px;
    max-width: 250px;}

.card_content2 {    width: -webkit-fill-available;}



.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: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;}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;background:rgba(0, 0, 0, 0.8);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}


/* Six columns side by side */




.mySlides img {          max-width: 100%;
    height: auto;
    margin: 0 auto;
    max-height: 400px;
	
}




.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;
}



#contact_map {    max-width: 800px;
    width: -webkit-fill-available;
    margin: 20px auto;
    display: block;
    min-height: 400px;}
.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 .buttonCopy i{}
.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 {      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 i{}
#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: 200;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    width: 100%;
    max-width: 700px;
    padding: 10px;
    height: auto;
    max-height: 98vh;
    box-shadow: 0px 0px 20px 0px #9f9f9f4f;
    overflow: auto;}




.cart_table {      display: grid;
    grid-template-columns: 10% 20% 30% 20% 20%;
    align-items: center;}
.remove_btn {  color:red  }
.cart_data b {}
.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;
    color: inherit;}
	
	.oh_grid:nth-child(2n+1) {
        background: #ffffff0f;
}
	
	.oh_block {display:;}
.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;
    z-index: 33;
    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;
	
	}
	
	
	
.card2 {
    
    z-index: 2;
}
	
 .menu_item i{        font-size: 14px;
    margin: 7px 4px 5px 0px;}


.card{                   width: -webkit-fill-available;
    max-width: 1000px;
    overflow: hidden;
    margin: 0px auto;
    background-size: 100% 100%;
    padding: 0px 0px 27px;
    margin-top: 70px;
	}
	
	.card2 {          background: #fdfdfd;
    width: -webkit-fill-available;
    max-width: 1000px;
    margin: 3px auto;
    padding: 0px 0px 28px;
    
}

.card2:after ,.card2:before{
  
    z-index: -1;
}
#payment img {
       width: 100%;
    max-width: 280px;
    border-radius: 10px;
    margin: 10px 10px;
    vertical-align: top;
}

#about_us p{             white-space: pre-line;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    padding: 26px;
    margin: 0 auto;
    max-width: 700px;}
	
	#top_contact_btn2 {
    max-width: 600px;
    margin: 5px auto;
}
.pay_div {            display: inline-block;
    width: -webkit-fill-available;
    max-width: 47%;
    vertical-align: text-top;
    border: 0px solid #dbdbdb;
    border-radius: 10px;
    margin: 8px;}
	
	
	#payment center {    border: 1px solid #d9d9d9;
    margin: 10px;
    border-radius: 10px;}
	
	@media screen and (max-width:700px){
		
		.pay_div {
    display: inline-block;
    width: -webkit-fill-available;
		max-width: -webkit-fill-available;}
		
	}



	
.reveal {scale:0.9;}
.fadeactive {   opacity:1;scale:1;}

.py_grid {    display: grid;
    grid-template-columns: 145px auto;
    align-items: center;}
.py_grid h2{}
.py_grid p{}

#payment h2 {
        font-size: 14px;
    font-weight: 600;
    color: #000000;
    width: -webkit-fill-available;
    max-width: -webkit-fill-available;
    margin: 0 auto;
    padding-left: 10px;
}

#payment p {
        font-size: 14px;
    font-weight: 500;
    color: #373737;
    width: -webkit-fill-available;
    margin: 8px auto;
    max-width: 500px;
    padding: 0px 15px;
}


.py_grid:nth-child(2n+2) {
    background: #f3f3f3;
}

#payment h4 {
    text-align: left;
    font-size: 16px;
    padding: 0px 10px;
    margin-top: 25px;
}

	.cart_bottom {
       position: sticky;
    bottom: 0;
    z-index: 33;
    color: black;
}
	.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;
    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;}
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/
@media screen and (max-width:700px){
	
	.dis_flex .big_btns {
    cursor: pointer;
    user-select: none;
    border-bottom: 6px solid #292929;
    width: 140px;
}

#pro_view, #pro_view2 {
    width: 90%;
    min-height: 300px;
    display: inline-block;
    margin: 8px;
    box-shadow: 0px 0px;
    border: 1px solid #ececec;
}
		.product_s {
    width: 100% !important;
    max-width: 90%;
    display: inline-grid !important;
    grid-template-rows: auto;
    margin: 11px 2px !important;
    padding: 4px 2px !important;
    vertical-align: top !important;
    align-items: center;
}
.view_counter {
   
       top: 0;
   
}

.product_s p {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 25px;
    padding: 20px;
    margin: 0px;
}
		
		.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;
  
}


.top_logo_div {
    display: block;
    align-items: baseline;
}

.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;
}
/* --------Menu mobile -----------*/ 

.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;}




.cart_total_bottom .b_total {
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}

.cart_total_bottom {    display: flex;
    justify-content: space-between;}
	
	.cart_total_bottom .c_total {
    color: white;
    background: #000000;
    font-weight: 600;
    padding: 15px 10px;
    font-size: 14px;
}



.crt_count {        background: #ffffff;
    position: absolute;
    top: 0;
    color: black;
    font-size: 12px;
    min-width: 19px;
    border-radius: 20px;
    right: 0px;}

}

/* --------Menu mobile -----------*/ 


