@charset 'UTF-8';
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Boogaloo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
  --head_font: "Ubuntu", sans-serif;
  --sub_font: "poppins", sans-serif !important;
  --primary_gradient: linear-gradient(180deg, #ff9234, #fe5f42);
  --reverse_primarygradient: linear-gradient(180deg, #fe5f42, #ff9234);
  --light_base-color: #fda751;
  --drak_base_color: #fe5432;
  --main_color: #fd863f;
  --yellow_lemon: #fee1de;
  --tab_color: #f3f3f3;
  --whychoose: #f7e9e3;
  --lightgray: #c6c6c6;
  --text-gray: #6f6f6f;
  --mainly-account: rgb(244, 14, 23);

  /* Desktop Font Sizes */
  --font-size-heading: 20px;
  --font-size-subheading: 24px;
  --font-size-body: 16px;
  --font-size-description: 14px;
  --font-size-small: 12px;

  /* Tablet Font Sizes */
  --font-size-heading-tablet: 28px;
  --font-size-subheading-tablet: 22px;
  --font-size-body-tablet: 15px;
  --font-size-description-tablet: 13px;
  --font-size-small-tablet: 11px;

  /* Mobile Font Sizes */
  --font-size-heading-mobile: 20px;
  --font-size-subheading-mobile: 20px;
  --font-size-body-mobile: 14px;
  --font-size-description-mobile: 12px;
  --font-size-small-mobile: 10px;
}

/* Default Styles for Desktop */
.heading {
  font-size: var(--font-size-heading) !important;
}

.subheading {
  font-size: var(--font-size-subheading) !important;
}

.body {
  font-size: var(--font-size-body) !important;
}

.description {
  font-size: var(--font-size-description) !important;
}

.small {
  font-size: var(--font-size-small) !important;
}

/* Tablet Styles */
@media (max-width: 768px) {
  .heading {
    font-size: var(--font-size-heading-tablet) !important;
  }

  .subheading {
    font-size: var(--font-size-subheading-tablet) !important;
  }

  .body {
    font-size: var(--font-size-body-tablet) !important;
  }

  .description {
    font-size: var(--font-size-description-tablet) !important;
  }

  .small {
    font-size: var(--font-size-small-tablet) !important;
  }
}

/* Mobile Styles */
@media (max-width: 480px) {
  .heading {
    font-size: var(--font-size-heading-mobile) !important;
  }

  .subheading {
    font-size: var(--font-size-subheading-mobile) !important;
  }

  .body {
    font-size: var(--font-size-body- mobile) !important;
  }

  .description {
    font-size: var(--font-size-description-mobile) !important;
  }

  .small {
    font-size: var(--font-size-small-mobile) !important;
  }
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

/*# sourceMappingURL=slick-theme.min.css.map */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*# sourceMappingURL=slick.min.css.map */



.back-top {
  position: fixed;
  right: 50px;
  z-index: 998;
  visibility: hidden;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid var(--color-grey2);
  cursor: pointer;
  background-color: var(--color-white);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.back-top:hover {
  background-color: var(--color-grey1);
}

.back-top.is-active {
  visibility: visible;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .back-top {
    bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .back-top {
    bottom: 100px;
  }
}

/* style.css end */

html,
body {
  width: 100%;
}

p,
.address_align select {
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
  line-height: 28px;
  font-weight: 400;
}

a {
  text-decoration: none !important;
}



.remove,
.edit,
.webkey-btn {
  font-size: 15px !important;
  color: #ffffff !important;
  background: var(--primary_gradient) !important;
  border: none;
  outline: none;
  border-radius: 13px !important;
  font-family: "Ubuntu", sans-serif;
  padding: 10px 20px !important;
  width: 100%;
  cursor: pointer;
}

.remove:hover,
.edit:hover,
.webkey-btn:hover {
  color: #ffffff;
  background: var(--reverse_primarygradient) !important;
}

.webkey-sm-btn {
  font-size: 15px !important;
  color: #ef1900 !important;
  background: #fe543259 !important;
  border: none;
  outline: none;
  border-radius: 13px !important;
  font-family: "Ubuntu", sans-serif;
  padding: 5px 16px !important;
  cursor: pointer;
}

.edit:focus,
.btn-outline-mode {
  background: #f2f2f2 !important;
}

.webkey-sm-btn i {
  color: #ef1900;
}

/* Header start */
.search_mobile,
.Mobile_login {
  display: block;
}

/* header {
    padding: 0px 0px 0px 20px;
    overflow: hidden;
} */
header .top_strip {
  padding-left: 10px;
}

.top_strip .left_side {
  display: flex;
  justify-content: space-between;
  padding: 7px 30px 7px 30px;
  align-items: center;
}

.top_strip .logo_img,
footer .logo_img {
  width: 150px;
}

.address_align {
  display: flex;
  align-content: center;
  align-items: flex-end;
  padding-left: 20px;
}

.location_icon {
  padding: 8px 12px;
  background: var(--light_base-color);
  border-radius: 10px;
  margin-right: 10px;
}

.location_icon i {
  font-size: 20px;
  line-height: 0;
  color: #fff;
}

.address_align p {
  line-height: 0;
  color: #7f6000;
  margin-bottom: 8px;
  font-size: 12px;
}

.address_align select {
  border: none;
  padding: 0px;
  border-radius: 5px;
  white-space: nowrap;
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-left: -4px;
}

.address_align select:focus {
  outline: none;
}

.top_strip .right_side {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 30px 7px 11px;
  background-color: var(--light_base-color);
  border-radius: 100px 0px 0px 100px;
}

.right_side a.dark_button {
  padding: 6px 25px 6px 10px;
}

.search {
  display: inline;
  border-radius: 100px;
  padding: 5px 15px;
  transition: background-color 0.5 ease-in-out;
  float: inline-end;
  background: #fff;
  align-content: center;
  height: 40px;
}

.search input {
  outline: none;
  border: 0 !important;
  background-color: transparent;
  width: 328px;
  margin-top: 2px;
  /* border-bottom: 1px solid #eee !important; */
}

.products_list .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.search button,
.search i {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 0px;
  color: var(--drak_base_color);
}

.selectLang .selactive {
  height: 37px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--primary_gradient);
  padding: 0px 12px;
  width: 95px;
  border-radius: 30px;
  box-shadow: 0px 2px 3px 1px #ea5945;
  z-index: 999;
  position: relative;
}

.selectLang .selactive p {
  margin: 0;
  font-size: 13px;
  color: #fff;
}

.selectLang {
  position: relative;
}

.droplang {
  position: absolute;
  background: #fff;
  width: 98px;
  text-align: center;
  padding: 6px;
  padding-top: 26px;
  top: 11px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 2px 3px 1px #754a44b0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.chooselang {
  top: 26px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.droplang .lang {
  background: var(--primary_gradient);
  border-radius: 6px;
  margin-bottom: 5px;
}

.droplang .lang p {
  margin: 0;
  color: #fff;
  font-size: 13px;
}

.droplang .lang:last-child {
  margin-bottom: 0;
}

.selactive span i {
  color: #fff;
  font-size: 12px;
}

.dark_button {
  background: var(--primary_gradient);
  color: #ffffff;
  font-size: 16px;
  line-height: 0;
  padding: 0px 25px 0 10px;
  border-radius: 100px;
  align-items: center;
  align-content: center;
  display: flex;
}

.dark_button img {
  width: auto;
  margin-right: 15px;
}

.dark_button i {
  font-size: 20px;
  margin-right: 15px;
}

a:hover {
  color: var(--drak_base_color)
}

.main_navigation .dark_button {
  padding: 15px 30px;
  border-radius: 0px 100px 100px 0px;
  width: fit-content;
}

.Navigation {
  box-shadow: 0 0 10px #ececec;
}

.main_navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0 !important;
  position: relative;
  height: 50px;
}

.main_nav ul,
.social-media ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 10px;
}

.main_nav li {
  position: relative;
}

.main_nav a {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  margin: 10px 10px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
}

.main_nav a:hover {
  color: #603d00;
  font-weight: 500;
}

.main_nav a:active {
  color: #603d00;
  font-weight: 500;
}

.main_nav .dropdown ul {
  margin: 0;
  background: #fff;
  display: block;
  position: absolute;
  visibility: hidden;
  left: 14px;
  top: 130%;
  opacity: 0;
  transition: 0.3s;
  border-radius: 10px;
  z-index: 99;
  width: max-content;
  padding: 15px 10px 0px;
  box-shadow: 0 0 10px #ececec;
}

.text_area span {
  color: #fff;
}

.main_nav .dropdown ul li {
  margin-bottom: 9px;
}

.main_nav .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main_nav .dropdown ul li a {
  border: 0;
  box-shadow: none;
  padding: 5px 17px;
  margin: 0;
  font-size: 15px;
  color: #000;
  font-family: "Ubuntu", sans-serif;  
  font-weight: 400;
  background: var(--light_base-color);
  border-radius: 10px;
  display: block;
  width: 100%;
}

.main_nav .dropdown ul li a:hover {
  color: #ffffff;
  background: var(--primary_gradient);
}

.main_nav .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.icons {
  margin-right: 40px;
}

.cart_icon img {
  height: 22px;
  position: relative;
  left: 9%;
}

a.cart_icon {
  position: relative;
}

.cart_icon span {
  background: antiquewhite;
  padding: 2px 6px;
  border-radius: 100px;
  font-weight: 600;
  color: var(--drak_base_color);
  font-family: "Ubuntu", sans-serif;
  font-size: 10px;
  position: absolute;
  top: -8px;
  right: -50%;
}

.selected span {
  display: flex;
  background: rgba(0, 0, 0, 0.2);
  width: 200px;
  border-radius: 5px;
  color: #131313;
}

.selected span {
  cursor: pointer;
  display: flex;
  padding: 10px 15px;
  margin: 0;
}

.drop-content {
  position: relative;
}

.drop-content ul {
  margin: 0 !important;
  padding-left: 0 !important;
  position: absolute;
  left: 0px;
  top: 10px;
  display: none;
  list-style: none;
  width: 200px;
  background: var(--light_base-color);
  border-top: 0;
  border-radius: 10px;
  z-index: 999999;
}

.drop-content ul li a,
.sidebarclicktoggle {
  display: flex;
  padding: 10px 15px;
  text-decoration: none;
  color: #fe4414 !important;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
  border-left: 3px solid var(--drak_base_color);
  font-family: "Ubuntu", sans-serif;
}

.drop-content ul li a:hover {
  background: var(--primary_gradient);
  color: #fff !important;
  border-left: 5px solid var(--drak_base_color);
  border-radius: 0px 13px 0px 0px;
}

p.sidebarclicktoggle:hover {
  background: var(--primary_gradient);
  color: #fff !important;
  border-left: 3px solid var(--drak_base_color);
  border-radius: 10px 10px 0px 0px;
}

.drop-content ul li:last-child a:hover {
  border-radius: 0px 0px 10px 10px;
}

.search_mobile {
  color: var(--drak_base_color);
  font-size: 22px;
}

.search_mobile .ion-navicon,
.search_mobile #toggle-search {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-right: 8px;
}

.search_mobile .ion-navicon:hover,
.search_mobile #toggle-search:hover {
  color: var(--main_color);
}

