:root {
  --body-color: #ffffff;
}
body {
  background-color: var(--body-color);
  font-family: var(--font-default);
  color: var(--text-color);
  top: 0px !important;
}

.over-hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: var(--extra-color-3);
}

a:hover {
  color: var(--main-bg);
}

button {
  font-family: var(--font-btn);
  border: 0;
}
p {
  font-family: var(--secondary-font);
  font-style: normal;
}
figure {
  margin-bottom: 0;
}

.custom-select-wrapper {
  position: relative;
  margin: 20px 0;
  width: 100px;
}
.custom-select {
  display: flex;
  align-items: center;
  /* border: 1px solid #ccc; */
  padding: 8px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}

.custom-select img {
  width: 24px;
  height: 16px;
  margin-right: 8px;
}

.custom-select-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  z-index: 1000;
  /* max-height: 200px; */
  overflow-y: auto;
}

.custom-select-options div {
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.custom-select-options div:hover {
  background-color: #f0f0f0;
}

.custom-select-hidden {
  display: none;
}
.sign_box {
  width: 143px;
}
.sign_box {
  line-height: 1.2;
  padding-bottom: 4px;
}
.whishlist_icon {
  padding: 5px !important;
}
.sign_box:hover i {
  transform: rotate(90deg); /* Rotate the arrow 90 degrees */
  transition: transform 0.3s ease; /* Smooth animation */
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none;
}
.wrapper-paddd {
  padding: 6px 0px;
  margin-top: 8px;
}
.subscibe_form .form-control:focus {
  color: #fff !important;
}
.wrapper-heading-delivery {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-align: center;
}
.deliver_box {
  padding: 3px 13px;
  margin: 3px 8px 0px 0px;
}
.dropdown-menu {
  display: none;
}
.sign_box:hover .dropdown-menu {
  display: block !important;
}
.whishlist_icon img {
  height: 27px;
  width: 26px;
  object-fit: scale-down;
}
.whishlist_icon:hover {
  border: 2px solid #d1002a;
}
.whishlist_icon {
  width: 40px;
  height: 43px;
}
.search_bar input {
  width: 405px;
  padding: 0px 10px 0 49px;
  height: 47px;
}
.mobile-header .whishlist_icon img {
  height: 15px;
  width: 15px;
}
.moblie_items_box .sign_box {
  width: auto;
}
/* mega menu */

.navbar_wrapper {
  position: relative;
}
.list-unstyled li {
  padding: 0px;
}
.mega-menu {
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
li.wrapper-hover.position-relative.z-index-2 {
  background: #000;
  padding: 10px 19px;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.sub-category-list a {
  display: block;
  padding: 5px 0;
}

.category-link {
  font-weight: 500;
  color: #000;
  cursor: pointer;
}
.mega-menu {
  z-index: 10;
  display: none;
}
li.wrapper-hover:hover .mega-menu {
  display: block;
}
.mega-menu img {
  max-width: 80px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}
/* Hide the sub-category list by default */
.sub-category-list {
  display: none;
}

/* Show the sub-category list when hovering over the entire li */
.list-unstyled li:hover .sub-category-list {
  display: block;
  padding: 0px 10px;
}

/* Rotate the arrow icon when hovering over li */
.list-unstyled li:hover .category-link i {
  transform: rotate(90deg); /* Rotate the arrow 90 degrees */
  transition: transform 0.3s ease; /* Smooth animation */
}

/* Initial state of the arrow icon */
.category-link i {
  transition: transform 0.3s ease;
  font-size: 10px;
  margin-left: 8px;
}

/* .mega_bg {
	height: 38px;
	background-color: var(--extra-color-1);
	content: "";
	position: absolute;
	width: 100%;
	top: -8px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	z-index: 1;
	left: 0;
} */
/* phone header */
.mobile-header {
  position: fixed;
  width: 29%;
  height: 100vh;
  top: 0;
  right: 0;
  padding: 100px 20px 20px;
  background-color: var(--extra-color-1);
  min-height: 100%;
  transform: translateX(100%);
  transition: 0.2s;
  z-index: 999;
  overflow-y: scroll;
}
.mobile-header.active {
  transform: translateX(0);
}

/*  */
.pro_img_box img {
  height: 238px;
}

.bullet_img_box img {
  width: 30px;
  height: 30px;
}
.cate_content {
  width: 90%;
}

/*  */

/*  */

.blog_card_content {
  width: 90%;
}

/*  */
/* faq start here */
.faq_Wrapper .accordion-button::after {
  content: "\f078";
  font-family: "fontAwesome";
  /* border: 1px solid var(--primary-color); */
  background-image: unset;
  background-color: var(--main-bg);
  text-align: center;
  padding: 2px 5px;
  width: 29px;
  border-radius: 7px;
  height: 28px;
  font-size: 15px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq_Wrapper .accordion-button:not(.collapsed)::after {
  background-image: unset;
  transform: unset !important;
  background-color: black;
  content: "\f077" !important;
  color: white;
  padding: 2px 3px;
  font-size: 13px;
}
.faq_Wrapper .accordion-button:not(.collapsed) {
  color: black;
  background-color: transparent;
  box-shadow: none;
}
/* faq end here */

.subscibe_form::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 86%;
  background-color: black;
  left: 0;
  top: 66px;
  z-index: 1;
  border-radius: 13px;
}

/* about page css */
.step {
  width: 20px;
  height: 20px;
  top: -8px;
  left: -6px;
}

.dotted-line {
  border-top: 2px dotted black;
  width: 20px;
}

/* story-sec */
.story_img::before {
  content: "";
  position: absolute;
  background-color: var(--extra-color-4);
  width: 83%;
  height: 80%;
  bottom: 0;
  z-index: -1;
  border-radius: 10px;
}
/* mission -sec */
.mission_n_vision:hover,
.value_box_wrapper:hover {
  background-color: var(--extra-color-1);
}
.mission_n_vision:hover p,
.mission_n_vision:hover h2,
.value_box_wrapper:hover p,
.value_box_wrapper:hover h2 {
  color: white;
}
.value_box_wrapper {
  display: table-cell;
}
.our_socail_info a {
  width: 32px;
  height: 32px;
  border-radius: 10px;
}
.search_bar .search_icon i {
  top: 4px;
  position: relative;
}
.sign_box {
  line-height: 1.2;
  padding-bottom: 6px;
}
/* blog css */
.blog_card_content1 {
  border-radius: 0px 0px 20px 20px;
}
.blog_card_img1 img {
  border-radius: 20px 20px 0px 0px !important;
}
section.our-blog .sort-container select {
  word-wrap: normal;
  background: transparent;
  width: 52%;
  height: 100%;
  padding: 12px;
  font-family: var(--primary-font);
  color: #8e8e8e;
  font-size: 16px;
  border: none;
  border-radius: 10px;
}

section.our-blog .sort-container {
  border: 1px solid #8e8e8e;
  border-radius: 10px;
}

section.our-blog .sort-container label {
  color: #8e8e8e;
  font-family: var(--primary-font);
  padding-left: 17px;
  font-size: 15px;
  border-right: 1px solid #8e8e8e;
  padding-right: 17px;
}
.list-li1 i {
  color: var(--input-color);
  font-size: 12px;
  margin-top: 5px;
}
/* div#google_translate_element {
			display: flex;
			align-items: center;
			width: 25%;
			justify-content: center;
		} */
select.goog-te-combo {
  border: none;
  font-family: var(--secondary-font);
  font-style: normal;
  width: 140px;
}
.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}
#google_translate_element {
  color: transparent;
}
#google_translate_element a {
  display: none;
}
.goog-te-gadget .goog-te-combo {
  margin: 19px 0 0 0 !important;
}

