@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Brawler:wght@400;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Aoboshi+One&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 18px;
  overflow-x: hidden !important;
  /* text-transform: capitalize; */
  background-color: #f6f4f2 !important;
}

a {
  text-decoration: none !important;
}

li {
  list-style-type: none;
}

ul {
  padding: 0;
  margin: 0;
}

body img {
  max-width: 100%;
}

button {
  border: none;
}

.email_p {
  text-transform: lowercase;
}

:root {
  /* --brown-color: #460000; */
  --brown-color: #78015f;
  --yellow-color: #fecc00;
  --font-lato: "Lato", sans-serif;
  --font-merriweather: "Merriweather", serif;
  --font-heebo: "Heebo", sans-serif;
  --font-Cormorant: "Cormorant", serif;
  --font-Brawler: "Brawler", serif;
  --font-Red: "Red Hat Text", sans-serif;
  --font-cf: "Cormorant Infant", serif;
  --news-color: #716147;
  --font-cg: "Cormorant Garamond", serif;
  --font-Aoboshi: "Aoboshi One", serif;
  --font-Mont: "Montserrat", sans-serif;
}

p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

input:focus {
  border: none;
  outline: none;
  border-color: var(--yellow-color) !important;
}

.res_icons {
  display: none;
}

.next_close {
  display: none;
}

/* .................................................

                    Header Section

.....................................................*/

.top_bar {
  background-color: #f6f4f2;
  /* background-color: var(--brown-color); */
  padding: 11px 0;
}

.top_bar .top_bar_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_bar_main .top_bar_left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.top_bar_main .top_bar_left img {
  width: 28px;
  height: 28px;
}

.top_bar_right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top_bar_right ul li {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}

.top_bar_right ul li a {
  text-decoration: none;
  color: #000;
  font-family: var(--font-lato);
  font-weight: 600;
  font-size: 18px;
}

.top_bar_right ul li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-left: 1px solid #000;
}

.top_bar_right ul li:last-child::after {
  display: none;
}

.top_bar_right ul li:first-child {
  padding-left: 0;
}

.top_bar_right ul li:last-child {
  padding-right: 0;
}

.top_bar_right span {
  width: 30px;
  background-color: var(--yellow-color);
  border-radius: 50%;
  font-size: 17px !important;
  height: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 4px;
  line-height: 30px;
}

/* .................................................

                Main Header Section Top Part

.....................................................*/

.logo_div a img {
  width: 200px;
}

.header_div {
  z-index: 99;
  width: 100%;
  background-color: var(--brown-color);
  /* background-color: #f6f4f2; */
}

.sticky {
  top: 0px;
  position: sticky !important;
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header_top_div {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 2px solid #eaeaeb; */
}

/* .header_serach_div .serach_bar {
  display: flex;
  align-items: center;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

.header_serach_div .serach_bar button {
  padding: 12px 0 12px 15px;
  background: none;
}

.header_serach_div .serach_bar input {
  border: none;
  padding: 16px 0 16px 14px;
  width: 300px;
}

.header_serach_div .serach_bar input::placeholder {
  color: #777;
  font-size: 14px;
  font-family: var(--font-merriweather);
}

.header_serach_div .serach_bar .search_icon i {
  color: #777;
  padding-right: 14px;
  font-size: 25px;
} */

.header_top_div .cart_div .cart_text p {
  font-size: 23px;
  color: #fff;
  font-family: var(--font-merriweather);
  margin-bottom: 0;
}

.cart_div {
  display: flex;
  align-items: center;
  gap: 21px;
}

.cart_info {
  position: absolute;
  right: -10px;
  top: -5px;
  padding: 0;
}

.cart_div img {
  width: 30px;
}

.cart_info p {
  background: var(--yellow-color);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-family: var(--font-lato);
  font-weight: 400;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}

.cart_bag {
  position: relative;
}

/* .................................................

         Main Header Section Navigation MENU

.....................................................*/

nav .menu_part ul {
  display: flex;
  gap: 50px;
  justify-content: center;
  padding: 0;
  margin: 0;
}

nav .menu_part ul li a {
  font-family: var(--font-lato);
  font-weight: 600;
  font-size: 23px;
  color: #fff;
}

nav .menu_part ul li a i {
  line-height: 20px;
}

nav .header_serach_div {
  display: none;
}

.humberger {
  cursor: pointer;
  font-size: 25px;
  color: #fff;
}

.menu_part a:hover,
.menu_part .active>a,
.menu_part li:hover>a {
  color: var(--yellow-color) !important;
}

.close_icon i {
  color: var(--yellow-color);
  font-size: 30px;
}

.close_icon {
  text-align: end;
  display: none;
}

.menu_part .menu_d_none {
  display: none !important;
}

/* sub menu code */

/* .menu_part ul li {
  position: relative;
} */

.sub_drop a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000 !important;
}

.sub_drop li {
  width: 100%;
}

/* sun drop down */
/* nav .sub_link1 {
  position: relative;
} */

nav .menu_part .drop_down1 {
  left: 0;
  padding: 10px 0px 10px !important;
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0;
  transition: none;
  display: none;
  box-shadow: none;
  background-color: none;
}

nav .menu_part {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -600px;
  width: 500px;
  height: 100vh;
  padding: 20px 10px 0px 20px;
  transition: 0.5s all;
  z-index: 9999;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 20px !important;
}

.menu_part::-webkit-scrollbar {
  width: 3px;
}

.menu_part::-webkit-scrollbar-thumb {
  background-color: #c5c3c2 !important;
}

.active_menu {
  left: 0 !important;
}

nav .menu_part ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 60px 0 0 0;
  margin: 0;
}

nav .menu_part ul a {
  font-weight: 600;
  font-size: 20px !important;
  display: flex;
  justify-content: space-between;
  font-family: "Lato", sans-serif;
}

nav .responsive_menu a {
  color: #000 !important;
}

nav .menu_part ul li {
  width: 100%;
}

nav .header_serach_div {
  display: block;
}

.header_top_div .header_serach_div {
  display: none;
}

.sub_drop li {
  width: 100% !important;
}

.drop_down {
  padding: 0 !important;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  position: absolute;
  background-color: #fff;
  /* top: -50px; */
  bottom: 0;
  right: -500px;
  width: 500px;
  height: 100vh;
  transition: 0.5s all;
  z-index: 9999;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 20px !important;
}

.drop_down::-webkit-scrollbar {
  width: 3px;
}

.drop_down::-webkit-scrollbar-thumb {
  background-color: var(--yellow-color) !important;
}

.sub_link .drop_down {
  align-items: start;
  justify-content: start;
}

.active_drop {
  right: 0;
}

nav .sub_link:hover .drop_down {
  transform: translateY(0px);
}

.sub_drop .sub_link1 {
  padding: 0 0 0 20px !important;
}

.sub_link1 .drop_down1 li {
  padding-bottom: 10px !important;
}

.pc_icon {
  display: none;
}

.res_icons {
  display: block;
}

.next_close {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.next_close i {
  margin-left: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background-color: var(--yellow-color);
}

.drop_down li {
  padding: 0 0 0 25px !important;
}

/* .next_slide .drop_down {
  top: -150px !important;
} */

/* .................................................

                 Hero Section

.....................................................*/

.owl-next {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.owl-prev {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.owl-prev:before {
  content: "←";
  font-size: 35px;
  color: var(--yellow-color);
}

.owl-next:before {
  content: "→";
  font-size: 35px;
  color: var(--yellow-color);
}

.owl-next span,
.owl-prev span {
  display: none;
}

.hero_section .owl-nav {
  display: none;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  width: 80px;
  height: 80px;
  border-radius: 50% !important;
  border: 3px solid var(--yellow-color) !important;
  display: inline-block;
  cursor: pointer;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: var(--yellow-color);
}

.hero_section img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  object-position: center center;
}

/* .................................................

               Collection Section

.....................................................*/
.same_section {
  margin-top: 100px;
}

.title_div {
  text-align: center;
}

.main_title_outer {
  display: flex;
  justify-content: center;
}

.title_div p {
  font-size: 22px;
  font-family: var(--font-heebo);
  margin-bottom: 10px;
}

.title_div .main_title h2 {
  font-size: 56px;
  font-weight: 600;
  font-family: var(--font-Cormorant);
  max-width: 900px;
  text-align: center;
  margin-bottom: 0;
}

.image_part {
  width: 100%;
  height: 100%;
}

.collection_start {
  margin-top: 60px;
}

.collection_start a {
  color: #000;
}

.collection_box {
  text-align: center;
}

.collection_box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.collection_box h4 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
  font-family: var(--font-Brawler);
  margin-bottom: 4px;
}

.collection_box p {
  font-size: 20px;
  font-family: var(--font-heebo);
  color: #888;
  margin-bottom: 0;
}

.c_box_margin {
  margin-top: 50px;
}

/* .................................................

                    Third Part

.....................................................*/

.third_bg_div {
  max-width: 1060px;
  width: 100%;
  height: 900px;
  background-color: #f4ebe5;
  position: relative;
}

.third_text_start {
  width: 100%;
  position: absolute;
  top: 100px;
}

.third_text_start img {
  width: 560px;
  height: 900px;
  object-fit: cover;
}

.third_text_start .right {
  margin-top: 100px;
}

.third_text_start label {
  font-size: 20px;
  font-weight: 400;
}

.third_text_start h2 {
  font-size: 65px;
  font-weight: 600;
  font-family: var(--font-cg);
  margin: 23px 0;
}

.third_text_start p {
  font-size: 30px;
  font-family: var(--font-cg);
  font-weight: bold;
}

.third_outer {
  margin-bottom: 10%;
  position: relative;
}

.third_outer::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 200px;
  /* background-image: url(../images/shape-1.png); */
  background-image: url(../images/oleaf-1.png);
  width: 370px;
  height: 620px;
  opacity: 0.3;
  background-repeat: no-repeat;
  z-index: -1;
}