.search_mobile .ion-navicon {
  float: left;
}

.search_mobile span {
  font-weight: 100;
  margin-left: 0;
}

.search_mobile input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  right: 10px;
  top: 150px;
}

.dropdown_Option .Inner-content {
  display: none;
}

.dropdown_Option.active .sub-selected {
  color: #000000;
}

a.dark_button:hover {
  color: #eee;
}

.dropdown_Option.active .Inner-content {
  display: block;
}

.Inner-content ul {
  margin: 10px !important;
  position: static;
  width: auto;
  background: #fff;
}

.Inner-content ul li a {
  padding: 7 px 15px;
  color: #131313;
}

.slick-prev:hover {
  background: var(--primary_gradient) !important;
}

.slick-next:hover:before,
.slick-prev:hover:before {
  color: #fff !important;
}

/* Header End */
/* footer start */
footer {
  background: #5f1401;
  padding: 40px 20px 0;
}

footer .logo_img {
  margin-bottom: 20px;
}

footer .dropdown-tree p,
.Social p,
.newsletter p {
  color: #fff;
  margin: 0;
}

.dropdown-tree hr,
.Social hr,
.newsletter hr {
  border: 1px solid #6f6f6f;
  width: 50%;
  margin: 10px 0;
}

.dropdown-tree ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-tree ul li {
  padding: 5px 0px 0px;
}

.dropdown-tree ul li a {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
}

.dropdown-tree ul li a i {
  margin-right: 10px;
}

.Social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}

.Social ul li a i {
  color: #fff;
}

.Social ul li a {
  text-decoration: none;
}

footer .Social ul li {
  transition: transform 2s;
}

footer .Social ul li:hover {
  transform: rotate(360deg);
}

footer .Social ul li:hover a i {
  color: var(--main_color);
}

footer .newsletter {
  float: inline-end;
  padding-left: 30px;
}

footer .newsletter input {
  /* margin-bottom: 20px; */
  width: 90%;
  padding: 8px 10px;
  border: none;
  border-radius: 10px;
  background: #550e03;
  color: #fff;
}

footer .newsletter::placeholder {
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  color: #6f6f6f;
}

footer .newsletter a {
  padding: 8px 20px;
  border: 2px solid #ffffff9e;
  border-radius: 10px;
  color: black;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  background: white;
}

.last-strip hr {
  border: 1px solid #6f6f6f;
  width: 100%;
  margin: 30px auto 10px;
}

.last-strip .text_area {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 10px;
}

.last-strip .text_area p,
.last-strip .text_area a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 0;
}

.dropdown-tree .dropdown-tree-a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* footer End */
/* homepage banner css  */
.hero,
.mid_banner {
  padding: 20px 30px;
}

.hero .swiper-creative .swiper-slide {
  background: #ffffff;
}

.hero .banner_img {
  position: relative;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  min-height: 470px;
  max-height: 800px;
  border-radius: 10px;
}

.web_home_banner {
  display: block !important;
}

.mobile_home_banner {
  display: none !important;
}

/* .Home_banner_text {
    position: absolute;
    z-index: 9999;
    top: 20%;
}

.Home_banner_text .textallign {
    position: relative;
    left: 14%;
} */

.homesliderSlick .slide {
  position: relative;
}

.container.banner_text {
  position: absolute;
  top: 50%;
  z-index: 999999;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner_text .textallign {
  padding-left: 22px;
}

.slick-next,
.slick-prev {
  padding: 20px;
  border-radius: 100px;
  background: #ffffff !important;
  box-shadow: 0 0 10px #cecece;
}

.homesliderSlick i,
.categories_slider i,
.list_slider i {
  z-index: 999;
}

.homesliderSlick .slick-next:before,
.homesliderSlick .slick-prev:before,
.categories_slider .slick-next:before,
.categories_slider .slick-prev:before,
.list_slider .slick-next:before,
.list_sliderrr .slick-prev:before,
.list_sliderrr .slick-next:before,
.list_slider .slick-prev:before,
.testimonial-sec .slick-prev:before,
.testimonial-sec .slick-next:before {
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 10px;
  right: 13px;
  color: black;
  z-index: 999;
  font-size: 20px;
}

.homesliderSlick .slick-next:hover:before,
.homesliderSlick .slick-prev:hover:before .categories_slider .slick-next:hover:before,
.categories_slider .slick-prev:hover:before .list_slider.slick-next:hover:before,
.list_slider .slick-prev:hover:before,
.testimonial-sec .slick-prev:hover:before,
.testimonial-sec .slick-next:hover:before {
  color: #ffffff !important;
}

.homesliderSlick .slick-prev:hover,
.homesliderSlick .slick-next:hover .categories_slider .slick-prev:hover,
.categories_slider .slick-next:hover .list_slider .slick-prev:hover,
.list_slider .slick-next:hover,
.testimonial-sec .slick-next:hover {
  /* background-color: var(--primary_gradient) !important; */
  background: var(--primary_gradient) !important;
  opacity: 1;
}

.homesliderSlick .slick-dots li button:before {
  font-family: "slick";
  font-size: 3rem;
  line-height: 20px;
  width: 10px;
  height: 20px;
  opacity: 1;
  color: #ffffff;
}

.homesliderSlick .slick-dots {
  bottom: 20px;
}

.homesliderSlick .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--drak_base_color);
}

.homesliderSlick .slick-dots li {
  width: 10px;
}

.homesliderSlick .slick-next {
  right: 20px;
}

.homesliderSlick .slick-prev {
  left: 15px;
}

.Home_banner_text .upper_text img {
  height: 120px !important;
  width: auto;
}

.Home_banner_text .upper_text {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}

.Home_banner_text .upper_text h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 35px;
  color: #000;
  font-weight: 400;
  line-height: 43px;
  text-transform: capitalize;
  text-align: right;
  margin-right: 15px;
}

.Home_banner_text .upper_text h2 span {
  font-weight: 700;
  color: var(--drak_base_color);
}

