@import url('https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&family=Charmonman:wght@700&family=Dancing+Script:wght@600&family=Monsieur+La+Doulaise&family=Montez&family=Niconne&family=Pacifico&family=Qwigley&family=Sofia&family=Sue+Ellen+Francisco&family=Vibur&display=swap');

@font-face {
  font-family: 'Soligant';
  src: url('../fonts/Soligant.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/mulish-v11-vietnamese-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}

* {
    padding: 0;
    margin: 0;
  }
  
  body,
  html {
    height: 100%;
    width: 100%;
    font-size: 1.4rem;
    margin: 0 auto;
    font-family: 'Mulish';
  }
  
  a {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    list-style: none;
    font-size: 14px;
    outline: none !important;
     font-family: 'Mulish';
    text-decoration: none !important;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    font-family: 'Soligant';
    color: #333;
  }
  
  ul {
    list-style: none;
  }
  
  p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #777;
     font-family: 'Mulish';
  }
  
  button:focus {
    outline: 0;
    outline: inherit !important;
  }
  
  label {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 12px 0;
    position: relative;
    letter-spacing: 0.8px;
    color: #000;
     font-family: 'Mulish';
  }
  
  :focus {
    outline: 0;
    box-shadow: none;
  }

  ::-webkit-scrollbar {
    width: 5px;
  }
   
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
  ::-webkit-scrollbar-thumb {
    background-color: #bfa448;
    outline: none;
  }

  input[type=number]::-webkit-inner-spin-button, 
  input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0; 
  }
  .swiper video{
    object-fit: cover;
  }
  /*-----------nav--------------*/
  .header { 
    width: 100%;
    height: auto;
    position: fixed; 
    transition: 0.3s ease;
    z-index: 999;
    top: 0;
    padding: 0 50px;
    background: linear-gradient(90deg, rgba(255,241,239,1) 14%, rgba(255,246,230,0.9500175070028011) 100%);
  }
  .nav-search{
    display: flex;
    align-items: center;
    justify-content: end;
  }
  
  .nav-search img{
    width: 28px;
    color: #000;
    object-fit: scale-down;
    /* background: linear-gradient(0deg, rgba(253,203,194,1) 0%, rgba(255,222,128,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  }
  .extra_nav{
    padding: 0 5px;
    margin: 0 5px;
    position: relative;
  }
  .extra_nav:hover svg{
    color: #b59b50;
  }
  .extra_nav span{
    position: absolute;
    top: -6px;
    right: -7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(253,203,194);
    background: linear-gradient(0deg, rgba(253,203,194,1) 0%, rgba(255,222,128,1) 100%);
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight:400;
  }
  
  .upheader{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 0 0;
  }
  .upheader div{
    line-height: 0;
  }
  .upheader div a{
    color: #000;
    font-weight: 400;
    display: inline-block;
    line-height: 0;
    font-size: 14px;
    letter-spacing: 0.25px;
  }
  .upheader div:last-child a svg{
    width: 16px;
    color: #000;
    margin: 0 4px;
  }
  .upheader div a:hover{
    color: #e9c486;
  }

  .upheader .form-control{
    height:35px;
    line-height: 3.2rem;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    border-radius: 0;
    padding-left:35px;
    border: 1px solid rgb(244,208,155);
  }
  .upheader .input-group{
    width:320px;
    margin: 0 auto;
    margin-left: 40% !important;
  }
  .upheader .submit{
    border: 0;
    background: rgb(253,203,194);
    background: linear-gradient(0deg, rgba(253,203,194,1) 0%, rgba(255,222,128,1) 100%);
    color: #000;
    font-size: 16px;
    padding: 0 15px;
  }
  .upheader .form-control:focus{
    box-shadow: none;
  }
  .up_pin{
    position: absolute;
    left: 8px;
    top: 5px;
    color: #707070;
    z-index: 4;
  }
  .up_pin svg{
    width: 18px;
  }
  .resp_menu{
    display: none !important;
  }
  .locat_div{
    position: absolute;
    top: 33px;
    left: 0;
    width: 245px;
    height: auto;
    padding: 15px;
    background: #fff;
    background: linear-gradient(to top, #fff, #fbf0e4);
    display: none;
    z-index: 222222;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  .locat_div .input-group{
    width: 100%;
    margin-right: 0;
    margin-left: 0 !important;
  }
  .locat_div h6{
    text-align: center;
    margin-bottom: 12px;
  }
  .locat_div p{
    text-align: center;
    font-size: 14px;
    margin-bottom: 32px;
    line-height: 20px;
  }
  /*--------------Banner----------------*/
  .banner{
    /* height: 100vh; */
    padding-top: 115px;
    margin-bottom: 100px;
  }
  .banner .swiper-slide{
    position: relative;
  }
  .banner .swiper-slide img{
    width: 100%;
    object-fit: cover;
    height: 694px;
  }
  /* .banner .swiper-slide:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 23%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0.9920343137254902) 14%, rgba(255,255,255,0) 100%);
    z-index: 11;
  } */
  .banner_style{
    padding: 25px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .banner_style h1 {
    font-size: 138px;
    font-weight: 400;
    line-height: 155px;
    color: #30373e;
    margin-bottom: 60px;
    text-transform: capitalize;
  }

.banner_style li{
  width: calc((100% - 150px) / 3);
}
.sm_img_div{
  position: relative;
  padding-left: 50px;
}
.sm_img_div h1{
  position: absolute;
  top: -23%;
  color: rgb(0 0 0 / 4%);
  font-size: 8.6rem;
  left: -5%;
  z-index: -1;
}
.sm_img_div p{
  width: 336px;
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.bannerSwiper .banner-pagination {
  text-align: left;
  left: 28% !important;
  bottom: 61px !important;
  position: relative;
  z-index: 22;
}
.bannerSwiper .banner-pagination span{
  width: auto;
  height: auto;
  background: transparent;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* .bannerSwiper .swiper-pagination-bullet-active{
  margin-right: 60px !important;
  position: relative;
}
.bannerSwiper .swiper-pagination-bullet-active::before{
  content: '';
  width: 49px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 16px;
  top: 12px;
} */
.bannerSwiper .swiper-pagination-bullet-active {
  background: #b59b50;
}
/* .btn {
  margin: 0 auto;
  border: none;
  padding: 10px 44px;
  font-size: 25px;
  position: relative;
}
.btn::before {
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  content: "";
  width: 50%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
}
.btn.rounded {
  border-radius: 50px;
}
.btn.rounded::before {
  border-radius: 50px;
  width: 60px;
  background: #b59b50;
  left: 5%;
  z-index: -1;
}
.btn.rounded:hover::before {
  background: #000;
  width: 100%;
  color: #fff;
}
.btn:hover span{
  color: #fff;
}
.btn:hover span svg{
  padding-left: 5px;
}
.btn:focus{
  box-shadow: none;
} */
/*-----------home_about-------------*/
.home_about_sec{
  position: relative;
  padding:150px 0 70px 0;
  overflow: hidden;
}
/* .home_about_sec:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background: url(../img/login_bg.jpg) #fff;
  background-blend-mode: multiply;
  opacity: 0.06;
} */
.home_about_sec:before {
  content: "";
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url(../img/Vector_1.webp) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}
/* .home_about_sec::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 26%;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0.9920343137254902) 14%, rgba(255,255,255,0) 100%);
  z-index: 1;
} */
.home_about_sec .categories-content-top{
  z-index: 2;
  position: relative;
}
h2.section-header, a.link-title {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Mulish";
  letter-spacing: 2.4px;
  font-weight: 500;
  color: #b59b50;
  margin-bottom: 16px;
}
p.section-text {
  text-align: left;
  font-size: 78px;
  line-height: 82px;
  margin-bottom: 75px;
  font-family: "Soligant";
  text-transform: capitalize;
  font-weight: 400;
  color: #000;
}
.categories-list-blog img {
  object-fit: cover;
  height: auto;
  max-width: 372px;
}
.categories-list-blog2 img {
  object-fit: cover;
  height: auto;
  max-width: 100%;
}
.about_text{
  font-size: 18px;
  line-height: 26px;
  color: #30373e;
  text-transform: none;
  font-weight: 500;
  margin: 48px 0 0 0;
}

/*-----------product_categories-------------------*/
.product_catego{
  padding-top: 100px;
}
.product{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.product li{
  width: calc((100% - 0px) / 5);
}
.product li a{
  display: block;
  text-align: center;
  font-size: 20px;
  color: #30373e;
  position: relative;
  
}
.product li a:hover{
  color: #b59b50;
}
.product li a span{
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product li img{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product li a:hover span{
  letter-spacing: 0.85px;
} 

.product li a:hover img{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transform: translateY(-10px);
  border: 1px solid #b59b50;
  padding: 20px;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  background: #f5f5f5;
}
.categoriesSwiper .swiper-slide{
  padding: 30px 15px;
}
/* .categoriesSwiper .card{
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.categoriesSwiper .card:hover{
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.categoriesSwiper .card img{
  height: 280px;
  object-fit: contain;
}
.categoriesSwiper .card .card-body h6{
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.categoriesSwiper .card .card-body p{
  font-size: 20px;
  font-weight: 600;
  color: #30373e;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.categoriesSwiper .card .card-body p b{
  font-size: 14px;
   margin-bottom: 10px;
   color: #30373e;
} */

.product_catego .row{
  z-index: 1;
  position: relative;
}
.cart_list{
  position: absolute;
  width: 45px;
  right: -40%;
  top: 20%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 122px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cart_list a{
  width: 35px;
  height: 35px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #dddddd;
  color: #30373e;
}
.cart_list a svg{
  width: 22px;
  margin: 0 8px;
}
.categoriesSwiper .card:hover .cart_list{
  right: 3%;
}
.cart_list a:hover{
  color: #fff;
  background: #b59b50;
  border: 1px solid #b59b50;
}

.swiper-button-next{
  right:-45px;
  left: auto;
  /* top: 22px; */
  color: #000;
  background: #fdcbc2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 8px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  /* right:48px;
  left: auto; */
  /* top: 22px; */
  color: #000;
  background: #fdcbc2;
  width: 40px;
  height: 40px;
  display: flex;
  padding: 8px;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
 font-size: 15px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -45px;
  right: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.categoriesSwiper:hover .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 15px;
  right: auto;
}
.categoriesSwiper:hover .swiper-button-next {
  left: auto;
  right: 15px;
}
.view_more{
  background: #212529;
  border-radius: 60px;
  padding: 10px 12px;
  color: #b59b50;
  font-size: 16px;
  text-align: center;
  width: 166px;
  display: block;
}
.view_more:hover{
  color: #fff;
  background:#b59b50 ;
  letter-spacing: 0.65px;
}

/*----------------Order_shiping-----------*/
.order_step{
  margin-top: 130px;
}
.step_service{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.step_service li{
  width: 14%;
  margin: 0 10px;
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
}
.step_service li::before{
  content: '';
  position: absolute;
  top: 16px;
  right: 18px;
  width: 1px;
  height: 62px;
  background: #e3dcc7;
}
.step_service li:last-child::before{
  display: none;
}
.step_service li span{
  display: block;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 6px;
}
.step_service li .icon_div{
  width:80px;
  height: 80px;
  /* background: #b59b50; */
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.icon_div img{
  width:100%;
  object-fit: contain;
}
.step_service li p{
  width: calc(100% - 80px);
  padding-left: 20px;
}
/*-----------Testimonial--------------*/

.testimonial_sec {
  position: relative;
  padding-top: 120px;
}

.testimonial_sec:before {
  content: "";
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url(../img/Vector_1.webp) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.testimonialSwiper{
  position: relative;
}
.testimonialSwiper::before{
  content: "";
  position: absolute;
  top: 8%;
  left:0;
  background: url(../img/quote.png) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 122px;
  opacity: 0.2;
}
.testimonialSwiper::after{
  content: "";
  position: absolute;
  bottom: 0%;
  right:0;
  background: url(../img/quote_2.png) no-repeat bottom right;
  width: 100%;
  height: 100%;
  background-size:90px;
  opacity: 0.2;
}
.testimonialSwiper .swiper-slide{
  padding: 0 0 25px 0;
}
.testimonial_sec .card{
  background: transparent;
  border: none;
  text-align: center;
}
.testimonial_sec .card .user_pic{
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.testimonial_sec .card h6{
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.testimonial_sec .card p{
  font-size: 16px;
  color: #000;
  line-height: 26px;
  width: 80%;
  margin: 0 auto;
}

.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, 
.swiper-pagination-fraction {
  bottom: -10px;
}
.swiper-pagination-bullet-active{
  background: #b59b50;
}

/*-----------search_store----------*/

.search_store{
  /* background: url(../img/banner-img.webp) no-repeat center right; */
  background-size: cover;
  padding: 0px 0;
  margin-top: 130px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.search_store::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 23%;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0.9920343137254902) 14%, rgba(255,255,255,0) 100%);
}
.videodib{
  width: 100%;
  max-height: 660px;
}
#myvid{
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.search_store h5{
  font-size: 70px;
  color:#fff;
  margin-bottom: 15px;
}
.search_store p{
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
.search_store p small{
  font-size: 10px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 18px;
  letter-spacing: 00.65px;
}

/*---------------Instagram_post--------------------*/

.instagram_sec{
  padding-top: 100px;
}

.panels {
  min-height: 40vh;
  overflow: hidden;
  display: flex;
  
}

.panel {
  background: #6B0F9C;
  box-shadow: inset 0 0 0 5px rgba(255,255,255,0.1);
  color: white;
  text-align: center;
  align-items: center;
  /* Safari transitionend event.propertyName === flex */
  /* Chrome + FF transitionend event.propertyName === flex-grow */
  transition:font-size 0.7s cubic-bezier(0.61,-0.19, 0.7,-0.11), flex 0.7s cubic-bezier(0.61,-0.19, 0.7,-0.11),
  background 0.2s;
  font-size: 20px;
  background-size: cover;
  background-position: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
/* Flex Children */
.panel > * {
  margin: 0;
  width: 100%;
  transition: transform 0.5s;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.panel > *:first-child {transform: translateY(-100%);}
.panel.open-active > *:first-child {transform: translateY(0);}
.panel > *:last-child {transform: translateY(100%);}
.panel.open-active > *:last-child {transform: translateY(0);}

.panel p {
  /* text-shadow: 0 0 4px rgba(0, 0, 0, 0.72), 0 0 14px rgba(0, 0, 0, 0.45); */
  font-size: 2em;
}
.panel i svg{
  width: 45px !important;
  color: #fff !important;
}
.panel.open {
  font-size: 40px;
  flex: 5;
}

/*-----------footer----------------*/
footer{
  /* background: #fff6e6; */
  background: rgb(255,246,230);
  background: linear-gradient(0deg, rgba(255,246,230,1) 14%, rgba(255,241,239,1) 100%);
}
footer h5{
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
footer ul{
  padding: 0;
}
footer ul li{
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 24px;
  font-weight: 500;
  display: flex;

}
footer ul li svg{
  width: 24px;
  color: #b3873b;
  margin-right: 10px;
  margin-bottom: 10px;
}
footer ul li img{
  margin-right: 14px;
}
footer ul li span{
  width: calc(100% - 22px);
  padding-left: 5px;
}

.social_footer{
  display: flex;
  padding: 0;
  margin-top: 20px;
}
.social_footer li a{
  display: flex;
  margin: 0 5px 0 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #000;
 
}
.social_footer li a svg{
  width: 20px;
  color: #fff;
  margin-right: 0;
  margin-bottom: 0;
}
.social_footer li:nth-child(1) a{
  background: #4267B2;
}
.social_footer li:nth-child(3) a{
  background: #1DA1F2;
}
.social_footer li:nth-child(2) a{
  background:#0072b1;
}
.social_footer li:nth-child(4) a{
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social_footer li:nth-child(5) a{
  background:#E60023;
}
.social_footer li:nth-child(5) a img{
  width: 24px;
  margin: 0 auto;
}
.send_btn{
  border: none;
  background: #000;
  padding: 8px 15px;
  font-size: 14px;
  color: #b59b50;
  float: right;
  margin-top: 6px;
}

footer .form-control{
  font-size: 15px;
  border-radius: 0;
  padding: 12px 15px;
}
footer .form-control:focus{
  box-shadow: none;
  outline: 0;
  border-color: #b3873b;
}

.footer_menu{
  border-top: 1px solid #f7ddb0;
  margin-top: 30px !important;
  padding: 15px;
  display: block;
}
.footer_menu>ul{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 80%;
  flex-wrap: wrap;
  margin: 0 auto;
}
.footer_menu>ul li a:after {
  content: "|";
  margin: 0 7px;
  color: #76767699;
}

.footer_menu>ul li a{
  color: #30373e;
  font-weight: 400;
  font-size: 15px;
  padding: 3px 5px;
}
.footer_menu>ul li a:hover{
  color: #b3873b;
}

.footer_bottom{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.footer_menu>ul li:last-child a:after{
  display: none;
}
/*-------------scrollTop--------------*/

.scrollToTop{
  width: 50px;
  height: 50px;
	padding:10px; 
	text-align:center; 
	background: transparent;
  border-radius: 50%;
	color: #000;
	position:fixed;
	bottom: 1%;
	right:40px;
	display:none;
  display: flex;
  align-items: center;
  justify-content:center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  z-index: 999;
}
.scrollToTop:hover{
	text-decoration:none;
  color: #b3873b;
}

/*----------bounce Animation-------------*/
.bounce{
  animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-4px);}
	60% {-webkit-transform: translateY(-4px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-4px);}
	60% {-moz-transform: translateY(-4px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-4px);}
	60% {-o-transform: translateY(-4px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-4px);}
	60% {transform: translateY(-4px);}
}

/*------------Contact_us------------------*/

.inner_body{
  /* background: url(../img/Web-Sliders-2.webp); 
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover;
  padding: 68px 0 40px 0;
  margin-top: 90px;
  text-align: center;
  position: relative; */
  background-position: 0% 27% !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 115px;
  margin-bottom: 0px;
  padding: 6.5% 0% 6.5% 0%;
  text-align: center;
  position: relative;
}
/* .inner_body::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.9920343137254902) 5%, rgba(0,0,0,0) 100%);
} */
.inner_body .row{
  position: relative;
  z-index: 1;
}
.inner_body h1{
  color: #000;
  font-weight: 500;
  font-size: 56px;
}
.breadcrumb {
  justify-content: center;
  align-items: baseline;
}
.breadcrumb-item a{
  color: #000;
}
.breadcrumb-item.active {
  color: #9d7f32;
  font-size: 16px;
}

.contact_body{
  padding: 100px 0;
  position: relative;
}
.contact_body:before {
  content: "";
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url(../img/Vector_1.webp) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact_body .card{
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 0;
}

.ct-form .form-control {
  border: 0;
  border-radius: 0;
  font-size: 16px;
  border-bottom: 1px solid #ced4da;
  resize: none;
  padding-top: 0;
  padding-left: 0;
  font-weight: 400;
  height: 70px;
  margin-bottom: 8px;
}
.ct-form .form-control:focus{
  box-shadow: none;
  border-bottom: 1px solid #b3873b;
}
.ct-form h4 {
  position: relative;
  font-size: 24px;
  font-family: 'Mulish';
  font-weight: 600;
}

.ct-form h4:after {
  border-bottom: 4px solid #b3873b;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 44px;
  content: '';
}

.page_title .addre_text {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.page_title .addre_text svg {
  color: #b3873b;
  width: 22px;
  margin-right: 12px;
}
.reg_btn {
  color: #fff;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #b3873b;
  background-color: #b3873b;
  padding: 12px 20px;
  font-size: 15px;
  border-radius: 30px;
}

.reg_btn:hover {
  color: #b3873b;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #b3873b;
  background: #fff;
}
.page_title h1{
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 40px;
}


/*-----------product_details---------------*/

.product_details{
  padding: 100px 0;
  margin-top: 90px;
}

.prodct_detail_title{
  margin: 10px 0 !important;
}
.pdSwiper img{
  height: 123px;
  width: 100%;
  object-fit: cover;
}
.pdSwiper{
  padding: 10px 34px;
}

.pdSwiper2 img{
  height: 510px;
  object-fit: contain;
  width: 100%;
}
.pdSwiper .swiper-button-next {
  right: 0px;
  left: auto;
  top: 80px;
  background: transparent;
  color: #000;
}
.pdSwiper .swiper-button-prev {
  right: auto;
  left: 0;
  top: 80px;
  background: transparent;
  color: #000;
}
.pdSwiper  .swiper-button-next:after, 
.pdSwiper  .swiper-rtl .swiper-button-prev:after, 
.pdSwiper  .swiper-button-prev:after, 
.pdSwiper  .swiper-rtl .swiper-button-next:after {
  font-size: 25px;
}
.product_detailsText{
  padding-left: 50px;
  padding-right: 0;
  position: relative;
}
.pd_breadcrumb .breadcrumb-item a {
  color: #9b9b9b;
  line-height: 0;
  font-weight: 500;
}
.pd_breadcrumb .breadcrumb-item::before{
  font-size: 16px;
  float: inherit;
}
.pd_breadcrumb .breadcrumb {
  justify-content: start;
  line-height: 0;
}

.product_detailsText h1{
  font-size: 40px;
  font-weight: 600;
  margin-top: 35px;
}
.product_detailsText h1 span{
  font-family: 'Mulish';
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

.product_detailsText h5{
  font-size: 26px;
  font-weight: 600;
  margin-top:25px;
  font-family: 'Mulish';
  margin:20px 0;
}
.product_detailsText h5 span{
  text-decoration: line-through;
  color: #9b9b9b;
  margin-left: 10px;
  font-weight: 500;
}
.pd_subtext{
  padding: 0;
  margin: 15px 0 30px 0;
}
.pd_subtext li{
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}
.pd_subtext li span{
  color: #b59b50;
  margin-left: 6px;
  font-size: 16px;
}

.qty {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}
.qty label {
  flex: 1 0 100%;
}
.qty input {
  width: 60px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #c59d58;
  border-left: 0;
  border-right: 0;
}
.qty button {
  width: 30px;
    height: 30px;
    color: #000;
    font-size: 2rem;
    background: transparent;
    border:1px solid #c59d58;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-size: 23px;
    margin: 0;
}
.qty button.qtyminus {
  margin-right:0;
}
.qty button.qtyplus {
  margin-left:0;
}
.product_detailsText .btn_group{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.not_text{
  font-size: 12px;
  color: #a3a3a3;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.add_cart{
  font-size: 16px;
  font-weight: 500;
  padding: 15px 25px;
  background: rgb(253,203,194);
  background: linear-gradient(0deg, rgba(253,203,194,1) 0%, rgba(255,222,128,1) 100%);
  border: 1px solid #bfa448;
  color: #000;
  width: calc((100% - 20px) / 2);
  margin-right: 5px;
  -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.add_cart svg{
  width: 20px;
}
.add_cart:hover{
  background: #000;
  color: #bfa448;
  letter-spacing: 0.65px;
}
.product_detailsText p{
  font-size: 16px;
  line-height: 24px;
}
.buy_it{
  background: #fff;
  border: 1px solid #b3873b;
  color: #000;
  font-weight: 600;
}
.wish_list{
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9b9b9b;
}
.wish_list svg{
  width: 18px;
}
.wish_list:focus{
  background: #b3873b;
  color: #fff;
}
.user_filter{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.size_select{
  height: 40px;
  font-size: 16px;
  border-radius: 0;
}
.size_select:focus{
  box-shadow: none;
  border-color: #ced4da;
}
.pdSwiper .swiper-slide-visible{
  border:1px solid transparent;
}
.pdSwiper .swiper-slide-thumb-active{
  border:1px solid #ced4da;
}

/* ---------------product_desc_tab----------------- */
/* Tabs */
.tabs {
  /* background-color: #09F; */
  border-radius: 5px 5px 5px 5px;
}
ul#tabs-nav {
  font-weight: 400;
  margin: 0;
  cursor: pointer;
  line-height: 0;
  display: flex;
}
ul#tabs-nav li {
  float: left;
  font-weight: 400;
  margin: 0 3px;
  padding: 8px;
  cursor: pointer;
  background: #f9f9f9;
}

.description p:nth-child(2){
  padding: 10px 0;
}

.description ul li{
  font-size: 14px;
  color:#777;
  padding-top:7px;
  list-style-type: disc;
  transition: all 0.35s;
}
#tabs-nav li a {
  color: #757575;
  font-size: 16px;
  display: block;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.35s;
}
#tabs-nav li a:hover{
  color: #000;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  border-radius: none !important;
  box-shadow: none !important;
  border-bottom:2px solid #b3873b;
  background: #fdcdbd;
  transition: all 0.35s;
  border-radius: 8px 8px 0 0;
}
ul#tabs-nav li.active a{
  color: #000;
}
#tabs-content{
  padding: 30px 20px;
}
.tab-content {
  background-color: #FFF;
}

.return ul li{
  color:#777;
  font-size: 14px;
  padding:8px 0;
  list-style-type: disc;
}

.return ul{
  padding-top: 20px;
}

.ratingW {position:relative; margin:10px 0 0;}
.ratingW li {display:inline-block; margin:0px;}
.ratingW li a {display:block; position:relative; /*margin:0 3px;  width:28px; height:27px;color:#ccc; background:url('../img/ico/icoStarOff.png') no-repeat; background-size:100%;*/}
/*.ratingW li.on a {background:url('../img/ico/icoStarOn.png') no-repeat; background-size:100%;}*/

.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;
  border-right: .3em solid transparent;
  border-bottom: .7em  solid #ddd;
  border-left: .3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 14px;
}
.star:before, .star:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: .6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: .7em  solid #ddd;
  border-left: 1em solid transparent;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.star:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

textarea{
  resize: none;
}



.user_review_form{
display: flex;
align-items: center;
}
.review ul{
  padding: 0;
}
.ratingW li.on .star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;
  border-right: .3em solid transparent;
  border-bottom: .7em  solid #FC0;
  border-left: .3em solid transparent;
  /* Controlls the size of the stars. */
  font-size:14px;
}
.ratingW li.on .star:before, .ratingW li.on .star:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: .6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: .7em  solid #FC0;
  border-left: 1em solid transparent;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.ratingW li.on .star:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.review_btn{
  font-size: 16px;
  padding: 20px 0;
}

.review_btn .add_cart{
  padding:10px 25px !important;
  display: inherit;
  width:250px;
  margin: 0 auto;
}

.reviews_section{
  border: 1px solid #d9d9d9;
  padding:0 20px ;
  margin: 0 0 25px;
  position: relative;
}
.rating_user{
  display: flex;
  flex-wrap:wrap ;
}
.rating_user_review{
  position: relative;
}
.rating_username p:first-child{
  font-weight:bold;
  color:"#777";
}
.review_header::before{
  content: "";
  width: 10px;
  height: 1px;
  background: rgba(134,134,134,.75);
  margin: 0 10px 0 7px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.review_header{
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding:25px 0 0 0;
  border: none;
  font-weight: bold;
}
.rating_user_review::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 43px;
  background: transparent;
  width: 100%;
  z-index: 1;
}
.user_start {
  font-size: 10px !important;
}

.write_review_form{
  display: none;
}

.review_form p{
  font-size: 18px;
  text-align: start;
  padding:20px 10px ;
}

.review_form{
  border-top:1px solid #e5e5e5;
  margin-top: 30px;
}
.text_area{
  height:296px;
}


.rating_user_write{
  padding: 0 !important;
  margin: 0 !important;
}


/*---------------wishlist_body------------------*/

.wishlist_body{
  padding: 100px 0;
  position: relative;
}

.wishlist_table {
  /* border: 1px solid #ccc; */
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.wishlist_table td {
  font-size: 16px;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}

.wishlist_table td a{
  color: #000;
}

.total_price a{
  color:#fff !important;
}

.wishlist_table td a:hover{
  color:#b3873b
}

.wishlist_table th {
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px;
  text-align: left;
  border-bottom: 0;
  background: #dbcea4;
}
.wishlist_table tr td img{
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: flex;
  justify-content: start;
}
.width-100{
  width: 100px;
}
.width-150{
  width: 180px;
}
.ad_tocart{
  border: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 0 11px;
  background: #b3873b;
  height: auto;
  line-height: 32px;
  color: #fff;
}
.ad_tocart svg{
  width: 18px;
  line-height: 0;
  vertical-align: middle;
}

/*--------------Login_Page---------------*/
.login_logo{
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  left:0;
}
.login_logo img{
  width: 183px;
  object-fit: contain;
}
.login_body label{
  text-align: left !important;
  font-weight: 600;
  font-size: 13px;
  color: rgb(95, 95, 95);
}
.login_body{
  height: 100vh;
  display: flex;
  align-items: center;
  background: #fefefe;
  padding: 20px;
}
.login_body::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background: url(../img/login_bg.jpg) #f0d78e;
  background-blend-mode: multiply;
  opacity: 0.09;
}
.eyebtn{
  position: absolute;
  right: 0;
  /* display: block; */
  width: 35px;
  height: 41px;
  padding: 10px 8px;
}
.eyebtn img{
  width: 100%;
  object-fit: contain;
  opacity: 0.5;
}
.login_body button {
	border-radius: 40px;
  border: 0;
  background-color: #b3873b;
  background: linear-gradient(to right, #b3873b, #c1a442);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
  display: block;
  width: 100%;
}

.login_body button:active {
	transform: scale(0.95);
}

.login_body button:focus {
	outline: none;
}

.login_body .ghost {
  color: #000;
  font-weight: 600;
}
.register_form{
  line-height: 1;
}
.login_body form {
	background-color: #FFFFFF;
	/* display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column; */
	padding: 0 30px 0 35px;
	height: 100%;
	text-align: center;
}
.login_body .form2 {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
}
.login_body input {
	background-color: #f5f5f5;
  border: 1px solid #e9e3d0;
  padding: 10px;
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
}
.login_body input::placeholder{
  font-weight: 500;
  font-size: 14px;
  color: #ada792;
}
.login_body .container {
	background-color: #fff;
	border-radius: 10px;
  	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
			0 10px 10px rgba(0,0,0,0.22);
	position: relative;
	overflow: hidden;
	width: 768px;
	max-width: 100%;
	min-height: 480px;
}

.login_body .form-container {
	position: absolute;
	top: 0;
	height: 98%;
	transition: all 0.6s ease-in-out;
  overflow: auto;
  background: #fff;
  padding: 20px 0;
}

.login_body .sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}

.login_body .container.right-panel-active .sign-in-container {
	transform: translateX(100%);
}

.login_body .sign-up-container {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}

.login_body .container.right-panel-active .sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

@keyframes show {
	0%, 49.99% {
		opacity: 0;
		z-index: 1;
	}
	
	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}

.login_body .overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

.login_body .container.right-panel-active .overlay-container{
	transform: translateX(-100%);
}

.login_body .overlay {
	/* background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
	background: linear-gradient(to right, #FF4B2B, #FF416C); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
  	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.login_body .container.right-panel-active .overlay {
  	transform: translateX(50%);
}

.login_body .overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}
.login_body .overlay-left {
	transform: translateX(-20%);
  background: url(../img/jainam_banner_5.jpg) center center no-repeat;
  background-size: cover;
}

.login_body .container.right-panel-active .overlay-left {
	transform: translateX(0);
}

.login_body .overlay-right {
	right: 0;
	transform: translateX(0);
  background: url(../img/jainam_banner_5.jpg) center center no-repeat;
  background-size: cover;
}

.login_body .container.right-panel-active .overlay-right {
	transform: translateX(20%);
}

.login_body .social-container {
	margin: 20px 0;
}

.login_body .social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
  color: #000;
  background-color: #fff;
}
.login_body .social-container a:hover{
  background-color: #b3873b;
  border: 1px solid #b3873b;
}
.social-container a svg{
  width: 18px;
}

.login_body form h1{
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}
.login_body form span{
  font-size: 16px;
}
.leftarrow{
  color: #000;
  width: 16px;
  margin-right: 8px;
}
/*-----------productList--------------*/

.product_list_section{
  padding: 100px 0;
}
 .active a{
  color:#b59b50;
 }

 .all_product{
  font-size:1.7rem;
  padding: 2% 0;
 }
 
 .accordion_btn{
  color:#000;
  font-size: 14px;
  font-weight: 600;
  background-color:transparent;
  outline: none;
  padding: 17px 13px 0 0;
  
 }

.resp_scroll{
  height:100vh;
  overflow: auto;
  padding-right: 10px;
}
 .accordion_btn:hover{
  text-decoration: underline;
  text-underline-offset: 0.3rem
 }

 
.availability_body{
  padding:12px 0 0 0;
}
 .accordion-item{
  border: none;
  
 }

 .accordion-button:not(.collapsed){
  color: #b59b50;
  background-color:transparent;
  box-shadow: none;
 }

 .accordion-button:focus{
  box-shadow: inherit;
 }


 .availability_item{
  display: flex;
  justify-content: space-between;
  padding:0 0 0 0;
 }
 .availability_item a{
  color:#777;
  font-size: 15px;
  font-weight: 400;
 }
 .availability_item a:hover{
  text-decoration: underline;
  text-underline-offset: 0.3rem
 }

.accordion-button::after{
  background-size:15px;
}

.form_check_label label{
  margin:0 0 0 0;
  
}

.form_check_label{
  padding-left:22px; 
  /* background-color: #000; */
}

.label_input{
  padding-top:15px;
}

.form_check_label span{
  color:#777;
  font-weight: 400;
}
.max_min input{
  max-width: 45%;
  border-radius: 5px;
  color: #777;
  background: #F7F8FA;
  border: 1px solid #F7F8FA;
  padding: 0 15px;
  font-size: 18px;
}

.filter_item{
  padding:3% 0 0 0;
}

#filter_sort{
  display: none;
}

#remove{
  display: none;
}

.select_style select {
  padding: 5px 5px;
  font-size: 12px;
  font-weight: 600;
  color:#000;
  border-color: #ced4da;
}

.filter_text{
  padding-top: 13px;
}

.product_no{
  padding: 10px 0 0 40px;
}
.product_no p{
  font-size: 16px;
  
}


.card{
  border: none;
}

/* .card_product:hover{
  box-shadow: rgb(17 17 26 / 5%) 0px 4px 16px, rgb(17 17 26 / 5%) 0px 8px 32px;
} */

.card_product{
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.065) 0px 0px 0px 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 0;
  padding-bottom: 30px;
  text-align: center;
  background: rgb(253,203,194);
  background: linear-gradient(0deg, rgb(254 235 231) 0%, rgba(255,255,255,1) 48%);

}

.card_product:hover{
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
/* .card_product:hover .icons{
  right: 19px;
  opacity:0.7;
} */
.card_product img{
  height: 250px;
  object-fit: cover;
}
.icons {
  position: absolute;
  top: 5%;
  transition: all 0.3s linear;
  opacity: 1;
  width: 60px;
  right: -100px;
  height: auto;
  display: flex;
  justify-content: center;
  border-radius: 0;
}
.icons ul{
  padding: 10px;
  margin: 0;
}
.icons ul li{
  margin-bottom:15px;
}

.icons ul li a {
  color:#000;
  font-size: 14px;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #fdcbc2;
  background:#fdcbc2 ;
  border-radius: 50px;
  padding: 7px;
}
.icons ul li a svg{
  width: 18px;
}

.card_product:hover .icons{
  right: 0;
}
.icons ul li a:hover{
  border: 1px solid #bfa448;
  background: #bfa448;
  color: #fff;
}
.icons ul li a:hover svg{
  color: #fff;
}


.product_list_section .container-fluid{
  padding: 0 100px;
}
.card_product .card-body p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.btn-close{
  box-shadow:none !important;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  background-size:15px;
  font-weight: bold;
  z-index: 1;
  float: right;
  display: block;
  background-color: #b3873b;
  border-radius: 5px 0 0 5px;
}
.view_similar_offcanvas .card-img-top{
  height:150px;
}
.view_similar{
  color:#777;
  font-size: 16px;
  text-decoration: underline !important;
  text-underline-offset: 0.3rem;
}
.view_similar:hover{
  color: #b59b50;
  font-weight: bold;
  letter-spacing:1px;
}
.card_product .card-body p b {
  font-size: 14px;
  margin-bottom: 10px;
  color: #30373e;
}

.view_similar a{
  color: #777 !important;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  padding-right:5px;
}


.card_badge .badge{
  display: inline-block;
    padding: 0.35em 0.65em;
    font-size:12px;
    top:5px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    border-color: #0f5132;
    background: #b4f1d5;
    color: #000;
    text-align: center;
    white-space: nowrap;
    border-radius: 0 !important;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.new_orderbg {
  color: #0010f7 !important;
  border-color: #0010f7 !important;
  background: #e1e3ff !important;
}
.place_order {
  border-color: #ff0022 !important;
  background: #ffe7ea !important;
  color: #ff0022 !important;
}


/* ---------------price */
/* // doesnt work funnly on firefox or edge, need to fix */

.range-slider {
  width: 250px;
  text-align: center;
  position: relative;
  font-size: 18px;
  padding:0 0 20px 0;
}
.rangeValues {
  display: block;
}

input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width:250px;
  position: absolute;
  left: 0;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 250px;
  height:7px;
  background: #ddd;
  border: none;
  border-radius: 3px;

}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  /* border-radius: 50%; */
  background: #777;
  margin-top: -4px;
    cursor: pointer;
      position: relative;
    z-index: 1;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
  
}


/*hide the outline behind the border*/

input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
    z-index: -4;

}

input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

.form-check-input:checked {
  background-color: #cda058;
  border-color: #cda058;
}
.form-check-input {
  width: 16px;
  height: 16px;
  margin-right: 15px;
  border: 1px solid #cda058;
}
.form-check-input:focus{
  box-shadow: none;
}

/*------------CartPage--------------*/

.cart_table tr td img {
  height: 50px;
}
.cart_table tr th{
  border-bottom: 1px solid #ced4da !important;
  font-weight: 600;
}

.act_btn{
  border: 0;
  background: transparent;
  padding: 6px;
}
.act_btn svg{
  width: 18px;
}
.cart_table tfoot tr td{
  border-top: 1px solid #ced4da !important;
  font-weight: 600;
  padding-right: 0;
}
.cart_table tfoot tr td .add_cart{
  margin-top: 30px;
  display:block ;
  text-align: center;
}


.total_price{
  width: 300px;
}
.total_price p{
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border: 1px solid #ced4da !important;
  border-top: 0;
  margin: -1px;
}
.total_price p span{
  font-weight: 600;
}

/* ---------------checkout-------------- */

.info{
  display:flex;
  justify-content: space-between;
  padding:20px 0;
}

.info p a{
  color: #000;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.info p a:hover{
  color: #b59b50;
  text-decoration: underline !important;
  text-underline-offset: 0.3rem;
}

.info p:first-child{
  font-size:20px;
  color:#000;
  font-weight: 600;
}

.form_section input::placeholder{
  font-size:14px;

}
.input_code .form-control:focus{
  background-color: #eee;
}
.form_section .form-control:focus{
  background-color: #eee ;
  box-shadow: none;
}

.form_section .form-check-label{
 font-weight:lighter;
}

.shipping_address{
  font-size:20px;
  font-weight: 600;
  color: #333333;
  padding-top:10px;
}


.form_section select{
  font-size:14px;
}

.form_section input:focus{
  box-shadow: inherit;
}

.form_section select:focus{
  box-shadow: inherit;
}

.btn_shipping{
  font-size:14px;
  padding:20px;
  border-radius: 7px;
  background-color:#b3873b;
  border: 1px solid #b3873b;
  color: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.shopping_cart{
  padding-top:10px;
}
.shopping_cart li img{
  width:70px;
  object-fit: contain;
}

.btn_shipping:hover{
  background: #000;
  color: #b3873b;
  letter-spacing: 0.65px;
}

.shopping_cart li{
  display: flex;
  justify-content: space-between;
  
}


.cart_img{
  display: flex;
  align-items:center;
  padding-bottom: 2%;
  border-bottom: 1px solid rgba(128, 122, 122, 0.24);
}

.cart_img span{
  font-size:16px;
  font-size: 400;
}



.cart_img p{
  font-size:18px;
  font-weight: bold;
}

.input_code{
  border-bottom: 1px solid rgba(128, 122, 122, 0.24);
  padding: 4% 0;
}

#apply{
  font-size:14px;
  padding:7px 10px;
  height:48px;
  border-radius: 7px;
  background-color:#b3873b;
  border: 1px solid #b3873b;
  color: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

#apply:hover{
  background: #000;
  color: #b3873b;
  letter-spacing: 0.65px;
}

.input_code input::placeholder{
  font-size: 14px;
}

.subtotal{
  padding: 20px 0 7px 0;
}


.shipping span, .total span, .subtotal span{
  font-size: 14px;
}

.shipping{
 padding-bottom:25px;
 border-bottom: 1px solid rgba(128, 122, 122, 0.24);
}

.total{
  padding-top: 10px;
}

.dollar{
  font-weight: bold;
}

.form_section input:focus{
  box-shadow: inherit;
}

.form_section select:focus{
  box-shadow: inherit;
}

.btn_shipping{
  font-size:14px;
  padding:15px;
  border-radius: 7px;
  background-color:#b3873b;
  border: 1px solid #b3873b;
  color: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.checkout{
  padding:80px 0;
}

.form_input{
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    width: 100%;
    font-size: 16px;

}
.order_summary{
  display: none;
}

/* ----------cartdropdown--------- */

.notification{
  display: none;
}
.notification_hide{
  height: 300px;
  overflow:auto;
  position: absolute;
  right:0;
  text-align: left;
  color: #666;
  width:300px;
  background:#fff;
  padding:15px 10px;
  z-index: 999;
  transition: all .4s;
}

.nit_text{
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e9e9e9;
}
.nit_text:last-child{
  border-bottom: 0;
}
.notification p{
  padding: 0 10px;
  font-size: 14px;
  line-height: 21px;
  width:calc(100%-45px);
}

.bell_icon{
  width:45px !important;
  height: 40px;
  padding:4px;
}

/* ------------error----------------- */

.error_body{
  padding:150px 0;
  margin-top: 148px;
}


.error_page h1{
  font-size: 300px;
    line-height: 1;
   
    color: #000;
}

.error_page h1 span{
  font-size:50px;
}

.error_page p{
  width:25%;
  margin:30px auto;
}
.error_btn{
  width: 30%;
}


/* --------------blog--------------- */

.card_body{
  /* background-color: #b59b50; */
}
.blog_title_name{
  color:#000;
  text-align: left !important;
  /* margin-bottom:0 !important; */
  font-family: 'Mulish';
}


.card_body p{
  text-align: left !important;
}
.card_body a{
  color:#000 !important;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  font-weight: 400;
}

.blog_img{
  object-fit: cover !important;
  width: 100%;
}

.date_blog{
  width: 70px;
  height:70px;
  background-color: #fdcbc2;
  font-size:16px;
  color:#000;
  padding: 5px 10px;
  position: absolute;
  bottom:-10%;
  left:5%;
  transition: all 0.4s ease-in-out;
  border-radius:5px;
}
.date_blog p{
  display: block;
  line-height: 25px;
  font-size: 18px;
  font-weight: 500;
  padding-top: 2px;
  color:#000;
}
.date_blog p span{
  display: block;
  line-height: 30px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: right;
}
.date_blog:before{
  content: "";
    position: absolute;
    height: 1px;
    width: 56px;
    background: #000;
    top: 50%;
    left: calc(50% - 22px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: 50% 100%;
}

.card_product:hover .date_blog{
  background-color:#b59b50;
}

.card_product:hover .date_blog p, .card_product:hover .date_blog p span{
 color: #000;
 font-weight:600 !important;
}

.card_product:hover .date_blog:before{
  background-color:#000;
}

.categories{
  letter-spacing: 3px;
  padding:20px 0 20px 0;
}

.category_item li{
  font-size: 16px;
}

.category_item{
  padding: 0;
}

.category_item li a {
  color:#000;
  position: relative;
  padding-left: 20px;
}

.category_item li{
  padding-bottom: 8px;
}

.category_item li a:before{
  content: ">";
    position: absolute;
  
    width: 56px;
    /* background: #fff; */
    top:-1px;
    left: 0;
  
   
}
.category_item li a:hover{
  color:#b59b50;
  padding-left: 25px;
}

.related_post{
  padding:0;
}

.related_post_img{
  width:65px;
  height:65px;
  object-fit: cover;
}


.related_post_item{
  margin-bottom:10px;
}


.related_post_item span{
  font-size: 14px;
}

.related_post_item a span{
  width: calc(100%-65px);
  padding-left: 15px;
  color:#000;
  font-size:16px
}

.related_post_item a span small{
  font-size: 13px;
  color:#777;
}

.tags_ul li{
  margin-left:7px;
}

.tags_ul{
  padding: 0 ;
}
.tags_ul li a{
  color:#000;
  display: block;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  padding:7px 18px; 
}


.tags_ul li a:hover{
  background-color: #b59b50;
  color:#fff
}

.blog_section{
  padding:60px 0;
}

.card_title_name{
  font-size: 18px;
  font-weight: 600 !important;
  color: #000;
  margin-bottom: 10px;
  display: inline-block;
  text-align: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: 0.75px;
  text-decoration: none !important;
}
/* ----------blog_deatils----------------- */

.blog_det .breadcrumb-item::before {
  font-size: 16px;
  float: inherit;
}

.bolg_detail_title{
  margin: 60px 0 0 0;
}

.blog_artical span{
  font-size: 14px;
  color:#777;
  margin-left: 20px;
  position: relative;
}

.blog_artical span::before{
  content: "";
  width: 1px;
  height: 20px;
  right: -18px;
  display: inline-block;
  background: #dedede;
  vertical-align: middle;
  position: absolute;
  top: 0px;
}

.blog_artical span:last-child::before{
  display: none;
}

.blog_detail_img img{
  width: 100%;
  margin-top:40px;
}

.blog_artical span svg{
  width:18px;
  margin:10px;
}

.blog_content .first_letter{
  font-size: 40px;
  color: #000;
  width: 60px;
  height: 60px;
  border: 2px solid black;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  float:left;
  margin-right: 20px;
  position: relative;
  top: 10px;
}

.blog_content p:first-child{
  line-height:1.2rem;
}

.blog_content blockquote{
  font-weight: 500;
  margin: 30px 0;
  padding: 0 100px 0 60px;
  color: #868686;
  border-left: 2px solid #cb8161;
  position: relative;
  font-size: 16px;
}

.blog_tags{
  padding-top:20px;
  display: flex;
  flex-wrap: wrap;
}

.blog_tags a{
  border:1px solid #e5e5e5;
  padding: 10px 18px;
  color: #000
}

.blog_tags span{
  font-size: 16px;
}

.blog_tags a:hover{
  background-color: #b59b50;
  color: #fff;
}

.blog_icon span a svg{
  width: 18px;
}

.blog_icon span a{
  padding: 10px 10px;
}

.comment{
  margin: 50px 0 0 0; 
  padding-top: 50px;
  border-top: 1px solid #e7e7e7;
}

.comment_ul {
  padding: 0;
}
.comment_list{
  padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
}


.comment_header span{
  font-size: 14px;
}

.comment_header span svg{
  width: 18px;
}

.comment_textarea textarea{
  min-height: 216px;
}

.comment_btn{
  background-color: transparent;
  color: #000;
  font-size: 16px;
  padding: 15px 40px;
}

.comment_btn:hover{
  background-color: #b59b50;
  color: #fff;
}
.span_tag{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.span_tag span{
  width:60px;
 
}
.span_tag div{
  width:calc(100%-60px);
  display: flex;
  flex-wrap: wrap;
}

.span_tag a{
  margin:5px
}


/* /----------------tooltip---------------/ */

.tooltip-inner {
  font-size: 12px;
  font-weight: 300;
}

.glossary-item.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
  opacity: 0.65;
  background: #f6f6f6;
}


/* -----------------24th-SEP_user_account--------------- */

/* Tabs */
.user_account_section{
    padding: 50px 0;
}

.user-tab-nav{
  justify-content: start !important;
  padding: 5px 0 10px 0 !important;
}

.user-tab-nav li a{
  padding: 0 10px;
}

.user_details{

  background: #fff;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;

}
.user_details ul{
  padding: 0;
  display: block;
}

.user_details li{
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
  flex-wrap: wrap;
  font-weight: 600;
  color: #7e7e7e;
}
.user_details li:last-child{
  border-bottom: 0;
}
.user_details li span{
  font-weight: 600;
  font-size: 15px;
  color: #000;
  width: calc(100% - 236px);
}

.profile_edit{
  display: block;
  text-align: end;
  justify-content: end;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 500;
  color: #b59b50;
  width: auto;
  background: #2a2a2a;
  text-align: center;
  border-radius: 8px;
  line-height: 1;
  height: 33px;
}
.profile_edit svg{
  width: 18px;
}
.profile_edit:hover{
  background: #b59b50;
  color: #000;
}
#Create{
  display: none;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  padding: 0 25px 20px 45px;
}
.plr_3{
  padding: 0 3px;
}

#Create .form-select, #Create .form-control{
  font-size: 14px;
  padding: 10px;
  border-radius: 0;
  background-color: #eee;
  border: 0;
  
}
#Create .form-select:focus, #Create .form-control:focus{
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
#Create h6{
  font-family: 'Mulish';
  font-weight: 600;
  margin-bottom: 25px;
}

/*---------------About Page-------------*/

.inner_about{
  padding: 80px 0 0 0;
}

.about_pagetext{
  padding: 40px;
  background: #d4c596;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  transform: translateX(5rem);
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.inner_about .row{
  margin-bottom: 100px !important;
}
.inner_about .row:last-child{
  margin-bottom: 0 !important;
}
.inner_about .row:last-child .about_pagetext{
  padding: 40px;
  background: #d4c596;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  transform: translateX(-5rem);
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.about_pagetext p{
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
/* .about_pagetext p .first_letter {
  font-size: 50px;
  color: #000;
  width: 40px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  float: left;
  margin-right: 6px;
  position: relative;
  top: 10px;
  font-weight: 600;
} */

/*------------------product_tab-------------------*/

.active{
  display: block;
}
.hide{
  display: none;
}
.P_catgoSwiper .swiper-wrapper{
  padding-bottom: 30px;
}
.P_catgoSwiper a{
  display: block;
  padding: 10px;
  background: #f8f9fa;
  margin: 0 5px;
  border-radius: 20px;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  white-space: nowrap;
  border: 1px solid #dddddd;
}

.P_catgoSwiper a.activelink{
  background: #b3873b;
  color: #fff;
  font-weight: 500;
  position: relative;
  border: 1px solid #b3873b;
}
.P_catgoSwiper a.activelink::before{
  content: '';
  position: absolute;
  bottom: -12px;
  left: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #b3873b transparent transparent transparent;
}
.list{
  margin-top: 60px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}
@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
} 
.list strong{
  font-size: 14px;
  color: #333;
}
.categoriesSwiper .card_product:hover{
  box-shadow: rgb(17 17 26 / 5%) 0px 4px 16px, rgb(17 17 26 / 5%) 0px 8px 32px !important;
}

.loop_load{
  display: none;
}
.loop_load .active #loadMore{
  color: #fff !important;
}

/*----------track----------------*/

.track a{
  background: #fff;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  margin-bottom: 15px;
  align-items: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.track a:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
}
.track .track_product_pic img{
  width: 150px;
  object-fit: cover;
}
.track_product_text{
  width: calc(100% - 150px);
  padding: 15px;
}
.track_product_text h4{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Mulish';
}
.orderid{
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  justify-content: space-between;
  margin-bottom: 15px;
}
.track_product_text h6{
  font-family: 'Mulish';
  font-size: 14px;
  margin-right: 0;
  color: #C5CAE9;
  text-align: end;
}

.track_product_text p{
  font-family: 'Mulish';
  font-size: 14px;
  color: #C5CAE9;
  margin:0;

}
.track_product_text h6 span, .track_product_text p span{
  font-weight: 600;
  color: #000;
  margin-left: 10px;
}

#progressbar {
  overflow: hidden;
  color: #747474;
  padding:0;
  margin:0px;
  display: flex;
  justify-content: center;
} 

#progressbar li {
  list-style-type: none;
  font-size: 13px;
  width: 17%;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.65;
}

#progressbar .step0:before {
  font-family: '';
  content: "\2713";
  color: #fff;
}

#progressbar li:before {
  width: 10px;
  height: 10px;
  line-height: 11px;
  display: block;
  font-size: 6px;
  background: #C5CAE9;
  border-radius: 50%;
  margin: auto;
  padding: 0px;
  z-index: 1;
  position: relative;
}

/*ProgressBar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #C5CAE9;
  position: absolute;
  left: -50%;
  top: 4px;
  /* z-index: -1;*/
}

#progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: -50%;
}

#progressbar li:nth-child(2):after, #progressbar li:nth-child(3):after {
  left: -50%;
}

#progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 50%;
}

#progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
  background: #1bc375;
}

#progressbar li.active:before {
  font-family: '';
  content: "\2713";
}

