/* author: Shaykh Siddique
email:shaykhsiddiqee@gmail.com;
All copyrights are reserved. */


@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@450&display=swap');

body{
  font-family: 'Rubik', sans-serif;
  font-size: 100%;
  background: rgba(250, 250, 250, 0.8);
}

@font-face
{
	font-family:'ITC Eras Bold';
	src: url(/assets/fonts/ErasBoldITC.ttf);
}

.unify-textcolor{
  color: #4f4f4f; /* font color */
}

.padding-top40px{
  padding-top: 40px;
}


.bg-reddeep{
  background: rgb(12, 127, 156);
}


.navbar {
  padding: 2px;
}

.navbar .dropdown:hover>.dropdown-menu {
  display: block;
  right: 0%;
}


.navbar-toggler{
  margin-left: 10px;
}

.navbarbtn-color{
  color: white;
  /* font-weight: bold; */
}
.navbarbtn-color:hover{
  color: #ffd944;
  text-decoration: none;
}

.company-logo-txt-style{
  /* font-family: "Times New Roman", Times, serif; */
  font-family: ITC Eras Bold;
  /* font-weight: lighter; */
  font-size: 18px;
  color:white;
}
.company-logo-txt-style:hover{
  color:white;
}
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200&display=swap');
#search-style-nav{
  border: none;
  border-radius: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
}

#navBar-form-style #search-style-nav{
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

#navBar-form-style #search-btn-nav{
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#search-style-nav:focus{
  outline: none;
  box-shadow: none;
}

.navbar-style-custom>button:focus, .navbar-style-custom form>button:focus {
  outline: none;
  box-shadow: none;
}

.navbar-style-custom>button{
  font-size: 18px;
  margin-right: 5px;
  padding: 12px 15px;
  border: none;
}



.navbar-style-custom>button:hover{
  background: rgb(0,0,0, 0.1);

}

/* for mobile device design */

.navbar-style-custom form>button:hover{
  background: rgb(0,0,0, 0.1);
}





#search-btn-nav{
  background:white;
  border: none;
  border-radius: 0px;
  padding: 7px;
  color: rgba(0, 0, 0, 0.5);
}

.right-nav-item-style-lang, .right-nav-item-style{
  padding: 4px;
  border-right: 1px solid #0b728c;
  color: white;
}



.right-nav-item-style-last{
  padding: 4px 10px 4px 10px;
  background: #0a667d;
}

.right-nav-item-style-last:hover, .right-nav-item-style:hover{
  background: #3d99b0;
}
#right-nav-last{
  color: white;
}

.left-cat-panal .sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(236, 239, 241);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}

.mb-overlay{
  background-color: rgba(0,0,0,0.8);
  display: none;
  z-index: 2;
  position: fixed;
  width: 100%; /* Full width (cover the whole page) */
  height: 100%;
  left: 220px;
}

.left-cat-panal .left-tab1st{
  height: 50px;
  border: 0px;
  border-radius: 0px;
  background: linear-gradient(to right, rgba(206, 229, 235, 0.1), rgba(85, 165, 186, 0.2));
}

.left-cat-panal .leftTab-product-cat:hover{
  background: linear-gradient(to right, rgba(206, 229, 235, 0.1), rgba(85, 165, 186, 0.5));
}
.left-cat-panal hr{
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

.left-cat-panal .leftTab-product-cat{
  padding: 8px 0px 0px 15px;;
}

.left-cat-panal a, .left-cat-panal .leftTab-product-cat{
  height: 40px;
  text-decoration: none;
  color: #4f4f4f; /* font color */
  font-size: 14px;
}

#right-cart-panel .righttab-1st{
  margin: 10px 0px;
  padding: 50px 20px 10px 20px;
  background: rgb(228, 224, 225);
}



#right-cart-panel #js-closebtn-style{
  float: right;
  display: none;
  border: 1px solid #4f4f4f;  /* font color */
  font-weight: bold;
  padding: 2px 20px;
  cursor: pointer;
  font-size: 12px;
  border-radius: 2px;
}

#right-cart-panel #js-closebtn-style:hover{
  background: rgba(0, 0, 0, 0.1);
}

#right-cart-panel .empty-box{
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 300px;
  width: 90%;
  background-color: #bbb;
  border-radius: 50%;
  color: rgb(255, 183, 77);
  padding-top: 70px;
}


#right-cart-panel #empty-notc-txt{
  margin-top: 10px;
  color: black;
  text-align: center;
}

#right-cart-panel{
  height: 100%;
  width: 0%;
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  /* background: rgb(236, 239, 241); */
  background: rgb(255, 255, 255);
  transition: 0.5s;
  color: white;
  text-align: left;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.5);
}


.popup-btn{
  position: fixed;
  top: 50%;
  z-index: 100;
  cursor: pointer;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.7);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 5px 3px rgba(0, 0, 0, 0.7);  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 5px 5px 3px rgba(0, 0, 0, 0.7);
}

.popup-btn a{
  border-radius: 2px;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px;

}
.popup-btn a:hover{
    text-decoration: none;
    background: rgb(0,0,0, 0.8);
}

.right-cart-btn {
  background: rgb(0,0,0, 0.5);
  color: white;
  font-size: 14px;
}

#sticky-btn-price{
  color: black;
  font-size: 12px;
  background: rgb(255, 255, 255, 0.8);
  padding: 8px;
}

#sticky-btn-item, #sticky-btn-item-style{
  font-size: 12px;
}

.mainbanner{
  /* background-repeat: no-repeat; */
  margin-top: 50px;
  background-repeat: no-repeat;
  height: 350px;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.mainbanner #search-style-nav{
  width: 88%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.mainbanner #search-btn-nav{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.mainbanner h3{
  margin-top: 110px;
  padding-bottom: 3px;
  line-height: 0.9
}