.Home_banner_text h1 {
  font-family: "Ubuntu", sans-serif;
  font-size: 75px;
  font-weight: 700;
  background: linear-gradient(180deg, #7f6000, #603d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.Home_banner_text p {
  margin-right: 10%;
  font-size: 14px;
  /* width: 40%; */
  font-weight: 400;
  text-align: center;
  line-height: 22px;
  margin-bottom: 30px;
}

.Home_banner_text a {
  margin: 0px 0px 0px 25% !important;
}

.shop_btn,
.cart_btn,
.view_all {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  color: var(--drak_base_color);
  font-weight: 400;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 100px;
}

.shop_btn i,
.cart_btn i {
  padding-right: 10px;
}

.shop_btn:hover,
.cart_btn:hover,
.view_all:hover {
  color: #ffffff;
  background: var(--drak_base_color);
}

/* homepage banner css end */
/* homepage category slider css start */
.hero,
.categories {
  padding: 0px 30px;
}

.categories_slider .slide:hover img {
  border: 4px solid var(--light_base-color);
}

.categories_slider .slide img {
  border: 4px solid transparent;
}

.categories_slider .slide:hover h3 {
  color: var(--light_base-color);
  font-weight: 600;
}

.categories_slider img {
  height: 175px;
  width: auto;
  border-radius: 1000px;
  margin: 0 auto;
}

.categories_slider h3 {
  margin: 15px 0px;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.categories_slider .slick-dots,
.list_slider .slick-dots {
  display: none !important;
}

.categories_slider .slick-next {
  right: 0px;
}

.categories_slider .slick-prev {
  left: 0px;
}

.list_slider .slick-next {
  right: 10px;
}

.list_slider .slick-prev {
  left: 10px;
}

/* homepage category slider css end */
/* homepage Kakul Recommends slider css start */
.heading {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
  text-align: start;
}

.heading span {
  font-weight: 700;
  color: var(--main_color);
}

.recommend_list .text {
  display: flex;
  justify-content: space-between;
}

.recommend_list .text hr {
  width: 35%;
  border: 3px solid #c5c5c5;
  border-radius: 20px;
}



.cart_btn,
.view_all {
  font-size: 15px;
  color: var(--drak_base_color);
  background: #ffded0;
  width: 100%;
  text-align: center;
}

.buttons .heart {
  border: 2px solid #ececec;
  border-radius: 20px;
  background: #fff;
  padding: 10px 13px;
}

.far {
  color: rgb(228, 228, 228);
}

.fas {
  color: red;
}

.heart {
  cursor: pointer;
}

.pulse {
  animation: pulse 0.5s;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* homepage Kakul Recommends slider css end */
/* mid banner homepage start */
.mid_banner {
  position: relative;
}

.mid_banner img {
  width: 100%;
  height: auto;
}

.coupon_detail h2,
.coupon_detail h3 {
  font-family: "Boogaloo", sans-serif;
  font-size: 25px;
  font-weight: 500;
  background: linear-gradient(180deg, #7f6000, #603d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  text-align: center;
}

.coupon_detail p {
  text-align: center;
  width: 60%;
  margin: auto;
  font-size: 14px;
  line-height: 24px;
}

.coupon_detail h2 {
  font-size: 90px !important;
  color: var(--main_color) !important;
  line-height: 70px;
}

.coupon_detail {
  position: absolute;
  bottom: 25%;
  left: 25%;
}

.discount_detail {
  position: absolute;
  bottom: 20%;
  right: 6%;
  text-align: center;
}

.discount_detail p {
  text-transform: uppercase;
}

.discount_detail h2 {
  margin-top: 20px;
  color: var(--main_color);
  font-size: 80px;
  line-height: 30px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 900;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #ffffff;
}

.discount_detail .code {
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
}

.discount_detail .code p {
  line-height: 20px;
  margin: 40px 0 0;
}

/* mid banner homepage end */
.products_list {
  padding: 10px 0px;
}

.recommend_list .text_head,
.products_list .text_head {
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.products_list .text_head .left h1 {
  margin-bottom: 10px;
}

.products_list .text_head .left p {
  margin: 0;
}

.homesliderSlick {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 24px;
}


.homesliderSlick .slick-arrow:hover:before {
  color: #fff;
}

.homesliderSlick .slick-arrow:hover {
  background-color: var(--primary_gradient) !important;
}

/* manjeet css start from here  */

.far {
  background-color: red;
  color: red;
}

.center {
  text-align: center;
}

.handloom_picture img {
  width: 100%;
}

/* .productList {
    padding: 0 !important;
} */

.list_sliderrr .slide {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.handloom_pictureText {
  position: relative;
}

.handloom_text {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  background: #0000006b;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}

.handloom_text p {
  margin: 0;
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
}

#Handloom_Products h1.heading {
  margin-bottom: 10px;
}

/* Testimonial section start from here  */
.Reviews_section {
  background: var(--yellow_lemon);
  padding: 4rem 0;
  position: relative;
  padding-bottom: 0;
}

.testimonial_box {
  background: #fff;
  padding: 33px;
  border-radius: 20px;
}

.testimonial-sec .slick-slide {
  margin: 0 0px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  opacity: 0.6;
}

.testimonial-sec p {
  font-size: 16px;
  color: #3d3d3d;
}

.testimonial-sec .slick-slide,
.testimonial-sec .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
  transform: scale(0.9, 0.9);
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.testimonial-sec .slick-center,
.testimonial-sec .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
  transform: scale(1);
  /* background-color: #ffffff; */
}

.testimonial-sec .slick-current.slick-active {
  transform: scale(1);
  /* background-color: #ffffff; */
  opacity: 1 !important;
}

.testimonial-sec .slick-next,
.slick-prev {
  z-index: 5;
}

.testimonial-sec .slick-next {
  right: 15px;
}

.testimonial-sec .slick-prev {
  left: 15px;
}

.testimonial-sec .slick-next:before,
.slick-prev:before {
  color: #000;
  /* font-size: 26px; */
}

.testimonial-sec .slick-slider {
  margin-bottom: 0px !important;
}

.testimonial-sec .slick-slider {
  margin-bottom: 0;
}

.categories_slider .slick-next:hover {
  background: var(--primary_gradient) !important;
}

.more {
  display: none;
}

.readmore {
  color: var(--drak_base_color);
  font-size: 18px;
}

.testimonial_box .comma img {
  width: 22px;
}

.testimonial_para h3 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
}

.testimonial-sec {
  padding-bottom: 7rem;
}

.testimonial-sec .slick-prev {
  left: 46%;
  transform: translatex(-50%);
  top: 84% !important;
}

.testimonial-sec .slick-next {
  right: 46%;
  transform: translatex(-50%);
  top: 84% !important;
}

.btns-icons i.fa-solid.fa-heart {
  color: red;
}

.Reviews_section .container-fluid {
  padding: 0px !important;
  overflow: hidden;
}

/* Product-detail page start from here   */

.Product_detailbanner .banner_img {
  max-height: unset;
  min-height: unset;
}

.product_detailinfo h4 {
  font-size: 19px;
}

.product_detailinfo ul {
  list-style: none;
  padding: 0;
}

.hero .Product_detailbanner {
  margin: 2rem 0;
}

.category_search {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabProduct_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: var(--tab_color);
  padding: 10px;
  border-radius: 15px;
}

.tabProduct_detail {
  background: var(--tab_color);
}

.tab-Bg p {
  margin: 0;
  font-size: 15px;
}

.tab-Bg p a {
  color: #000;
  white-space: nowrap;
}

.tabProduct_detail .tab-Bg {
  background: #fff;
  padding: 10px 22px;
  border-radius: 49px;
  text-align: center;
  margin: 0 10px;
  width: fit-content !important;
}

.tabProduct_details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  background: var(--tab_color);
  padding: 10px;
  border-radius: 12px;
}

.tabProduct_details select option {
  font-size: 15px;
}

.tabProduct_details select {
  font-size: 16px;
  width: 200px;
  border: none;
  padding: 8px 12px;
  border-radius: 24px;
}

.product_detalLeft {
  display: flex;
  align-items: center;
  gap: 20px;
}

.addforminput select {
  width: 100%;
}

.addforminput select {
  width: 100%;
  border: 2px solid rgb(245, 245, 245);
  padding: 10px 12px;
  border-radius: 10px;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  font-size: 16px;
  color: #616161;
  cursor: pointer;
}

.custom-select select:focus {
  outline: none;
  border-color: none;
}

.custom-select i {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--Black);
}

.product-tabs {
  margin-bottom: 1.7rem;
}

/* pdp reviews  */

.review-form label {
  color: #6c757c;
  font-size: 16px;
}

.product-tabs .product-nav-tabs {
  border-bottom: 2px solid #b8b8b8;
  background: #f8e9e4;
  border-radius: 12px;
  padding: 10px;
  width: 100%;
  display: flex;
  gap: 1%;
}

.product-tabs .product-nav-tabs li.nav-item .active {
  background: #ff844d !important;
  color: #fff !important;
}

.product-tabs .product-nav-tabs li.nav-item .nav-link {
  border-radius: 12px;
  color: #ff8257;
  background: #e9d4ce;
}

.product-tabs .product-nav-tabs li.nav-item {
  width: 32.5%;
  text-align: center;
}

.review-form {
  border: 2px solid #b6b6b6;
  border-radius: 15px;
}

/* product detail page start from here */

.product-imgs {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-content {
  padding-top: 0;
}

img {
  width: 100%;
  display: block;
}

.img-display {
  overflow: hidden;
}

.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}

.img-showcase img {
  min-width: 100%;
}

.img-select {
  display: flex;
}

.img-item {
  margin: 0.3rem;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}

.img-item:hover {
  opacity: 0.8;
}

.img-select .img-item img {
  border-radius: 12px;
  filter: grayscale(1);
  border: 3px solid transparent;
  opacity: 0.6;
}

.img-select .img-item .active img {
  border: 3px solid var(--main_color);
  filter: none;
  opacity: 1;
}

.product_detailinfo .product_desc {
  list-style: disc;
  padding-left: 32px;
}

section#product-detail {
  margin-top: 2.5rem;
}

.product-ListLeft {
  margin-top: 1rem;
  margin-left: 30px;
}

.itemCode p {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  line-height: 25px;
  font-weight: 400;
  color: #000000;
}

.itemCode p span {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  line-height: 25px;
  font-weight: 700;
  color: #000000;
}

h2.product-head {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  font-family: "Ubuntu", sans-serif;
}

.star-rating i {
  color: var(--lightgray);
}

.price_tax p {
  display: inline;
  margin: 0;
}

.price_tax p:last-child {
  display: block;
}

.price_tax p:first-child {
  color: var(--main_color);
  font-size: 20px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
}

.price_tax span {
  font-size: 20px;
  text-decoration: line-through;
  color: red;
  font-weight: 200;
  margin-left: 8px;
  font-family: "Ubuntu", sans-serif;
}

.price_tax {
  margin: 20px 0;
}

.para {
  font-size: 16px;
  color: var(--text-gray);
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
}

.cart-wishlist .buttons {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.cart-wishlist {
  margin-bottom: 20px;
}

.product_detailinfo ul li p {
  margin: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
  font-family: "Ubuntu", sans-serif;
}

.product_detailinfo ul li span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
  font-family: "Ubuntu", sans-serif;
  color: var(--text-gray);
}

.whychoosemainBox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.whyChhoseBG {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 2.5rem;
}

.sectioncnter {
  display: flex;
  justify-content: end;
  align-items: center;
  background: var(--whychoose);
  width: fit-content;
  padding: 30px;
  padding-left: 19%;
  position: relative;
  gap: 55px;
  border-radius: 15px;
}

.whychooseItem img {
  width: 100px;
}

.whychooseItem::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("../../img/kakulimages/backgroundincon.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sectioncnter .WhyChooseBox {
  position: absolute;
  left: -19%;
  background: var(--main_color);
  text-align: center;
  padding: 22px;
  width: 28%;
  border-radius: 15px;
}

.whychooseItem {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
}

.WhyChooseBox p {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 0;
}

.whychooseItem p {
  white-space: nowrap;
  line-height: 22px;
  margin: 0;
}

.WhyChooseBox h3 {
  color: #fff;
  font-size: 24px;
  font-family: "Ubuntu", sans-serif;
}

#product-detail .products_list {
  margin-top: 3rem;
}

