*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
  height: 100%;
  /*font-family: "Montserrat" !important;*/
  
}
body {
  display: flex;
  flex-direction: column;
}
.containt_div {
  flex: 1 0 auto;
}
.searchlist{
    background: white;
    padding: 0.5rem 0;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    top: 3rem;
    max-height: 75vh;
    overflow-y: auto;
    width: 30%;
}
.searchlist ul li a{
    font-size: 0.9rem !important;
    font-weight: 600 !important;
}
.searchlist ul li{
    padding: 0.2rem 0.5rem;
}
.searchlist ul li:hover{
    background: lightgreen;
    cursor: pointer;
}
.footer {
  flex-shrink: 0;
}
.categoryNav .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    background: #f1f1f1 !important;
}
.categoryNav .nav-item {
    padding: 14px 0 !important;
}
.categoryNav .dropdown-menu {
    max-height: calc(100vh - 200px) !important;
    right: 0 !important;
    width: 250px !important;
    z-index: 900 !important;
    overflow-y: scroll;
    overflow-x: scroll;
}
/*view product page css*/
 .product-details{
   list-style-type: none;
   }
   .product-details li{
   margin-bottom: 10px;
   }
   .product-details li img{
   width: 35px;
   height: 35px; 
   flex-direction: column;      
   }
   .small_img{
   border: 1px solid black;
   }
   .big_img{
   width: 90%;
   float:left;
   margin-top: 10px;
   height: 400px;
   }
   .button1 {
   background: linear-gradient(to bottom,#97cb85 0,#58a662 100%);
   border: 0;
   border-radius: 5px;
   color: #fbfbfb;
   font-weight: 600;
   font-size: 15px;
   cursor: pointer;
   margin: 0 auto;
   }
   .button2{
   background: linear-gradient(to bottom,#FFC107 0,#FF9800 100%);
   border: 0;
   border-radius: 5px;
   color: #fbfbfb;
   font-weight: 600;
   font-size: 15px;
   cursor: pointer;
   margin: 0 auto;
   padding: 10px;
   }
   .button3{
   background: linear-gradient(to bottom,#00BCD4 0,#673AB7 100%);
   border: 0;
   border-radius: 5px;
   color: #fbfbfb;
   font-weight: 600;
   font-size: 15px;
   cursor: pointer;
   margin: 0 auto;
   padding: 10px;
   }
   .offerbut {
   position: absolute;
   color: #fff;
   background-color: #f55d2c;
   padding: 3px 10px;
   border-radius: 5px;
   text-transform: uppercase;
   }
   /*end*/
.custom-btn {
    background: linear-gradient(rgb(244, 107, 69), rgb(238, 168, 73));
}
.why_choose_uss img{
    width: 3.5rem;
    border-radius: 50%;
    padding: 0.5rem;
}
.Product_Quantity li {
    margin: 0 5px 0 0;
    width: 100px;
    height: 50px;
    position: relative;
    text-align: center;
  }

  .Product_Quantity label,
  .Product_Quantity input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .Product_Quantity input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
  }

  .Product_Quantity input[type="radio"]:checked+label,
  .Checked+label {
    background: lightgreen;
  }

  .Product_Quantity label {
    padding: 0 5px 5px 5px;
    border: 1px solid #CCC;
    cursor: pointer;
    border-radius: 0.5rem;
  }

  .Product_Quantity label:hover {
    background: #DDD;
  }
 .price-details-div{
    max-width: 45%;
    position: sticky;
    top: 0px;
    bottom: 0px;
    align-self: flex-start;
    padding-top: 3rem;
 }
.winter {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: capitalize;
}
.offer-badge-1 {
    position: absolute;
    /* top: 1.3rem; */
    left: 0.5rem;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    background-color: #f55d2c;
    padding: 3px 5px;
    border-radius: 5px;
    /* line-height: 20px; */
    text-transform: uppercase;
    z-index: 1;
}
.position-absolute{
    z-index: 1;
}
.wishlist-hover_fill {
    background-color: #f69733;
    transition: 0.2s;
}
.wishlist-hover_fill i{
    color:white !important;
transition: 0.2s;
}
.wishlist-hover{
background-color: rgba(246,151,51,0.2);
}
.wishlist-hover:hover   {
background-color: #f69733;

transition: 0.2s;
}
.wishlist-hover:hover i  {

color:white !important;
transition: 0.2s;
}

.wishlist-hover i  {

color:#a19595 !important;
transition: 0.2s;
}

.category-nav .nav-item{
    padding: 14px 13px !important;
}
.category-nav .nav-item:hover{
    background: #E2E4E7 !important;
}
.category-side-nav a{
    color: #111 !important;
}
.category-side-nav img{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    background: white;
    padding: 0.3rem;
}
.category-side-nav .nav-item .nav-link{
    background: #f3764645;
    margin-bottom: 0.5rem;
    border-left: 5px solid rgb(238, 168, 73);
    font-weight: 600;
    letter-spacing: 0.1rem;
}
.category-side-nav .nav-item .nav-link:hover{
    background-color: #b8dd7b !important;
    border-left: 5px solid green !important;
}
.subcatnav .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #b8dd7b !important;
    border-left: 5px solid green !important;
}

.subcatnav .nav-pills .nav-link.active img{
    transform:scale(1.08);
}




.filter-item-body {
    height: 200px;
    width: 100%;
    margin-top: 20px;
    overflow-y: auto;
}
.cte-select {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.cte-select li {
    margin-right: 0;
    width: 100%;
    height: 40px;
    position: relative;
    text-align: left;
    display: block;
    margin-bottom: 0px;
    border-bottom: 0;
}

::-webkit-scrollbar {
  /*width: 6px;*/
}

.scrollstyle_4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    background-color: #F5F5F5;
}

 
/* Handle */
.scrollstyle_4::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
}

