@import url(https://fonts.googleapis.com/css?family=Barlow:100,200,300,400,500,600,700,800,900);

html {overflow-x: hidden;    scroll-behavior: smooth;}
body {padding: 0;
    margin: 0;
    font-family: 'Barlow',sans-serif;  
    background-position: center !important;
    background-attachment: fixed !important;
    background-repeat: repeat !important;
	
}






	a {text-decoration:none;color:unset;}
	
div,h1,h2,h3,h4,p,i,a {position:relative;transition:0.4s;}

form,input,textarea,select {font-family:'Barlow',sans-serif;}
:root {
	--color:#848484;
	--color2:#64af35;
}
/*alerts */
div,h1,h2,h3,h4,p,i,a,footer {position:relative;transition:0.4s;}

input,select,textarea,button {font-family: 'Barlow',sans-serif;}

a {    text-decoration: unset;
    color: unset;}

input::placeholder {font-size:12px}

.fa-telegram {    background: #226397;
    color: white;}
.d_dis {
    white-space: pre-wrap;
    margin: 17px 0px 0px;
    font-weight: 400;
    font-size: 12px;
}
.btn_buy2 {background: linear-gradient(45deg, #FF5722, #FF9800);
    color: white;
    width: fit-content;
    margin: 5px auto;
    padding: 10px;
    font-size: 13px;
    border-radius: 3px;}
.alert {     padding: 23px;
    width: fit-content;
    font-size: 13px;
    margin: 0px auto;
    font-weight: 500;
    border-radius: 6px;}
	
.danger {background: #ffd0d082;
    color: #d45050;}
.info {    background: #d0deff82;
    color: #5097d4;
}
.success {background: #90ff6c82;
    color: #1aab2c;
}


.reveal {      opacity:0.8;scale:0.9;transition:0.4s;}
.fadeactive {   opacity:1;scale:1;transition:0.4s;}



.full_page_alert {position: fixed;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: white;
    top: 0;
    z-index: 9999999;
    padding: 63px;
    text-align: center;}

.card{      width: -webkit-fill-available;
    margin: 0px auto 0px;
    z-index: 0;
    background-size: 100% 100%;
    padding: 11px 5px 20px;
    z-index: 33;
	}
	
	.pro_share_btn {    position: absolute;
    
    z-index: 2;
    font-size: 18px;
    border-radius: 33px;
    margin: 10px;    border: 1px solid gray;
    padding: 8px;
    background: #ffffff94;
    backdrop-filter: blur(5px);}
	
	.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;
}

	
	.card_content {text-align: center;
    margin: 44px auto 10px;
    z-index: 2;}
	.card_content img{      max-width: 300px;
    height: 150px;
    background: white;
    margin-top: -150px;
    border-radius: 150px;
    border: 5px solid #c8c8c81f;}
	.card_content2 {z-index: 2;
    text-align: center;
    font-weight: 400;
    margin: 0;}
	.card_content2 h2{       text-transform: capitalize;
    font-size: 35px;
    width: fit-content;
    margin: 0 auto;}
	.card_content2 p{        margin: 5px;
    font-weight: 600;
    font-size: 30px;}
	.card_content2 p.des {     font-size: 25px;
    font-weight: 500;
    margin: 0px 20px 20px;}

.dis_flex {
         text-align: center;
    padding: 0px 14px;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    max-width: 1120px;
    margin: 10px auto;}
.dis_flex .link_btn {
	       display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
    line-height: 2;
    font-weight: 600;
  }
  

  .dis_flex .link_btn i {
                    padding: 15px 0px;
    border-radius: 50px;
    min-width: 67px;
    margin: 10px auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 72px;
    height: auto;
    font-size: 40px;
}

.contact_details {
          padding: 25px 24px;
    max-width: 751px;
    margin: 0 auto;}
	
.contact_details .contact_d {
    display: inline-grid;
    align-items: center;
    font-size: 30px;
    width: -webkit-fill-available;
    grid-template-columns: 80px  auto;
    min-width: 40%;
    text-align: justify;
    max-width: 300px;
}
    
.contact_details .contact_d i{         margin: 6px 6px 6px 6px;
    background: #f9897b;
    color: white;
    font-size: 30px;
    padding: 13px;
    border-radius: 100%;
    text-align: center;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: anchor-center;
    justify-content: center;}
.contact_details .contact_d p{         margin: 4px 15px;
    font-size: 15px;
    border-left: 2px solid;
    padding-left: 20px;
    font-weight: 600;
    display: grid;
    align-items: center;
    text-align: left;
    white-space: pre-wrap;}
	
	#hed_video {       position: fixed;
    width: 100%;
    min-height: 800px;
    max-height: 1000px;
    top: 50%;
    left: 50%;
    z-index: 0;
    border: 0px;
    transform: translate(-50%,-50%);}

.head_space {       width: 100%;
    height: 35vh;
    min-height: 10rem;z-index:0;}
#wtsp_form {       padding: 0pc;
    margin: 22px auto;
    text-align: center;
    width: -webkit-fill-available;
    max-width: 700px;
    background: white;
    display: flex;
    border: 2px solid;
    z-index: 2222222;
    position: relative;
    border-radius: 4px;}
#wtsp_form input {        font-size: 13px;
    border: 0px;
    padding: 13px;
    color: black !important;
    outline: none;
    width: 77%;
    background: white;
    box-shadow: 0px 0px 10px 0px #0000002e;
}
#wtsp_form input[type=submit]{       background: #1faf31;
    font-size: 14px;
    padding: 12px 8px;
    cursor: pointer;
    width: 24%;
    display: flex;
    align-items: center;}
