:root {
  --white-color: #fff;
  --black-color: #000;
  --primary-color: #000000;
  --secondary-color: #e40613;
  --simmer-color: #0b57cf;
  --banner-title: 2.5rem;
  --section-title: 5rem;
  --para-title: 3.5rem;
  --footer-link-font-size: 2rem;
  --paragraph-font-size: 1.75rem;
  --link-font-size: 1.5rem;
  --regular-font-family: "Inter-Regular";
  --medium-font-family: "Inter-Medium";
  --light-font-family: "Inter-Light";
  --bold-font-family: "Inter-Bold";

  --graphik-regular-font-family: "graphik_regular";
  --tt-firs-regular-font-family: "tt-firs-regular";

  --common-transition: all 0.6s ease;
}

.tabhide {
  visibility: hidden;
  opacity: 0;
  height: 0;
  display: none;
}

.tabvisible {
  visibility: visible;
  opacity: 1;
  height: auto;
  display: block;
}

body,
html {
  padding: 0;
  margin: 0;
  font-family: "graphik_regular" !important;
  letter-spacing: 0.4px;
  font-size: 15px;
}

@font-face {
  font-family: "graphik_regular";
  /* src: url("assets/fonts/graphik/Graphik-Regular.woff2") format("woff2"),
        url("assets/fonts/graphik/Graphik-Regular.woff") format("woff"); */
  src: url("../fonts/graphik/Graphik-Regular.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Graphik-Medium";
  src: url("../fonts/graphik/Graphik-Medium.woff2") format("woff2"),
    url("../fonts/graphik/Graphik-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "tt-firs-regular";
  src: url("../fonts/tt_firs_text/TTFirsTextTrial-Rg.woff2") format("woff2"),
    url("../fonts/tt_firs_text/TTFirsTextTrial-Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

a:hover {
  color: initial;
  text-decoration: none;
}

.pull-right {
  float: right;
}

.swiper-slide .img {
  max-width: 100%;
}

.productVideoImage {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 210px;
}

.capitalize {
  text-transform: capitalize;
}

.overlay_menu_main {
  opacity: 0;
}

.margin_top_3rem {
  margin-top: 3rem;
}

.margin_top_1rem {
  margin-top: 1rem;
}

.margin_bottom_1rem {
  margin-bottom: 1rem;
}

body.active_mmenu_main .overlay_menu_main {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  content: "";
  z-index: 9;
  opacity: 1;
}

.relative {
  position: relative;
}

.text-right {
  text-align: right;
}

.header-wrapper {
  /* background: #f7f7f7; */
  border-bottom: 1px solid #cdcdcd;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all ease 0.4s;
}

.header-wrapper.webmenu_hidden {
  top: -100%;
}

.header {
  background-color: #ffffff;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 999;
}

.header_heading_link {
  display: inline-block;
  padding: 0.5rem;
  text-decoration: none;
  word-break: break-word;
}

.header_heading a {
  outline: none;
}

.header_heading a:hover {
  outline: none;
  text-decoration: none;
}

.header_heading {
  margin: 0;
}

.header_heading h1 {
  margin: 0;
  color: #000;
  font-size: 45px;
}

.header-middle-left {
  grid-template-areas: "heading navigation icons";
  grid-template-columns: 1fr auto auto !important;
  column-gap: 6rem;
}

.header-middle-left .header_inline_menu {
  margin-left: 0;
}

.header_inline_menu {
  display: block;
}

.list_menu_flex {
  display: inline-flex;
  flex-wrap: wrap;
}

.header_inline_menu .list_menu_flex {
  column-gap: 45px;
}

.list_menu_ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu {
  position: static;
}

.header_menu_item .icon-caret {
  right: 0.8rem;
}

summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary.list_menu_item {
  padding-right: 2.7rem;
}

.header_menu_item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

.icon-caret-reverse .icon-caret {
  transform: rotate(180deg);
}

.list_menu_item {
  display: flex;
  align-items: center;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.header_inline_menu .list_menu_ul .header_menu_item span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #1f1f1f;
  text-decoration: none;
}

.header_submenu span,
a.header_menu_item {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  color: #1f1f1f;
  text-decoration: none;
}

.header_icons {
  gap: 30px;
  position: relative;
}

.header_icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}

.header_icons .icon {
  height: 27px;
  width: 27px;
  fill: none;
}

.header_icons:not(.header_icons--summary),
.header_icons span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-and-toolmenu:hover .login-list-menus {
  opacity: 1;
  visibility: visible;
}

.login-list-menus {
  position: absolute;
  top: 64px;
  background: #fff;
  padding: 25px 1.4rem;
  max-width: 300px;
  width: 300px;
  overflow: hidden;
  box-shadow: #0000001a 0 4px 12px;
  margin: 0;
  list-style: none;
  right: -65px;
  opacity: 0;
  transition: 0.5s ease;
  visibility: hidden;
  z-index: 99;
}

.login-list-menus li {
  padding: 0;
}

.login-list-menus li a {
  padding: 10px 0;
}

.login-list-menus li a.header__menu-item {
  padding: 0 !important;
}

.login-list-menus li a:hover {
  cursor: pointer;
}

.login-container {
  border-bottom: 1px solid rgb(31 31 31 / 16%);
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.login-container p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #1f1f1f;
  margin-bottom: 13px;
}

.login-container p span {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #1f1f1f;
  border: none;
  display: block;
  padding: 0 0 10px;
}

.login-container .login-holder {
  border: none;
  padding: 8px 10px;

  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  max-width: fit-content;
  background: #383838;
  box-shadow: 2px 2px 2px #c6c6c6;
}

.header_submenu span,
a.header_menu_item {
  font-size: 15px;

  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  color: #1f1f1f;
  text-decoration: none;
}

.megamenu_open .mega-menu__content {
  opacity: 0;
  transform: translateY(-1.5rem);
  visibility: hidden;
}

.megamenu_open.avtive .mega-menu__content {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.header-wrapper--border-bottom .mega-menu__content {
  border-top: 0;
}

.mega-menu__content {
  background-color: rgb(var(--color-background));
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  left: 0;
  overflow-y: auto;
  padding-bottom: 2.4rem;
  padding-top: 0rem;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99;
}

.gradient {
  background: #ffffff;
  -webkit-box-shadow: -1px 0px 15px -1px rgb(203 203 203 / 75%);
  -moz-box-shadow: -1px 0px 15px -1px rgb(203 203 203 / 75%);
  box-shadow: -1px 0px 15px -1px rgb(203 203 203 / 75%);
  background-attachment: fixed;
}

.custom-mega-menu .mega-menu__content .mega-menu-block {
  display: flex;
  justify-content: space-between;
}

.page-width {
  max-width: 95%;
  margin: 0 auto;
  padding: 1rem 5rem;
}

.custom-mega-menu
  .mega-menu__content
  .mega-menu-block
  .image#block-df6ddc18-e3b1-49c3-ab82-e3426147ebad {
  width: 25%;
  margin: 20px 0;
}

.custom-mega-menu .mega-menu__content .mega-menu-block .image {
  width: 20%;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-mega-menu .mega-menu__content .mega-menu-block .image p.title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0;
  margin-top: 0;
  display: block;
}

.custom-mega-menu .mega-menu__content .mega-menu-block .mega-menu__list {
  display: block;
  width: 30%;
  border-left: 1px solid #808080;
  padding-top: 0;
}

.mega-menu__list {
  display: grid;
  gap: 2.4rem 4rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
}

.mega-menu__link {
  color: #000;
  display: block;
  font-size: 1.3rem;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  text-decoration: none;
  transition: text-decoration var(--duration-short) ease;
  word-wrap: break-word;
  text-transform: capitalize;
}

.custom-mega-menu
  .mega-menu__content
  .mega-menu-block
  .mega-menu__list
  li
  a.mega-menu__link {
  font-size: 18px;
  font-weight: 700;

  text-decoration: none;
  color: #1f1f1f;
  letter-spacing: 0;
}

.custom-mega-menu
  .mega-menu__content
  .mega-menu-block
  .mega-menu__list
  li
  a.mega-menu__link:hover {
  color: #9e5a00;
}

/* Footer */

.footer_main {
  position: relative;
}

.footer-block {
  display: block;
  margin-top: 0;
}

.footer {
  /* background: #e7e600; */
  background: #f1f1f1;
}

.footer-padding {
  padding-top: 36px;
  padding-bottom: 0;
}

.footer_main_width {
  padding-bottom: 5rem;
  display: block;
}

.footer .footer__content-bottom {
  border: none;
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.footer__copyright {
  text-align: center;
  margin-top: 1.5rem;
}

.footer .footer__content-bottom .copyright__content a {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #1f1f1f;
  letter-spacing: 0;
}

.footer .page-width {
  padding: 0 8rem;
}

.footer_main_width .grid {
  row-gap: 6rem;
  column-gap: 18rem;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

.footer .grid--2-col .grid__item,
.footer .grid--2-col-tablet .grid__item {
  width: calc(19% - var(--grid-desktop-horizontal-spacing) / 2);
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.footer .footer-block .footer_block_heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}

h2.footer_block_heading.footertitle img {
  max-width: 22px;
  margin-right: 8px;
}

.footertitle img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

.footer-block__details-content {
  margin-bottom: 0;
}

.footer-block__details-content .contact-info-wrapper {
  padding-bottom: 35px;
}

.footer-block__details-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #1f1f1f;
  margin-top: 15px;
  letter-spacing: 0;
}

.footer .border-bottom {
  border-top: 1px solid #0000003b;
}

.footertitle_margin_top {
  margin-top: 40px;
}

.footer .footer-block .footer-block__brand-info .list-social {
  gap: 10px;
}

.footer-block__brand-info .footer_social_outer.list-social {
  margin-left: 0;
  margin-right: 0;
}

.footer-block__brand-info .footer_social_outer.list-social {
  justify-content: flex-start;
  margin-left: -1.3rem;
  margin-right: -1.3rem;
}

.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-block__brand-info .footer_social_outer.list-social .social_link {
  padding: 1rem;
}

.social_link {
  align-items: center;
  display: flex;
  padding: 0 1.3rem;
  color: rgb(var(--color-foreground));
}

.list-social__item a:hover {
  color: #878787;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

.list-social__item i {
  font-size: 30px;
}

.footer-padding_bottom {
  padding-bottom: 22px;
}

.footer .footer-block__details-content.list-unstyled-1 {
  list-style: none;
  text-decoration: none;
  padding: unset;
  padding-left: 10px;
  margin-top: 25px;
}

.footer .footer-block__details-content.list-unstyled-1 li {
  margin-bottom: 10px;
}

.footer-block__details-content .linktext {
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #1f1f1f;
  text-decoration: none;
  padding-bottom: 0.4rem;
}

.footer-block__details-content .linktext :hover {
  cursor: pointer;
  color: #878787;
}

/* Swiper */

/* .home_swiper_height_new {
    height: calc(100vh - 100px);
} */

.section {
  position: relative;
  width: 100%;
}

#homeSwiper .swiper-slide {
  transition-duration: 3s;
  -webkit-transition-durtion: 3s;
  -o-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: ease all 3s;
}

.zoom_home_slide {
  transition: ease all 3s;
  transition-duration: 3s;
  -webkit-transition-duration: 3s;
  -o-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}

.bg_1_home {
  position: relative;
  width: 100%;
  height: 80vh;
  /* background-image: url(../images/banner_1.jpg);
    background-repeat: no-repeat;
    background-position: 0 -120px;
    background-size: cover; */
}

.bg_1_home img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home_title_padding {
  padding: 1.5rem;
}

.swiper-button-next,
.swiper-button-prev {
  width: 27px;
  height: 32px !important;
}

.swiper_custom_aero_prev {
  background-image: url(../images/prev.webp) !important;
}

.swiper_custom_aero_next {
  background-image: url(../images/next.webp) !important;
}

.homeProductSwiperOuter {
  position: relative;
  position: relative;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.homeProductSwiperOuter img {
  position: relative;
  width: 100%;
}

.homeProductSwiperOuter a:hover {
  cursor: pointer;
}

.homeProductSwiperOuter:hover p {
  color: #8f6900;
  cursor: pointer;
}

.grid_img_wrap {
  margin-bottom: 0;
}

.grid_img_wrap a {
  padding: 56px 56px 56px 56px;
  width: 100%;
  display: inline-block;
}

.grid_img_text {
  position: absolute;
  bottom: 15px;
  left: 25px;
  font-family: "SpaceGrotesk-Medium";
  color: #000;
}

.section_2 {
  margin-bottom: 5rem;
}

/* product detail */

.product_detail_main {
  position: relative;
  margin: 4rem 0 2rem 0;
}

.product_detail_main .product.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  padding: 0;
  list-style: none;
  column-gap: 0px;
  row-gap: var(--grid-mobile-vertical-spacing);
}

.product {
  margin: 0;
}

.product_detail_main .product__media-wrapper {
  max-width: 50% !important;
  width: 50% !important;
}

.product_detail_main .product .product__media-wrapper {
  overflow: hidden;
}

.product_detail_main .product_info_outer {
  max-width: 50% !important;
  width: 50% !important;
  margin-right: auto;
}

.product_info_outer {
  padding: 0 3rem !important;
}

.ProductDetailSwiperOuter {
  position: relative;
  /* height: 80vh; */
  padding: 5rem 0;
  background: #f9f9f9;
}

.ProductDetailSwiperOuter .swiper-slide {
  text-align: center;
}

.ProductDetailSwiperOuter .swiper-slide img {
  width: 57%;
  margin: 0 auto;
}

.product_info_container {
  max-width: 50rem !important;
  margin: auto;
}

.product_info_outer .title_main_details {
  border-bottom: 1px solid rgba(31, 31, 31, 0.3);
  padding-bottom: 15px !important;
  margin-top: 15px !important;
  margin-bottom: 30px !important;
}

.product_title {
  position: relative;
}

.product_title h1 {
  font-weight: 700;
  color: #1f1f1f;
  font-size: 25px;
  line-height: 28px;
  padding-right: 50px;
}

.product_title_small h1 {
  text-transform: capitalize;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 20px;
  line-height: 28px;
}

.product_desc_outer {
  position: relative;
  margin: 0 0 35px 0;
}

.heighlights .title {
  font-weight: 700;
  color: #1f1f1f;
  font-size: 18px;
}

.story_template_outer {
  padding: 30px 5rem;
}

.specifaction_main {
  position: relative;
  width: 100%;
  padding: 30px 5rem;
}

.specification_wraper {
  margin-top: 50px;
  margin-bottom: 25px;
}

.specification_wraper .specification_wraper_inner {
  display: flex;
  flex-flow: row wrap;
}

.specification_wraper .specification_wraper_inner .specification_grid {
  display: inline-block;
  float: left;
  width: calc((100% / 4) - 20px);
  padding: 20px 20px;
  margin: 10px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.specification_grid h4 {
  font-family: "SpaceGrotesk-SemiBold";
  font-size: 17px;
  text-transform: capitalize;
}

.specification_grid p {
  text-transform: capitalize;
}

.section_title h1 {
  font-size: 30px;
  font-weight: 700;
  color: #1f1f1f;
}

.story_template_width {
  max-width: 100%;
  margin: 0 auto;
}

.story_template_outer .story_template_width .inner.row-reverse {
  flex-direction: row-reverse;
}

.story_template_outer .story_template_width .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 50px;
}

.story_template_width .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.story_template_width img {
  border-radius: 5px;
}

.story_template_width h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 2rem;
}

.row-reverse {
  flex-direction: row-reverse;
}

.inquiry_form_wrapper_outer {
  position: relative;
  width: 100%;
  padding: 12px 0;
  border-top: 2px solid rgba(51, 153, 153, 0.1);
  border-bottom: 2px solid rgba(51, 153, 153, 0.1);
  border-color: #000;
  margin-top: 5rem;
}

.inquiry_form_wrapper {
  padding: 24px 0;
  background-color: #fbfbfb;
}

.inquiry_form_width {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 600px;
  /* text-align: center; */
}

.inquiry_form_wrapper .form_title {
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  color: #1f1f1f;
  font-family: Space Grotesk, sans-serif !important;
  font-size: 25px;
  margin: 0 0 55px 0;
  text-align: center;
}

.error p {
  color: #e40613;
  font-size: 13px;
  line-height: 12px;
}

.md-lable span {
  color: #ff5200;
  font-size: 0.8rem;
}

.button-style {
  transition: var(--common-transition);
  width: 100%;
  padding: 20px;
  cursor: pointer;
  /* height: 50px; */
  line-height: 1;
  border-radius: 8px;
}

.button-style p {
  font-size: 18px;
}

.button-style.blue-button {
  background-color: #000000;
  border: 1px solid transparent;
}

.button-style.blue-button:hover {
  background-color: #ffffff;
  border: 1px solid #000000;
  transition: var(--common-transition);
}

.button-style.blue-button p {
  color: #ffffff;
}

.button-style.blue-button:hover p {
  color: #000000;
}

.button-style.white-button {
  background-color: #ffffff;
  border: 1px solid #000;
  transition: var(--common-transition);
}

.button-style.white-button:hover {
  background-color: #000;
  border: 1px solid #fff;
  transition: var(--common-transition);
}

.button-style.white-button p {
  color: #000;
}

.button-style.white-button:hover p {
  color: #fff;
}

.button-style.blue-button:hover .plus-icon {
  filter: invert(0);
  transition: var(--common-transition);
}

.section_product_title {
  position: relative;
  margin: 0;
  padding: 6rem 5rem 2rem 5rem;
}

.banner_list_outer {
  position: relative;
  padding: 4rem 0;
  background-color: #e3e3e3;
  height: 40vh;
}

.banner_list_outer .banner_text_outer {
  position: absolute;
  top: 50%;
  left: 5%;
  -ms-transform: translate(0 -50%);
  transform: translate(0, -50%);
}

.banner_list_outer h1 {
  font-size: 45px;
  text-transform: uppercase;
  font-family: "SpaceGrotesk-Bold";
}

.banner_list_outer h4 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "SpaceGrotesk-Bold";
}

.product_list_outer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: 0;
  row-gap: 0;
  border-top: 0.5px solid #000;
}

.product_list_outer .product_item {
  width: 25%;
  max-width: 25%;
}

.product_list_repeat {
  position: relative;
  border-right: 1px solid #000;
  border-bottom: 0.5px solid #000;
}

.product_list_repeat img {
  width: 100%;
}

.product_list_repeat a:hover {
  cursor: pointer;
}

.product_list_repeat:hover p {
  color: #8f6900;
  cursor: pointer;
}

.nodatafound_outer {
  position: relative;
  text-align: center;
  margin: 5rem 0;
}

.nodatafound {
  position: relative;
  padding: 25px 0;
  margin: 0;
}

.category_filet_outer {
  position: relative;
  padding: 3rem 5%;
  margin: 0;
}

.category_filet_outer h1 {
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "SpaceGrotesk-Bold";
}

.filter_main_outer {
  margin: 25px 0 0 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  align-items: center;
}

.filter_item,
.filter_item a {
  color: #939393 !important;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

.filter_item a:hover {
  cursor: pointer;
  color: #000 !important;
}

.filter_item a.active {
  cursor: pointer;
  color: #000 !important;
}

.spec_title_main {
  position: relative;
  margin: 2rem 0 0 10px;
  font-family: "SpaceGrotesk-SemiBold";
  font-size: 20px;
}

/* accordion */

.product_faq_outer {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}

.product_faq_main {
  padding-top: 30px;
  padding-bottom: 45px;
  max-width: 1380px;
  box-shadow: 0px -32px 26px -36px rgba(0, 0, 0, 0.45);
}

.accordionDesctription {
  max-height: 0;
  overflow: hidden;
  transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  width: 100%;
}

.open .accordionDesctription {
  max-height: 250px;
}

.accordionDesctription_Inner {
  position: relative;
  background: #f6f6f6;
  padding: 20px 34px;
}

.layer-img {
  margin-right: 15px;
  max-width: 18px;
  display: inline-block;
}

.detail_accordian_border {
  border-bottom: 1px solid #a7a7a7;
}

.accordianTab {
  color: #7c7c7c;
  cursor: pointer;
  float: left;
  width: 100%;
  margin: 0;
}

.accordian_title {
  width: 100%;
  float: left;
  padding: 0 0 0 10px;
}

.accordian_title:after {
  position: absolute;
  top: 12px;
  right: 12px;
  content: "\f067";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.accordion.open .accordian_title:after {
  content: "\f068";
}

.detail_feture_list_right {
  position: relative;
  margin: 0;
}

.detail_feture_list_right .accordianTab {
  background-color: transparent;
  padding: 22px 0;
}

.detail_feture_list_right .accordian_title {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
  font-size: 15px;
  color: #7b7b7b;
  font-weight: bold;
}

.detail_feture_list_right .accordianTab:hover .accordian_title {
  color: #000;
}

.detail_feture_list_right .accordianTab:hover .accordian_title:after {
  color: #000;
}

.detail_feture_list_right .accordian_title:after {
  top: 50px;
  font-size: 17px;
  color: #727272;
}

.accordion.open .accordian_title {
  color: #000;
}

.accordion.open .accordian_title:after {
  color: #000;
}

.detail_feture_list_right .disc_inner {
  position: relative;
  float: left;
  padding: 0px 10px 10px 10px;
  width: 100%;
}

.detail_feture_list_right .disc_inner ul {
  margin-bottom: 0px;
}

/* login */

.main_outer_profile {
  position: relative;
  min-height: 80vh;
  width: 100%;
  background-color: #fff;
  padding: 6rem 0;
}

.my_profile_contianer {
  width: 80%;
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 3% 3%;
  text-align: center;
  -webkit-box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.75);
}

.profile_flex {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: flex-start;
}

.profile_left {
  padding: 25px 2rem;
  height: max-content;
  width: 100%;
  max-width: 400px;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(142 142 142 / 25%);
  -moz-box-shadow: 0px 0px 10px 0px rgb(142 142 142 / 25%);
  box-shadow: 0px 0px 10px 0px rgb(142 142 142 / 25%);
}

.profile_right {
  padding: 25px 2rem;
  width: 100%;
  max-width: 1200px;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(142 142 142 / 25%);
  -moz-box-shadow: 0px 0px 10px 0px rgb(142 142 142 / 25%);
  box-shadow: 0px 0px 10px 0px rgb(142 142 142 / 25%);
}

.profile_title {
  position: relative;
  padding: 0 0 0 0;
}

.profile_left_inner {
  position: relative;
}

.profile_left_inner ul {
  padding: 0;
  margin: 0;
}

.profile_left_inner ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.profile_left_inner ul li a {
  display: block;
  padding: 15px 15px;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
  font-family: "SpaceGrotesk-SemiBold";
  color: #000000;
}

.profile_left_inner ul li a:hover {
  cursor: pointer;
  background-color: #f3f3f3;
  text-decoration: none;
}

.profile_left_inner ul li a.active {
  background-color: #f3f3f3;
}

.profile_left_inner ul li a:last-child {
  border-bottom: unset;
}

.signUpContainer {
  position: relative;
  min-height: 85vh;
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
}

.logindiv {
  width: 730px;
  position: relative;
  margin: 0 auto;
  top: 5% !important;
  background: #fff;
  padding: 4% 4% 2% 4%;
  text-align: center;
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  -moz-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  /* box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.75); */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.divlogintitle h2 {
  width: 100%;
  margin: 0 0 10px 0;
}

.profile_half .login_main_control {
  display: grid;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
  grid-template-columns: repeat(2, 1fr);
}

.login_main_control {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}

.eye-button {
  position: absolute;
  top: 75%;
  right: 3%;
  transform: translateY(-50%);
  cursor: pointer;
}

.error {
  position: absolute;
  top: 108%;
  left: 0%;
}

.md-lable {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 5px;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.register-text {
  position: relative;
  margin: 1rem 0 0 0;
  text-align: center;
}

.register-text a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.register-text a:hover {
  text-decoration: none;
  color: #525252;
  cursor: pointer;
}

/* submenu */

.megamenu_block ul,
.megamenu_block li,
.megamenu_block p,
.megamenu_block a,
.megamenu_block span {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #000000;
}

.megamenu_block {
  /* position: absolute;
    top: 100%;
    right: 0; */
  width: 100%;
  background-color: #ffffff;
}

.mega_menu_list {
  display: flex;
  align-items: center;
  row-gap: 2rem;
  column-gap: 1.5rem;
  padding: 1rem 5rem !important;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cat_flex p {
  text-align: center;
}

/* .megamenu_block.active {
    top: 100%;
} */

.mega_menu_list a {
  color: #000000;
  font-size: 14px;
}

.cat_flex {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.cat_icon {
  width: 2rem;
  /* height: 24px; */
  /* background-color: #cccccc;
    border-radius: 6px; */
}

.cat_icon img {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
}

.megamenu_block_web {
  padding-bottom: 0.5rem;
}

.ng-clear-wrapper {
  display: none !important;
}

.add_to_wishlist {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.add_to_wishlist i {
  font-size: 30px;
  color: #000000;
}

.add_to_wishlist i:hover {
  cursor: pointer;
  color: #c25e00;
}

.wish_list_outer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: 0;
  row-gap: 0;
}

.wish_list_main {
  position: relative;
  width: 50%;
  max-width: 50%;
  border: 1px solid #ddd;
}

.img_machin {
  padding: 50px 20px;
}

.img_machin img {
  position: relative;
  max-width: 100%;
  width: 60%;
  padding: 20px 0;
}

.ic_remove_wishist {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #000;
}

.ic_remove_wishist:hover {
  cursor: pointer;
  color: #c25e00;
}

/* my inquiry */

.inquiry_box_outer {
  -webkit-box-shadow: 0px 0px 10px 0px rgb(142 142 142 / 25%);
  -moz-box-shadow: 0px 0px 10px 0px rgb(142 142 142 / 25%);
  box-shadow: 0px 0px 10px 0px rgb(142 142 142 / 25%);
  background-color: #ffffff;
  margin: 0 0 20px 0;
  border-radius: 10px;
  transition: all ease 0.4s;
  cursor: pointer;
  overflow: hidden;
  outline: none !important;
  border: 1px solid transparent;
}

.inquiry_box {
  width: 100%;
  flex-direction: column;
  display: flex;
  text-align: left;
  padding: 10px 15px 20px 15px;
  border-radius: 10px;
  border: 1px solid transparent;
  height: 100%;
  outline: none !important;
}

.center_2 {
  display: flex;
  align-items: center;
}

.cardTitle {
  font-size: 18px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 1.4;
  max-width: 70%;
  word-break: break-all;
  margin: 0;
}

.inquiry-flex-row {
  display: flex;
  padding-top: 10px;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}

.text-card-inquiry,
.text-card-inquiry-p {
  font-size: 15px;
  line-height: 1;
  color: #000000;
  letter-spacing: 0.5px;
  margin: 0;
}

.icon-inquiry {
  width: 115px;
  object-fit: contain;
  max-width: 2400px;
}

.inquiry_filter_outer {
  position: relative;
  padding: 0 0 30px 0;
}

.search-bar {
  position: relative;
  width: 100% !important;
}

.show-search {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 14px 22px;
  border: 1px solid #ecf0f4;
  border-radius: 12px;
  font-size: 1.2rem;
}

.search-button {
  position: absolute;
  width: 18px;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.search-button img {
  max-width: 100%;
  transition: var(--common-transition);
  cursor: pointer;
  display: block;
}

.original-price {
  text-decoration: line-through;
  text-decoration-color: red;
  /* Optional: Change color of the strike-through */
  margin-right: 10px;
  /* Optional: Adjust spacing */
}

.machine_data h1 {
  font-size: 30px;
  margin: 0 0 10px 0;
}

.machine_data h4 {
  font-size: 18px;
  margin: 0 0 10px 0;
}

.machine_data h4 a {
  font-size: 18px;
  margin: 0 0 10px 0;
}

.machine_data p {
  font-size: 16px;
  margin: 0 0 10px 0;
}

.product_video img {
  position: relative;
  width: 100%;
}

.product_video .play {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateY(-50%);
  z-index: 99;
  font-size: 45px;
  color: #fff;
}

.product_video:hover .play {
  cursor: pointer;
  color: #000;
}

.web-bar {
  display: none;
}

.mobile_menu {
  display: none;
}

.profile_image {
  display: none;
}

.web_show {
  display: block;
}

.mobile_show {
  display: none;
}

.thankyou_page {
  width: 100%;
  height: 80vh;
  display: grid;
  place-content: center;
}

.thankyou_page_block {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

.thankyou_page_block h1 {
  font-size: 6rem;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}

.thankyou_page_block h3 {
  font-size: 2rem;
  margin: 0;
  line-height: 1;
}

.thankyou_msg {
  padding: 2rem 0;
}

.thankyou_msg p {
  font-size: 16px;
  margin: 0;
}

.back_home_font a {
  color: #000000;
  text-decoration: underline;
}