.third_text_start .same_btn {
  margin-top: 65px;
  padding: 15px 82px;
}

.third_responsive_part {
  position: relative;
}

.third_responsive_part::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 200px;
  background-image: url(../images/res_oleaf-1.png);
  width: 240px;
  height: 420px;
  background-repeat: no-repeat;
  display: none;
  z-index: -1;
  opacity: 0.3;
}

/* .................................................

                    Best Seller

.....................................................*/
.titles_two {
  text-align: center;
}

.titles_two p {
  font-family: var(--font-heebo);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.6px;
  margin-bottom: 0;
}

.titles_two h2 {
  font-size: 55px;
  font-family: var(--font-cf);
  font-weight: 500;
  margin-bottom: 0;
}

.best_seller_main {
  margin-top: 40px;
}

.best_seller {
  position: relative;
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.best_sell_box .best_sell_text {
  text-align: center;
  margin-top: 10px;
}

.best_sell_box img {
  width: 100%;
  /* height: 100%; */
  /* height: 375px; */
  /* object-fit: contain; */
  /* object-position: center center; */
}

.best_seller_main .best_sell_box p {
  font-weight: 500;
  font-size: 30px;
  font-family: var(--font-cf);
  margin-bottom: 0;
  color: black;
}

.best_sell_box .rating {
  margin: 10px 0;
}

.best_sell_box .rating i {
  color: #ffc107;
}

.best_sell_box .best_sell_text .price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}

.best_sell_box .best_sell_text .price span {
  font-size: 20px;
  font-family: var(--font-heebo);
  font-weight: 500;
  color: #cccbcb;
  text-decoration: line-through;
}

.best_sell_box .best_sell_text .price p {
  font-size: 20px;
  font-family: var(--font-heebo);
  font-weight: 500;
  color: var(--yellow-color);
}

.best_sell_box {
  position: relative;
  height: 100%;
}

.best_sell_box .best_title {
  position: absolute;
  top: 9px;
  left: -50px;
  transition: 0.5s all;
  opacity: 0;
}

.best_sell_box:hover .best_title {
  left: 13px;
  opacity: 1;
}

.best_sell_box .best_title span {
  font-family: var(--font-cf);
  font-size: 20px;
  font-weight: 500;
  background-color: var(--brown-color);
  color: #fff;
  padding: 3px 17px;
}

/* .................................................

             Trending & Offer

.....................................................*/

.trending_box .image_part img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.trending_offer_main .titles_two {
  margin: 55px 0;
}

.trending_offer_main .trending_box .trending_text h3 {
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 600;
  font-family: var(--font-cf);
  margin: 27px 0;
}

.trending_offer_main .trending_box .trending_text p {
  font-size: 18px;
  font-family: var(--font-heebo);
  font-weight: 400;
  color: #716147;
  margin-bottom: 45px;
}

.trending_text {
  text-align: center;
}

.trending_text .plus {
  display: flex;
  justify-content: center;
}

.trending_text i {
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 1px solid #e7e7e7;
}

.same_btn {
  margin-top: 35px;
  background-color: #fff;
  font-size: 20px;
  font-family: var(--font-heebo);
  padding: 20px;
  border: none;
  letter-spacing: 3.2px;
  color: black;
  transition: 0.5s all;
}

.same_btn:hover {
  background-color: var(--brown-color);
  color: #fff;
}