.WhyChooseBoxoter {
  display: none;
}

.dropdown-tree .dropdown-tree-a span {
  display: none;
}

.hidden {
  display: none !important;
}

/* product detail page ends from here  */

.handloom_picture {
  position: relative;
}

.handloom_picture:before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #5d5d5d, transparent);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}

.handloom_picture:hover:before {
  background: linear-gradient(45deg, #00000000, transparent);
  transition: all 0.3s ease-in-out;
}

.handloom_pictureText {
  position: relative;
  overflow: hidden;
}

.handloom_picture {
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
}

.handloom_picture:hover {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.handloom_pictureText:hover .handloom_text {
  bottom: 3%;
}

.list_sliderrr {
  display: flex;
}

.list_sliderrr .slick-next {
  right: -6px;
}

.list_sliderrr .slick-prev {
  left: -6px;
}

.handloom_section {
  padding: 0;
}

.testimonial-sec .slick-center {
  transform: unset !important;
}

.Reviews_section .container-fluid {
  padding: 0px !important;
  overflow: hidden;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.testimonial-sec .slick-center,
.testimonial-sec .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
  transform: scale(1);
  background-color: #ffffff;
}

/* the chain system of menu  */

.dd-box-shadow li .dropdown_contenthead ul {
  visibility: hidden;
  opacity: 0;
  left: 110%;
}

.dd-box-shadow li:hover .dropdown_contenthead ul {
  visibility: visible;
  opacity: 1;
  position: absolute;
  left: 105%;
  top: 0;
}

.dd-box-shadow li .dropdown_contenthead ul .dropdown_contenthird ul {
  visibility: hidden;
  opacity: 0;
  left: 105%;
}

.dd-box-shadow li .dropdown_contenthead ul li:hover .dropdown_contenthird ul {
  opacity: 1;
  visibility: visible;
}

/* the last menu of header  */
.dd-box-shadow li .dropdown_contentheadlast ul {
  visibility: hidden;
  opacity: 0;
  left: -110%;
}

.dd-box-shadow li:hover .dropdown_contentheadlast ul {
  visibility: visible;
  opacity: 1;
  position: absolute;
  left: -110%;
}

.dd-box-shadow li .dropdown_contentheadlast ul .dropdown_contenthirdlast ul {
  visibility: hidden;
  opacity: 0;
  left: -110%;
}

.dd-box-shadow li .dropdown_contentheadlast ul li:hover .dropdown_contenthirdlast ul {
  opacity: 1;
  visibility: visible;
}

#sidebartoggle {
  display: none;
}

.innnerslidebar ul {
  margin: 0 !important;
}

.sidebarclicktoggle {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 12px;
}




.top-pararadio {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
}

.top-pararadio p.radio-para {
  margin: 0;
}

.radiowithaddres {
  background: #eee;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}

.card {
  border-radius: 12px;
}

.addressloaction p {
  margin: 0;
}

#dramaticbro {
  accent-color: var(--drak_base_color);
  width: 16px;
  height: 16px;
}

/* cart page ends from here  */

/* checkout page start from here  */

.breadcrumb-item+.breadcrumb-item::before {
  content: none !important;
}

.userinfo1 p {
  margin: 0;
}

.userinfo1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginuser_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.userinfo1 span {
  margin-right: 12px;
}

a#ProceedPay {
  width: 100%;
  margin-top: 1rem;
}

.btn:active,
.btn:focus {
  background: var(--drak_base_color);
}

.mainformchekout {
  display: none;
  padding: 22px;
  border: 1px solid #eee;
  border-radius: 20px;
  margin-bottom: 2rem;
  box-shadow: 2px 2px 8px 3px #eee;
  position: relative;
}

.showformcheckout {
  display: block;
}

.form-control {
  border-radius: 20px;
}

label.form-label {
  font-size: 15px;
  font-weight: 500;
  margin-left: 15px;
  color: var(--drak_base_color);
  margin-bottom: 2px;
}

span.closethecheckoutform {
  position: absolute;
  top: -10%;
  left: 93%;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.review-form textarea.form-control {
  padding-left: 12px;
}

.checkoutadd_check {
  align-items: start;
  padding-top: 30px;
}

.checkoutadd_check input#dramaticbro {
  margin-top: 6px;
}

.checkoutadd_check .edit {
  position: absolute;
  top: 8px;
  right: 0;
  background: #fff;
}

/* checkout page ends from here  */