.mainbanner #inimageHeadingStyle{
  color: white;
  font-weight: bold;
  /* background: rgba(0, 0, 0, 0.5); */
}


#advbar-style #advsingle-style{
  padding: 5px 2px 0px 2px;
}

#advbar-style #advsingle-style img{
  height: 200px;
  padding:0px 5px;
  border-radius: 7px;
}

#products-cat-style{
  text-align: center;
  margin-top: 20px;
}

#products-cat-style .card{
  margin-top: 5px;
}

#products-cat-style a{
  text-decoration: none;
  color: #616161;
}


#order-instruction-style{
  margin-top: 20px;
  text-align: center;
}

.carousel-inner img {
    width: 100%;
    height: 290px;
    border-radius: 5px;
  }


/* why choose us css */
.whychooseusBar{
  background-color: #0c7f9c;
  /* max-height: 0px; */
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 50px;
  color: white;
  text-align: center;
  font-size: 18px;
}

.whychooseusBar #why-chooseus-icon-style{
  font-size: 50px;
}

.whychooseusBar .resons-padding{
  padding-top: 8px;
  text-align: justify;
  text-justify: inter-word;
}

.whychooseusBar .reasons-style li{
    font-size: 14px;

}

footer .company-logo-txt-style, footer .company-logo-txt-style:hover{
  color: black;
}

#user-footer-style{
  color: black;
  margin-left: 20px;
  margin-right: 20px;
}

#user-footer-style p{
  margin-top: 10px;
  text-align: justify;
  text-justify: inter-word;
  padding: 5px;
}

#user-footer-style .footer-contact-info{
  text-align: right;
  margin-right: 20px;
}

#copy-right-style hr{
  margin: 0px;
}

#copy-right-style{
  margin-top: 30px;
}

#copy-right-style span{
  padding: 0px 0px 0px 40px;
  /* margin: 20px; */
  /* margin-bottom: 20px; */
  text-align: center;
}

#copy-right-style a{
  /* font-family: 'Arima Madurai', cursive; */
  font-family: "Times New Roman", Times, serif;
  text-decoration: none;
  font-weight: bold;
  color: white;
}

.product-cat-icon span{
  float: right;
}

footer address{
  font-size: 14px;
  margin: 0px 0px 5px 15px;
}

.navbar-toggler {
    margin-left: 0px;
}

/* .form-inline {
  flex-flow: initial;
} */



/* for larger than 667px medium */
@media only screen and (min-width: 668px) {
  #btn-nav-left-mb{
    display: none;
  }

  #search-style-nav{
    width: 340px;
  }

  #user-footer-style .col-sm-8{
    border-right: 1px solid rgba(189, 189, 189, 0.5);
  }

}

/* for larger than 992px large */
@media only screen and (min-width: 992px) {
  .navbar {
    padding: 0px;
}

  #search-style-nav{
    width: 380px;
  }
  #btn-nav-left-mb{
    display: none;
  }

}

/* for larger than 992px large */
@media only screen and (min-width: 1150px) {
  #search-style-nav{
    width: 500px;
  }
}

/* for larger than 992px large */
@media only screen and (min-width: 1280px) {
  #search-style-nav{
    width: 600px;
  }
}

/* for larger than 1366px large */
@media only screen and (min-width: 1366px) {
  #search-style-nav{
    width: 700px;
  }
    .navbar {
      padding: 0px;
  }
  #btn-nav-left-mb{
    display: none;
  }
}

@media only screen and (min-width: 1500px) {
  #search-style-nav{
    width: 880px;
  }
}

@media only screen and (min-width: 1700px) {
  #search-style-nav{
    width: 1000px;
  }
}

/* for lower than 667px samll*/
@media only screen and (max-width: 667px) {

    .mainbanner{
      margin-top: 15px;
    }

    .common-row-spacingfor-mobile{
        margin-top: 15px;
    }

    #copy-right-style{
      text-align: center;
    }

    #nav-logo-text-style{
      display: none;
    }
    #search-style-nav{
      width: 72%;
    }
    .navbar-style-custom .form-inline{
      width: 100%;
    }
    #btn-nav-left{
      display: none;
    }

    .mainbanner #search-style-nav{
      width: 88%;
    }

    #user-footer-style .footer-contact-info{
      text-align: center;
      margin-right: 20px;

    }

    .mobile-search-btn-left{
      font-size: 120%;
      padding: 8px 8px 8px 8px;
      text-align: center;
      width: 28px;
      border: none;
      margin: 0px;
      font-size: 20px;
    }
    .navbar-style-custom form>button{
      font-weight: bold;
      border: none;
    }
    #btn-nav-left-mb{
      padding-right: 25px;
    }

    .mainbanner h3{
      margin-top: 90px;
    }

    .mainbanner #inimageHeadingStyle{
      font-size: 19px;
    }

    .mainbanner{
      /* background-repeat: no-repeat; */
      height: 265px;
    }

    #advbar-style #advsingle-style img{
      height: 150px;
      border-radius: 10px;
    }

    .carousel-inner img {
        height: 185px;
    }

}




/* overwrite some functionallity */
.icnsnacks{
  color: rgb(221, 44, 0);
  font-weight: bold;
}

.icnsunts{
  color: rgb(230, 81, 0);
  font-weight: bold;
}

.icnsdryfruits{
  color: rgb(245, 0, 87);
  font-weight: bold;
  /* font-size: 16px; */
}

.icnsharbal{
  color: rgb(58, 95, 11);
  font-weight: bold;
}

.icnscooking{
  color: rgb(213, 0, 0);
  font-weight: bold;
}

.icnspowder{
  color: rgb(255, 171, 0);
  font-weight: bold;
}