.dis_flex2 {    text-align: center;}
 .big_btns {        background: #00000091;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    margin: 7px auto;
    width: 159px;
    display: inline-block;}
 .big_btns i{}
 
 .card2 h3:after {
    content: '';
    background: black;
    width: 200px;
    position: absolute;
    height: 2px;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%);
}

	#social_media_icons {     width: fit-content;
    margin: 20px auto;
    display: block;
    text-align: center;}
 .social_med {        padding: 2px;
    margin: 10px 5px;
    height: 70px;
    width: 70px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;}
 .social_med i{        font-size: 39px;
    text-align: center;
    border-radius: 10px;
    padding: 10px 10px;
    width: 60px;
    vertical-align: middle;}

.fa-twitter {background: #149bd2;
    color: white;}
.fa-facebook {background: #5858fd;
    
    color: white;}
.fa-linkedin {background:#007bb6;
color:white}
.fa-youtube {background: #e63e3e;
    color: white;}
.fa-pinterest {background:#cb2027;color:white}
.fa-instagram {background: #fd01bb;
    color: white;}
#share_on_whatsapp {    width: -webkit-fill-available;
    display: block;
    margin: 13px auto;
    border: 2px solid;
    border-radius: 6px;
    max-width: 600px;}
	
	.wtsp_share_btn {
       background: #1aab2c;
    font-size: 13px;
    padding: 15px 10px;
    cursor: pointer;
    width: 29%;
    color: white;
    display: inline-block;
}

.card2 {       width: -webkit-fill-available;
    margin: 0px auto;
    padding: 27px 18px;
    border-radius: 0px;z-index:25;}
.card2 h1{}
.card2 h2{}
.card2 h3{text-align: center;
    font-size: 24px;
    
    margin: 0px auto 12px;
    font-weight: 400;
    letter-spacing: -1px;}
.card2 form{    max-width: 500px;
    margin: 0 auto;}