/* Style for the pop-up */
.popupcheck {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

/* Style for the pop-up content */
.popup-contentcheck {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 80%;
  max-width: 650px;
  margin: 20px;
  text-align: center;
  position: relative;
}

/* Close button style */
.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

/* Responsive styling */
@media (max-width: 600px) {
  .popup-content {
    width: 90%;
    padding: 15px;
  }
}

.pop-upformcheckout label.form-label {
  width: 100%;
  text-align: left;
}

.popup-contentcheck span.closecheck {
  right: 42px;
  position: absolute;
  top: 8px;
  font-size: 22px;
  font-weight: 600;
}

.addressUpdate_btn {
  width: 50%;
}

.editTrash {
  position: absolute;
  top: 0px;
  right: 0px;
}

.addaddress {
  padding: 0 16px;
}

p.revieworder {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #eee;
  font-size: 14px;
  padding: 3px 9px;
  border-radius: 26px;
  background: #f2f2f2;
}

p.revieworder:hover {
  background: var(--drak_base_color);
}

p.revieworder a {
  color: #000;
}

p.revieworder:hover a {
  color: #fff;
}

.itemsDelivery {
  display: none !important;
}

.showdeliveryitm {
  display: block !important;
}

/* accpont pages start from here  */

.account-sidebar {
  border-radius: 12px;
  padding: 12px;
  background: #eee;
}

a.sidebar-anchor {
  display: flex;
  gap: 20px;
  border: 3px solid transparent;
  margin-bottom: 6px;
  border-radius: 12px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-family: "Ubuntu", sans-serif;
  text-transform: capitalize;
}

a.sidebar-anchor:hover {
  border: 3px solid #bababa;
  transition: all 0.3s ease-in-out;
}

.sidebar-anchor i {
  position: relative;
  z-index: 999;
}

.account-sidebar h6 {
  color: #f40e17;
  font-size: 22px;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
}

.sidebar-anchor i:after {
  position: absolute;
  content: "";
  background: #eee;
  height: 30px;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 20px;
}

a.sidebar-anchor:hover i {
  color: var(--mainly-account);
}

.account-sidebar small a {
  color: #000;
}

a.sidebar-anchor:hover {
  color: #623c0f;
}

.form-select {
  border-radius: 20px;
}

.edit-addheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.edit-addheader .edit {
  padding-top: 5px;
  padding-bottom: 5px;
}

.accountprofileupdate {
  display: none;
}

.active>.page-link,
.page-link.active {
  background-color: var(--drak_base_color) !important;
  border-color: var(--drak_base_color) !important;
}

.page-link {
  color: var(--drak_base_color);
}

.theme-link a:focus,
.theme-link a:hover {
  color: var(--mainly-account);
}

/* omwall css start from here  */
.upper_text h2 {
  font-size: 3rem;
}

.textallign h1 {
  font-size: 3.5rem !important;
}

.textallign p {
  font-size: 20px;
  line-height: 35px;
}

.sidemisslenious .sidemisl {
  position: absolute;
  border: 1px solid var(--drak_base_color);
  border-radius: 36px;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.sidemisslenious .sidemisl i {
  color: var(--drak_base_color);
}

.sidewishlist {
  top: 6%;
  right: -40px;
  transition: all 0.2s ease-in-out;
}

.sidequickview {
  right: -40px;
  top: 17%;
  transition: all 0.4s ease-in-out;
}

.sidecart {
  right: -40px;
  top: 28%;
  transition: all 0.6s ease-in-out;
}

.testimonial-sec .slick-prev {
  background: var(--primary_gradient);
}

.center p {
  text-align: start;
}

.handloom_picture img {
  height: 300px;
}

.btnofcrt {
  width: fit-content;
}

.recommend_list .left p {
  margin-bottom: 0;
}

.products_list .center {
  padding: 0 20px;
}

/* quickviewpop-up  */

.quickcontainer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #3f3f3f21;
  /* top: -100px; */
  top: -100px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.showquickcontainer {
  opacity: 1;
  visibility: visible;
  top: 0px;
  transition: all 0.3s ease-in-out;
}

.quickviewBox {
  display: flex;
  background: #fff;
  max-width: 685px;
  height: fit-content;
  gap: 30px;
  padding: 18px;
  border-radius: 12px;
  position: relative;
}

.quickviewBox .quickviewdetails {
  padding: 30px 30px 30px 0;
}

.quickviewBox .Quickviewimage,
.quickviewBox .quickviewdetails {
  width: 50%;
}

.quickviewBox .itemCode p span,
.quickviewBox .itemCode p {
  font-size: 12px;
  margin-bottom: 0;
}

.quickviewdetails h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  color: #454545;
}

.quickviewdetails .star-rating i {
  font-size: 12px;
}

.quickviewdetails .price_tax p:first-child {
  color: var(--main_color);
  font-size: 16px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
}

.quickviewdetails .price_tax span {
  font-size: 14px;
}

.quickviewdetails .price_tax {
  margin-top: 10px;
}

.cross_popup {
  position: absolute;
  right: 0;
  top: -12%;
  background: #575757;
  width: 29px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 21px;
  color: #fff;
}

.quickviewdetails ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}

.quickviewdetails ul li a {
  color: #333333;
}

.quickviewdetails p.para {
  font-size: 12px;
  line-height: 13px;
}

/* image magnifire */

.dropdown>.Inner-content>ul {
  background: white;
  padding: 0 10px;
  border-left: none;
  padding-left: 10px !important;
  padding-right: 0;
}

.dropdown>.Inner-content>ul>li>.Inner-content ul li a {
  border-left: none;
  padding: 12px;
  border-radius: 10px;
}

.Inner-content .Inner-content>ul {
  background: #ffa660;
  margin: 0 !important;
  border-radius: 0px !important;
  padding: 7px;
  padding-left: 7px !important;
  border-radius: 12px !important;
}

.Inner-content .Inner-content>ul li {
  background: #fff;
}

.Inner-content .Inner-content>ul li {
  border-bottom: none !important;
}

.Inner-content .Inner-content>ul li {
  border-bottom: none !important;
  margin-bottom: 10px;
  border-radius: 10px;
}

.Inner-content .Inner-content>ul li:last-child {
  margin-bottom: 0px !important;
}

.drop-content ul li a {
  border-bottom: 1px solid #eeeeee47;
}

.search_mobile {
  display: none;
}

footer .newsletter input::placeholder {
  color: #fff;
}

.main_navigation .selected {
  display: none;
}

/* .dropdown_c.dropdown_click {
    display: none;
} */

/* login page css  */

section.login_sec .form_row {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  /* align-items: center; */
  border-radius: 15px;
  overflow: hidden;
  /*height: 95vh;*/
}

.registerpage .form_row {
  height: 98vh !important;
}

.sub_heading img {
  width: 142px;
}

.buddhalogin {
  height: 100%;
}

section.login_sec .form_row .buddhalogin img {
  min-height: 500px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

section.login_sec .form_row>.col-6:nth-child(2) .field_form {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
}

section.login_sec .form_row>.col-6:nth-child(2) .field_form>.row {
  width: 100%;
}

.heading_s1,
.heading_s2 {
  margin-bottom: 25px;
  position: relative;
}

.heading_s2 .sub_heading {
  font-family: "Lora", serif;
  color: #ff634a;
  white-space: nowrap;
}

.heading_s2 h3 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  color: #515151;
  line-height: 35px;
  margin-top: 6px;
  white-space: nowrap;
}

.form-input {
  position: relative;
}

.icon_form .form-group .form-input span {
  position: absolute;
  left: 10px;
  top: 10px;
  pointer-events: none;
  z-index: 9;
}

.icon_form .form-group .form-input span i {
  font-size: 15px;
}

.icon_form .form-control {
  padding-left: 35px;
}

.icon_form .form-control {
  padding-left: 35px;
}

.icon_form .form-input input {
  padding: 10px 15px;
  padding-left: 35px;
}

.login_sec .field_form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.registerpage .field_form {
  justify-content: start;
}

.chek-form .custome-link {
  display: flex;
  justify-content: space-between;
}

.orchng span {
  position: relative;
  top: 14px;
}

.loginorcreate p a {
  color: #808080;
}

.loginorcreate p {
  margin: 0;
  border: 2px solid #a8a8a8;
  padding: 9px;
  border-radius: 10px;
  width: 40%;
  text-align: center;
  cursor: pointer;
}

.loginorcreate p:hover {
  background: #ffa56b;
  border: 2px solid transparent;
}

.loginorcreate p:hover a {
  color: #fff !important;
}

span.backLogin {
  position: absolute;
  top: 35px;
  left: 15px;
}

span.backLogin a {
  color: #ffa56b;
  font-size: 17px;
}

.insertotp {
  display: none;
}

.showinsertotp {
  display: block;
}

/* cart page start from here  */

.my_cart {
  padding: 40px 0;
}

.my_cart .cart_detail .strip-left,
.my_cart .payment_detail .strip-right,
.my_cart .personal_detail .strip-left {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 10px 15px;
}

.my_cart .cart_detail .strip-left p,
.my_cart .payment_detail .strip-right p,
.my_cart .personal_detail .strip-left li {
  font-size: 16px;
  color: #303030;
  font-weight: 500;
  line-height: 20px;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}


#cart_popup .modal-body {
  padding: 10px;
  margin-bottom: 10px;
}

.cart_products .detail_info {
  display: flex;
  align-items: center;
  margin: 12px 0px;
  gap: 4px;
}


.quantity {
  border: 1px solid #ccc;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.payment_info ul,
.payment_info .total {
  padding: 10px 15px;
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
  border: 2px solid #ececec;
}

.payment_info ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #ececec;
}