/* Handle on hover */
.scrollstyle_4::-webkit-scrollbar {
    width: 4px;
    background-color: #f1f1f1;
}

.price-pack-item-body {
    /*height: 135px;*/
    width: 100%;
    margin-top: 20px;
    overflow-y: auto;
}
.other-item-body {
    /*height: 166px;*/
    width: 100%;
    margin-top: 20px;
    overflow-y: auto;
}
.cte-select label {
    padding: 7px 20px;
    cursor: pointer;
    background: #f9f9f9;
    color: #2b2f4c;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}
.cte-select label:hover{
    background: #f55d2c;
    color:white;
}
.cte-select label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.crousel6_width{
    width: 16.6%;
}

/*.qtySelector {
    border: 1px solid rgb(162, 104, 242);
    border-radius: 4px;
     width: 107px; 
    height: 34.2px;
}
.qtySelector .fa {
    padding: 10px 5px;
    width: 35px;
    height: 100%;
    float: left;
    cursor: pointer;
}
.qtySelector .qtyValue {
    border: none;
    padding: 5px;
    background-color : #f4f4f4;
    width: 35px;
    height: 100%;
    float: left;
    text-align: center;
}*/

.qtySelector {
   border:1px solid #4CAF50;
    border-radius: 4px;
    width: 84px;
    height: 26.2px;
    background: #4CAF50;
    color: white;
}
.qtySelector .fa {
   padding: 6px 6px;
    width: 25px;
    height: 100%;
    float: left;
    cursor: pointer;
   color: white !important;
}
.qtySelector .qtyValue {
   border: none;
    padding: 2px;
    background-color: #4CAF50;
    width: 32px;
    height: 100%;
    float: left;
    text-align: center;
    color: white;
    pointer-events: none;

}
.img-feature{
    width:4rem;
     height: 4rem;
}
#how-it h5 ,#commissin h5{
    color:rgb(0,32,96);
}
#seller_back{
    background-color:#d3f4e5;
   
}
#enqury-div{
    background-color: #d2ece1;
    border-radius:6px;
}

.snd-btn {
    background: #2fbf71;
    color: #fff;
    box-shadow: 4px 4px #fff;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

#coupon_code{
   
    background-position: center;
    background-size: cover;
   
    justify-content: center;
    border-radius: 6px;
    padding: 55px 50px;
    /*height:156px;*/
}


/*for multiple form*/
 #regForm {
  background-color: #ffffff;
  margin: 100px auto;
  font-family: Raleway;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

 

#bank-form input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
#bank-form input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
 .tab {
  display: none;
}

#bank-form button {
  /*background-color: #04AA6D;*/
  background-color:rgb(0,32,96);
  color: #ffffff;
  border: none;
  padding: 3px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

#bank-form button:hover {
  opacity: 0.8;
}

 #prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 5px;
  width: 25px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  /*border-radius: 50%;*/
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}

/**/

