*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
a {
    text-decoration: unset;
}
body{
    background-image: url(../img/bg/Datar-bg.png);
    background-repeat: repeat;
    background-size: contain;
    background-attachment: fixed;
    position: relative;
}
img{
    width: 100%;
    height: 100%;
}
.navbar-section{
  position: sticky;
  top: 0;
  z-index: 11;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.navbar-section nav{
  position: sticky;
  z-index: 99;
  width: 100%;
  background: #e5322d;
  /*overflow: hidden;*/
}
.navbar-section nav .wrapper .logo{
    width: 90px;
}
.navbar-section nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-section .wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  background: #fff;
    width: 170px;
    display: block;
    top: 0px;
    position: absolute;
    padding: 6px 6px 10px;
    border-radius: 0 0 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-bottom: 3px solid #e5322d;
}
.navbar-section .wrapper .nav-links{
  display: inline-flex;
  margin-bottom: 0;
}
.navbar-section .nav-links li{
  list-style: none;
}
.navbar-section .nav-links li a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
/* .navbar-section .nav-links li a:hover{
  background: #3A3B3C;
} */
.navbar-section .nav-links .mobile-item{
  display: none;
}
.navbar-section .nav-links .drop-menu{
  position: fixed;
  background: #fff8eb;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  padding: 12px 5px;
}
.navbar-section .nav-links li:hover .drop-menu,
.navbar-section .nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.navbar-section .drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
  font-size: 16px;
  line-height: 36px;
}
.navbar-section .mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.navbar-section .mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.navbar-section .mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.navbar-section .content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navbar-section .content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.navbar-section .content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.navbar-section .row .mega-links li{
  padding: 0 20px;
}
.navbar-section .row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.navbar-section .row .mega-links li a:hover{
  color: #f2f2f2;
}
.navbar-section .wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.navbar-section .wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}
.navbar-section nav input{
  display: none;
}
.navbar-section-right{
    height: 45px;
    line-height: 45px;
    /*background: #D52B1E;*/
    display: flex;
    justify-content: space-between;
}
.navbar-section-right ul{
    display: inline-flex;
    margin-bottom: 0;
}
.navbar-section-right ul li{
    list-style: none;
}
.navbar-section-right ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.navbar-section-right ul li a img{
    width: 37px;
    height: fit-content;
}
.navbar-section-right .social-icon{
    padding-left: 0;
    padding-right: 20px;
}
.navbar-section-right .social-icon li{
    position: relative;
}
.navbar-section-right .social-icon li a{
    padding: 3px 7px;
    position: relative;
}
.navbar-section-right .social-icon li a span{
    background: #F5C94F;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 21px;
    border-radius: 50%;
    text-align: center;
    right: -3px;
    top: -10px;
    font-size: 11px;
    font-weight: 600;
    color: #000;
}

.navbar-section-right .social-icon li img{
    width: 30px;
    height: 30px;
    background: #FFF;
    padding: 5px;
    border: 1px solid #0000001c;
    /*background-image: linear-gradient(#EF5B4F, #EF5B4F), linear-gradient(180deg, #ffffff 0%, #ef5b4f 85%, #EF5B4F 100%);*/
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 4px;
}
.navbar-section-right .social-icon li:nth-child(1) img{
    background: #F5C94F;
    padding: 6px;
}
/* end navbar-section */