.payment_info ul li:first-child p {
  font-weight: 500;
  margin: 0px 0 10px;
  color: #000;
}

.payment_info ul li p {
  line-height: 20px;
  color: #303030;
  margin: 10px 0 10px;
}

.payment_info .next {
  text-align: center;
}

.payment_info .next a {
  color: #fff;
}

/* .payment_info .total li {
    border-bottom: none;
} */

.payment_info ul li:last-child p {
  margin-bottom: 0;
}

.payment_info ul li:last-child {
  border-bottom: none !important;
}

.discont-box img {
  width: 23px;
}

.payment_detail .discont-box {
  display: flex;
  gap: 12px;
  align-items: center;
}

.input-coupon input {
  border: 2px solid #f3f3f3;
  border-radius: 6px;
  padding: 6px;
  width: 100%;
}

.input-coupon .discount-btn {
  width: fit-content;
  padding: 2px 18px;
  margin-top: 12px;
}

.input-coupon .discount-btn {
  width: fit-content;
  padding: 2px 18px;
  margin-top: 12px;
  border: none;
  outline: none;
  background: #ff723d;
  font-size: 15px;
  color: #fff;
}

.input-coupon .discount-btn:hover {
  background: var(--reverse_primarygradient) !important;
}

/* breadcrunm section  */
section.breadcrumsec {
  background: #ffa660;
  height: 151px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-title h1 {
  color: #ffff;
}

.breadcrumb span {
  color: #ec4e4b;
  margin: 0 4px;
}

.breadcrumb-item a,
.breadcrumb-item,
.breadcrumb span {
  font-size: 17px;
}

.breadcrumb-item.active {
  color: rgb(255 255 255 / 75%);
}

.YourAddress {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.ordereverything .orderline {
  text-align: center;
}

/* checkout page stat  */
.my_cart .personal_detail .strip-left {
  display: flex;
}

.my_cart .personal_detail .strip-left li {
  list-style: none;
  font-weight: 400;
}

.my_cart .personal_detail .strip-left li i {
  margin-right: 5px;
}

.my_cart .personal_detail .strip-left li:nth-child(2) {
  margin: 0 40px;
}

.my_cart .personal_detail .login_details {
  margin-top: -27px;
}

.my_cart .personal_detail .delivery_address {
  margin-top: 20px;
}

.my_cart .personal_detail .delivery_address .heading {
  font-weight: 500;
  color: #000;
  line-height: 20px;
}

.my_cart .personal_detail .heading {
  font-weight: 500;
  color: #000;
  line-height: 20px;
  font-size: 20px;
}

.radio {
  margin: 0 0 10px;
  border: 2px solid #ececec;
  border-radius: 10px;
  padding: 15px 15px 5px;
}

.radio label {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
}

.chnage_address {
  margin: 20px 0;
}

.personal_detail .cart_products {
  margin: 30px 0;
}

.shipping-add .radio {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
}

.shippingtextBtn .chnage_address {
  margin: 0;
}

.shippingtextBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#chnagedataadd textarea,
.icon_form textarea {
  width: 100%;
  /* border: var(--bs-border-width) solid var(--bs-gray-300); */
  border-radius: 20px;
  padding: 10px;
  padding-left: 35px !important;
}

.form-header p.heading {
  font-size: 22px;
  margin: 0;
}

/* .chnagedataadd {
  display: none;
} */

.showchnagedataadd {
  display: block !important;
}

form#chnagedataadd {
  border: 1px solid #e2e2e2;
  padding: 20px;
  border-radius: 22px;
}

/* ######## account page start from here ######## */

/* addrtess page  */
span.accountuser {
  margin-right: 15px;
  position: relative;
  z-index: 9;
}

span.accountuser:before {
  position: absolute;
  content: "";
  background: #ffc2bb;
  height: 30px;
  width: 30px;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.accountuser i {
  color: rgb(244 14 23);
  font-size: 18px;
}

.webkey-sm-btn i {
  font-size: 14px;
}

.AddressPage a.webkey-sm-btn {
  padding: 5px 10px !important;
}

.shipBillBtn div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shipBillBtn a.webkey-btn {
  width: 65%;
  display: block;
}

.addformaddress {
  border: 1px solid #eee;
  background: #b1b1b13b;
  position: fixed;
  width: 100%;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  z-index: 99;
  height: 100%;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.addformaddress form {
  max-width: 500px;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.addressform i {
  font-size: 22px;
}

.showaddformaddress {
  display: flex;
}

.icon_form .webkey-btn {
  width: fit-content;
}

.icon_form textarea {
  width: 100%;
  border: var(--bs-border-width) solid var(--bs-gray-300);
  border-radius: 20px;
  padding: 10px;
}

.delete.webkey-sm-btn {
  position: absolute;
  top: 5px;
  right: 20px;
}

.whishlistcontainer .cart_products {
  margin: 0;
}

/* order page start from here  */

p.accounthead {
  font-size: 18px;
  font-weight: 600;
}

p.regular-para {
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

/* .oderId-details {
    background: #eee;
    padding: 20px;
    border-radius: 15px;
} */

.uporderidlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 75%;
}

.ordersummryBx .uporderidlist {
  width: 100% !important;
}

.colmn_img img {
  padding: 0;
  border-radius: 6px;
}

p.placed_para {
  font-size: 14px;
  color: #3d3d3d;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0;
}

.fordot {
  position: relative;
}

.fordot:before {
  position: absolute;
  content: "";
  background: var(--drak_base_color);
  width: 5px;
  height: 5px;
  border-radius: 100px;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}

.uporderidlist p {
  margin: 0;
}

/* .colmn_img img {
    padding: 0;
    border-radius: 5px;
} */

.colmn_img p.orderidpara {
  margin: 0;
}

.orderidpara span {
  font-size: 15px;
  font-weight: 400;
}

.showorderDetail {
  display: block;
}

.orderline {
  background: #eee;
  padding: 8px;
  border-radius: 10px;
  width: 31.333%;
}

p.placed_parasm {
  font-size: 14px;
  color: #797979;
  font-weight: 400;
}

.orderidparasm {
  font-size: 16px;
  font-weight: 500;
}

.ordereverything {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.orderdeliverevr .orderline {
  width: 100%;
}

.order-detailcontainer,
.hideOrderDetail {
  display: none;
}

.showorderDetail {
  display: block;
}

.orderline p {
  margin: 0;
}

.colmn_img {
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

/* profile page start from here  */
.profile p.heading {
  margin: 0;
}

.profletable tbody td p {
  margin: 0;
  line-height: 40px;
}

.profletable tbody td:nth-child(2) {
  padding: 0 18px;
  font-size: 22px;
}

.yoursProfile {
  position: relative;
}

.yoursProfile .webkey-sm-btn {
  position: absolute;
  right: 12px;
  top: 12px;
}

.popupview {
  display: none;
  position: fixed;
  left: 65%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 725px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  border-radius: 15px;
}

.popupview h2 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 20px;
}

.popupview .popup-content {
  margin-bottom: 10px;
}

.popupview .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
  border: none;
  background-color: transparent;
}

.BGoverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup-content img {
  height: 75px;
  width: auto;
}

.popview {
  padding: 0;
}

.pop-uplist {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content .uporderidlist {
  width: 100%;
  text-align: center;
}

.colmn_img p {
  margin: 0;
}

.main_borderpop {
  border: 1px solid #6a6a6a;
}

.main_borderpop:hover {
  box-shadow: none;
  border: 1px solid #6a6a6a;
}

.uporderidlist .poplabelname {
  display: none;
}

/* himanshu's  changes  */

.cursor-pointer {
  cursor: pointer;
}


.back-top.is-active {
  background-color: #fff;
  right: 40px;
  z-index: 1000;
}

.back-top {
  border: 2px solid var(--drak_base_color) !important;
  border-radius: 100px;
}

.back-top:hover {
  background-color: var(--drak_base_color);
}

.back-top .fa-chevron-up {
  color: var(--drak_base_color);
}

.back-top:hover .fa-chevron-up {
  color: #fff;
  /* Change to white on hover */
}

.back-top {
  width: 50px;
  height: 50px;
}

.float {
  z-index: 1000;
  box-shadow: 2px 2px 3px #606060;
}

@media (max-width: 1200px) {
  .back-top {
    bottom: 84px;
  }
}

.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 37px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

button#enquiry-form {
  background: #354a1e;
  border: none;
  color: #fff;
  font-size: small;
  letter-spacing: 0.15em;
  margin-top: 12px;
  padding: 7px 22px;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 25px;
  position: fixed;
  top: 50%;
  right: -7.7rem;
  rotate: 270deg;
}

.checkout-form-list input,
.checkout-form-list textarea.pop-textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  outline: none;
  border: 1px solid #797979;
}

.popup-close {
  position: relative;
  height: 35px;
}

.popup-close button.btn-close {
  position: absolute;
  right: 0;
  font-size: 15px;
}

.submit-enquiry-form #submit-enquiry {
  min-width: 42px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  background: #364a15;
  border: 1px solid #eee;
  padding: 10px 33px;
  border-radius: 5px;
}

.submit-enquiry-form #submit-enquiry:hover {
  font-weight: 500;
}

.submit-enquiry-form {
  justify-content: start;
}

a.sidebar-anchor {
  color: #717171;
}

.py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

/* / pdp / */
.product-detail .product-info-buttons a {
  color: #02010a;
}

@media (max-width: 767.98px) {
  .product-detail .product-info-buttons a {
    font-size: 13px;
  }
}

.product-detail .product-info-buttons a i {
  margin-right: 8px;
}

.product-detail .product-info-buttons a:hover {
  color: #364a15;
}

.shop-single_photos {
  border: 1px solid var(--color-grey2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.shop-single_photos .slick-dotted {
  padding-bottom: 0;
}

.shop-single_photos .slick-dots {
  bottom: 20px;
}

.shop-single_photos_item {
  display: block;
  padding: 20px;
}

.shop-single_thumbnails {
  margin-top: 20px;
}

.shop-single_thumbnails .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

.shop-single_thumbnails .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}

.shop-single_thumbnails_item {
  min-height: 100%;
  padding: 10px;
  border: 1px solid var(--color-grey2);
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.slick-current .shop-single_thumbnails_item {
  border-color: var(--color-grey2-shade);
}

.shop-single_title {
  display: flex;
  margin-bottom: 20px;
}

.shop-single_title h2 {
  margin-bottom: 0;
  line-height: 1;
  font-family: var(--font-secondary);
  font-weight: 700;
}

.shop-single_rating {
  display: flex;
}

.shop-single_rating a {
  color: var(--color-text);
}

.shop-single_rating a:hover {
  color: var(--color-primary);
}

.shop-single_price {
  margin-top: 20px;
  font-size: 24px;
}

.shop-single_price_old {
  text-decoration: line-through;
}

.shop-single_price_current {
  color: var(--color-secondary);
}

.shop-single_description {
  margin-top: 20px;
}

.shop-single_meta {
  margin-top: 20px;
}

.shop-single_meta_item:not(:first-child) {
  margin-top: 10px;
}

.shop-single_meta_item_title {
  color: var(--color-primary);
}

.shop-single_meta_item_value a {
  color: var(--color-text);
}

.shop-single_meta_item_value a:hover {
  color: var(--color-primary);
}

.shop-single_quantity {
  display: flex;
  margin-top: 20px;
}

.shop-single_tab-attributes {
  width: 100%;
  border-collapse: collapse;
}

.shop-single_tab-attributes th,
.shop-single_tab-attributes td {
  padding: 10px;
}

.shop-single_tab-attributes td:first-child {
  width: 10px;
  white-space: nowrap;
  background-color: var(--color-grey1);
}

.shop-single_tab-reviews_comments_heading {
  margin-bottom: 30px;
}

.shop-single_tab-reviews_comments_heading h3 {
  margin-bottom: 0;
}

.shop-single_tab-reviews_write {
  margin-top: 60px;
}

.shop-single_tab-reviews_write_heading h3 {
  margin-bottom: 0;
}

.shop-single_tab-reviews_write_form {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .shop-single_title {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-single_title .label {
    order: -1;
    margin-bottom: 15px;
  }

  .shop-single_rating {
    flex-direction: column;
  }

  .shop-single_rating a {
    margin-top: 10px;
  }

  .shop-single_quantity {
    flex-direction: column;
  }

  .shop-single_quantity .button {
    margin-top: 20px;
    justify-content: center;
  }
}

@media (min-width: 576px) {
  .shop-single_title {
    align-items: flex-start;
    justify-content: space-between;
  }

  .shop-single_title h2 {
    flex: 1 1 auto;
    min-width: 0;
  }

  .shop-single_title .label {
    flex: 0 0 auto;
    margin-left: 15px;
  }

  .shop-single_rating {
    align-items: center;
  }

  .shop-single_rating .rating {
    flex: 0 0 auto;
  }

  .shop-single_rating a {
    margin-left: 10px;
  }

  .shop-single_quantity .ui-spinner {
    flex: 0 0 auto;
  }

  .shop-single_quantity .ui-spinner-input {
    width: 100px;
  }

  .shop-single_quantity .button {
    margin-left: 20px;
  }
}

.grid {
  padding-top: 0.1px;
  padding-bottom: 0.1px;
}

.grid_row.is-60 {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -60px;
}

.grid_row.is-60>.grid_col {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .grid_col.is-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media (min-width: 992px) {
  .grid_col.is-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

.grid_row.is-60>.grid_col {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}

.grid_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.tab_nav {
  display: flex;
}

.tab_nav_item {
  color: var(--color-text);
}

.tab_nav_item:hover {
  color: var(--color-primary);
}

.tab_nav_item.is-active {
  color: var(--color-secondary);
}

.tab_page {
  display: none;
  margin-top: 30px;
}

.tab_page.is-active {
  display: block;
}

@media (max-width: 767px) {
  .tab_nav {
    flex-direction: column;
  }

  .tab_nav_item:not(:first-child) {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .tab_nav_item {
    position: relative;
    padding-bottom: 10px;
  }

  .tab_nav_item:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: none;
    height: 1px;
    background-color: var(--color-secondary);
  }

  .tab_nav_item:not(:first-child) {
    margin-left: 60px;
  }

  .tab_nav_item.is-active:after {
    display: block;
  }
}

.tab_nav_item.is-active {
  color: var(--drak_base_color);
}

.radio-text .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  margin: 0;
}

/* pdp */

ul#ui-id-1 {
  left: 50% !important;
  top: 62px !important;
  transform: translate(-50%);
  padding: 12px;
  border-radius: 18px;
}

.ui-menu .ui-menu-item-wrapper {
  border-radius: 12px;
}

ul#ui-id-1 {
  width: 500px;
}

/* manjeet 2 oct */
/* / ribbon  /
/ common / */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #2980b9;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #ff5c50;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 18px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

/* / dfd / */
/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}



.cart-buttontrash {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-top: 7px;
}



.ui-menu-item .ui-state-active {
  background: #fda751 !important;
  color: white !important;
  border: none !important;
  /* Ensure there's no border */
  outline: none !important;
}

.checkout-card input.form-control {
  border: none !important;
}

.card.checkout-card {
  overflow: hidden;
}

.card.checkout-card .input-group-text {
  border: none;
}

.icon_form .form-input select {
  padding-left: 35px;
}

.shipping-add .radio label {
  margin: 0;
}

.shipping-add .radio {
  padding: 15px 15px 15px 15px;
}

.form-control:focus,
.form-select:focus {
  border: var(--bs-border-width) solid var(--bs-gray-300);
}

.cart_products .detail_info .details {
  margin-top: 10px;
}

.checkout-detail .details p:first-child {
  color: #131212 !important;
  line-height: 50px;
}

.last-strip .text_area {
  position: relative;
}

.text_area p.powered {
  position: absolute;
  right: 0;
  top: 0%;
}

.has-error {
  color: red;
  margin-left: 20px;
  font-size: 1rem;
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: white;
  background-color: var(--light_base-color);

}

.dropdown-item.active,
.dropdown-item:active {
  color: white;
  text-decoration: none;
  background-color: var(--light_base-color);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: white;
  background-color: var(--light_base-color);
}

.loader {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255);
  /* Semi-transparent background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  /* Ensure it's above other content */
}

.loader:before {
  content: '';
  border: 5px solid #f3f3f3;
  /* Light background */
  border-top: 5px solid var(--main_color);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  /* Animation for the loader */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

footer .newsletter a:hover {
  background: none;
  color: #fff;
}

.topbarlogin-guest-otp,
.guest-otp {
  width: fit-content;
}

.topbarlogin-guest-btn-disabled,
.guest-btn-disabled,
.guest-btn-disabled:hover,
.topbarlogin-guest-btn-disabled:hover {
  background: #eee !important;
}

.email-box .input-group-text {
  width: 80px;
}

.text_orange {
  color: #f2622c;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.form-check-input:checked {
  background-color: #f2622c;
  border-color: #f2622c;
}

.form-control:focus {
  color: #212529;
  /* Your desired text color */
  background-color: #fff;
  /* Your desired background color */
  border-color: rgb(206, 212, 218);
  /* Your desired border color */
  outline: none;
  /* Remove outline */
  box-shadow: none;
  /* Remove box shadow */
}

.form-control {
  border-color: rgb(206, 212, 218)
    /* Your desired border color */
}

.hover-effect:hover {
  background-color: #f8f9fa;
  /* Light gray background on hover */
  border-color: #343a40;
  /* Darker border on hover */
  color: #343a40;
  /* Change text color */
  transition: all 0.3s ease;
}

.ui-front {
  z-index: 1050;
}

.fa-plus:before {
  content: "\f068";
}

.fa-plus.collapsed:before {
  content: "\f067";
}

.rating-star .active {
  color: #fea569;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.navbar-collapse {
  max-height: 1000px;
  transition: max-height 0.4s ease-in;
  overflow: hidden;
}

.navbar-collapse.hidden-nav {
  max-height: 0px;
}

.nav-active {
  border: 3px solid #bababa !important;
  color: var(--mainly-account) !important;
}


/* product card css (home , search) */

.xf-ui-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.xf-ui-card:hover {
  transform: translateY(-5px);
  /* Adds a slight lift on hover */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  /* Adds a subtle shadow effect */
}

.xf-ui-product-image {
  width: 100%;
  height: 220px;
  /* Set a fixed height */
  object-fit: contain;
  /* Ensures the image covers the entire area without distortion */
}

.xf-ui-card-title {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xf-ui-price span {
  font-size: 0.9rem;
}

.btn {
  font-size: 0.85rem;
}

.xf-ui-btn-orange {
  border: 2px solid #ff8c00;
  /* Orange border */
  color: #ff8c00;
  /* Orange text */
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* Hover effect - filled orange button with white text */
.xf-ui-btn-orange:hover {
  background-color: #ff8c00 !important;
  /* Orange background on hover */
  color: #fff !important;
  /* White text on hover */
  border-color: #ff8c00 !important;
  /* Ensure border stays orange */
}

/* end product card css */

/* book category component  */
.xf-ui-card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
}

.xf-ui-img-container img {
  transition: transform 0.5s ease;
}

.xf-ui-img-container img {
  transform: scale(1.05);
}

.xf-ui-card-wrapper:hover .xf-ui-img-container img {
  transform: scale(1.1);
}

.xf-ui-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* darkens on hover */
  opacity: 0;
  transition: opacity 0.5s ease;
}

.xf-ui-card-wrapper:hover .xf-ui-overlay {
  opacity: 1;
}

.xf-ui-card-wrapper:hover {
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  /* Slightly deeper shadow on hover */
}

.xf-ui-view-text {
  color: white;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.xf-ui-card-wrapper:hover .xf-ui-view-text {
  opacity: 1;
}

.xf-ui-card-wrapper img {
  border-radius: 10px;
}

/* end book category component  */

/* home banners */
.xf-ui-banner,
.xf-ui-big-banner {
  padding: 0px 40px;
}

.xf-ui-banner a img {
  max-height: 216px;
  object-fit: cover;
  object-position: center;
  border-radius: 32px;
}

.xf-ui-big-banner a img {
  max-height: 645px;
  object-fit: cover;
  object-position: center;
  border-radius: 32px;
}

/* end home banners */

/* Custom Scrollbar for WebKit browsers (Chrome, Safari, Edge) */
#shop_filter::-webkit-scrollbar {
  width: 6px;
  /* Thin scrollbar width */
}

#shop_filter::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Scrollbar thumb color */
  border-radius: 10px;
  /* Rounded scrollbar */
}

#shop_filter::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker color on hover */
}