#se-img{
  background-color: #fff3e7;
  height: 80vh;
}
nav .latest{
  position: relative;
}
nav .latest::before {
  position: absolute;
  content: "HOT";
  background: #ff003c;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-size: 10px;
  top: -16px;
  right: -13px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
  padding: 2px 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
#home-section{
  width:100%;
  height: 80vh;
 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#rossed{
  position: absolute;
  right: 2rem;
  bottom: -1rem;
  transform: rotate(15deg);
  transition: transform 2s;
}
#cart-acc{
  position: absolute;
  right: -0.5rem;
  bottom: -2rem;
  transform: rotate(15deg);
  transition: transform 2s;
}
.product_card{
    border-radius:16px;
    font-size: 0.85rem;
    font-family: serif;
}
.product_card img{
    transition:transform .8s;
}
.product_card:hover img{
    transform:scale(0.8);
}
#rossed:hover , #cart-acc:hover{

  transform: rotate(0deg);
  transition: transform 2s;
}
#logo{
    width: 4rem;
    height: 4rem;
}
body{
    /*font-family: Verdana, Geneva, Tahoma, sans-serif !important;*/
    background-color: rgb(244,244,244);
}
#nav-bar{
    background-color: white;

}

#logo{
    font-weight:700;
padding-top: 0.9rem;
}
.nav-bar ul li a{
    text-decoration: none;
    color: black;
    font-size: 1.2rem;
    font-weight: 500;

}
.nav-bar ul li a:hover{
    color: rgb(170, 8, 8);
}
#profile{
    width: 2rem;
    height: 2rem;
}
.slide-img{
    width:2.8rem;
    height: 3rem;
    padding: 6px 0px;
}
.slider-round{
    border: 1px solid #eeeeee;
    border-radius: 30px;
}
.img-div{
    border: 1px solid #ee4242;
    border-radius: 16px;
}
.chnge-slide i:hover{
    color: #ee4242;
}
.second-img{
    width:3.5rem;
    height: 3.5rem;
    
}
#lists-product li{
    font-weight: 600;
    font-size: 1.2rem;

}
#lists-product li:hover{
    color: rgb(234, 83, 83);
    cursor: pointer;

}
.product-img{
    width: 16rem;
    height: 16rem;
    text-align: center;

}
.view-img{
  width: 22rem;
  height: 20rem;
}
.bckg-product{
    background-color: rgb(230, 229, 229);
    border-radius: 12px;
}
.cart-box {
    display: none;
    position: absolute;
    top: 18%;
    z-index: -1;
    right: 2%;
    transition: all 0.3s linear;
    
  }
  .product-card:hover .cart-box {
    display: block;
    z-index: 2;
    transform: translateX(-20px);
    animation: hover 0.2s linear;
  }
  .product-card2:hover .cart-box {
    display: block;
    z-index: 2;
    transform: translateX(-20px);
    animation: hover 0.2s linear;
  }
  @keyframes hover {
    0% {
      transform: translateX(0px);
      z-index: -1;
    }

    25% {
      transform: translateX(-5px);
      z-index: -1;
    }
    50% {
      transform: translateX(-10px);
      z-index: -1;
    }
    75% {
      transform: translateX(-15px);
      z-index: -1;
    }
    100% {
      transform: translateX(-20px);
      z-index: 2;
    }
  }
  .hover-color{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgb(226, 236, 236);

    /* padding: 4px; */
  }
  .hover-color:hover {
    background-color: black;
    color: #fff;
  }
  .product-card2::before {
    position: absolute;
    content: "50% Off";
    background: #ff003c;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-size: 10px;
    top: 12px;
    left: 22px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    padding: 2px 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.offcanvas-size-sm {
  --bs-offcanvas-width: min(95vw, 250px) !important;
}
/* ///imges of product in cart */
.seleted-img{
  width: 7rem;
  height: 7rem;
 
}
.cart-img{
  width:6rem;
  height:6rem;
}
#addres-form label{
  color: rgb(150, 121, 121);
  font-weight: bold;
}
/* footer */
footer {
  background-color: rgb(89, 89, 89);
  bottom:0px;
  position:relative;
 
}
footer h4 {
  color: #ffc107;
  /* margin-top: 20px; */
  font-size: 1.2rem;
}
footer li {
  list-style: none;
}
footer li a {
  text-decoration: none;
  color: white;
}
footer i {
  font-size: 1.8rem;
  padding-right: 12px;
  color: white;
}
footer i:hover {
  color: rgb(90, 90, 240);
}
/* /// */
.form-floating>.form-control{
  height: calc(2.5rem + 2px);
  line-height: 1;
  
}
.form-floating>label{
  padding: 0.5rem 0.75rem;
}
/* ///slider */