#progressbar li svg{
  position: relative;
  width: 18px;
  display: block;
  left: 42%;
  margin-top: 10px;
}

.track a:hover h4{
  color: #b59b50;
}
.track a:hover h6 span, .track a:hover p span{
  color: #b59b50;
}
/* .step0.active{
  color: #1bc375;
} */

/*-----------User_order-------------*/

.myordercard{
 background: #fff;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  margin-bottom: 15px;
  align-items: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.myordercard:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
}

.myorderimg{
  width: 100%;
  object-fit: cover;
}

.myordertitle{
  margin: 0;
  padding: 0;
}
.order_details h6{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.myordertitle li{
  font-family: 'Mulish';
  font-size: 14px;
  color: #8f8f91;
  display: flex;
  flex-wrap: wrap;
  line-height: 24px;
  justify-content: space-between;
  margin-bottom: 8px;
}
.myordertitle li span{
  color: #8f8f91;
  margin-left: 10px;
}

.myordertitle li:last-child, .myordertitle li:last-child span{
  color:#000;
  font-weight: 600;
}

.form_cart{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: #fff;
  padding: 25px;
}
.serch_small{
  font-size: 13px;
  color: #959595;
  line-height: 20px;
}
.filter_btn{
  display: flex;
  justify-content: end;
  margin-bottom: 30px;
}
.filter_btn button{
  font-size: 16px;
  border: 0;
  background: transparent;
  color: #6e6e6e;
  font-weight: 600;
  margin: 0 10px;
}
.filter_btn button svg{
  width: 18px;
  margin-left: 8px;
}
.filter_btn button:hover, .filter_btn button:focus{
  color: #b3873b;
}
.hidden-menu, .hidden-menu2{
  background: #f5f5f5;
  margin-bottom: 30px;
}
.breadcrumb-item+.breadcrumb-item {
  font-size: 16px;
  color: #9d7f32;
}
.resp_scroll h6{
  font-family: 'Mulish';
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 600;
}

.footer_bottomcontent{
  text-align: center;
  padding: 30px 0 15px 0;
  margin-top: 30px;
  border-top: 1px solid #f7ddb0;
}
.footer_bottomcontent h5{
  margin: 15px 0 25px 0;
  font-family: 'Mulish';
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.chatwith_us{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 156px;
  border-radius: 50px;
  text-align: center;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  z-index: 5;
  background-color: #4dc247;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 0.428571rem 0px !important;
}
.chatwith_us a{
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
.chatwith_us img{
  width: 25px;
  margin-right: 6px;
}
.faqtext h2{
  font-size: 30px;
  font-weight: 800;
  border-bottom: 1px solid #b59b50;
  width: fit-content;
  margin-bottom: 20px;
  padding-bottom: 7px;
}
.card_product h6{
  text-align: center;
}

/*------------Faq_text---------------*/

.inner_faq{
  padding: 50px 0 150px 0;
}
.eachFaq.close h4:before{ 
  content: '+'; 
  width: 20px; height: 20px;
  position: absolute;
  font-size: 24px;
  top: 25px;
  right: 0;
  line-height: 11px;
}
.eachFaq.open h4:before{ 
  content: '-'; 
  width: 20px; 
  height: 20px;
  position: absolute;
  font-size: 40px;
  top: 25px;
  right: 0;
  line-height: 11px;
  
}
.accordion-content{
  padding: 0 0 0 0;
  margin: 15px;
  font-size: 18px;
}
.accordion-content p{ margin: 0; font-size: 16px; line-height: 26px;}
.eachFaq .title{ 
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #ced4da;
  padding: 20px 0;
  font-family: 'Mulish';
  font-size: 20px;
  font-weight: 600;
}
.eachFaq .title:hover{ color: #b59b50; }

.eachFaq.open .title{
  color: #b59b50;
}

.wp_btn{
  width: 70px;
  height: 70px;
  padding: 16px;
  text-align: center;
  background: #4dc247;
  border-radius: 50%;
  color: #000;
  position: fixed;
  bottom: 7%;
  right: 40px;
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px, rgb(0 0 0 / 30%) 0px 18px 36px -18px;
  z-index: 999;
}


/*----------------cuart Button------------------*/

.add-to-cart-button {
  background: #b59b50;
  border: none;
  border-radius: 4px;
  box-shadow: 0 3px 13px -2px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: flex;
  justify-content: space-around;
  min-width: 148px;
  overflow: hidden;
  outline: none;
  padding: 9px 0;
  position: relative;
  text-transform: uppercase;
  transition: 0.4s ease;
  width: auto;
  margin: 0 auto;
  margin-top: 15px;
}
.add-to-cart-button:active {
  box-shadow: 0 0 0 0.2rem rgba(252, 186, 3, 0.45);
  transform: translateY(4px);
}
.add-to-cart-button:hover {
  cursor: pointer;
}
.add-to-cart-button:hover, .add-to-cart-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 186, 3, 0.45);
  transform: translateY(-1px);
}
.add-to-cart-button.added {
  background: #2fbf30;
  box-shadow: 0 0 0 0.2rem rgba(11, 252, 3, 0.45);
}
.add-to-cart-button.added .add-to-cart {
  display: none;
}
.add-to-cart-button.added .added-to-cart {
  display: block;
}
.add-to-cart-button.added .cart-icon {
  animation: drop 0.3s forwards;
  -webkit-animation: drop 0.3s forwards;
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.add-to-cart-button.added .box-1,
.add-to-cart-button.added .box-2 {
  top: 12px;
}
.add-to-cart-button.added .tick {
  animation: grow 0.6s forwards;
  -webkit-animation: grow 0.6s forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.add-to-cart,
.added-to-cart {
  margin-left: 20px;
  font-size: 14px;
  text-transform: capitalize;
}

.added-to-cart {
  display: none;
  position: relative;
}

.add-to-cart-box {
  height: 5px;
  position: absolute;
  top: 0;
  width: 5px;
}

.box-1,
.box-2 {
  transition: 0.4s ease;
  top: -8px;
}

.box-1 {
  left: 23px;
  transform: rotate(45deg);
}

.box-2 {
  left: 32px;
  transform: rotate(63deg);
}

.cart-icon {
  left: 18px;
  position: absolute;
  top: 7px;
  width: 18px;
}

.tick {
  background: #146230;
  border-radius: 50%;
  position: absolute;
  left: 28px;
  transform: scale(0);
  top: 5px;
  z-index: 2;
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes grow {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes drop {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(1px);
  }
}
@keyframes drop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(1px);
  }
}


/*-------------vedeo_section---------------*/

.play-btn-box {
  border: 2px rgb(253 203 194 /  5%) solid;
  border-radius: 50%;
  width: 287px;
  height: 287px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.play-btn-line1 {
  border: 2px rgb(253 203 194 / 15%) solid;
  border-radius: 50%;
  width: 230px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right-color: transparent;
}
.play-btn-line2 {
  border: 2px rgb(253 203 194 / 35%) solid;
  border-radius: 50%;
  width: 172px;
  height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right-color: transparent;
}
.play-button {
  background-color: rgba(179 , 135, 59, 0.45);
  width: 106px;
  height: 106px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* .play-button{
  width: 80px;
  height: 80px;
  margin-left: 7px;
  display: flex;
} */
.play-button svg{
  width: 30px;
  
}
.play-button 
#line1 {
  -webkit-animation: rotation 4s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

#line2 {
  -webkit-animation: rotation1 3s infinite linear;
}

@-webkit-keyframes rotation1 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}


.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
  font-weight: 600;
}

.unit_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}

.unit_text p{
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #8f8f8f !important;
  width: 48% !important;
}

.unit_text p span{
  display: block;
  font-size: 13px;
  color: #000;
  font-weight: 600;
}

.swiper-button-prev {
  content: '' !important;
  background-image: url("../img/next.png") !important;
  background-repeat: no-repeat;
  background-size: 100% !important;
}

.swiper-button-next {
  content: '' !important;
  background-image: url("../img/prv.png") !important;
  background-repeat: no-repeat;
  background-size: 100% !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.wish_list_prpductIMG{
  width: 100%;
  height: 135px;
  object-fit: cover;
  padding: 8px;
}
.wish_list_prpduct{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.wish_list_prpduct p {
  color: #b9a059;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8;
  margin: 0 0 12px 0;
}
.wish_list_prpduct .qty label{
  color: #b9a059 !important;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px 0;
}
.wish_list_prpduct p span{
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
}
.wish_list_prpduct p a{
  font-size: 16px;
  color: #000;
  width: 200px;
  margin-top: 10px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}

.add_bag{
  background: rgb(253,203,194);
  background: linear-gradient(0deg, rgba(253,203,194,1) 0%, rgba(255,222,128,1) 100%);
  color: #000;
  padding: 5px 12px;
  border-radius: 8px;
  font-size: 14px;
  margin-right: 8px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border: 1px solid #b9a059;
}
.add_bag>img{
  width: 20px;
  margin-right: 5px;
}
.add_bag:hover{
  border: 1px solid #b9a059;
  color:#000;
  background: transparent;
}
.remove{
  border: 0;
  color: #bdbdbd;
  padding: 5px 12px;
  font-size: 14px;
  background: transparent;
  -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.remove:hover{
  color: #ff0000;
}

.wishCard{
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-top-left-radius: 0;
  -webkit-transition: all 0.35s;
    transition: all 0.35s;
    margin-bottom: 40px;
}
.wishCard:hover{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.pId{
  position: absolute;
  top:-24px;
  left: 0;
  width: auto;
  padding: 5px 15px;
  border-radius: 10px 10px 0 0;
  background: rgb(253,203,194);
  background: linear-gradient(0deg, rgba(253,203,194,1) 0%, rgba(255,222,128,1) 100%);
}
.pId p{
  color: #000;
  line-height: 1;
  margin: 0;
  font-size: 13px;
}
.pId p span{
  font-weight: 600;
}

/*-----------------our_team_Section---------------------*/

.team .box {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all .5s ease-in-out;
}

.team .box .image {
  position: relative;
  height: 100%;
}

.team .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(135deg, #ff9100 1%,#56dc1 100%); */
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 15;
}

.team .box .image .social-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #ffffff;
  z-index: 20;
  text-decoration: none;
  opacity: 0;
  margin-top: 100px;
  padding: 8px 15px;
  background: #fdccc0;
  border-radius: 35px;
  transition: all 0.5s ease-in-out;
}

.team .box .image .social-icons i {
  font-size: 18px;
  padding: 0 7px;
  color: #ff9100;
}

.team .box:hover .overlay {
  opacity: 0.85;
}

.team .box:hover .social-icons {
  margin-top: 0;
  opacity: 1;
}

.team .box h3 {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.team .box h4 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #999999;
  font-weight: 500;
  margin-top: 5px;
  padding-bottom: 25px;
  text-align: center;
  font-family: "Mulish";
}

.team .box:hover {
  transform: translateY(-15px);
}
.team .box .social-icons{
  line-height: 0;
  display: flex;
  justify-content: space-between;
}
.team .box .social-icons a{
  display: block;
  padding: 5px 10px;
}
.team .box .social-icons svg{
  width: 20px;
  color: #000;
}
.wa-chat-box-poweredby{
  display: none;
}
.wa-chat-box-brand {
  margin-left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  box-shadow: inherit !important;
  background: #fff;
}
.wa-chat-box-brand{
  object-fit: contain !important;
}
.wa-chat-box-header {
  height: 75px !important;
  max-height: 75px !important;
  min-height: 75px !important;
}
.wa-messenger-svg-whatsapp {
  fill: #fff !important;
  width: 34px !important;
  height: 34px !important;
  margin-right: 0 !important;
}
#wa-widget-send-button {
  margin: 0 0 50px 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 50%;
}
#wa-widget-send-button div{
  display: none !important;
}

.wa-chat-box-content-send-btn {
  
  font-size: 16px;
  font-weight: 600 !important;
  padding: 12px 12px !important;
  
  border-style: none;
  background-color: inherit;
  background: rgb(253,203,194) !important;
  background: linear-gradient(0deg, rgba(253,203,194,1) 0%, rgba(255,222,128,1) 100%) !important;
} 

.wa-chat-box-content-send-btn-text {
  color: #000 !important;
}
.wa-chat-box-content-send-btn-icon{
  fill: #000 !important;
}

.bg-pich{
  background: #fee4df;
  padding: 3px 5px;
  border-radius: 5px;
  text-align: center;
}
.weight_inpit{
  border: 1px solid #c59d58 !important;
  width: 150px !important;
  margin: 0 auto;
}
.weight_inpit::placeholder{
  font-size: 12px !important;
  color: #bdbdbd;
}

.close_btn{
  position: absolute;
  top: -8px;
  right: -9px;
  background: #f7f7f7;
  border-radius: 50%;
  line-height: 0;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #f2f2f2;
}
.close_btn span{
  line-height: 0 !important;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close_btn span svg{
  width: 18px;
}
.total_qty{
  display: block;
  box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
  padding:0px;
  margin: 0;
}
.total_qty li{
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #f2f2f2;
}
.total_qty li:last-child{
  font-weight: 700;
  color: #000;
  border-bottom: 0;
  padding-bottom: 25px;
}
.total_qty li span{
  text-align: right;
}
.total_qty li small{
  display: block;
  font-size: 12px;
  color: #8d8d8d;
  margin-top: 1px;
}
.wishCard:last-child{
  margin-bottom: 0;
}

/*----------Newsletter---------------*/

.newsLetter{
  padding: 100px 0;
  background: url(../img/Parallax2.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.newsLetter::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(255,241,239,0.9920343137254902) 5%, rgba(255,241,239,0) 100%);
}

.newsLetter .row{
  position: relative;
  z-index: 1;
}

.newsLetter h2{
    text-align: left;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 15px;
    font-family: "Soligant";
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
}
.newsLetter p{
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 45px;
  font-weight: 400;
  color: #000;
}
.newsLetter .form-control{
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #b59b50;
  height: 66px;
  padding-left: 0;
}
.newsLetter .form-control:focus{
  box-shadow: none;
}
.newsLetter .form-control::placeholder{
  font-size: 16px;
}
.newsLetter .send_btn svg{
  width: 20px;
  margin-right: 8px;
}

.backhome{
  position: absolute;
  top: 0;
  left: 15px;
  font-weight: 400 !important;
}
.backhome .leftarrow {
  color: #b79c46;
  width: 16px;
  margin-right: 8px;
}

/*------------Autocomplite-----------------*/

.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid rgb(244,208,155);
  border-top: 0;
  border-bottom: none;
  border-top: none;
  z-index: 99999;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  max-height: 450px;
  height: auto;
  overflow-y: auto;
}

.autocomplete-items div {
  padding: 15px;
  cursor: pointer;
  background: #c0a546;
  border-bottom: 1px solid #b1942e;
  font-size: 14px;
  display: block;
  color: #fff;
  font-weight: 500;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background: rgb(253,203,194);
  background: linear-gradient(0deg, rgba(253,203,194,1) 0%, rgba(255,222,128,1) 100%);
  color: #000;
}

.slider_content{
  position: absolute;
  width: 50%;
  padding: 160px 50px 50px 50px;
  top: 0;
  right: 0;
}
.slider_content h1{
  font-size: 112px;
  font-weight: 400;
  line-height: 113px;
  color: #30373e;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.slider_content p{
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  width: 80%;
}


/*---------------login_popup---------*/

.login_popup_div { 
  opacity: 0;
  transition: all .2s ease-in-out;
  position: absolute;
  width: 245px;
  height: auto;
  padding: 15px;
  box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(27 31 35 / 15%) 0px 0px 0px 1px;
  background: #fff;
  background: linear-gradient(to top, #fff, #fbf0e4);
  top: 30px;
  right: 0;
  z-index: 22222;
  visibility: hidden;
}

.extra_nav:hover .login_popup_div {
  opacity: 1;
  transition: all .2s ease-in-out;
  visibility: visible;
}
.login_popup_div h6{
  color: #000;
  margin-bottom: 8px;
}
.login_popup_div p{
  margin-bottom: 8px;
  line-height: 20px;
}
.btn_sign{
  background-color: #b3873b;
  background: linear-gradient(to bottom, #ffde80, #c1a442);
  color: #000;
  font-size: 15px;
  padding: 8px;
  line-height:24px;
  font-weight: 500;
  border: 0;
  display: block;
  width: 48%;
  border-radius: 5px;
}
.btn_sign2{
  background: transparent;
  border:1.2px solid #c1a442;
  color: #000;
  font-weight: 500;
}

.add_notesec{
  display: flex;
  line-height: 1;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  position: relative;
  padding-bottom: 15px;
}
.add_notesec a{
  padding: 5px;
  color: #000;
  font-weight: 600;
  font-size: 12px;
}
.add_notesec a svg{
  width: 13px;
  margin-right: 5px;
}
.add_notesec a:first-child{
  margin-right: 15px;
  text-decoration: underline !important;
  color: #7e7e7e;
}
.note_textariea{
  position: absolute;
  right: 12%;
  width: 48%;
  display: none;
}
.note_textariea .form-control{
  font-size: 15px;
  height: 50px;
  padding-right: 80px;
  overflow: auto;
}
.note_textariea .form-control:focus{
  box-shadow: none;
  border:1px solid #c1a442;
}
.product_banner{
  position: absolute;
  width: 31%;
  top: -32%;
  left: 0;
}
.product_banner2{
  left: auto;
  right: 0;
  width: 33%;
  top: -28%;
}
.product_banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blg_bg{
  position: relative;
}
.blg_bg img{
  position: absolute;
  top: -10%;
}
.blog_BG{
  position: relative;
}
/* .blog_BG::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/image-section-21-min.png) no-repeat center top;
} */
.topcategories{
  position: relative;
  padding-top: 0;
  overflow: hidden;
}
/* .topcategories::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/image-section-23-min.png) no-repeat center top;
  z-index: -1;
} */

  .parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    }
    .parent img{
      width: 100%;
      height: 422px;
      object-fit: cover;
      transition: all .2s ease-in-out;
    }
    .div1 { 
      grid-area: 1 / 1 / 2 / 2;
      position: relative;
      overflow: hidden;
    }
    .div2 { 
      grid-area: 2 / 1 / 3 / 2; 
      overflow: hidden;
      position: relative;
    }
    .div3 { 
      grid-area: 1 / 2 / 3 / 3;
      position: relative;
      overflow: hidden;
    }
    .div3 img{
      height: 100%;
    }
    .div4 { 
      grid-area: 1 / 3 / 2 / 4;
      overflow: hidden;
      position: relative;
    }
    .div5 { 
      grid-area: 2 / 3 / 3 / 4;
      overflow: hidden;
      position: relative;
    }
    .parent img:hover{
      animation:move 6s infinite ease-in-out;
    }
  
  @keyframes move{
    0%{
      transform: scale(1) rotate(0deg);
    }
    100%{
      transform: scale(2) rotate(0.1deg);
    
    }
    
  }
  .p_title{
    position: absolute;
    bottom: -100px;
    background: rgb(253,203,194);
    background: linear-gradient(0deg, rgba(253,203,194,1) 0%, rgba(255,222,128,1) 100%);
    padding: 15px 20px;
    left: 0;
    width: 100%;
    transition: all .5s;
    display: block;
  }
  .p_title h2{
    font-size: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .div1:hover .p_title, .div2:hover .p_title, .div3:hover .p_title, .div4:hover .p_title, .div5:hover .p_title{
    bottom: 0;
  }
  .locat_div .submit{
    border: 0;
    background: rgb(253,203,194);
    background: linear-gradient(0deg, rgba(253,203,194,1) 0%, rgba(255,222,128,1) 100%);
    color: #000;
    font-size: 16px;
    padding: 15px;
    display: block;
    width: 100%;
    margin-top: 8px;
  }
  .insta_panels .insta_sec{
    position: relative;
    height: 388px;
    overflow: hidden;
  }
  .insta_panels .insta_sec img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .insta_panels .insta_sec .insta_icon{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 1;
    padding: 15px;
    transition: all .5s;
  }
  .insta_panels .insta_sec .insta_icon a{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: rgba(181,155,80, 0.55);
    color: #fff;
  }
  .insta_panels .insta_sec:hover .insta_icon{
    left: 0;
  }
  .gender_Div{
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    padding: 0 5px;
    align-items: center;
    justify-content: start;
  }
  .form-check-input[type=radio] {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }
  .form-check-inline{
    padding-left: 24px;
  }
  .form-check-inline label{
    margin-bottom: 0;
  }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.9em;
    margin-top: -4px;
}

.modal-body .login_pic{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#login_modal .right_partmodal{
  padding: 30px 50px;
}
#signUp_modal .right_partmodal{
  padding: 30px;
}
.right_partmodal input {
	background-color: #fff9ea;
  border: 1px solid #efdaa3;
  padding: 10px;
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
}
.right_partmodal input::placeholder{
  font-weight: 500;
  font-size: 14px;
  color: #ada792;
}

.right_partmodal form h1 {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}
.right_partmodal label {
  text-align: left !important;
  font-weight: 600;
  font-size: 12px;
  color: rgb(95, 95, 95);
  margin-bottom: 5px;
}
.right_partmodal .signin_btn {
  border-radius: 40px;
  border: 0;
  background-color: #b3873b;
  background: linear-gradient(to right, #b3873b, #c1a442);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.35s;
  
  display: block;
  width: 100%;
}
.right_partmodal .signin_btn:hover{
  background-color: #b3873b;
  background: linear-gradient(to right, #c1a442, #b3873b);
}

.right_partmodal .btn-close{
  background-color: transparent;
}
/* .right_partmodal label{
  margin-bottom: 0;
} */
.right_partmodal span {
  font-size: 0.68rem;
  display: block;
  font-family: 'Mulish';
  font-weight: 500;
  margin-top: 5px;
  color: rgb(95, 95, 95);
}
.modal-content {
  border: 0;
  border-radius: 0;
}
@media (min-width: 992px){
  #signUp_modal .modal-lg{
    max-width: 950px;
  }
}
.image_aboutBg{
  position: absolute;
  top: 12%;
  right: 0;
  width: 36%;
  opacity: 0.3;
}
.wa-chat-box-header{
  padding-right: 15px !important; 
}

.sticky-lg-top{
  z-index: 1;
  top: 100px;
}
#login_modal label small, #signUp_modal label small{
  color: #ff0000;
  font-size: 12px;
}
#wa-widget-send-button{
  z-index: 1 !important;
}
.modal-backdrop.show {
  opacity: .7;
}
#noteadd{
  padding: 5px 8px;
  color: #745205;
  font-weight: 600;
  font-size: 12px;
  background: rgb(213,194,150);
  background: linear-gradient(0deg, rgb(231, 210, 162) 0%, rgba(255,221,133,1) 100%);
  border-radius: 5px;
}
#noteadd img{
  width: 18px;
}