#shop_filter::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Track color */
  border-radius: 10px;
  /* Rounded track */
}

/* Custom Scrollbar for Firefox */
#shop_filter {
  scrollbar-width: thin;
  /* Thin scrollbar for Firefox */
  scrollbar-color: #888 #f1f1f1;
  /* Scrollbar thumb and track color for Firefox */
}

/* cart quantity */
.xf-ui-cart-qty {
  border: 1px solid #dee2e6;
  padding: 5px;
  border-radius: 4px;
  background-color: #f8f9fa;
}

.xf-ui-cart-qty-box {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid #9e9e9e;
  border-radius: 15px;
  padding: 2px;
  overflow: hidden;
}

.xf-ui-cart-qty-box-p {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid #9e9e9e;
  border-radius: 20px;
  padding: 2px;
  overflow: hidden;
}


.xf-ui-cart-qty-input {
  width: 24px;
  background: none;
  border: none;
  text-align: center;
  padding: 0px;
}

.xf-ui-qty-btn {
  background: #ff723d;
  width: 28px;
  height: 28px;
  padding: 0px;
  border-radius: 100px;
  border: none;
  color: white;
}

.xf-ui-moveto-wishlist {
  background: none;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
}

.xf-ui-moveto-wishlist:hover {
  color: #ff723d;
}

