.app-comming-section{ display: block;}
.app-comming-section-mobile{ display: none;}
.app-comming-section .comming-section{display: flex;justify-content: space-between; width:100%}
.app-comming-section .comming-section .comming-section-inner{border: 1px solid #6f0f3f;display: flex;justify-content: center;align-items: center;padding: 0px 40px 0px 40px;}
.app-comming-section .comming-section .comming-section-inner .text-div{margin:0px 20px 0px 30px}
.app-comming-section .comming-section .comming-section-inner img{padding-top: 30px;width: 170px;}
.app-comming-section .comming-section .comming-section-inner h2{-webkit-box-align: center;align-items: center;color: #6f0f3f;font-style: normal;font-weight: 400;font-size: 32px;line-height: 120%;align-content: stretch;width: auto;}
.app-comming-section .comming-section .comming-section-inner .imp-list{display: flex;justify-content: center;align-items: center;}
.app-comming-section .comming-section .comming-section-inner .imp-list-li{color: #6f0f3f; margin-right:12px;font-size: 14px;line-height: 22px;margin-top: 8px;}
.app-comming-section .comming-section .comming-section-inner .cooming-soon{display: flex;-webkit-box-pack: center;place-content: center;width: 150px;border: 1px solid #6f0f3f;padding: 25px;height: 132px;border-radius: 20px;background-color: #6f0f3f;color: rgb(255, 255, 255);flex-flow: column wrap;text-align:center;font-style: normal;font-weight: 500;font-size: 20px;line-height: 120%;-webkit-box-align: center;align-items: center;}
.cart-product-items .wish-icon{ position:initial}
.festive-gifting.banner-section {
  background-color: transparent;
}
.unavailable_product{ text-decoration: line-through;}
.festive-gifting.banner-section figure img{opacity:1}
.d-none{ display:none !important;}
.product-section .btn.active{background-color: #ec1745;color: #fff;}
.anchor_link{border-bottom: 1px solid #000;
  padding: 0px 0px 2px 0px;
}

.checkout_cart .quantity .form-control{padding-inline: 0px;}
.delete_checkout_cart{border: none;
  padding: 3px 8px;
  border-radius: 5px;
  display: block;
  cursor: pointer;}
.view_all_arrow{ display: flex; align-items: center; justify-content: center;}
.view_all_arrow i{background: #6f0f3f;
  color: #FFF;
  padding: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; margin: 0px 0px 0px 10px;}
  .gift-section{ position:relative;}
    .gift-img-section .services {
    width: calc(50% - 20px);
    margin-right: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    /* box-shadow: 0 10px 10px 5px #eef; */
    border-radius: 0 0 5px 5px;
    }
    
    .gift-img-section .bottom 
    {
        padding: 12px 15px;
        background-color: #eee;
    }
    .gift-img-section{transform: translateY(-15%);}
    .festive-gifting-page{width: 100%;
      background: rgb(111 15 63);
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      flex-wrap: nowrap;
      gap: 27px;
      padding: 20px 80px;
      -webkit-box-pack: justify;
      justify-content: space-between;}
      .festive-gifting-page .div-row{display: flex; align-items: center; gap: 8px;    -webkit-box-pack: justify;
        justify-content: space-between;
        width: 100%;}
      .festive-gifting-page .div-row p.fest i{font-size:30px;color: rgb(255, 241, 230); margin-right:15px}
      .festive-gifting-page .div-row p.fest{margin: 0px;
      font-size: 30px;
      font-weight: 400;
      line-height: 120%;
      font-style: normal;
      text-transform: uppercase;
      color: rgb(255, 241, 230);}
      .festive-gifting-page .div-row p.fest-detail{margin: 0px;
      font-weight: 400;
      line-height: 120%;
      color: rgb(255, 241, 230);
      font-size: 14px;
      padding-left: 5px;}
.order-detail-table table tr td{
  border: 1px solid #EEE;
  background: #FFF;
  padding: 2px 4px;
}
.order-detail-table table tbody tr td {background: #FFF;}
.order-detail-table table tr th{
  border: 1px solid #EEE;
  padding: 15px 5px;
}
.opacity-3{opacity:0.3}
.anchor_link{border-bottom: 1px solid #000;}
.anchor_link:hover{color:#ec1745;border-bottom: 1px solid #ec1745;}
.overlay {
  position: fixed; 
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}
.topbar-section {
  background-color: #6f0f3f;
}
.topbar-section p {
  text-transform: uppercase;
}
.short-desc{
  font-size:11px;color: #000;
}
.header-section {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.0901960784);
  background-color: #FFFBF5;
}
.header-section .logo {
  width: 100px;
}
/*.header-section .navbar {*/
/*  width: calc(40% - 20px);*/
/*  margin-right: 20px;*/
/*}*/
.header-section .search-form {
  width: calc(25% - 20px);
  margin-right: 20px;
}
.header-section .search-form img {
  width: 28px;
}
/*.header-section .site-links {*/
/*  width: 20%;*/
/*}*/

.about-section .services{
    width:calc(25% - 20px);
    margin-right:20px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    /*box-shadow: 0 10px 10px 5px #EEF;*/
    border-radius: 0 0 5px 5px;
}

.about-section .top img{
    border-radius: 5px 5px 0 0;
    height: 200px;
    display: block;
}

.about-section .bottom{
    padding: 12px 15px;
    background-color: #eee;
}
.about-section h5.style_heading{
    line-height: 24px;
    color: #ec1745;
}
.about-section .bottom h5{
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #6f0f3f;
    line-height: 29px;
    padding-inline: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    border-radius: 0 5px 5px 0;
}

   
    .about-section .left{
        width: calc(40% - 20px);
        margin-right: 20px;
        height: 600px;
        overflow: hidden;
        border-radius: 5px;
    }
    .about-section .right{
        width: 60%;
    }
    

.career-section .left{
    width: calc(70% - 15px);
    margin-right: 15px;
        background-color: #fff;
    padding: 15px 10px;
    border-radius: 5px;
}

.career-section .right{
    width: 30%;
}

.career-section .right ul li{
    width: calc(33.33% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
}

.login-form-model {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7019607843);
  z-index: 12;
  transition: all 0.5s ease-in-out;
  transform: translateX(100%);
}
.login-form-model .design {
  height: 285px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 400px;
  background-color: #eee;
}
.login-form-model .design h3{
    font-size: 25px;
    color: #6f0f3f;
    padding-inline: 25px;
}

.login-form-model.active {
  transform: translateX(0);
}
.login-form-model .form-section {
  width: calc(100% - 1150px);
  height: 100vh;
  background-color: #fff;
  position: absolute;
  top: 0px;
  right: 0;
}
.login-form-model .close {
  position: absolute;
  top: 7px;
  right: 25.5%;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.login-form-model .form-section h4 {
  font-size: 16px;
}
.login-form-model .form-section form .checkbox {
  font-size: 12px;
}
.login-form-model .form-section form .checkbox a {
  color: #6f0f3f;
  font-weight: 700;
  font-size: 12px;
  border-bottom: 1px solid #6f0f3f;
}
.login-form-model .form-section form .checkbox .checkmark {
  border: 1px solid #6f0f3f;
}
.login-form-model .form-section form p {
  font-size: 12px;
}
.login-form-model .form-section form .form-group {
  margin-bottom: 10px;
}
.login-form-model .form-section form .form-group .form-control {
  padding-left: 70px;
}
.login-form-model .form-section form .form-group .input-icon {
  top: 7px;
  height: 47px;
  width: 72px;
}
.login-form-model .form-section form .form-group .input-icon img {
  width: 26px;
}
.login-form-model .form-section form img {
  width: 100px;
}

.header-section .navbar ul li .mega-menu {
  position: absolute;
  top: 100%;
  left: 4%;
  width: 92%;
  height: auto;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease-in-out;
  background-color: #f7abad;
}

.header-section .navbar ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.header-section .navbar ul li .mega-menu .content {
  width: calc(20% - 20px);
  margin-right: 20px;
}

.header-section .navbar ul li .mega-menu .items {
  width: 80%;
}

.header-section .navbar ul li .mega-menu ul li {
  padding-right: 0;
}

.header-section .navbar ul li .mega-menu ul li img {
  /* width: 70%; */
  border-radius: 100%;
    height: 120px;
    width: 120px;
    overflow: hidden;
}

.header-section .navbar ul li {
  padding-right: 28px;
}
.header-section .navbar ul li:last-child{
      padding-right: 0px;
}

.header-section .navbar ul li a {
  font-weight: 700;
  font-size: 13px;
  /*font-family: "Gilroy SemiBold";*/
  transition: all 0.5s ease-in-out;
}

.header-section .navbar ul li a.btn {
  line-height: 35px;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.banner-section .banner-img span {
  width: 140px;
  height: 140px;
  line-height: 40px;
  color: #fff;
  background-color: #6f0f3f;
  border-radius: 50%;
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  position: absolute;
  top: 30px;
  border: 4px solid #fff;
  left: 0px;
  padding: 30px 0px;
  font-family: "Gilroy Font";
}

.offer-section .left{width:calc(50% - 15px);margin-right:15px}.offer-section .left .banner{border-radius:10px}.offer-section .left .banner img{border-radius:10px}.offer-section .left .banner .banner-text{position:absolute;top:20%;left:5%;width:250px}.offer-section .left .banner .banner-text h3{line-height:30px}

.notRecieve {
  display: none;
}

#toast-container .toast {
  opacity: 1;
}

/* .banner-section .banner-img span p {
    display: block;
  } */
.banner-section .banner-img img {
  border-radius: 50%;
}

.features-section .features {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 300px;
  position: relative;
  margin-right: 10px;
  border: 1px solid #f3f6f9;
}

.features-section .features.bg-image-1 {
  background-image: url(../images/banner/shape1.jpg);
}

.features-section .features.bg-image-2 {
  background-image: url(../images/banner/shape2.jpg);
}

.features-section .features.bg-image-3 {
  background-image: url(../images/banner/shape3.jpg);
}

.features-section .features.bg-image-4 {
  background-image: url(../images/banner/shape4.jpg);
}

.features-section .features .content {
  position: absolute;
  top: 30px;
  right: 28px;
  width: 300px;
}

.features-section .features .content h4 {
  color: #6f0f3f;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
}

.features-section .features:hover .content h4 {
  color: #ff7c08;
}

.features-section .features .content p {
  font-size: 13px;
  font-weight: 700;
}

.features-section .features .content a i {
  font-size: 13px;
}

.product-categories {
  background-repeat: repeat;
  background-size: 170px;
  background-position: center;
}
.product-categories .collection {
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 15px 25px;
  border: 1px solid #f0f0f0;
}
.product-categories .collection .content {
  width: 70%;
}
.product-categories .collection .content a {
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1.9px solid #000;
  display: inline-block;
  padding-bottom: 8px;
}
.product-categories .collection .collection-img {
  width: 30%;

}

.rating li {
  padding-right: 10px;
}

.rating li:last-child {
  padding-right: 0;
}

.rating li i {
  color: #b99a54;
  font-size: 18px;
}

.testimonial-section .testimonial {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  margin-inline: 30px;
  margin-block: 80px;
  border: 1px solid #f3f6f9;
}

.testimonial-section .testimonial ul li h4 {
  color: #000;
}

.testimonial-section .testimonial ul li p {
  color: #ec1745;
  font-weight: 700;
}

.testimonial-section .testimonial ul.pt-70 {
  padding-top: 25px;
}

.testimonial-section .testimonial::before {
  position: absolute;
  content: "";
  background-color: #6f0f3f;
  width: 50%;
  height: 290px;
  bottom: -28px;
  left: -20px;
  border-radius: 25px;
  z-index: -1;
}

.testimonial-section .testimonial .customer-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #6f0f3f;
  overflow: hidden;
  position: absolute;
  top: -80px;
  left: calc(62% - 150px);
}

.testimonial-section .testimonial ul li img {
  width: 50px;
}

.testimonial-section .testimonial ul li.rotate {
  transform: rotate(180deg);
}

.team-section {
  background-color: #eef6eb;
}

.team-section .testinoinal {
  border-radius: 10px;
  padding: 15px 40px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin-right: 15px;
}

.team-section .testinoinal::before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  background-color: #ff7c08;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 25%, 50% 100%, 0 25%);
          clip-path: polygon(0 0, 100% 0%, 100% 25%, 50% 100%, 0 25%);
}

.team-section .testinoinal::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon/chefs_shapes.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 92px;
  height: 155px;
  transform: rotate(45deg);
  opacity: 0.04;
  bottom: 0;
  left: -25px;
}

.team-section .testinoinal span {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.team-section .testinoinal span img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ff7c08;
  padding: 10px;
}

.team-section .testinoinal .name h3 {
  font-weight: 800;
  color: #231f40;
  transition: all 0.3s ease-in-out;
}

.team-section .testinoinal:hover .name h3 {
  color: #ff7c08;
}




.filter-section .side-bar {
  width: calc(23% - 30px);
  margin-right: 30px;
  height: auto;
  overflow-y: scroll;
}

.filter-section .side-bar .panel ul li {
  padding: 6px 0px;
  cursor: pointer;
}

.filter-section .side-bar .panel ul li a {
  transition: all 0.5s ease-in-out;
  font-size: 13px;
  font-weight: 700;
}

.filter-section .side-bar .panel ul li:hover a {
  color: #6f0f3f;
}

.filter-section .side-bar .panel ul .category-items {
  display: none;
}

.filter-section .side-bar .panel ul.checkbox-list {
  max-height: 235px;
  overflow-y: auto;
}

.filter-section .side-bar .panel ul.checkbox-list li label {
  color: #2a115d;
}

.filter-section .side-bar .panel .range-slider {
  width: 45%;
}

.filter-section .side-bar .panel .range-slider input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.filter-section .side-bar .panel .range-slider input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.filter-section .side-bar .panel .range-slider label {
  font-size: 11px;
}

.filter-section .side-bar .panel .range-slider input.form-control {
  height: 39px;
  padding-left: 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

.filter-section .side-bar .panel .price-input .seprator {
  width: 10%;
  margin-top: 30px;
}

.filter-section .side-bar .panel .slider {
  position: relative;
  background-color: #929090;
  border-radius: 5px;
  height: 4px;
  margin: 20px 10px;
}

.filter-section .side-bar .panel .slider .progress {
  position: absolute;
  height: 4px;
  background: #6f0f3f;
  content: "";
  left: 25%;
  right: 25%;
  border-radius: 10px;
}

.filter-section .side-bar .panel .range-input {
  position: relative;
  margin: 10px 10px;
}

.filter-section .side-bar .panel .range-input input {
  position: absolute;
  top: -31px;
  height: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  pointer-events: none;
  background: none;
  border: none;
  outline: none;
}

.filter-section .side-bar .panel .range-input input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #6f0f3f;
}

.filter-section .side-bar .panel .range-input input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #6f0f3f;
  border: none;
}

.filter-section .filter-products {
  width: 77%;
}

.banner-section {
  background-color: #000;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.slick-arrow path {
  fill: #fff;
}

.slick-arrow.next {
  right: 2%;
}

.slick-arrow.prev {
  left: 2%;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.4rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots li {
  background: #ffffff;
  width: 20px;
  height: 4px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.8s ease-out;
}

.slick-dots li.slick-active {
  background: #6f0f3f;
  width: 40px;
}

.slick-dots li button {
  display: none;
}

.banner-section figure {
  position: relative;
}

.banner-section figure .content {
  position: absolute;
top: 40%;
left: 10%;

color: #fff;
width: 400px;
text-align: left;
}

.banner-section figure img {
  position: relative;
  opacity: 0.7;
}

.banner-section figure .content h1 {
  padding: 5px 0;
  font-size: 60px;
  /*text-shadow: 0px 0px 10px #6f0f3f;*/
  font-weight: 800;
  letter-spacing: 0.5px;
}

.banner-section figure .content h6 {
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize !important;
}

.banner-section figure .content button {
  width: auto;
  margin-top: 1rem;
  padding: 0 3rem;
}

.banner-section figure.slick-active img {
  animation: sliderImage 2s ease-out;
}

.banner-section figure.slick-active .content h1 {
  animation: sliderTexth1 2s ease-out;
}

.banner-section figure.slick-active .content h6,
.banner-section figure.slick-active .content h5 {
  animation: sliderTexth5h6 2s ease-out;
  /*text-shadow: 0px 0px 10px rgba(252, 250, 250, 0.484);*/
}


.banner-section figure.slick-active .content button {
  animation: sliderBtn 2s ease-out;
}



@keyframes sliderImage {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes sliderTexth1 {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sliderTexth5h6 {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sliderBtn {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
.footer-section .amenities .box {
  position: relative;
}
.footer-section .amenities .box span {
  position: absolute;
  top: -2px;
  left: 0;
}
.footer-section .amenities .box span img {
  width: 40px;
}
.footer-section .amenities .box .content {
  padding-left: 65px;
}
.footer-section .amenities .box .content h5 {
  font-weight: 700;
  color: #6f0f3f;
}
.footer-section .amenities .box .content p {
  font-size: 11px;
  font-weight: 700;
}
.footer-section .about {
  width: calc(43% - 50px);
  margin-right: 50px;
}
.footer-section .about .address-detail p {
  color: #6f0f3f;
}
.footer-section .about .address-detail h4 {
  font-size: 20compapx;
  border-bottom: none;
  padding-bottom: 0;
}
.footer-section .about .address-detail h5 {
  font-size: 13px;
}
.footer-section .about .address-detail img {
  width: 300px;
}
.footer-section .links {
  width: calc(12% - 20px);
  margin-right: 20px;
}
.footer-section .links ul li {
  line-height: 30px;
  border-bottom: 1px solid #f3f6f9;
}
.footer-section .links ul li a {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.9px;
  transition: all 0.2s ease-in-out;
}
.footer-section .links ul li aa:hover {
  color: #ff7c08;
}
.footer-section .links ul li i {
  padding-right: 10px;
  color: #b99a54;
  font-size: 3px;
}
.footer-section .contact {
  width: 33%;
}
.footer-section .contact .form .form-control {
  width: calc(70% - 20px);
  margin-right: 20px;
  margin-top: 0;
  border-radius: 50px;
  height: 48px;
  padding-left: 20px;
}
.footer-section .contact .form .btn {
  width: 30%;
  border-radius: 50px;
}
.footer-section .contact .social-links ul li.icon {
  border: 1px solid #6f0f3f;
}
.footer-section .copyright {
  background-color: #6f0f3f;
}
.footer-section .copyright p {
  color: #fff;
}
.footer-section .copyright p a {
  font-weight: 800;
}
.footer-section h4 {
  font-weight: 700;
  border-bottom: 1px solid #ec1745;
  display: inline-block;
  color: #ec1745;
  font-size: 15px;
  padding-bottom: 6px;
  letter-spacing: 0.7px;
}

.user-dashboard {
  position: relative;
  background-color: #f8fafb;
}
.user-dashboard .left-twenty-five {
  border-radius: 3px;
  background-color: #fff;
  max-height: 718px;
}
.user-dashboard .left-twenty-five h3 {
  font-size: 16px;
  font-weight: 700;
}
.user-dashboard .left-twenty-five .user-name h4 {
  font-weight: 700;
  color: #6f0f3f;
}
.user-dashboard .left-twenty-five .user-name p {
  font-weight: 600;
  font-size: 14px;
}
.user-dashboard .left-twenty-five .user-mobile-email .mobile,
.user-dashboard .left-twenty-five .change-password .mobile {
  border: 1px solid #ddd;
  padding: 7px 10px;
  border-radius: 7px;
}
.user-dashboard .left-twenty-five .user-mobile-email .mobile h5,
.user-dashboard .left-twenty-five .change-password .mobile h5 {
  font-size: 13px;
  font-weight: 700;
}
.user-dashboard .left-twenty-five .user-mobile-email .mobile p,
.user-dashboard .left-twenty-five .change-password .mobile p {
  font-weight: 700;
  color: #929090;
  font-size: 11px;
}
.user-dashboard .left-twenty-five .user-mobile-email .mobile span i,
.user-dashboard .left-twenty-five .change-password .mobile span i {
  color: #6f0f3f;
}
.user-dashboard .left-twenty-five .user-mobile-email .mobile .number input,
.user-dashboard .left-twenty-five .change-password .mobile .number input {
  outline: none;
  border: none;
  font-size: 20px;
  width: 138px;
  margin-top: 0;
  height: 22px;
  padding: 0;
}
.user-dashboard .left-twenty-five .user-mobile-email .mobile a.btn,
.user-dashboard .left-twenty-five .change-password .mobile a.btn {
  line-height: 25px;
  font-size: 9px;
  width: 20%;
  padding: 0px 6px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.user-dashboard .left-twenty-five .user-menu ul li {
  line-height: 18px;
  border-bottom: 1px solid #f4f4f4;
  padding: 9px 0px;
  transition: all 0.5s ease-in-out;
}
.user-dashboard .left-twenty-five .user-menu ul li a {
  font-weight: 600;
  font-size: 12px;
}
.user-dashboard .left-twenty-five .user-menu ul li a i {
  font-size: 14px;
  color: #6f0f3f;
  margin-right: 10px;
}
.user-dashboard .left-twenty-five .user-menu ul li:hover {
  transform: translateX(10px);
}
.user-dashboard .right-seventy-five .quick-links .links {
  border: 2px dotted #ddd;
  padding: 20px 0px;
  border-radius: 20px;
}
.user-dashboard .right-seventy-five .quick-links .links span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  display: inline-block;
}
.user-dashboard .right-seventy-five .quick-links .links h2,
.user-dashboard .right-seventy-five .quick-links .links p {
  color: #25234e;
  font-family: "Gilroy SemiBold";
}
.user-dashboard .right-seventy-five .recent-booked-order .booked-order ul li {
  padding: 10px 0px 10px 15px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 8px;
  background-color: #fff;
}
.user-dashboard .right-seventy-five .recent-booked-order .booked-order ul li .product-img {
  width: calc(13% - 15px);
  margin-right: 15px;
}
.user-dashboard .right-seventy-five .recent-booked-order .booked-order ul li .product-name {
  width: calc(41% - 15px);
  margin-right: 15px;
  font-size: 12px;
}
.user-dashboard .right-seventy-five .recent-booked-order .booked-order ul li .product-name p {
  font-size: 10px;
  padding-top: 3px;
  font-family: "Gilroy SemiBold";
}
.price-section
{
  padding-top: 10px;
}

.price-section .tax-section .tax-detail{text-align: right;}
.add-shipping-address{ display: none;}
.user-dashboard .right-seventy-five .recent-booked-order .booked-order ul li .price {
  width: calc(15% - 15px);
  margin-right: 15px;
}
.user-dashboard .right-seventy-five .recent-booked-order .booked-order ul li .status {
  width: 25%;
}
.user-dashboard .right-seventy-five .recent-booked-order .booked-order ul li .status h6 {
  padding: 0 10px;
  border-radius: 50px;
  line-height: 25px;
  font-size: 10px;
  font-weight: 700;
}
.user-dashboard .right-seventy-five .recent-booked-order .booked-order ul li .dots {
  width: 6%;
  cursor: pointer;
  position: relative;
}
.user-dashboard .right-seventy-five .recent-booked-order .booked-order ul li .dots ul.dropdown-menu {
  position: absolute;
  padding: 6px 0px;
  min-width: 146px;
  box-shadow: 0px 0px 10px #929090;
  background-color: #fff;
  border-radius: 10px;
  inset: 29px 0px auto auto;
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.2s ease-in-out;
  z-index: 10;
}
.user-dashboard .right-seventy-five .recent-booked-order .booked-order ul li .dots ul.dropdown-menu li {
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  line-height: 28px;
}
.user-dashboard .right-seventy-five .recent-booked-order .booked-order ul li .dots ul.dropdown-menu li a {
  font-size: 11px;
  padding: 0px 15px;
  font-weight: 700;
}
.user-dashboard .right-seventy-five .recent-booked-order .booked-order ul li .dots ul.dropdown-menu li a i {
  margin-right: 8px;
}
.user-dashboard .right-seventy-five .recent-booked-order .booked-order ul li .dots ul.dropdown-menu.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.user-dashboard .right-seventy-five .order-table {
  background-color: #fff;
  border-radius: 3px;
}
.user-dashboard .right-seventy-five .order-table table td,
.user-dashboard .right-seventy-five .order-table table th {
  padding: 15px 0px;
  position: relative;
  cursor: pointer;
  font-size: 12px;
}
.user-dashboard .right-seventy-five .order-table table td ul.dropdown-menu,
.user-dashboard .right-seventy-five .order-table table th ul.dropdown-menu {
  position: absolute;
  padding: 6px 0px;
  min-width: 146px;
  box-shadow: 0px 0px 10px #929090;
  background-color: #fff;
  border-radius: 10px;
  inset: 50px 17px auto auto;
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.2s ease-in-out;
  z-index: 10;
}
.user-dashboard .right-seventy-five .order-table table td ul.dropdown-menu li,
.user-dashboard .right-seventy-five .order-table table th ul.dropdown-menu li {
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  line-height: 28px;
  text-align: left;
}
.user-dashboard .right-seventy-five .order-table table td ul.dropdown-menu li a,
.user-dashboard .right-seventy-five .order-table table th ul.dropdown-menu li a {
  font-size: 11px;
  padding: 0px 15px;
}
.user-dashboard .right-seventy-five .order-table table td ul.dropdown-menu li a i,
.user-dashboard .right-seventy-five .order-table table th ul.dropdown-menu li a i {
  margin-right: 8px;
}
.user-dashboard .right-seventy-five .order-table table td ul.dropdown-menu.active,
.user-dashboard .right-seventy-five .order-table table th ul.dropdown-menu.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.user-dashboard .right-seventy-five .btn-block ul li {
  margin-right: 15px;
}
.user-dashboard .right-seventy-five .btn-block ul li:last-child {
  margin-right: 0px;
}

.restaurant-list .testimonial{
    width: calc(33.33% - 15px);
    margin-right: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
    background-color: #eee;
    margin-bottom: 15px;
}

.restaurant-list .testimonial .content{
    width: calc(100% - 80px);
  
}

.restaurant-list .testimonial img{
    width: 80px;
}

.restaurant-list .testimonial ul li{
    
    font-size: 13px;
    background-color: green;
    padding: 10px 15px;
    border-radius: 10px;
    
}

.restaurant-list .testimonial ul li a{
    color: #fff;
}
.restaurant-list .testimonial ul li a i{
    font-size: 15px;
}



@media screen and (max-width: 1400px){
     /*.header-section .logo{*/
     /*    width: 10%;*/
     /*    margin-right: 0;*/
     /*}*/
     /*.header-section .navbar{*/
     /*    width: calc(36% - 20px);*/
     /*     margin-right: 20px;*/
     /*}*/
     .header-section .navbar ul li a{
             font-size: 12px;
    font-weight: 700;
     }
    .header-section .search-form
    {
      width: 25%;
      margin-right: 0px;
    }
    /*.header-section .site-links*/
    /*{*/
    /*  width: 24%;*/
    /*}*/
    .offer-section .left .banner .banner-text{
        top: 15%;
        width: 223px;
    }
    
    .header-section .navbar ul li{
        padding-right: 20px;
    }
    

    
    .offer-section .left .banner .banner-text h3{
        font-size: 21px;
    }
    .product-categories .collection .content a{
        font-size: 11px;
        letter-spacing: 0.5px;
    }
     .product-categories .collection .content{
        width: 70%;
    }
    .product-categories .collection .collection-img{
        width: 30%;
    }
    
    .testimonial-section .testimonial::before {
        height: 270px;
    }
    .features-section .features{
        height: 270px;
    }
    .features-section .features .content{
       
      right: -16px;
      padding-right: 22px;
    }
    .features-section .features .content p{
        font-size: 11px;
    }
    .features-section .features .content h4{
        font-size: 17px;
    }
    .footer-section .amenities .box span img{
        width: 32px;
    }
    .footer-section .amenities .box .content{
        padding-left: 48px;
    }
    .footer-section h4{
        font-size: 13px;
    }
    
    .footer-section .about{
        width: calc(43% - 20px);
        margin-right: 20px;
    }
    .footer-section .links
    {
      width: calc(14% - 20px);
      margin-right: 20px;
    }
     .footer-section .links ul li{
         line-height: 25px;
     }
    .footer-section .links ul li a{
        font-size: 11px;
    }
    .footer-section .contact{
        width: 29%;
    }
    .footer-section .about .address-detail h5{
        font-size: 12px;
    }
  
    
}



@media (max-width: 1024px) {
    
  .header-section .logo a.pl-10{
      padding-left: 17px;
  }
  
  .header-section .logo p{
     font-size: 10px;
  }
  .header-section .navbar {
    width: calc(41% - 20px);
    margin-right: 20px;
  }
  .header-section .navbar {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 10;
    background-color: #ff7c08;
    padding: 10px 15px;
    display: none;
 } 
 
 .header-section .search-form{
     width: 45%;
 }

 .header-section .navbar ul li {
    line-height: 30px;
 }
 .header-section .navbar ul li a {
    color: #fff;
    font-size: 14px;
 }
  .header-section .navbar ul li .mega-menu {
      height: 100%;
      left: 0;
      width: 100%;
     overflow: scroll;
  }
 .header-section .navbar ul li .mega-menu .content{
     width: 100%;
     
     margin-right: 0;
 }
 .header-section .navbar ul li .mega-menu .items{
     width: 100%;
 }
 
 .header-section .navbar ul li .mega-menu ul li img{
    width: 100px;
    height: 100px;
}
 
 .header-section .site-links{
     padding-left: 10px;
 }
 
  .header-section .site-links ul li.mr-15{
      margin-right: 10px;
  }
 
.login-form-model .form-section{
    width: calc(100% - 420px);
    overflow: scroll;
}
.login-form-model .close{
    top: 5px;
    right: 48%;
}
.topbar-section p{
    font-size: 9px;
}

.banner-section figure .content{
        top: 23%;
       left: 5%;
       width: 300px;
}
.banner-section figure .content h1{
  font-size: 35px;
}
.banner-section figure .content h6{
    font-size: 13px;
}
.offer-section .left .banner .banner-text{
    width: 152px;
}
.offer-section .left .banner .banner-text h3{
    font-size: 14px;
    line-height: 19px;
}
.offer-section .left .banner .banner-text p.ptb-20{
    padding-block: 5px; 
}
.features-section .features{
    height: 209px;
}

.features-section .features .content{
    width: 205px;
    top: 15px;
}

.product-categories .collection .content p.ptb-15{
    padding-block: 7px;
}
.filter-section{
    position: relative;
}

.filter-section .side-bar {
    width: calc(100% - 500px);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: scroll;
    z-index: 11;
    border-radius: 0;
    transform: translateX(-100%);
    margin-right: 0;
    transition: all 0.5s ease-in-out;
}

 .filter-section .side-bar.active{
      transform: translateX(0);
  }

.filter-section .filter-products{
    width: 100%;
    padding-top: 20px;
}

.features-section .features .content h4{
    font-size: 13px;
}
.features-section .features .content p{
    
    font-size: 9px;
    line-height: 12px;
}
.product-categories .collection{
    padding: 15px 10px;
}

.product-categories .collection .content p{
    font-size: 10px;
    font-weight: 700;
}

.product-categories .collection:nth-child(2n+2){
    width: 50%;
    margin-right: 0px;
}

.product-section ul li.mr-10{
    margin-right: 3px;
}

.product-section ul li a.btn{
    font-size: 10px;
    line-height: 33px;
}

.footer-section .amenities .col-5:nth-child(3n+3){
    width: 33.33%;
    margin-right: 0;
}

.footer-section .amenities .box{
    margin-bottom: 10px;
}

.footer-section .about{
    width: calc(60% - 20px);
}

.footer-section .links{
    width: calc(20% - 20px);
}

.footer-section .contact{
    width: 100%;
}

.footer-section .contact .form.ptb-20{
    padding-block: 0;
}

.footer-section .contact .social-links{
    padding-bottom: 15px;
}

.user-dashboard .left-twenty-five {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    border-radius: 0;
    height: 100vh;
    width: calc(100% - 500px);
    margin-right: 0;
    transition: all 0.5s ease-in-out;
    transform: translateX(-100%);
}

.user-dashboard .left-twenty-five.active {
    transform: translateX(0);
}

.about-section .services{
    width: calc(33.33% - 20px);
}

.about-section .services:nth-child(3n+3){
     width: 33.33%;
     margin-right: 0;
}

.about-section .bottom h5{
       font-size: 9px;
   }
   
    .restaurant-list .testimonial{
        width: calc(50% - 20px);
 
   }

   
   .restaurant-list .testimonial:nth-child(2n+2){
       width: 50%;
       margin-right: 0;
   }
   
   .related-product .category-product-four:nth-child(3n+3){
       margin-right: 11px;
   }

}

@media (max-width: 767px) {
  
    .offer-section .left{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
     .offer-section .left .banner .banner-text h3{
         font-size: 14px;
         line-height: 18px;
     }
     
         .offer-section .left .banner .banner-text p{
              font-size: 10px;
              font-weight: 600;
         }

    
    .offer-section .left .banner .banner-text{
        top: 10%;
        width: 154px;
    }
    
    
    .topbar-section p{
        display: none;
    }
    
    .header-section .logo p.font-11{
        font-size: 9px;
    }
    
    .restaurant-list .testimonial{
        width: 100%;
        margin-right: 0px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    
      .restaurant-list .testimonial:nth-child(2n+2){
     width: 100%;
     margin-right: 0;
    }
    
    .restaurant-list .testimonial .content p{
        font-size: 10px;
        font-weight: 700;
    }
    
    
    .about-section .left{
        width: 100%;
        margin-right: 0;
        height: 300px;
        margin-bottom: 15px;
        
        
    }
    
     .about-section .right{
         width: 100%;
     }
    
    .our-team-section .team{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .career-section .left{
        width: 100%;
        margin-right: 0;
     }

   .career-section .right{
        width: 100%;
        order: -1;
        margin-bottom: 15px;
   }
    
    .career-section .right img{
        width: 250px;
    }
    
    .banner-section figure .content{
        display: none;
    }
    
    
    .banner-section figure .content h1{
        font-size: 1.5rem;
    }
    
    
    .about-section .services{
        width: 100%;
        margin-right: 0;
    }
    
    .about-section .services:nth-child(3n+3){
     width: 100%;
     margin-right: 0;
    }
   
    
    .xzoom-thumbs a{
        width: 25%;
    }
    .footer-section .amenities .col-5:nth-child(3n+3){
        width: 100%;
        margin-right: 0;
    }
    
    
    
  .topbar-section {
    padding: 7px 0px;
  }

  .header-section {
    position: relative;
  }
  
  .header-section .search-form img {
    width: 28px;
    position: absolute;
    left: 60px;
  }
  .header-section .navbar {
    position: absolute;
    top: 100%;
    width: 100%;
    
    left: 0;
    z-index: 10;
    background-color: #ff7c08;
    padding: 10px 15px;
    display: none;
  }
  .header-section .navbar ul li .mega-menu .content {
    width: calc(100% - 20px);
    margin: 20px;
  }
  .header-section .navbar ul.flex-row {
    display: block;
  }
  .header-section .navbar ul li {
    line-height: 30px;
  }
  .header-section .navbar ul li a {
    color: #fff;
    font-size: 14px;
  }
  .header-section .navbar ul li a img {
    display: none;
  }
  /*.header-section .logo {*/
  /*  width: calc(25% - 10px);*/
  /*  margin-right: 10px;*/
  /*}*/
 
  .header-section .site-links {
    
    padding-block: 10px;
  }
  .header-section .search-form {
    width: 71%;
    margin-right: 0;
    
  }
  .features-section .features {
    height: 250px;
    margin-right: 0;
  }
  .features-section .features .content h4 {
    font-size: 20px;
    font-weight: 800;
    color: #ff7c08;
  }
  .features-section .features .content p {
    font-size: 11px;
    padding: 7px 0px;
    line-height: 21px;
  }
  
  .product-categories .collection {
    width: 100%;
    margin-right: 0;
    padding: 20px 10px;
  }
  
  .product-categories .collection:nth-child(2n+2) {
    width: 100%;
    margin-right: 0px;
  }
  .product-categories .collection .content p {
    font-size: 10px;
    font-weight: 600;
  }
  .product-categories .collection .content a {
    font-size: 10px;
    border-bottom: 1px solid #000;
  }
  .form-section .form {
    width: 100%;
  }
  .form-section .form-group {
    width: 100%;
    margin-right: 0;
    
  }
  .form-section .form-group:nth-child(2n+2) {
    width: 100%;
  }
  .form-section .shape-icon,
  .form-section .shape-icon-2 {
    display: none;
  }
  .form-section::after {
    -webkit-clip-path: none;
            clip-path: none;
    width: 100%;
  }
  .form-section .form-group button {
    margin-top: 0;
  }
  .product-section .container {
    padding: 0px 5px;
  }
  .product-section .heading {
    padding-inline: 10px;
  }
  .product-section ul li{
    width: calc(50% - 10px);
    margin-bottom: 5px;
  }
  .product-section ul li:nth-child(2n+2){
    width: 50%;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .product-items .product-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }
  .counter-section .customer {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
  .counter-section .customer .counter {
    width: 150px;
    height: 150px;
  }
  .counter-section .customer .counter h4 {
    font-size: 20px;
  }
  .counter-section .customer .counter h4::after {
    font-size: 21px;
    right: -18px;
  }
  .counter-section .customer .counter::after {
    width: 186px;
    height: 180px;
    top: -15px;
    left: -18px;
  }
  .counter-section .customer .counter span {
    left: 61px;
  }
  .counter-section .customer p {
    padding: 30px 0px;
    font-size: 15px;
  }
  .testimonial-section .testimonial .customer-img {
    width: 100px;
    height: 100px;
    left: calc(83% - 150px);
    top: -50px;
  }
  .testimonial-section .testimonial {
    margin-block: 50px;
    margin-inline: 25px;
  }
  .testimonial-section .testimonial::before {
    bottom: -17px;
    width: 73%;
    height: 264px;
  }
  .testimonial-section .testimonial ul li img {
    width: 29px;
  }
  .footer-section {
    padding-top: 25px;
  }
  .footer-section .about {
    width: 100%;
    margin-right: 0;
  }
  .footer-section .links {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .footer-section .links:last-child {
    width: 50%;
    margin-right: 0;
  }
  .footer-section .links ul,
  .footer-section .contact ul {
    padding: 15px 0px;
  }
  .footer-section .contact {
    width: 100%;
  }
  .footer-section .copyright p {
    text-align: center;
    font-size: 11px;
  }
  .footer-section .contact ul li a,
  .footer-section .links ul li a {
    font-size: 11px;
  }
  .footer-section .links ul li {
    line-height: 22px;
  }
  .footer-section .contact ul li {
    margin-bottom: 12px;
  }
  .footer-section .amenities .box span{
      top: 15px;
  }
  
  .footer-section h4 {
    font-size: 13px;
  }
  .footer-section .about {
    text-align: center;
  }
  .footer-section .about img {
    width: 100px;
  }
  .footer-section .about .social-links,
  .footer-section .about p {
    text-align: left;
  }
  
  .footer-section .contact .social-links {
    padding-bottom: 0px;
  }
  .footer-section .about .social-links h5 {
    padding-bottom: 10px;
  }
  .features-section .features.bg-image-1 {
    background-image: url(../images/banner/a1.jpg);
  }
  .features-section .features.bg-image-2 {
    background-image: url(../images/banner/a2.jpg);
  }
  .features-section .features.bg-image-3 {
    background-image: url(../images/banner/a3.jpg);
  }
  .features-section .features.bg-image-4 {
    background-image: url(../images/banner/a4.jpg);
  }
  .features-section .features .content {
    width: 100%;
  }
  .features-section .features::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
  }
  
  .filter-section{
      position: relative;
  }
  
  .filter-section .side-bar {
    width: calc(100% - 44px);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: scroll;
    z-index: 11;
    border-radius: 0;
    transform: translateX(-100%);
    margin-right: 0;
    transition: all 0.5s ease-in-out;
  }
  
  .filter-section .side-bar.active{
      transform: translateX(0);
  }
  .filter-section .filter-products {
    width: 100%;
    margin: 20px 0px;
  }
  .product-detail-section .right .quantity-increase .quantity {
    width: 50%;
  }
  .product-detail-section .right .add-button {
    gap: 0.5rem;
    display: flex;
  }
  .product-detail-section .right .add-button .btn:nth-child(1) {
    width: 46%;
  }

  .attributes ul {
    gap: 0.2rem;
  }
  .amenities {
    gap: 0.5rem;
  }
  .footer-section .amenities .box span img {
    width: 32px;
  }
  .footer-section .amenities .box .content {
    padding-left: 42px;
    padding-top: 10px;
  }
  .quantity-increase {
    margin: 1rem 0rem;
    display: flex;
    gap: 1rem;
  }
  .product-detail-section .right .add-button .btn:nth-child(2) {
    width: 47%;
  }

  .product-detail-section .left {
    width: 100%;
    margin: 0px;
    margin-top: 15px;
  }
  .xzoom_container img {
    width: 100% !important;
  }
  .xzoom-thumbs {
    text-align: center;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .product-detail-section .right {
    width: 100%;
  }
  
  .cart-table-section .cart-table {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .cart-table-section .cart-table table {
    width: 730px;
    margin: 0px;
  }
  .cart-table-section .price-summary {
    width: 100%;
  }
  .noImg img {
    padding: 20px 0px;
  }
  .otp-fake-input {
    width: 45px !important;
    height: 45px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  

  .cart-table-section .checkout-form ul li:last-child {
    width: 100%;
    margin-right: 0px;
    padding-block: 15px;
  }
  .left-twenty-five {
    width: calc(100% - 15px);
    margin-right: 15px;
    
  }
 
  .quick-links {
    gap: 1rem;
  }
  .order-table table {
    width: 800px;
    border-collapse: collapse;
    /* overflow-x: scroll; */
  }
  .user-dashboard .right-seventy-five .order-table {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  
  .header-section .navbar ul li .mega-menu .items {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  
  .login-form-model .form-section{
   

      width: calc(100% - 40px);
     overflow: scroll;
  }
  
  .login-form-model .design h3{
      font-size: 18px;
      padding-inline: 30px;
  }
  
  .login-form-model .form-section form .checkbox{
      font-size: 10px;
  }
  .login-form-model .form-section form .checkbox a{
      font-size: 10px;
  }
  
  .login-form-model .form-section .close{
      left: 0;
  }

  .product-categories .collection .collection-img {
  width: 30%;
  text-align: center;

  }
  
  .login-form-model .close{
      left: 10px;
  }
  .header-section .site-links ul li .content .ml-10{
      margin-left: 0;
  }
  
  .related-product .category-product-four:nth-child(2n+2),  .related-product .category-product-four:nth-child(3n+3){
      margin-right: 5px;
  }

  
  .user-dashboard .left-twenty-five{
      position: fixed;
      top: 0;
      left: 0;
      z-index: 11;
      border-radius: 0;
      height: 100vh;
      width: calc(100% - 100px);
      margin-right: 0;
      transition: all 0.5s ease-in-out;
      transform: translateX(-100%);
  }
  
  .user-dashboard .left-twenty-five.active{
      transform: translateX(0);
  }
  
  #main-dashboard .sidebar-open{
      top: 30px;
  }
  
  .short-desc div{
      padding-block: 10px;
      font-size: 12px;
      font-weight: 600;
  }
  
  .product-detail-section .right .attributes .variant-picker.pr-5{
      padding-right: 4px;
  }
}

@media only screen and (max-width: 500px) {
  .gift-img-section {transform: initial;}
  .gift-img-section .services{width: 100%; margin-right:0px}
  .festive-gifting-page{ padding:10px 20px}
  .festive-gifting-page .div-row{display: inline-block;}
  .festive-gifting-page .div-row p.fest-detail{ margin-top:20px}

.app-comming-section{ display: none;}
.app-comming-section-mobile{ display: block;}
.app-comming-section-mobile .comming-section{width:100%}
.app-comming-section-mobile .comming-section .comming-section-inner{border: 1px solid #6f0f3f;padding: 20px;}
.app-comming-section-mobile .comming-section .comming-section-inner .text-div{margin:0px 20px 0px 30px}

.app-comming-section-mobile .comming-section .comming-section-inner h2{-webkit-box-align: center;align-items: center;color: #6f0f3f;font-style: normal;font-weight: 400;font-size: 22px;line-height: 120%;align-content: stretch;width: auto;}
.app-comming-section-mobile .comming-section .comming-section-inner .text-flex-row{ display:flex;padding-top: 20px;}
.app-comming-section-mobile .comming-section .comming-section-inner .text-flex-row img{width: 170px;}
.app-comming-section-mobile .comming-section .comming-section-inner .text-flex-row .imp-list-li{color: #6f0f3f; margin-right:12px;font-size: 12px;line-height: 16px;margin-top: 8px;}
.app-comming-section-mobile .comming-section .comming-section-inner .cooming-soon{display: flex;
  -webkit-box-pack: center;
  place-content: center;
  border: 1px solid #6f0f3f;
  padding: 8px;
  border-radius: 20px;
  background-color: #6f0f3f;
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  -webkit-box-align: center;
  align-items: center;
  margin: 10px 0px 0px 0px;
  line-height: 16px;}
}
@media (max-width: 375px){
    .header-section .logo{
        width: 75px;
    }
    .gift-img-section {transform: initial;}
    .gift-img-section .services{width: 100%; margin-right:0px}
}

@media (max-width: 360px){
  .gift-img-section {transform: initial;}
  .gift-img-section .services{width: 100%; margin-right:0px}
   .header-section .logo{
       width: 85px;
   }
   .header-section .search-form{
       width: 73%;
   }
   
   .header-section .site-links ul li .content .ml-10{
       margin-left: 0;
       font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
   }
   
   .login-form-model .close{
       left: 5px;
       top: 5px;
   }
   
   .offer-section .left .banner .banner-text{
       width: 139px;
   }
   
   .offer-section .left .banner .banner-text h3{
       font-size: 12px;
        line-height: 15px;
   }
   .offer-section .left .banner .banner-text p{
        line-height: 15px;
   }
   
   .testimonial-section .testimonial::before{
       height: 249px;
       width: 100%;
   }
  .testimonial-section .testimonial ul.pt-70{
      padding-top: 10px;
  }
}

@media (max-width: 320px){
  .gift-img-section {
    transform: initial;
}
    .header-section .logo{
        width: 70px;
    }
    
    .header-section .search-form img{
        width: 24px;
        left: 76px;
    }
    
    .header-section .logo p.font-11{
        font-size: 7px;
    }
    
    .offer-section .left .banner .banner-text p.ptb-20{
        padding-block: 5px;
    }
    
    .features-section .features .content{
        top: 21px;
    }
    
      .features-section .features .content h4{
          font-size: 17px;
      }
      
      .product-categories .collection .content{
          width: 100%;
      }
      
      .product-categories .collection .collection-img{
          width: 100%;
          order: -1;
      }
      
      
      .product-categories .collection .collection-img img{
          width: 150px;
      }
    
  
    
    .testimonial-section .testimonial ul li h4{
        font-size: 14px;
    }
    
    .testimonial-section .testimonial::before{
        height: 244px;
    }
    
    .testimonial-section .testimonial{
        padding-block: 25px;
    }
    
    .footer-section .contact .form .form-control{
        width: 100%;
        margin-right: 0;
        height: 40px;
    }
    
    .footer-section .contact .form .btn{
        width: 100%;
        margin-top: 15px;
    }
    
    .login-form-model .form-section form p{
        font-size: 10px;
        font-weight: 700;
    }
    
    .login-form-model .form-section form img{
        width: 70px;
    }
    
    .login-form-model .form-section form .checkbox{
        font-size: 10px;
    }
    
    .login-form-model .form-section form .checkbox a{
        font-size: 10px;
    }
    
    .login-form-model .form-section{
        width: calc(100% - 30px);
    }
    
    .login-form-model .close{
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    
    .login-form-model .design h3{
        font-size: 17px;
    }
    
    .product-detail-section .right .attributes .variant-picker.pr-5{
      padding-right: 0;
  }
}

































/*@media only screen and (max-width: 500px) {*/
/*  .common-section .content h2 {*/
/*    font-size: 28px;*/
/*    font-family: "Gabarito", sans-serif;*/
/*  }*/
/*  .login-form-model {*/
/*    position: fixed;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.7019607843);*/
/*    z-index: 12;*/
/*    transition: all 0.5s ease-in-out;*/
/*    transform: translateX(108%);*/
/*  }*/
/*  .login-form-model .form-section {*/
/*    width: 330px;*/
/*    height: 100vh;*/
/*    background-color: #fff;*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    right: 0;*/
/*  }*/
/*  .category-product-four {*/
/*    width: 100%;*/
/*    margin-right: 5px;*/
/*    margin-bottom: 10px;*/
/*  }*/
/*  .product-items .product-img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    overflow: hidden;*/
/*  }*/
/*  .filter-section .side-bar {*/
/*    width: calc(100% - 0px);*/
/*    margin: 0;*/
/*    height: 478px;*/
/*    overflow-y: scroll;*/
/*    padding: 0.5rem;*/
/*    display: none;*/
/*  }*/
/*  .product-categories .collection {*/
/*    width: calc(100% - 5px);*/
/*    margin-right: 0;*/
/*    padding: 10px 11px;*/
/*  }*/
/*  .testimonial-section .testimonial {*/
/*    width: 100%;*/
/*  }*/
/*  .product-summary-modal .cart-summary {*/
/*    width: 330px;*/
/*    height: 100vh;*/
/*    background-color: #fff;*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    right: 0;*/
/*    border: 5px;*/
/*  }*/
/*  .header-section .navbar ul li .mega-menu .items {*/
/*    display: flex !important;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 100%;*/
/*  }*/
/*  .product-detail-section .right .add-button {*/
/*    gap: 0px !important;*/
/*    display: flex;*/
/*  }*/
/*  .fs-25 {*/
/*    font-size: 22px !important;*/
/*  }*/
/*  .product-section .container {*/
/*    padding: 0px 15px;*/
/*  }*/