.card2 form input,.card2 form textarea{width: -webkit-fill-available;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #dedede;
    margin: 4px 26px;
    resize: vertical;
    background: #00000005;}
.card2 form input[type=submit]{    color: white;
    background: #4CAF50;}

.card2 iframe {    margin: 10px;
    position: relative;
    border-radius: 5px;
    width: auto;
    height: 300px;
    width: -webkit-fill-available;
    max-width: 320px;}
	
/*prouct services*/

.product_s {
           text-align: center;
    background: white;
    padding: 10px;
    width: fit-content;
    margin: 3px;
    border-radius: 3px;
    display: inline-block;
    border: 0px solid orange;
    vertical-align: top;
}
	
	#product_services {text-align:center}
.product_s p{font-weight: 600;
    text-transform: capitalize;}	
.product_s img{width: auto;
    max-width: 91%;
    max-height: auto;
    background: white;
    border-radius: 5px;}	


     .owl-carousel {
                display: flex;
    flex-direction: column;
    max-height: 500px;
    overflow: hidden;
        }
		
		
		
		.item {         display: flex;
    border: 0px solid red;
    padding: 0px;
    margin: 0px -1px;
    border-radius: 10px;
    overflow: hidden;
    height: 300px;}
	
	.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
}
	
	.owl-nav {    background: #ffffff00;
    position: absolute;
    z-index: 22;
    top: 0px;
    width: -webkit-fill-available;}
	
	.owl-prev ,.owl-next {    background: #000000a1 !important;
    color: white !important;
    position: absolute !important;
    top: 120px !important;
    left: 10 !important;
    font-size: 35px !important;
    padding: 0px 0px !important !important;
    border: 2px solid gray !important;
    height: 50px !important;
    width: 48px !important;
    border-radius: 100px !important;
    display: flex !important;
    justify-content: center !important;}
	
	.owl-next {    right: 7px !important;
    left: unset !important;}
	
	
	
	.pdf_download {    padding: 10px 18px;
    width: fit-content;
    margin: 4px 11px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;}
	
	.pdf_file {         width: -webkit-fill-available;
    margin: 4px;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    display: inline-block;
    overflow: hidden;
    height: auto;
    max-width: 300px;
    background: #9797972e;
    backdrop-filter: blur(1px);}
	
			.pdf_file i{    font-size: 40px;
    color: #e42020;}
			.pdf_file p{    margin: 6px 0px;
    font-size: 12px;}
	
/*image gallery*/

.gallImage {        display:none;width: 100%;
    height: 100%;
    position: fixed;
    background: #000000b3;
    top: 50%;
    z-index: 33333;
    left: 50%;
    transform: translate(-50%,-50%);}
.gallImage .closegal{    background: #ee2d2d;
    color: white;
    font-size: 20px;
    padding: 10px;
    border-radius: 20px;
    width: 19px;
    top: 4px;
    right: 4px;
    text-align: center;
    position: absolute;}
.gallImage img{    width: auto;
    max-height: 90%;
    max-width: 90%;
    margin: 0 auto;
    display: block;
    top: 50%;
    position: relative;
    transform: translate(0px, -50%);}
/* about us*/

#about_us {   }
#about_us h3{}
#about_us p{        white-space: pre-line;
    font-size: 14px;
    padding: 26px;
    margin: 10px auto;
    text-align: center;
    max-width: 800px;}
	
	.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;
    max-height: 155px;
    width: 103px;
    overflow: hidden;
    background: white;
    margin: 3px;
    border-radius: 2px;
    padding: 2px;
    text-align: center;}
	.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,.category .fa-angle-right{       font-size: 40px;
    padding: 0px;
    width: 100px;
    text-align: center;
    height: 100px;
    display: grid;
    align-items: center;
    border-radius: 100px;}
	.category img{       width: 100px;
    height: 100px;
    border-radius: 100px;
    object-fit: cover;}
	.category p{    margin: 2px;
    padding: 0px;
    font-size: 12px;}
	.category2 p{     margin: 2px;
    padding: 0px;
    font-size: 14px;}
	
	.product_boxn {         width: 300px;
    overflow: hidden;
    display: none;
    margin: 5px;
    background: white;
    color: black;
    border-radius: 2px;
    vertical-align: top;}
	
	.show {display:inline-block;}
	
	.product_boxn img{      width: auto;
    height: 300px;
    width: 300px;
    object-fit: contain;}
	
	.product_boxn .pr_nm{        padding: 4px 10px;
    font-size: 15px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;}
	
	.product_boxn .pr_am{        padding: 4px 20px;
    font-weight: 600;
    font-size: 20px;
    color: black;
    text-align: right;}
	.add_to_cart {             width: -webkit-fill-available;
    text-align: center;
    background: #9e511a;
    color: white;
    padding: 13px;
    font-size: 14px;
    font-weight: 700;
    margin: 10px;
    border-radius: 4px;}
	
	  .pr_feature {        padding: 3px 10px;
    font-weight: 500;
    font-size: 12px;
    color: #df8113;
    white-space: pre-wrap;
    text-align: left;
   }
  .pr_dis {           padding: 3px 10px;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
   
    overflow: hidden;
    text-overflow: ellipsis;
    }
  
  
  	#bottom_slide_image {        max-height: 60px;
    
    object-fit: cover;
    border-radius: 4px;
}