.slidered{
  height: auto;
  margin: auto;
  position: relative;
  width: 90%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 30px;
  
}
.slice {
  margin-right:10px;
  height: 150рх;
  width: 200px;
  display: flex;
  align-items: center;
  perspective: 100px;
}
#slice-img{
  width: 100%;
  transition: transform 1s;
  border-radius: 30px;
}
#slice-img:hover {
  transform: translateZ(20px);
}
.slide-track:hover{
  animation-play-state: paused;
}
.slide-track{
  display: flex;
  width: calc(200px * 18);
  animation: scroll 40S linear infinite;
}

@keyframes scroll {
  0%{
      transform: translateX(0);
  }
       
  100%{
      transform: translatex(calc(-250px * 9));
  }
       
}

.prod-img{
  width: 120px;
  height: 120px;
}
#categry p{
color: rgb(33, 107, 149);
font-weight: 500;
}
.back-ge{
border-radius: 100%;
width: 5rem;
height: 5rem;
padding: 3px;
background-color: rgb(204,229,255);
}
.back-ge img{
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
    object-fit: contain;
}
.back-ge2 img{

border-radius: 20px;
/*width: 8rem;
height: 6rem;*/
padding: 3px;
background-color: rgb(204,229,255);
width: 100px;
}

.morecategory img{

border-radius: 15px;
width: 8rem;
height: 7rem;
padding: 3px;
background-color: rgb(204,229,255);
}


.categoryy .col-md-2{
    width: 12.5%;
}
.categoryy p{
    font-size: 0.9rem;
    font-weight: 500;
}
.cake-recipes img{
    width: 100%;
    height: 8.5rem;
    border-radius: 10px;
}
.eventitembg img{
    background: url(img/cback2.png);
    background-size: cover;
    border-radius: 10px;
    width: 9rem;
    height: 8rem;
    padding: 2rem 1.5rem 0 1.5rem;
}

.dropdown-minu {
  display: none;
  position: absolute;
  top: 50px;
  left: 10%;
  border-top: 3px solid #ff003c;
  opacity: 1;
  box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
  transition: all 0.3s ease-out 0s;
  width: 80%;
}
.dropdown-minu2 {
  display:none;
  position: absolute;
  width: 200%;
  top: 140%;
  left: 10%;
  border-top: 3px solid #ff003c;
  opacity: 1;
  box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
  transition: all 0.3s ease-out 0s;
}
.dropdown-minu ul li a {
  font-size: 14px !important;
}
.dropdown-minu2 ul li a {
  font-size: 14px !important;
}

.dropdown2:hover .dropdown-minu2 {
  display: block;
  opacity: 1;
  transform: translateY(-15px);
  /* transition: all .3s ease-out 0s; */
  animation: effect 0.3s ease-out;
}
@keyframes effect {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-15px);
  }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 18px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #4caf50;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-image: linear-gradient(to right, #FF9800, #FFEB3B);
    border-color: #FFC107;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}

.rating,
.ratings {
    margin-bottom: 0;
    font-size: 8px;
    padding: 7px;
}
.rating span.fa-stack,
.ratings span.fa-stack {
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 0;
    margin: 0 2px;
}
.rating span.fa-stack .fa-star-o:before,
.ratings span.fa-stack .fa-star-o:before {
    content: "\f005";
    color: #bbb;
}
.rating span.fa-stack .fa-stack-1x,
.ratings span.fa-stack .fa-stack-1x {
    font-size: 12px;
}
.rating span.fa-stack .fa-star.fa-stack-1x,
.ratings span.fa-stack .fa-star.fa-stack-1x {
    position: relative;
    z-index: 1;
}
.rating span.fa-stack .fa-star.fa-stack-1x:before,
.ratings span.fa-stack .fa-star.fa-stack-1x:before {
    content: "\f005";
    color: #ff9600;
}
span.fa-stack {
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 0;
    margin: 0 2px;
}
span.fa-stack .fa-star-o:before {
    content: "\f005";
    color: #bbb;
}
span.fa-stack .fa-stack-2x {
    font-size: 12px;
}
span.fa-stack .fa-star.fa-stack-2x {
    position: relative;
    z-index: 1;
}
span.fa-stack .fa-star.fa-stack-2x:before {
    content: "\f005";
    color: #ff9600;
}

.textdecore{
    text-decoration: none;
    color: black;
    text-transform: capitalize;
}
.category-div .col-md-1 {
    flex: 0 0 auto;
    width: 12.5% !important;
    background-color: rgb(244,244,244);
}
.cart-icon-position{
    justify-content: flex-end;
}
.nav-bar-mobile{
    display: none;
}
.footer-mob {
     display: none;}
     