.xf-ui-qty-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.xf-ui-qty-btn-p:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}


.xf-ui-cart-image-wrapper {
  width: 15%;
}

.xf-ui-cart-info-wrapper {
  width: 85%;
}

.xf-ui-cart-card-price {
  font-size: 18px;
  margin-right: 7px;
  font-weight: bold;
}

.xf-ui-cart-card-price div:nth-child(2) {
  font-size: 18px;
  color: #ff5722;
}

.xf-ui-cart-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  padding: 4px;
}

.xf-ui-checkout-card {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  margin: 4px 0px;
}

.xf-ui-checkout-card .detail_info {
  margin: 0px;
}

.xf-ui-price {
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
}

.xf-ui-checkout-card .detail_info a {
  width: 15%;
  padding: 4px;
}

.xf-ui-checkout-card .detail_info>div {
  width: 85%;
  padding: 4px;
}

.xf-ui-checkout-card .detail_info a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
  padding: 4px;
  border: 1px solid #dee2e6;
}

.quant_numbers {
  background: #fff2ec;
  width: fit-content;
  padding: 6px 15px;
  border-radius: 100px;
  color: #303030;
  font-weight: 400;
  margin-bottom: 0;
}

.quant_numbers span {
  color: #f56e32;
  font-weight: 600;
}

.quant_numbers span {
  color: #ff6c2e !important;
}

.xf-ui-qty-btn-p {
  background: #ff723d !important;
  width: 32px;
  height: 32px;
  padding: 0px;
  font-size: 14px;
  border-radius: 100px;
  border: none;
  color: white;
}

.w-85{
  width: 85%;
}
.w-15{
  width: 15%;
}

@media (max-width: 767.98px) {

  p.xf-ui-checout-productname,
  p.xf-ui-checout-productname a {
    font-size: 14px;
    width: 250px;
    overflow: hidden;
    margin: 0px !important;
    white-space: nowrap;
    text-overflow: ellipsis;

  }

  .xf-ui-checkout-card .detail_info a {
    width: 25%;
  }

  .xf-ui-cart-card-price div:nth-child(2) {
    font-size: 12px;
    color: #ff5722;
  }

  .xf-ui-cart-card-price {
    font-size: 12px;
    font-weight: bold;
  }

  .xf-ui-cart-image-wrapper {
    width: 25%;
  }

  .xf-ui-cart-info-wrapper {
    width: 75%;
  }

  .xf-ui-card-productname {
    font-size: 14px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
  }

  .xf-ui-cart-qty-box {
    display: flex;
    gap: 7px;
    align-items: center;
    border: 1px solid #9e9e9e;
    border-radius: 18px;
    padding: 1px;
    overflow: hidden;
  }

  .xf-ui-cart-qty-input {
    width: 24px;
    background: none;
    border: none;
    font-size: 14px;
    text-align: center;
    padding: 0px;
  }

  .xf-ui-moveto-wishlist {
    font-size: small;
  }

  .xf-ui-qty-btn {
    background: #ff723d;
    width: 22px;
    height: 22px;
    padding: 0px;
    font-size: 12px;
    border-radius: 100px;
    border: none;
    color: white;
  }

  .quant_numbers {
    background: #fff2ec;
    width: fit-content;
    padding: 3px 7px;
    border-radius: 100px;
    color: #303030;
    font-weight: 400;
    margin-bottom: 0;
  }

  .quant_numbers span {
    color: #f56e32;
    font-weight: 600;
  }

  .quant_numbers span {
    color: #ff6c2e !important;
  }


}


.xf-ui-checkout-card .details p {
  margin-bottom: 4px;
}

.xf-ui-address-card {
  border: 2px solid #ececec;
  border-radius: 10px;
  background: #fff;
  margin: 10px;
  border: 2px solid #ececec;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 10px;

}
.xf-ui-address-card:hover  {
  border: 2px solid transparent;
  box-shadow: 0 0 10px #ececec;
}
.xf-ui-address-card .heading {
  font-size: 22px !important  ;
  font-weight: 500;
  margin: 0 !important;
}
.xf-ui-address-card hr {
  margin: 8px 0px !important;
}