.list-enter-active,
.list-leave-active {
  transition: all 0.3s ease-in-out;
}

.list-enter-from,
.list-leave-to {
  opacity: 0;
  transform: translateY(20px);
}
.search_icon {
  position: absolute;
  left: 13px;
  top: 4px !important;
  width: 20px;
  z-index: 11;
  cursor: pointer;
}
.blog_card_img img {
  height: 450px;
}
:focus-visible {
  outline: none;
}
.subscribe_img {
  position: relative;
  bottom: 17px;
}
.product_banner img {
  height: 496px;
}
a.wrapper-bg-color {
  background: #000;
  padding: 10px;
  border-radius: 10px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.wrapper-bg-color:hover {
  background-color: #d1002a;
  color: #fff;
}
.storage_content_wrapper {
  background-color: rgb(112 66 25 / 91%) !important;
  border-radius: 20px;
  padding: 40px !important;
}
section.blog-sec .blog_card_img img {
  height: 450px;
  border-radius: 20px;
  width: 100%;
}
section.blog-sec .blog_card_content:hover {
  background-color: #000;
}
section.blog-sec .blog_card_content:hover h5 {
  color: #fff;
}
section.blog-sec .blog_card_content:hover p {
  color: #fff;
}
section.blog-sec .swiper-button-next svg,
section.blog-sec .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  width: 40px; /* Adjust the size */
  height: 40px; /* Adjust the size */
  background-color: #f8f9fa; /* Light background for contrast */
  border-radius: 50%; /* Make it circular */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow for depth */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212529; /* Dark arrow color */
  font-size: 16px; /* Adjust icon size */
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #212529; /* Dark background on hover */
  color: #f8f9fa; /* Light arrow color on hover */
  transform: scale(1.1); /* Slight zoom on hover */
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 20px; /* Customize SVG width */
  height: 20px; /* Customize SVG height */
  fill: currentColor; /* Use the current text color */
}