.loginimg{
        /*height: 200px;*/
        width: 200px;
    }
.gap-weight {
    gap: 3rem;
}
.grocery_slider_img{
    width: 500px;
    height: 350px;
}


@media only screen and (max-width: 768px) {
    body{
        padding-bottom: 5rem;
    }
    .grocery-navres {
        margin-top: -2rem !important;
    }
    .map-search {
        left: 0 !important;
        width: 100% !important;
    }
    .grocery_slider_img{
        width: 100%;
        height: unset;
    }
    
    .grocery-slider-margin-res{
        /*margin-top: 1rem;*/
    }

    .grocery-d-flex{
        display: block !important;
    }
    #choselocation{
        position: sticky;
        right: 0;
        margin-top: -3rem !important;
        margin-left: 4rem;
        font-size: 0.7rem !important;
    }
    #choselocation span{
        font-size: 0.6rem;
    }
    .multi_dash_div .nav-bar {
        padding-bottom: 1rem !important;
    }
    
  .nav-bar-large{
      display: none;
  }
    .winter {
        font-size: 50px;
    }
    #se-img {
         height: unset; 
    }
    #home-section{
        height: 40vh;
    }
    #se-img .ps-5 {
        padding-left: 1rem!important;
    }
    #se-img .pt-5 {
        padding-left: 0!important;
    }
    #rossed img{
        width:5rem;
    }
    #cart-acc {
        position: absolute;
        right: 1rem;
        bottom: 0;}
    #cart-acc img{
        width:5rem;
    }
    .product-crousel .carousel-item, .latest-product .carousel-item , .myCarousel .carousel-item{
        justify-content: center!important;
    }
    .latest-product, .product-product{
        padding: 0 !important;
    }
    .nav-bar-mobile{
        display: block;
    }
    .category-div .col-md-1 {
        flex: 0 0 auto;
        width: 100% !important;
        background-color: rgb(244,244,244);
    }
    .footer-mob {
     display: block;
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: orangered;
      text-align: center;
      border-radius: 1rem 1rem 0 0;
      color: #fff;
      font-weight: 600;
      font-size: 1.2rem;
      z-index: 1000;
    }
    .footer-mob i{
        color: #fff;
    }
    .category-image{
        display: none;
    }
    footer .col {
        flex: 100%; 
        text-align: center;
    }
    footer .social-icon {
        justify-content: center!important;
    }
    .cart-icon-position{
        justify-content: center;
    }
    .banner-p{
        /*width: 100px;*/
    }
    .priceperunit{
        display: none;
    }
    .total-pp{
        margin-left: 1rem;
    }
    .loginimg{
        display: none;
    }
    #Login_modal .px-5{
        padding: 0 !important;
    }
    #se-img .fs-2{
        font-size: 1.2rem !important;
    }
    .banner-p{
        font-size: 0.9rem !important;
    }
    .button1, .btn-responsive {
        font-size: 6px !important;
        padding: 0.1rem 0.2rem !important;
    }
    .btn-danger, .btn-warning,.button2 {
        font-size: 6px !important;
        padding: 0.1rem 0.2rem !important;
    }
    .date-staus{
        display: none;
    }
    .shop-tracking-status .image-order-status.active .status {
        font-size: 0.7rem;
    }
    .text-banner{
        text-align: center;
    }
    .gap-weight {
        gap: .25rem;
    }
    .categoryy .col-md-2 {
        width: 25%;
    }
    .crousel6_width{
        width: 100%;
    }
    .mob_hide_nav{
        display: none;
    }
    .text-align-r {
        text-align: left !important;
    }
    .price-details-div {
        max-width: 100%;
        position: static;
    }
    .price-details-div .button1{
        font-size: 15px !important;
        padding: 11px 13px !important;
    } 
    .big_img {
        height: unset;
    }
    .categoryy p {
        font-size: 0.65rem;
        padding: 0 !important;
        line-height: 0.9;
        margin-top: 0.5rem;
    }
}

.jumbotron
{
     margin-top: 8%;
    background-color: #edeeefc9;
    padding:10px;
}

.jumbotron .lead
{
    color:green;
}

.jumbotron .lead a
{
    color:black !important;
    text-decoration:none;
}

    .mob-hide-login {
        display: none;
    }
    