/* banner-section */
.banner-section{
    padding: 50px 0;
    background: #fff8eb;
}
.banner-section .banner-section-txt{}
.banner-section .banner-section-txt h6{
  font-family: "Macondo Swash Caps", cursive;
  background: linear-gradient(to right, #D52B1E 0%, #A91408 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
}
.banner-section .banner-section-txt h3,
.banner-section .banner-section-txt h4{
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 5px;
}
.banner-section .banner-section-txt h4 img{
  width: 40px;
  margin-left: 8px;
}
.banner-section .banner-section-txt p{
  font-family: "Poppins", sans-serif;
  color: #686868;
  font-size: 17px;
  margin-top: 40px;
}
.banner-section .banner-section-txt .banner-section-txt-btn{
  display: flex;
  align-items: center;
  padding-top: 25px;
}
.banner-section .banner-section-txt .banner-section-txt-btn .btn{
  background: #D52B1E;
  color: #fff;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 40px;
  height: fit-content;
}
.banner-section .banner-section-txt .banner-section-txt-btn .btn img{
  width: 20px;
}
.banner-section .banner-section-txt .banner-section-txt-btn ul{
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 50px;
}
.banner-section .banner-section-txt .banner-section-txt-btn ul li{
  text-align: center;
}
.banner-section .banner-section-txt .banner-section-txt-btn ul li:nth-child(1){
  border-right: 2px solid #BDBDBD;
  padding-right: 25px;
  margin-right: 25px;
}
.banner-section .banner-section-txt .banner-section-txt-btn ul li h5{
  font-family: "Rancho", cursive;
      font-size: 36px;
    margin-bottom: 0;
}
.banner-section .banner-section-txt .banner-section-txt-btn ul li p{
  font-family: "Poppins", sans-serif;
  margin: 0;
  font-size: 15px;
}
/* end banner-section */

/* about-section */
/*.about-section{*/
/*  padding: 60px 0;*/
/*}*/
/*.about-section .about-section-img{*/
/*  width: 300px;*/
/*  height:300px;*/
/*  margin: auto;*/
/*}*/
/*.about-section .about-section-txt{*/
/*  padding-top: 25px;*/
/*}*/
/*.about-section .about-section-txt h3{*/
/*  font-family: "Sacramento", cursive;*/
/*  font-size: 56px;*/
/*  position: relative;*/
/*  margin-bottom: 15px;*/
/*}*/
/*.about-section .about-section-txt h3 span::after{*/
/*  content: "";*/
/*  background: #D52B1E;*/
/*  height: 10px;*/
/*  width: 10px;*/
/*  display: block;*/
/*  position: absolute;*/
/*  bottom: -4px;*/
/*  right: 0;*/
/*  border-radius: 50%;*/
/*}*/
/*.about-section .about-section-txt h3 span{*/
/*  content: "";*/
/*  background: red;*/
/*  height: 2px;*/
/*  width: 275px;*/
/*  display: block;*/
/*  position: absolute;*/
/*  bottom: 10px;*/
/*  background-image: linear-gradient(to right, #D52B1E, #6F1610);*/
/*}*/
/*.about-section .about-section-txt p{*/
/*  font-family: "Poppins", sans-serif;*/
/*  line-height: 30px;*/
/*  margin-bottom: 25px;*/
/*}*/
/*.about-section .about-section-txt .btn{*/
/*  background: #D52B1E;*/
/*  color: #fff;*/
/*  font-size: 14px;*/
/*  padding: 10px 24px;*/
/*  border-radius: 40px;*/
/*  height: fit-content;*/
/*}*/
/*.about-section .about-section-txt .btn img{*/
/*  width: 20px;*/
/*}*/
/* end about-section */

/* best-selling-product */
.best-selling-product{
  background: #fff8eb;
  padding: 0px 0;
  position: relative;
}
.best-selling-product::after{
  content: "";
  background-image: url(../img/bg/best-selling.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 275px;
  width: 325px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.best-selling-product-card{
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 28px;
  position: relative;
  width: 100%;
}
.best-selling-product-card-img{
  width: 140px;
  margin: auto;
}
.best-selling-product-card-img1{
    height: 175px;
    display: flex;
    align-items: center;
}
.best-selling-product-card .best-selling-product-card-txt{
  padding-top: 8px;
}
.best-selling-product-card .best-selling-product-card-txt h5{
  color: #D52B1E;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
}
.best-selling-product-card .best-selling-product-card-txt p{
  font-size: 13px;
  margin-bottom: 3px;
}
.best-selling-product-card .best-selling-product-card-txt1{
  /*display: flex;*/
  /*justify-content: space-between;*/
  align-items: center;
}
.best-selling-product-card .best-selling-product-card-txt1 h6{
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
}
.best-selling-product-card .best-selling-product-card-txt1 h6 span{
    margin-bottom: 5px;
}
.best-selling-product-card .best-selling-product-card-txt1 h6 del{
    color: #a9a9a9;
    margin-left: 5px;
}
.best-selling-product-card .best-selling-product-card-txt1 .btn{
    background: #D52B1E;
    color: #fff;
    font-size: 11px;
    padding: 4px 15px;
    border-radius: 40px;
    height: fit-content;
    width: 100%;
    margin-top: 8px;
}
.best-selling-product-card-txt .qty-input-info{
    margin-top: 8px;
    border: 1px solid #00000026;
    box-shadow:none;
}
.best-selling-product-card-txt .qty-input-info .product-qty-info{
    height: 1.5rem;
    font-size: 11px;
}
.best-selling-product-card-txt .qty-input-info .qty-count-info{
    width: 20px;
    height: 20px;
}
.best-selling-product-card-txt .qty-input-info .qty-count-info:before, 
.best-selling-product-card-txt .qty-input-info .qty-count-info:after{
    width: 8px;
}
/* end best-selling-product */

/* best-selling-product-txt */
.best-selling-product-txt{
  display: flex;
  align-items: center;
  height: 100%;
}
.best-selling-product-txt h3{
  font-family: "Sacramento", cursive;
  font-size: 65px;
  text-align: center;
}
.best-selling-product-slider{
  overflow: hidden;
}
.best-selling-product-slider .bk-slider {
  position: relative;
  width: 90vw;
  height: auto;
  padding: 40px 0 25px;
}
.best-selling-product-slider .swiper {
  width: 100%;
  height: 475px;
  overflow: visible;
  /* border: 1px solid green; */
  padding-bottom: 75px;
  padding-top: 20px;
}
.best-selling-product-slider .swiper-slide {
  /* text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  background: white; */
  transition: all 0.3s ease;
  padding-top: 10px;
}
.best-selling-product-slider .swiper-slide.swiper-slide-active {
  /* color: #fff; */
  /* background: linear-gradient(45deg, #f69259, #f16975); */
  transform: scale(1.2);
  z-index: 1;
  margin: 0 40px;
    margin-right: 60px !important;
    padding-top: 38px;
}
/* ARROWS */
.best-selling-product-slider .swiper-button-prev,
.best-selling-product-slider .swiper-button-next {
  color: #f69259;
}
/* PAGINATION */
.best-selling-product-slider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.best-selling-product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  background: linear-gradient(45deg, #f69259, #f16975);
}
.swiper-wrapper-btn{
  display: flex;
  position: absolute;
  right: 35%;
  bottom: 90px;
}
.swiper-wrapper-btn .swiper-button-next,
.swiper-wrapper-btn .swiper-button-prev{
  background: #f7d598;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.swiper-wrapper-btn .swiper-button-next{
  right: 0;
  left: unset;
}
.swiper-wrapper-btn .swiper-button-prev{
  left: -102px;
  right: unset;
}
.swiper-wrapper-btn .swiper-button-next:after, 
.swiper-wrapper-btn .swiper-button-prev:after{
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
/* end best-selling-product-txt */

/* product-recipes-sec */
.product-recipes-sec{
  padding: 50px 0;
  background: #F7FBFF;
}
.product-recipes-sec .product-recipes-heading1{
  text-align: center;
}
.product-recipes-sec .product-recipes-heading{
  text-align: center;
  position: relative;
  display: inline-block;
}
.product-recipes-sec .product-recipes-heading::before{
  content: "";
  background-image: url(../img/icon/Vector1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30px;
  width: 50px;
  position: absolute;
  right: -50px;
}
.product-recipes-sec .product-recipes-heading::after{
  content: "";
  background-image: url(../img/icon/Vector.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 60px;
  width: 40px;
  position: absolute;
  left: -40px;
    bottom: 0;
}
.product-recipes-sec .product-recipes-heading h3{
  color: #d52b1e82;
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 0;
}
.product-recipes-sec .product-recipes-heading h4{
  font-family: "Sacramento", cursive;
  font-size: 46px;
  margin-top: -32px;
}
/* end product-recipes-sec */

/* product-recipes-slider */
.product-recipes-slider{
  margin-top: 35px;
}
.product-recipes-slider .wrapper{
  padding: 0px 0;
  overflow-x: hidden;
}
.product-recipes-slider .my-slider{
  padding: 0 0px;
  margin-bottom: 0;
}
.product-recipes-slider .slick-initialized .slick-slide{
  margin: 0 20px 0 0;
}
.product-recipes-slider .slick-next, 
.product-recipes-slider .slick-prev{
  z-index: 5;
}
.product-recipes-slider .slick-next{
  right: 15px;
}
.product-recipes-slider .slick-prev{
  left: 15px;
}
.product-recipes-slider .slick-next:before, 
.product-recipes-slider .slick-prev:before{
  color: #000;
  font-size: 26px;
}
.product-recipes-slider-card .product-recipes-slider-card-img1{
  border: 1px solid #B2B2B2;
  padding: 18px;
  border-radius: 25px;
  background: #fff;
}
.product-recipes-slider-card .product-recipes-slider-card-img{
  /*width: 160px;*/
  width: 100%;
  margin: auto;
  height: 183px;
}
.product-recipes-slider-card .product-recipes-slider-card-img img{
    object-fit: contain;
    border-radius: 15px;
}
.product-recipes-slider-card .product-recipes-slider-card-txt{
  text-align: center;
  margin-top: 12px;
}
.product-recipes-slider-card .product-recipes-slider-card-txt h3{
  color: #EF5B4F;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 12px;
}
.product-recipes-slider-card .product-recipes-slider-card-txt .btn{
  border: 1px solid #000;
  padding: 6px 30px;
  font-size: 13px;
}
.product-recipes-slider .wrapper .product-recipes-slider-btn{
  text-align: center;
  margin-top: 35px;
}
.product-recipes-slider .wrapper .product-recipes-slider-btn .btn{
  background: #D52B1E;
  font-size: 14px;
  color: #fff;
  padding: 8px 40px;
}
/* end product-recipes-slider */

/* testimonials-sec */
.testimonials-sec{
  background: #FFA319;
  padding: 50px 0 35px;
}
.testimonials-sec .testimonials-sec-header1{
  text-align: center;
}
.testimonials-sec .testimonials-sec-header{
  text-align: center;
    position: relative;
    display: inline-block;
}
.testimonials-sec .testimonials-sec-header::after{
  content: "";
    background-image: url(../img/icon/Vector3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 60px;
    width: 40px;
    position: absolute;
    left: -40px;
    bottom: 0;
}
.testimonials-sec .testimonials-sec-header::before{
  content: "";
    background-image: url(../img/icon/Vector4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 30px;
    width: 50px;
    position: absolute;
    right: -50px;
}
.testimonials-sec .testimonials-sec-header h3{
    color: #ffffff82;
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 0;
}
.testimonials-sec .testimonials-sec-header h4{
  font-family: "Sacramento", cursive;
    font-size: 46px;
    margin-top: -32px;
}
.testimonials-sec-slider .slick-slider {
  margin-bottom: 0px;
}
.testimonials-sec-slider .testimonial-slide {
  padding: 30px 10px 10px;
}
.testimonials-sec-slider .testimonial_box-top {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}
.testimonials-sec-slider .testimonial_box-text {
  padding: 10px 0 0;
}
.testimonials-sec-slider .testimonial_box-text p {
  color: #656565;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.testimonials-sec-slider .testimonial_box-img {
  padding: 12px 0 0px;
  display: flex;
  justify-content: center;
}
.testimonials-sec-slider .testimonial_box-img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #e5e5e5;
}
.testimonials-sec-slider .testimonial_box-name {
  padding-top: 6px;
}
.testimonials-sec-slider .testimonial_box-name h4 {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
}
.testimonials-sec-slider .testimonial_box-job p {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  /* letter-spacing: 3px; */
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}
/* end testimonials-sec */

/* footer-section */
.footer-section{
    background: #deeff7;
    color: #000;
    padding-top: 60px;
    border-top-left-radius: 150px;
    margin-top: 40px;
    background-image: url(../img/bg/footer-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.footer-section .logo-sec .logo-sec-img{
    width: 175px;
    margin-bottom: 20px;
}
.footer-section .logo-sec p{
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
}
.footer-section .footer-section-link h5{
  margin-bottom: 30px;
  position: relative;
}
.footer-section .footer-section-link h5 span{
  content: "";
  background: #000;
  height: 3px;
  width: 55%;
  display: block;
  position: absolute;
  bottom: -8px;
  /* background-image: linear-gradient(to right, #D52B1E, #6F1610); */
}
.footer-section .footer-section-link h5 span::after{
  content: "";
  background: #D52B1E;
  height: 3px;
  width: 12px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 10px;
  border-radius: 0;
  
    animation: linear infinite alternate;
  animation-name: run;
  animation-duration: 2000ms;
}
@-webkit-keyframes run {
    0% {
      left: 0;
      transform: translateX(0);
    }
    100% {
      left: 100%;
      transform: translateX(-100%);
    }
}

.footer-section .footer-section-link ul{
  padding-left: 5px;
  list-style: none;
}
.footer-section .footer-section-link ul li{
  margin-bottom: 12px;
}

.footer-section .footer-section-link ul li a{
  text-decoration: none;
  color: #000;
  font-size: 15px;
  display: flex;
    gap: 12px;
    align-items: baseline;
}
.footer-section .footer-section-link .social-icon{
  display: flex;
  margin: 20px 0 0;
}
.footer-section .footer-section-link .social-icon li img{
  width: 35px;
  height: 35px;
  background: #474747;
  border-radius: 50%;
  padding: 5px;
  margin-right: 15px;
}
/*.footer-section .footer-section-link .social-icon li img:hover{*/
/*    animation: toTopFromBottom 0.3s forwards;*/
/*}*/
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.footer-section-copyright p{
    text-align: center;
}
.footer-section-copyright a{
    color: #000;
    text-decoration: none;
}
.footer-section hr{
    opacity:1;
    margin: 2.5rem 0 1.5rem;
}
/* end footer-section */

/* product-list-filter  */
.product-list-sec{
  padding: 30px 20px 0px;
}
.product-list-filter .sidebar-navigation {
  /* webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16); */
  /* -moz-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16); */
  /* box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16); */
  /* position: fixed; */
  z-index: 400;
  background-color: #fff9ef;
  border: 1px solid #B1B1B1;
  width: 295px;
  height: 100%;
  left: 0;
  top: 0;
  /* overflow-y: auto; */
  padding: 10px;
  border-radius: 20px;
  margin-top: 0;
}
.product-list-filter .sidebar-navigation .title {
  display: block;
  font-size: 18px;
  line-height: 18px;
  /* background-color: #fff; */
  align-items: center;
  font-weight: 600;
  padding: 16px 12px;
  border-bottom: 1px solid #3e3e3e;
  display: flex;
  justify-content: space-between;
  color: #D52B1E;
}
.product-list-filter .sidebar-navigation .title a{
  text-decoration: none;
  color: #D52B1E;
  font-size: 14px;
  font-weight: 500;
}
.product-list-filter .sidebar-navigation ul {
  margin: 0;
  padding: 0;
}
.product-list-filter .sidebar-navigation ul li {
  display: block;  
}
.product-list-filter .sidebar-navigation ul li:not(:last-child){
  border-bottom: 1px solid #9E762B;
}
.product-list-filter .sidebar-navigation ul li a {
  position: relative;
  display: block;
  padding: 14px 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #2e2e2e;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product-list-filter .sidebar-navigation ul li a em {
  font-size: 24px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  border-radius: 50%;
}
.product-list-filter .sidebar-navigation ul li:hover > a, 
.product-list-filter .sidebar-navigation ul li.selected > a {
  background-color: rgba(0, 0, 0, 0.06);
}
.product-list-filter .sidebar-navigation ul li ul {
  display: none;
}
.product-list-filter .sidebar-navigation ul li ul li {
  font-weight: 400;
}
.product-list-filter .sidebar-navigation ul li ul.open {
  display: block;
}
.product-list-filter .sidebar-navigation ul li ul li a {
  color: #495d62;
  border-color: rgba(255, 255, 255, 0.1);
  font-weight: 400;
  cursor: pointer;
}
.product-list-filter .sidebar-navigation ul li ul li:hover > a, 
.product-list-filter .sidebar-navigation ul li ul li.selected > a {
  background-color: #e6ebed;
}
.product-list-filter .sidebar-navigation ul li ul li:hover > a:before, 
.product-list-filter .sidebar-navigation ul li ul li.selected > a:before {
  margin-right: 10px;
}
.product-list-filter .sidebar-navigation ul li ul li.selected.selected--last > a {
  background-color: #94aab0;
  color: #fff;
}
.product-list-filter .sidebar-navigation ul li ul li.selected.selected--last > a:before {
  background-color: #fff;
}
/* .product-list-filter .subMenuColor1 {
  background-color: #fbfcfc;
} */
.product-list-filter .subMenuColor2 {
  background-color: white;
}
.product-list-filter .subMenuColor1 .selected--last{
  border: none!important;
}
.product-list-filter .subMenuColor1 .selected--last a{
  padding: 5px 20px;
}
.product-list-sec-search{
  display: flex;
  margin-bottom: 30px;
  justify-content: end;
  z-index: 1;
    position: relative;
}
.product-list-sec-search .input-group{
  border: 1px solid #BCBCBC;
  border-radius: 20px;
  background: #EDEDED;
  margin-right: 15px;
  width: 400px;
}
.product-list-sec-search .input-group .form-control{
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: none;
  font-size: 14px;
  padding-left: 20px;
  background: #EDEDED;
}
.product-list-sec-search .input-group .btn{
  font-size: 14px;
}
.product-list-sec-head h3{
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 8px;
}

.product-list-sec-search .dropdown .btn{
  font-size: 14px;
  background: #ECA63E;
  color: #fff;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 20px;
}
.product-list-sec-search .dropdown img{
  width: 22px;
}

.product-list-filter .packaging-size .new {
  padding: 14px;
}
.product-list-filter .packaging-size .form-group {
  display: block;
  margin-bottom: 5px;
}
.product-list-filter .packaging-size .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.product-list-filter .packaging-size .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
.product-list-filter .packaging-size .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}
.product-list-filter .packaging-size .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.price-range-slider {
  width: 100%;
  /* float: left; */
  padding: 10px 14px 22px;
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 14px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 0px 0 10px 0;
}
.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #06b9c0;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #06b9c0;
  height: 14px;
  width: 14px;
  top: -0.4em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: #06b9c0;
}

.customer-ratings .star-icon {
  color: #ccc;
  font-size: 24px;
  vertical-align: middle;
}
.customer-ratings .star-icon.filled {
  color: #F7A115;
}
.customer-ratings .reviews-text {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  margin-left: 5px;
  vertical-align: middle;
}
.customer-ratings .new {
  padding: 8px 12px;
}
.customer-ratings .form-group {
  display: block;
  margin-bottom: 0px;
}
.customer-ratings .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.customer-ratings .form-group label {
  position: relative;
  cursor: pointer;
}
.customer-ratings .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.customer-ratings .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* end product-list-filter */

/* product details */
.product-details{
  padding: 50px 0 30px;
}
.product-details-img {
    position: sticky;
    top: 85px;
}
.product-details-txt .product-details-txt-name h6{
  color: #D52B1E;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}
.product-details-txt .product-details-txt-name h3{
  font-weight: 700;
  font-size: 20px;
}
.product-details-txt .product-details-txt-name ul{
  display: flex;
  list-style: none;
  padding: 0;
}
.product-details-txt .product-details-txt-name ul li{
  font-size: 14px;
}
.product-details-txt .product-details-txt-name ul li:not(:last-child){
  padding-right: 15px;
}
.product-details-txt .product-details-txt-name ul li:last-child img{
  width: 10px;
  height: 10px;
}
.product-details-txt .product-details-txt-name ul li img{
  width: 18px;
  height: 18px;
  margin-right: 5px;
}


:root {
 --color-black: #232323;
 --color-pink: #ff6393;
 --color-dark-pink: #df4775;
 --color-purple: #342a47;
 --color-blue: deepskyblue;
 --color-gray: #525252;
 --color-green: #bbe187;
 
 --transition-fast: 0.1s;
}
.product-details-txt-quantity .InputGroup {
 display: flex;
}
.product-details-txt-quantity input[type="radio"] {
  visibility: hidden; /* 1 */
  height: 0; /* 2 */
  width: 0; /* 2 */
}
.product-details-txt-quantity label {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  padding: 6px 20px;
  border-radius: 4px;
  transition: color --transition-fast ease-out, 
              background-color --transition-fast ease-in;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
 margin-right: 8px;
 font-size: 12px;
 border: 1px solid #BABABA;
}
.product-details-txt-quantity label:last-of-type {
 margin-right: 0;
}
.product-details-txt-quantity input[type="radio"]:checked + label {
  background-color: #D52B1E;
  color: #fff;
  border: 1px solid #D52B1E;
}
.product-details-txt-quantity input[type="radio"]:hover:not(:checked) + label {
 background-color: #D52B1E;
 color: #fff;
  border: 1px solid #D52B1E;
}
.product-details-txt-quantity{
  padding-top: 12px;
}
.product-details-txt-quantity h5{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}


.product-details-txt-description{
  padding-top: 30px;
}
.product-details-txt-description ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.product-details-txt-description ul.tabs li{
	background: none;
	color: #9f9f9f;
	display: inline-block;
	padding: 5px 15px;
	cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}
.product-details-txt-description ul.tabs li.current{
	background: #f3f3f3;
	color: #222;
}
.product-details-txt-description .tab-content{
	display: none;
	background: #f3f3f3;
	padding: 20px 20px 15px;
  font-size: 15px;
}
.product-details-txt-description .tab-content.current{
	display: inherit;
}
.product-details-txt-description .tab-content h6{
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 12px;
}
.product-details-txt-description .tab-content h6 span{
  color: #727272;
}
.product-details-txt-description .tab-content .tab-content-des{
  padding-top: 10px;
}
.product-details-txt-description .tab-content .tab-content-des h5{
  font-size: 16px;
  font-weight: 600;
}
.product-details-txt-description .tab-content .tab-content-des ul{
  padding-left: 20px;
  margin-bottom: 0;
}
.product-details-txt-description .tab-content .tab-content-des ul li{
  font-size: 14px;
  margin-bottom: 10px;
}

.product-details-right{
      position: sticky;
    top: 85px;
}
.product-details-right .product-details-right-offer{
  background-image: linear-gradient(to right, #D52B1E, #DD746C);
  padding: 15px 10px;
  border-radius: 5px;
}
.product-details-right .product-details-right-offer h4{
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  align-items: center;
  margin-bottom: 0;
}
.product-details-right .product-details-right-offer h4 .btn{
  color: #fff;
  background: #9D2A0E;
  font-size: 11px;
  text-transform: capitalize;
}
.product-details-right-cart{
  padding: 15px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px
}
.product-details-right-cart h5{
  font-size: 14px;
  margin-bottom: 5px;
}
.product-details-right-cart .product-details-right-cart1{
  display: flex;
  /*align-items: center;*/
}
.product-details-right-cart .product-details-right-cart1-img{
  width: 80px;
  height: fit-content;
  background: #EEEEEE;
  padding: 8px;
  border-radius: 4px;
  margin-right: 12px;
}
.product-details-right-cart .product-details-right-cart1-txt p{
  color: #A9A9A9;
    font-size: 14px;
    margin-bottom: 6px;
}
.product-details-right-cart .product-details-right-cart1-txt h6{
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 5px;
}
.product-details-right-cart .product-details-right-cart1-txt h6 span{
    color: #A9A9A9;
    font-size: 13px;
}
.product-details-right-cart .product-details-right-cart-total h5{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 15px;
  margin-top: 15px;
}
.product-details-right-cart .product-details-right-cart-total h5 span{
  font-size: 12px;
  color: #A9A9A9;
  font-weight: 500;
}
.product-details-right-cart-btn{
  padding-top: 5px;
}
.product-details-right-cart-btn .btn{
  background-image: linear-gradient(to right, #D52B1E, #DD746C);
    border: 0;
    color: #fff;
    font-size: 13px;
    display: block;
    margin-top: 15px;
    padding: 8px 12px;
    width: 100%;
}
.product-details-right-cart-btn .btn:nth-child(2){
  background: transparent;
  color: #D52B1E;
  border: 1px solid #D52B1E;
  width: 100%;
}
.product-details-right-cart-btn .btn img{
  width: 20px;
}
.product-details-right-cart-qut .qty-input{
    margin-top: 8px;
}
.qty-input {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
          
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 26px;
  height: 26px;
  font-size: 1em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input .qty-count--minus {
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  background: #f2f2f2;
}
.qty-input .qty-count--add {
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  background: #f2f2f2;
}
.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}
.qty-input {
  border-radius: 6px;
  /* box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7); */
  /* transform: scale(1.5); */
  /* border: 1px solid #000; */
  display: inline-block;
  padding: 1px 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 8px;
  margin-top: 18px;
}
/* end product details */

/* product-slider */
.product-slider{
  padding: 40px 0 0;
}
.product-slider h3{
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  border-left: 4px solid #ECA63E;
  padding-left: 10px;
}
.product-slider .wrapper{
  padding: 0px 0;
  overflow-x: hidden;
}
.product-slider .my-slider{
  padding: 0 0px;
  margin-bottom: 0;
}
.product-slider .slick-initialized .slick-slide{
  /* background-color: #b32532; */
  /* color: #FFF; */
  /* height: 200px; */
  margin: 0 15px 0 10px;
  padding: 10px 0;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}
.product-slider .slick-next, 
.product-slider .slick-prev{
  z-index: 5;
}
.product-slider .slick-next{
  right: 15px;
}
.product-slider .slick-prev{
  left: 15px;
}
.product-slider .slick-next:before, 
.product-slider .slick-prev:before{
  color: #000;
  font-size: 26px;
}
/* end product-slider */

/* header nav animation */
.style-16 {
  position: relative;
  color: #000;
  /* font-family: freight-display-pro, serif; */
  /* font-size: 20px; */
  /* font-weight: bold;/ */
  text-decoration: none;
}
.style-16:hover .link__graphic--stroke path {
  stroke-dashoffset: 0;
}
.style-16:hover .link__graphic--arc path {
  transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
  transition-duration: 0.3s;
}
.style-16 .link__graphic {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}
.style-16 .link__graphic--stroke path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.style-16 .link__graphic--arc {
  top: 60%;
  left: -23%;
}
.style-16 .link__graphic--arc path {
  transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
/* end header nav animation */

/* order-information */
.order-information{
  padding-top: 30px;
}
.order-information h3{
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}
.order-information-left-card{
  /* border: 1px solid #000; */
  padding: 12px 10px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}
.order-information-left-card:not(:last-child){
  margin-bottom: 25px;
}
.order-information-left-card .order-information-left-card-img{
  border: 1px solid #d8d8d8;
  padding: 8px;
  border-radius: 10px;
  width: 75px;
  margin: auto;
}
.order-information-left-card .order-information-left-card-txt p{
  color: #797979;
  margin-bottom: 3px;
}
.order-information-left-card .order-information-left-card-txt .price-p{
    margin-bottom: 3px;
    color: #797979;
    font-size: 15px;
    font-weight: 500;
}
.order-information-left-card .order-information-left-card-txt .price-p span{
    color: #000;
}
.order-information-left-card .order-information-left-card-txt .weight-p{
    color: #797979;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.order-information-left-card .order-information-left-card-txt .weight-p span{
    color: #000;
}
.order-information-left-card .order-information-left-card-txt h6{
  margin-bottom: 8px;
}
.order-information-left-card .order-information-left-card-qut p{
  margin-bottom: 0;
  color: #333333;
  font-size: 15px;
}
.order-information-left-card .order-information-left-card-amt p{
  color: #A10606;
  position: absolute;
  top: 8px;
  right: 15px;
  font-size: 14px;
}
.order-information-left-card .order-information-left-card-amt p a{
  color: #A10606;
  text-decoration: unset;
}
.order-information-left-card .order-information-left-card-amt h5{
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
} 

.apply-coupon-card{
  background: #FFEFD2;
  padding: 12px 20px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.apply-coupon-card a{
  color: #000;
  text-decoration: none;
  font-size: 15px;
}
.apply-coupon-card .apply-coupon-card1{
  display: flex;
  align-items: center;
}
.apply-coupon-card .apply-coupon-card1 img{
  width: 50px;
  height: 50px;
}
.apply-coupon-card .apply-coupon-card1 h6{
  margin-bottom: 0;
  margin-left: 12px;
}

.total-coupon-card{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  padding: 20px;
  margin-top: 25px;
}
.total-coupon-card h5{}
.total-coupon-card .table{
  margin-bottom: 0;
}
.total-coupon-card .table tr td{
  font-size: 15px;
}
.total-coupon-card .table tr td:nth-child(1){
  color: #797979;
}
.total-coupon-card .table tr td:nth-child(2),
.total-coupon-card .table tr th:nth-child(2){
  text-align: right;
}
.total-coupon-card .table tfoot{
  border-top: 1px solid #c1c1c1;
}
/* end order-information */

/* order-information-right */
.order-information-right{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.order-information-right .order-information-right-card1:not(:last-child){
  border-bottom: 1px solid #A1A1A1;
  margin-bottom: 25px;
}
.order-information-right .order-information-right-card1 h5{
    /*display: flex;*/
    justify-content: space-between;
    font-size: 17px;
    margin-bottom: 10px;
}
.order-information-right .order-information-right-card1 h5 a{
  font-size: 14px;
  text-decoration: none;
  color: #00317B;
}
.order-information-right .order-information-right-card1 p{
  color: #868D98;
  font-size: 15px;
}
.order-information-right .order-information-right-card1 p img{
  width: 26px;
}
.order-information-right-btn{
      text-align: end;
  margin-top: 25px;
}
.order-information-right-btn1{
    margin-top: 0px;
}
.order-information-right-btn .btn{
  background-image: linear-gradient(to right, #D52B1E, #DD746C);
  /*display: block;*/
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-shadow: 1px 1px 3px #000000;
  border: 0;
}
.order-information-right-btn .btn img{
  width: 40px;
  margin-left: 15px;
  filter: drop-shadow(0px 2px 2px #000);
}
/* end order-information-right */

/*  */
.payment-method{
  padding: 30px 0 10px;
}
.payment-method h3{
  margin-bottom: 15px;
  font-size: 24px;
}
.payment-method .tab {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 20px;
}
.payment-method .tab .tab-btn:not(:last-child){
  border-bottom: 1px solid #A1A1A1;
}
.payment-method .tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 12px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  margin: 5% 0;
  border-radius: 4px;
}
.payment-method .tab button img{
  width: 35px;
  margin-right: 15px;
}
.payment-method .tab button:hover {
  background-color: #f5f5f5;
}
.payment-method .tab button.active {
  background-color: #F5F5F5;
}
.payment-method .tabcontent {
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.payment-method .tabcontent h3{
    font-size: 22px;
    margin-bottom: 20px;
}
.payment-method .tabcontent .debit-card-img img{
  width: 60px;
  margin-right: 10px;
}
.payment-method .tabcontent .debit-card-form{
  margin-top: 35px;
}
.payment-method .tabcontent .debit-card-form label{
  color: #9F9F9F;
  margin-bottom: 0;
}
.payment-method .tabcontent .debit-card-form .form-control{
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #BABABA;
}
.payment-method .tabcontent .debit-card-form .form-control:focus{
  box-shadow: none;
}
.payment-method .tabcontent .debit-card-form .btn{
  background-image: linear-gradient(to right, #D52B1E, #DD746C);
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-shadow: 1px 1px 3px #000000;
  border: 0;
  padding: 10px 50px;
  margin-top: 25px;
}
.payment-method .tabcontent .toggle-password {
  float: right;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -25px;
}
/* end payment-method  */

/* our-recipes-product-card */
.our-recipes-product-card {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.our-recipes-product-card-img {
  /* width: 150px; */
  margin: 0 auto 10px;
}
.our-recipes-product-card-img img{
    border-radius: 20px;
}
.our-recipes-product-card .our-recipes-product-card-txt {
  padding-top: 6px;
  text-align: center;
}
.our-recipes-product-card .our-recipes-product-card-txt h5 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.our-recipes-product-card .our-recipes-product-card-txt p {
  font-size: 14px;
  margin-bottom: 3px;
}
.our-recipes-product-card .our-recipes-product-card-txt1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our-recipes-product-card .our-recipes-product-card-txt1 h6 {
  margin-bottom: 0;
  font-size: 14px;
}
.our-recipes-product-card .our-recipes-product-card-txt1 .btn {
  background: #D52B1E;
  color: #fff;
  font-size: 13px;
  padding: 10px 18px;
  border-radius: 5px;
  height: fit-content;
  width: 90%;
  margin: 6px auto 0;
}
.our-recipes-product-card .morecontent span {
  display: none;
}
.our-recipes-product-card .morelink {
  display: block;
}
/* end our-recipes-product-card */

/* recipes-details */
.recipes-details{}
.recipes-details .recipes-details-img{
  padding: 30px 25px 0;
}
.recipes-details .recipes-details-img1{
  height: 450px;
}
.recipes-details .recipes-details-img1 img{
  object-fit: cover;
  border-radius: 20px;
}
.recipes-details .recipes-details-img-txt{
  display: flex;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  justify-content: space-around;
  padding: 25px;
  width: 65%;
  border-radius: 50px;
  margin: auto;
  background: #fff;
  position: relative;
  bottom: 45px;
}
.recipes-details .recipes-details-img-txt1{}
.recipes-details .recipes-details-img-txt1 h6{
  font-size: 18px;
  margin-bottom: 5px;
}
.recipes-details .recipes-details-img-txt1 p{
  margin-bottom: 0;
  color: #777777;
}
/* end recipes-details */

/* recipes-details-txt */
.recipes-details-txt{}
.recipes-details-txt .recipes-details-txt1 h3{
    margin-bottom: 5px;
    font-size: 24px;
}
.recipes-details-txt .recipes-details-txt2{
  background: #F5F5F5;
  padding: 25px 30px 15px;
  border-radius: 15px;
  margin-top: 25px;
}
.recipes-details-txt .recipes-details-txt2 h4{
  color: #D52B1E;
  font-style: italic;
  margin-bottom: 15px;
  font-size: 22px;
}
.recipes-details-txt .recipes-details-txt2 h5{
  font-size: 18px;
  margin-bottom: 12px;
}
.recipes-details-txt .recipes-details-txt2 ul li{
  margin-bottom: 10px;
}

.recipes-details-txt .recipes-details-txt3{
  margin-top: 40px;
}
.recipes-details-txt .recipes-details-txt3 ul li{
  margin-bottom: 15px;
}
.recipes-details-txt .recipes-details-txt3 h4{
  color: #D52B1E;
  font-style: italic;
  margin-bottom: 20px;
}
.used-this-recipe{
  margin-top: 20px;
}
.used-this-recipe h4{
  color: #D52B1E;
  font-style: italic;
  margin-bottom: 20px;
}
.used-this-recipe-btn{
  margin-top: 40px;
  text-align: center;
}
.used-this-recipe-btn .btn{
  background: #D52B1E;
  color: #fff;
  padding: 10px 40px;
}
/* end recipes-details-txt */

/* our-global-network-banner */
.our-global-network-banner{}
.our-global-network-banner .container-fluid{
  padding: 0;
}
.our-global-network-banner .our-global-network-banner-img{
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-global-network-banner .our-global-network-banner-img h1{
  position: absolute;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}
/* end our-global-network-banner */

/* our-global-network */
.our-global-network{
  padding-top: 40px;
}
.our-global-network .our-global-network-txt p{
  margin-bottom: 30px;
}
.our-global-network .our-global-network-txt h4{
  color: #D52B1E;
  font-weight: 600;
}
.our-global-network-card{
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-global-network-card .our-global-network-card-txt{
  position: absolute;
}
.our-global-network-card .our-global-network-card-txt h5{
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 3px;
}
.our-global-network-card .our-global-network-card-txt p{
  color: #fff;
  font-style: italic;
}
.our-global-network-card .our-global-network-card-txt .btn{
  color: #000;
  background: #fff;
  font-size: 14px;
  padding: 8px 30px;
  margin-top: 50px;
}
/* end our-global-network */

/* key-highlights */
.key-highlights{
  padding-top: 60px;
  padding-bottom: 60px;
}
.key-highlights-heading1{
  text-align: center;
  margin-bottom: 50px;
}
.key-highlights-heading{
  text-align: center;
  position: relative;
  display: inline-block;
}
.key-highlights-heading::after{
  content: "";
  background-image: url(../img/icon/Vector.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 60px;
  width: 40px;
  position: absolute;
  left: -40px;
  bottom: 0;
}
.key-highlights-heading::before{
  content: "";
  background-image: url(../img/icon/Vector1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30px;
  width: 50px;
  position: absolute;
  right: -50px;
}
.key-highlights-heading h3{
  color: #d52b1e82;
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase;
}
.key-highlights-heading h4{
  font-family: "Sacramento", cursive;
  font-size: 44px;
  margin-top: -26px;
}

.key-highlights-card{
  border: 1px solid #B38400;
  padding: 110px 20px 35px;
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 15px;
  background: #F9D161;
  box-shadow: rgba(0, 0, 0, 0.17) 0px 0px 0px 0px inset, rgba(0, 0, 0, 0.15) 0px -8px 14px 0px inset, rgba(0, 0, 0, 0.1) 0px -10px 20px 0px inset, rgba(0, 0, 0, 0.06) 0px 0px 0px, rgba(0, 0, 0, 0.09) 0px 0px 0px, rgba(0, 0, 0, 0.09) 0px 0px 0px, rgba(0, 0, 0, 0.09) 0px 0px 0px, rgba(0, 0, 0, 0.09) 0px 0px 20px;
  margin: 0 8px;
}
.key-highlights-card .key-highlights-card-img{
  padding: 35px;
  /* border: 1px solid; */
  border-radius: 50%;
  width: 115px;
  background: #fff;
  position: absolute;
  top: -30px;
  box-shadow: rgb(216 216 216 / 74%) 0px 6px 3px 0px inset, rgb(255 255 255) 0px 20px 20px -20px inset;
}
.key-highlights-card .key-highlights-card-txt{
  text-align: center;
}
.key-highlights-card .key-highlights-card-txt h4{
  color: #D52B1E;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}
.key-highlights-card .key-highlights-card-txt p{
  font-size: 14px;
  margin-bottom: 0;
}
/* end key-highlights */

/* getin-touch-banner */
.getin-touch-banner{
  background: #FFF8EB;
}
.getin-touch-banner .getin-touch-banner-txt1{
  height: 100%;
  display: flex;
  align-items: center;
}
.getin-touch-banner .getin-touch-banner-txt h4{
  color: #D52B1E;
  font-weight: 700;
  font-size: 32px;
}
.getin-touch-banner .getin-touch-banner-txt p{
  margin: 0;
}
/* end getin-touch-banner */

/* getin-touch-sec */
.getin-touch-sec{
  padding: 60px 0 0;
  position: relative;
}
.getin-touch-sec::before{
  content: "";
  background-image: url(../img/icon/getin-touch-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 280px;
  width: 225px;
  position: absolute;
  left: 35px;
  top: -40px;
}
.getin-touch-sec::after{
  content: "";
  background-image: url(../img/icon/circle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 21%;
  top: -20px;
}
.getin-touch-sec .getin-touch-sec-left{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 30px;
  position: relative;
}
.getin-touch-sec .getin-touch-sec-left img{
  width: 45px;
  margin-bottom: 20px;
}
.getin-touch-sec .getin-touch-sec-left h5{
  color: #D52B1E;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Montserrat Alternates", sans-serif;
}
.getin-touch-sec .getin-touch-sec-left p{
  margin-bottom: 0;
}
.getin-touch-sec .getin-touch-sec-right{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
  padding: 25px;
  margin: 0 20px;
}
.getin-touch-sec .getin-touch-sec-right h5{
  color: #D52B1E;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  margin-bottom: 3px;
}
.getin-touch-sec .getin-touch-sec-right p{
  font-size: 15px;
  margin-bottom: 20px;
}
.getin-touch-sec .getin-touch-sec-right .form-control{
  font-size: 14px;
  height: 44px;
  border-radius: 4px;
}
.getin-touch-sec .getin-touch-sec-right .form-control::placeholder{
  color: #9F9F9F;
}
.getin-touch-sec .getin-touch-sec-right .btn{
  background-image: linear-gradient(to right, #D52B1E, #DD746C);
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  /* text-shadow: 1px 1px 3px #000000; */
  border: 0;
  padding: 10px 60px;
  margin: 25px auto 0;
  border-radius: 5px;
}
/* end getin-touch-sec */

/* about-us-heading */
.about-us-heading{
  padding-top: 50px;
}
.about-us-heading .about-us-heading-txt1{
  text-align: center;
  margin-bottom: 50px;
}
.about-us-heading .about-us-heading-txt{
  text-align: center;
  position: relative;
  display: inline-block;
}
.about-us-heading .about-us-heading-txt::after{
  content: "";
  background-image: url(../img/icon/Vector.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 60px;
  width: 40px;
  position: absolute;
  left: -40px;
  bottom: 0;
}
.about-us-heading .about-us-heading-txt::before{
  content: "";
  background-image: url(../img/icon/Vector1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 30px;
  width: 50px;
  position: absolute;
  right: -50px;
}
.about-us-heading .about-us-heading-txt h3{
  color: #d52b1e82;
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase;
}
.about-us-heading .about-us-heading-txt h4{
  font-family: "Sacramento", cursive;
  font-size: 44px;
  margin-top: -26px;
}
/* end about-us-heading */

/*  */
.our-roots-sec{
  background: #D52B1E;
  position: relative;
}
.our-roots-sec .our-roots-sec-img{}
.our-roots-sec .our-roots-sec-txt1{
  height: 100%;
  display: flex;
  align-items: center;
}
.our-roots-sec .our-roots-sec-txt h3{
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  margin-bottom: 12px;
}
.our-roots-sec .our-roots-sec-txt p{
  color: #fff;
  margin-bottom: 0;
  line-height: 28px;
}
.our-roots-sec .our-roots-sec-img1{
  position: absolute;
  right: 0;
  top: 0;
  width: 16%;
}
/*  */

/**/
.order-information-left-card-qty .qty-input .product-qty{
    width: 28px;
}
.order-information-left-card-qty .qty-input .qty-count{
    width: 22px;
    height: 22px;
    font-size: 14px;
}
.order-information-left-card-qty .qty-input{
    padding: 0px 8px;
}
/**/

/**/
.order-information-right .plans {
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-pack: justify;*/
  /*-ms-flex-pack: justify;*/
  /*justify-content: space-between;*/
  /*max-width: 970px;*/
  /*padding: 85px 50px;*/
  /*-webkit-box-sizing: border-box;*/
  box-sizing: border-box;
  background: #fff;
  /*border-radius: 20px;*/
  /*-webkit-box-shadow: 0px 8px 10px 0px #d8dfeb;*/
  /*box-shadow: 0px 8px 10px 0px #d8dfeb;*/
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  /*-ms-flex-wrap: wrap;*/
  /*flex-wrap: wrap;*/
}

.order-information-right .plans .plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.order-information-right .plans .plan {
    /*cursor: pointer;*/
    /*width: 48.5%;*/
    display: block;
}

.order-information-right .plans .plan .plan-content {
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  padding: 15px 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e1e2e7;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
      margin-bottom: 15px;
}

.order-information-right .plans .plan .plan-content img {
  margin-right: 30px;
  height: 72px;
}


.order-information-right .plans .plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.order-information-right .plans .plan input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #216fe0;
  right: 5px;
  top: 5px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
  box-shadow: 0px 0px 0px 2px #0066ff;
}

.order-information-right .plans .plan input[type="radio"]:checked + .plan-content {
  border: 2px solid #216ee0;
  background: #eaf1fe;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
  .order-information-right .plans {
    margin: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px;
  }
  .order-information-right .plans .plan {
    width: 100%;
  }
  .order-information-right .plan.complete-plan {
    margin-top: 20px;
  }
  .order-information-right .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 45%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media screen and (max-width: 540px) {
  .order-information-right .plans .plan .plan-content img {
    margin-bottom: 20px;
    height: 56px;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
  }

  .order-information-right .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 20px;
    right: 10px;
  }

  .order-information-right .plans .plan .plan-content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
/**/

/**/
.product-details-txt-price{
    padding-top: 12px;
}
.product-details-txt-price h5{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.product-details-txt-price h6 del{
    color: #A9A9A9;
    font-size: 15px;
    padding-left: 5px;
}
/**/

/* vission-mission */
.vission-mission{
  padding-top: 30px;
}
.vission-mission .Panel {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 16px;
  border: 1px solid #aaa;
  background: #F5C94F;
  border-radius: 30px 16px 16px 16px;
  overflow: visible;
  padding: 25px;
}
.vission-mission .corner-ribbon {
  position: absolute;
  top: -14px;
  left: -14px;
  height: 11em;
  width: 11em;
  padding: 8px;
}
.vission-mission .corner-ribbon .cr-inner {
  position: absolute;
  inset: 0;
  background: #d52b1e;
  color: white;
  border-radius: 65px 0px 0 0px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.vission-mission .corner-ribbon .cr-text {
  display: block;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.3;
  transform: rotate(-45deg) translateY(0.1em) translateX(-1.8em);
}
.vission-mission .corner-ribbon .cr-text strong {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
}
.vission-mission .corner-ribbon::before, 
.vission-mission .corner-ribbon::after {
  content: "";
  position: absolute;
  background: #781109;
  z-index: -1;
}
.vission-mission .corner-ribbon::before {
  top: calc(100% - 18px);
  left: 1px;
  height: 18px;
  width: 12px;
}
.vission-mission .corner-ribbon::after {
  left: calc(100% - 18px);
  top: 0;
  width: 18px;
  height: 13px;
}
.vission-mission .Panel .Panel-img{
  text-align: right;
}
.vission-mission .Panel .Panel-img img{
  width: 85px;
  margin-bottom: 12px;
}
.vission-mission .Panel .Panel-img h3{
  margin-bottom: 0;
  font-size: 21px;
  color: #D52B1E;
  font-weight: 700;
}
.vission-mission .Panel p{
  text-align: center;
  margin: 18px 0 0;
}
.vission-mission .Panel1{
  padding: 20px;
  position: relative;
}
/* end .vission-mission  */

/* mind-behind */
.mind-behind{
  padding: 20px 0 60px;
}
.mind-behind-txt{
  display: flex;
  height: 100%;
  align-items: end;
  padding-left: 45px;
}
.mind-behind-txt2{
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.mind-behind-txt2::after{
  content: "";
  background-image: url(../img/icon/Vector.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 42px;
  width: 26px;
  position: absolute;
  left: -32px;
  bottom: 0;
}
.mind-behind-txt2::before{
  content: "";
  background-image: url(../img/icon/Vector1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 25px;
  width: 42px;
  position: absolute;
  right: -45px;
}
.mind-behind-txt2 h3{
  color: #d52b1e82;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase;
}
.mind-behind-txt3 h4{
  font-family: "Montserrat Alternates", sans-serif;
  color: #D52B1E;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.mind-behind-txt3 h5{
  color: #868686;
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 20px;
}
.mind-behind-txt3 p{
  font-family: "Pompiere", sans-serif;
  font-size: 38px;
  line-height: 46px;
}
/* end mind-behind */

/* coupon-model */
.coupon-model .card {
  /*width: 400px;*/
  /*height: 180px;*/
  border-radius: 5px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 10px 30px 20px;
  position: relative;
}
.coupon-model .main,
.coupon-model .copy-button {
  display: flex;
  /*justify-content: space-between;*/
  padding: 0 0px;
  align-items: center;
}
.coupon-model .main .content{
    padding-left: 50px;
}
.coupon-model .card::after {
  position: absolute;
  content: "";
  height: 40px;
  right: -20px;
  border-radius: 40px;
  z-index: 1;
  top: 55px;
  background-color: #fff8eb;
  width: 40px;
}
.coupon-model .card::before {
  position: absolute;
  content: "";
  height: 40px;
  left: -20px;
  border-radius: 40px;
  z-index: 1;
  top: 55px;
  background-color: #fff8eb;
  width: 40px;
}
.coupon-model .co-img img {
  width: 80px;
  /*height: 100px;*/
}
.coupon-model .vertical {
  border-left: 3px dotted black;
  height: 60px;
  position: absolute;
  left: 32%;
}
.coupon-model .content h1 {
  font-size: 22px;
  margin-left: 0px;
  color: #565656;
  margin-bottom: 3px;
}
.coupon-model .content h1 span {
  font-size: 16px;
}
.coupon-model .content h2 {
  font-size: 18px;
  margin-left: -20px;
  color: #565656;
  text-transform: uppercase;
}
.coupon-model .content p {
  font-size: 14px;
  color: #696969;
  margin: 0px;
}
.coupon-model .copy-button {
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}
.coupon-model .copy-button input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 10px 20px;
}
.coupon-model .copy-button button {
  padding: 5px 20px;
  background-color: #dc143c;
  color: #fff;
  border: 1px solid transparent;
  font-size: 12px;
}
.coupon-model .buy{
 position: absolute;
  content: "";
  bottom: 20px;
  left:20px;
  background-color: #dc143c;
 }
 #allCouponModal .modal-body{
    padding: 25px 30px;
    background: #fff8eb;
}
#allCouponModal .modal-header{
    padding: 10px 16px;
}
#allCouponModal .modal-header .modal-title{
    font-size: 16px;
}
#allCouponModal .modal-header .btn-close{
    font-size: 12px;
}
 #allCouponModal .modal-body .coupon-model:not(:last-child){
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #c3c3c3;
 }
/* end coupon-model */

/* reviews-form-star */
.reviews-form-star{
    display: inline-block;
}
.reviews-form-star .rate-area {
	float: left;
	border-style: none;
	display: block;
    padding: 0;
    margin-bottom: 0;
}
.reviews-form-star .rate-area:not(:checked) > input {
	position: absolute;
	top: -9999px;
	clip: rect(0, 0, 0, 0);
}
.reviews-form-star .rate-area:not(:checked) > label {
	float: right;
	width: 0.8em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 180%;
	color: lightgrey;
	margin-right: 5px;
}
.reviews-form-star .rate-area:not(:checked) > label:before {
	content: "★";
}
.reviews-form-star .rate-area > input:checked ~ label {
	color: gold;
}
.reviews-form-star .rate-area:not(:checked) > label:hover,
.reviews-form-star .rate-area:not(:checked) > label:hover ~ label {
	color: gold;
}
.reviews-form-star .rate-area > input:checked + label:hover,
.reviews-form-star .rate-area > input:checked + label:hover ~ label,
.reviews-form-star .rate-area > input:checked ~ label:hover,
.reviews-form-star .rate-area > input:checked ~ label:hover ~ label,
.reviews-form-star .rate-area > label:hover ~ input:checked ~ label {
	color: gold;
}
.reviews-form h4{
    font-size: 20px;
    margin-bottom: 12px;
}
.reviews-form .btn{
    background-image: linear-gradient(to right, #D52B1E, #DD746C);
    border: 0;
    color: #fff;
    font-size: 13px;
    display: block;
    margin-top: 15px;
    padding: 8px 40px;
}
.reviews-form .form-label{
    margin-bottom: 5px;
    font-size: 14px;
}
.reviews-form-star h6{
    font-weight: 500;
    margin-bottom: 0px !important;
    text-transform: capitalize;
}
/* end reviews-form-star */

/**/
.wishlist_heart {
    --fuschia: #EF2B7C;
    --size: 26px;
    width: var(--size);
    height: var(--size);
    cursor: pointer;
    color: transparent;
    animation: beat_off 300ms forwards;
    position: absolute;
    top: 8px;
    right: 8px;
}
.wishlist_heart svg {
  height: 100%;
  width: 100%;
  stroke: #d52b1e;
}
.wishlist_heart._active {
  color: #d52b1e;
  animation: beat_on 400ms forwards;
}

@keyframes beat_on {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.5);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes beat_off {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  80% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
/**/

/* order-information-right1 */
.order-information-right1{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
    padding: 20px 20px 5px;
    border-radius: 10px;
    margin-top: 20px;
}
.order-information-right1 .radio {
  margin: 0.5rem 0.5rem 1rem;
}
.order-information-right1 .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.order-information-right1 .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.order-information-right1 .radio input[type=radio]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.order-information-right1 .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.order-information-right1 .radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.order-information-right1 .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
/* end order-information-right1 */

/**/
.sidebar-navigation {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /*position: fixed;*/
  z-index: 400;
  background-color: #fff;
  /*border-right: 1px solid #ccc;*/
  /*width: 256px;*/
  height: fit-content;
  left: 0;
  top: 0;
  /*overflow-y: auto;*/
  padding: 15px 10px;
  margin-top: 40px;
  border-radius: 12px;
}
.sidebar-navigation .title {
  display: block;
  font-size: 14px;
  line-height: 16px;
  background-color: #fff;
  align-items: center;
  font-weight: 600;
  padding: 16px;
  border-bottom: 1px solid #ccc;
}
.sidebar-navigation ul {
  margin: 0;
  padding: 0;
}
.sidebar-navigation ul li {
  display: block;
}
.sidebar-navigation ul li a {
  position: relative;
  display: flex;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #2e2e2e;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  align-items: center;
}
.sidebar-navigation ul li a p{
    margin-bottom: 0px;
}
.sidebar-navigation ul li a em {
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  border-radius: 50%;
}
.sidebar-navigation ul li:hover > a, .sidebar-navigation ul li.selected > a {
  background-color: rgb(255 248 235);
}
.sidebar-navigation ul li a.active{
    background-color: rgb(255 248 235);
}
.sidebar-navigation ul li ul {
  display: none;
}
.sidebar-navigation ul li ul li {
  font-weight: 400;
}
.sidebar-navigation ul li ul.open {
  display: block;
}
.sidebar-navigation ul li ul li a {
  color: #495d62;
  border-color: rgba(255, 255, 255, 0.1);
  font-weight: 400;
}
.sidebar-navigation ul li ul li:hover > a, .sidebar-navigation ul li ul li.selected > a {
  background-color: #e6ebed;
}
.sidebar-navigation ul li ul li:hover > a:before, .sidebar-navigation ul li ul li.selected > a:before {
  margin-right: 10px;
}
.sidebar-navigation ul li ul li.selected.selected--last > a {
  background-color: #94aab0;
  color: #fff;
}
.sidebar-navigation ul li ul li.selected.selected--last > a:before {
  background-color: #fff;
}
.sidebar-navigation ul li img{
    width:30px;
    margin-right: 8px;
}
.subMenuColor1 {
  background-color: #fbfcfc;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}
.subMenuColor2 {
  background-color: white;
}
.subMenuColor2 {
  background-color: white;
}
.subMenuColor2 {
  background-color: white;
}
.subMenuColor2 {
  background-color: white;
}
.subMenuColor2 {
  background-color: white;
}
/**/

/* profile-info-page */
.profile-info-page{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    padding:25px 35px;
    margin-top: 40px;
    border-radius: 12px;
}
.profile-info-page .profile-info-head{
    display: flex;
    justify-content: space-between;
    margin-bottom:20px;
}
.profile-info-page .profile-info-head h5{
    font-size: 18px;
    font-weight: 700;
}
.profile-info-page .btn{
    background-image: linear-gradient(to right, #D52B1E, #DD746C);
    border: 0;
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 8px 30px;
    margin: 25px auto 0;
}
.profile-info-page form label{
    font-size:14px;
}
.profile-info-page .profile-info-head .del-btn{
    text-decoration: none;
    background: #f5c94f;
    color: #000;
    font-size: 12px;
    height: fit-content;
    padding: 4px 12px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.profile-info-page .avatar-upload {
  position: relative;
  max-width: 150px;
  margin: 0px auto;
}
.profile-info-page .avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.profile-info-page .avatar-upload .avatar-edit input {
  display: none;
}
.profile-info-page .avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.profile-info-page .avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.profile-info-page .avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.profile-info-page .avatar-upload .avatar-preview {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 100%;
  border: 5px solid #d52b1e4f;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.profile-info-page .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.profile-info-page .table th{
    font-size:15px;
    font-weight: 600;
    background: #fff8eb;
}
/* end profile-info-page */

/**/
.my-order-media img{
    width: 65px;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #eef6ff !important;
    border-radius: 6px;
}
.my-order-media{
    display: flex;
    align-items: center;
    gap: 12px;
}
.my-order-media .my-order-media1 h6{
    color: rgba(155, 155, 155, 1);
    font-size: 12px;
    margin-bottom: 0px;
}
.my-order-media .my-order-media1 h5{
    font-size: 14px;
    font-weight: 600 !important;
    margin-bottom: 4px;
}
.my-order-media .my-order-media1 p{
    font-size: 12px;
    margin-bottom: 4px;
}
.profile-info-page .table .action img{
    width: 18px;
    margin-left: 6px;
}

.wishlist-sec .wishlist-sec-img{
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
.wishlist-sec .wishlist-sec-img img{
    width: 65px;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid rgba(20, 85, 172, 0.05);
}
.wishlist-sec .wishlist-sec-img .wishlist-sec-txt{}
.wishlist-sec .wishlist-sec-img .wishlist-sec-txt h6{
    font-size: 14px;
    line-height: 16px;
        margin-bottom: 4px;
}
.wishlist-sec .wishlist-sec-img .wishlist-sec-txt p{
    font-size: 12px;
        margin-bottom: 4px;
}
.wishlist-sec .wishlist-sec-img .wishlist-sec-txt h5{
    font-size: 15px;
    margin-bottom: 0px;
}
.wishlist-sec{
    position: relative;
    padding: 20px;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid rgb(213 43 30 / 15%);
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wishlist-sec:not(:last-child){
    margin-bottom:20px;
}
.wishlist-sec .wishlist_heart{
    position:unset;
}

.my-address-sec .my-address-sec-head{
    display: flex;
    justify-content: space-between;
    background: aliceblue;
    padding: 0.875rem 1.25rem;
    margin-bottom: 10px;
}
.my-address-sec .my-address-sec-head h4{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.my-address-sec .my-address-sec-head h4 span{
    font-size: 13px;
    font-weight: 500;
}
.my-address-sec .my-address-sec-head .my-address-sec-head-btn a{
    margin-left: 5px;
    font-size: 18px;
}
.my-address-sec .table{
    margin-left: 20px;
}
.my-address-sec .table td{
    font-size: 13px;
    padding: 6px 8px;
    color: #555555;
    font-weight: 500;
}
/**/

/* qty-input-info */
.qty-input-info {
  color: #000;
  background: #fff;
  /* display: flex; */
  align-items: center;
  overflow: hidden;
  border-radius: 6px;
  /* box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7); */
  /* transform: scale(1.5); */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 8px;
  margin-top: 18px;
  display: inline-block;
  padding: 0px 8px;
}
.qty-input-info .product-qty-info,
.qty-input-info .qty-count-info {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.qty-input-info .product-qty-info:focus,
.qty-input-info .qty-count-info:focus {
  outline: none;
}
.qty-input-info .product-qty-info {
  width: 28px;
  min-width: 0;
      font-size: 14px;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.qty-input-info .product-qty-info::-webkit-outer-spin-button, 
.qty-input .product-qty-info::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.qty-input-info .qty-count-info {
  padding: 0;
  cursor: pointer;
  /* width: 2.5rem; */
  /* font-size: 1.25em; */
  text-indent: -100px;
  overflow: hidden;
  position: relative;

  width: 22px;
    height: 22px;
    font-size: 14px;
}
.qty-input-info .qty-count-info:before, 
.qty-input-info .qty-count-info:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input-info .qty-count--minus-info {
  border-right: 1px solid #e2e2e2;
  border-radius: 50%;
    background: #f2f2f2;
}
.qty-input-info .qty-count--add-info {
  border-left: 1px solid #e2e2e2;
      border-radius: 50%;
    background: #f2f2f2;
}
.qty-input-info .qty-count--add-info:after {
  transform: rotate(90deg);
}
.qty-input-info .qty-count-info:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input-info .qty-count-info:disabled:before, 
.qty-input-info .qty-count-info:disabled:after {
  background: #ccc;
}
/* end qty-input-info */

/**/
/* menu on hover - with animation */
.dropdown.drop-collapsed .dropdown-menu {
  height: 0 !important;
  z-index: -1;
}
.dropdown .dropdown-menu {
  overflow: hidden;
  -webkit-transition: height 0.65s ease;
  transition: height 0.65s ease;
}
.navbar-nav > li > .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-nav > li.open .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
/**/

/* user-dropdown */
.user-dropdown:hover .drop-menu{
    transition: all 0.3s ease;
    top: 100px;
    opacity: 1;
    visibility: visible;
}
.user-dropdown .drop-menu {
    position: fixed;
    background: #fff8eb;
    width: 180px;
    line-height: 45px;
    top: 85px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    padding: 12px 5px;
    display: block;
}
.user-dropdown .drop-menu li a{
    color:#000;
    line-height: 25px;
    font-size: 14px;
}
.user-dropdown .drop-menu li:last-child a{
    border-top: 1px solid #c1c1c1;
    padding-top: 6px;
    margin-top: 6px;
}
/* end user-dropdown */

/* track-order1 */
.track-order1 .btn{
    margin: 0;
    width: 100%;
}
.track-order1 .form-control{
    font-size: 13px;
    padding: 8px 15px;
}
.track-order2{
    margin-top: 30px;
}
.no-found-div{
    text-align: center;
    padding: 30px 0 10px;
}
.no-found-div img{
    width: 75px;
    height: fit-content;
}
.no-found-div p{
    margin: 0;
    font-size: 18px;
    color: #767676;
}
/* end track-order1 */

/**/
.tracking-detail {
  padding: 3rem 0;
}
#tracking {
  margin-bottom: 1rem;
}
#tracking .tracking-list h4{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
#tracking .tracking-list h4 span{
    color: #d52b1e;
}

[class*="tracking-status-"] p {
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
[class*="tracking-status-"] {
  padding: 1.6rem 0;
}
.tracking-list {
    border: 1px solid #e5e5e5;
    padding: 25px 0;
    border-radius: 6px;
}
.tracking-item {
  border-left: 4px solid #00ba0d;
  position: relative;
  padding: 1rem 1.5rem 0rem 1.5rem;
  font-size: 0.9rem;
  margin-left: 3rem;
  min-height: 4rem;
}
.tracking-item:last-child {
  padding-bottom: 4rem;
}
.tracking-item .tracking-date {
  margin-bottom: 0.5rem;
}
.tracking-item .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: 0.4rem;
}
.tracking-item .tracking-content {
  padding: 0.5rem 0.8rem;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
}
.tracking-item .tracking-content span {
  display: block;
  color: #767676;
  font-size: 12px;
}
.tracking-item .tracking-icon {
  position: absolute;
  left: -0.6rem;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #fff;
  color: #fff;
}

.tracking-item-pending {
  border-left: 3px solid #d6d6d6;
  position: relative;
  padding: 2rem 1.5rem 0.5rem 1.5rem;
  font-size: 0.9rem;
  margin-left: 3rem;
  min-height: 5rem;
}
.tracking-item-pending:last-child {
  padding-bottom: 2rem;
}
.tracking-item-pending .tracking-date {
  margin-bottom: 0.5rem;
}
.tracking-item-pending .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: 0.4rem;
}
.tracking-item-pending .tracking-content {
  padding: 0.5rem 0.8rem;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
}
.tracking-item-pending .tracking-content span {
  display: block;
  color: #767676;
  font-size: 12px;
}
.tracking-item-pending .tracking-icon {
  line-height: 2.6rem;
  position: absolute;
  left: -0.6rem;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  color: #d6d6d6;
}
.tracking-item-pending .tracking-content {
  font-weight: 600;
  font-size: 14px;
}

.tracking-item .tracking-icon.status-current {
  width: 1.9rem;
  height: 1.9rem;
  left: -1.1rem;
}
.tracking-item .tracking-icon.status-intransit {
  color: #00ba0d;
  font-size: 0.6rem;
}
.tracking-item .tracking-icon.status-current {
  color: #00ba0d;
  font-size: 0.6rem;
}
.inactive-step {
  opacity: 0.4;
  pointer-events: none;
  filter: grayscale(100%);
}


@media (min-width: 992px) {
  .tracking-item {
    margin-left: 10rem;
  }
  .tracking-item .tracking-date {
    position: absolute;
    left: -3rem;
    width: 20px;
    text-align: right;
  }
  .tracking-item .tracking-date span {
    display: block;
  }
  .tracking-item .tracking-content {
    padding: 0;
    background-color: transparent;
  }

  .tracking-item-pending {
    margin-left: 10rem;
  }
  .tracking-item-pending .tracking-date {
    position: absolute;
    left: -3rem;
    width: 20px;
    text-align: right;
  }
  .tracking-item-pending .tracking-date span {
    display: block;
  }
  .tracking-item-pending .tracking-content {
    padding: 0;
    background-color: transparent;
  }
}
.tracking-item .tracking-content {
  font-weight: 600;
  font-size: 14px;
}
.blinker {
  border: 7px solid #e9f8ea;
  animation: blink 1s;
  animation-iteration-count: infinite;
}
@keyframes blink { 50% { border-color:#fff ; }  }
/**/

/**/
.account-order-details h4{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
}
.account-order-details h4 span{
    font-size: 12px;
    font-weight: 500;
    color: #16b559;
    background: rgba(22, 181, 89, 0.1);
    padding: 4px 9px;
    border-radius: 6px;
    margin-left: 10px;
}
.account-order-details p{
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}

.account-order-details1{
    padding-top: 25px;
    padding-bottom: 25px;
}
.account-order-details1 ul{
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}
.account-order-details1 ul li{
    margin-right: 20px;
}
.account-order-details1 ul li a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 17px;
}
.account-order-details1 ul li a.active,
.account-order-details1 ul li a:hover{
    color: #d52b1e;
    text-decoration: underline;
}

.order-summary-sec{
    border: 1px solid #e3e9ef;
    padding: 15px 15px 0;
    border-radius: 6px;
    margin-bottom: 25px;
}
.order-summary-sec .table td{
    font-size: 12px;
    padding: 6px 8px;
}
.order-summary-sec h5{
    font-size: 14px;
    font-weight: 600;
}
.order-summary-details{
    display: flex;
    align-items: center;
    gap: 15px;
}
.order-summary-details .order-summary-details-img{
    width: 75px;
}
.order-summary-details .order-summary-details-txt h6{
    font-size: 14px;
    margin-bottom: 5px;
}
.order-summary-details .order-summary-details-txt p{
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    color: rgba(155, 155, 155, 1);
}
.account-order-details3{
    border: 1px solid #e3e9ef;
    padding: 15px 15px 0;
    border-radius: 6px;
    margin-bottom: 25px;
}
.account-order-details4 .table{
    border: 1px solid #e3e9ef;
    padding: 15px 15px 0;
    border-radius: 6px;
    margin-bottom: 25px;
}
.account-order-details4 .table td{
    font-size: 13px;
}
.account-order-details4 .table td:last-child{
    text-align: end;
    font-weight: 500;
}
.add-address-sec .add-address-sec-btn{
    text-align: center;
}
.add-address-sec .add-address-sec-btn .btn{
    display: inline-block;
}
/**/

/* banner-section-img */
.banner-section-img {
	border: none;
	/*background: rgb(251,33,117);*/
	/*background: linear-gradient(0deg, rgb(255 0 0) 0%, rgb(255 0 0) 100%);*/
    color: #fff;
	overflow: hidden;
	position:relative;  
}
.banner-section-img:hover {
    text-decoration: none;
    color: #fff;
}
.banner-section-img:before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	animation: shiny-btn1 3s ease-in-out infinite;
}
.banner-section-img:hover{
    opacity: 1;
}
.banner-section-img:active{
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    50% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.2; }
	81% { -webkit-transform: scale(0) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
/* end banner-section-img */

/* about-section-img1 img bg */
.about-section-img1{
    display: flex;
    align-items: center;
    height: 100%;
}
.about-section-img1 .ripple {
    position: relative;
    text-decoration: none;
    color: #fff;
    /*width: 70px;*/
    /*height: 70px;*/
    background-color: #ffe97d;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 212, 0, 0.3), 0 0 0 10px rgba(255, 212, 0, 0.3), 0 0 0 30px rgba(255, 212, 0, 0.3), 0 0 0 60px rgba(255, 212, 0, 0.3);;
            box-shadow: 0 0 0 0 rgba(255, 212, 0, 0.3), 0 0 0 10px rgba(255, 212, 0, 0.3), 0 0 0 30px rgba(255, 212, 0, 0.3), 0 0 0 60px rgba(255, 212, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 212, 0, 0.3), 0 0 0 30px rgba(255, 212, 0, 0.3), 0 0 0 60px rgba(255, 212, 0, 0.3), 0 0 0 90px rgba(255, 212, 0, 0.3);
            /*box-shadow: 0 0 0 10px rgba(189, 142, 210, 0.3), 0 0 0 30px rgba(189, 142, 210, 0.3), 0 0 0 60px rgba(189, 142, 210, 0.3), 0 0 0 90px rgba(189, 142, 210, 0);*/
            box-shadow: 0 0 0 0 rgba(255, 212, 0, 0.3), 0 0 0 30px rgba(255, 212, 0, 0.3), 0 0 0 60px rgba(255, 212, 0, 0.3), 0 0 0 90px rgba(255, 212, 0, 0.3);
  }
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 212, 0, 0.3), 0 0 0 10px rgba(255, 212, 0, 0.3), 0 0 0 30px rgba(255, 212, 0, 0.3), 0 0 0 60px rgba(255, 212, 0, 0.3);
            /*box-shadow: 0 0 0 0 rgba(189, 142, 210, 0.3), 0 0 0 10px rgba(189, 142, 210, 0.3), 0 0 0 30px rgba(189, 142, 210, 0.3), 0 0 0 60px rgba(189, 142, 210, 0.3);*/
            box-shadow: 0 0 0 0 rgba(255, 212, 0, 0.3), 0 0 0 10px rgba(255, 212, 0, 0.3), 0 0 0 30px rgba(255, 212, 0, 0.3), 0 0 0 60px rgba(255, 212, 0, 0.3);
  }
  100% {
    -webkit--shadow: 0 0 0 0 rgba(255, 212, 0, 0.3), 0 0 0 30px rgba(255, 212, 0, 0.3), 0 0 0 60px rgba(255, 212, 0, 0.3), 0 0 0 90px rgba(255, 212, 0, 0.3);
            /*box-shadow: 0 0 0 10px rgba(189, 142, 210, 0.3), 0 0 0 30px rgba(189, 142, 210, 0.3), 0 0 0 60px rgba(189, 142, 210, 0.3), 0 0 0 90px rgba(189, 142, 210, 0);*/
            box-shadow: 0 0 0 0 rgba(255, 212, 0, 0.3), 0 0 0 30px rgba(255, 212, 0, 0.3), 0 0 0 60px rgba(255, 212, 0, 0.3), 0 0 0 90px rgba(255, 212, 0, 0.3);
  }
}
/* end about-section-img1 img bg */

/**/
/*.effect3 {*/
/*  background-color: #88557E;*/
/*}*/

/*.wrap {*/
/*  width: 100vw;*/
/*  height: 100vh;*/
/*}*/
/*.wrap div {*/
/*  width: 50vw;*/
/*  height: 33.33vh;*/
/*  float: left;*/
/*  position: relative;*/
/*  text-align: center;*/
/*}*/

/*.wrap div.effect3 {*/
/*  font-family: 'Eczar', serif;*/
/*}*/

/*Animation text---------------------*/
/* {effect1} */

/* {effect3} */
.text3 {
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*-moz-transform: translate(-50%, -50%);*/
  /*-ms-transform: translate(-50%, -50%);*/
  /*-webkit-transform: translate(-50%, -50%);*/
  /*transform: translate(-50%, -50%);*/
  /*padding: 0;*/
  overflow: hidden;
}
.text3 span {
  display: inline-block;
}
/**/

/**/
.add-read-more.show-less-content .second-section,
.add-read-more1.show-less-content .second-section,
.add-read-more.show-less-content .read-less,
.add-read-more1.show-less-content .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more,
.add-read-more1.show-more-content .read-more {
   display: none;
}
.add-read-more .read-more,
.add-read-more .read-less {
    font-weight: 600;
    margin-left: 2px;
    color: #d52b1e;
    cursor: pointer;
    font-size: 14px;
}
.add-read-more1 .read-more,
.add-read-more1 .read-less{
    color:gold;
}
.add-read-more,
.add-read-more1{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
/**/

/**/
.return-and-term{
    padding-top:50px;
}
/**/

/* faq-sec */
.faq-sec{
    padding-top:30px;
}
.faq-sec .contain {
  background-color: white;
  color: black;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 20px 0;
}
.faq-sec .question {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 80px 12px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq-sec .question::after {
  content: "\002B";
  font-size: 24px;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}
.faq-sec .question.active::after {
  transform: rotate(45deg);
}
.faq-sec .answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.faq-sec .answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}
.question.active + .answercont {
}
/* end faq-sec */

/* qty-input-a */
.qty-input-a {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.qty-input-a .product-qty-a,
.qty-input-a .qty-count-a {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2rem;
  line-height: 1;
}
.qty-input-a .product-qty-a:focus,
.qty-input-a .qty-count-a:focus {
  outline: none;
}
.qty-input-a .product-qty-a {
  width: 30px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
    font-size: 14px;
}
.qty-input-a .product-qty-a::-webkit-outer-spin-button, 
.qty-input-a .product-qty-a::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.qty-input-a .qty-count-a {
    padding: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    font-size: 14px;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}
.qty-input-a .qty-count-a:before, 
.qty-input-a .qty-count-a:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input-a .qty-count--minus-a {
  border-right: 1px solid #e2e2e2;
  border-radius: 50%;
    background: #f2f2f2;
}
.qty-input-a .qty-count--add-a {
  border-left: 1px solid #e2e2e2;
  border-radius: 50%;
    background: #f2f2f2;
}
.qty-input-a .qty-count--add-a:after {
  transform: rotate(90deg);
}
.qty-input-a .qty-count-a:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input-a .qty-count-a:disabled:before, 
.qty-input-a .qty-count-a:disabled:after {
  background: #ccc;
}
.qty-input-a {
    border-radius: 6px;
    display: inline-block;
    padding: 1px 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 8px;
    margin-top: 18px;
}
/* end qty-input-a */

/* distributor-model */
.distributor-model .modal-body{
    padding: 15px 25px 25px;
}
.distributor-model .modal-header{
    padding: 10px 16px;
}
.distributor-model .modal-header h4{
    font-size: 18px;
    font-weight: 600;
}
.distributor-model .modal-header .btn-close{
    background-size: 12px;
}
.distributor-modal-body label{
    font-size: 14px;
    margin-bottom: 5px;
}
.distributor-modal-body .form-control,
.distributor-modal-body .form-select{
    font-size: 14px;
}
.distributor-modal-body .btn{
    font-size:13px;
    padding: 8px 30px;
}
.distributor-modal-body-btn{
    text-align: center;
}
/* end distributor-model */

/* swal-title */
.swal-title{
    font-size: 20px;
    padding: 0px 16px;
    text-transform: capitalize;
}
.swal-footer{
    text-align: center;
    margin-top: 0;
    padding: 0px 16px 15px;
}
/* end swal-title */

/* end navbar-section-search*/
.navbar-section-search{
    position: absolute;
    top: 100px;
    z-index: 99;
    right: 8px;
}
.navbar-section-search .fa-search{
    background: #d52b1e;
    align-items: center;
    color: #fff;
    border-radius: 0 6px 6px 0;
    padding: 10px;
}
.navbar-section-search .search-btn {
  border: 0;
  margin: 0;
  background-color: transparent;
  /*color: white;*/
  padding: 0;
  border-radius: 5px;
  font-size: 20px;
}
.navbar-section-search .search-field1 {
  padding: 5px;
  display: none;
  background-color: white;
  box-shadow: 0 0 10px gray;
  /*opacity: 0;*/
  position: relative;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out !important;
  width: fit-content;
}
.navbar-section-search .form-active {
    padding: 5px;
    /*opacity: 1;*/
    display: flex;
    background-color: white;
    box-shadow: 0 0 10px gray;
    display: flex !important;
    transform: translateY(0px) !important;
    transition: all 0.2s ease-in-out;
    width: fit-content;
    border-radius: 6px;
    /*position: absolute;*/
    /*top: 10px;*/
    /*right: 235px;*/
    /*z-index: 12;*/
}
.navbar-section-search input {
  border: 0;
  outline: 0;
}
.navbar-section-search .search-field1 input[type="text"] {
  height: 38px;
  width: 250px;
  border: 1px solid rgb(213 43 30);
  padding: 0px 10px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  font-size: 14px;
}
.navbar-section-search .search-field1 input[type="submit"] {
  /*height: 40px;*/
  background: rgb(213 43 30);
  color: white;
  padding: 0px 10px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 14px;
}
/* end navbar-section-search */

.title_wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**/
.mob-filter{
    display:none;
}
.sidebar-navigation-close{
    display:none;
}
.mob-arrow{
    display:none;
}
/**/

/* banner-video-section */
.banner-video-section #video-box {
  height: 500px;
  width: 100%;
  /*opacity: 0.6;*/
  /*filter: grayscale(0.15);*/
}
.banner-video-section #video-box video {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* end .banner-video-section */

/* our-categories */
.our-categories{
    padding: 30px 0 25px;
}
.our-categories h3{
    font-size: 32px;
    margin-bottom: 25px;
    font-family: "Playfair Display", serif;
}
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0turn;
  inherits: false;
}
.our-categories-card .card {
  animation: 3s gradient-angle infinite linear;
  border: 1px solid transparent;
  /*background-image: linear-gradient(#584827, #2d230f),*/
  /*  conic-gradient(*/
  /*    from var(--gradient-angle),*/
  /*    #584827 0%,*/
  /*    #c7a03c 37%,*/
  /*    #f9de90 30%,*/
  /*    #c7a03c 33%,*/
  /*    #584827 40%,*/
  /*    #584827 50%,*/
  /*    #c7a03c 77%,*/
  /*    #f9de90 80%,*/
  /*    #c7a03c 83%,*/
  /*    #584827 90%*/
  /*  );*/
    /*background-image: linear-gradient(#EAEAEA, #B6B6B6), */
    /*    conic-gradient(from var(--gradient-angle), */
    /*    #584827 0%,*/
    /*  #c7a03c 37%,*/
    /*  #f9de90 30%,*/
    /*  #c7a03c 33%,*/
    /*  #584827 40%,*/
    /*  #584827 50%,*/
    /*  #c7a03c 77%,*/
    /*  #f9de90 80%,*/
    /*  #c7a03c 83%,*/
    /*  #584827 90%*/
    /*);*/
    background-image: linear-gradient(#EAEAEA, #B6B6B6), 
        conic-gradient(from var(--gradient-angle), 
        #584827 0%, 
        #e5322d 37%, 
        #f9de90 30%, 
        #e5322d 33%, 
        #584827 40%, 
        #584827 50%, 
        #e5322d 77%, 
        #f9de90 80%, 
        #e5322d 83%, 
        #584827 90%
    );
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}

@keyframes gradient-angle {
  to {
    --gradient-angle: 1turn;
  }
}
.our-categories-card .card {
  /*display: grid;*/
  /*max-width: 240px;*/
  padding: 20px;
  text-decoration: none;
  color: currentColor;
  border-radius: 20px;
  /*place-content: center;*/
  /*place-items: center;*/
  /*aspect-ratio: 1/1;*/
  /*row-gap: 16px;*/
      position: relative;
    height: 225px;
    overflow: hidden;
    transition-duration: 0.3s;
    margin-bottom: 25px;
}
.our-categories-card .card:hover img{
    transform: scale(1.2);
    transition-duration: 0.3s;
}
.our-categories-card .card h4 {
    font-family: "Comfortaa", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-optical-sizing: auto;
    z-index: 0;
}
.our-categories-card .card p {
    margin-bottom: 3px;
    font-size: 14px;
}
.our-categories-card .card .card-img{
    position: absolute;
    bottom: -35px;
    right: -35px;
    width: 200px;
}
/* end our-categories */

/* special-products */
.special-products{
    background-image: url(../img/bg/Special-Products.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
    background-attachment: fixed;
}
.special-products-card{
    width: 100%;
}
.special-products #text {
    font-family: "Playfair Display", serif;
    color: #C80202;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    text-shadow: -1px 0 #ffffff, -1px 1px #ffffff, -1px -1px #ffffff, 0 1px #ffffff, 1px 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff, 1px -1px #ffffff;
}
.special-products-card1{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}
.special-products-card .special-products-card-img{
    width: 130px;
    height: 155px;
    margin: 0 auto 5px;
}
.special-products-card1 h5{
    color: #C00000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
} 
.special-products-card1 p{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
} 
.special-products-card-btn {
    margin: 20px auto 0;
    text-align: center;
}
.special-products-card-btn .btn{
    background: #000;
    color:#fff;
    font-size: 12px;
    padding: 7px 18px;
}

.special-products .wrapper{
  /*padding: 70px 0;*/
  /*overflow-x: hidden;*/
}
.special-products .my-slider{
  /*padding: 0 70px;*/
}
.special-products .slick-initialized .slick-slide{
  /*background-color: #b32532;*/
  /*color: #FFF;*/
  /*height: 200px;*/
  margin: 12px 12px 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.special-products .slick-next, 
.special-products .slick-prev{
  z-index: 5;
}
.special-products .slick-next{
  right: -18px;
}
.special-products .slick-prev{
  left: -22px;
}
.special-products .slick-next:before, 
.special-products .slick-prev:before{
  color: #000;
  font-size: 26px;
  opacity: 1;
}
.special-products .slick-slider{
    margin-bottom: 0;
}
/* end special-products */

/* about-section */
.about-section{
  padding: 60px 0 80px;
  position: relative;
}
.about-section .about-section-txt h5{
    color: #D52B1E;
}
.about-section .about-section-txt h3{
    font-family: "Playfair Display", serif;
    font-size: 38px;
}
.about-sectionT{
    position: relative;
}
.about-section .about-section-txt h2{
    font-family: "Playfair Display", serif;
    font-size: 140px;
    position: absolute;
    top: 32%;
    z-index: -1;
    color: #c3c3c3;
}
.about-section-img2{
    width: 400px;
    margin: auto;
    position: absolute;
    top: 34%;
}
.about-section-txt p{
    margin: 110px 0 25px;
    line-height: 28px;
}
.about-section-txt .btn{
    background: #D52B1E;
    font-size: 14px;
    color: #fff;
    padding: 6px 30px;
    border-radius: 50px
}
.about-section-txt .btn img{
    width: 37px;
    height: fit-content;
}
/* end about-section */

/* sales-section */
.sales-section{
    padding: 30px 0 0;
}
.sales-section-bg{
    background-image: url(../img/bg/sale-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 35px 0 35px 30px;
    border-radius: 20px;
}
.sales-section-left{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: right;
    padding-right: 15px;
}
.sales-section-left h3{
    color: #fff;
    margin: 0;
    font-size: 70px;
    font-weight: 900;
}
.sales-section-left h5{
    color: #fff;
    margin: 0;
    font-size: 40px;
    font-weight: 900;
    text-align: end;
}
.sales-section-right .wrapper{
  overflow-x: hidden;
}
.sales-section-right .my-slider{
  /*padding: 0 70px;*/
}
.sales-section-right .slick-initialized .slick-slide{
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sales-section-right .slick-next, 
.sales-section-right .slick-prev{
  z-index: 5;
}
.sales-section-right .slick-next{
  right: 25px;
}
.sales-section-right .slick-prev{
  left: 5px;
}
.sales-section-right .slick-next:before, 
.sales-section-right .slick-prev:before{
  color: #000;
  font-size: 26px;
}
.sales-section-right .best-selling-product-card{
    margin-bottom:0;
}
.sales-section-right .slick-slider {
    margin-bottom: 0px;
}
/* end sales-section */

/* small-banner-section */
.small-banner-section{
    padding: 50px 0;
}
.small-banner-section-img{
    border-radius: 25px;
}
.small-banner-section-img img{
    border-radius: 25px;
}
/* end small-banner-section */

/* our-product */
.our-product{
    padding: 40px 0 30px;
}
.our-product-heading h5{
    color: #D52B1E;
    font-size: 24px;
    margin-bottom: 5px;
}
.our-product-heading1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.our-product-heading1 h3{
    font-family: "Playfair Display", serif;
    font-size: 36px;
    margin: 0;
}
.our-product-heading1 .btn{
    border: 1px solid #000;
    font-size: 14px;
    padding: 2px 30px;
    border-radius: 50px;
}
.our-product-heading1 .btn img{
    width: 37px;
    height: fit-content;
    filter: invert(100%) grayscale(100%) brightness(100%);
}
.our-product .slick-initialized .slick-slide{
    margin: 8px 12px 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-product .slick-next, 
.our-product .slick-prev{
    z-index: 5;
}
.our-product .slick-next{
    right: -20px;
}
.our-product .slick-prev{
    left: -25px;
}
.our-product .slick-next:before, 
.our-product .slick-prev:before{
    color: #000;
    font-size: 26px;
}
/* end our-product */

/**/
.header-social{}
.header-social ul{
    display: inline-flex;
    list-style: none;
    margin: 0;
    gap: 12px;
    border-right: 2px solid #fff;
    padding-right: 10px;
    margin-right: 6px;
}
.header-social ul li{
    width: 22px;
    height:22px;
}
.bottom-header{
    display: flex;
    border-top: 1px solid #fff;
    padding-top: 0px;
    padding-bottom: 2px;
    align-items: center;
}
.top-head{
        display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 4px;
    padding-bottom: 1px;
}
.navbar-section-right1 .mob-li{
    display:none;
}
.mob-social-media{
    display:none;
}
/**/