#bottom_slide_image_main {
	  max-height: 50px;
}


  	#bottom_slide_image img { max-height: 50px;}


/*payment */

#payment {}
#payment p{font-size: 19px;
    font-weight: 500;
    
    width: 77%;
    margin: 8px auto;}
#payment h2{font-size: 12px;
    font-weight: 500;
   
    width: 77%;
    margin: 0 auto;}
#payment img{       width: 30%;
    border-radius: 20px;
    margin: 10px 7px;
    display: inline-block;
    vertical-align: top;}



.menu_bottom {               
      width: 300px;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 999;
    right: -700px;
    overflow-x: auto;
    height: -webkit-fill-available;
}

.menu_container {      text-align: left;
    width: -webkit-fill-available;
    padding-top: 50px;}
 .menu_item{          align-items: center;
    font-weight: 500;
    display: flex;
    font-size: 14px;
    padding: 14px 30px;
    width: -webkit-fill-available;
    text-align: left;}
 .menu_item i{    font-size: 20px;
    margin: 6px 10px;}
 
 .menu_close {      position: fixed;
    right: 4px;
    top: 5px;
   
    z-index: 10;}
	.menu_close i { background: #82828296;
    color: white;
    padding: 10px 12px;
    font-size: 22px;
    z-index: 10;
    border: 1px solid gray;
    border-radius: 5px;}
		.menu_close i:hover {
			background: #000000;
		}
		
		.menu_item:hover {
    background: #00000036;
}
 /* order page */
 
 
 #shop_online {
	 
    text-align: center;
 }
 .order_box {width: 70%;
    display: inline-block;
    margin: 6px 6px;
    vertical-align: text-top;
    border-radius: 4px;
    background: white;
    padding: 0px 0px 13px 0px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #00000030;
  
}
 .order_box img {    width: auto;    height: auto;    max-width: 100%;   }
 .order_box h2{padding: 9px 0px 3px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;}
 .order_box h4{padding: 0px 0px 7px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: #4CAF50;
}
 .order_box p{padding: 2px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: gray;}
.btn_buy {
    background: #4CAF50;
    color: white;
    padding: 10px 10px;
    text-align: center;
    font-size: 12px;
    width: fit-content;
    margin: 11px auto 6px;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
}



#cart_info {            font-size: 18px;
    background: #000000e6;
    color: white;
    width: fit-content;
    padding: 10px 14px;
    position: fixed;
    bottom: 3px;
    right: 3px;
    z-index: 10000;
    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: 120;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    width: 100%;
    max-width: 700px;
    padding: 10px;
    max-height: 80%;
    box-shadow: 0px 0px 20px 0px #9f9f9f4f;
    overflow: auto;}
	
	.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;}
	.imagetoshow .close_btn{        font-size: 26px;
    background: #e24242;
    color: white;
    font-weight: 400;
    padding: 5px 8px;
    border-radius: 20px;
    position: absolute;
    top: 59px;
    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%);}
	
.close_btnp {    position: absolute;
    right: 9px;
    font-size: 27px;
    color: red;
    top: 10px;
    cursor: pointer;
    z-index: 3;}
#cart_result h3{       font-size: 24px;
    padding: 5px 20px;
    margin: 0px;}
.cart_table {         display: grid;
    grid-template-columns: 10% 40% 35% 15%;
    align-items: baseline;
    min-height: 30px;color:black;}
	
	
.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;}
.cart_data img{      width: 80px;
    height: 80px;
    border-radius: 4px;}
	
	.cart_table:nth-child(2n+2) {
    background: #f3f3f3;
}

.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;}
	
	.card2 h3 {
        font-size: 25px;
    margin: 20px auto 12px;
    font-weight: 800;
    padding: 10px;
    letter-spacing: normal;
}



.rating {
  display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    margin: 10px 21px;
    width: fit-content;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
      color: #b7b5b5;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #ff9d0c;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #09f;
}

.note {    
    font-size: 10px;
    text-align: center;
    color: #313238;
}

.select_star {margin: 0px 25px;
    color: gray;}
	