.blog_subtext{
  font-size: 14px !important;
  font-weight: 400 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
}

#progressbar li span{
  position: absolute;
  right: 0px;
  top: 24px;
  background: #ff0000;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
}
.track_btn{
  position: absolute;
  right: 4%;
  top: 26%;
}
.track_btn button{
  padding: 5px 8px;
  color: #745205;
  font-weight: 600;
  font-size: 12px;
  background: rgb(213,194,150);
  background: linear-gradient(0deg, rgb(231, 210, 162) 0%, rgba(255,221,133,1) 100%);
  border-radius: 5px;
  border: 0;
}
button:disabled,
button[disabled]{
  border: 1px solid #c7c7c7;
    background: #d9d9d9 !important;
    color: #818181;
    opacity: 0.5;
}
.track_btn button img{
  width: 18px;
}
#cancel_order .form-select, #cancel_order .form-control{
  background-color: #fff9ea;
  border: 1px solid #efdaa3;
  padding: 10px;
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
}
#cancel_order .form-select:focus, #cancel_order .form-control:focus{
  box-shadow: none;
}
#cancel_order .btn-close{
  background-color: transparent;
}

.footer_menu ul li:nth-child(3), .footer_menu ul li:nth-child(7){
  display: none;
}
.d_app_sec{
  position: relative;
}
.d_app_sec .mobile_pic{
  width: 155px;
  height: 367px;
  object-fit: contain;
  position: absolute;
  top: -24%;
  right: 0;
  z-index: 11;
}
.appbef{
  position: relative;
  z-index: 1;
  padding: 10px 0;
}
.appbef::before{
  position: absolute;
  content: '';
  width: 72%;
  height: 100%;
  top: 0;
  left: -25px;
  background: #fee6e2;
  z-index: -1;
}