.trending_offer {
  position: relative;
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* .................................................

              News Arrival

.....................................................*/

/* .................................................

              hISTORY SECTION

.....................................................*/
.history {
  position: relative;
  /* background-image: url(../images/Group\ 373.png);
  background-repeat: no-repeat;
  background-position: top left; */
}

.history::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0%;
  background-image: url(../images/shape_trees.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 405px;
  opacity: 0.5;
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.history_left {
  text-align: center;
}

.history_outer {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 100px;
}

.history_left .history_p {
  font-size: 22px;
  font-family: var(--font-heebo);
  line-height: 36px;
  text-align: center;
  color: #716147;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 22px;
}

.history_right .image_part img {
  height: 550px;
  width: 400px;
  object-fit: cover;
}

.history_right .image_part {
  position: relative;
}

.img_first_pos {
  position: absolute;
  top: 147px;
  left: 240px;
}

.history .row {
  margin-bottom: 18%;
}

.history_left .same_btn {
  padding: 15px 40px;
}

/* .................................................

                 testimonial

.....................................................*/

.testimonial {
  background-image: url(../images/testi_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 26px 0 90px 0;
}

.testimonial h2 {
  color: #fff;
}

.testimonial_main {
  margin-top: 30px;
  width: 50%;
}

.review_box {
  padding: 75px 22px;
  background-color: #fff;
  position: relative;
}

.review_box::after {
  content: "";
  background-image: url(../images/Frame.svg);
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
}

.review_box::before {
  content: "";
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.review_box .user_img {
  display: flex;
  justify-content: center;
}

.review_box .user_img img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
}

.review_box p {
  margin: 30px 0;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  font-family: var(--font-cg);
}

.review_box h5 {
  text-align: center;
  font-size: 20px;
  font-family: var(--font-heebo);
  font-weight: 500;
}

/* .................................................

              News Letter

.....................................................*/

.newsletter {
  border: 6px solid #eae6e3;
  padding: 28px 33px;
}

.newsletter .news_text h2 {
  font-size: 60px;
  font-weight: 500;
  font-family: var(--font-cf);
}

.newsletter .news_text p {
  font-family: var(--font-heebo);
  font-size: 22px;
  font-weight: 400;
  color: var(--news-color);
  margin-bottom: 0;
}

.news_input {
  margin-top: 44px;
  display: flex;
  align-items: center;
  background-color: #f6f4f2;
  border-bottom: 2px solid var(--news-color);
}

.news_input input {
  border: 0;
  background-color: #f6f4f2;
}

.news_input input::placeholder {
  font-family: var(--font-heebo);
  font-size: 18px;
  font-weight: 400;
}

.newsletter input:focus {
  outline: none;
  box-shadow: none !important;
  background-color: #f6f4f2 !important;
}

.news_input .news_icon i {
  font-size: 25px;
  color: var(--news-color);
  cursor: pointer;
}

.newsletter .image_part {
  padding-left: 40%;
}

.news_left_main {
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

/* .................................................

                      Footer

.....................................................*/

footer {
  background-color: var(--brown-color);
  position: relative;
}

footer::after {
  content: "";
  background-image: url(../images/odate-11\ 1.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 0;
  opacity: 0.3;
  width: 130px;
  height: 100px;
}

footer::before {
  content: "";
  background-image: url(../images/foot_shape_1.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  bottom: 0px;
  opacity: 0.3;
  width: 225px;
  height: 160px;
}

.footer_top_part {
  padding: 40px 0;
  text-align: center;
  border-bottom: 1px solid #cccbcb;
}

.footer_top_part a img {
  width: 200px;
}

.footer_bottom_part {
  padding: 50px 0;
}

.footer_text h2 {
  font-size: 36px;
  font-family: var(--font-merriweather);
  color: var(--yellow-color);
  margin-bottom: 44px;
}

.footer_text ul {
  padding: 0;
  margin-bottom: 0;
}

.footer_text ul li a {
  font-size: 22px;
  font-family: var(--font-Red);
  color: #fff;
}

.footer_text ul li a:hover {
  color: var(--yellow-color);
}

.footer_text ul li p {
  font-size: 22px;
  font-family: var(--font-Red);
  color: #fff;
  margin-bottom: 0;
}

.footer_text ul li {
  padding: 7px 0;
}

.footer_text ul li:first-child {
  padding-top: 0;
}

.footer_text ul li:last-child {
  padding-bottom: 0;
}

.last_footer_text {
  border-top: 1px solid #cccbcb;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.last_footer_text .left p {
  font-size: 22px;
  font-family: var(--font-Red);
  margin-bottom: 0;
  color: #fff;
}

.last_footer_text .right ul {
  display: flex;
  gap: 30px;
  padding: 0;
  margin: 0;
}

.last_footer_text .right ul li a {
  font-size: 22px;
  font-family: var(--font-Red);
  color: #fff;
}

.footer_text .foot_social .f_icon i {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--brown-color);
  font-size: 20px;
}

.footer_text .foot_social {
  display: flex;
  gap: 10px;
}

.footer_margin1 ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer_margin1 ul li i {
  font-size: 22px;
  color: #fff;
}

/* .................................................

                 About Us

.....................................................*/

.breadcrumb_div {
  background-color: #fff !important;
  padding: 58px 0;
}

.breadcrumb_div nav {
  justify-content: start !important;
  margin-bottom: 0 !important;
}

.breadcrumb {
  margin-bottom: 0 !important;
}

.breadcrumb_div li {
  font-family: var(--font-heebo);
  font-weight: 400;
  font-size: 30px;
  color: #000;
}

.breadcrumb_div li a,
.breadcrumb-item.active {
  color: #000 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #000 !important;
}

.about_first {
  margin-top: 70px;
  position: relative;
}

.about_first img {
  width: 100%;
  /* height: 636px; */
  object-fit: cover;
  object-position: top center;
}

.about_first_right .about_title h5 {
  font-size: 16px;
  font-family: var(--font-heebo);
  font-weight: 400;
  letter-spacing: 1.6px;
  margin-bottom: 14px;
}

.about_first_right .about_title h2 {
  font-size: 64px;
  font-family: var(--font-Cormorant);
  letter-spacing: 1.6px;
  font-weight: 400;
  margin-bottom: 14px;
}

.about_first_right p {
  font-size: 16px;
  font-family: var(--font-heebo);
  color: #63605a;
  font-weight: 400;
  /* line-height: 22px; */
  margin-bottom: 14px;
  text-transform: none;
}

.about_first_right p:last-child {
  margin-bottom: 0;
}

.about_first_outer {
  padding-left: 150px;
  /* display: flex;
  align-items: center;
  height: 100%; */
}

.margin_about {
  margin-bottom: 100px;
}

.about_sec .about_first::before {
  display: none;
}

.about_sec_outer {
  display: flex;
  align-items: center;
  height: 100%;
  /* padding-right: 150px; */
}

.about_sec button {
  margin-top: 27px;
  background-color: transparent;
  padding: 23px 66px;
  border: 1px solid #777777;
  font-family: var(--font-heebo);
  font-size: 18px;
  font-weight: 400;
}

.about_sec button img {
  margin-left: 22px;
  width: 60px;
}

.about_third .about_titles {
  text-align: center;
}

.about_third .about_titles p {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1.6px;
  font-family: var(--font-Aoboshi);
  color: #716147;
  margin-bottom: 20px;
}

.about_third .about_titles h2 {
  font-size: 40px;
  font-family: var(--font-merriweather);
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.about_third .row {
  margin-top: 40px;
}

.about_third_box {
  height: 100%;
}

.about_third_box img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.about_third_box p {
  font-size: 20px;
  font-family: var(--font-lato);
  font-weight: 400;
  color: #716147;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
  letter-spacing: 1.6px;
}

/* .................................................

                    CONTACT US

.....................................................*/
.contact_first_section {
  margin-top: 60px;
}

.contact_title {
  text-align: center;
}

.contact_title p {
  font-size: 30px;
  font-family: var(--font-heebo);
  font-weight: 400;
  margin-bottom: 0;
}

.contact_title h2 {
  font-family: var(--font-Cormorant);
  font-size: 80px;
  font-weight: 400;
  margin-bottom: 0;
}

.contact_box {
  display: flex;
  gap: 30px;
}

.contact_box .contact_text h3 {
  font-family: var(--font-Cormorant);
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contact_box .contact_text p {
  font-family: var(--font-heebo);
  font-size: 20px;
  margin-bottom: 0;
}

.contact_img {
  padding-top: 15px;
}

.contact_img img {
  max-width: 60px;
}

.contact_box_section {
  margin-top: 100px;
}

.map iframe {
  width: 100%;
  height: 500px;
}

.form-control {
  height: 45px;
  border-radius: 0px !important;
}

.form-group label {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-Mont);
  margin-bottom: 5px;
  color: #30373e;
}

.form-group input,
.form-group textarea,
.form-group select {
  border: 1px solid #c3c3c3;
  background-color: transparent;
}

.contact_form .row {
  margin-top: 50px;
}

/* .yellow_btn {
  background-color: var(--brown-color);
  padding: 8px 96px;
  font-family: var(--font-heebo);
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  border: none;
  transition: 0.5s all;
} */

.yellow_btn {
  background-color: var(--brown-color);
  padding: 10px 60px;
  font-family: var(--font-heebo);
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  border: none;
  transition: 0.5s all;
}

.form_btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.yellow_btn:hover {
  border: 1px solid var(--brown-color);
  color: var(--brown-color);
  background-color: transparent;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  box-shadow: none !important;
  background-color: transparent !important;
  border-color: var(--yellow-color);
}

/* .................................................

                    WISHLIST PAGE

.....................................................*/
.table {
  text-align: center;
  vertical-align: middle !important;
}

.table th,
td {
  background-color: transparent !important;
}

.table-bordered {
  border-color: #777 !important;
}

.whishlist_main th {
  font-family: var(--font-Cormorant);
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.whishlist_main .close_whish_icon i {
  cursor: pointer;
}

.product_whish_img {
  text-align: center;
}

.product_whish_img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.whishlist_main p {
  font-size: 30px;
  font-family: var(--font-Cormorant);
  margin-bottom: 0;
}

.whishlist_main h5 {
  font-family: var(--font-heebo);
  font-size: 26px;
  margin-bottom: 0;
}

.whishlist_main .color_green {
  color: #30ad04;
}

.whishlist_main .table a {
  color: #000 !important;
}

.whishlist_main .upercase {
  text-transform: uppercase;
  gap: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .................................................

                 CHECKOUT

.....................................................*/

.checkout_main {
  margin-top: 20px;
}

.check_title h2 {
  font-family: var(--font-cg);
  font-size: 60px;
  font-weight: bold;
  color: var(--yellow-color);
}

.checkout_main input::placeholder {
  color: #666;
  font-size: 16px;
  font-family: var(--font-Mont);
}

.checkout_main select {
  color: #666 !important;
  font-family: var(--font-Mont);
  font-size: 16px !important;
}

.checkout_form {
  margin-top: 35px;
}

.chek_order_box {
  border-radius: 5px;
  border: 7px solid #cccccc;
  padding: 0 23px 23px 23px;
}

.chek_order_box .check_title h2 {
  font-size: 55px;
  text-align: center;
}

.chek_order_box .order_btn {
  margin-top: 40px;
  width: 100%;
  background-color: var(--brown-color);
  transition: 0.5s all;
  text-align: center;
  padding: 6px 0;
  border: 1px solid var(--brown-color);
}

.chek_order_box .order_btn button {
  color: #fff;
  font-family: var(--font-Mont);
  font-weight: 600;
  font-size: 28px;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  text-transform: uppercase;
}

.chek_order_box .order_btn:hover {
  background-color: transparent;
}

.chek_order_box .order_btn:hover button {
  color: var(--brown-color);
}

.chek_order_box .table {
  border-top: 1px solid;
  border-color: #c3c3c3 !important;
  vertical-align: start !important;
  text-align: start;
}

.chek_order_box .table td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.chek_order_box .table tr td:nth-child(2) {
  text-align: end !important;
}

.chek_order_box h5 {
  font-size: 24px;
  font-family: var(--font-Mont);
  font-weight: 700;
  margin-bottom: 0;
}

.chek_order_box p {
  font-size: 18px;
  font-family: var(--font-Mont);
  font-weight: 500;
  color: #666;
  margin-bottom: 0;
}

.chek_order_box h6 {
  font-size: 35px;
  font-family: var(--font-Mont);
  font-weight: 700;
  color: var(--yellow-color);
  margin-bottom: 0;
}

.payment_method {
  margin: 40px 0 0 0;
}

.payment_method .radio_btn_warp .radio_btn {
  margin: 0 0 0 30px;
}

.payment_method input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.payment_method input[type="radio"]:checked {
  border-color: var(--main-color) !important;
}

.payment_method label {
  font-size: 22px;
  font-weight: 600;
}

/* .................................................

                   Cart

.....................................................*/
.cart_main {
  margin-top: 30px;
}

.cart_box .order_btn {
  margin-top: 20px;
}

.cart_box .order_btn a {
  color: #fff;
  font-family: var(--font-Mont);
  font-weight: 600;
  font-size: 18px !important;
}

.cart_box .order_btn:hover a {
  color: var(--brown-color);
}

.cart_box h5 {
  font-size: 20px;
}

.cart_box h6 {
  font-size: 30px;
}

.product_cart_main .remove_icon i {
  color: #777;
}

.product_cart_main {
  display: flex;
  gap: 30px;
  align-items: center;
}

.cart_product_img img {
  width: 80px;
  height: 93px;
  border: 1px solid #c3c3c3;
  object-fit: cover;
}

.cart_text_table .border_class {
  border: 1px solid #c3c3c3;
}

.cart_text_table p {
  font-size: 16px;
  font-family: var(--font-Mont);
  font-weight: 600;
  margin-bottom: 0;
}

.cart_text_table .table {
  text-align: start;
}

.cart_text_table .table th {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cart_text_table .table td {
  padding-top: 25px;
  padding-bottom: 25px;
}

.cart_bottom_div {
  margin-top: 20px;
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #c3c3c3;
}

.cart_bottom_div .cart_left {
  display: flex;
  gap: 10px;
}

.cart_bottom_div .res_d_none {
  display: none;
}

.cart_btn {
  padding: 12px;
  color: #fff;
  font-size: 16px;
  font-family: var(--font-Mont);
  font-weight: 600;
  background-color: var(--brown-color);
  height: 45px;
}

.cart_responsive_btn {
  display: none;
}

.cart_text_table input {
  background-color: transparent !important;
  border: 1px solid #777;
}

.cart_text_table input::placeholder {
  color: #666;
  font-size: 16px;
  font-family: var(--font-Mont);
}

.cart_text_table input:focus {
  box-shadow: none;
  background-color: transparent !important;
  outline: none !important;
  border: 1px solid #777;
}

.quantity {
  display: flex;
  align-items: center;
  gap: 15px;
}

.quantity i {
  font-size: 25px;
}

.quantity button {
  padding-top: 10px;
  background-color: transparent;
  border: none;
  color: #777;
}

.quantity input {
  font-family: var(--font-Mont);
  border: none;
  font-size: 30px;
  color: var(--yellow-color);
  width: 40px;
  text-align: center;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.cart_product_name ul {
  margin: 0;
  padding: 0;
}

.cart_product_name ul li p {
  font-size: 10px !important;
  font-weight: 400 !important;
}

/* .................................................

                    Product Page

.....................................................*/

.product_main {
  margin-top: 50px;
}

.product_sidebar_title h2 {
  font-size: 32px;
  font-family: var(--font-Cormorant);
  color: #514633;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}

.product_sidebar_first_part {
  margin-top: 70px;
}

.product_sidebar_first_part h2 {
  font-size: 30px;
  font-weight: 500;
  font-family: var(--font-heebo);
  color: #514633;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}

.product_feature_left {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.product_feature_left input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background: #f6f4f2 !important;
  border-radius: 0 !important;
  border-color: #514633;
}

.product_feature_left label {
  margin-left: 10px;
  font-size: 15px;
  font-family: var(--font-heebo);
}

.product_sidebar_first_part p {
  font-size: 15px;
  font-family: var(--font-heebo);
  color: #514633;
  margin-bottom: 0;
}

.product_feature_left input[type="checkbox"]:checked {
  box-shadow: none;
  accent-color: #514633 !important;
}

.product_feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.product_sidebar_first_part {
  margin-bottom: 40px;
}

.product_feature:last-child {
  margin-bottom: 0;
}

.product_right_top p {
  font-size: 15px;
  font-family: var(--font-heebo);
  margin-bottom: 0;
  padding: 16px 0;
}

.pro_select_right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pro_select_right i {
  font-size: 25px;
  cursor: pointer;
}

.pro_select_right .form-group {
  width: 100%;
}

.pro_select_right {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
}

.product_box {
  height: 100%;
  text-align: center;
}

.product_box .product_box_text {
  padding: 10px 20px 0 20px;
}

.product_box_text p {
  font-size: 20px;
  font-family: var(--font-heebo);
  line-height: 20px;
  color: #000;
  margin-bottom: 0;
}

.product_box_text .rating {
  margin: 10px 0;
}

.product_box_text .rating i {
  color: #ffc107;
}

.rating .greycol {
  color: rgb(207, 207, 207) !important;
}

.product_box_text .product_price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.product_box_text .product_price span {
  font-size: 30px;
  font-family: var(--font-heebo);
  font-weight: 500;
  color: #cccbcb;
  text-decoration: line-through;
}

.product_box_text .product_price p {
  font-size: 30px;
  font-family: var(--font-heebo);
  font-weight: 500;
  margin-bottom: 0;
  color: var(--yellow-color);
}

.product_box img {
  width: 100%;
  /* height: 370px; */
  /* object-fit: cover; */
}

.prodt_right_first_row {
  margin-bottom: 20px;
}

/* .................................................

                    Product Detail

.....................................................*/

.product_detail_main {
  margin-top: 70px;
}

.product_detail_top_div h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: var(--font-cg);
  margin-bottom: 25px;
}

.product_detail_top_div .pro_detail_price {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product_detail_top_div .pro_detail_price span {
  font-size: 22px;
  font-family: var(--font-heebo);
  font-weight: 400;
  color: #cecece;
  text-decoration: line-through;
}

.product_detail_top_div .pro_detail_price h5 {
  font-size: 30px;
  font-family: var(--font-heebo);
  font-weight: 400;
  color: var(--yellow-color);
  margin-bottom: 0;
}

.product_detail_top_div .top_desc {
  font-size: 20px;
  font-family: var(--font-heebo);
  color: #716147 !important;
  margin: 25px 0;
}

.product_detail_middle_div {
  padding: 40px 0;
  border-top: 1px dashed #cecece;
  border-bottom: 1px dashed #cecece;
  margin-bottom: 40px;
}

.quantity_main_outer {
  display: flex;
  gap: 30px;
  align-items: center;
}

.product_detail_middle_div .quanity_div p {
  font-size: 25px;
  font-family: var(--font-heebo);
  font-weight: 400;
  color: #777;
  margin-bottom: 0;
}

.product_detail_middle_div .quanity_div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.quanity_div input {
  color: black;
  background-color: transparent !important;
}

.quanity_div .quantity {
  border-radius: 120px;
  padding: 10px 20px;
  border: 1px solid black;
}

/* .detail_right a {
  padding: 15px 55px;
  color: #fff;
  font-size: 34px;
  font-family: var(--font-heebo);
  font-weight: 600;
  background-color: var(--brown-color);
  transition: 0.5s all;
} */

.box_type {
  width: 30%;
}

.box_type label {
  border: 1px solid #ddd;
  text-align: center;
  padding: 12px 40px;
}

.detail_right a {
  padding: 10px 40px;
  color: #fff;
  font-size: 17px;
  font-family: var(--font-heebo);
  font-weight: 600;
  background-color: var(--brown-color);
  transition: 0.5s all;
  text-transform: capitalize;
}

.detail_right a:hover {
  background-color: transparent;
  color: var(--brown-color);
  border: 1px solid var(--brown-color);
}

.product_detail_middle_div .quantity button {
  color: #000;
  font-size: 20px;
}

.pro_middle_bottom {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 45px;
}

.pro_middle_bottom a {
  font-size: 25px;
  font-family: var(--font-heebo);
  color: black;
}

.pro_middle_bottom a i {
  font-size: 22px;
}

.pro_middle_bottom a span {
  margin-left: 10px;
}

.product_detail_bottom_div {
  display: none;
  padding: 20px;
  background-color: #fdf9f2;
}

.product_detail_bottom_div .policy_box {
  text-align: center;
}

.product_detail_bottom_div .policy_box h6 {
  font-size: 15px;
  font-family: var(--font-Mont);
  margin-bottom: 0;
  margin-top: 15px;
}

.product_detail_bottom_div .policy_box p {
  margin: 0;
  color: #888888;
  font-family: var(--font-Mont);
  font-size: 13px;
}

.add_extra_icon {
  margin-top: 30px;
}

.add_extra_icon img {
  width: 90px;
  margin-right: 10px;
  border-radius: 50%;
}

.product_image_div .pro_main_img {
  width: 100%;
  /* height: 685px; */
  object-fit: contain;
}

.small_img_group img {
  width: 100%;
  height: 109px;
  object-fit: cover;
}

.small_img_group {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  /* justify-content: space-between; */
}

.small_img_col {
  cursor: pointer;
  flex-basis: 16%;
}



.pro_detail_second {
  padding-top: 40px;
  border-top: 1px solid #c3c3c3;
}

.pro_detail_tab ul {
  justify-content: center;
}

.pro_detail_tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--yellow-color) !important;
  background: none !important;
  color: black;
  font-size: 30px;
  font-weight: 600;
  font-family: var(--font-Cormorant);
}

.pro_detail_tab .nav-pills .nav-link {
  color: black !important;
  color: black;
  font-size: 30px;
  font-family: var(--font-Cormorant);
}

.pro_description_tab p {
  font-size: 22px;
  font-family: var(--font-Mont);
  color: #777;
  line-height: 35px;
  text-align: center;
}

.tab-content {
  margin-top: 30px;
}

.review_btn {
  display: flex;
  justify-content: center;
}

.review_btn button {
  padding: 10px 30px;
  font-size: 25px;
  font-family: var(--font-Mont);
  background-color: var(--brown-color);
  color: #fff;
  font-weight: 500;
  transition: 0.5s all;
  border: none;
}

.review_btn button:hover {
  border: 1px solid var(--brown-color);
  color: var(--brown-color);
  background-color: transparent;
}

.pro_comment_left .title h2 {
  font-size: 30px;
  text-align: center;
  font-family: var(--font-Mont);
  font-weight: 500;
  margin-bottom: 0;
}

.pro_comment_right h3 {
  font-size: 30px;
  margin-bottom: 0;
  font-family: var(--font-Mont);
  font-weight: 500;
}

.pro_comment_right .customer_review_box {
  padding: 20px;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  margin: 20px 5px 20px 0;
}

.pro_comment_right .review_left_outer {
  margin-top: 30px;
  height: 480px;
  overflow-y: scroll;
}

.review_left_outer::-webkit-scrollbar {
  margin-left: 5px;
  width: 3px;
}

.review_left_outer::-webkit-scrollbar-thumb {
  background-color: var(--yellow-color) !important;
  border-radius: 5px;
}

.customer_review_box strong {
  font-size: 25px;
  color: var(--yellow-color);
  font-family: var(--font-cg);
  margin-bottom: 0;
}

.customer_review_box span {
  font-family: var(--font-Mont);
  font-weight: 400;
  font-size: 14px;
  color: #777;
}

.customer_review_box p {
  font-family: var(--font-heebo);
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
}

.customer_review_box .star_rating i {
  font-size: 12px;
  color: #ffc107;
}

.stars {
  margin: 20px 0;
  text-align: center;
}

.stars i {
  color: #dbdbdb;
  font-size: 25px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.stars i.active {
  color: #ffc107;
}

.pro_detail_tab_second {
  padding: 20px;
  border: 1px solid #777;
  border-radius: 10px;
}

.pro_detail_tab_second td {
  text-align: start;
  padding: 15px !important;
  font-family: var(--font-Mont);
  font-size: 18px;
}

/* .................................................

                    LOGIN

.....................................................*/

.form-bg-image {
  background-image: url(../images/signin.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login_forms_div {
  margin-top: 30px;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #ffff;
}

.login_forms_div h2 {
  font-family: var(--font-cg);
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--yellow-color);
  text-align: center;
}

.login_forms_div p {
  font-family: var(--font-Mont);
  font-weight: 500;
  color: #888;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

.login_forms_div form {
  margin-top: 50px;
}

.login_forms_div label {
  font-size: 14px;
}

.login_forms_div a {
  color: var(--yellow-color);
  font-weight: 600;
  font-family: var(--font-Mont);
  font-size: 14px;
}

.login {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.login .btn-submit {
  padding: 10px 35px;
  color: #fff !important;
  font-size: 20px;
  font-family: var(--font-Mont);
  font-weight: 600;
  background-color: var(--brown-color);
  border: none;
}

.login_text {
  margin-top: 15px;
  text-align: center;
}

.lofin_oouter {
  max-width: 570px;
  width: 100%;
}

.form_main_outer {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login_text p {
  text-align: center;
  font-size: 16px;
  font-family: var(--font-Mont);
  font-weight: 600;
  margin-bottom: 0;
}

.login_text a {
  color: var(--yellow-color);
  font-size: 18px;
  font-family: var(--font-Mont);
  font-weight: 600;
}

.news_icon button {
  background: none;
  border: none;
}

pre {
  overflow-wrap: break-word;
  text-wrap: balance;
  font-family: var(--font-heebo);
  font-size: 16px;
  -webkit-font-family: var(--font-heebo);
}

/*..................................................
 
                     Gift By Occasion
.....................................................*/
.gift_occasion_box {
  border: 1px solid #c3c3c3;
  padding-bottom: 15px;
  height: 100%;
}

.gift_img_outer {
  position: relative;
}

.gift_img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.gift_title {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.gift_title h3 {
  padding: 10px;
  color: #fff;
  font-family: var(--font-Cormorant);
  font-weight: 600;
  margin-bottom: 0;
}

.gift_occasion_box p {
  padding: 15px 15px 0px 15px;
  text-align: center;
  font-size: 16px;
  font-family: var(--font-heebo);
  font-weight: 400;
  margin-bottom: 10px;
}

.gift_occasion_box .explore_btn {
  text-align: center;
}

.gift_occasion_box .explore_btn a {
  font-size: 20px;
  font-weight: 600;
  color: var(--yellow-color);
  font-family: var(--font-Mont);
}

/*..................................................
 
                     Gift form
.....................................................*/

.bulk_gift_form {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.bulk_gift_form h2 {
  font-family: var(--font-cg);
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 40px;
  color: var(--yellow-color);
  text-align: center;
}

/* .................................................

                    Chocolate Box

.....................................................*/

.chocolate_box_main {
  margin-top: 50px;
}

.chocolate_box_left {
  padding: 10px;
  border: 2px solid #dadada;
}

.chocolate_box_left .chocolate_top_title h4 {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.chocolate_top_title {
  padding-bottom: 10px;
  border-bottom: 2px dashed #dadada;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chocolate_top_title i {
  width: 30px;
  height: 30px;
  background-color: var(--brown-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.chocolate_box_left h4 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: var(--font-heebo);
  font-weight: 600;
  border-bottom: 2px dashed #dadada;
}

.chocolate_box_left .total_price {
  font-family: var(--font-heebo);
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  border-top: 2px dashed #dadada;
  border-bottom: 2px dashed #dadada;
  padding: 15px 0;
}

.chocolate_box_left .total_price span {
  border: 2px dashed #dadada;
  padding: 5px 10px;
}

/* .chocolate_box img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.chocolate_text {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chocolate_box .box_select {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chocolate_box .box_select input[type="radio"] {
  width: 16px;
  height: 16px;
  background: #f6f4f2 !important;
  border-radius: 0 !important;
  border-color: #514633;
}

.chocolate_box .box_select p {
  font-size: 16px;
  font-family: var(--font-heebo);
  margin-bottom: 0;
}

.chocolate_box h5 {
  font-family: var(--font-heebo);
  color:  var(--yellow-color);;
  font-size: 18px;
  margin-bottom: 0;
} */

.chocolate_text {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.chocolate_text .box_select {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chocolate_text .box_select input[type="radio"] {
  width: 20px;
  height: 20px;
  background: #f6f4f2 !important;
  border-radius: 0 !important;
  border-color: #514633;
}

.chocolate_text .box_select p {
  font-size: 16px;
  font-family: var(--font-heebo);
  margin-bottom: 0;
}

.chocolate_text h5 {
  font-family: var(--font-heebo);
  color: var(--yellow-color);
  font-size: 18px;
  margin-bottom: 0;
}

.add_chocolate_text_left h4 {
  padding: 10px 0;
  font-size: 20px;
  font-family: var(--font-heebo);
  font-weight: 600;
  border-top: 2px dashed #dadada;
  border-bottom: 2px dashed #dadada;
}

.add_chocolate_text_left ul {
  padding: 0;
  margin-bottom: 0;
}

.add_chocolate_text_left ul li {
  margin-bottom: 10px;
}

.add_choco_div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.add_chocolate_text_left .add_choco_div img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.add_chocolate_text_left p {
  margin-bottom: 0;
  font-size: 14px;
  font-family: var(--font-heebo);
}

.add_chocolate_text_left p span {
  font-weight: 600;
}

.add_choco_div .choco_text i {
  cursor: pointer;
}

.add_choco_div .choco_text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chocolate_box_left .add_cart_btn {
  margin-top: 30px;
  width: 100%;
  background-color: var(--brown-color);
  transition: 0.5s all;
  text-align: center;
  padding: 6px 0;
  border: 1px solid var(--brown-color);
}

.chocolate_box_left .add_cart_btn a {
  color: #fff;
  font-family: var(--font-Mont);
  font-weight: 600;
  font-size: 25px;
}

/* right side */
.chocolate_boxes {
  height: 100%;
  position: relative;
}

.choco_close {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 25px;
  cursor: pointer;
  display: none;
}

.chocolate_boxes img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.chocolate_boxes label {
  font-family: var(--font-heebo);
  margin: 10px 0 0 0;
  font-size: 18px;
}

/* .chocolate_boxes .choco_title {
  display: flex;
  justify-content: space-between;
} */

.per_pc_price {
  display: flex;
  align-items: center;
}

.chocolate_boxes p {
  font-family: var(--font-heebo);
  margin: 10px 0;
  font-size: 18px;
}

.per_pc_price span {
  font-family: var(--font-heebo);
  font-size: 14px;
}

.chocolate_boxes .quantity {
  border: 1px solid #dadada;
  width: 115px;
  border-radius: 5px;
  padding: 0 5px;
  text-align: center;
  display: none;
}

.chocolate_boxes .quantity input {
  font-size: 20px;
  font-weight: bold;
  background-color: transparent !important;
}

.chocolate_boxes .quantity i {
  font-size: 18px;
}



.chocolate_boxes a {
  font-size: 18px;
  font-family: var(--font-heebo);
  font-weight: 600;
  color: var(--yellow-color);
}

/* .................................................

                    Checkout Success

.....................................................*/

.checkout_success {
  margin-top: 50px;
}

.same_check {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dadada;
}

.chek_success_left .check_img {
  text-align: center;
}

.chek_success_left img {
  width: 100px;
}

.chek_success_left .check_img h2 {
  margin: 25px 0;
  font-weight: 600;
  font-family: var(--font-Mont);
  color: #41b06e;
}

.chek_success_left p {
  font-size: 16px;
  font-family: var(--font-heebo);
}

.chek_success_left p span {
  font-weight: bold;
}

.chek_success_left p:last-child {
  margin-bottom: 0;
}

.check_success_right h4 {
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  background-color: #f6f4f2;
  margin-bottom: 20px;
}

.check_success_right .table {
  border-color: #dadada !important;
  text-align: start !important;
}

.check_success_right .purchase_img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.check_success_right .table p {
  font-family: var(--font-heebo);
  font-size: 18px;
  margin-bottom: 0;
}

.check_success_right .table h5 {
  text-align: end;
  font-family: var(--font-heebo);
  font-size: 18px;
  margin-bottom: 0;
}

.bill_detail p {
  font-family: var(--font-heebo);
  font-weight: bold;
}

.bill_detail p span {
  font-weight: 400;
}

.checkout_ul ul {
  padding: 0;
  margin: 0;
}

.checkout_ul ul p {
  font-size: 12px !important;
  margin-bottom: 0 !important;
  font-weight: 500;
}

.checkout__ul ul {
  padding: 0;
  margin: 0;
}

.checkout__ul ul p {
  font-size: 12px !important;
  margin-bottom: 0;
  font-weight: 500;
  color: gray;
}


.checkout_shipping h6 {
  font-size: 14px;
  text-align: end;
  margin-bottom: 0;
}

/* ------------------------------------------------------------
                    Start My account
---------------------------------------------------------------*/

.my_account_area {
  margin: 40px 0 0 0;
}

.vertical-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vertical-menu li {
  margin-bottom: 10px;
}

.vertical-menu ul li a {
  text-decoration: none;
  font-family: var(--font-heebo);
  color: #333;
  font-weight: 600;
  display: block;
  padding: 10px;
  border-radius: 5px;
}

.vertical-menu a:hover {
  background-color: #ccc;
  color: #fff;
}

.vertical-menu a.active {
  background-color: var(--yellow-color);
  color: #fff;
}

.menu-content {
  padding: 20px;
}

.menu-item {
  display: none;
}

.menu-item.active {
  display: block;
}

.star_error {
  animation: hoizontal-shaking 2s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes hoizontal-shaking {
  0% {
    transform: translate(0, 0);
  }

  1.78571% {
    transform: translate(5px, 0);
  }

  3.57143% {
    transform: translate(0, 0);
  }

  5.35714% {
    transform: translate(5px, 0);
  }

  7.14286% {
    transform: translate(0, 0);
  }

  8.92857% {
    transform: translate(5px, 0);
  }

  10.7143% {
    transform: translate(0, 0);
  }
}

i.fa-solid.fa-star.fill_star {
  color: var(--yellow-color) !important;
}

input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: var(--brown-color);
}

/* ================== Home Quck Link Product ===================== */

.quick_link_section {
  border: #fff;
  padding: 20px 0;
}

.qucik_wrapper {
  text-align: center;
}

.quick_image {
  display: flex;
  justify-content: center;
}

.qucik_wrapper .quick_box img {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.qucik_wrapper .quick_box {
  text-align: center;
}

.qucik_wrapper p {
  font-size: 16px;
  font-family: var(--font-heebo);
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}

/* ================== Home speciality ===================== */

.speciality_box .speciality_img {
  width: 130px;
  height: 130px;
  background-color: #f1e5ef;
  border: 2px solid var(--brown-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.speciality_box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.speciality_box .speciality_img img {
  width: 80px;
}

.speciality_box h4 {
  font-size: 20px;
  font-family: var(--font-cf);
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
}

.speciality_main {
  padding: 20px 0;
  border: 2px dashed var(--brown-color);
}

.speciality_main h2 {
  text-align: center;
  font-family: var(--font-heebo);
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 1.6px;
}

/* ------------------- whatsapp bot ---------------------- */
.whatsappbot {
  position: fixed;
  right: 37px;
  bottom: 110px;
  z-index: 9;
  display: inline-block;
}

.whatsappbot a img {
  width: 52px;
}

.bpw-widget-btn {
  background: #460000 !important;
}

.np_find_div {
  display: flex;
  justify-content: center;
}

.np_find_div img {
  margin-top: 50px;
  width: 450px;
}

/* -------------------- custome chat bot --------------------- */
#message-section #user {
  border: 1.5px solid #000;
  border-radius: 1.5vw 0vw 1.5vw 1.8vw !important;
  background-color: #012970 !important;
  float: right;
  color: #fff !important;
}

#message-section #bot {
  background-color: #f5f5f5 !important;
  color: #000 !important;
}

#message-section #bot,
#message-section #user {
  position: relative;
  bottom: 0;
  min-height: 1.5vw;
  border: 0.15vw solid #777;
  border-radius: 0px 1.5vw 1.5vw 1.8vw;
  padding: 14px;
  margin: 10px 0;
}

#message-section .message {
  color: #000;
  clear: both;
  line-height: 1.2vw;
  font-size: 15px;
  padding: 8px;
  position: relative;
  margin: 8px 0;
  max-width: 85%;
  word-wrap: break-word;
  z-index: 2;
}

.bpw-layout {
  width: 360px !important;
  height: 60vh !important;
  border-radius: 10px;
  right: 10px;
  bottom: 5px;
  border: 1px;
}

.bpw-chat-container {
  animation: fadeIn 0.4s ease-out 0ms 1 normal forwards running,
    slideUp 0.4s ease-out 0ms 1 normal forwards running;
  border: none;
  color: #171717;
  height: 60vh;
}

/* bot css */
/* This CSS rule sets the default font size of the entire document */
html {
  font-size: 16px;
}

/* These CSS rules sets the text direction of the paragraph (RTL or LTR) */
p,
.bpw-from-bot>div,
#input-message {
  direction: ltr;
}

/* This rule changes the color of the text in the input message */
#input-message {
  color: #000000;
}

/* Changes the color of the new message indicator */
.bpw-new-messages-indicator {
  background-color: #f5f5f5;
  color: #ffffff;
}

/* Styling for the chat header container */
.bpw-header-container {
  margin: 10px;
  background: #460000;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border: 1px;
  border-radius: 10px;
  color: #ffffff;
}

.bpw-header-name {
  color: #ffffff;
}

/* Styling for the typing bubble */
.bpw-typing-bubble {
  background: #000000;
}

/* Styling for the chat bubble content */
.bpw-chat-bubble-content {
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 1px transparent;
}

/* Styling for the date container, header name, and header subtitle */
.bpw-date-container,
.bpw-header-name,
.bpw-header-subtitle {
  color: #ffffff;
}

/* Styling for the layout of the chat bubble. Width, height, border, position and radius of the chat bubble */
.bpw-layout {
  width: 360px !important;
  height: 60vh;
  border-radius: 10px;
  right: 10px;
  bottom: 5px;
  border: 1px;
}

/* Responsive design rules for devices with width less than or equal to 767px */
@media screen and (max-device-width: 767px) {
  .bpw-layout {
    width: 100% !important;
    height: 100%;
    right: 0;
    bottom: 0;
    border-radius: 0;
  }
}

/* Changes the fill color of the header icons to white */
.bpw-header-icon,
.bpw-header-icon svg,
.bpw-header-icon svg path {
  fill: #ffffff !important;
}

/* Changes the color of the placeholder text in the input message */
#input-message::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.bpw-composer textarea {
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.bpw-composer textarea:focus {
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

/* Styling for the keyboard single choice option */
.bpw-keyboard-single-choice {
  background-color: #ffffff;
  border: none;
}

/* Styling for the buttons in the chat interface */
.bpw-button,
.bpw-button-alt {
  background-color: #dcdcdc;
  color: #000000;
  border-radius: 10px;
  border: none;
}

/* Styling for hover effect on the buttons in the chat interface */
.bpw-button:hover,
.bpw-button-alt:hover {
  background-color: #f5f5f5;
}

/* Styling for hyperlinks in the chat interface */
a {
  color: #ffffff;
  /* text-decoration: underline; */
}

/* Styling for the chat container, including color, scrollbar width and color, and border */
.bpw-chat-container {
  background-color: #ffffff;
  scrollbar-width: thin;
  scrollbar-color: #f5f5f5 #ffffff;
  border: none;
}

/* Styling for the chat bubble content when it's from the bot */
.bpw-from-bot .bpw-chat-bubble .bpw-chat-bubble-content {
  background-color: #f5f5f5;
  color: #000000;
}

/* Styling for the chat bubble content when it's from the user */
.bpw-from-user .bpw-chat-bubble .bpw-chat-bubble-content {
  background-color: #460000;
  color: #ffffff;
}

/* Styling for the composer section of the chat interface */
.bpw-composer {
  background-color: #ffffff;
  border-top: none;
}

/* Styling for the scrollbar in the chat container */
.bpw-chat-container::-webkit-scrollbar,
.bpw-chat-container::-moz-scrollbar {
  width: 10px;
  background-color: #ffffff;
  border: none;
}

/* Styling for the avatar of the bot */
.bpw-bot-avatar img,
.bpw-bot-avatar svg {
  background: #000000;
  border: 3px solid #ffffff;
  max-width: max-content;
}

/* Styling for the general scrollbar in the web page */
::-webkit-scrollbar {
  width: 0.5rem;
}

/* Styling for the track of the general scrollbar and the chat container scrollbar */
::-webkit-scrollbar-track,
.bpw-chat-container::-webkit-scrollbar-track,
.bpw-chat-container::-moz-scrollbar-track {
  background-color: transparent;
}

/* Styling for the thumb of the general scrollbar and the chat container scrollbar */
::-webkit-scrollbar-thumb,
.bpw-chat-container::-webkit-scrollbar-thumb,
.bpw-chat-container::-moz-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 0.5rem solid transparent;
}

/* Styling for the floating button icon in the chat interface */
.bpw-floating-button i svg path {
  fill: #460000;
}

/* Styling for the 'powered by' section of the chat interface */
.bpw-powered {
  text-align: center;
  padding: 10px;
  color: #000000;
  background: #ffffff;
  font-size: 14px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* Styling for the hyperlinks in the 'powered by' section of the chat interface */
.bpw-powered a {
  color: #000000;
  text-decoration: underline;
}

/* Styling for hover effect on the hyperlinks in the 'powered by' section of the chat interface */
.bpw-powered a:hover {
  text-decoration: underline;
}

.bpw-send-button {
  background: #460000;
}

/* Change Bot Widget Icon */

.bpw-widget-btn {
  border-radius: 50%;
  background: #460000;
}

.bpw-floating-button::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='white' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8.625 12a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H8.25m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H12m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0h-.375M21 12c0 4.556-4.03 8.25-9 8.25a9.764 9.764 0 01-2.555-.337A5.972 5.972 0 015.41 20.97a5.969 5.969 0 01-.474-.065 4.48 4.48 0 00.978-2.025c.09-.457-.133-.901-.467-1.226C3.93 16.178 3 14.189 3 12c0-4.556 4.03-8.25 9-8.25s9 3.694 9 8.25z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: undefinedpx !important;
  width: undefinedpx !important;
}

.bpw-floating-button {
  box-shadow: none !important;
}

.bpw-floating-button:hover {
  box-shadow: none !important;
}

/* // .bpw-floating-button > i {
// display: none;
// } */

/* popup */

.popup_outer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 90000000;
  background-color: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
}

.popup_outer .popup-card {
  width: 500px;
  gap: 1rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  padding: 2rem 1.5rem;
  position: relative;
}

.popup_outer .popup-card img {
  height: 100%;
  width: 100%;
}

.popup_outer #close-btn {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: var(--yellow-color);
  cursor: pointer;
  border: none;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}

.popup_outer button {
  border: none;
}

.popup_body h3 {
  font-family: var(--font-Mont);
  text-align: center;
  font-weight: 600;
  color: var(--yellow-color);
  margin-bottom: 30px;
}

.home_popup button {
  background-color: var(--yellow-color);
  color: #fff;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-Mont);
}

.popup-card {
  position: relative;
}

.popup-card::after {
  content: "";

  background-image: url(../images/popup.png);
  width: 80px;
  height: 55px;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 15px;
  opacity: 0.3;
}

.popup-card::before {
  content: "";
  background-image: url(../images/popup_1.png);
  width: 75px;
  height: 55px;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  bottom: 0px;
  opacity: 0.3;
}

/* ======================   MY ORDER ================= */

.my_order_box .accordion-item {
  margin-bottom: 30px;
}

.acc {
  border: 2px solid #ddd;
  margin-bottom: 30px;
  width: 100%;
}

.acc .table {
  text-align: start;
}

.acc-head {
  background-color: #fff !important;
  padding: 20px 10px;
  font-size: 22px;
  position: relative;
  cursor: pointer;
}

.acc-head::before,
.acc-head::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #000;
  transition: all 0.3s;
}

.acc-head::before {
  right: 30px;
  width: 3px;
  height: 20px;
  margin-top: -10px;
}

.acc-head::after {
  right: 21px;
  width: 20px;
  height: 3px;
  margin-top: -2px;
}

.acc-head h6 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
}

.acc-content {
  padding: 15px 10px;
  display: none;
}

.acc_top {
  display: flex;
  justify-content: space-between;
  align-items: center;

}




.acc_top a {
  font-family: var(--font-Mont);
  font-weight: 600;
  color: var(--brown-color);
}

.acc-head.active::before {
  transform: rotate(90deg);
}

.my_order_box .order_img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: top center;
}

.my_order_box .table {
  width: 100%;
  margin-bottom: 0;
}

.my_order_box .table p {
  font-family: var(--font-heebo);
  font-weight: 500;
}

.my_order_box .acc-content p {
  font-size: 18px;
  font-family: var(--font-heebo);
  font-weight: 600;
  margin-bottom: 0;
}

.my_order_box .table {
  margin-top: 20px;
}

.my_order_box .table p {
  font-size: 16px;
  font-family: var(--font-heebo);
  font-weight: 500;
  margin-bottom: 0;
}

.my_order_box .acc-content label {
  color: var(--yellow-color);
}

/* ============= MY ADDRESS============== */

.my_address_section .address_box {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.my_address_section .address_box h2 {
  font-family: var(--font-Mont);
  font-size: 20px;
  font-weight: 600;
}

.add_top_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.add_icons {
  display: flex;
  gap: 5px;
}

.add_icons i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e4fae8;
  color: #66ca7a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.del_red {
  background-color: #ffe9e9 !important;
  color: #ff6767 !important;
}

.my_address_section .address_box .address_box_text {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.my_address_section .address_box .address_box_text:last-child {
  margin-bottom: 0;
}

.my_address_section .address_box .address_box_text p {
  font-family: var(--font-Mont);
  margin-bottom: 0;
  color: #777;
  font-weight: 400;
  font-size: 18px;
}

.my_address_section .address_box .address_box_text i {
  font-size: 20px;
}

.add_address span {
  font-size: 18px;
  display: inline-flex;
  gap: 5px;
  background-color: var(--brown-color);
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  font-family: var(--font-Mont);
  font-weight: 500;
  cursor: pointer;
}

.add_address span i {
  font-size: 18px;
  margin-top: 5px;
}

.add_address {
  margin-bottom: 25px;
}

.add_address .add_form .form-group {
  margin-bottom: 20px;
}

.add_address .add_form {
  margin-top: 25px;
  display: none;
}

.add_address button {
  background-color: var(--brown-color);
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  font-family: var(--font-Mont);
  font-weight: 500;
}

/* dashboard */

.new_profile {
  position: relative;
}

.new_profile li::after {
  display: none;
}

.new_profile li {
  padding: 0 !important;
}

.new_profile li a {
  font-size: 16px !important;
}

.new_user_info {
  text-align: start;
  top: 50px;
  z-index: 999;
  position: absolute;
  right: 20px;
  width: 180px;
  display: none;
  border-radius: 5px;
  background: #fff;
  padding: 10px 20px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.new_user_info ul {
  padding: 0;
  margin: 0;
}

.new_user_info a {
  font-size: 16px;
  font-weight: 600;
  color: black;
  font-family: var(--font-Mont);
}

/* ==================== Make own box */

.make_own_box_left h4 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: var(--font-heebo);
  font-weight: 600;
  border-bottom: 2px dashed #dadada;
  margin-bottom: 15px;
}

.make_own_box_left .box_select {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.make_own_box_left .box_select:last-child {
  margin-bottom: 0;
}

.make_own_box_left .box_select p {
  font-size: 16px;
  font-family: var(--font-heebo);
  margin-bottom: 0;
}

.make_own_box_right .make_own_box {
  text-align: center;
  height: 100%;
}

.make_own_box_right .make_own_box img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  margin-bottom: 15px;
}

.make_own_box_right .make_own_box p {
  font-size: 20px;
  font-family: var(--font-heebo);
  line-height: 20px;
  color: #000;
  margin-bottom: 0;
}

.make_own_box_right .make_own_box .product_price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
}

.make_own_box_right .make_own_box .product_price span {
  font-size: 25px;
  font-family: var(--font-heebo);
  font-weight: 500;
  color: #cccbcb;
  text-decoration: line-through;
}

.make_own_box_right .make_own_box .product_price p {
  font-size: 25px;
  font-family: var(--font-heebo);
  font-weight: 500;
  margin-bottom: 0;
  color: var(--yellow-color);
}

.product_not_found {
  text-align: center;
  width: 500px !important;
}

/* =======================   Blog ======================= */

.blog_main .blog_box {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
}

.blog_main .blog_box img {
  width: 100%;
  height: 416px;
  border-radius: 10px 10px 0 0;
}

.blog_main .blog_box .blog_text {
  padding: 15px;
}

.blog_main .blog_box .blog_text P {
  font-size: 16px;
  font-family: var(--font-heebo);
  font-weight: 500;
  color: rgb(185, 185, 185) !important;
  margin-bottom: 3px;
}

.blog_main .blog_box .blog_text h4 {
  font-weight: 600;
  font-family: var(--font-Mont);
  font-size: 18px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog_main .blog_box .blog_text a {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  font-family: var(--font-Mont);
  padding: 5px 15px;
  background-color: var(--brown-color);
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none
}

.blog_main .blog_box .blog_text a i {
  margin: 5px 0 0 5px;
  transition: transform 0.5s ease;
}

.blog_main .blog_box .blog_text a:hover i {
  transform: translateX(10px);/
}


/* =============== Blog Details ========== */
.blog_detail_main .blog_detail_left .blog_detail_img img {
  width: 100%;
  height: 450px;
  object-fit: cover;

}

.blog_post_main {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 25px 0;
}

.blog_post_main .blog_post_user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog_post_main .blog_post_user i {
  color: var(--yellow-color);
  font-size: 20px;
}

.blog_post_main .blog_post_user p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: var(--font-Mont);
}

.blog_detail_left h2 {
  font-size: 25px;
  font-weight: 600;
  font-family: var(--font-Mont);
  margin-bottom: 0;
  margin-bottom: 25px;
}


.blog_detail_left .blog_detail_desc p {
  font-size: 18px;
  font-family: var(--font-heebo);
  color: #8d8d8d;
  margin-bottom: 20px;
}

.blog_detail_left .blog_detail_desc p:last-child {
  margin-bottom: 0;
}





/* blog detail right */
.blog_detail_right .bd_same_box {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  margin-bottom: 20px;
}

.blog_detail_right .input_search {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f4f2;
  height: 50px;
}

.blog_detail_right .input_search input {
  background-color: transparent;
  border: none;
  width: 100%;
  padding-left: 15px;
  outline: none;
}

.blog_detail_right .input_search input::placeholder {
  font-size: 14px;
}

.blog_detail_right .input_search button i {
  background-color: var(--brown-color);
  color: #fff;
  padding: 17px 20px;
  cursor: pointer;
}

.blog_benefits {
  margin-top: 20px;
}

.blog_benefits ul {
  padding: 0;
  margin: 0;
}

.blog_benefits p {
  font-size: 18px;
  font-family: var(--font-heebo);
  color: #8d8d8d;
}

/* category */

.bd_same_title {
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px dashed var(--brown-color);
  margin-bottom: 20px;
}

.blog_detail_right ul {
  margin: 0;
  padding: 0;
}

.bd_category ul li {
  margin-bottom: 15px;
}

.bd_category ul li:last-child {
  margin-bottom: 0;
}

.bd_category .cat_text {
  display: flex;
  align-items: center;
  gap: 15px;
}

.bd_category .cat_text .dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 4px solid var(--brown-color);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bd_category .cat_text p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: var(--font-heebo);
  color: #000 !important;
}



.recent_div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.recent_div img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  object-fit: cover;
}

.recent_div .recent_title i {
  color: var(--sub-color);
  margin-right: 5px;
}

.recent_div .recent_title p {
  color: #999;
  font-size: 16px;
  margin-bottom: 0;
}

.recent_div .recent_title h6 {
  font-weight: 600;
  font-size: 20px;
  color: #000 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.recent_div {
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
}

.recent_part .bd_same_title {
  margin-bottom: 0;
}




/* ==========Track Ordder======= */


.main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-Mont);
  flex-direction: column;
}

.track_order_status ul {

  display: flex;
  margin: 0 !important;
  overflow-x: hidden !important;
  border-radius: 10px;
}

.track_order_status ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.track_order_status ul li .icon {
  font-size: 35px;
  color: #000;
  margin: 0 60px;
}


.track_order_status ul li .text {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

/* Progress Div Css  */

.track_order_status ul li .progress1 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e0e0e0;
  margin: 14px 0;
  display: grid;
  place-items: center;
  color: #000;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.track_order_status .progress1::after {
  content: " ";
  position: absolute;
  width: 125px;
  height: 5px;
  background-color: #e0e0e0;
  ;
  right: 30px;
}

.track_order_status .one::after {
  width: 0;
  height: 0;
}

.track_order_status ul li .progress1 .uil {
  display: none;
}

.track_order_status ul li .progress1 p {
  font-size: 13px;
  margin-bottom: 0;
}

/* Active Css  */

.track_order_status ul li .active {
  background-color: var(--yellow-color);
  display: grid;
  place-items: center;
}

.track_order_status li .active::after {
  background-color: var(--yellow-color);
}

.track_order_status ul li .active p {
  display: none;
  margin-bottom: 0;
}

.track_order_status ul li .active .uil {
  font-size: 20px;
  display: flex;
}

/* Responsive Css  */

@media (max-width: 767px) {
  .track_order_status ul {
    flex-direction: column;
  }

  .track_order_status ul li {
    flex-direction: row;
  }

  .track_order_status ul li .progress1 {
    margin: 0 30px;
  }

  .track_order_status .progress1::after {
    width: 5px;
    height: 55px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .track_order_status .one::after {
    height: 0;
  }

  .track_order_status ul li .icon {
    margin: 15px 0;
  }
}







.tracking_div {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tracking_div p {
  margin-bottom: 0;
  color: #000;
  font-family: var(--font-heebo);
  font-weight: 500;
}

.tracking_div span {
  font-family: var(--font-heebo);
}

.track_desc p {
  margin: 15px 0 !important;
  color: #666;
  font-weight: 400 !important;

}

.track_desc a {
  padding: 10px 15px;
  background-color: var(--brown-color);
  color: #fff;
  border-radius: 5px;
  font-family: var(--font-Mont);
  font-weight: 500;
}



/* ------------- invoice page css ---------------- */

/* .invoice_area {
  padding: 30px;
} */


.invoice_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e3e3e3;
}

.invoice_area .invoice_logo {
  text-align: center;
}

.invoice_area .invoice_logo img {
  width: 150px;
}

.invoice_number {
  text-align: end;
  margin: 1rem 0;
  /* padding: 1rem 0; */

}

.invoice_number p {
  margin: 0;
  font-family: poppins;
  font-size: 14px;
}

.invoice_address {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.invoice_address .invoice_to {
  font-family: poppins;
}
.invoice_to p ,.invoice_to h6{
  margin-bottom: 0;
}

.invoice_address .invoice_to ul {
  padding: 0;
  margin: 0;
}

.invoice_address .invoice_to ul li {
  line-height: 24px;
  font-size: 14px;
}

.invoice_area .table thead tr th {
  background-color: transparent !important;
}

.invoice_area .table {
  font-family: poppins;
}

.table-bordered{
 border: 1px solid #dee2e6 !important;
}

.product_table .table thead tr th,
.product_table .table tbody tr td {
  font-size: 14px;
  text-align: start;
  border-left: 0;
  border-right: 0;
}

.product_table  .table{
  margin-bottom: 0 !important;
}

.product_table  .table p{
  margin-bottom: 0 !important;
}

.product_total .table tbody tr td {
  border: none;
  padding: 3px;
  font-size: 14px;
}

.product_total .table tfoot {
  border-top: 1px dashed #ddd;

}

.product_total .table tfoot tr td {
  border: none;
  font-weight: 600;
}

.product_table {
  border: 2px solid #dee2e6;
}

.product_table .table {
  border-left: none !important;
  border-right: none !important;
}


#bp-web-widget-container #bp-web-widget body {
  background: none !important;
}

.print_btn {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.print_btn button {
  background-color: var(--brown-color);
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  font-family: var(--font-Mont);
  font-weight: 500;
}

#bp-web-widget-container iframe body {
  background: none !important;
}

.product_total .table h6{
  font-size: 14px;
  text-align: end;
  margin-bottom: 0;
}

.product_total .table h5{
  font-size: 14px;
  text-align: end;
  font-weight: bold;
  margin-bottom: 0;
}

.notice  p{
  margin-bottom: 0;
}