.feedback_row {    display: grid;
    overflow-x: auto;
    grid-template-columns: auto auto auto auto auto auto;
    padding: 0px 19px 20px;
    width: fit-content;
    margin: 10px auto;
    max-width: -webkit-fill-available;}
.feedback_block {          padding: 10px 10px 38px;
    width: 300px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #cccccc36;
    margin: 2px;
    border-radius: 9px;
    font-weight: 600;
    border: 1px solid #7373737a;
    background: white;
    color: black;}
.feed_by {    color: #444242;
    text-decoration: underline;
    text-transform: capitalize;
    font-size: 12px;
}
.tag_feed {padding: 0px 32px;
    color: #f44336;}
	.feed_back {white-space: pre-wrap;}
.feedback_block .star {    display: inline-block;
    color: #ff9800;
    font-size: 25px;
    z-index: 3;}
.feedback_block .star_rate {    font-size: 11px;}
.feed_date {    position: absolute;
    right: 9px;
    bottom: 9px;
    font-size: 11px;}
	
	
	.load_more_btn {     background: #ffffff3b;
    width: fit-content;
    padding: 10px 20px;
    border: 1px solid gray;
    border-radius: 4px;
    margin: 10px auto;}
	
	.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 8px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  background: rgba(0,0,0,0.5);
  border-radius: 3px;
  transform: translateY(-50%);
}
.prev { left: 10px; }
.next { right: 10px; }


	.mySlides {    width: 300px;
    vertical-align: top;
    height: auto;
	
	}
	

	.mySlides img {    height: 300px;
    object-fit: cover;
    width: 96%;
    position: relative;
    margin: 5px auto;
    border-radius: 10px;}
	
.animate_pro {
  animation: fadeUp 0.5s ease-out forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


	
	.slider_product_image {}
	.slider_pi_all {      display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;
    overflow-x: auto;
    width: fit-content;
    max-width: -webkit-fill-available;}
	.slider_pi_all img{       width: 70px !important;
    height: 70px !important;
    object-fit: cover;
    margin: 3px;
    border-radius: 100px;
    border: 2px solid orange;
    transition: 0.4s all;}
	.slider_pi_all img:hover {
		transition:0.4s all;
		scale:0.98;
	} 
	
	.slid_btn_holder {    position: absolute;
    z-index: 2;
    width: -webkit-fill-available;
    display: flex;
    justify-content: space-between;
    top: 180px;}
	.slid_btn_next,.slid_btn_pre {     display: flex;
    background: #00000047;
    border: 0px;
    font-size: 30px;
    width: 40px;
    height: 40px;
    align-items: anchor-center;
    justify-content: center;
    border-radius: 50px;
    color: #ffffffbd;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 150px;transition: 0.4s linear;}
	.slid_btn_pre {    right: unset;
    left: 0;}
	
	.product_boxn:hover .slid_btn_next,.product_boxn:hover .slid_btn_pre {    background: white;
    color: black;
    transition: 0.4s linear;}
	.slider_pi_all::-webkit-scrollbar {
  display: none;             /* Chrome, Safari */
}
	
	
	
	
/* Container and Button Styling */
#opening_hours {
  
    
}

.oh_btn {
       text-align: center;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid #333;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    max-width: 500px;
    width: fit-content;
    margin: 10px auto;
}

.oh_btn:hover {
    background: #2a2a2a;
    border-color: #d4af37;
}

/* Opening Hours Block */
.oh_block {
        border-radius: 8px;
    padding: 15px;
    color: inherit;
    width: -webkit-fill-available;
    max-width: 600px;
    margin: 20px auto;
}

.oh_block .title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Individual Day Grid */
.oh_grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 5px;
    transition: background 0.2s;
}

.oh_grid h5 {
    margin: 0;
   
    font-weight: 500;
    width: 100px;
}