.swiper-button-prev {
  left: -10px; /* Adjust position for prev button */
}

.swiper-button-next {
  right: -10px; /* Adjust position for next button */
}

.our_socail_info a:hover {
  color: #fff;
}
.wrapper-content-cursor {
  /* cursor: pointer; */
}
section.our-blog .blog_card_img1 img {
  width: 100%;
  height: 260px;
}
a.btn {
  font-family: var(--secondary-font);
}
.blog-dd {
  border-radius: 20px;
}
ul.dropdown-menu.wrapper-gg span li a {
  font-family: var(--secondary-font);
  font-style: normal;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  display: none !important;
}
.category_card .category_image {
  border-radius: 54px;
  height: 270px;
  width: 100%;
  object-fit: fill;
}
.product-wreee {
  width: 100%;
  height: 250px;
  object-fit: fill;
}
.wrapper-logotika {
  position: relative;
}
@media (max-width: 1367px) {
  .whishlist_icon {
    width: 40px;
    height: 49px;
  }
  .category_card_area {
    height: 50vh;
    width: 260px !important;
    background-color: #ebeced;
    border-radius: 17px;
    align-items: center;
  }
}

@media (max-width: 1024px) {
  .pro_img_box img {
    height: 169px;
  }
  .cate_content {
    width: 95%;
  }
  .search_bar input {
    width: 205px;
  }
  /* .icon_wrapper img {
		width: 14px;
	} */
}
@media (max-width: 999px) {
  .subscibe_form::after {
    width: 100%;
    height: 100%;
    top: 0;
  }
  .mobile-header .form-control {
    background: transparent;
    font-size: 16px;
    border: 0;
    border-radius: 0px;
    padding: 22px 40px;
    resize: none;
    border-radius: 5px;
    border: 1px solid #ffff;
    font-family: var(--secondary-font);
    color: #fff;
    font-size: 16px;
    width: 100%;
  }
  button.icon-badge {
    background: transparent;
  }
  .deliver_box {
    padding: 3px 13px;
    margin: 2px 0px 0px 0px;
  }
  select#fromCurrency {
    border: none;
    font-family: var(--secondary-font);
    font-style: normal;
    padding: 6px;
    margin-top: 2px;
    border-radius: 5px;
  }
  .white-wrapper {
    color: #fff !important;
  }
  .pro_images_wrapper {
    display: flex;
  }
  .nav_wrapper .web_logo img {
    width: 95px;
    padding: 4px;
    object-fit: fill;
  }
  select.goog-te-combo {
    font-size: 12px;
  }
  select#fromCurrency {
    font-size: 12px;
  }
  .whishlist_icon {
    width: 33px;
    height: 37px;
  }
  .whishlist_icon {
    width: 33px;
    height: 37px;
  }
  section.blog-sec .blog_card_img img {
    height: 350px;
    border-radius: 20px;
    width: 100%;
  }
  .product_banner img {
    height: 356px;
  }
  .product-wreee {
    width: 100%;
    height: 160px;
    object-fit: fill;
  }
  .wrapper-ggg {
    display: none;
  }
  .d-lg-block.wrapper-block {
    display: block !important;
  }
  .responsive-mega-manu {
    width: 680px !important;
  }
  .wrapper-logo-main-ee {
    display: none !important;
  }
  #google_translate_element {
    color: transparent;
    position: absolute;
    right: 40px;
  }
  .upper_banner_items {
    justify-content: end;
  }
  .wrap-position-er {
    position: absolute;
    right: 0px;
    top: -3px;
  }
  .wrapper-flex-pro {
    justify-content: revert;
    display: flex;
    align-items: center;
    position: relative;
  }
}
@media (max-width: 767px) {
  .dotted-line {
    border-left: 2px dotted black;
    border-top: unset;
    height: 30px;
  }
  .storage_banner img {
    height: 350px;
  }
  .subscibe_form .web_heading {
    padding-top: 40px;
  }
  .featue_items {
    flex-wrap: wrap;
  }
  .pro_images_wrapper {
    display: unset;
  }
  .web_logo img {
    width: 100px;
  }
  .icon_wrapper img {
    width: 14px;
  }
}
@media (max-width: 576px) {
  .product_banner img {
    height: unset;
  }
  .storage_content_wrapper {
    margin: 18px;
  }
  .wrapper-title {
    width: 130px !important;
  }
  .product-wreee {
    width: 100%;
    height: 310px;
    object-fit: fill;
  }
  li.wrapper-hover {
    padding: 10px 9px !important;
  }
  .mobile-header {
    width: 70%;
  }
  .responsive-mega-manu {
    width: 350px !important;
  }
  .product_banner {
    margin-bottom: 20px;
  }
  .pro_img_box img {
    height: unset;
    margin-bottom: 10px;
  }
  .bullet_img_box {
    width: 50px;
  }
  .detail_wrapper {
    width: 120px;
  }
  section.product-wrapper {
    padding: 30px 0px;
  }
  .flex-md-wrappper {
    flex-wrap: wrap !important;
  }
  section.product-details h4.color-varient-heading {
    width: 100%;
  }
  section.product-details .review-user-data1 {
    margin-top: 20px;
  }
  .mt-wr-rr {
    margin-top: 20px;
    margin-bottom: 0;
  }
  section.product-wrapper {
    padding: 10px !important;
  }
  .search_bar input.form-control.form_input {
    margin-bottom: 17px;
  }
}