.trackorder_BG::before{
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgb(255 228 148) 5%, rgba(0,0,0,0) 100%);
}
.trackorder_BG h1, .trackorder_BG .breadcrumb-item a {
  color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #121212;
}

.tandc_content p{
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 20px;
}

/*--------------personalize_section-----------------*/

.personalize_section{
  padding: 100px 0;
}

.personalize_section h4{
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;

}
[type="radio"]{
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}
[type="radio"]:not(:checked){
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}
.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label{
	position: relative;
  display: inline-block;
  padding: 5px 10px;
  width: auto;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.checkbox-tools:not(:checked) + label{
	background-color: #efefef;
}
.checkbox-tools:checked + label{
	background-color: #212529;
    /* box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); */
    color: #b59b50;
    font-weight: 400;
}
.checkbox-tools:not(:checked) + label:hover{
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	z-index: -1;
}
.checkbox-tools:checked + label .uil,
.checkbox-tools:not(:checked) + label .uil{
	font-size: 24px;
	line-height: 24px;
	display: block;
	padding-bottom: 10px;
}

.personalize_section .form-control, .personalize_section .form-select{
  font-size: 16px;
  color: #000;
  padding: 7px 15px;
}
.personalize_section .form-control:focus, .personalize_section .form-select:focus{
  box-shadow: none;
  border-color: #ffde80;
}

.preview_btn{
  font-size: 14px;
  font-weight: 400;
  color: #ffff !important;
  background: #000;
  padding:4px 15px;
}

.personalize_section table{
  display: contents;
}
.personalize_section table td{
  padding: 0;
  line-height: 0;
  background-color: transparent;
  position: relative;
}
.personalize_section table td a{
  font-size: 60px;
  background: -webkit-linear-gradient(#e0bc69, #e0bc69);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #e0bc69;
  text-shadow: 1px 0px 0px #e0bc69;
}
.personalize_section table td a span{
  font-weight: bold !important;
}
.button-container{
  margin-top: 36%;
}
.personalize_section table .chain_ta::before{
  content: "";
  position: absolute;
  left: -85px;
  bottom: 57px;
  width: 177px;
  height: 370px;
  background: url(../img/left_chain.png) no-repeat top left;
  background-size: 73%;
  z-index: 1;
}
.personalize_section table .chain_ta::after{
  content: "";
  position: absolute;
  right: -90px;
  bottom: 50px;
  width: 177px;
  height: 375px;
  background: url(../img/right_chain.png) no-repeat top right;
  background-size: 73%;
  z-index: 1;
}

.privacy_body p{
  color: #212529;
}

.user_pic{
  display: flex;
  align-items: center;
}
.user_pic img{
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  background: #e1e1e1;
  margin-right: 15px;
}
.user_pic h6{
  color: #000;
  font-weight: 600;
  font-size: 24px;
}
.user_pic h6 span{
  font-weight: 400;
  font-family: 'Mulish';
  font-size: 18px;
}
.note_save{
  position: absolute;
  bottom: 10px;
  right: 8px;
  font-size: 12px;
  padding: 5px 15px;
  background: #000 !important;
  color: #fff !important;
}
.note_save:focus{
  box-shadow: none;
}