/* Today Highlight Class */
.oh_grid.today {
    background: rgba(212, 175, 55, 0.15); /* Subtle Gold glow */
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.oh_grid.today h5 {
   
    font-weight: bold;
}

.oh_grid.today h5::after {
    content: " (Today)";
    font-size: 0.7rem;
    vertical-align: middle;
}

/* Input Fields */
.oh_inputs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.oh_inputs input {
    background: transparent;
    border: none;
    color: inherit;
    width: 80px;
    font-size: 0.9rem;
    text-align: center;
    outline: none;
    padding: 2px;
}

.oh_inputs span {
    
    font-size: 0.8rem;
}

/* Closed State */
.oh_closed {
    
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 0.5px;
}



/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/



@media screen and (max-width:700px){
	.search_bar {
   
    z-index: 1003;
}


.slider_pi_all {
  overflow-x: auto;       /* still scrollable */
  scrollbar-width: none;  /* Firefox */
}

.slider_pi_all::-webkit-scrollbar {
  display: none;          /* Chrome, Safari */
}


.contact_details {
    padding: 25px 4px;
    max-width: 751px;
    margin: 0 auto;
}

.head_space {
        width: 100%;
    height: 35vh;
    min-height: 10rem;
}



.slider_image_top {
    position: fixed !important;
    top: 0;
    left: 0;
    width: -webkit-fill-available !important;
    z-index: 2;
    max-height: 200px !important;
}
	
	#hed_video {
           position: fixed;
    width: 600px;
    height: 300px;
    min-height: auto;
    top: 0;
    left: 50%;
    z-index: 0;
    border: 0px;
    transform: translate(-50%);
}
	.card {
    width: -webkit-fill-available;
   
    margin: 0px auto 0px;
   
}

.category_scroll {
        margin: 0 auto;
    width: -webkit-fill-available;
    overflow-x: auto;
    max-width: -webkit-fill-available;
    justify-content: center !important;
    flex-wrap: wrap;
    display: flex !important;
}

.card2 iframe {
    margin: 10px;
    position: relative;
    border-radius: 5px;
    width: auto;
    height: 300px;
    width: -webkit-fill-available;
    max-width: -webkit-fill-available;
}

#payment img {
    width: 90%;
    border-radius: 20px;
    margin: 10px 7px;
}


.imagetoshow img {
       width: 100%!important;
    height: auto;
    max-height: 100% !important;
    max-width: -webkit-fill-available;
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0px,-50%);
}
.card2 {
          width: auto;
    margin: 0 0px;
    padding: 14px 2px;
    
}

.imagetoshow {
        display: none;
    position: fixed;
    width: 100%;
    max-width: 800px;
    height: 100%;
    background: #00000096;
    top: 50%;
    left: 50%;
    z-index: 2222;
    transform: translate(-50%,-50%);
    border: 0px solid;
}
.dis_flex {
      text-align: center;
    padding: 0px 14px;
    display: grid;
    grid-template-columns: auto auto auto;
}
.dis_flex3 {
      text-align: center;
    padding: 0px 14px;
    display: grid;
    grid-template-columns: auto auto ;
}
.contact_details .contact_d {
   
    grid-template-columns: 20%  auto !important;
   
}

.contact_details .contact_d i {
                   margin: 2px;
    background: #f9897b;
    color: white;
    padding: 14px;
    border-radius: 100%;
    text-align: center;
    height: 30px;
    width: 30px;
    font-size: 22px;
}
#wtsp_form input {
    font-size: 13px;
    border: 0px;
    padding: 13px;
    color: black !important;
    outline: none;
    width: 65%;
    background: white;
    box-shadow: 0px 0px 10px 0px #0000002e;
}

.wtsp_share_btn {
       background: #1aab2c;
    font-size: 13px;
    padding: 11px 5px;
    cursor: pointer;
    width: 50%;
    color: white;
    display: inline-block;
}

.product_boxn {
        width: -webkit-fill-available;
    overflow: hidden;
    display: none;
    margin: 2px;
    background: white;
    color: black;
    border-radius: 2px;
}

.show {
    display: inline-block;
}
.product_boxn img {
    width: -webkit-fill-available;
    max-height: 200px;
}

	.category2 {           height: 70px;
    width: 30%;
    overflow: hidden;
    background: white;
    margin: 10px 2px;
    border-radius: 2px;
    padding: 7px;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    vertical-align: text-top;
    align-items: anchor-center;}
	
	#bottom_slide_image {
    max-height: 90px;
    object-fit: cover;
    border-radius: 4px;
}

#bottom_slide_image img {
    max-height: 80px;
    height: auto;
}
