*{
padding:0;
margin:0;
user-select:none;
}
.mobile_div{
    padding:0;
}
.product_number{
    font-size:10px;
    margin-top:0px!important;
    margin-bottom:0px!important;
}
.product_number span{
    font-weight:bold;
}
.top_div{
    position:fixed;
    width:100%;
    display:flex;
    align-items:center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background:#fff;
        z-index: 9999;
}
.offer_main_div{
    display:flex;
    align-items:center;
    gap:8px;
}
.offer_div{
    text-align:center;
    position: relative;
    align-items: center;
    min-width: 40px;
    background-color: #e5f7ee;
    color: #03753c;
    border-radius: 4px;
    max-width: 100%;
    text-transform: capitalize;
    font-family: "JioType",helvetica,arial,sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: -0.06px;
    line-height: 1.3333333333;
    padding: 2px 4px;

}
.demo{
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) rotate(338deg);
    color: rgba(79, 195, 227,.3);
    font-size: 40px;
    font-weight: bold;
    line-height:0;
    padding:0;
    margin:0;
    z-index:99999999999;
}
.categort_menu{
  background: #fff;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  z-index: 99999;
  color:#000;
  overflow-x:auto;
  gap:10px;
 
}
.categort_menu::-webkit-scrollbar {
  height:1px;
}
.categort_menu::-webkit-scrollbar-thumb {
  background-color: #888; /* Set the color of the scrollbar thumb */
  border-radius: 5px; /* Optional: Rounded corners for the thumb */
}
.categort_menu .category_item{
    font-size:16px;
    padding:3px 10px;
    white-space: nowrap;
    font-weight:400;
    background:#e9eff5;
      border-radius:5px;
      cursor:pointer;
}
.categort_menu .active{
    color:#fff;
    background:#4188E6;
}
/* ----------------------------------------- */
.search_main_div{
  padding:10px;
  border-radius: 50%;
  color: #fff;
  margin:0px 10px;
  background:linear-gradient(264deg, rgba(69,137,235,1) 0%, rgba(41,134,203,1) 100%);
  z-index:999999;
}


/*=========================Product Div===============================*/
.product_main_div{
    margin-bottom:100px;
    margin-top:70px;
}
.product_item{
    display:flex;
    width:88%!important;
    align-items:center;
    margin:auto;
    gap:10px;
    border-bottom:1px solid lightgray;
    margin-bottom:10px;
    margin-top:20px;
    position:relative;
}
.product_main_div_cart .product_item{
    width:95%!important;
    
}
.product_item .product_img{
    height:100px;
    width:120px;
    padding:5px;
}
.product_long_desc{
    display:none;
}
.product_item .product_img img{
    height:100%;
    width:100%;
    user-select:none;
}
.product_item .prduct_desc{
    font-size:13px;
    font-weight:500;
    font-family: "JioType",helvetica,arial,sans-serif;
} 
.product_detail{
    width:100%;
}
.price_div .orginal_price{
    font-size:13px;
    color:#B5B5B5;
    text-decoration: line-through;
    line-height:0;
}
.product_price_div{
    display:flex;
    width:100%;
    /*align-items:center;*/
    justify-content:space-between;
}
.product_item .product_price{
    font-weight:500;
    display:block;
    margin-top:5px;
    font-size:15px;
}
.product_item .product_total_price{
    font-size:12px;
    color:red;
}
.product_item .product_quantity{
    display:flex;
    align-items:center;
    width:auto;
}
.product_quantity .quantity_input{
    display:inline;
    width:30px;
    border:0px;
    outline:0;
    text-align:center;
    /*user-select:none;*/
}
.product_quantity img:hover{
    border:1px solid #0c5273;
}
.product_minus img,.product_plus img{
    border-radius:50%;
    border:1px solid #e0e0e0;
    padding:8px;
}

/* Popular service carousel ======================================*/
.p_service_main_div .div_1{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.p_service_main_div .div_1 p{
   font-weight: bold;
}
.p_service_main_div .div_1 a{
   text-decoration: underline;
}
.p_service_div_2{
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.p_service_div_2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.p_service_div_2::-webkit-scrollbar
{
	width: 5px;
  height: 4px;
	background-color: #F5F5F5;
}

.p_service_div_2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}

.service_box{
  height: 200px;
  width: 150px;
  border-radius: 5px;
  margin: 10px;
  padding: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  margin:auto;
}
.service_box img{
  height: 100px;
  width: 130px;
  margin: auto;
  display:block;
  border-radius: 2px;
}
.service_box .service_box_title{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.service_box span {
  display: block;
}
.service_box span:nth-child(1){
  font-size: 11px;
  color: #a19f9f;
}
.service_box span:nth-child(2){
  font-size: 11px;
  color: #f23c24;
  text-decoration:line-through;
}
.service_box span:nth-child(3){
  font-size: 14px;
  color: #1b7ee0;
}
.service_box span:nth-child(4){
 color: #1b7ee0;
 position: absolute;
 font-size: 30px;
 bottom:-3px;
 right:-2px;
 padding:0px 10px;
 cursor: pointer;
 /*border:1px solid red;*/
}
.service_box span:nth-child(5){
 color: #fff;
 font-size: 12px;
 background: #f23e38;
 position: absolute;
 top:8px;
 left:8px;
 cursor: pointer;
 padding: 3px 5px;
 border-radius: 3px 0px 5px 0px;
}

/* All service carousel ======================================*/
.all_service_main_div .div_1{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.all_service_main_div .div_1 p{
   font-weight: bold;
}
.all_service_main_div .div_1 a{
   text-decoration: underline;
} .all_service_div_2{
 padding:10px;
  display: grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:10px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
/*=============================================================================================*/
.search_page_div{
    display:none;
    height:100vh;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    background:#fff;
    margin:0;
    padding:0;
    z-index:999999;
    border-radius:0;
}
.search_page_div .top_nav{
  height: 50px;
  background:linear-gradient(264deg, rgba(69,137,235,1) 0%, rgba(41,134,203,1) 100%);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0px 10px;
  grid-column-gap:10px;
}
.search_page_div .top_nav i{
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  padding-right:20px;
  padding-left:5px;
}
.search_page_div .top_nav p{
  color: #fff;
}
.search_page_div #search_service{
    padding:9px 20px;
    border-radius:20px;
    border:0;
    outline:0;
    width:100%;
    font-size:14px;
}
.search_page_div .search_ajax_div{
     overflow-Y:auto;
    height:calc(100vh - 50px);
    padding-top:60px;
}
.search_page_div .search_ajax_div .all_service_div_2{
    padding:0;
}
.search_page_div .search_div_1{
    margin-top:50px;
    color:#000;
    padding:10px;
    width:100%;
    text-align:center;
    background:#e9eff5;
    color:rgba(41,134,203,1);
}
.search_page_div .search_div_2{
    font-weight:bold;
    padding:5px 10px;
}
.search_div_3{
}
.no_found{
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    width:100%;
    padding:20px;
    color:gray;
}
.no_found img{
    height:100px;
    width:100px;
    margin-bottom:10px;
}

