.profilebtn1 {
   background-color: #ca1d1d;
   margin-right: 10px;
   color: white;
   }
   
   .aside-nav{
        /*top: 9.5vh;*/
        background-color: transparent;
        overflow-y: auto;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .aside-nav a img{
        width: 1.6rem;
        height: 1.6rem;
        padding: 0.3rem;
        border-radius: 10%;
    }
    .aside-nav .side-link, .aside-nav .side-link{
        text-decoration: none;
        color: black;
        font-size: 0.8rem;
        box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
        padding: 0.5rem;
        border-radius: 0.5rem;
        background: #fff;
    }
    
    .aside-nav .side-link:hover, .aside-nav .side-link.active{
        background-image: -webkit-linear-gradient(rgb(244, 107, 69), rgb(238, 168, 73));
        color: #fff;
        cursor: pointer;
        
    }

    


 .button1 {
   background: linear-gradient(to bottom,#97cb85 0,#58a662 100%);
   border: 0;
   border-radius: 5px;
   color: #fbfbfb;
   font-weight: 600;
   font-size: 15px;
   cursor: pointer;
   margin: 0 auto;
   margin-bottom: 20px;
   }
   .thcolor {
   color: #E91E63;
   }
   .progressbar_div {
    margin-top: 10% !important;
    padding: 20px;
}






.coupon {
  height: 172px;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
  display: flex;
  align-items: stretch;
  position: relative;
  text-transform: uppercase;
}
.coupon::before,
.coupon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.coupon::before {
  left: 0;
  background-image: radial-gradient(
    circle at 0 50%,
    transparent 25px,
    #d7d5cce8 26px
  );
}

.coupon::after {
  right: 0;
  background-image: radial-gradient(
    circle at 100% 50%,
    transparent 25px,
    gold 26px
  );
}

.coupon > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.coupon .left {
  width: 20%;
  border-right: 2px dashed rgba(0, 0, 0, 0.13);
}
.coupon .left div {
  transform: rotate(-90deg);
  white-space: nowrap;
  font-weight: bold;
}

.coupon .center {
  flex-grow: 1;
  text-align: center;
}

.coupon .right {
  width: 120px;
  background-image: radial-gradient(
    circle at 100% 50%,
    transparent 25px,
    #fff 26px
  );
}
.coupon .right div {
  font-family: "Libre Barcode 128 Text", cursive;
  font-size: 1.5rem;
  font-weight: 400;
    transform: rotate(-90deg);
}

.coupon .right i{
    transform: rotate(90deg);
    color:red;
}

.coupon .center h2 {
  background: #000;
  color: gold;
  padding: 0 10px;
  font-size: 2.15rem;
  white-space: nowrap;
}

.coupon .center h3 {
  font-size: 1.15rem;
}
.coupon .center small {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 2px;
}

@media screen and (max-width:500px){
  .coupon {
    display:grid;
    grid-template-columns:1fr;
  }
  .coupon .left div {
    transform: rotate(0deg);
  }
  .coupon .right div {
    transform: rotate(0deg);
    
  }
}

.text-align-r
{
    text-align:right;
}

.ui {
    width: 700px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: 20%;
    
}

.ui_fruit {
    position: absolute;
    z-index: 34;
    right: -47px;
    pointer-events: none;
    top: 100px;
    
}

.ui_fruit img {
    width: 46%;
    margin-left:50%;
    margin-top:15%;
}

.ui_basket {
    color: #de467c;
    position: relative;
    top: -6px;
    text-align: right;
}    
  
.ui_inner {
    height: 340px;
    background-image: -webkit-linear-gradient(45deg, #ffffff 0%, #f3f3f3 100%);
    padding: 40px;
    box-shadow: 0px 2px 40px 0px transparent, 0px 6px 26px 0px rgb(191, 155, 89), 0px 3px 0px -2px white inset, 0px 22px 60px 70px #f1f1f1 inset, 0px 8px 18px -7px transparent, 30px 13px 30px 28px #b18f8f inset;
}    

.ui_inner .sb {
    overflow: hidden;
    width: 450px;
    top: -1px;
    left: -171px;
    position: absolute;
    height: 480px;
    animation: spin 14s infinite linear;
}
 .ui_inner .sb img {
        width: 450px;
        opacity: 0;
        transition: all .15s .0s
    }
    
 
 
 .slide_inner {
    position: absolute;
    top: 54px;
    text-align: right;
 }
 
 .slide_inner__left {
    display: inline-block;
    position: absolute;
    left: -220px;
    top: 10px;
    -webkit-transition: all .5s 0s cubic-bezier(0.175, 1.605, 0.455, 0.920);
 }
 
 .slide_inner__left img{
    width: 100%;
    z-index: 8;
    position: Relative;
    filter: drop-shadow(-4px 6px 6px rgba(0, 0, 0, 0.2));
    width:43%;
    left:-162px;
    margin-top:18%;
 }
  
  .slide_inner__left .firework
  {
       position: relative;
        left: 130px;
        top: -150px;
  }
  
 .ui_inner__selection label .ui_inner__slider .sb img {
    opacity: 0.3;
    transition: all 1s 0.2s;
}

.add
{
    font-size: 53px;
    margin-left: 96px;
}
.btn-sm
{
    margin-right:20%;
}
@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.outofstockcls
{
    height: 100%;
    z-index: 57;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 8px;
    font-size: 12px;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.6);
    width: 100% !important;
}
.outofstockcls_span
{
    background: rgb(156, 156, 156);
    border-radius: 4px;
    color: white;
    padding: 2px 4px;
    font-size: 9px;
    font-weight: 600;
    line-height: 12px;
    position: absolute;
    top: 30%;
}
.product_card{
    height:250px !important;
}

.selectedLocation
{
    font-size:20px;
    padding: 18px;
    margin-top: 5%;
  
}

.pac-container { z-index: 10000 !important; }

.load-wrapp {
  float: left;
  width: 100%;
  height: 100px;
  margin: 0 10px 10px 0;
  padding: 20px 20px 20px;
  border-radius: 5px;
  text-align: center;
}

.load-wrapp p {
  padding: 0 0 20px;
  font-size:25px;
  margin-top:20px;
}
.load-wrapp:last-child {
  margin-right: 0;
}

.line {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #4cd727;
}

.load-3 .line:nth-last-child(1) {
  animation: loadingC 0.6s 0.1s linear infinite;
}
.load-3 .line:nth-last-child(2) {
  animation: loadingC 0.6s 0.2s linear infinite;
}
.load-3 .line:nth-last-child(3) {
  animation: loadingC 0.6s 0.3s linear infinite;
}

@keyframes loadingC {
  0 {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.aside-nav-locationul a
{
    font-size: 20px !important;
}
     #map,#cartAddressmap
        {
           
            height:300px
        }
        .custom-map-control-button {
          background-color: #fff;
          border: 0;
          border-radius: 2px;
          box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
          margin: 10px;
          padding: 0 0.5em;
          font: 400 18px Roboto, Arial, sans-serif;
          overflow: hidden;
          height: 40px;
          cursor: pointer;
        }
        .custom-map-control-button:hover {
          background: rgb(235, 235, 235);
        }
        /*#load{*/
        /*    width:100%;*/
        /*    height:100%;*/
        /*    position:fixed;*/
        /*    z-index:9999;*/
        /*    background:url("grocery_logo.gif") no-repeat center center rgba(255,255,255, 0.9)*/
        /*}*/
        
       .loader {
              width: 60px;
            }
            
            .loader-wheel {
              animation: spin 1s infinite linear;
              border: 2px solid rgba(30, 30, 30, 0.5);
              border-left: 4px solid #000;
              border-radius: 50%;
              height: 50px;
              margin-bottom: 10px;
              width: 50px;
            }
            
            .loader-text {
              color: #000;
              font-family: arial, sans-serif;
              font-weight:600;
            }
            
            .loader-text:after {
              content: 'Loading';
              animation: load 2s linear infinite;
            }
            
            @keyframes spin {
              0% {
                transform: rotate(0deg);
              }
              100% {
                transform: rotate(360deg);
              }
            }
            
            @keyframes load {
              0% {
                content: 'Loading';
              }
              33% {
                content: 'Loading.';
              }
              67% {
                content: 'Loading..';
              }
              100% {
                content: 'Loading...';
              }
            }
   
       .pagination {
            	list-style-type: none;
            	padding: 10px 0;
            	display: inline-flex;
            	justify-content: space-between;
            	box-sizing: border-box;
            }
            .pagination li {
            	box-sizing: border-box;
            	padding-right: 10px;
            }
            .pagination li a {
            	box-sizing: border-box;
            	background-color: #e2e6e6;
            	padding: 12px;
            	text-decoration: none;
            	font-size: 12px;
            	font-weight: bold;
            	color: #616872;
            	border-radius: 4px;
            }
            .pagination li a:hover {
            	background-color: #d4dada;
            }
            .pagination .next a, .pagination .prev a {
            	text-transform: uppercase;
            	font-size: 12px;
            }
            .pagination .currentpage a {
            	background-color: #74a12a;
            	color: #fff;
            }
            .pagination .currentpage a:hover {
                background-color: #74a12a;
            }

         .carousel-control-prev, .carousel-control-next {
         height: 20px;
         width: 20px;
         background: #7ac400;  
         margin: auto 0;
         border-radius: 4px;
         opacity: 0.8;
         }
         .carousel-indicators {
         bottom: -50px;
         }
         .carousel-control-next-icon, .carousel-control-prev-icon{
         width: 1rem;
         }
         .error
         {
             color:red;
         }
    
         /*jQuery jGrowl v1.4.3 | Licensed under the MIT License*/

        .jGrowl {
        	z-index: 9999;
        	color: #ffff;
        	position: fixed
        }
        
        .jGrowl.top-left {
        	left: 0;
        	top: 0
        }
        
        .jGrowl.top-right {
        	right: 0;
        	top: 0
        }
        
        .jGrowl.bottom-left {
        	left: 0;
        	bottom: 0
        }
        
        .jGrowl.bottom-right {
        	right: 0;
        	bottom: 0
        }
        
        .jGrowl.center {
        	top: 0;
        	width: 50%;
        	left: 25%
        }
        
        .jGrowl-closer,
        .jGrowl-notification {
        	width: 250px;
        	display: none
        }
        
        .jGrowl.center .jGrowl-closer,
        .jGrowl.center .jGrowl-notification {
        	margin-left: auto;
        	margin-right: auto
        }
        .jGrowl-notification a{
                color: white;
                text-decoration: none;
                font-size: 16px;
        }
        .jGrowl-notification {
        	background-color: #8BC34A;
        	text-align: left;
        	border-radius: 3px;
        	min-height: 40px;
        	margin: 10px;
        	box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .08), 0 1px 5px 0 rgba(0, 0, 0, .2);
        	padding: 10px;
        	border-bottom: 5px solid #f17851;
        }
        
        .jGrowl-notification .jGrowl-header {
        	font-size: 20px;
            margin-bottom: 10px;
            font-weight: 700;
            color: black;
        }
        
        .jGrowl-message {
        	overflow: hidden
        }
        
        .jGrowl-notification img {
        	width: 50px;
        	float: left;
        	margin-right: 15px
        }
        
        .jGrowl-notification h3 {
        	font-size: 14px;
        	overflow: hidden;
        	line-height: 20px;
        	margin: 0;
        	color:white;
        	letter-spacing:1px
        }
        
        .jGrowl-notification .jGrowl-close {
        	color: #fff;
        	border-radius: 3px;
        	z-index: 99;
        	border: none;
        	float: right;
        	font-size: 1.4em;
        	line-height: 18px;
        	cursor: pointer;
        	background-color: #999
        }
        
        .jGrowl-notification .jGrowl-close:hover {
        	background-color: #777
        }
        
        .jGrowl-closer {
        	background-color: #000;
        	opacity: .9;
        	filter: alpha(Opacity=(.9*100));
        	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(.9*100));
        	zoom: 1;
        	border-radius: 5px;
        	cursor: pointer;
        	font-size: .9em;
        	font-weight: 700;
        	text-align: center;
        	margin: 10px;
        	padding: 4px 10px
        }
        
        .jGrowl-closer .ui-state-highlight,
        .jGrowl-closer .ui-widget-content .ui-state-highlight,
        .jGrowl-closer .ui-widget-header .ui-state-highlight,
        .jGrowl-notification .ui-state-highlight,
        .jGrowl-notification .ui-widget-content .ui-state-highlight,
        .jGrowl-notification .ui-widget-header .ui-state-highlight {
        	border: 1px solid #000;
        	background: #000;
        	color: #fff
        }
        
        @media print {
        	.jGrowl {
        		display: none
        	}
        }
        
        .navbtn5 {
                background: #ef3339;
                color: #fff !important;
                padding: 0 1rem;
                font-weight: bold;
            }
            
            

.progressbar_div {
    margin-top: 10% !important;
    padding: 20px;
}

/* Continuous Progress/Processing Bar */
.processing {
    position: relative;
    height: 10px;
    display: block;
    width: 100%;
    background-color: lighten(#0095d9, 50%);
    border-radius: 2px;
    background-clip: padding-box;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;

}

.continuous {
    background-color: #0095d9;
}

.continuous:before {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: continuous 3.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.continuous:after {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: continuous-short 3.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s;
}

@keyframes continuous {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes continuous-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

.map-search {
     position: absolute; 
    background: #fff;
    z-index: 1;
    padding: 8px 16px 8px 24px;
    left: 30%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
    border-radius: 34px;
    width: 376px;
}