.p-paginator-page.p-paginator-page-selected {
  background: #d1002a69 !important;
  color: #8f000d !important;
  border: 1px solid #8f000d;
}

.p-paginator-page:not(.p-disabled):not(.p-paginator-page-selected):hover,
.p-paginator-first:not(.p-disabled):hover,
.p-paginator-prev:not(.p-disabled):hover,
.p-paginator-next:not(.p-disabled):hover,
.p-paginator-last:not(.p-disabled):hover {
  background: #d1002a14 !important;
  color: #8f000d !important;
  border: 1px solid #8f000d;
}

.p-galleria-thumbnails {
  margin-top: 11px;
}

.p-galleria-thumbnails-content {
  background: transparent !important;
  justify-content: space-between !important;
}

.p-galleria-thumbnails-left {
  border: 0px !important;
}

.p-chip.p-component.p-multiselect-chip {
  background-color: #db25258c !important;
}

.p-togglebutton.p-component.p-togglebutton-checked.p-togglebutton-lg.p-inputfield-lg::before {
  background-color: #d1002a !important;
  border-color: #d1002a !important;
}
.p-togglebutton-content{
  color: #ffffff !important;
}

button.p-togglebutton.p-component.p-togglebutton-lg.p-inputfield-lg::before{
  background-color: #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
/* Custom scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.newsletter_area h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 574px;
}