@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Marcellus&display=swap");
* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus,
*:hover {
  outline: none;
  text-decoration: none;
}

figure {
  margin: 0;
}

body {
  margin-top: 68px;
  font-family: "Figtree", sans-serif;
}

a {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #727272;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #727272;
}

::-webkit-scrollbar {
  display: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
  line-height: normal;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1116px;
  }
}

.title72,
.title42,
.title56,
.title32 {
  font-family: "Marcellus", serif;
}

.title72 {
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -1.44px;
}
@media screen and (max-width: 767px) {
  .title72 {
    font-size: 40px;
  }
}

.title56 {
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -1.12px;
}
@media screen and (max-width: 767px) {
  .title56 {
    font-size: 42px;
  }
}

.title42 {
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.84px;
}
@media screen and (max-width: 767px) {
  .title42 {
    font-size: 32px;
  }
}

.title32 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 767px) {
  .title32 {
    font-size: 24px;
  }
}

.font_20 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .font_20 {
    font-size: 18px;
  }
}

.font_18 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .font_18 {
    font-size: 16px;
  }
}

.txtDark {
  color: #121212;
}

.txtDarkLight {
  color: #696969;
}

.txtGray {
  color: #BFBFBF;
}

.txtWhite {
  color: #ffffff;
}

.txtWhite-2 {
  color: #EFEFEF;
}

@media screen and (max-width: 767px) {
  .breadcrumb_wrap {
    position: absolute;
    top: 8px;
  }
}
.breadcrumb_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb_wrap ul li {
  position: relative;
  margin-right: 24px;
}
.breadcrumb_wrap ul li .breadcrumb_link,
.breadcrumb_wrap ul li span {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  position: relative;
}
.breadcrumb_wrap ul li .breadcrumb_link::after,
.breadcrumb_wrap ul li span::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: -4px;
  background: #000;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 991px) {
  .breadcrumb_wrap ul li .breadcrumb_link::after,
  .breadcrumb_wrap ul li span::after {
    display: none;
  }
}
.breadcrumb_wrap ul li .breadcrumb_link:hover,
.breadcrumb_wrap ul li span:hover {
  color: #121212;
}
.breadcrumb_wrap ul li .breadcrumb_link:hover::after,
.breadcrumb_wrap ul li span:hover::after {
  left: 0;
  right: 0;
}
.breadcrumb_wrap ul li::before {
  content: " ";
  background-image: url("../assets/img_product-detail-chevron-right.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: -20px;
  top: 6px;
}
.breadcrumb_wrap ul li.active span {
  color: #121212;
}
.breadcrumb_wrap ul li:last-child::before {
  background-image: none;
}

.pagination {
  gap: 4px;
  padding-top: 32px;
  margin-top: 40px;
  border-top: 1px solid #3A3935;
}
.pagination .page-item .page-link {
  height: 40px;
  min-width: 40px;
  color: #696969;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  padding: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static;
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
@media screen and (max-widt: 767px) {
  .pagination .page-item .page-link {
    font-size: 16px;
  }
}
.pagination .page-item .page-link:hover {
  border-bottom-color: #121212;
}
.pagination .page-item .page-link:has(svg) {
  background-color: transparent;
}
.pagination .page-item .page-link:has(svg):hover {
  background-color: transparent;
  border-bottom-color: transparent;
}
.pagination .page-item .page-link svg path {
  stroke: #49516D;
}
.pagination .page-item.active .page-link {
  background-color: #121212;
  color: #fff;
  border-radius: 8px;
}
.pagination .page-item.disabled .page-link svg path {
  stroke: #A1A1AA;
}

.noScroll {
  overflow: hidden;
}

.header__wrapper {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1052;
  width: 100%;
  -webkit-box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1199px) {
  .header__wrapper {
    height: 71px;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    overflow: hidden;
  }
}
@media screen and (min-width: 1280px) {
  .header__wrapper .container {
    max-width: 1230px;
  }
}
.header__wrapper .navbar_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .header__wrapper .navbar_wrap::before {
    content: "";
    border-bottom: 0.5px solid #A5A6A7;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .header__wrapper .navbar_wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header__wrapper .navbar_wrap .navbar_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .header__wrapper .navbar_wrap .navbar_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .logo {
  display: inline-block;
}
.header__wrapper .navbar_wrap .navbar_flex .logo img {
  width: 152px;
  height: auto;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list {
    gap: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(1080px);
    transform: translateX(1080px);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    position: fixed;
    top: 12%;
    width: calc(100% - 72px);
  }
}
@media screen and (max-width: 1024px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list {
    -webkit-transform: translateX(760px);
    transform: translateX(760px);
  }
}
@media screen and (max-width: 767px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list {
    width: calc(100% - 24px);
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li a {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 22px 0;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li a {
    padding: 12px 0;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li a span {
  position: relative;
  display: inline-block;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li a span::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: -22px;
  background: #121212;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap {
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap {
    width: 100%;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_toggle {
  cursor: pointer;
  position: relative;
  padding-right: 16px;
  padding: 22px 16px 22px 0;
}
@media screen and (max-width: 1199px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_toggle {
    width: 100%;
    text-align: left;
    padding: 12px 16px 12px 0;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_toggle span {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_toggle span::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #000;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 1199px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_toggle span::after {
    display: none;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_toggle::after {
  content: "";
  background-image: url("../assets/img_chevron_down.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_toggle.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu {
  position: absolute;
  top: 68px;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  width: 100vw;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), height 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: opacity 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), height 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1199px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu {
    position: relative;
    width: 100%;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.show {
  opacity: 1;
  max-height: 620px;
}
@media screen and (max-width: 1199px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.show {
    max-height: 315px;
  }
}
@media screen and (max-width: 1024px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 {
    overflow: auto;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap {
  background: #F5F5F5;
  -webkit-box-shadow: 0px 32px 40px 0px rgba(176, 176, 176, 0.08);
  box-shadow: 0px 32px 40px 0px rgba(176, 176, 176, 0.08);
  padding: 40px 0;
}
@media screen and (max-width: 1199px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 1024px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap {
    padding: 40px 16px 40px 16px;
  }
}
@media screen and (max-width: 991px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap {
    padding: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards {
  padding: 16px;
  border-radius: 4px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  width: calc(50% - 10px);
}
@media screen and (max-width: 1024px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    padding: 8px;
    gap: 25px;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards .title_flex {
  padding: 12px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards .title_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 8px;
    width: 100%;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards .title_flex::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #D4D4D4;
  position: absolute;
  top: 0;
  right: -12%;
}
@media screen and (max-width: 991px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards .title_flex::after {
    height: 1px;
    width: 100%;
    top: unset;
    bottom: -12px;
    left: 0;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards .title_flex h4 {
  color: #121212;
  font-family: "Marcellus", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  white-space: nowrap;
  margin: 0;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards .title_flex img {
  width: 115px;
  height: 80px;
  aspect-ratio: 23/16;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards .title_flex img {
    width: 69px;
    height: 48px;
    aspect-ratio: 23/16;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards .title_flex:hover {
  background: #F4F3F2;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards .unordered_links_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards .unordered_links_list li {
  width: calc(50% - 8px);
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards .unordered_links_list li a {
  color: #3A3935;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.14px;
  text-transform: capitalize;
  padding: 16px;
  display: inline-block;
  border-radius: 4px;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards .unordered_links_list li a {
    padding: 8px 16px;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards .unordered_links_list li a:hover {
  background: #F4F3F2;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards.cardsImg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards.cardsImg {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards.cardsImg .title_flex {
    padding: 0;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .fan_categroy_list_flex .category_cards.cardsImg .title_flex::after {
  display: none;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .btn_wrapper {
  margin: 20px auto 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .btn_wrapper {
    display: none;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .btn_wrapper .btns {
  border-radius: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 24px;
  position: relative;
  overflow: hidden;
  height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .btn_wrapper .btns .bg {
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
  background: #121212;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .btn_wrapper .btns .btnText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .btn_wrapper .btns .btnText span {
  color: #1F2022;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .btn_wrapper .btns .btnText span:nth-child(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: absolute;
  top: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .btn_wrapper .btns:hover .bg {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .btn_wrapper .btns:hover .btnText span {
  -webkit-transform: translateY(-130%);
  transform: translateY(-130%);
  opacity: 0;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .btn_wrapper .btns:hover .btnText span:nth-child(2) {
  -webkit-transform: translateY(-130%);
  transform: translateY(-130%);
  opacity: 1;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .btn_wrapper .btns.btnDark {
  background: #121212;
  border: 1px solid #121212;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .btn_wrapper .btns.btnDark .bg {
  background: #fff;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .btn_wrapper .btns.btnDark .btnText span {
  color: #fff;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap .btn_wrapper .btns.btnDark .btnText span:nth-child(2) {
  color: #121212;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li:hover a span::after {
  left: 0;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li:hover a span::after {
    left: 50%;
    right: 50%;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li:hover .dropdown_wrap .dropdown_toggle span::after {
  left: 0;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li:hover .dropdown_wrap .dropdown_toggle span::after {
    left: 50%;
    right: 50%;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .btn_mobile_fixed {
  position: fixed;
  bottom: 12%;
  -webkit-box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, 0.05);
  width: calc(100% + 24px);
  padding: 16px 18px;
  left: -12px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .btn_mobile_fixed {
    display: block;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .btn_mobile_fixed .btns {
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 24px;
  position: relative;
  overflow: hidden;
  height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header__wrapper .navbar_wrap .navbar_flex .nav_list li .btn_mobile_fixed .btns {
    width: 100%;
  }
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .btn_mobile_fixed .btns .bg {
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
  background: #121212;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .btn_mobile_fixed .btns .btnText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .btn_mobile_fixed .btns .btnText span {
  color: #1F2022;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .btn_mobile_fixed .btns .btnText span:nth-child(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: absolute;
  top: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .btn_mobile_fixed .btns:hover .bg {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .btn_mobile_fixed .btns:hover .btnText span {
  -webkit-transform: translateY(-130%);
  transform: translateY(-130%);
  opacity: 0;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .btn_mobile_fixed .btns:hover .btnText span:nth-child(2) {
  -webkit-transform: translateY(-130%);
  transform: translateY(-130%);
  opacity: 1;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .btn_mobile_fixed .btns.btnDark {
  background: #121212;
  border: 1px solid #121212;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .btn_mobile_fixed .btns.btnDark .bg {
  background: #fff;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .btn_mobile_fixed .btns.btnDark .btnText span {
  color: #fff;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list li .btn_mobile_fixed .btns.btnDark .btnText span:nth-child(2) {
  color: #121212;
}
.header__wrapper .navbar_wrap .navbar_flex .nav_list.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.header__wrapper .navbar_wrap .nav_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0;
}
.header__wrapper .navbar_wrap .nav_cart li .mobileSearchIcon {
  display: none;
}
@media screen and (max-width: 991px) {
  .header__wrapper .navbar_wrap .nav_cart li .mobileSearchIcon {
    display: block;
    height: 44px;
    width: 44px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
/* Remove default search "X" (clear button) */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.header__wrapper .navbar_wrap .nav_cart li .srchFrom {
  display: block;
  position: relative;
}
@media screen and (max-width: 991px) {
  .header__wrapper .navbar_wrap .nav_cart li .srchFrom {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #fff;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
    padding: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 991px) {
  .header__wrapper .navbar_wrap .nav_cart li .srchFrom.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.header__wrapper .navbar_wrap .nav_cart li .srchFrom .mobSearchBack {
  display: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 24px;
  width: 24px;
}
.header__wrapper .navbar_wrap .nav_cart li .srchFrom .mobSearchBack img {
  display: block;
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .header__wrapper .navbar_wrap .nav_cart li .srchFrom .mobSearchBack {
    display: block;
    position: absolute;
    left: 8px;
    top: 24px;
  }
}
.header__wrapper .navbar_wrap .nav_cart li .srchFrom .searchbox {
  color: #121212;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  padding: 6px 35px 6px 0;
  border: 0;
  border-bottom: 1px solid #A1A1AA;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 160px;
}
.header__wrapper .navbar_wrap .nav_cart li .srchFrom .searchbox::-webkit-input-placeholder {
  color: #A1A1AA;
  opacity: 1;
}
.header__wrapper .navbar_wrap .nav_cart li .srchFrom .searchbox::-moz-placeholder {
  color: #A1A1AA;
  opacity: 1;
}
.header__wrapper .navbar_wrap .nav_cart li .srchFrom .searchbox:-ms-input-placeholder {
  color: #A1A1AA;
  opacity: 1;
}
.header__wrapper .navbar_wrap .nav_cart li .srchFrom .searchbox::-ms-input-placeholder {
  color: #A1A1AA;
  opacity: 1;
}
.header__wrapper .navbar_wrap .nav_cart li .srchFrom .searchbox::placeholder {
  color: #A1A1AA;
  opacity: 1;
}
.header__wrapper .navbar_wrap .nav_cart li .srchFrom .searchbox:focus {
  border-bottom-color: #121212;
}
@media screen and (max-width: 1199px) {
  .header__wrapper .navbar_wrap .nav_cart li .srchFrom .searchbox {
    max-width: 140px;
  }
}
@media screen and (max-width: 991px) {
  .header__wrapper .navbar_wrap .nav_cart li .srchFrom .searchbox {
    max-width: inherit;
    width: 100%;
    padding: 14px 32px;
  }
}
.header__wrapper .navbar_wrap .nav_cart li .srchFrom .searchimg,
.header__wrapper .navbar_wrap .nav_cart li .srchFrom .searchcloseIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  height: 32px;
  width: 32px;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.header__wrapper .navbar_wrap .nav_cart li .srchFrom .searchimg img,
.header__wrapper .navbar_wrap .nav_cart li .srchFrom .searchcloseIcon img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .header__wrapper .navbar_wrap .nav_cart li .srchFrom .searchimg {
    display: none;
  }
}
.header__wrapper .navbar_wrap .nav_cart li .srchFrom .searchcloseIcon {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .header__wrapper .navbar_wrap .nav_cart li .srchFrom .searchcloseIcon {
    opacity: 1;
    visibility: visible;
    right: 4px;
    top: 10px;
  }
}
.header__wrapper .navbar_wrap .nav_cart li .srchFrom:has(.searchbox:focus) .searchimg, .header__wrapper .navbar_wrap .nav_cart li .srchFrom.textAdded .searchimg {
  opacity: 0;
  visibility: hidden;
}
.header__wrapper .navbar_wrap .nav_cart li .srchFrom:has(.searchbox:focus) .searchcloseIcon, .header__wrapper .navbar_wrap .nav_cart li .srchFrom.textAdded .searchcloseIcon {
  opacity: 1;
  visibility: visible;
}
.header__wrapper .navbar_wrap .nav_cart li .heart::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #121212;
  border-radius: 24px;
  border: 1px solid #FFF;
  position: absolute;
  top: 12px;
  right: 7px;
}
.header__wrapper .navbar_wrap .nav_cart li a {
  display: inline-block;
  position: relative;
}
.header__wrapper .navbar_wrap .nav_cart li a img {
  width: 44px;
  height: 44px;
}
.header__wrapper .navbar_wrap .nav_cart li a .count {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #121212;
  position: absolute;
  top: 4px;
  right: 4px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.header__wrapper .navbar_wrap .nav_cart li a:hover {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.header__wrapper .navbar_wrap .nav_cart li .btn_humbuger {
  width: 32px;
  height: 32px;
  position: relative;
  display: none;
}
@media screen and (max-width: 1199px) {
  .header__wrapper .navbar_wrap .nav_cart li .btn_humbuger {
    display: block;
  }
}
.header__wrapper .navbar_wrap .nav_cart li .btn_humbuger::after {
  content: "";
  background-image: url('../assets/img_humbuger.svg');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__wrapper .navbar_wrap .nav_cart li .btn_humbuger.close::after {
  background-image: url("../assets/img_x.svg");
}
@media screen and (max-width: 1199px) {
  .header__wrapper.active {
    height: 100vh;
  }
}

.footer__wrapper {
  background: #000;
  padding: 64px 0 38px 0;
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    padding: 0 0 38px 0;
  }
}
.footer__wrapper .brand img {
  width: 152px;
  height: auto;
}
.footer__wrapper .footer_contents {
  padding: 72px 0 50px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__wrapper .footer_contents {
    padding: 40px 0 0 0;
    display: block;
  }
  .footer__wrapper .footer_contents:before {
    content: "";
    border-bottom: 0.5px solid #A5A6A7;
    position: absolute;
    bottom: -134px;
    width: 100%;
  }
}
  .footer__wrapper .footer_contents .contact_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__wrapper .footer_contents .contact_flex {
    margin: 32px 0;
  }
}
.footer__wrapper .footer_contents .contact_flex h6 {
  color: #EFEFEF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer__wrapper .footer_contents .contact_flex h6 {
    margin: 0;
    position: absolute;
    bottom: 14%;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrapper .footer_contents .contact_flex .contact_list {
    position: absolute;
    bottom: 4%;
  }
}
.footer__wrapper .footer_contents .contact_flex .contact_list li img {
  width: 16px;
  height: 16px;
}
.footer__wrapper .footer_contents .contact_flex .contact_list li a {
  color: #EFEFEF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.footer__wrapper .footer_contents .links_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 124px;
}
@media screen and (max-width: 991px) {
  .footer__wrapper .footer_contents .links_flex {
    gap: 52px;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrapper .footer_contents .links_flex {
    gap: 32px 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 200px;
  }
}
.footer__wrapper .footer_contents .links_flex .links_list {
  width: 33.3333333333%;
}
.footer__wrapper .footer_contents .links_flex .links_list li {
  margin-bottom: 24px;
}
.footer__wrapper .footer_contents .links_flex .links_list li a {
  position: relative;
}
.footer__wrapper .footer_contents .links_flex .links_list li a span {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .footer__wrapper .footer_contents .links_flex .links_list li a span {
    font-size: 16px;
  }
}
.footer__wrapper .footer_contents .links_flex .links_list li a span::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: -6px;
  background: #fff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 991px) {
  .footer__wrapper .footer_contents .links_flex .links_list li a span::after {
    display: none;
  }
}
.footer__wrapper .footer_contents .links_flex .links_list li a:hover span::after {
  left: 0;
  right: 0;
}
.footer__wrapper .footer_contents .links_flex .links_list li h6 {
  color: #A1A1AA;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.footer__wrapper .footer_contents .links_flex .links_list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer__wrapper .footer_contents .links_flex .links_list li:first-child {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrapper .footer_contents .links_flex .links_list:nth-child(1) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrapper .footer_contents .links_flex .links_list:nth-child(2), .footer__wrapper .footer_contents .links_flex .links_list:nth-child(3) {
    width: calc(50% - 8px);
  }
}
.footer__wrapper .bottom_contents .logos_wrap {
  max-width: 258px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .footer__wrapper .bottom_contents .logos_wrap {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.footer__wrapper .bottom_contents .logos_wrap .dmca {
  max-width: 100px;
  height: auto;
  margin: 0 0 30px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__wrapper .bottom_contents .logos_wrap .dmca {
    margin: 0 0 24px 0;
  }
}
.footer__wrapper .bottom_contents .logos_wrap .icons_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__wrapper .bottom_contents .bottom_links_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 0.5px solid #A5A6A7;
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .footer__wrapper .bottom_contents .bottom_links_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    padding-top: 24px;
    border: none;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrapper .bottom_contents .bottom_links_flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer__wrapper .bottom_contents .bottom_links_flex h6 {
  color: #A1A1AA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer__wrapper .bottom_contents .bottom_links_flex h6 {
    font-size: 14px;
  }
}
.footer__wrapper .bottom_contents .bottom_links_flex .bottom_inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .footer__wrapper .bottom_contents .bottom_links_flex .bottom_inner_flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrapper .bottom_contents .bottom_links_flex .bottom_inner_flex {
    gap: 16px;
    width: 100%;
  }
}
.footer__wrapper .bottom_contents .bottom_links_flex .bottom_links_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .footer__wrapper .bottom_contents .bottom_links_flex .bottom_links_list {
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    width: 100%;
  }
}
.footer__wrapper .bottom_contents .bottom_links_flex .bottom_links_list li a {
  color: #EFEFEF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .footer__wrapper .bottom_contents .bottom_links_flex .bottom_links_list li a {
    font-size: 14px;
  }
}
.footer__wrapper .bottom_contents .bottom_links_flex .bottom_links_list li img {
  width: 24px;
  height: 24px;
}
.footer__wrapper .bottom_contents .bottom_links_flex .bottom_links_list:last-child {
  gap: 16px;
}

.btns {
  border-radius: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 24px;
  position: relative;
  overflow: hidden;
  height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btns .bg {
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
  background: #121212;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btns .btnText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.btns .btnText span {
  color: #1F2022;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btns .btnText span:nth-child(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: absolute;
  top: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btns:hover .bg {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.btns:hover .btnText span {
  -webkit-transform: translateY(-130%);
  transform: translateY(-130%);
  opacity: 0;
}
.btns:hover .btnText span:nth-child(2) {
  -webkit-transform: translateY(-130%);
  transform: translateY(-130%);
  opacity: 1;
}
.btns.btnWhite {
  background: #fff;
  border: 1px solid #fff;
}
.btns.btnWhite .bg {
  background: #121212;
}
.btns.btnWhite .btnText span {
  color: #121212;
}
.btns.btnWhite .btnText span:nth-child(2) {
  color: #fff;
}
.btns.btnDark {
  background: #121212;
  border: 1px solid #121212;
}
.btns.btnDark .bg {
  background: #fff;
}
.btns.btnDark .btnText span {
  color: #fff;
}
.btns.btnDark .btnText span:nth-child(2) {
  color: #121212;
}

.form_group {
  position: relative;
  padding-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form_group label {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .form_group label {
    margin-bottom: 8px;
  }
}
.form_group label sup {
  color: #f00;
}
.form_group .errorMsg {
  color: #f00;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: absolute;
  bottom: 0;
  display: none;
  z-index: 0;
}
.form_group .radio_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .form_group .radio_flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media screen and (max-width: 576px) {
  .form_group .radio_flex .radio_wrap {
    width: 100%;
    max-width: calc(50% - 35px);
  }
}
.form_group .radio_flex .radio_wrap label {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.form_group .radio_flex .radio_wrap [type=radio]:checked,
.form_group .radio_flex .radio_wrap [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.form_group .radio_flex .radio_wrap [type=radio]:checked + label,
.form_group .radio_flex .radio_wrap [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
}
.form_group .radio_flex .radio_wrap [type=radio]:checked + label:before,
.form_group .radio_flex .radio_wrap [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #a1a1aa;
  border-radius: 100%;
  background: #fff;
}
.form_group .radio_flex .radio_wrap [type=radio]:checked + label:after,
.form_group .radio_flex .radio_wrap [type=radio]:not(:checked) + label:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 6px solid #121212;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form_group .radio_flex .radio_wrap [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.form_group .radio_flex .radio_wrap [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.form_group .formControl {
  background: transparent;
  border: 0;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #a1a1aa;
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 8px 8px 8px 0;
  width: 100%;
}
.form_group .formControl:focus {
  border-color: #121212;
}
.form_group .select2-container {
  width: 100% !important;
}
.form_group .select2-container .select2-selection--single {
  height: 38px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #a1a1aa;
  background-color: transparent;
}
.form_group .select2-container .select2-selection--single .select2-selection__rendered {
  padding-inline: 0 24px;
}
.form_group .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #a1a1aa;
}
.form_group .select2-container .select2-selection--single .select2-selection__arrow {
  height: 12px;
  width: 12px;
  border: 2px solid #121212;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 4px;
  top: 3px;
  border-top: 0;
  border-left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form_group .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.form_group .select2-container.select2-container--open .select2-selection__arrow {
  top: 13px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.form_group textarea {
  height: 49px;
  resize: none;
  border: 0;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #a1a1aa;
  background: transparent;
}
.form_group textarea:focus {
  border-color: #121212;
}
.form_group .cstm-chk {
  position: absolute;
  opacity: 0;
}
.form_group .cstm-chk + label {
  position: relative;
  padding-left: 32px;
  margin: 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form_group .cstm-chk + label:before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  border: 2px solid #121212;
  left: 0;
  top: 0;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form_group .cstm-chk + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 7px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form_group .cstm-chk:checked + label::before {
  background-color: #121212;
}
.form_group .cstm-chk:checked + label::after {
  opacity: 1;
  visibility: visible;
}

.banner__video__wrapper {
  position: relative;
}
.banner__video__wrapper::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(6.41%, #000), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #000 6.41%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 366px;
  position: absolute;
  bottom: 0;
}
.banner__video__wrapper .video_wrap {
  height: 714px;
}
@media screen and (max-width: 1024px) {
  .banner__video__wrapper .video_wrap {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banner__video__wrapper .video_wrap {
    height: 640px;
  }
}
.banner__video__wrapper .video_wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.banner__video__wrapper .title_wrap {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  max-width: 610px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner__video__wrapper .title_wrap {
    padding: 0 16px;
    bottom: 64px;
  }
}
.banner__video__wrapper .title_wrap .title72,
.banner__video__wrapper .title_wrap p {
  margin-bottom: 16px;
}
.banner__video__wrapper .title_wrap .title72 .letter,
.banner__video__wrapper .title_wrap p .letter {
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.banner__video__wrapper .title_wrap .title72 .letter.visible,
.banner__video__wrapper .title_wrap p .letter.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}
.banner__video__wrapper .title_wrap p {
  margin: 0;
}

.our__story__wrapper {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .our__story__wrapper {
    padding: 54px 0;
  }
}
.our__story__wrapper .story_wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .our__story__wrapper .story_wrap::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #696969;
    border-radius: 24px;
    opacity: 0.1;
    z-index: 0;
  }
}
.our__story__wrapper .story_wrap img {
  border-radius: 24px;
}
.our__story__wrapper .story_wrap .contents {
  max-width: 592px;
  position: absolute;
  top: 12%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .our__story__wrapper .story_wrap .contents {
    top: 32%;
    padding: 0 12px;
  }
}
.our__story__wrapper .story_wrap .contents .title42 {
  margin-bottom: 16px;
}
.our__story__wrapper .story_wrap .contents .font_18 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .our__story__wrapper .story_wrap .contents .font_18 {
    text-wrap: balance;
  }
}

.smart__silent__wrapper {
  position: relative;
  overflow: hidden;
}
.smart__silent__wrapper .wrapper .bg {
  width: 100%;
  height: 720px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .smart__silent__wrapper .wrapper .bg {
    height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  .smart__silent__wrapper .wrapper .bg {
    height: 1500px;
  }
}
@media screen and (max-width: 767px) {
  .smart__silent__wrapper .wrapper .bg {
    height: 1572px;
    -o-object-fit: unset;
    object-fit: unset;
  }
}
@media screen and (max-width: 360px) {
  .smart__silent__wrapper .wrapper .bg {
    height: 1680px;
  }
}
.smart__silent__wrapper .wrapper .contents {
  position: absolute;
  bottom: 39%;
  left: 0;
  right: 0;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .smart__silent__wrapper .wrapper .contents {
    padding: 0 12px;
    bottom: 48%;
  }
}
@media screen and (max-width: 767px) {
  .smart__silent__wrapper .wrapper .contents {
    bottom: 88%;
  }
}
@media screen and (max-width: 360px) {
  .smart__silent__wrapper .wrapper .contents {
    padding: 0 7px;
  }
}
.smart__silent__wrapper .wrapper .contents .title42 {
  margin-bottom: 16px;
}
.smart__silent__wrapper .wrapper .contents .font_18 {
  margin: 0;
}
.smart__silent__wrapper .wrapper .card_list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .smart__silent__wrapper .wrapper .card_list {
    top: 54%;
    bottom: unset;
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .smart__silent__wrapper .wrapper .card_list {
    top: 32%;
  }
}
@media screen and (max-width: 1024px) {
  .smart__silent__wrapper .wrapper .card_list li {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .smart__silent__wrapper .wrapper .card_list li {
    width: 100%;
  }
}
.smart__silent__wrapper .wrapper .card_list li .smart_card {
  border-radius: 14px;
  background: #F5F5F5;
  padding: 16px;
  width: 242px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .smart__silent__wrapper .wrapper .card_list li .smart_card {
    position: relative;
    width: 100%;
  }
}
.smart__silent__wrapper .wrapper .card_list li .smart_card img {
  width: 80px;
  height: 80px;
}
.smart__silent__wrapper .wrapper .card_list li .smart_card .details h4 {
  color: #121212;
  font-family: "Marcellus", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 12px;
}
.smart__silent__wrapper .wrapper .card_list li .smart_card .details p {
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
.smart__silent__wrapper .wrapper .card_list li:nth-child(1) .smart_card {
  top: 4%;
  left: -20%;
}
@media screen and (max-width: 1024px) {
  .smart__silent__wrapper .wrapper .card_list li:nth-child(1) .smart_card {
    top: 0;
    left: 0;
  }
}
.smart__silent__wrapper .wrapper .card_list li:nth-child(2) .smart_card {
  top: 50%;
  left: -20%;
}
@media screen and (max-width: 1024px) {
  .smart__silent__wrapper .wrapper .card_list li:nth-child(2) .smart_card {
    top: 0;
    left: 0;
  }
}
.smart__silent__wrapper .wrapper .card_list li:nth-child(3) .smart_card {
  top: 104%;
  left: 42%;
}
@media screen and (max-width: 1024px) {
  .smart__silent__wrapper .wrapper .card_list li:nth-child(3) .smart_card {
    top: 0;
    left: 0;
  }
}
.smart__silent__wrapper .wrapper .card_list li:nth-child(4) .smart_card {
  top: 4%;
  left: 104%;
}
@media screen and (max-width: 1024px) {
  .smart__silent__wrapper .wrapper .card_list li:nth-child(4) .smart_card {
    top: 0;
    left: 0;
  }
}
.smart__silent__wrapper .wrapper .card_list li:nth-child(5) .smart_card {
  top: 50%;
  left: 104%;
}
@media screen and (max-width: 1024px) {
  .smart__silent__wrapper .wrapper .card_list li:nth-child(5) .smart_card {
    top: 0;
    left: 0;
  }
}

.showroom___wrapper {
  position: relative;
  overflow: hidden;
  height: 100vh !important;
}
@media screen and (max-width: 991px) {
  .showroom___wrapper {
    height: 100% !important;
    padding: 180px 0 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .showroom___wrapper {
    padding: 400px 0 64px 0;
  }
}
@media screen and (max-width: 991px) {
  .showroom___wrapper .container {
    padding: 0;
  }
}
.showroom___wrapper #bgScale {
  position: absolute;
  inset: 0;
  background-image: url("../assets/img_showroom_bg.png");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 991px) {
  .showroom___wrapper #bgScale {
    background-image: url("../assets/img_showroom_bg1.png");
    -webkit-transform: none;
    transform: none;
  }
}
.showroom___wrapper .main_wrap .sticky_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100vh;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .showroom___wrapper .main_wrap .sticky_title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0 12px 32px 12px;
  }
}
.showroom___wrapper .main_wrap .sticky_title .title42 {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .showroom___wrapper .main_wrap .sticky_title .title42 {
    margin-bottom: 32px;
  }
}
.showroom___wrapper .main_wrap .sticky_title p {
  margin-bottom: 32px;
}
.showroom___wrapper .main_wrap .item_cards {
  padding-top: 680px;
  -webkit-transition: translate 3s linear;
  transition: translate 3s linear;
  will-change: transform;
}
@media screen and (max-width: 991px) {
  .showroom___wrapper .main_wrap .item_cards {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    overflow: scroll;
    padding: 0 12px;
  }
}
.showroom___wrapper .main_wrap .item_cards .card_box {
  border-radius: 8px;
  background: #FFF;
  padding: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .showroom___wrapper .main_wrap .item_cards .card_box {
    min-width: 312px;
  }
}
.showroom___wrapper .main_wrap .item_cards .card_box img {
  width: 100%;
  height: auto;
}
.showroom___wrapper .main_wrap .item_cards .card_box p {
  color: #1F2022;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 8px 0 0 0;
  height: 60px;
  overflow: hidden;
}

.testimonials__wrapper {
  text-align: center;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .testimonials__wrapper {
    padding: 64px 0;
  }
}
.testimonials__wrapper .title42 {
  margin-bottom: 16px;
}
.testimonials__wrapper .font_18 {
  margin-bottom: 32px;
}
.testimonials__wrapper .quote {
  width: 86px;
  height: 76px;
}
.testimonials__wrapper .swiperTestimonials {
  padding: 0 24px;
}
@media screen and (max-width: 991px) {
  .testimonials__wrapper .swiperTestimonials {
    padding: 0;
  }
}
.testimonials__wrapper .swiperTestimonials .swiper-wrapper .swiper-slide .contents {
  margin-top: 32px;
}
.testimonials__wrapper .swiperTestimonials .swiper-wrapper .swiper-slide .contents p {
  color: #696969;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 16px;
}
.testimonials__wrapper .swiperTestimonials .swiper-wrapper .swiper-slide .contents h6 {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 32px;
  padding-bottom: 20px;
}
.testimonials__wrapper .swiperTestimonials .swiper_navigation_wrap {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonials__wrapper .swiperTestimonials .swiper_navigation_wrap .swiper-button-next,
.testimonials__wrapper .swiperTestimonials .swiper_navigation_wrap .swiper-button-prev {
  width: 64px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #121212;
  background: #121212;
  position: relative;
  top: 0;
  margin: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .testimonials__wrapper .swiperTestimonials .swiper_navigation_wrap .swiper-button-next,
  .testimonials__wrapper .swiperTestimonials .swiper_navigation_wrap .swiper-button-prev {
    display: none;
  }
}
.testimonials__wrapper .swiperTestimonials .swiper_navigation_wrap .swiper-button-next::after,
.testimonials__wrapper .swiperTestimonials .swiper_navigation_wrap .swiper-button-prev::after {
  content: "";
  background: url("../assets/img_arrow-white.svg");
  width: 16px;
  height: 16px;
}
.testimonials__wrapper .swiperTestimonials .swiper_navigation_wrap .swiper-button-next.swiper-button-disabled,
.testimonials__wrapper .swiperTestimonials .swiper_navigation_wrap .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.testimonials__wrapper .swiperTestimonials .swiper_navigation_wrap .swiper-button-next.swiper-button-disabled {
  background: #ffffff;
}
.testimonials__wrapper .swiperTestimonials .swiper_navigation_wrap .swiper-button-next.swiper-button-disabled::after {
  background: url("../assets/img_testimonials_arrow-black.svg");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonials__wrapper .swiperTestimonials .swiper_navigation_wrap .swiper-button-prev {
  background: #121212;
}
.testimonials__wrapper .swiperTestimonials .swiper_navigation_wrap .swiper-button-prev::after {
  background: url("../assets/img_testimonials_arrow-white.svg");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonials__wrapper .swiperTestimonials .swiper_navigation_wrap .swiper-button-prev.swiper-button-disabled {
  background: #ffffff;
}
.testimonials__wrapper .swiperTestimonials .swiper_navigation_wrap .swiper-button-prev.swiper-button-disabled::after {
  background: url("../assets/img_testimonials_arrow-black.svg");
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.testimonials__wrapper .swiperTestimonials .swiper_navigation_wrap .swiper-pagination {
  width: auto;
  position: relative;
  bottom: 0;
  margin: 0 12px;
}
.testimonials__wrapper .swiperTestimonials .swiper_navigation_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #121212;
}

.choose__it__wrapper {
  height: 568px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .choose__it__wrapper {
    height: 514px;
  }
}
.choose__it__wrapper .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .choose__it__wrapper .bg {
    display: none;
  }
}
.choose__it__wrapper .bg-mobile {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .choose__it__wrapper .bg-mobile {
    display: block;
  }
}
.choose__it__wrapper .contents {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 500px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.choose__it__wrapper .contents .title42 {
  margin-bottom: 16px;
}
.choose__it__wrapper .contents p {
  margin-bottom: 32px;
}

.products__circle__wrapper {
  overflow: hidden;
  padding: 120px 0 0 0;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper {
    padding: 64px 0 0;
  }
}
.products__circle__wrapper .title_wrap {
  max-width: 642px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper .title_wrap {
    padding: 0 12px;
    text-wrap: balance;
  }
}
.products__circle__wrapper .title_wrap .title42 {
  margin-bottom: 16px;
}
.products__circle__wrapper .title_wrap .font_18 {
  margin-bottom: 32px;
  max-width: 520px;
  margin: 0 auto;
}
.products__circle__wrapper .btn_wrap {
  border-radius: 24px;
  border: 1.5px solid #121212;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 408px;
  margin: 32px auto 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper .btn_wrap {
    max-width: 300px;
  }
}
.products__circle__wrapper .btn_wrap li button {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 8px;
  width: 204px;
  border-radius: 24px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper .btn_wrap li button {
    width: 149px;
  }
}
.products__circle__wrapper .btn_wrap li.active button {
  background: #121212;
  color: #FFF;
}
.products__circle__wrapper .wrapper {
  width: 7728px;
  height: 70vh;
  margin-top: 56px;
}
@media screen and (max-width: 1024px) {
  .products__circle__wrapper .wrapper {
    width: 100%;
    height: 36vh;
  }
}
@media screen and (max-width: 991px) {
  .products__circle__wrapper .wrapper {
    height: 44vh;
  }
}
.products__circle__wrapper .wrapper .inner_wrap {
  width: 3864px;
  height: 3864px;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: 0 auto;
  top: 60%;
}
@media screen and (max-width: 1366px) {
  .products__circle__wrapper .wrapper .inner_wrap {
    width: 3000px;
    height: 3000px;
  }
}
@media screen and (max-width: 1024px) {
  .products__circle__wrapper .wrapper .inner_wrap {
    width: 2000px;
    height: 2000px;
  }
}
.products__circle__wrapper .wrapper .inner_wrap .box_four .box,
.products__circle__wrapper .wrapper .inner_wrap .box_three .box {
  width: 260px;
  height: 100%;
}
@media screen and (max-width: 1366px) {
  .products__circle__wrapper .wrapper .inner_wrap .box_four .box,
  .products__circle__wrapper .wrapper .inner_wrap .box_three .box {
    width: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .products__circle__wrapper .wrapper .inner_wrap .box_four .box,
  .products__circle__wrapper .wrapper .inner_wrap .box_three .box {
    width: 160px;
  }
}
.products__circle__wrapper .wrapper .inner_wrap .box_four .box .fansCards,
.products__circle__wrapper .wrapper .inner_wrap .box_three .box .fansCards {
  position: relative;
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.products__circle__wrapper .wrapper .inner_wrap .box_four .box .fansCards .img img,
.products__circle__wrapper .wrapper .inner_wrap .box_three .box .fansCards .img img {
  width: 100%;
  height: 100%;
}
.products__circle__wrapper .wrapper .inner_wrap .box_four .box .fansCards h4,
.products__circle__wrapper .wrapper .inner_wrap .box_three .box .fansCards h4 {
  color: #121212;
  font-family: "Marcellus", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.products__circle__wrapper .wrapper .inner_wrap .box_four .box .fansCards:hover,
.products__circle__wrapper .wrapper .inner_wrap .box_three .box .fansCards:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.products__circle__wrapper .fansCards {
  position: relative;
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.products__circle__wrapper .fansCards .img img {
  width: 100%;
  height: 100%;
}
.products__circle__wrapper .fansCards h4 {
  color: #121212;
  font-family: "Marcellus", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.products__circle__wrapper .fansCards:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper .fansCards:hover {
    -webkit-transform: none;
    transform: none;
  }
}
.products__circle__wrapper .circle_tabs .tab_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 328px;
  margin: 32px auto 0 auto;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #121212;
  border-radius: 24px;
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
@media screen and (max-width: 360px) {
  .products__circle__wrapper .circle_tabs .tab_buttons {
    width: 298px;
  }
}
.products__circle__wrapper .circle_tabs .tab_buttons li {
  width: 50%;
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 8px;
  border-radius: 24px;
  text-align: center;
}
.products__circle__wrapper .circle_tabs .tab_buttons li.active {
  color: #ffffff;
  background: #121212;
}
.products__circle__wrapper .circle_tabs .tab_content {
  width: 7728px;
  height: 26vh;
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper .circle_tabs .tab_content {
    height: 100%;
    width: 100%;
  }
}

.products__circle__wrapper .circle_tabs .tab_content .ceilingFans_wrap,
.products__circle__wrapper .circle_tabs .tab_content .othersFans_wrap {
  width: 3660px;
  height: 3660px;
  position: absolute;
  left: -418%;
  right: -418%;
  margin: 0 auto;
  top: 66%;
  visibility: hidden;
  opacity: 0;
  -ms-touch-action: pan-y !important;
  touch-action: pan-y !important;
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper .circle_tabs .tab_content .ceilingFans_wrap,
  .products__circle__wrapper .circle_tabs .tab_content .othersFans_wrap {
    position: relative;
    height: 100%;
    width: 100%;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
  }
}
.products__circle__wrapper .circle_tabs .tab_content .ceilingFans_wrap svg,
.products__circle__wrapper .circle_tabs .tab_content .othersFans_wrap svg {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper .circle_tabs .tab_content .ceilingFans_wrap svg,
  .products__circle__wrapper .circle_tabs .tab_content .othersFans_wrap svg {
    display: none;
  }
}
.products__circle__wrapper .circle_tabs .tab_content .ceilingFans_wrap .cards_four .box,
.products__circle__wrapper .circle_tabs .tab_content .ceilingFans_wrap .cards_four .boxOne,
.products__circle__wrapper .circle_tabs .tab_content .ceilingFans_wrap .cards_three .box,
.products__circle__wrapper .circle_tabs .tab_content .ceilingFans_wrap .cards_three .boxOne,
.products__circle__wrapper .circle_tabs .tab_content .othersFans_wrap .cards_four .box,
.products__circle__wrapper .circle_tabs .tab_content .othersFans_wrap .cards_four .boxOne,
.products__circle__wrapper .circle_tabs .tab_content .othersFans_wrap .cards_three .box,
.products__circle__wrapper .circle_tabs .tab_content .othersFans_wrap .cards_three .boxOne {
  width: 260px;
  height: 342px;
}
.products__circle__wrapper .circle_tabs .tab_content .ceilingFans_wrap .swiperCeilingMobile,
.products__circle__wrapper .circle_tabs .tab_content .othersFans_wrap .swiperCeilingMobile {
  padding-inline: 16px;
  padding-bottom: 40px;
}
.products__circle__wrapper .circle_tabs .tab_content.show .ceilingFans_wrap,
.products__circle__wrapper .circle_tabs .tab_content.show .othersFans_wrap {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper .circle_tabs .tab_content.show .ceilingFans_wrap,
  .products__circle__wrapper .circle_tabs .tab_content.show .othersFans_wrap {
    display: block;
  }
}
/* .products__circle__wrapper .circle_tabs .tab_content {
  width: 7728px;
  height: 26vh;
}
@media screen and (max-width: 360px) {
  .products__circle__wrapper .circle_tabs .tab_content {
    height: 36vh;
  }
}
.products__circle__wrapper .circle_tabs .tab_content .ceilingFans_wrap,
.products__circle__wrapper .circle_tabs .tab_content .othersFans_wrap {
  width: 3660px;
  height: 3660px;
  position: absolute;
  left: -418%;
  right: -418%;
  margin: 0 auto;
  top: 66%;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 360px) {
  .products__circle__wrapper .circle_tabs .tab_content .ceilingFans_wrap,
  .products__circle__wrapper .circle_tabs .tab_content .othersFans_wrap {
    left: -455%;
  }
}
@media screen and (max-width: 320px) {
  .products__circle__wrapper .circle_tabs .tab_content .ceilingFans_wrap,
  .products__circle__wrapper .circle_tabs .tab_content .othersFans_wrap {
    left: -518%;
    right: 518%;
  }
}
.products__circle__wrapper .circle_tabs .tab_content .ceilingFans_wrap .cards_four .box,
.products__circle__wrapper .circle_tabs .tab_content .ceilingFans_wrap .cards_four .boxOne,
.products__circle__wrapper .circle_tabs .tab_content .ceilingFans_wrap .cards_three .box,
.products__circle__wrapper .circle_tabs .tab_content .ceilingFans_wrap .cards_three .boxOne,
.products__circle__wrapper .circle_tabs .tab_content .othersFans_wrap .cards_four .box,
.products__circle__wrapper .circle_tabs .tab_content .othersFans_wrap .cards_four .boxOne,
.products__circle__wrapper .circle_tabs .tab_content .othersFans_wrap .cards_three .box,
.products__circle__wrapper .circle_tabs .tab_content .othersFans_wrap .cards_three .boxOne {
  width: 260px;
  height: 342px;
}
.products__circle__wrapper .circle_tabs .tab_content.show .ceilingFans_wrap,
.products__circle__wrapper .circle_tabs .tab_content.show .othersFans_wrap {
  visibility: visible;
  opacity: 1;
} */

.hero__banner__wrapper {
  position: relative;
  height: calc(100vh - 68px);
}
@media screen and (max-width: 1024px) {
  .hero__banner__wrapper {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hero__banner__wrapper {
    height: calc(100vh - 68px);
  }
}
.hero__banner__wrapper img {
  width: 100%;
  height: 100%;
  /* -o-object-fit: cover; */
  /* object-fit: cover; */
}
@media screen and (max-width: 991px) {
  .hero__banner__wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.hero__banner__wrapper .contents {
  position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 767px) {
  .hero__banner__wrapper .contents {
    padding: 0 12px;
    bottom: 26px;
  }
}
.hero__banner__wrapper .contents h1 {
  margin-bottom: 16px;
}
.hero__banner__wrapper .contents p {
  margin: 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.about__section {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__section {
    height: 100%;
    padding: 64px 0 0 0;
  }
}
.about__section .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  position: absolute;
  top: -30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .about__section .img {
    display: none;
  }
}
.about__section .img img {
  width: 466px;
  height: 446px;
  -webkit-transition: -webkit-transform 3s linear;
  transition: -webkit-transform 3s linear;
  transition: transform 3s linear;
  transition: transform 3s linear, -webkit-transform 3s linear;
}
.about__section .img img.rotated {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.about__section .reveal_contents {
  max-width: 800px;
  margin: 280px auto 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .about__section .reveal_contents {
    margin: 0;
    padding: 0 16px;
  }
}
.about__section .reveal_contents .revealText {
  color: #D4D4D4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: inline-block;
  font-family: "Marcellus", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .about__section .reveal_contents .revealText {
    color: #121212;
    line-height: 130%;
  }
}
@media screen and (max-width: 767px) {
  .about__section .reveal_contents .revealText br {
    display: none;
  }
}
.about__section .reveal_contents .revealText:nth-child(1), .about__section .reveal_contents .revealText:nth-child(2) {
  margin-bottom: 32px;
}
.cart__item.installation-item .cart__item-image {
  display: none !important;
}

.cart__item.installation-item .cart__item-left {
  width: 0 !important; /* remove space */
}

.cart__item.installation-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
/* Hide the default image for installation items */
.cart__item.installation-item{
  display: none !important;
}

/* Remove unnecessary spacing / quantity */
.cart__item.installation-item .cart__item-quantity {
  display: none;
}

/* Optional: make price float right */
.cart__item.installation-item .cart__item-price {
  float: right;
  font-weight: bold;
  color: #000;
}

.titmeline__slider___wrapper {
  padding: 100px 0 ;
}
@media screen and (max-width: 991px) {
  .titmeline__slider___wrapper {
    padding: 64px 0 32px 0;
  }
}
.titmeline__slider___wrapper h2 {
  margin: 0 auto 16px auto;
  max-width: 680px;
  text-align: center;
  text-wrap: balance;
}
.titmeline__slider___wrapper p {
   margin-bottom: 40px;
  text-align: center;
  color: #696969;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 991px) {
  .titmeline__slider___wrapper .row {
    gap: 16px;
  }
}
@media screen and (max-width: 991px) {
  .titmeline__slider___wrapper .row .offset-lg-1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.titmeline__slider___wrapper .timeline_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .titmeline__slider___wrapper .timeline_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .titmeline__slider___wrapper .timeline_left .tab_column_details {
    width: 100%;
    margin-bottom: 24px;
  }
}
.titmeline__slider___wrapper .timeline_left .tab_column_details h3 {
  color: #121212;
  font-family: "Marcellus", serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .titmeline__slider___wrapper .timeline_left .tab_column_details h3 {
    font-size: 46px;
  }
}
.titmeline__slider___wrapper .timeline_left .tab_column_details h4 {
  color: #121212;
  font-family: "Marcellus", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  margin: 0;
  height: 78px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .titmeline__slider___wrapper .timeline_left .tab_column_details h4 {
    font-size: 20px;
    height: 66px;
  }
}
.titmeline__slider___wrapper .timeline_left .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 12px;
}
.titmeline__slider___wrapper .timeline_left .controls .navBtnPrev,
.titmeline__slider___wrapper .timeline_left .controls .navBtnNext {
  border-radius: 24px;
  border: 1px solid #252324;
  background: #FFF;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #252324;
}
.titmeline__slider___wrapper .timeline_left .controls .navBtnPrev img,
.titmeline__slider___wrapper .timeline_left .controls .navBtnNext img {
  width: 24px;
  height: 24px;
}
.titmeline__slider___wrapper .timeline_left .controls .navBtnPrev:disabled,
.titmeline__slider___wrapper .timeline_left .controls .navBtnNext:disabled {
  background: transparent;
}
.titmeline__slider___wrapper .timeline_left .controls .navBtnPrev:disabled img,
.titmeline__slider___wrapper .timeline_left .controls .navBtnNext:disabled img {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(150%) hue-rotate(326deg) brightness(102%) contrast(86%);
  filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(150%) hue-rotate(326deg) brightness(102%) contrast(86%);
}
.titmeline__slider___wrapper .timeline_left .controls .navBtnPrev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.titmeline__slider___wrapper .tab_column_details .tabContent,
.titmeline__slider___wrapper .tab_column_img .tabContent {
  display: none;
}
.titmeline__slider___wrapper .tab_column_details .tabContent .img,
.titmeline__slider___wrapper .tab_column_img .tabContent .img {
  overflow: hidden;
  -webkit-animation: translate 2s;
  animation: translate 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: relative;
  width: 100%;
  height: 448px;
}
@media screen and (max-width: 991px) {
  .titmeline__slider___wrapper .tab_column_details .tabContent .img,
  .titmeline__slider___wrapper .tab_column_img .tabContent .img {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .titmeline__slider___wrapper .tab_column_details .tabContent .img,
  .titmeline__slider___wrapper .tab_column_img .tabContent .img {
    height: 210px;
  }
}
.titmeline__slider___wrapper .tab_column_details .tabContent .img img,
.titmeline__slider___wrapper .tab_column_img .tabContent .img img {
  width: 100%;
  height: 100%;
  /* -o-object-fit: cover;
  object-fit: cover; */
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2);
  -webkit-animation: pic 1.2s;
  animation: pic 1.2s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  border-radius: 4px;
}
.titmeline__slider___wrapper .tab_column_details .tabContent .img .overlay,
.titmeline__slider___wrapper .tab_column_img .tabContent .img .overlay {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: anim 1.2s;
  animation: anim 1.2s;
}
@-webkit-keyframes pic {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes pic {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes anim {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  51% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}
@keyframes anim {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  51% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}
.titmeline__slider___wrapper .tab_column_details .tabContent.active,
.titmeline__slider___wrapper .tab_column_img .tabContent.active {
  display: block;
}
.titmeline__slider___wrapper .timeline_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 44px;
  width: 100%;
  overflow: scroll;
}
@media screen and (max-width: 991px) {
  .titmeline__slider___wrapper .timeline_buttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 24px;
  }
}
.titmeline__slider___wrapper .timeline_buttons .tabBtn {
  color: #A4A4A4;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  padding: 6px 16px;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 991px) {
  .titmeline__slider___wrapper .timeline_buttons .tabBtn {
    margin: 0;
    font-size: 20px;
  }
}
.titmeline__slider___wrapper .timeline_buttons .tabBtn.active {
  color: #121212;
  border-bottom: 1px solid #121212;
}

.innovations__wrapper {
  background: #F4F4F4;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .innovations__wrapper {
    padding: 64px 0;
  }
}
.innovations__wrapper .title_sticky {
  position: sticky;
  top: 24%;
}
@media screen and (max-width: 767px) {
  .innovations__wrapper .title_sticky {
    position: initial;
    top: 0;
  }
}
.innovations__wrapper .title_sticky h2 {
  margin-bottom: 16px;
}
.innovations__wrapper .title_sticky p {
  margin: 0;
}
.innovations__wrapper .title_sticky .font_18 {
  line-height: 130%;
}
@media screen and (max-width: 991px) {
  .innovations__wrapper .title_sticky .font_18 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .innovations__wrapper .innovations_detail {
    margin-top: 36px;
  }
}
.innovations__wrapper .innovations_detail h3 {
  color: #121212;
  font-family: "Marcellus", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .innovations__wrapper .innovations_detail h3 {
    font-size: 24px;
  }
}
.innovations__wrapper .innovations_detail .circle_list {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .innovations__wrapper .innovations_detail .circle_list {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.innovations__wrapper .innovations_detail .circle_list li {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .innovations__wrapper .innovations_detail .circle_list li {
    margin-bottom: 40px;
  }
}
.innovations__wrapper .innovations_detail .circle_list li .circle_card_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.innovations__wrapper .innovations_detail .circle_list li .circle_card_flex img {
  width: 156px;
  height: 156px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .innovations__wrapper .innovations_detail .circle_list li .circle_card_flex img {
    width: 100px;
    height: 100px;
  }
}
.innovations__wrapper .innovations_detail .circle_list li .circle_card_flex .contents h4 {
  color: #121212;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 12px;
  font-family: "Figtree", sans-serif;
}
@media screen and (max-width: 767px) {
  .innovations__wrapper .innovations_detail .circle_list li .circle_card_flex .contents h4 {
    font-size: 20px;
  }
}
.innovations__wrapper .innovations_detail .circle_list li .circle_card_flex .contents p {
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.innovations__wrapper .innovations_detail .circle_list li:last-child {
  margin-bottom: 0;
}
.innovations__wrapper .innovations_detail h4 {
  color: #121212;
  font-family: "Marcellus", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .innovations__wrapper .innovations_detail h4 {
    font-size: 24px;
  }
}
.innovations__wrapper .innovations_detail .timeless_list li {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .innovations__wrapper .innovations_detail .timeless_list li {
    margin-bottom: 24px;
  }
}
.innovations__wrapper .innovations_detail .timeless_list li .timeless_card_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.innovations__wrapper .innovations_detail .timeless_list li .timeless_card_flex img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .innovations__wrapper .innovations_detail .timeless_list li .timeless_card_flex img {
    width: 70px;
    height: 70px;
  }
}
.innovations__wrapper .innovations_detail .timeless_list li .timeless_card_flex h6 {
  color: #121212;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .innovations__wrapper .innovations_detail .timeless_list li .timeless_card_flex h6 {
    font-size: 20px;
  }
}
.innovations__wrapper .innovations_detail .timeless_list li:last-child {
  margin-bottom: 0;
}

.fan__company__wrapper {
  position: relative;
  height: 1250px;
  overflow: hidden;
}
@media screen and (max-width: 1700px) {
  .fan__company__wrapper {
    height: 1000px;
  }
}
@media screen and (max-width: 1600px) {
  .fan__company__wrapper {
    height: 920px;
  }
}
@media screen and (max-width: 1440px) {
  .fan__company__wrapper {
    height: 860px;
  }
}
@media screen and (max-width: 1366px) {
  .fan__company__wrapper {
    height: 800px;
  }
}
@media screen and (max-width: 1200px) {
  .fan__company__wrapper {
    height: 680px;
  }
}
@media screen and (max-width: 767px) {
  .fan__company__wrapper {
    height: 610px;
  }
}
.fan__company__wrapper .img_wrap {
  height: 100%;
  width: calc(100% - 646px);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .fan__company__wrapper .img_wrap {
    width: calc(50% + 50px);
  }
}
.fan__company__wrapper .img_wrap .img {
  display: none;
}
.fan__company__wrapper .img_wrap .img .hide {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
@-webkit-keyframes img {
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes img {
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.fan__company__wrapper .img_wrap .img.show {
  display: block;
}
.fan__company__wrapper .floating_contents {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .fan__company__wrapper .floating_contents {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .fan__company__wrapper .floating_contents {
    position: static;
  }
}
.fan__company__wrapper .floating_contents .inner_wrap {
  position: relative;
  max-width: 646px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .fan__company__wrapper .floating_contents .inner_wrap {
    max-width: 552px;
    height: 800px;
  }
}
@media screen and (max-width: 1199px) {
  .fan__company__wrapper .floating_contents .inner_wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .fan__company__wrapper .floating_contents .inner_wrap {
    height: 800px;
  }
}
@media screen and (max-width: 767px) {
  .fan__company__wrapper .floating_contents .inner_wrap {
    max-width: 100%;
    height: 610px;
    width: 100%;
  }
}
.fan__company__wrapper .floating_contents .inner_wrap img {
  width: 100%;
  height: 100%;
}
.fan__company__wrapper .floating_contents .inner_wrap .contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 444px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto auto auto 104px;
}
@media screen and (max-width: 1200px) {
  .fan__company__wrapper .floating_contents .inner_wrap .contents {
    margin: auto auto auto 60px;
  }
}
@media screen and (max-width: 1199px) {
  .fan__company__wrapper .floating_contents .inner_wrap .contents {
    margin: auto auto auto 40px;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .fan__company__wrapper .floating_contents .inner_wrap .contents {
    margin: auto 12px auto 36px;
  }
}
@media screen and (max-width: 767px) {
  .fan__company__wrapper .floating_contents .inner_wrap .contents {
    margin: auto 0 auto 0;
    max-width: 100%;
  }
}
.fan__company__wrapper .floating_contents .inner_wrap .contents h2 {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .fan__company__wrapper .floating_contents .inner_wrap .contents h2 {
    margin-bottom: 24px;
  }
}
.fan__company__wrapper .floating_contents .inner_wrap .contents p {
  text-wrap: pretty;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .fan__company__wrapper .floating_contents .inner_wrap .contents p {
    margin-bottom: 42px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .fan__company__wrapper .floating_contents .inner_wrap .contents h2,
  .fan__company__wrapper .floating_contents .inner_wrap .contents p {
    margin-inline: 12px;
  }
}
.fan__company__wrapper .floating_contents .inner_wrap .contents .listing li {
  padding-bottom: 18px;
  margin-bottom: 18px;
  color: #696969;
  font-family: "Marcellus", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-width: 1px;
  border-bottom-style: solid;
  border-color: #696969;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.fan__company__wrapper .floating_contents .inner_wrap .contents .listing li.active {
  border-color: #121212;
  color: #121212;
}
.fan__company__wrapper .floating_contents .inner_wrap .contents .listing li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.fan__company__wrapper .floating_contents .mobile_wrap {
  margin-top: 42px;
}
.fan__company__wrapper .floating_contents .mobile_wrap .img_list_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  overflow: auto;
  padding: 0 12px;
}
.fan__company__wrapper .floating_contents .mobile_wrap .img_list_mobile li img {
  min-width: 304px;
  height: 184px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.fan__company__wrapper .floating_contents .mobile_wrap .img_list_mobile li p {
  color: #121212;
  font-family: "Marcellus", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 28px 0 0 0;
}


.visuals__masonry__wrapper {
  padding: 60px 0 120px 0;
  /* Main CSS */
}
@media screen and (max-width: 767px) {
  .visuals__masonry__wrapper {
    padding: 32px 0 80px 0;
  }
}
.visuals__masonry__wrapper h2 {
  margin-bottom: 42px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 42px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .visuals__masonry__wrapper h2 {
    margin: 0 auto 32px auto;
  }
}
.visuals__masonry__wrapper .visualsSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.visuals__masonry__wrapper .visualsSwiper .swiper-wrapper .swiper-slide .img_flex {
  display: grid;
  grid-template-columns: auto auto;
  gap: 12px;
}
.visuals__masonry__wrapper .visualsSwiper .swiper-wrapper .swiper-slide .img_flex div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.visuals__masonry__wrapper .visualsSwiper .swiper-wrapper .swiper-slide .img_flex.grid_3 div:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.visuals__masonry__wrapper .visualsSwiper .swiper-wrapper .swiper-slide .img_flex.grid_5 div:nth-child(3) {
  grid-column: span 2;
}
.visuals__masonry__wrapper .marquee_wrap {
  width: 100vw;
  overflow: hidden;
}
.visuals__masonry__wrapper .marquee_wrap .marquee_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-animation: marquee 10s linear infinite;
  animation: marquee 10s linear infinite;
}
.visuals__masonry__wrapper .marquee_wrap .marquee_flex .grid-wrapper {
  min-width: calc(100% - 10px);
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.visuals__masonry__wrapper .grid-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.visuals__masonry__wrapper .grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.visuals__masonry__wrapper .grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-auto-rows: 200px;
}
.visuals__masonry__wrapper .grid-wrapper .wide {
  grid-column: span 2;
}
.visuals__masonry__wrapper .grid-wrapper .tall {
  grid-row: span 2;
}
.visuals__masonry__wrapper .grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

.contact__banner__wrapper {
  position: relative;
}
.contact__banner__wrapper .bg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .contact__banner__wrapper .bg {
    height: 650px;
  }
}
@media screen and (max-width: 991px) {
  .contact__banner__wrapper .bg {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact__banner__wrapper .bg {
    height: 568px;
  }
}
.contact__banner__wrapper .floating_contents_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.contact__banner__wrapper .floating_contents_wrap .title {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .contact__banner__wrapper .floating_contents_wrap .title {
    margin-bottom: 50px;
    padding: 0 12px;
  }
}
.contact__banner__wrapper .floating_contents_wrap .title h1 {
  margin-bottom: 16px;
}
.contact__banner__wrapper .floating_contents_wrap .title p {
  margin: 0;
}
.contact__banner__wrapper .floating_contents_wrap .details_wrap {
  background: #f5f5f5;
  border-radius: 8px 8px 0 0;
  max-width: 1282px;
  margin: 0 auto;
  padding: 40px 40px 10px 40px;
  margin-bottom: -2px;
}
@media screen and (max-width: 1200px) {
  .contact__banner__wrapper .floating_contents_wrap .details_wrap {
    max-width: 1120px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__banner__wrapper .floating_contents_wrap .details_wrap {
    max-width: 950px;
  }
}
@media screen and (max-width: 991px) {
  .contact__banner__wrapper .floating_contents_wrap .details_wrap {
    display: none;
  }
}
.contact__banner__wrapper .floating_contents_wrap .details_wrap .card_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.contact__banner__wrapper .floating_contents_wrap .details_wrap .card_flex .cards {
  width: 20%;
  text-align: center;
}
.contact__banner__wrapper .floating_contents_wrap .details_wrap .card_flex .cards img {
  width: 80px;
  height: 80px;
}
.contact__banner__wrapper .floating_contents_wrap .details_wrap .card_flex .cards p {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 24px 0 0 0;
}

.contact__form__wrapper {
  padding: 120px 0;
  background: #f5f5f5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper {
    padding: 64px 0;
  }
}
.contact__form__wrapper #contactForm .flex_input_wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
}
@media screen and (max-width: 991px) {
  .contact__form__wrapper #contactForm .flex_input_wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper #contactForm .flex_input_wrap {
    gap: 16px;
  }
}
.contact__form__wrapper #contactForm .flex_input_wrap .full-grid {
  grid-column: 1/4;
}
@media screen and (max-width: 991px) {
  .contact__form__wrapper #contactForm .flex_input_wrap .full-grid {
    grid-column: 1/2;
  }
}
.contact__form__wrapper .thankYouMsg {
  position: fixed;
  right: 22%;
  top: 13%;
  display: none;
  padding: 8px 16px;
    width: 100%;
  max-width: 420px;
  background-color: #0ecc00;
  border-radius: 4px;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .contact__form__wrapper .thankYouMsg {
    right: 16%;
  }
}
@media screen and (max-width: 1440px) {
  .contact__form__wrapper .thankYouMsg {
    right: 12%;
  }
}
@media screen and (max-width: 1200px) {
.contact__form__wrapper .thankYouMsg {
    right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .thankYouMsg {
    max-width: 313px;
    right: 16px;
  }
}
@media screen and (max-width: 359px) {
  .contact__form__wrapper .thankYouMsg {
    max-width: calc(100% - 32px);
  }
}
.contact__form__wrapper .thankYouMsg h4 {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.contact__form__wrapper .thankYouMsg .inner_wrap {
  position: relative;
}
.contact__form__wrapper .thankYouMsg .inner_wrap button {
  position: absolute;
  right: -24px;
  top: -18px;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact__form__wrapper .thankYouMsg .inner_wrap button img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .btns {
    width: 100%;
  }
}

.select2-container--default .select2-dropdown {
  border: 0;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.06);
  border: 0;
  padding: 8px;
}
.select2-container--default .select2-dropdown .select2-results__options .select2-results__option {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  text-transform: capitalize;
  border-radius: 8px;
  margin: 0 0 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.select2-container--default .select2-dropdown .select2-results__options .select2-results__option:last-child {
  margin-bottom: 0;
}
.select2-container--default .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true], .select2-container--default .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #121212;
  color: #fff;
}

.faq__wrapper {
  padding: 120px 0 147px;
}
@media screen and (max-width: 991px) {
  .faq__wrapper {
    padding: 64px 0;
  }
}
.faq__wrapper .title42 {
  margin: 0 0 56px;
}
@media screen and (max-width: 991px) {
  .faq__wrapper .title42 {
    margin: 0 0 40px;
  }
}
.faq__wrapper .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  max-width: 284px;
}
@media screen and (max-width: 991px) {
  .faq__wrapper .tabs {
    display: none;
  }
}
.faq__wrapper .tabs li {
  color: #121212;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  padding: 16px 24px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq__wrapper .tabs li:hover {
  background-color: rgba(18, 18, 18, 0.1);
}
.faq__wrapper .tabs li.active {
  background-color: #121212;
  color: #fff;
}
.faq__wrapper .tab_drawer_heading {
  display: none;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 991px) {
  .faq__wrapper .tab_drawer_heading {
    display: block;
    text-transform: capitalize;
    border-radius: 8px;
    color: #121212;
    font-family: "Marcellus", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    padding: 12px 24px;
    margin: 0;
    background-color: #f5f5f5;
    margin-top: 16px;
  }
  .faq__wrapper .tab_drawer_heading:first-child {
    margin-top: 0;
  }
}
.faq__wrapper .tab_drawer_heading::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  background-image: url("../assets/img_chevron-down-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq__wrapper .tab_drawer_heading.d_active {
  color: #fff;
  background-color: #121212;
}
.faq__wrapper .tab_drawer_heading.d_active::after {
  background-image: url("../assets/img_chevron-down-white.svg");
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq__wrapper .tab_content {
  padding: 0;
  display: none;
}
@media screen and (max-width: 991px) {
  .faq__wrapper .tab_content {
    padding: 32px 0 0;
  }
}
.faq__wrapper .accordion-item {
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid #a1a1aa;
  background-color: transparent;
}
.faq__wrapper .accordion-item:first-child {
  padding-top: 0;
}
.faq__wrapper .accordion-item:last-child {
  border-radius: 0;
}
.faq__wrapper .accordion-item .accordion-header .accordion-button {
  padding: 0;
  color: #121212;
  font-family: "Marcellus", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  gap: 8px;
}
@media screen and (max-width: 991px) {
  .faq__wrapper .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.faq__wrapper .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../assets/img_chevron-down-black.svg");
  background-size: 24px 24px;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .faq__wrapper .accordion-item .accordion-header .accordion-button::after {
    margin-top: 2px;
  }
}
.faq__wrapper .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.faq__wrapper .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faq__wrapper .accordion-item .accordion-body {
  padding: 0;
  color: #696969;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  padding: 32px 0 0;
}
.faq__wrapper .accordion-item .accordion-body p {
  margin: 0 0 32px;
  color: #696969;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
.faq__wrapper .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}
.faq__wrapper .accordion-item .accordion-body span {
  display: block;
}
.faq__wrapper .accordion-item .accordion-body ul {
  margin: 0;
  padding: 0;
}
.faq__wrapper .accordion-item .accordion-body ul li {
  position: relative;
  padding-left: 16px;
  color: #696969;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
}
.faq__wrapper .accordion-item .accordion-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #696969;
}

.showroom__banner_wrapper {
  min-height: 435px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .showroom__banner_wrapper {
    min-height: 800px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .showroom__banner_wrapper {
    min-height: 458px;
  }
}
.showroom__banner_wrapper img {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 636px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .showroom__banner_wrapper img {
    width: 100%;
    height: 100vh;
    max-width: inherit;
    left: 0;
    right: 0;
    top: -28%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .showroom__banner_wrapper img {
    top: 0;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .showroom__banner_wrapper img.desk-show {
    display: none;
  }
}
.showroom__banner_wrapper img.mob-show {
  display: none;
}
@media screen and (max-width: 991px) {
  .showroom__banner_wrapper img.mob-show {
    display: block;
  }
}
.showroom__banner_wrapper .banner-cont {
  max-width: 450px;
}
@media screen and (max-width: 991px) {
  .showroom__banner_wrapper .banner-cont {
    margin: 0 auto;
  }
}
.showroom__banner_wrapper .banner-cont .title56 {
  margin: 0 0 16px;
}
.showroom__banner_wrapper .banner-cont p {
  line-height: 100%;
  margin: 0;
}

.brand__wrapper {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .brand__wrapper {
    padding: 64px 0 32px;
  }
}
.brand__wrapper .title42 {
  margin: 0 0 56px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .brand__wrapper .title42 {
    margin: 0 0 16px;
  }
}
.brand__wrapper .brand_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px 4px;
}
@media screen and (max-width: 767px) {
  .brand__wrapper .brand_flex {
    gap: 4px;
  }
}
.brand__wrapper .brand_flex .brand-inner {
  padding: 24px;
  border-radius: 8px;
  background-color: #EFEFEF;
  width: 100%;
}
.brand__wrapper .brand_flex .brand-inner:nth-child(2n) {
  background-color: #EDEAE8;
}
.brand__wrapper .brand_flex .brand-inner:nth-child(1) {
  max-width: 357px;
}
.brand__wrapper .brand_flex .brand-inner:nth-child(2) {
  max-width: 335px;
}
.brand__wrapper .brand_flex .brand-inner:nth-child(3) {
  max-width: 392px;
}
.brand__wrapper .brand_flex .brand-inner:nth-child(4) {
  max-width: 318px;
}
.brand__wrapper .brand_flex .brand-inner:nth-child(5) {
  max-width: 342px;
}
.brand__wrapper .brand_flex .brand-inner:nth-child(6) {
  max-width: 424px;
}
@media screen and (max-width: 1024px) {
  .brand__wrapper .brand_flex .brand-inner {
    max-width: calc(33.33% - 6px) !important;
  }
}
@media screen and (max-width: 767px) {
  .brand__wrapper .brand_flex .brand-inner {
    max-width: calc(50% - 2px) !important;
    padding: 24px 16px;
  }
}
.brand__wrapper .brand_flex .brand-inner h3 {
  color: #696969;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  margin: 0 0 16px;
}
.brand__wrapper .brand_flex .brand-inner .brand-num {
  color: #121212;
  font-family: "Marcellus", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.84px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .brand__wrapper .brand_flex .brand-inner .brand-num {
    margin: 0 0 8px;
    display: block;
    color: #121212;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.64px;
  }
}
.brand__wrapper .brand_flex .brand-inner .num-text {
  color: #121212;
  font-family: "Marcellus", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .brand__wrapper .brand_flex .brand-inner .num-text {
    font-size: 20px;
  }
}

.map_wrapper {
  padding: 120px 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .map_wrapper {
   
    padding: 32px 0 75px;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-width: 1366px) {
  .map_wrapper .container {
    max-width: 1206px;
  }
}
.map_wrapper .title42 {
  margin: 0 0 56px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .map_wrapper .title42 {
    margin: 0 0 16px;
  }
}
.map_wrapper .map-outer {
  display: grid;
  grid-template-columns: auto 385px;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .map_wrapper .map-outer {
    grid-template-columns: auto 346px;
  }
}
@media screen and (max-width: 991px) {
  .map_wrapper .map-outer {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .map_wrapper .map-outer {
    grid-template-columns: 1fr;
  }
}
.map_wrapper .map-outer #map {
  border-radius: 16px;
  min-height: 664px;
}
@media screen and (max-width: 767px) {
  .map_wrapper .map-outer #map {
    min-height: 560px;
  }
}
.map_wrapper .dropdown-section {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px 16px;
  max-height: 666px;
}
@media screen and (max-width: 767px) {
  .map_wrapper .dropdown-section {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 24px 16px;
  }
}
.map_wrapper .dropdown-section .select_wrap {
  position: relative;
}
.map_wrapper .dropdown-section .select_wrap label {
  color: #A1A1AA;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 8px;
  display: block;
}
.map_wrapper .dropdown-section .select_wrap select {
  display: block;
  width: 100%;
  height: 38px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #A1A1AA;
  background-color: transparent;
}
.map_wrapper .dropdown-section .select_wrap .select2-container {
  width: 100% !important;
}
.map_wrapper .dropdown-section .select_wrap .select2-container .select2-selection--single {
  height: 38px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #A1A1AA;
  background-color: transparent;
}
.map_wrapper .dropdown-section .select_wrap .select2-container .select2-selection--single .select2-selection__rendered {
  padding-inline: 0 24px;
}
.map_wrapper .dropdown-section .select_wrap .select2-container .select2-selection--single .select2-selection__rendered span {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.map_wrapper .dropdown-section .select_wrap .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #A1A1AA;
}
.map_wrapper .dropdown-section .select_wrap .select2-container .select2-selection--single .select2-selection__arrow {
  height: 16px;
  width: 16px;
  border: 2px solid #121212;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 4px;
  top: 3px;
  border-top: 0;
  border-left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.map_wrapper .dropdown-section .select_wrap .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.map_wrapper .dropdown-section .select_wrap .select2-container.select2-container--open .select2-selection__arrow {
  top: 13px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.map_wrapper .dropdown-section .select_wrap .countTag {
  background: #EFEFEF;
  border-radius: 4px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 13px;
  right: 32px;
}
.map_wrapper .dropdown-section .select_wrap .countTag div {
  color: #121212;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.map_wrapper .dropdown-section .select_wrap:last-child {
  margin-top: 24px;
}
.map_wrapper .dropdown-section .addresses-sec {
  padding: 16px 8px 8px;
  max-height: 476px;
  overflow: auto;
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .map_wrapper .dropdown-section .addresses-sec {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1024;
    top:94%;
    border-radius: 16px 16px 0 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    -webkit-padding-before: 0;
    padding-block-start: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .map_wrapper .dropdown-section .addresses-sec.show {
    top: 52%;
  }
}
.map_wrapper .dropdown-section .addresses-sec .mobile-clicker {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .map_wrapper .dropdown-section .addresses-sec .mobile-clicker {
    display: block;
    padding: 12px 0;
    text-align: center;
    height: 28px;
    margin: 0 0 10px;
  }
}
.map_wrapper .dropdown-section .addresses-sec .mobile-clicker::before {
  content: "";
  height: 4px;
  width: 56px;
  display: inline-block;
  position: absolute;
  background-color: #A1A1AA;
  left: 50%;
  top: 12px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.map_wrapper .dropdown-section .addresses-sec .addresses-outer {
  display: none;
}
@media screen and (max-width: 767px) {
  .map_wrapper .dropdown-section .addresses-sec .addresses-outer {
    max-height: 390px;
    overflow: auto;
  }
}
.map_wrapper .dropdown-section .addresses-sec .addresses-outer::-webkit-scrollbar {
  display: block;
  width: 4px;
}
.map_wrapper .dropdown-section .addresses-sec .addresses-outer::-webkit-scrollbar-thumb {
  background: #A1A1AA;
}
.map_wrapper .dropdown-section .addresses-sec .addresses-outer.show {
  display: block;
}
.map_wrapper .dropdown-section .addresses-sec .address-wrap {
  border-radius: 8px;
  background-color: #FFF;
  -webkit-box-shadow: 0px -9px 9px 0px rgba(0, 0, 0, 0.03), 0px 9px 5px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px -9px 9px 0px rgba(0, 0, 0, 0.03), 0px 9px 5px 0px rgba(0, 0, 0, 0.03);
  padding: 18px;
  color: #121212;
  margin: 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .map_wrapper .dropdown-section .addresses-sec .address-wrap {
    margin-top: 16px;
  }
}
.map_wrapper .dropdown-section .addresses-sec .address-wrap h4 {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
.map_wrapper .dropdown-section .addresses-sec .address-wrap:last-child {
  margin-bottom: 0;
}
.map_wrapper .dropdown-section .addresses-sec .address-wrap .icon-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.map_wrapper .dropdown-section .addresses-sec .address-wrap .icon-flex img {
  width: 16px;
  height: 16px;
}
.map_wrapper .dropdown-section .addresses-sec .address-wrap .icon-flex a {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.map_wrapper .dropdown-section .addresses-sec .address-wrap .icon-flex .mobile_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 12px;
}
.map_wrapper .dropdown-section .addresses-sec .address-wrap .icon-flex .mobile_list li {
  position: relative;
}
.map_wrapper .dropdown-section .addresses-sec .address-wrap .icon-flex .mobile_list li::after {
  content: "|";
  position: absolute;
  right: -8px;
  top: -1px;
}
.map_wrapper .dropdown-section .addresses-sec .address-wrap .icon-flex .mobile_list li:last-child::after {
  display: none;
}
.map_wrapper .dropdown-section .addresses-sec .address-wrap .icon-flex.last {
  gap: 4px;
}
.map_wrapper .dropdown-section .addresses-sec .address-wrap .icon-flex.last img {
  margin-right: 4px;
}
.map_wrapper .dropdown-section .addresses-sec .address-wrap .full-address {
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.map_wrapper .dropdown-section .addresses-sec .address-wrap .full-link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.map_wrapper .dropdown-section .addresses-sec .address-wrap .full-link::before {
  content: "";
  border-bottom: 1px solid #121212;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.map_wrapper .dropdown-section .addresses-sec .address-wrap .full-link a {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.map_wrapper .dropdown-section .addresses-sec .address-wrap .full-link:hover::before {
  width: 100%;
}
.map_wrapper .dropdown-section .addresses-sec::-webkit-scrollbar {
  display: block;
  width: 4px;
}
.map_wrapper .dropdown-section .addresses-sec::-webkit-scrollbar-thumb {
  background: #A1A1AA;
}
.map_wrapper .leaflet-popup-content-wrapper {
  border-radius: 8px !important;
  background-color: #121212;
  -webkit-box-shadow: 0px 57px 16px 0px rgba(0, 0, 0, 0), 0px 37px 15px 0px rgba(0, 0, 0, 0), 0px 21px 12px 0px rgba(0, 0, 0, 0), 0px 9px 9px 0px rgba(0, 0, 0, 0), 0px 2px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 57px 16px 0px rgba(0, 0, 0, 0), 0px 37px 15px 0px rgba(0, 0, 0, 0), 0px 21px 12px 0px rgba(0, 0, 0, 0), 0px 9px 9px 0px rgba(0, 0, 0, 0), 0px 2px 5px 0px rgba(0, 0, 0, 0);
  max-width: 353px;
  margin: 0;
}
.map_wrapper .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0 !important;
  padding: 16px !important;
}
.map_wrapper .leaflet-popup-tip {
  background-color: #121212;
}
.map_wrapper .leaflet-popup-close-button {
  height: 24px;
  width: 24px;
  font-size: 20px !important;
  color: #fff !important;
  top: 16px !important;
  right: 16px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.map_wrapper .leaflet-popup-close-button:hover {
  color: #A1A1AA !important;
}
.map_wrapper .address_tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.map_wrapper .address_tooltip h4 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
.map_wrapper .address_tooltip .full-address {
  color: #A1A1AA;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.map_wrapper .address_tooltip .icon-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.map_wrapper .address_tooltip .icon-flex img {
  width: 16px;
  height: 16px;
}
.map_wrapper .address_tooltip .icon-flex a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.map_wrapper .address_tooltip .icon-flex .mobile_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 12px;
}
.map_wrapper .address_tooltip .icon-flex .mobile_list li {
  position: relative;
}
.map_wrapper .address_tooltip .icon-flex .mobile_list li::after {
  content: "|";
  position: absolute;
  right: -8px;
  top: -1px;
}
.map_wrapper .address_tooltip .icon-flex .mobile_list li:last-child::after {
  display: none;
}
.map_wrapper .address_tooltip .icon-flex.last {
  gap: 4px;
}
.map_wrapper .address_tooltip .icon-flex.last img {
  margin-right: 4px;
}
.map_wrapper .address_tooltip .full-link {
  border-top: 1px solid #A1A1AA;
  padding-top: 16px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.map_wrapper .address_tooltip .full-link::before {
  content: "";
  border-bottom: 1px solid #A1A1AA;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.map_wrapper .address_tooltip .full-link a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.map_wrapper .address_tooltip .full-link:hover::before {
  width: 100%;
}

.select2-container--default .select2-dropdown {
  -webkit-box-shadow: 0px 57px 16px 0px rgba(0, 0, 0, 0), 0px 37px 15px 0px rgba(0, 0, 0, 0), 0px 21px 12px 0px rgba(0, 0, 0, 0.02), 0px 9px 9px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 57px 16px 0px rgba(0, 0, 0, 0), 0px 37px 15px 0px rgba(0, 0, 0, 0), 0px 21px 12px 0px rgba(0, 0, 0, 0.02), 0px 9px 9px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  max-height: 536px;
  overflow: auto;
}
.select2-container--default .select2-dropdown::-webkit-scrollbar {
  display: block;
  width: 4px;
}
.select2-container--default .select2-dropdown::-webkit-scrollbar-thumb {
  background: #A1A1AA;
}
.select2-container--default .select2-dropdown .select2-results__options .select2-results__option {
  border-radius: 4px;
  padding: 8px 16px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 580px;
}

[aria-disabled=true] {
  opacity: 0.5;
}

.specialty__banner__wrapper {
  background: #F5EEE6;
  padding: 42px 0;
  position: relative;
  overflow: hidden;
}
.specialty__banner__wrapper .wrapper {
  position: relative;
}
.specialty__banner__wrapper .wrapper .img {
  position: absolute;
  top: -130px;
  right: 0;
  max-width: 356px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .specialty__banner__wrapper .wrapper .img {
    top: -320px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
   .specialty__banner__wrapper .wrapper .img {
    top: -330px;
    max-width: 100%;
  }
}
.specialty__banner__wrapper .wrapper .contents {
  max-width: 640px;
}
@media screen and (max-width: 1024px) {
  .specialty__banner__wrapper .wrapper .contents {
    max-width: 448px;
  }
}
@media screen and (max-width: 991px) {
  .specialty__banner__wrapper .wrapper .contents {
    margin-top: 226px;
    text-align: center;
    text-wrap: balance;
    max-width: 100%;
  }
}
.specialty__banner__wrapper .wrapper .contents .tag {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5);
  padding: 6px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .specialty__banner__wrapper .wrapper .contents .tag {
    margin: 0 auto;
  }
}
.specialty__banner__wrapper .wrapper .contents h1 {
  margin: 16px 0;
}
.specialty__banner__wrapper .wrapper .contents p {
  margin: 0;
  line-height: 130%;
}

.showcase__wrapper {
  padding: 80px 0;
}
.showcase__wrapper .contents {
  max-width: 562px;
  margin-bottom: 48px;
}
.showcase__wrapper .contents h2 {
  margin-bottom: 16px;
}
.showcase__wrapper .contents p {
  margin: 0;
}
.showcase__wrapper .showcase_card {
  position: relative;
  height: 374px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .showcase__wrapper .showcase_card {
    height: 100%;
  }
}
.showcase__wrapper .showcase_card img {
  border-radius: 8px;
}
.showcase__wrapper .showcase_card h4 {
  color: #121212;
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0 auto;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 767px) {
  .showcase__wrapper .showcase_card .btn_wrap {
    display: none;
  }
}
.showcase__wrapper .showcase_card .btn_wrap::before {
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.showcase__wrapper .showcase_card .btn_wrap .btnWhite {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.showcase__wrapper .showcase_card:hover h4 {
  border-bottom: 2px solid #1F2022;
}
@media screen and (max-width: 767px) {
  .showcase__wrapper .showcase_card:hover .btn_wrap {
    display: none;
  }
}
.showcase__wrapper .showcase_card:hover .btn_wrap .btnWhite {
  bottom: 26%;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .showcase__wrapper .showcase_card:hover .btn_wrap .btnWhite {
    bottom: 30%;
  }
}

.impression__wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#E8E9EB), to(#DCDCDE));
  background: linear-gradient(180deg, #E8E9EB 0%, #DCDCDE 100%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .impression__wrapper {
    padding: 64px 0;
  }
}
.impression__wrapper .wrapper {
  position: relative;
}
.impression__wrapper .wrapper .img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  max-width: 640px;
  height: auto;
  margin: auto 0;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 1366px) {
  .impression__wrapper .wrapper .img {
    max-width: 676px;
  }
}
@media screen and (max-width: 991px) {
  .impression__wrapper .wrapper .img {
    display: none;
  }
}
.impression__wrapper .wrapper .contents {
  max-width: 590px;
}
@media screen and (max-width: 1366px) {
  .impression__wrapper .wrapper .contents {
    max-width: 466px;
  }
}
@media screen and (max-width: 991px) {
  .impression__wrapper .wrapper .contents {
    max-width: 600px;
  }
}
.impression__wrapper .wrapper .contents h2 {
  margin-bottom: 16px;
}
.impression__wrapper .wrapper .contents p {
  margin: 0;
}
/* 
.products__circle__wrapper.moreWays__wrapper {
  overflow: hidden;
  padding: 120px 0 200px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper.moreWays__wrapper {
    padding: 100px 0;
  }
}
.products__circle__wrapper.moreWays__wrapper .title_wrap {
  max-width: 642px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper.moreWays__wrapper .title_wrap {
    padding: 0 12px;
    text-wrap: balance;
  }
}
.products__circle__wrapper.moreWays__wrapper .title_wrap .title42 {
  margin-bottom: 16px;
}
.products__circle__wrapper.moreWays__wrapper .title_wrap .font_18 {
  margin-bottom: 32px;
  max-width: 520px;
  margin: 0 auto;
}
.products__circle__wrapper.moreWays__wrapper .btn_wrap {
  border-radius: 24px;
  border: 1.5px solid #121212;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 408px;
  margin: 32px auto 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper.moreWays__wrapper .btn_wrap {
    max-width: 300px;
  }
}
.products__circle__wrapper.moreWays__wrapper .btn_wrap li button {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 8px;
  width: 204px;
  border-radius: 24px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper.moreWays__wrapper .btn_wrap li button {
    width: 149px;
  }
}
.products__circle__wrapper.moreWays__wrapper .btn_wrap li.active button {
  background: #121212;
  color: #FFF;
}
.products__circle__wrapper.moreWays__wrapper .wrapper {
  width: 7728px;
  height: 36vh;
}
@media screen and (max-width: 1024px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper {
    width: 100%;
    height: 14vh;
  }
}
@media screen and (max-width: 991px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper {
    height: 16vh;
  }
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper {
    height: 42vh;
  }
}
.products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap {
  width: 3864px;
  height: 3864px;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: 0 auto;
  top: 60%;
}
@media screen and (max-width: 1366px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap {
    width: 3000px;
    height: 3000px;
  }
}
@media screen and (max-width: 1024px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap {
    width: 2000px;
    height: 2000px;
  }
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap {
    width: 3660px;
    height: 3660px;
    position: absolute;
    left: -418%;
    right: -418%;
    margin: 0 auto;
    top: 66%;
  }
}
@media screen and (max-width: 360px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap {
    left: -522%;
    right: 522%;
  }
}
.products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box_four .box,
.products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box_three .box {
  width: 260px;
  height: 100%;
}
@media screen and (max-width: 1366px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box_four .box,
  .products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box_three .box {
    width: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box_four .box,
  .products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box_three .box {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box_four .box,
  .products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box_three .box {
    width: 260px;
  }
}
.products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box_four .box .fansCards,
.products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box_three .box .fansCards {
  position: relative;
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box_four .box .fansCards .img img,
.products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box_three .box .fansCards .img img {
  width: 100%;
  height: 100%;
}
.products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box_four .box .fansCards h4,
.products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box_three .box .fansCards h4 {
  color: #121212;
  font-family: "Marcellus", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box_four .box .fansCards:hover,
.products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box_three .box .fansCards:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
} */
.products__circle__wrapper.moreWays__wrapper {
  overflow: hidden;
  padding: 120px 0 200px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper.moreWays__wrapper {
    padding: 100px 0;
  }
}
.products__circle__wrapper.moreWays__wrapper .title_wrap {
  max-width: 642px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper.moreWays__wrapper .title_wrap {
    padding: 0 12px;
    text-wrap: balance;
  }
}
.products__circle__wrapper.moreWays__wrapper .title_wrap .title42 {
  margin-bottom: 16px;
}
.products__circle__wrapper.moreWays__wrapper .title_wrap .font_18 {
  margin-bottom: 32px;
  max-width: 520px;
  margin: 0 auto;
}
.products__circle__wrapper.moreWays__wrapper .btn_wrap {
  border-radius: 24px;
  border: 1.5px solid #121212;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 408px;
  margin: 32px auto 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper.moreWays__wrapper .btn_wrap {
    max-width: 300px;
  }
}
.products__circle__wrapper.moreWays__wrapper .btn_wrap li button {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 8px;
  width: 204px;
  border-radius: 24px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper.moreWays__wrapper .btn_wrap li button {
    width: 149px;
  }
}
.products__circle__wrapper.moreWays__wrapper .btn_wrap li.active button {
  background: #121212;
  color: #FFF;
}
.products__circle__wrapper.moreWays__wrapper .wrapper {
  width: 7728px;
  height: 36vh;
}
@media screen and (max-width: 1024px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper {
    width: 100%;
    height: 14vh;
  }
}
@media screen and (max-width: 991px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper {
    height: 16vh;
  }
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper {
    height: 100%;
  }
}
.products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap {
  width: 3864px;
  height: 3864px;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: 0 auto;
  top: 60%;
}
@media screen and (max-width: 1366px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap {
    width: 3000px;
    height: 3000px;
  }
}
@media screen and (max-width: 1024px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap {
    width: 2000px;
    height: 2000px;
  }
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap {
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
}
.products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .swiperCeilingMobile {
  padding-inline: 16px;
  padding-bottom: 0px;
}
.products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box {
  width: 260px;
  height: 100%;
}
@media screen and (max-width: 1366px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box {
    width: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box {
    width: 100%;
  }
}
.products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box .fansCards {
  position: relative;
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box .fansCards .img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box .fansCards .img img {
    max-height: 334px;
  }
}
.products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box .fansCards h4 {
  color: #121212;
  font-family: "Marcellus", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box .fansCards:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap .box .fansCards:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .products__circle__wrapper.moreWays__wrapper .wrapper .inner_wrap svg {
    display: none;
  }
}



.product__cart__wrapper {
  padding: 24px 0 0 0;
  position: relative;
  overflow: hidden;
  background: #F5F5F5;
  height: calc(100vh - 66px);
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper {
    padding: 68px 0 0 0;
    height: 100%;
  }
}
@media screen and (max-width: 375px) {
  .product__cart__wrapper {
    padding: 100px 0 0 0;
  }
}
.product__cart__wrapper .cart_swiper_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  height: 550px;
  overflow: hidden;
  position: sticky;
  top: 0;
}
.product__cart__wrapper .cart_swiper_flex .swiperCartLeft {
  width: 80px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .product__cart__wrapper .cart_swiper_flex .swiperCartLeft {
    display: none;
  }
}
.product__cart__wrapper .cart_swiper_flex .swiperCartLeft .swiper-wrapper .swiper-slide {
  height: 100px !important;
}
.product__cart__wrapper .cart_swiper_flex .swiperCartLeft .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  border: 2px solid transparent;
}
.product__cart__wrapper .cart_swiper_flex .swiperCartLeft .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  border: 2px solid #121212;
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge {
  position: relative;
}
@media screen and (max-width: 991px) {
  .product__cart__wrapper .cart_swiper_flex .swiperLarge {
    width: 100%;
  }
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 99;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct {
    right: 32px;
  }
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .like {
  position: relative;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .like::before {
  content: "";
  background-image: url("../assets/img_product-detail-heart.svg");
  width: 23px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .like.active::before {
  background-image: url("../assets/img_product-detail-heart-fill.svg");
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown {
  position: absolute;
  top: 50px;
  right: 0;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0.03), 0 9px 9px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0.03), 0 9px 9px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 206px;
  max-height: 0;
  padding: 0 0 4px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    padding-bottom: 0;
  }
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown .wishlist-inner {
  position: relative;
  z-index: 1025;
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown .wishlist-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown .list {
  padding: 8px;
  border-bottom: 1px solid rgba(161, 161, 170, 0.5);
  max-height: 140px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown .list {
    max-height: calc(100dvh - 140px);
  }
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown .list .option {
  padding: 8px 16px;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 0 0 8px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown .list .option {
    padding: 5px 16px;
  }
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown .list .option:last-child {
  margin-bottom: 0;
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown .list .option:hover, .product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown .list .option.active {
  background-color: #121212;
  color: #fff;
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown .list-create {
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown .list-create {
    padding-top: 0;
  }
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown .list-create .create-btn {
  padding: 9px 24px;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown .list-create .create-btn {
    border-bottom: 1px solid rgba(99, 104, 122, 0.6);
    margin-bottom: 8px;
  }
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown .list-create .create-btn:hover {
  background-color: #121212;
  color: #fff;
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown.show {
  max-height: 2000px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown.show {
    opacity: 1;
    visibility: visible;
    z-index: 10000;
  }
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown.show .wishlist-inner {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .cart_swiper_flex .swiperLarge .likeProduct .wishlist-dropdown.product_wishlist_dropdown.show .wishlist-inner {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .hint {
  position: absolute;
  top: 12px;
  left: 16px;
  z-index: 99;
  border-radius: 4px;
  background: rgba(245, 245, 245, 0.4);
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 4px 8px;
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .hint.hide {
  opacity: 0;
  visibility: hidden;
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight {
  width: 440px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight {
    width: 100%;
    height: 88%;
  }
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight {
    height: 100%;
  }
}
@media screen and (max-width: 375px) {
  .product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight {
    height: 80%;
  }
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight .swiper-wrapper .swiper-slide {
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight .swiper-wrapper .swiper-slide .zoom_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight .swiper-wrapper .swiper-slide .zoom_container .productImg {
  width: 100%;
  height: 100%;
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight .swiper-wrapper .swiper-slide .zoom_container #lens {
  position: absolute;
  width: 200px;
  height: 200px;
  display: none;
  pointer-events: none;
  border: 1.6px solid #A1A1AA;
  background: rgba(221, 221, 221, 0.2);
  backdrop-filter: blur(0.5px);
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight .swiper-button-next,
.product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight .swiper-button-prev {
  width: 40px;
  height: 40px;
  top: 93%;
  right: 18px;
}
@media screen and (max-width: 991px) {
  .product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight .swiper-button-next,
  .product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight .swiper-button-prev {
    display: none;
  }
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight .swiper-button-next::after,
.product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight .swiper-button-prev::after {
  content: "";
  font-family: none;
  background-image: url(../assets/img_product-detail-swiper-arrow.svg);
  width: 100%;
  height: 100%;
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight .swiper-button-prev {
  left: 74%;
  right: unset;
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight .swiper-pagination {
  display: none;
}
@media screen and (max-width: 991px) {
  .product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight .swiper-pagination {
    display: block;
  }
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight .swiper-pagination .swiper-pagination-bullet {
  background: #D4D4D4;
  opacity: 1;
}
.product__cart__wrapper .cart_swiper_flex .swiperLarge .swiperCartRight .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #121212;
}
.product__cart__wrapper .product_scroll_wrap {
  height: calc(100vh - 128px);
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .product_scroll_wrap {
    height: 100%;
    overflow: unset;
  }
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .product_scroll_wrap .product_deatils_wrap {
    position: inherit;
  }
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .breadcrumb_wrap {
    position: absolute;
    top: 8px;
  }
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .breadcrumb_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .breadcrumb_wrap ul li {
  position: relative;
  margin-right: 24px;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .breadcrumb_wrap ul li .breadcrumb_link,
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .breadcrumb_wrap ul li span {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  position: relative;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .breadcrumb_wrap ul li .breadcrumb_link::after,
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .breadcrumb_wrap ul li span::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: -4px;
  background: #000;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 991px) {
  .product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .breadcrumb_wrap ul li .breadcrumb_link::after,
  .product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .breadcrumb_wrap ul li span::after {
    display: none;
  }
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .breadcrumb_wrap ul li .breadcrumb_link:hover,
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .breadcrumb_wrap ul li span:hover {
  color: #121212;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .breadcrumb_wrap ul li .breadcrumb_link:hover::after,
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .breadcrumb_wrap ul li span:hover::after {
  left: 0;
  right: 0;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .breadcrumb_wrap ul li::before {
  content: " ";
  background-image: url(../assets/img_product-detail-chevron-right.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  right: -18px;
  top: 6px;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .breadcrumb_wrap ul li.active span {
  color: #121212;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .breadcrumb_wrap ul li:last-child::before {
  background-image: none;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .title {
  margin: 24px 0;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .title h1 {
  color: #121212;
  font-family: "Marcellus", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .title h1 {
    font-size: 20px;
  }
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .title p {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .flex_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .flex_price {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .flex_price .price {
    display: none;
  }
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .flex_price .price .label {
  color: #121212;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .flex_price .price .amount {
  color: #121212;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .flex_price .price .note {
  color: #696969;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .flex_price .soldOut {
  text-align: right;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .flex_price .soldOut h4 {
  color: #F00;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 4px;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .flex_price .soldOut p {
  color: #696969;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .customisation_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 12px 0;
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .customisation_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .customisation_wrap {
    gap: 16px 24px;
  }
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .customisation_wrap .customTag {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .customisation_wrap .customTag {
    width: calc(50% - 8px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .customisation_wrap .customTag::after {
  content: "";
  background: #D4D4D4;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .customisation_wrap .customTag::after {
    display: none;
  }
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .customisation_wrap .customTag img {
  width: 24px;
  height: 24px;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .customisation_wrap .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .customisation_wrap .tags {
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .customisation_wrap .tags img {
  width: 24px;
  height: 24px;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .customisation_wrap .tags a span {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: inline-block;
  margin-left: 4px;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .customisation_wrap .tags:nth-child(3) a span {
  margin-left: 0;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .titleInner {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 8px;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap {
  margin-bottom: 24px;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap {
  padding: 2px;
  cursor: pointer;
  width: calc(25% - 6px);
  border: 1px solid transparent;
}
@media screen and (max-width: 991px) {
  .product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap {
    width: calc(33.3333333333% - 6px);
    height: 224px;
  }
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap .inner {
  border: 1px solid #D4D4D4;
  padding: 8px;
  min-height: 100%;
  background: #FFF;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap .inner .img {
width: 100%;
  height: 110px;
  display: block;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap .inner .contents {
  text-align: center;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap .inner .contents h4 {
  color: #121212;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 8px 0;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap .inner .contents p {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 4px;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap:hover .inner {
  border: 1px solid #A1A1AA;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap.active {
  border: 1px solid #121212;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap.small {
  height: 100%;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap.small .inner .contents h5 {
  color: #121212;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap.sweep {
  height: 100%;
  width: 20%;
}
@media screen and (max-width: 1024px) {
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap.sweep {
    width: calc(25% - 7px);
  }
}
@media screen and (max-width: 991px) {
  .product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap.sweep {
    width: calc(33.3333333333% - 7px);
  }
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap.sweep .inner {
  padding: 0;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap.sweep .inner .size {
  color: #121212;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 8px 0;
  background: #F5F5F5;
  text-align: center;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap.sweep.active .inner .size {
  background: #121212;
  color: #fff;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap.addOn {
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap.addOn .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 8px;
  background: #F5F5F5;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap.addOn .inner .addOnImg {
  width: 24px;
  height: 24px;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap.addOn.active .inner {
  background: #121212;
  color: #fff;
  border: 1px solid #121212;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap.addOn.active .inner .contents h4 {
  color: #fff;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap .product_cards_flex .card_wrap.addOn.active .inner .addOnImg {
  -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(96%) saturate(0%) hue-rotate(59deg) brightness(103%) contrast(106%);
  filter: brightness(0) saturate(100%) invert(96%) sepia(96%) saturate(0%) hue-rotate(59deg) brightness(103%) contrast(106%);
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap.lastProduct {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .product_category_wrap.lastProduct {
    padding-bottom: 0;
  }
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .watt_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .watt_flex .watt_wrap .card_watt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px;
  border: 1px solid #121212;
}
#variantSoldOut {
  display: none;
}

.product__cart__wrapper .product_scroll_wrap .product_deatils_wrap .watt_flex .watt_wrap .card_watt .inner div {
  padding: 14px 16px;
  background: #121212;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.product__cart__wrapper .product_scroll_wrap .actions_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  background: #F5F5F5;
  -webkit-box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 24px;
  position: absolute;
  top: 88%;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .product__cart__wrapper .product_scroll_wrap .actions_btn_wrap {
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .product__cart__wrapper .product_scroll_wrap .actions_btn_wrap {
    max-width: 370px;
  }
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .product_scroll_wrap .actions_btn_wrap {
    width: 100%;
    max-width: 100%;
    top: unset;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 1024;
    padding: 24px 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.product__cart__wrapper .product_scroll_wrap .actions_btn_wrap .price .label {
  color: #121212;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.product__cart__wrapper .product_scroll_wrap .actions_btn_wrap .price .amount {
  color: #121212;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.product__cart__wrapper .product_scroll_wrap .actions_btn_wrap .price .note {
  color: #696969;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: block;
}
.product__cart__wrapper .product_scroll_wrap .actions_btn_wrap .btns {
  max-width: 230px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .product__cart__wrapper .product_scroll_wrap .actions_btn_wrap .btns {
    max-width: 180px;
  }
}
@media screen and (max-width: 991px) {
  .product__cart__wrapper .product_scroll_wrap .actions_btn_wrap .btns {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (max-width: 375px) {
  .product__cart__wrapper .product_scroll_wrap .actions_btn_wrap .btns {
    width: 100%;
  }
}
.product__cart__wrapper .product_scroll_wrap .actions_btn_wrap .btns.btnWhite {
  border: 1px solid #121212;
}
.product__cart__wrapper #zoomResult {
  width: 546px;
  height: 586px;
  background-repeat: no-repeat;
  display: none;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: fixed;
  right: 12%;
  top: 11.2%;
}
@media screen and (max-width: 767px) {
  .product__cart__wrapper .prl_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .product__cart__wrapper .modal_cart .modal-dialog {
    -webkit-transform: translate(0, 60px) !important;
    transform: translate(0, 60px) !important;
    height: calc(100% - 60px);
  }
}
.product__cart__wrapper .modal_cart .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}
@media screen and (min-width: 767px) {
  .product__cart__wrapper .modal_cart .modal-dialog .modal-content .btn-close {
    top: 28px;
  }
}
.product__cart__wrapper .modal_cart .modal-dialog .modal-content .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.product__cart__wrapper .modal_cart .modal-dialog .modal-content .modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product__cart__wrapper .modal_cart .modal-dialog .modal-content .modal-body .card_modal_swiper {
  padding-bottom: 80px;
}
.product__cart__wrapper .modal_cart .modal-dialog .modal-content .modal-body .card_modal_swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.product__cart__wrapper .modal_cart .modal-dialog .modal-content .modal-body .card_modal_swiper .swiper-pagination .swiper-pagination-bullet {
  background: #D4D4D4;
  opacity: 1;
}
.product__cart__wrapper .modal_cart .modal-dialog .modal-content .modal-body .card_modal_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #121212;
}
.product__cart__wrapper .modalSize .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.product__cart__wrapper .modalSize .modal-dialog .modal-content .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.product__cart__wrapper .modalSize .modal-dialog .modal-content .modal-body img {
  width: 100%;
  height: 100%;
}

.tabs__wrapper .tabs_flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs__wrapper .tabs_flex_wrap .item_left {
  max-width: 540px;
  width: 100%;
  max-height: 678px;
}
@media screen and (max-width: 1200px) {
  .tabs__wrapper .tabs_flex_wrap .item_left {
    max-width: 460px;
  }
}
@media screen and (max-width: 1024px) {
  .tabs__wrapper .tabs_flex_wrap .item_left {
    display: none;
  }
}
.tabs__wrapper .tabs_flex_wrap .item_left #tabImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .tabs__wrapper .tabs_flex_wrap .item_left #tabImage {
    display: none;
  }
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap {
  width: 100%;
  height: 680px;
  background: #F5EEE6;
  padding: 80px 0 0 54px;
}
@media screen and (max-width: 1200px) {
  .tabs__wrapper .tabs_flex_wrap .contents_wrap {
    padding: 80px 24px 24px 24px;
  }
}
@media screen and (max-width: 1024px) {
  .tabs__wrapper .tabs_flex_wrap .contents_wrap {
    padding: 40px 0;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
    .tabs__wrapper .tabs_flex_wrap .contents_wrap {
        padding: 40px 56px;
    }
}
@media screen and (max-width: 767px) {
    .tabs__wrapper .tabs_flex_wrap .contents_wrap {
        padding: 40px 0;
    }
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right {
    margin: 0 auto;
  }
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabs_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  border: 1px solid #121212;
 width:100%;
justify-content: space-between;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabs_wrap {
    width: calc(100% - 12px);
    overflow: scroll;
    border-radius: 24px 0 0 24px;
    border-right: 0;
    margin-left: auto;
  }
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabs_wrap .tabBtn {
  color: #252324;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 8px 14px;
  border-radius: 24px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  white-space: nowrap; 
}
@media screen and (max-width: 767px) {
  .tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabs_wrap .tabBtn {
    white-space: nowrap;
  }
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabs_wrap .tabBtn.active {
  background: #121212;
  color: #FFF;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent {
  display: none;
}
@media screen and (max-width: 767px) {
  .tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent {
    padding: 0 12px;
  }
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent h4 {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 8px;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent p {
  color: #696969;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 24px;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .features_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 16px;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .features_flex .features_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 10px;
  border-radius: 8px;
  background: #FFF;
  width: calc(50% - 8px);
}
@media screen and (max-width: 375px) {
  .tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .features_flex .features_card {
    width: 100%;
  }
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .features_flex .features_card img {
  width: 40px;
  height: 40px;
  display: block;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .features_flex .features_card h5 {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .features_flex .features_card h5 {
    font-size: 14px;
  }
}
/* .tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .features_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #A1A1AA;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .features_table th {
  background-color: #121212;
  padding: 12px;
  border: 1px solid #A1A1AA;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .features_table td {
  padding: 12px;
  border: 1px solid #828282;
  vertical-align: top;
  color: #696969;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .features_table td:nth-child(1) {
  background-color: #fff;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .features_table td:nth-child(2) {
  color: #121212;
  background-color: #F5F5F5;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .features_table .multi-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .features_table .multi-option span::after {
  content: "|";
  margin-left: 10px;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .features_table .multi-option span:last-child::after {
  content: "";
} */
 .tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .table_wrap {
  max-height: 480px;
  height: 100%;
  overflow: auto;
}
@media screen and (max-width: 991px) {
  .tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .table_wrap {
    max-height: 100%;
  }
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .table_wrap .features_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #A1A1AA;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .table_wrap .features_table th {
  background-color: #121212;
  padding: 12px;
  border: 1px solid #A1A1AA;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .table_wrap .features_table td {
  padding: 12px;
  border: 1px solid #828282;
  vertical-align: top;
  color: #696969;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .table_wrap .features_table td:nth-child(1) {
  background-color: #fff;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .table_wrap .features_table td:nth-child(2) {
  color: #121212;
  background-color: #F5F5F5;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .table_wrap .features_table .multi-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .table_wrap .features_table .multi-option span::after {
  content: "|";
  margin-left: 10px;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .table_wrap .features_table .multi-option span:last-child::after {
  content: "";
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .table_wrap::-webkit-scrollbar {
  width: 2px;
  display: block;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .table_wrap::-webkit-scrollbar-thumb {
  background-color: #121212;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .accessories_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 16px;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .accessories_flex .accessories_card {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  border-radius: 8px;
  background: #FFF;
  width: calc(33.3333333333% - 16px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .accessories_flex .accessories_card {
    width: calc(50% - 16px);
  }
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .accessories_flex .accessories_card img {
  width: 64px;
  height: 64px;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent .accessories_flex .accessories_card h5 {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.tabs__wrapper .tabs_flex_wrap .contents_wrap .item_right .tabContent.active {
  display: block;
}

.modern__wrapper {
  background: #F5F5F5;
  position: relative;
}
.modern__wrapper .floatingImg {
  max-width: 424px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1199px) {
  .modern__wrapper .floatingImg {
    display: none;
  }
}
.modern__wrapper .contents_wrap {
  padding: 64px 0;
}
.modern__wrapper .contents_wrap .title42 {
  margin-bottom: 64px;
  max-width: 450px;
}
.modern__wrapper .contents_wrap .modern_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 16px;
}
.modern__wrapper .contents_wrap .modern_flex .modern_card {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  border-radius: 8px;
  background: #FFF;
  width: calc(33.3333333333% - 16px);
}
@media screen and (max-width: 767px) {
  .modern__wrapper .contents_wrap .modern_flex .modern_card {
    width: calc(50% - 8px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.modern__wrapper .contents_wrap .modern_flex .modern_card img {
  width: 56px;
  height: 56px;
  display: block;
}
.modern__wrapper .contents_wrap .modern_flex .modern_card .details h4 {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 4px;
}
.modern__wrapper .contents_wrap .modern_flex .modern_card .details p {
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}

.related__fans__wrapper {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 767px) {
  .related__fans__wrapper {
    overflow: hidden;
  }
}
.related__fans__wrapper .title32 {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .related__fans__wrapper .title32 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .related__fans__wrapper .relatedSwiper {
    overflow: unset;
    padding-bottom: 40px;
  }
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper {
  padding-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .related__fans__wrapper .relatedSwiper .swiper-wrapper {
    padding: 0;
  }
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card {
  background: #FFF;
  position: relative;
  border-radius: 9px;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .mainImg {
  display: block;
  position: relative;
  border-radius: 8px 8px 0 0;
  border-width: 1px;
  border-style: solid;
  border-bottom-style: none;
  border-color: transparent;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .mainImg .lifestyleImg {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 767px) {
  .related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .mainImg .lifestyleImg {
    opacity: 0;
    visibility: hidden;
  }
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .mainImg .lifestyleImg.hide {
  opacity: 0;
  visibility: hidden;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .mainImg .lifestyleImg.show {
  opacity: 1;
  visibility: visible;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .mainImg .magicImg .defaultImg,
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .mainImg .magicImg .colorImg {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .mainImg .magicImg .defaultImg {
    opacity: 1;
    visibility: visible;
  }
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .mainImg .magicImg .defaultImg.hide {
  opacity: 0;
  visibility: hidden;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .mainImg .magicImg .defaultImg.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .mainImg .magicImg .colorImg {
    opacity: 0;
    visibility: hidden;
  }
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .mainImg .magicImg .colorImg.hide {
  opacity: 0;
  visibility: hidden;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .mainImg .magicImg .colorImg.show {
  opacity: 1;
  visibility: visible;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 16px;
  width: 100%;
  padding: 0 16px;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .tagNew {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 4px 6px;
  background: #52A169;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .outOfStockTag {
  color: #F5F5F5;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 4px 6px;
  background: #121212;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .likes {
  width: 40px;
  height: 40px;
  position: relative;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .likes::before {
  content: "";
  background-image: url("../assets/img_wishlist-create_heart.svg");
  width: 23px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .likes.active::before {
  background-image: url("../assets/img_wishlist-create_heart-fill.svg");
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown {
  position: absolute;
  top: 50px;
  right: 0;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0.03), 0 9px 9px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0.03), 0 9px 9px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 206px;
  max-height: 0;
  padding: 0 0 4px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    padding-bottom: 0;
  }
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .wishlist-inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .wishlist-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list {
  padding: 8px;
  border-bottom: 1px solid rgba(161, 161, 170, 0.5);
  max-height: 140px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list {
    max-height: calc(100dvh - 140px);
  }
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list .option {
  padding: 8px 16px;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 0 0 8px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list .option {
    padding: 5px 16px;
  }
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list .option:last-child {
  margin-bottom: 0;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list .option:hover, .related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list .option.active {
  background-color: #121212;
  color: #fff;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list-create {
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list-create {
    padding-top: 0;
  }
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list-create .create-btn {
  padding: 9px 24px;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list-create .create-btn {
    border-bottom: 1px solid rgba(99, 104, 122, 0.6);
    margin-bottom: 8px;
  }
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list-create .create-btn:hover {
  background-color: #121212;
  color: #fff;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown.show {
  max-height: 2000px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown.show {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown.show .wishlist-inner {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown.show .wishlist-inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details {
  border-top: 1px solid #D4D4D4;
  padding: 16px 8px 8px;
  display: block;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-top-style: none;
  border-color: transparent;
  border-radius: 0 0 8px 8px;
  width: 100%;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .colorTitleFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .colorTitleFlex h6 {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  position: relative;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .colorTitleFlex h6::after {
  content: "";
  background: #D4D4D4;
  width: 1.5px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto 0;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .colorTitleFlex h6:last-child::after {
  display: none;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .colorTitleFlex.hidden {
  display: none;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .hiddenDetails {
  height: 0;
  overflow: hidden;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .hiddenDetails .colorFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .hiddenDetails .colorFlex .colorImg {
  width: 42px;
  height: 52px;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .hiddenDetails .colorFlex .colorImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border: 1.5px solid #D4D4D4;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .hiddenDetails .colorFlex .colorImg.active img {
  border: 1.5px solid #121212;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .hiddenDetails .sizeFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .hiddenDetails .sizeFlex h6 {
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .hiddenDetails .sizeFlex .size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .hiddenDetails .sizeFlex .size li {
  border: 1.6px solid #000;
  padding: 4px 12px 4px 4px;
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .hiddenDetails .sizeFlex .size li::after {
  content: "";
  background-image: url("../assets/img_wishlist_qoute.svg");
  width: 7px;
  height: 6px;
  position: absolute;
  top: 7px;
  right: 4px;
  background-repeat: no-repeat;
  background-size: cover;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .hiddenDetails .sizeFlex .size li.active {
  background: #121212;
  color: #fff;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .hiddenDetails .sizeFlex .size li.active::after {
  background-image: url("../assets/img_wishlist_qoute-white.svg");
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .hiddenDetails.expend {
  height: 100%;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .defaultDetails h4 {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 12px 0;
  height: 22px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .defaultDetails h4 {
    height: 42px;
  }
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .defaultDetails h3 {
  margin: 0;
  color: #696969;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details .defaultDetails h3 span {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card .product_details.floating {
  z-index: 2;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card:hover .mainImg {
  border-color: #D4D4D4;
}
@media screen and (max-width: 767px) {
  .related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card:hover .mainImg {
    border-color: transparent;
  }
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card:hover .product_details {
  position: absolute;
  border-color: #D4D4D4;
}
@media screen and (max-width: 767px) {
  .related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card:hover .product_details {
    border-color: transparent;
  }
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card.outOfStock .product_details .colorTitleFlex h6 {
  opacity: 0.5;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card.outOfStock .product_details .defaultDetails h4 {
  opacity: 0.5;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card.outOfStock .product_details .defaultDetails h3 {
  opacity: 0.5;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .listing_card.outOfStock .product_details .defaultDetails h3 span {
  opacity: 0.5;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .related_card {
  display: block;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .related_card img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .related_card p {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 16px 0 8px 0;
}
.related__fans__wrapper .relatedSwiper .swiper-wrapper .swiper-slide .related_card h6 {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin: 0;
}
.related__fans__wrapper .relatedSwiper .swiper_navigation_wrap {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 0;
}
.related__fans__wrapper .relatedSwiper .swiper_navigation_wrap .swiper-button-next,
.related__fans__wrapper .relatedSwiper .swiper_navigation_wrap .swiper-button-prev {
  width: 64px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #121212;
  background: #121212;
  position: relative;
  top: 0;
  margin: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .related__fans__wrapper .relatedSwiper .swiper_navigation_wrap .swiper-button-next,
  .related__fans__wrapper .relatedSwiper .swiper_navigation_wrap .swiper-button-prev {
    display: none;
  }
}
.related__fans__wrapper .relatedSwiper .swiper_navigation_wrap .swiper-button-next::after,
.related__fans__wrapper .relatedSwiper .swiper_navigation_wrap .swiper-button-prev::after {
  content: "";
  background: url("../assets/img_testimonials_arrow-white.svg");
  width: 16px;
  height: 16px;
}
.related__fans__wrapper .relatedSwiper .swiper_navigation_wrap .swiper-button-next.swiper-button-disabled,
.related__fans__wrapper .relatedSwiper .swiper_navigation_wrap .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.related__fans__wrapper .relatedSwiper .swiper_navigation_wrap .swiper-button-next.swiper-button-disabled {
  background: #ffffff;
}
.related__fans__wrapper .relatedSwiper .swiper_navigation_wrap .swiper-button-next.swiper-button-disabled::after {
  background: url("../assets/img_testimonials_arrow-black.svg");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.related__fans__wrapper .relatedSwiper .swiper_navigation_wrap .swiper-button-prev {
  background: #121212;
}
.related__fans__wrapper .relatedSwiper .swiper_navigation_wrap .swiper-button-prev::after {
  background: url("../assets/img_testimonials_arrow-white.svg");;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.related__fans__wrapper .relatedSwiper .swiper_navigation_wrap .swiper-button-prev.swiper-button-disabled {
  background: #ffffff;
}
.related__fans__wrapper .relatedSwiper .swiper_navigation_wrap .swiper-button-prev.swiper-button-disabled::after {
  background: url("../assets/img_testimonials_arrow-black.svg");
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.related__fans__wrapper .relatedSwiper .swiper_navigation_wrap .swiper-pagination {
  width: auto;
  position: relative;
  bottom: 0;
  margin: 0 12px;
}
.related__fans__wrapper .relatedSwiper .swiper_navigation_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #121212;
}

.specialty__banner__wrapper.other_banner {
  overflow: hidden;
}
.specialty__banner__wrapper.other_banner .wrapper .img {
   max-width: 424px;
  top: -116px;
}
@media screen and (max-width: 991px) {
  .specialty__banner__wrapper.other_banner .wrapper .img {
    right: 0;
    top: -416px;
  }
}
@media screen and (max-width: 767px) {
  .specialty__banner__wrapper.other_banner .wrapper .img {
    max-width: 100%;
    top: -364px;
  }
}
@media screen and (max-width: 991px) {
  .specialty__banner__wrapper.other_banner .wrapper .contents {
    margin-top: 380px;
  }
}
@media screen and (max-width: 767px) {
  .specialty__banner__wrapper.other_banner .wrapper .contents {
    margin-top: 330px;
  }
}
@media screen and (max-width: 767px) {
  .specialty__banner__wrapper.other_banner .wrapper .contents .font_18 {
    font-size: 18px;
  }
}

.impression__wrapper.other__impression .wrapper .img {
  max-width: 450px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .impression__wrapper.other__impression .wrapper .contents .font_18 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .other__showcase .contents .font_18 {
    font-size: 18px;
  }
}

.not__found__wrapper {
  padding: 64px 0;
}
.not__found__wrapper img {
  width: 100%;
  height: 100%;
}
.not__found__wrapper .contents {
  text-align: center;
  max-width: 546px;
  margin: 44px auto 0 auto;
}
.not__found__wrapper .contents h4 {
  color: #121212;
  font-family: "Marcellus", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 16px;
}
.not__found__wrapper .contents p {
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 32px;
}

.banner__component__wrapper {
  height: 264px;
}
.banner__component__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.terms__conditions__policy__wrapper {
  padding: 64px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .terms__conditions__policy__wrapper {
    padding: 64px 0 56px 0;
  }
}
.terms__conditions__policy__wrapper .title42 {
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .terms__conditions__policy__wrapper .title42 {
    margin-bottom: 32px;
  }
}
.terms__conditions__policy__wrapper ol {
  padding-left: 20px;
  margin-bottom: 56px;
}
.terms__conditions__policy__wrapper ol li {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
  list-style-type: decimal;
}
.terms__conditions__policy__wrapper p {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
}
.terms__conditions__policy__wrapper h3 {
  color: #121212;
  font-family: Marcellus;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 8px;
  font-family: "Marcellus", serif;
}
.terms__conditions__policy__wrapper a {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  white-space: nowrap;
}
.terms__conditions__policy__wrapper h6 {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.terms__conditions__policy__wrapper ul {
  padding-left: 20px;
  margin-bottom: 32px;
}
.terms__conditions__policy__wrapper ul li {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  list-style-type: disc;
}

.cart__empty__wrapper {
  padding: 54px 0;
}
.cart__empty__wrapper .empty_flex {
  max-width: 526px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.cart__empty__wrapper .empty_flex .img {
  width: 100%;
  height: 100%;
}
.cart__empty__wrapper .empty_flex .empty_text h4 {
  color: #121212;
  font-family: "Marcellus", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 16px;
}
.cart__empty__wrapper .empty_flex .empty_text p {
  color: #696969;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.cart__empty__wrapper .empty_flex .btnDark {
  max-width: 356px;
  width: 100%;
}

.cart__wrapper {
  background: -webkit-gradient(linear, left top, right top, color-stop(58%, #F5F5F5), color-stop(42%, #ffffff));
  background: linear-gradient(90deg, #F5F5F5 58%, #ffffff 42%);
  padding: 48px 0 100px 0;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .cart__wrapper {
    background: -webkit-gradient(linear, left top, right top, color-stop(62%, #F5F5F5), color-stop(38%, #ffffff));
    background: linear-gradient(90deg, #F5F5F5 62%, #ffffff 38%);
  }
}
@media screen and (max-width: 1024px) {
  .cart__wrapper {
    background: -webkit-gradient(linear, left top, right top, color-stop(65%, #F5F5F5), color-stop(35%, #ffffff));
    background: linear-gradient(90deg, #F5F5F5 65%, #ffffff 35%);
  }
}
@media screen and (max-width: 991px) {
  .cart__wrapper {
    background: -webkit-gradient(linear, left top, right top, color-stop(58%, #F5F5F5), color-stop(42%, #ffffff));
    background: linear-gradient(90deg, #F5F5F5 58%, #ffffff 42%);
  }
}
@media screen and (max-width: 767px) {
  .cart__wrapper {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(72.2%, #F5F5F5), color-stop(27.8%, #ffffff));
    background: linear-gradient(180deg, #F5F5F5 72.2%, #ffffff 27.8%);
    padding: 24px 0 64px 0;
  }
}
.cart__wrapper .cart_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(161, 161, 170, 0.5);
}
.cart__wrapper .cart_title h2 {
  color: #121212;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
.cart__wrapper .cart_title .count {
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
  position: relative;
}
.cart__wrapper .cart_title .count::before {
  content: "";
  width: 1px;
  height: 24px;
  opacity: 0.5;
  background: #A1A1AA;
  position: absolute;
  left: -12px;
}
.cart__wrapper .product_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 24px 0 40px 0;
  border-bottom: 1px solid rgba(161, 161, 170, 0.5);
}
.cart__wrapper .product_card .product_img {
  min-width: 120px;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .cart__wrapper .product_card .product_img {
    min-width: 80px;
    height: 100px;
  }
}
.cart__wrapper .product_card .product_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cart__wrapper .product_card .contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.cart__wrapper .product_card .contents_flex .deatails {
  max-width: 202px;
}
@media screen and (max-width: 991px) {
  .cart__wrapper .product_card .contents_flex .deatails {
    max-width: 100%;
  }
}
.cart__wrapper .product_card .contents_flex .deatails h3 {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  height: 42px;
  overflow: hidden;
  margin-bottom: 8px;
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: calc(100% - 24px);
}
@media screen and (max-width: 991px) {
  .cart__wrapper .product_card .contents_flex .deatails .inner_flex {
    gap: 64px;
  }
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .product_detail_list {
  margin-bottom: 14px;
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .product_detail_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .product_detail_list li h5 {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  min-width: 80px;
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .product_detail_list li h6 {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .actionBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .actionBtn .img {
  position: relative;
  width: 24px;
  height: 24px;
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .actionBtn .img::before {
  content: "";
  background-image: url(../assets/img_cart_heart.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .actionBtn img {
  width: 24px;
  height: 24px;
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .actionBtn span {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .actionBtn.active .img::before {
  background-image: url("../assets/img_cart_heart-fill.svg");
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown {
  position: absolute;
  top: 28px;
  right: 0;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0.03), 0 9px 9px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0.03), 0 9px 9px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 206px;
  max-height: 0;
  padding: 0 0 4px;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    padding-bottom: 0;
  }
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown .wishlist-inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown .wishlist-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown .list {
  padding: 8px;
  border-bottom: 1px solid rgba(161, 161, 170, 0.5);
  max-height: 140px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown .list {
    max-height: calc(100dvh - 140px);
  }
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown .list .option {
  padding: 8px 16px;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 0 0 8px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown .list .option {
    padding: 5px 16px;
  }
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown .list .option:last-child {
  margin-bottom: 0;
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown .list .option:hover, .cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown .list .option.active {
  background-color: #121212;
  color: #fff;
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown .list-create {
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown .list-create {
    padding-top: 0;
  }
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown .list-create .create-btn {
  padding: 9px 24px;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown .list-create .create-btn {
    border-bottom: 1px solid rgba(99, 104, 122, 0.6);
    margin-bottom: 8px;
  }
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown .list-create .create-btn:hover {
  background-color: #121212;
  color: #fff;
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown.show {
  max-height: 2000px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown.show {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
}
.cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown.show .wishlist-inner {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cart__wrapper .product_card .contents_flex .deatails .inner_flex .actionBtn_flex .wishList_wrap.cart_wishlist_dropdown .wishlist-dropdown.show .wishlist-inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.cart__wrapper .product_card .contents_flex .count_prices_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .cart__wrapper .product_card .contents_flex .count_prices_flex {
    gap: unset;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    position: absolute;
    bottom: 18%;
  }
}
.cart__wrapper .product_card .contents_flex .count_prices_flex .counter {
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #121212;
  background: #F5F5F5;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.cart__wrapper .product_card .contents_flex .count_prices_flex .counter .decrease .icon,
.cart__wrapper .product_card .contents_flex .count_prices_flex .counter .increase .icon {
  width: 24px;
  height: 24px;
  background: #EFEFEF;
  border-radius: 4px;
}
.cart__wrapper .product_card .contents_flex .count_prices_flex .counter .decrease:disabled,
.cart__wrapper .product_card .contents_flex .count_prices_flex .counter .increase:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.cart__wrapper .product_card .contents_flex .count_prices_flex .counter span {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  min-width: 20px;
  display: inline-block;
  text-align: center;
}
.cart__wrapper .product_card .contents_flex .count_prices_flex .prices .mrpItem .mrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cart__wrapper .product_card .contents_flex .count_prices_flex .prices .mrpItem .mrp h6 {
  color: #121212;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.cart__wrapper .product_card .contents_flex .count_prices_flex .prices .mrpItem .mrp span {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.cart__wrapper .product_card .contents_flex .count_prices_flex .prices .mrpItem p {
  color: #696969;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.cart__wrapper .product_card:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .cart__wrapper .product_card:last-child {
    padding-bottom: 64px;
  }
}
.cart__wrapper .order__summary__wrapper {
  position: sticky;
  top: 15%;
}
@media screen and (max-width: 767px) {
  .cart__wrapper .order__summary__wrapper {
    margin-top: 64px;
    position: initial;
  }
}
.cart__wrapper .order__summary__wrapper h3 {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 24px;
}
.cart__wrapper .order__summary__wrapper .product_mrp_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.cart__wrapper .order__summary__wrapper .product_mrp_flex .inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart__wrapper .order__summary__wrapper .product_mrp_flex .inner_flex .item {
  color: #696969;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.cart__wrapper .order__summary__wrapper .product_mrp_flex .inner_flex .rate {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
.cart__wrapper .order__summary__wrapper .availability_wrap {
  border-radius: 4px;
  background: #F5EEE6;
  padding: 8px;
}
.cart__wrapper .order__summary__wrapper .availability_wrap h4 {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 8px;
}
.cart__wrapper .order__summary__wrapper .availability_wrap .pinCode {
  position: relative;
}
.cart__wrapper .order__summary__wrapper .availability_wrap .pinCode .controls {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 100%;
  padding: 12px 8px;
  border-radius: 4px;
  border: 1px solid #A1A1AA;
}
.cart__wrapper .order__summary__wrapper .availability_wrap .pinCode .successText,
.cart__wrapper .order__summary__wrapper .availability_wrap .pinCode .errorText {
  color: #0CB000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  display: none;
}
.cart__wrapper .order__summary__wrapper .availability_wrap .pinCode .errorText {
  color: #F00;
}
.installation {
  display: none;
}
.cart__wrapper .order__summary__wrapper .availability_wrap .installation {
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart__wrapper .order__summary__wrapper .availability_wrap .installation .checkbox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart__wrapper .order__summary__wrapper .availability_wrap .installation .checkbox_wrap .checkbox .cstm-chk {
  position: absolute;
  opacity: 0;
}
.cart__wrapper .order__summary__wrapper .availability_wrap .installation .checkbox_wrap .checkbox .cstm-chk + label {
  position: relative;
  padding-left: 32px;
  margin: 0;
  cursor: pointer;
  color: #696969;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.cart__wrapper .order__summary__wrapper .availability_wrap .installation .checkbox_wrap .checkbox .cstm-chk + label:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border: 1.5px solid #121212;
  left: 0;
  top: 0;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cart__wrapper .order__summary__wrapper .availability_wrap .installation .checkbox_wrap .checkbox .cstm-chk + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cart__wrapper .order__summary__wrapper .availability_wrap .installation .checkbox_wrap .checkbox .cstm-chk:checked + label::before {
  background-color: #121212;
}
.cart__wrapper .order__summary__wrapper .availability_wrap .installation .checkbox_wrap .checkbox .cstm-chk:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.cart__wrapper .order__summary__wrapper .availability_wrap .installation .checkbox_wrap .tooltip_wrap {
  cursor: pointer;
  position: relative;
}
.cart__wrapper .order__summary__wrapper .availability_wrap .installation .checkbox_wrap .tooltip_wrap .info {
  width: 24px;
  height: 24px;
}
.cart__wrapper .order__summary__wrapper .availability_wrap .installation .checkbox_wrap .tooltip_wrap .tooltipText {
  display: none;
  color: #121212;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0px 57px 16px 0px rgba(0, 0, 0, 0), 0px 37px 15px 0px rgba(0, 0, 0, 0), 0px 21px 12px 0px rgba(0, 0, 0, 0.03), 0px 9px 9px 0px rgba(0, 0, 0, 0.05), 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 57px 16px 0px rgba(0, 0, 0, 0), 0px 37px 15px 0px rgba(0, 0, 0, 0), 0px 21px 12px 0px rgba(0, 0, 0, 0.03), 0px 9px 9px 0px rgba(0, 0, 0, 0.05), 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 8px;
  width: 188px;
  position: absolute;
  top: 100%;
  left: 20%;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
  z-index: 1024;
}
.cart__wrapper .order__summary__wrapper .availability_wrap .installation .checkbox_wrap .tooltip_wrap .tooltipText a {
  color: #00A2E5;
  text-decoration: underline;
}
.cart__wrapper .order__summary__wrapper .availability_wrap .installation .checkbox_wrap .tooltip_wrap:hover .tooltipText {
  display: block;
}
.cart__wrapper .order__summary__wrapper .promo_wrapper {
  margin: 16px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(161, 161, 170, 0.5);
  position: relative;
}
.cart__wrapper .order__summary__wrapper .promo_wrapper label {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.cart__wrapper .order__summary__wrapper .promo_wrapper .promo_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 6px 0 24px 0;
}
.cart__wrapper .order__summary__wrapper .promo_wrapper .promo_input #promoCode {
  padding: 9px 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  border-radius: 4px;
  border: 1px solid #A1A1AA;
}
.cart__wrapper .order__summary__wrapper .promo_wrapper .promo_input #applyBtn {
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  background-color: #A4A4A4;
  color: #ffffff;
  font-size: 14px;
  cursor: not-allowed;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cart__wrapper .order__summary__wrapper .promo_wrapper .promo_input #applyBtn.enabled {
  background-color: #121212;
  cursor: pointer;
}
.cart__wrapper .order__summary__wrapper .promo_wrapper .applied_info {
  position: absolute;
  bottom: 12px;
  display: none;
  width: 100%;
}
.cart__wrapper .order__summary__wrapper .promo_wrapper .applied_info .applied {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart__wrapper .order__summary__wrapper .promo_wrapper .applied_info .applied #appliedText {
  color: #696969;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.cart__wrapper .order__summary__wrapper .promo_wrapper .applied_info .applied #removeBtn {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.cart__wrapper .order__summary__wrapper .total_price_flex {
  margin-top: 16px;
}
.cart__wrapper .order__summary__wrapper .total_price_flex .total,
.cart__wrapper .order__summary__wrapper .total_price_flex .save {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4px;
}
.cart__wrapper .order__summary__wrapper .total_price_flex .total h4,
.cart__wrapper .order__summary__wrapper .total_price_flex .save h4 {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
.cart__wrapper .order__summary__wrapper .total_price_flex .total div,
.cart__wrapper .order__summary__wrapper .total_price_flex .save div {
  color: #121212;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.cart__wrapper .order__summary__wrapper .total_price_flex .save h4 {
  color: #0CB000;
  font-weight: 400;
}
.cart__wrapper .order__summary__wrapper .total_price_flex .save div {
  color: #0CB000;
}
@media screen and (max-width: 767px) {
  .cart__wrapper .order__summary__wrapper .floation_button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ffffff;
    -webkit-box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    z-index: 1024;
  }
}
.cart__wrapper .order__summary__wrapper .floation_button .mrpMobile {
  white-space: nowrap;
  display: none;
}
@media screen and (max-width: 767px) {
  .cart__wrapper .order__summary__wrapper .floation_button .mrpMobile {
    display: block;
  }
}
.cart__wrapper .order__summary__wrapper .floation_button .mrpMobile h4 {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.cart__wrapper .order__summary__wrapper .floation_button .mrpMobile h4 .mrp {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.cart__wrapper .order__summary__wrapper .floation_button .btnProceed {
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .cart__wrapper .order__summary__wrapper .floation_button .btnProceed {
    margin: 0;
    max-width: 158px;
  }
}

@media screen and (max-width: 767px) {
  .logIn_modal {
    top: unset;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.logIn_modal .modal-dialog {
  max-width: 926px;
}
@media screen and (max-width: 991px) {
  .logIn_modal .modal-dialog {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .logIn_modal .modal-dialog {
    margin: 0;
  }
}
.logIn_modal .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
}
.logIn_modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  z-index: 2;
  background: none;
  width: 24px;
  height: 26px;
  padding: 0;
  top: 16px;
  right: 16px;
}
.logIn_modal .modal-dialog .modal-content .btn-close img {
  width: 100%;
  height: 100%;
}
.logIn_modal .modal-dialog .modal-content .btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.logIn_modal .modal-dialog .modal-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .logIn_modal .modal-dialog .modal-content .modal-body {
    padding: 24px 16px;
  }
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_bg,
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .logIn_modal .modal-dialog .modal-content .modal-body .logIn_bg,
  .logIn_modal .modal-dialog .modal-content .modal-body .logIn_form {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .logIn_modal .modal-dialog .modal-content .modal-body .logIn_bg {
    display: none;
  }
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_bg img {
  max-width: 100%;
  height: auto;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
  position: relative;
  overflow: hidden;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .title {
  margin-bottom: 50px;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .title h3 {
  color: #121212;
  font-size: 24px;
  font-family: "Marcellus", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 8px;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .title p {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .inner_wrap {
  max-width: 324px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .inner_wrap {
    max-width: 100%;
  }
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .inner_wrap .form .deviderLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 0;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .inner_wrap .form .deviderLine .line {
  background: #A1A1AA;
  width: 100%;
  height: 1px;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .inner_wrap .form .deviderLine .text {
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding: 0 4px;
}
#customer_login{
  display: none !important;
}

.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .otp_wrapper {
  max-width: 324px;
  margin: auto;

  left: 0;
  right: -787px;
  top: 0;
  bottom: 0;
  background: #fff;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .otp_wrapper {
    max-width: 100%;
  }
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .otp_wrapper .logIn_field {
  margin-bottom: 16px;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .otp_wrapper .logIn_field .otp_inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .otp_wrapper .resend_text,
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .otp_wrapper .resendCounter {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 8px;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .otp_wrapper .resend_text a,
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .otp_wrapper .resendCounter a {
  color: #00A2E5;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 8px;
  display: inline-block;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .otp_wrapper .btnDark {
  margin-top: 48px;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .otp_wrapper.slideIn {
  right: 0;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .title {
  margin-bottom: 50px;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .title h3 {
  color: #121212;
  font-size: 24px;
  font-family: "Marcellus", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 8px;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .title p {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .title p a {
  color: #00A2E5;
  text-decoration: underline;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .logIn_field {
  margin-bottom: 32px;
  position: relative;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .logIn_field label {
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 4px;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .logIn_field .controls {
  width: 100%;
  padding: 6px 0;
  border: none;
  border-bottom: 1px solid #A1A1AA;
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .logIn_field .controls:focus {
  border-bottom: 1px solid #121212;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .logIn_field .otpControls {
  border-radius: 4px;
  border: 1px solid #A1A1AA;
  padding: 6px;
  max-width: 40px;
  width: 100%;
  text-align: center;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .logIn_field .otpControls:focus {
  border: 1px solid #121212;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .logIn_field .waring {
  color: #F00;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  position: absolute;
  bottom: -20px;
  display: none;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .btnDark {
  width: 100%;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .btnWhite {
  width: 100%;
  border: 1px solid #121212;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .contents {
  margin-top: 54px;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .contents p {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 8px;
  text-align: center;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .contents .linksList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .contents .linksList li {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .contents .linksList li a {
  color: #696969;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.logIn_modal .modal-dialog .modal-content .modal-body .logIn_form .contents .linksList li span {
  padding: 0 4px;
}
@media screen and (max-width: 767px) {
  .logIn_modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .modal_remove {
    top: unset;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.modal_remove .modal-dialog {
  max-width: 356px;
}
@media screen and (max-width: 767px) {
  .modal_remove .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
}
.modal_remove .modal-dialog .modal-content {
  border: none;
}
@media screen and (max-width: 767px) {
  .modal_remove .modal-dialog .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.modal_remove .modal-dialog .modal-content .modal-header {
  padding: 24px 24px 16px 24px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .modal_remove .modal-dialog .modal-content .modal-header {
    padding: 16 16px 16px 16px;
  }
}
.modal_remove .modal-dialog .modal-content .modal-header .modal-title {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .modal_remove .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 16px;
  }
}
.modal_remove .modal-dialog .modal-content .modal-body {
  padding: 0 24px 24px 24px;
}
@media screen and (max-width: 767px) {
  .modal_remove .modal-dialog .modal-content .modal-body {
    padding: 0 16px 0 16px;
  }
}
.modal_remove .modal-dialog .modal-content .modal-body .product_remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 16px;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
}
.modal_remove .modal-dialog .modal-content .modal-body .product_remove .img {
  width: 80px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.modal_remove .modal-dialog .modal-content .modal-body .product_remove .contents h5 {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 4px;
}
.modal_remove .modal-dialog .modal-content .modal-body .product_remove .contents p {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 16px;
}
.modal_remove .modal-dialog .modal-content .modal-body .product_remove .contents .mrp h6 {
  color: #121212;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.modal_remove .modal-dialog .modal-content .modal-body .product_remove .contents .mrp h6 span {
  font-size: 16px;
  line-height: 130%;
}
.modal_remove .modal-dialog .modal-content .modal-body .product_remove .contents .mrp p {
  color: #696969;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.modal_remove .modal-dialog .modal-content .modal-footer {
  padding: 16px 24px 24px 24px;
  border: none;
}
@media screen and (max-width: 767px) {
  .modal_remove .modal-dialog .modal-content .modal-footer {
    padding: 16px;
  }
}
.modal_remove .modal-dialog .modal-content .modal-footer .btns {
  width: calc(50% - 8px);
}
.modal_remove .modal-dialog .modal-content .modal-footer .btns.btnWhite {
  border: 1px solid #121212;
}
@media screen and (max-width: 767px) {
  .modal_remove.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.toastUndo {
  position: fixed;
  top: 92px;
  right: 14%;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 4px;
  background: #121212;
  padding: 8px 16px;
  display: none;
  z-index: 9999;
  width: 546px;
}
@media screen and (max-width: 767px) {
  .toastUndo {
    width: 100%;
    max-width: 364px;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 360px) {
  .toastUndo {
    width: 100%;
    max-width: 294px;
  }
}
.toastUndo .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.toastUndo .flex_wrap p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .toastUndo .flex_wrap p {
    font-size: 14px;
  }
}
.toastUndo .flex_wrap .btnUndo {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 767px) {
  .toastUndo .flex_wrap .btnUndo {
    font-size: 14px;
  }
}
.toastUndo .close {
  position: absolute;
  right: -12px;
  top: -12px;
}
.toastUndo .close img {
  width: 24px;
  height: 24px;
}

.modalTooltip .modal-dialog .modal-content {
  border-radius: 4px;
  border: none;
}
.modalTooltip .modal-dialog .modal-content .btn-close {
  opacity: 1;
  padding: 16px;
  margin-left: auto;
}
.modalTooltip .modal-dialog .modal-content .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.modalTooltip .modal-dialog .modal-content .modal-body {
  padding: 24px 114px 64px 80px;
}
@media screen and (max-width: 991px) {
  .modalTooltip .modal-dialog .modal-content .modal-body {
    padding: 24px 16px;
  }
}
.modalTooltip .modal-dialog .modal-content .modal-body h3 {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  margin-bottom: 40px;
}
.modalTooltip .modal-dialog .modal-content .modal-body .tooltip_list {
  margin-left: 12px;
}
.modalTooltip .modal-dialog .modal-content .modal-body .tooltip_list li {
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 4px;
  list-style-type: disc;
}
.modalTooltip .modal-dialog .modal-content .modal-body .tooltip_list li:last-child {
  margin-bottom: 0;
}

.wishlist_banner {
  background-color: #F5EEE6;
}
.wishlist_banner .wishlist_banner_cont {
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wishlist_banner .wishlist_banner_cont {
    height: 106px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 19px;
  }
}
.wishlist_banner .wishlist_banner_cont .breadcrumb_wrap {
  position: absolute;
  left: 0;
  top: 25px;
}
@media screen and (max-width: 767px) {
  .wishlist_banner .wishlist_banner_cont .breadcrumb_wrap {
    position: static;
    text-align: left;
    width: 100%;
  }
}
.wishlist_banner .wishlist_banner_cont .title_42 {
  margin: 0;
}

.wishlist_product_list {
  padding: 40px 0 80px;
  background-color: #FFF;
  background-color: #F5F5F5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wishlist_product_list {
    padding: 32px 0 42px;
  }
}
/* .wishlist_product_list .wishlist_product_list_innn {
  position: relative;
}
.wishlist_product_list .wishlist_product_list_innn::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #A1A1AA;
}
@media screen and (max-width: 991px) {
  .wishlist_product_list .wishlist_product_list_innn::before {
    border: none;
  }
} */
.wishlist_product_list .wishlist_product_list_top_sticky {
  position: sticky;
  top: 68px;
  width: 100%;
  z-index: 3;
  background-color: #F5F5F5;
}
@media screen and (max-width: 991px) {
  .wishlist_product_list .wishlist_product_list_top_sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
  }
}
.wishlist_product_list .wishlist_product_list_top_sticky.zIndex {
  z-index: 1;
}
.wishlist_product_list .wishlist_product_list_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  /* margin: 0 0 80px; */
  padding: 16px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .wishlist_product_list .wishlist_product_list_top {
    margin: 0;
    padding: 20px 12px;
    border-radius: 4px;
  }
}
.wishlist_product_list .wishlist_product_list_top::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  border-bottom: 1px solid #A1A1AA;
}
@media screen and (max-width: 1920px) {
  .wishlist_product_list .wishlist_product_list_top::before {
    left: -38%;
  }
}
@media screen and (max-width: 1600px) {
  .wishlist_product_list .wishlist_product_list_top::before {
    left: -23%;
  }
}
@media screen and (max-width: 1440px) {
  .wishlist_product_list .wishlist_product_list_top::before {
    left: -16%;
  }
}
@media screen and (max-width: 1366px) {
  .wishlist_product_list .wishlist_product_list_top::before {
    left: -13%;
  }
}
@media screen and (max-width: 1200px) {
  .wishlist_product_list .wishlist_product_list_top::before {
    left: -5%;
  }
}
@media screen and (max-width: 991px) {
  .wishlist_product_list .wishlist_product_list_top::before {
    border: none;
  }
}
.wishlist_product_list .wishlist_product_list_top .wishlist_product_top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 34px;
}
.wishlist_product_list .wishlist_product_list_top .wishlist_product_top_right .res-num {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  position: relative;
  display: block;
}
.wishlist_product_list .wishlist_product_list_top .wishlist_product_top_right .res-num::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(36, 34, 34, 0.15);
  right: -16px;
  top: 0;
  bottom: 9;
}
.wishlist_product_list .wishlist_product_list_top .wishlist_product_top_right .customDropdown {
  position: relative;
  width: 160px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wishlist_product_list .wishlist_product_list_top .wishlist_product_top_right .customDropdown::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  border-bottom: 1px solid #121212;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .wishlist_product_list .wishlist_product_list_top .wishlist_product_top_right .customDropdown {
    width: 156px;
  }
}
.wishlist_product_list .wishlist_product_list_top .wishlist_product_top_right .customDropdown .selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #242222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 24px;
  position: relative;
}
.wishlist_product_list .wishlist_product_list_top .wishlist_product_top_right .customDropdown .selected:after {
  content: " ";
  background-color: #F5F5F5;
  background-image: url(../assets/img_wishlist-create_caretDown.svg);
  width: 24px;
  height: 24px;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  position: absolute;
  right: 0;
}
.wishlist_product_list .wishlist_product_list_top .wishlist_product_top_right .customDropdown .selected.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.wishlist_product_list .wishlist_product_list_top .wishlist_product_top_right .customDropdown .options {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  background: #fff;
  border-radius: 4px;
  list-style: none;
  padding: 12px;
  margin: 0;
  max-height: 180px;
  overflow-y: auto;
  z-index: 10;
  min-width: 238px;
  -webkit-box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0.02), 0 9px 9px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0.02), 0 9px 9px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 991px) {
  .wishlist_product_list .wishlist_product_list_top .wishlist_product_top_right .customDropdown .options {
    position: fixed;
    top: unset;
    bottom: 0;
    min-width: none;
    width: 100%;
  }
}
.wishlist_product_list .wishlist_product_list_top .wishlist_product_top_right .customDropdown .options li {
  padding: 8px 16px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  border-radius: 8px;
  margin-bottom: 8px;
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  white-space: nowrap;
}
.wishlist_product_list .wishlist_product_list_top .wishlist_product_top_right .customDropdown .options li.active {
  background: #242222;
  color: #fff;
}
.wishlist_product_list .wishlist_product_list_top .wishlist_product_top_right .customDropdown .options li:hover {
  background: #242222;
  color: #fff;
}
.wishlist_product_list .wishlist_product_list_top .wishlist_product_top_right .customDropdown .options li:last-child {
  margin-bottom: 0;
}
.wishlist_product_list .wishlist_product_list_top .wishlist_product_top_right .customDropdown.open .options {
  display: block;
}
.wishlist_product_list .wishlist_product_list_top .wishlist_product_top_right .customDropdown:hover::before {
  width: calc(100% + 12px);
}
.wishlist_product_list .wishlist_product_list_top .filterLink {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  position: relative;
}
.wishlist_product_list .wishlist_product_list_top .filterLink.indicatorGreen::after {
 content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid #121212;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .wishlist_product_list .wishlist_product_list_top .filterLink {
    border-bottom: 0;
  }
}
.wishlist_product_list .wishlist_product_list_top .filterLink img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  height: 24px;
  width: 24px;
}
.wishlist_product_list .wishlist_product_list_top .filterLink.indicatorGreen {
  position: relative;
}
.wishlist_product_list .wishlist_product_list_top .filterLink.indicatorGreen::after {
  content: "";
  background: #0ECC00;
  border-radius: 24px;
  width: 8px;
  height: 8px;
  position: absolute;
  right: -4px;
  top: -4px;
}
.wishlist_product_list .wishlist_product_list_top .filterLink:hover::before {
  width: 100%;
}
.wishlist_product_list .wishlist_product_list_middle {
  padding: 12px 14px;
  position: relative;
  display: none;
  gap: 8px;
  /* margin: 0 0 70px; */
  z-index: 2;
  position: sticky;
  top: 124px;
}
@media screen and (max-width: 767px) {
  .wishlist_product_list .wishlist_product_list_middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding-inline: 0;
    top: 72px;
  }
}
.wishlist_product_list .wishlist_product_list_middle.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.wishlist_product_list .wishlist_product_list_middle::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  border-bottom: 1px solid #A1A1AA;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  background: #f5f5f5;
}
.wishlist_product_list .wishlist_product_list_middle .clearAllBtn {
  display: block;
  color: #242222;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  text-transform: uppercase;
  margin-top: 10px;
  white-space: nowrap;
}
.wishlist_product_list .wishlist_product_list_middle .filterAdded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.wishlist_product_list .wishlist_product_list_middle .filterAdded span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  gap: 8px;
  border-radius: 4px;
  background-color: #FFF;
}
.wishlist_product_list .wishlist_product_list_middle .filterAdded span .removeIcon {
  height: 16px;
  width: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2px;
}
.wishlist_product_list .wishlist_product_list_middle .filterAdded span .removeIcon img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.wishlist_product_list .wishlist_product_list_middle .filterAdded span .filterTitle {
  text-transform: uppercase;
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.wishlist_product_list .wishlist_product_list_middle .filterAdded span .filterTitle strong {
  color: #121212;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}
.wishlist_product_list .wishlist_product_list_bottom {
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .wishlist_product_list .wishlist_product_list_bottom {
    padding-top: 40px;
  }
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper {
  padding-bottom: 120px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px 24px;
}
@media screen and (max-width: 1023px) {
  .wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card {
  background: #FFF;
  position: relative;
  border-radius: 9px;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .mainImg {
  display: block;
  position: relative;
  border-radius: 8px 8px 0 0;
  border-width: 1px;
  border-style: solid;
  border-bottom-style: none;
  border-color: transparent;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .mainImg .lifestyleImg {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 767px) {
  .wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .mainImg .lifestyleImg {
    opacity: 0;
    visibility: hidden;
  }
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .mainImg .lifestyleImg.hide {
  opacity: 0;
  visibility: hidden;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .mainImg .lifestyleImg.show {
  opacity: 1;
  visibility: visible;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .mainImg .magicImg .defaultImg,
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .mainImg .magicImg .colorImg {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .mainImg .magicImg .defaultImg {
    opacity: 1;
    visibility: visible;
  }
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .mainImg .magicImg .defaultImg.hide {
  opacity: 0;
  visibility: hidden;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .mainImg .magicImg .defaultImg.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .mainImg .magicImg .colorImg {
    opacity: 0;
    visibility: hidden;
  }
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .mainImg .magicImg .colorImg.hide {
  opacity: 0;
  visibility: hidden;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .mainImg .magicImg .colorImg.show {
  opacity: 1;
  visibility: visible;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 16px;
  width: 100%;
  padding: 0 16px;
  pointer-events: none;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .tagNew {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 4px 6px;
  background: #52A169;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .outOfStockTag {
  color: #F5F5F5;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 4px 6px;
  background: #121212;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .likes {
  width: 40px;
  height: 40px;
  position: relative;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  z-index: 1;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .likes::before {
  content: "";
  background-image: url("../assets/img_wishlist-create_heart.svg");
  width: 23px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .likes.active::before {
  background-image: url("../assets/img_wishlist-create_heart-fill.svg");
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown {
  position: absolute;
  top: 50px;
  right: 0;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0.03), 0 9px 9px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0.03), 0 9px 9px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 206px;
  max-height: 0;
  padding: 0 0 4px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    padding-bottom: 0;
  }
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .wishlist-inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .wishlist-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list {
  padding: 8px;
  border-bottom: 1px solid rgba(161, 161, 170, 0.5);
  max-height: 140px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list {
    max-height: calc(100dvh - 140px);
  }
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list .option {
  padding: 8px 16px;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 0 0 8px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list .option {
    padding: 5px 16px;
  }
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list .option:last-child {
  margin-bottom: 0;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list .option:hover, .wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list .option.active {
  background-color: #121212;
  color: #fff;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list-create {
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list-create {
    padding-top: 0;
  }
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list-create .create-btn {
  padding: 9px 24px;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list-create .create-btn {
    border-bottom: 1px solid rgba(99, 104, 122, 0.6);
    margin-bottom: 8px;
  }
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown .list-create .create-btn:hover {
  background-color: #121212;
  color: #fff;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown.show {
  max-height: 2000px;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown.show {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    pointer-events: auto;
  }
}
.floatingItem_flex .wishList_wrap{
  margin-left: auto;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown.show .wishlist-inner {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .floatingItem_flex .wishList_wrap .wishlist-dropdown.show .wishlist-inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details {
  border-top: 1px solid #D4D4D4;
  padding: 16px 8px 8px;
  display: block;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-top-style: none;
  border-color: transparent;
  border-radius: 0 0 8px 8px;
  width: 100%;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .colorTitleFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .colorTitleFlex h6 {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  position: relative;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .colorTitleFlex h6::after {
  content: "";
  background: #D4D4D4;
  width: 1.5px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto 0;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .colorTitleFlex h6:last-child::after {
  display: none;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .colorTitleFlex.hidden {
  display: none;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .hiddenDetails {
  height: 0;
  overflow: hidden;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .hiddenDetails .colorFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .hiddenDetails .colorFlex .colorImg {
  width: 42px;
  height: 52px;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .hiddenDetails .colorFlex .colorImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border: 1.5px solid #D4D4D4;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .hiddenDetails .colorFlex .colorImg.active img {
  border: 1.5px solid #121212;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .hiddenDetails .sizeFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .hiddenDetails .sizeFlex h6 {
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .hiddenDetails .sizeFlex .size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .hiddenDetails .sizeFlex .size li {
  border: 1.6px solid #000;
  padding: 4px 12px 4px 4px;
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .hiddenDetails .sizeFlex .size li::after {
  content: "";
  background-image: url(../assets/img_wishlist_qoute.svg);
  width: 7px;
  height: 6px;
  position: absolute;
  top: 7px;
  right: 4px;
  background-repeat: no-repeat;
  background-size: cover;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .hiddenDetails .sizeFlex .size li.active {
  background: #121212;
  color: #fff;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .hiddenDetails .sizeFlex .size li.active::after {
  background-image: url(../assets/img_wishlist_qoute-white.svg);
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .hiddenDetails.expend {
  height: 100%;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .defaultDetails h4 {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 12px 0;
  height: 22px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .defaultDetails h4 {
    height: 42px;
  }
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .defaultDetails h3 {
  margin: 0;
  color: #696969;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details .defaultDetails h3 span {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card .product_details.floating {
  z-index: 2;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card:hover .mainImg {
  border-color: #D4D4D4;
}
@media screen and (max-width: 767px) {
  .wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card:hover .mainImg {
    border-color: transparent;
  }
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card:hover .product_details {
  position: absolute;
  border-color: #D4D4D4;
}
@media screen and (max-width: 767px) {
  .wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card:hover .product_details {
    border-color: transparent;
  }
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card.outOfStock .product_details .colorTitleFlex h6 {
  opacity: 0.5;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card.outOfStock .product_details .defaultDetails h4 {
  opacity: 0.5;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card.outOfStock .product_details .defaultDetails h3 {
  opacity: 0.5;
}
.wishlist_product_list .wishlist_product_list_bottom .listing__card__wrapper .listing_card.outOfStock .product_details .defaultDetails h3 span {
  opacity: 0.5;
}

.popup-overlay {
  display: none;
  position: fixed;
  height: 100dvh;
  width: 100vw;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .popup-overlay {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0;
  }
}
.popup-overlay .popup-box {
  padding: 24px 16px 16px;
  width: 300px;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0), 0 9px 9px 0 rgba(0, 0, 0, 0), 0 2px 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0), 0 9px 9px 0 rgba(0, 0, 0, 0), 0 2px 5px 0 rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .popup-overlay .popup-box {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    max-width: 100%;
    padding: 24px 16px;
    border-radius: 0;
  }
}
.popup-overlay .popup-box h4 {
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 8px;
}
.popup-overlay .popup-box p {
  color: #696969;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 5px;
}
.popup-overlay .popup-box .form-group {
  padding-bottom: 30px;
  position: relative;
}
.popup-overlay .popup-box .form-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid #121212;
}
.popup-overlay .popup-box .form-group input.error {
  border-color: red;
}
.popup-overlay .popup-box .form-group .wishlist-error-msg {

  font-size: 14px;
  color: red;
  position: absolute;
  bottom: 9px;
  left: 0;
}
.popup-overlay .popup-box .form-group .wishlist-error-msg.hidden {
  display: none;
}
.wishlist-error-msg.hidden {
  display: none;
}
.popup-overlay .popup-box .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
.popup-overlay .popup-box .btn-wrap .btns {
  border: 1px solid #121212;
  padding: 8px 38px;
  min-width: 125px;
}
@media screen and (max-width: 767px) {
  .popup-overlay .popup-box .btn-wrap .btns {
    min-width: 148px;
  }
}
.popup-overlay.showPopup {
  opacity: 1;
  visibility: visible;
}
.popup-overlay.showPopup .popup-box {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.filter_outer {
  position: absolute;
  top: 10px;
  bottom: 0;
  width: 100%;
  /* right: 100%; */
  height: calc(100dvh - 296px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99;
  max-width: 329px;
 transform: translateX(-100%);
}
@media screen and (max-width: 991px) {
  .filter_outer {
    position: fixed;
    transform: translateY(100%);
        right: auto;
        max-width: 100%;
         top: 0;
         height: calc(100dvh - 285px)
  }
}
.filter_outer.show {
  /* right: 0; */
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .filter_outer.show {
     right: auto;
	  transform: translateY(40%);
    /* top: 90px; */
  }
}
.filter_outer.show::before {
  opacity: 1;
  visibility: visible;
}
.filter_outer .filter-sidebar {
  border-radius: 8px;
  background-color: #FFF;
  border-radius: 8px 8px 0 0;
  padding: 0;
  width: 100%;
  max-width: 329px;
  overflow: hidden;
  height: 100%;
  max-height: 100dvh;
  overflow: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .filter_outer .filter-sidebar {
    max-width: 100%;
    left: -16px;
  }
}
.filter_outer .filter-sidebar .filter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 12px;
  border-bottom: 1px solid rgba(99, 104, 122, 0.6);
  background-color: #F5F5F5;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
}
.filter_outer .filter-sidebar .filter-header span {
  color: #121212;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}
.filter_outer .filter-sidebar .filter-header .close-filter {
  background: none;
  border: none;
  font-size: 0;
  height: 24px;
  width: 24px;
  background-image: url("../assets/img_icons_x.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px 32px;
  cursor: pointer;
}
.filter_outer .filter-sidebar .filter-group {
  padding: 16px 12px;
  border-bottom: 1px solid rgba(36, 34, 34, 0.15);
}
.filter_outer .filter-sidebar .filter-group .accordion-header {
  cursor: pointer;
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative;
  padding-right: 20px;
  text-transform: capitalize;
  border-radius: 8px 8px 0 0;
}
.filter_outer .filter-sidebar .filter-group .accordion-header .selected-count {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 22px;
  width: 22px;
  background-color: #121212;
  border-radius: 50%;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  opacity: 0;
  visibility: hidden;
}
.filter_outer .filter-sidebar .filter-group .accordion-header .selected-count.show {
  opacity: 1;
  visibility: visible;
}
.filter_outer .filter-sidebar .filter-group .accordion-header::after {
  content: "";
  position: absolute;
  right: 0;
  height: 12px;
  width: 12px;
  border: 1px solid #121212;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 4px;
  top: 0;
  border-top: 0;
  border-left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filter_outer .filter-sidebar .filter-group.open .accordion-header::after {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.filter_outer .filter-sidebar .filter-group .accordion-body {
  display: none;
  padding: 16px 0 0;
}
.filter_outer .filter-sidebar .filter-group .accordion-body label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 12px;
  cursor: pointer;
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  padding-left: 32px;
}
.filter_outer .filter-sidebar .filter-group .accordion-body label.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.filter_outer .filter-sidebar .filter-group .accordion-body label:has(input[type=checkbox]):last-child {
  margin-bottom: 0;
}
.filter_outer .filter-sidebar .filter-group .accordion-body label:has(input[type=checkbox])::before {
  content: "";
  height: 16px;
  width: 16px;
  border: 2px solid #121212;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filter_outer .filter-sidebar .filter-group .accordion-body label:has(input[type=checkbox]):after {
  content: "";
  position: absolute;
  height: 6px;
  width: 10px;
  border: 2px solid #fff;
  left: 3px;
  top: 3px;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.filter_outer .filter-sidebar .filter-group .accordion-body label:has(input[type=checkbox]) input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.filter_outer .filter-sidebar .filter-group .accordion-body label:has(input[type=checkbox]) span {
  color: #121212;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.filter_outer .filter-sidebar .filter-group .accordion-body label:has(input[type=checkbox]):has(input[type=checkbox]:checked)::before {
  background-color: #212121;
}
.filter_outer .filter-sidebar .filter-group .accordion-body label:has(input[type=checkbox]):has(input[type=checkbox]:checked)::after {
  opacity: 1;
  visibility: visible;
}
.filter_outer .filter-sidebar .filter-group .accordion-body label:has(input[type=radio])::before {
  content: "";
  height: 16px;
  width: 16px;
  border: 2px solid #121212;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filter_outer .filter-sidebar .filter-group .accordion-body label:has(input[type=radio]):after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: #212121;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.filter_outer .filter-sidebar .filter-group .accordion-body label:has(input[type=radio]) input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.filter_outer .filter-sidebar .filter-group .accordion-body label:has(input[type=radio]):has(input[type=radio]:checked)::after {
  opacity: 1;
  visibility: visible;
}
.filter_outer .filter-sidebar .filter-group .accordion-body .square-chk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filter_outer .filter-sidebar .filter-group .accordion-body .square-chk label {
  height: 32px;
  width: 61px;
  border: 1px solid #D4D4D4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #121212;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  padding-left: 0;
  width: calc(25% - 22px);
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .filter_outer .filter-sidebar .filter-group .accordion-body .square-chk label {
    width: calc(25% - 24px);
  }
}
.filter_outer .filter-sidebar .filter-group .accordion-body .square-chk label::before {
  opacity: 0;
  height: 100% !important;
  width: 100% !important;
  border-radius: 0 !important;
  border-width: 1px !important;
  -webkit-transform: scale(0);
  transform: scale(0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent !important;
}
.filter_outer .filter-sidebar .filter-group .accordion-body .square-chk label::after {
  display: none;
}
.filter_outer .filter-sidebar .filter-group .accordion-body .square-chk label:has(input[type=checkbox]:checked) {
  background-color: #121212;
  color: #fff;
}
.filter_outer .filter-sidebar .filter-group .accordion-body .square-chk label:has(input[type=checkbox]:checked)::before {
  opacity: 1;
  -webkit-transform: scale(1.15, 1.2);
  transform: scale(1.15, 1.2);
}
.filter_outer .filter-sidebar .filter-group.open .accordion-body {
  display: block;
}
.filter_outer .filter-sidebar .price-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 12px;
}
.filter_outer .filter-sidebar .price-range .price-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filter_outer .filter-sidebar .price-range .price-inputs input {
  width: 75px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #A1A1AA;
  background-color: #F5F5F5;
  text-align: center;
  color: #121212;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}
.filter_outer .filter-sidebar .price-range #price-slider {
  height: 8px;
  max-width: calc(100% - 12px);
  position: relative;
  left: 10px;
}
.filter_outer .filter-sidebar .price-range #price-slider .noUi-handle {
  background: #212121;
  border: 5px solid #EFEFEF;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: -6px;
  right: -8px;
}
.filter_outer .filter-sidebar .price-range #price-slider .noUi-handle::before, .filter_outer .filter-sidebar .price-range #price-slider .noUi-handle::after {
  display: none;
}
.filter_outer .filter-sidebar .price-range #price-slider .noUi-base {
  background: #ddd;
  border-radius: 3px;
}
.filter_outer .filter-sidebar .price-range #price-slider .noUi-connect {
  background: #000;
  border-radius: 3px;
}
.filter_outer .filter-sidebar .filter-action {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #FFF;
  -webkit-box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 8px;
  position: sticky;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.filter_outer .filter-sidebar .filter-action.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter_outer .filter-sidebar .filter-action a {
  color: #A1A1AA;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.no_result_wrapper {
  padding: 64px 0;
  text-align: center;
  min-height: calc(100vh - 68px);
}
@media screen and (max-width: 991px) {
  .no_result_wrapper {
    min-height: calc(100vh - 71px);
  }
}
.no_result_wrapper .title32 {
  margin: 0 0 16px;
}
.no_result_wrapper p {
  color: #121212;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .no_result_wrapper p {
    font-size: 16px;
  }
}

/* Tooltip */
.tooltip-msg {
  position: fixed;
  width: 100%;
  top: 24%;
  right: 20px;
  display: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .tooltip-msg {
    right: 8px;
  }
}
.tooltip-msg .tooltip-msg-inn {
  background-color: #121212;
  border-radius: 4px;
  padding: 8px 16px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  max-width: 556px;
  margin: 0 0 0 auto;
}
.tooltip-msg .tooltip-msg-inn span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  display: block;
}
.tooltip-msg .tooltip-msg-inn span.tooltip-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: -16px;
  right: -16px;
  cursor: pointer;
}
.tooltip-msg .tooltip-msg-inn span.tooltip-close img {
  display: block;
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.tooltip-msg .tooltip-msg-inn .undoBtn {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: underline;
}

.shipping__wrapper {
  padding: 50px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(58%, #ffffff), color-stop(42%, #F5F5F5));
  background: linear-gradient(90deg, #ffffff 58%, #F5F5F5 42%);
}
@media screen and (max-width: 1440px) {
  .shipping__wrapper {
    background: -webkit-gradient(linear, left top, right top, color-stop(51%, #ffffff), color-stop(49%, #F5F5F5));
    background: linear-gradient(90deg, #ffffff 51%, #F5F5F5 49%);
  }
}
@media screen and (max-width: 1024px) {
  .shipping__wrapper {
    background: -webkit-gradient(linear, left top, right top, color-stop(51%, #ffffff), color-stop(49%, #F5F5F5));
    background: linear-gradient(90deg, #ffffff 51%, #F5F5F5 49%);
  }
}
@media screen and (max-width: 991px) {
  .shipping__wrapper {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(84%, #ffffff), color-stop(14%, #F5F5F5));
    background: linear-gradient(180deg, #ffffff 84%, #F5F5F5 14%);
  }
}
@media screen and (max-width: 767px) {
  .shipping__wrapper {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ffffff), color-stop(15%, #F5F5F5));
    background: linear-gradient(180deg, #ffffff 85%, #F5F5F5 15%);
  }
}
.shipping__wrapper .shipping_form_wrap .shipping_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 24px;
  margin-bottom: 40px;
}
.shipping__wrapper .shipping_form_wrap .shipping_step::before {
  content: "";
  background: #A1A1AA;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
}
.shipping__wrapper .shipping_form_wrap .shipping_step .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: 33.3333333333%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .shipping__wrapper .shipping_form_wrap .shipping_step .steps {
    height: 37px;
  }
}
.shipping__wrapper .shipping_form_wrap .shipping_step .steps .tag {
  border-radius: 4px;
  background: #F5F5F5;
  padding: 4px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.shipping__wrapper .shipping_form_wrap .shipping_step .steps .tag div {
  color: #696969;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .shipping__wrapper .shipping_form_wrap .shipping_step .steps .tag div {
    font-size: 12px;
    line-height: 120%;
  }
}
.shipping__wrapper .shipping_form_wrap .shipping_step .steps p {
  color: #A1A1AA;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .shipping__wrapper .shipping_form_wrap .shipping_step .steps p {
    font-size: 12px;
  }
}
.shipping__wrapper .shipping_form_wrap .shipping_step .steps:nth-child(2), .shipping__wrapper .shipping_form_wrap .shipping_step .steps:nth-child(3) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .shipping__wrapper .shipping_form_wrap .shipping_step .steps:nth-child(2), .shipping__wrapper .shipping_form_wrap .shipping_step .steps:nth-child(3) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.shipping__wrapper .shipping_form_wrap .shipping_step .steps.active::after {
  content: "";
  background: #121212;
  width: 100%;
  height: 4px;
  position: absolute;
  top: -24px;
}
.shipping__wrapper .shipping_form_wrap .shipping_step .steps.active .tag span {
  color: #121212;
}
.shipping__wrapper .shipping_form_wrap .shipping_step .steps.active p {
  color: #121212;
}
.shipping__wrapper .shipping_form_wrap .shipping_form {
  border-radius: 4px;
  border: 1px solid #A1A1AA;
  background: #FFF;
  padding: 24px;
}
.shipping__wrapper .shipping_form_wrap .shipping_form h2 {
  color: #121212;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 24px;
}
.shipping__wrapper .shipping_form_wrap .shipping_form #shippingForm .form_group_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shipping__wrapper .shipping_form_wrap .shipping_form #shippingForm .form_group label {
  margin-bottom: 8px;
  font-size: 14px;
}
.shipping__wrapper .shipping_form_wrap .shipping_form #shippingForm .form_group .formControl {
  padding: 8px 0;
}
.shipping__wrapper .shipping_form_wrap .shipping_form #shippingForm .form_group .cstm-chk + label:before {
  width: 20px;
  height: 20px;
}
.shipping__wrapper .shipping_form_wrap .shipping_form #shippingForm .form_group .cstm-chk + label:after {
  width: 5px;
  height: 10px;
  top: 4px;
  left: 8px;
}
.shipping__wrapper .shipping_form_wrap .shipping_form #shippingForm .form_group.gridTwo {
  max-width: 230px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .shipping__wrapper .shipping_form_wrap .shipping_form #shippingForm .form_group.gridTwo {
    max-width: 100%;
  }
}
.shipping__wrapper .shipping_form_wrap .shipping_form #shippingForm .form_group.gridThree {
  max-width: 148px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .shipping__wrapper .shipping_form_wrap .shipping_form #shippingForm .form_group.gridThree {
    max-width: 100%;
  }
}
.shipping__wrapper .shipping_form_wrap .shipping_form #shippingForm .form_group .errorMsg {
  bottom: 10px;
}
.shipping__wrapper .shipping_form_wrap .shipping_form.billing_form {
  margin-top: 40px;
}
.shipping__wrapper .shipping_form_wrap .shipping_form.billing_form h2 {
  margin-bottom: 8px;
}
.shipping__wrapper .shipping_order_summary {
  position: sticky;
  top: 10%;
}
@media screen and (max-width: 991px) {
  .shipping__wrapper .shipping_order_summary {
    padding-top: 64px;
  }
}
.shipping__wrapper .shipping_order_summary h4 {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 24px;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap {
  background: #FFF;
  border-radius: 4px;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .productBtn {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .productBtn h5 {
  margin: 0;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .productBtn h5 span {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .productBtn .img {
  width: 24px;
  height: 24px;
  display: block;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .productBtn .img.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion {
  height: 0;
  overflow: hidden;
  margin: 0 16px 0 16px;
  border-top: 1px solid transparent;
  -webkit-transition: height 0.3s linear, border-top 0.3s linear;
  transition: height 0.3s linear, border-top 0.3s linear;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap {
  height: 100%;
  overflow-y: scroll;
  padding: 0;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap::-webkit-scrollbar {
  display: block;
  width: 2px;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap::-webkit-scrollbar-thumb {
  background: #D9D9D9;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap .product_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 16px 4px 0 0;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap .product_card .product_img {
  min-width: 120px;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap .product_card .product_img {
    min-width: 80px;
    height: 100px;
  }
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap .product_card .product_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap .product_card .contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap .product_card .contents_flex .deatails .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap .product_card .contents_flex .deatails .title h3 {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 8px;
  max-width: 150px;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap .product_card .contents_flex .deatails .title .mrpMobile {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap .product_card .contents_flex .deatails .title .mrpMobile {
    margin-bottom: 8px;
  }
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap .product_card .contents_flex .deatails .title .mrpMobile h4 {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap .product_card .contents_flex .deatails .title .mrpMobile h4 .mrp {
  color: #121212;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap .product_card .contents_flex .deatails .title .mrpMobile p {
  color: #696969;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap .product_card .contents_flex .deatails .inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap .product_card .contents_flex .deatails .inner_flex {
    gap: 64px;
  }
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap .product_card .contents_flex .deatails .inner_flex .product_detail_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap .product_card .contents_flex .deatails .inner_flex .product_detail_list li h5 {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  min-width: 80px;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap .product_card .contents_flex .deatails .inner_flex .product_detail_list li h6 {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap .product_card:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion .scroll_card_wrap .product_card:last-child {
    padding-bottom: 64px;
  }
}
.shipping__wrapper .shipping_order_summary .product_accordion_wrap .product_accordion.open {
  height: 268px;
  border-top: 1px solid rgba(161, 161, 170, 0.5);
}
.shipping__wrapper .shipping_order_summary .order_price_deatil {
  margin: 16px 0;
}
.shipping__wrapper .shipping_order_summary .order_price_deatil .mrp_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}
.shipping__wrapper .shipping_order_summary .order_price_deatil .mrp_flex h5 {
  color: #696969;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.shipping__wrapper .shipping_order_summary .order_price_deatil .mrp_flex h4 {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
.shipping__wrapper .shipping_order_summary .order_price_deatil .mrp_flex:last-child {
  margin-bottom: 0;
}
.shipping__wrapper .shipping_order_summary .installation {
  padding: 16px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  background: #F5EEE6;
  margin-bottom: 16px;
}
.shipping__wrapper .shipping_order_summary .installation .checkbox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shipping__wrapper .shipping_order_summary .installation .checkbox_wrap .checkbox .cstm-chk {
  position: absolute;
  opacity: 0;
}
.shipping__wrapper .shipping_order_summary .installation .checkbox_wrap .checkbox .cstm-chk + label {
  position: relative;
  padding-left: 32px;
  margin: 0;
  cursor: pointer;
  color: #696969;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.shipping__wrapper .shipping_order_summary .installation .checkbox_wrap .checkbox .cstm-chk + label:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border: 1.5px solid #121212;
  left: 0;
  top: 0;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shipping__wrapper .shipping_order_summary .installation .checkbox_wrap .checkbox .cstm-chk + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shipping__wrapper .shipping_order_summary .installation .checkbox_wrap .checkbox .cstm-chk:checked + label::before {
  background-color: #121212;
}
.shipping__wrapper .shipping_order_summary .installation .checkbox_wrap .checkbox .cstm-chk:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.shipping__wrapper .shipping_order_summary .installation .checkbox_wrap .tooltip_wrap {
  cursor: pointer;
  position: relative;
}
.shipping__wrapper .shipping_order_summary .installation .checkbox_wrap .tooltip_wrap .info {
  width: 24px;
  height: 24px;
}
.shipping__wrapper .shipping_order_summary .installation .checkbox_wrap .tooltip_wrap .tooltipText {
  display: none;
  color: #121212;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0px 57px 16px 0px rgba(0, 0, 0, 0), 0px 37px 15px 0px rgba(0, 0, 0, 0), 0px 21px 12px 0px rgba(0, 0, 0, 0.03), 0px 9px 9px 0px rgba(0, 0, 0, 0.05), 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 57px 16px 0px rgba(0, 0, 0, 0), 0px 37px 15px 0px rgba(0, 0, 0, 0), 0px 21px 12px 0px rgba(0, 0, 0, 0.03), 0px 9px 9px 0px rgba(0, 0, 0, 0.05), 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 8px;
  width: 188px;
  position: absolute;
  top: 100%;
  left: 20%;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
  z-index: 1024;
}
.shipping__wrapper .shipping_order_summary .installation .checkbox_wrap .tooltip_wrap:hover .tooltipText {
  display: block;
}
.shipping__wrapper .shipping_order_summary .installation .installationFee {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.shipping__wrapper .shipping_order_summary .coupon_discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(161, 161, 170, 0.5);
}
.shipping__wrapper .shipping_order_summary .coupon_discount h5 {
  color: #0CB000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.shipping__wrapper .shipping_order_summary .coupon_discount h4 {
  color: #0CB000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
.shipping__wrapper .shipping_order_summary .total_prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}
.shipping__wrapper .shipping_order_summary .total_prices h4 {
  color: #121212;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
.shipping__wrapper .shipping_order_summary .total_prices h5 {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .shipping__wrapper .shipping_order_summary .orderBtn_flex {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ffffff;
    -webkit-box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    z-index: 1024;
  }
}
.shipping__wrapper .shipping_order_summary .orderBtn_flex .mrpMobile {
  white-space: nowrap;
  display: none;
}
@media screen and (max-width: 767px) {
  .shipping__wrapper .shipping_order_summary .orderBtn_flex .mrpMobile {
    display: block;
  }
}
.shipping__wrapper .shipping_order_summary .orderBtn_flex .mrpMobile h4 {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.shipping__wrapper .shipping_order_summary .orderBtn_flex .mrpMobile h4 .mrp {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.shipping__wrapper .shipping_order_summary .orderBtn_flex .btnDark {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .shipping__wrapper .shipping_order_summary .orderBtn_flex .btnDark {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.shipping__wrapper .thanku_content_wrap .thanku_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.shipping__wrapper .thanku_content_wrap .thanku_flex img {
  width: 56px;
  height: 56px;
}
.shipping__wrapper .thanku_content_wrap .thanku_flex .contents h6 {
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
.shipping__wrapper .thanku_content_wrap .thanku_flex .contents h5 {
  color: #121212;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
.shipping__wrapper .thanku_content_wrap .text {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  padding-bottom: 24px;
  border-bottom: 1px solid #A1A1AA;
}
.shipping__wrapper .thanku_content_wrap .text a {
  color: #006FCF;
  text-decoration: underline;
}
.shipping__wrapper .thanku_content_wrap .shipping_address {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #A1A1AA;
}
.shipping__wrapper .thanku_content_wrap .shipping_address h3 {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 16px;
}
.shipping__wrapper .thanku_content_wrap .shipping_address h4 {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 4px;
}
.shipping__wrapper .thanku_content_wrap .shipping_address p {
  color: #696969;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.shipping__wrapper .thanku_content_wrap .payment_flex {
  margin-bottom: 54px;
}
.shipping__wrapper .thanku_content_wrap .payment_flex h4 {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 16px;
}
.shipping__wrapper .thanku_content_wrap .payment_flex .inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.shipping__wrapper .thanku_content_wrap .payment_flex .inner_flex img {
  width: 47px;
  height: 40px;
}
.shipping__wrapper .thanku_content_wrap .payment_flex .inner_flex h2 {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
.shipping__wrapper .thanku_content_wrap .btnDark {
  width: 100%;
}

.myWishList__products__wrapper {
  background: #F5F5F5;
  padding: 40px 0;
}
.myWishList__products__wrapper .wishlist_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(161, 161, 170, 0.5);
}
.myWishList__products__wrapper .wishlist_title h2 {
  color: #121212;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .myWishList__products__wrapper .wishlist_title h2 {
    font-size: 20px;
  }
}
.myWishList__products__wrapper .wishlist_title .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.myWishList__products__wrapper .wishlist_title .inner h4 {
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
  position: relative;
}
.myWishList__products__wrapper .wishlist_title .inner h4::after {
  content: "";
  opacity: 0.5;
  background: #A1A1AA;
  width: 1px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px;
  margin: auto 0;
}
.myWishList__products__wrapper .wishlist_title .inner h4:last-child::after {
  display: none;
}
.myWishList__products__wrapper .myList_wrap {
  border-radius: 8px;
  background: #FFF;
  padding: 16px 12px;
}
@media screen and (max-width: 767px) {
  .myWishList__products__wrapper .myList_wrap {
    display: none;
  }
}
.myWishList__products__wrapper .myList_wrap h3 {
  padding: 12px;
  border-bottom: 1px solid rgba(99, 104, 122, 0.6);
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 16px;
}
.myWishList__products__wrapper .myList_wrap .wishlist_list .wishlistItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px;
  border-radius: 4px;
}
.myWishList__products__wrapper .myList_wrap .wishlist_list .wishlistItem:hover {
  background: #F2EFEF;
  cursor: pointer;
}
.myWishList__products__wrapper .myList_wrap .wishlist_list .wishlistItem .itemName {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 500;
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.myWishList__products__wrapper .myList_wrap .wishlist_list .wishlistItem .editInput {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: none;
  padding: 0;
  border: none;
  background: transparent;
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.myWishList__products__wrapper .myList_wrap .wishlist_list .wishlistItem .editInput:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.myWishList__products__wrapper .myList_wrap .wishlist_list .wishlistItem .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 4px;
}
.myWishList__products__wrapper .myList_wrap .wishlist_list .wishlistItem .products .productCount {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.myWishList__products__wrapper .myList_wrap .wishlist_list .wishlistItem .products .menuDropdown {
  position: relative;
}
.myWishList__products__wrapper .myList_wrap .wishlist_list .wishlistItem .products .menuDropdown .menuBtn img {
  width: 32px;
  height: 32px;
}
.myWishList__products__wrapper .myList_wrap .wishlist_list .wishlistItem .products .menuDropdown .buttons_list {
  display: none;
  position: absolute;
  top: 32px;
  padding: 8px;
  border-radius: 4px;
  background: #ffffff;
  -webkit-box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0.03), 0 9px 9px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0.03), 0 9px 9px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  z-index: 1;
  width: 148px;
}
.myWishList__products__wrapper .myList_wrap .wishlist_list .wishlistItem .products .menuDropdown .buttons_list li {
  margin-bottom: 8px;
}
.myWishList__products__wrapper .myList_wrap .wishlist_list .wishlistItem .products .menuDropdown .buttons_list li button {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 8px;
  border-radius: 8px;
  width: 100%;
  text-align: left;
}
.myWishList__products__wrapper .myList_wrap .wishlist_list .wishlistItem .products .menuDropdown .buttons_list li button:hover {
  background: #121212;
  color: #ffffff;
}
.myWishList__products__wrapper .myList_wrap .wishlist_list .wishlistItem .products .menuDropdown .buttons_list li:last-child {
  margin-bottom: 0;
}
.myWishList__products__wrapper .myList_wrap .wishlist_list .wishlistItem .products .menuDropdown .buttons_list.active {
  display: block;
}
.myWishList__products__wrapper .myList_wrap .btnDark {
  margin-top: 12px;
  width: 100%;
}
.myWishList__products__wrapper .myList_wrap_mobile {
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0 38px 15px 0 rgba(0, 0, 0, 0), 0 21px 13px 0 rgba(0, 0, 0, 0), 0 9px 9px 0 rgba(0, 0, 0, 0), 0 2px 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 38px 15px 0 rgba(0, 0, 0, 0), 0 21px 13px 0 rgba(0, 0, 0, 0), 0 9px 9px 0 rgba(0, 0, 0, 0), 0 2px 5px 0 rgba(0, 0, 0, 0);
  padding: 12px 12px 0 12px;
  margin-bottom: 24px;
  display: none;
}
@media screen and (max-width: 767px) {
  .myWishList__products__wrapper .myList_wrap_mobile {
    display: block;
  }
}
.myWishList__products__wrapper .myList_wrap_mobile .create_wishlist_wrap .titleBtn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #A1A1AA;
}
.myWishList__products__wrapper .myList_wrap_mobile .create_wishlist_wrap .titleBtn_flex h2 {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
.myWishList__products__wrapper .myList_wrap_mobile .create_wishlist_wrap .create_wishlist_modal_wrap {
  background: #FFF;
  padding: 24px 16px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1024;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.myWishList__products__wrapper .myList_wrap_mobile .create_wishlist_wrap .create_wishlist_modal_wrap h4 {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 24px;
}
.myWishList__products__wrapper .myList_wrap_mobile .create_wishlist_wrap .create_wishlist_modal_wrap .input_flex {
  margin-bottom: 24px;
}
.myWishList__products__wrapper .myList_wrap_mobile .create_wishlist_wrap .create_wishlist_modal_wrap .input_flex label {
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.myWishList__products__wrapper .myList_wrap_mobile .create_wishlist_wrap .create_wishlist_modal_wrap .input_flex .wishlistInput {
  padding: 8px 0;
  border: none;
  border-bottom: 1px solid #A1A1AA;
  width: 100%;
}
.myWishList__products__wrapper .myList_wrap_mobile .create_wishlist_wrap .create_wishlist_modal_wrap .input_flex .wishlistInput:focus {
  border-bottom: 1px solid #121212;
}
.myWishList__products__wrapper .myList_wrap_mobile .create_wishlist_wrap .create_wishlist_modal_wrap .btns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
.myWishList__products__wrapper .myList_wrap_mobile .create_wishlist_wrap .create_wishlist_modal_wrap .btns_wrap .btnWhite {
  border: 1px solid #121212;
}
.myWishList__products__wrapper .myList_wrap_mobile .create_wishlist_wrap .create_wishlist_modal_wrap .btns_wrap button {
  width: 148px;
}
.myWishList__products__wrapper .myList_wrap_mobile .create_wishlist_wrap .create_wishlist_modal_wrap.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.myWishList__products__wrapper .myList_wrap_mobile .create_wishlist_wrap .create_wishlist_modal_wrap.show::before {
  display: block;
}
.myWishList__products__wrapper .myList_wrap_mobile .wishlist_dropdown {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.myWishList__products__wrapper .myList_wrap_mobile .wishlist_dropdown .customSelect {
  position: relative;
  width: 100%;
  max-width: 294px;
}
.myWishList__products__wrapper .myList_wrap_mobile .wishlist_dropdown .customSelect .selected {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #A1A1AA;
  background: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.myWishList__products__wrapper .myList_wrap_mobile .wishlist_dropdown .customSelect .selected .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-right: 8px;
  font-size: 14px;
}
.myWishList__products__wrapper .myList_wrap_mobile .wishlist_dropdown .customSelect .selected .title h4 {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
.myWishList__products__wrapper .myList_wrap_mobile .wishlist_dropdown .customSelect .selected .title span {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.myWishList__products__wrapper .myList_wrap_mobile .wishlist_dropdown .customSelect .selected::after {
  content: "";
  background-image: url(../assets/img_wishlist_caretDown.svg);
  min-width: 24px;
  height: 24px;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.myWishList__products__wrapper .myList_wrap_mobile .wishlist_dropdown .customSelect .selected.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.myWishList__products__wrapper .myList_wrap_mobile .wishlist_dropdown .customSelect .options {
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  margin-top: 4px;
  padding: 0;
  list-style: none;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.myWishList__products__wrapper .myList_wrap_mobile .wishlist_dropdown .customSelect .options li {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.myWishList__products__wrapper .myList_wrap_mobile .wishlist_dropdown .customSelect .options li:hover {
  background-color: #f0f0f0;
}
.myWishList__products__wrapper .myList_wrap_mobile .wishlist_dropdown .customSelect .options.show {
  display: block;
}
.myWishList__products__wrapper .myList_wrap_mobile .wishlist_dropdown .renameRemove_wrap .renameRemoveBtn {
  border-radius: 4px;
  border: 1px solid #A1A1AA;
  width: 40px;
  height: 42px;
}
.myWishList__products__wrapper .myList_wrap_mobile .wishlist_dropdown .renameRemove_modal_wrap {
  background: #FFF;
  padding: 24px 16px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1024;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.myWishList__products__wrapper .myList_wrap_mobile .wishlist_dropdown .renameRemove_modal_wrap .project_list_wrap h4 {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(161, 161, 170, 0.5);
}
.myWishList__products__wrapper .myList_wrap_mobile .wishlist_dropdown .renameRemove_modal_wrap .project_list_wrap ul li {
  margin-bottom: 8px;
}
.myWishList__products__wrapper .myList_wrap_mobile .wishlist_dropdown .renameRemove_modal_wrap .project_list_wrap ul li .btnsAction {
  padding: 8px 16px;
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 100%;
  text-align: left;
}
.myWishList__products__wrapper .myList_wrap_mobile .wishlist_dropdown .renameRemove_modal_wrap .project_list_wrap ul li:last-child {
  margin-bottom: 0;
}
.myWishList__products__wrapper .myList_wrap_mobile .wishlist_dropdown .renameRemove_modal_wrap.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.myWishList__products__wrapper .renameInput_modal_wrap {
  background: #FFF;
  padding: 24px 16px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1024;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.myWishList__products__wrapper .renameInput_modal_wrap .fieldsMobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
}
.myWishList__products__wrapper .renameInput_modal_wrap .fieldsMobile label {
  margin-bottom: 8px;
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.myWishList__products__wrapper .renameInput_modal_wrap .fieldsMobile .mobileInput {
  padding: 8px 0;
  border: none;
  border-bottom: 1px solid #A1A1AA;
}
.myWishList__products__wrapper .renameInput_modal_wrap .fieldsMobile .mobileInput:focus {
  border-bottom: 1px solid #121212;
}
.myWishList__products__wrapper .renameInput_modal_wrap .mobileBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.myWishList__products__wrapper .renameInput_modal_wrap .mobileBtns .btnWhite {
  border: 1px solid #121212;
}
.myWishList__products__wrapper .renameInput_modal_wrap .mobileBtns button {
  width: 148px;
}
.myWishList__products__wrapper .renameInput_modal_wrap.open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.myWishList__products__wrapper .products_cards_wrap .card_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(161, 161, 170, 0.5);
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .img {
  min-width: 120px;
  height: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .myWishList__products__wrapper .products_cards_wrap .card_flex .img {
    min-width: 80px;
    height: 100px;
  }
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .img .cardClick {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .img img {
  width: 100%;
  height: 100%;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .titleFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .titleFlex .title h3 {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0 4px 0 0;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex {
    display: none;
  }
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  position: relative;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .share::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: -6px;
  background: #000;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 991px) {
  .myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .share::after {
    display: none;
  }
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .share img {
  width: 20px;
  height: 20px;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .share span {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .share:hover::after {
  left: 0;
  right: 0;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu {
  position: relative;
  display: inline-block;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu .dropdownToggle {
  cursor: pointer;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu .dropdownMenu {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border-radius: 8px;
  padding: 8px;
  margin-top: 6px;
  list-style: none;
  min-width: 150px;
  display: none;
  -webkit-box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0.03), 0 9px 9px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0.03), 0 9px 9px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu .dropdownMenu .has_submenu {
  padding: 8px;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu .dropdownMenu .has_submenu::before {
  content: "";
  background: transparent;
  position: absolute;
  left: -8px;
  top: 0;
  width: 8px;
  height: 100%;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu .dropdownMenu .has_submenu .text {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  width: 100%;
  text-align: left;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu .dropdownMenu .has_submenu .text::after {
  content: "";
  background-image: url(../assets/img_wishlist_chevron-down.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu .dropdownMenu .has_submenu .arrow {
  width: 16px;
  height: 16px;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu .dropdownMenu .has_submenu .remove {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu .dropdownMenu .has_submenu .submenu {
  position: absolute;
  top: -8px;
  right: 106%;
  width: 200px;
  background: white;
  border-radius: 8px;
  padding: 8px;
  border-radius: 4px;
  -webkit-box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0.03), 0 9px 9px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0.03), 0 9px 9px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  display: none;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu .dropdownMenu .has_submenu .submenu .subMenuItem {
  padding: 8px 16px;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 8px;
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 8px;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu .dropdownMenu .has_submenu .submenu .subMenuItem:hover {
  background: #121212;
  color: #fff;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu .dropdownMenu .has_submenu .submenu .subMenuItem:last-child {
  margin-bottom: 0;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu .dropdownMenu .has_submenu:hover {
  background: #121212;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu .dropdownMenu .has_submenu:hover .text {
  color: #ffffff;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu .dropdownMenu .has_submenu:hover .submenu {
  display: block;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu .dropdownMenu .has_submenu:last-child {
  margin-bottom: 0;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu .dropdownMenu .has_submenu:last-child::before {
  display: none;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu .dropdownMenu .has_submenu:last-child .text::after {
  display: none;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .actionsFlex .dropdownNestedMenu .dropdownMenu.active {
  display: block;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .mobileBtnsMoveRemove_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .myWishList__products__wrapper .products_cards_wrap .card_flex .contents .mobileBtnsMoveRemove_wrap {
    display: block;
  }
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .mobileBtnsMoveRemove_wrap .mobileMoveRemoveBtnDropdown img {
  width: 32px;
  height: 32px;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .mobileBtnsMoveRemove_wrap .mobile_dropdown_wrap {
  background: #FFF;
  padding: 24px 16px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1024;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .mobileBtnsMoveRemove_wrap .mobile_dropdown_wrap .mobileMoveRemoveContents .moveBtn_wrap .moveAccordionBtn {
  padding: 8px 16px;
  width: 100%;
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
  position: relative;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .mobileBtnsMoveRemove_wrap .mobile_dropdown_wrap .mobileMoveRemoveContents .moveBtn_wrap .moveAccordionBtn::after {
  content: "";
  background-image: url(../assets/img_wishlist_caretDown.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .mobileBtnsMoveRemove_wrap .mobile_dropdown_wrap .mobileMoveRemoveContents .moveBtn_wrap .moveAccordionBtn.rotate::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .mobileBtnsMoveRemove_wrap .mobile_dropdown_wrap .mobileMoveRemoveContents .moveBtn_wrap .moveListWraps {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
  margin-left: 12px;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .mobileBtnsMoveRemove_wrap .mobile_dropdown_wrap .mobileMoveRemoveContents .moveBtn_wrap .moveListWraps li {
  margin-bottom: 8px;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .mobileBtnsMoveRemove_wrap .mobile_dropdown_wrap .mobileMoveRemoveContents .moveBtn_wrap .moveListWraps li a {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: inline-block;
  width: 100%;
  padding: 8px;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .mobileBtnsMoveRemove_wrap .mobile_dropdown_wrap .mobileMoveRemoveContents .moveBtn_wrap .moveListWraps li:last-child {
  margin-bottom: 0;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .mobileBtnsMoveRemove_wrap .mobile_dropdown_wrap .mobileMoveRemoveContents .moveBtn_wrap .moveListWraps.show {
  height: 100%;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .mobileBtnsMoveRemove_wrap .mobile_dropdown_wrap .mobileRemoveBtn {
  padding: 8px 16px;
  width: 100%;
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
  margin-top: 8px;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .mobileBtnsMoveRemove_wrap .mobile_dropdown_wrap.open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .priceFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 0;
}
@media screen and (max-width: 767px) {
  .myWishList__products__wrapper .products_cards_wrap .card_flex .contents .priceFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
  }
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .priceFlex .mrp h4 {
  color: #121212;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .priceFlex .mrp h4 span {
  font-size: 16px;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .priceFlex .mrp p {
  color: #696969;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .priceFlex .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  display: none;
}
@media screen and (max-width: 767px) {
  .myWishList__products__wrapper .products_cards_wrap .card_flex .contents .priceFlex .share {
    display: block;
    margin: 16px 0;
  }
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .priceFlex .share img {
  width: 20px;
  height: 20px;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex .contents .priceFlex .share span {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex.outOfStock .img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.myWishList__products__wrapper .products_cards_wrap .card_flex.outOfStock .titleFlex .title h2 {
  color: #F00;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex.outOfStock .priceFlex .btnDark {
  opacity: 0.5;
}
.myWishList__products__wrapper .products_cards_wrap .card_flex:last-child {
  border-bottom: none;
}

.wishListModal .modal-dialog {
  max-width: 314px;
}
.wishListModal .modal-dialog .modal-content {
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0), 0 9px 9px 0 rgba(0, 0, 0, 0), 0 2px 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 57px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0), 0 21px 12px 0 rgba(0, 0, 0, 0), 0 9px 9px 0 rgba(0, 0, 0, 0), 0 2px 5px 0 rgba(0, 0, 0, 0);
  border: none;
}
.wishListModal .modal-dialog .modal-content .modal-body {
  padding: 24px 16px;
}
@media screen and (max-width: 767px) {
  .wishListModal .modal-dialog .modal-content .modal-body {
    padding: 16px;
  }
}
.wishListModal .modal-dialog .modal-content .modal-body h4 {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 24px;
}
.wishListModal .modal-dialog .modal-content .modal-body .field_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
}
.wishListModal .modal-dialog .modal-content .modal-body .field_flex label {
  margin-bottom: 6px;
}
.wishListModal .modal-dialog .modal-content .modal-body .field_flex .wishlistInput {
  padding: 8px 0;
  border: none;
  border-bottom: 1px solid #A1A1AA;
}
.wishListModal .modal-dialog .modal-content .modal-body .field_flex .wishlistInput:focus {
  border-bottom: 1px solid #121212;
}
.wishListModal .modal-dialog .modal-content .modal-body .btnsFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wishListModal .modal-dialog .modal-content .modal-body .btnsFlex .btns {
  width: 126px;
}
.wishListModal .modal-dialog .modal-content .modal-body .btnsFlex .btnWhite {
  border: 1px solid #121212;
}

@media screen and (max-width: 767px) {
.bgOverlay {
  overflow: hidden;
}
.bgOverlay::before {
  content: "";
  background: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1024;
  }
}

.search__not__found {
  padding: 30px 0 56px;
  background-color: #F5EEE6;
  min-height: calc(100dvh - 68px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .search__not__found {
    padding: 40px 0 60px;
    min-height: calc(100dvh - 72px);
  }
}
.search__not__found .contents {
  max-width: 445px;
  margin-inline: auto;
}
.search__not__found .contents img {
  display: block;
  margin: 0 auto 28px;
  width: 140px;
  height: 158px;
  -o-object-fit: contain;
  object-fit: contain;
}
.search__not__found .contents h3 {
  color: #121212;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
.search__not__found .contents h4 {
  color: var(--Text-1, #121212);
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.84px;
  margin: 0 0 28px;
}
@media screen and (max-width: 767px) {
  .search__not__found .contents h4 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.64px;
    margin: 0 0 24px;
  }
}
.search__not__found .contents ul li {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  padding-left: 24px;
}
.search__not__found .contents ul li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 12px;
  height: 4px;
  width: 4px;
  background-color: #000;
  border-radius: 50%;
}

.empty__wishlist__wrapper {
  padding: 42px 0 103px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .empty__wishlist__wrapper {
    padding: 42px 0;
  }
}
.empty__wishlist__wrapper .empty__wishlist__inn {
  max-width: 425px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.empty__wishlist__wrapper .empty__wishlist__inn img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 24px;
  max-width: 100%;
}
.empty__wishlist__wrapper .empty__wishlist__inn h1 {
  color: #121212;
  font-family: "Marcellus", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  max-width: 333px;
  margin: 0 auto 16px;
}
.empty__wishlist__wrapper .empty__wishlist__inn p {
  color: #696969;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  max-width: 333px;
  margin: 0 auto;
}

.login__wishlist__wrapper {
  padding: 152px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .login__wishlist__wrapper {
    padding: 42px 0;
  }
}
.login__wishlist__wrapper .login__wishlist__inn {
  max-width: 352px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.login__wishlist__wrapper .login__wishlist__inn img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 24px;
  max-width: 100%;
}
.login__wishlist__wrapper .login__wishlist__inn h1 {
  color: #121212;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  max-width: 250px;
  margin: 0 auto 36px;
}
@media screen and (max-width: 767px) {
  .login__wishlist__wrapper .login__wishlist__inn h1 {
    margin: 0 auto 24px;
  }
}

.wishlist_banner .wishlist_banner_cont.searchResult {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wishlist_banner .wishlist_banner_cont.searchResult p {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}

.wishlist_product_list.searchResultProducts {
  background: #F5F5F5;
}
.wishlist_product_list.searchResultProducts .wishlist_product_list_top_sticky {
  background: #fff;
}
.wishlist_product_list.searchResultProducts .wishlist_product_list_top_sticky .wishlist_product_list_top {
  background: #F5F5F5;
}
.wishlist_product_list.searchResultProducts .wishlist_product_list_top_sticky .wishlist_product_list_top .wishlist_product_top_right .customDropdown .selected::after {
  background-color: #fff;
}


/* popup enquiry form  */

.modal__form__common .modal-dialog .modal-content {
  border: none;
}
.modal__form__common .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 4px;
  z-index: 2;
  top: 4px;
  
}
.modal__form__common .modal-dialog .modal-content .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal__form__common .modal-dialog .modal-content .modal-body {
  padding: 32px 24px 24px 24px;
}
.modal__form__common .modal-dialog .modal-content .modal-body .img {
  width: 100%;
  height: 100%;
  
}

.products__circle__wrapper .wrapper .inner_wrap .box_four .box .fansCards,
.products__circle__wrapper .wrapper .inner_wrap .box_three .box .fansCards {
 position: relative;
 display: block;
 -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
 transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.products__circle__wrapper .wrapper .inner_wrap .box_four .box .fansCards .img img,
.products__circle__wrapper .wrapper .inner_wrap .box_three .box .fansCards .img img {
 width: 100%;
 height: 100%;
}
.products__circle__wrapper .wrapper .inner_wrap .box_four .box .fansCards h4,
.products__circle__wrapper .wrapper .inner_wrap .box_three .box .fansCards h4 {
 color: #121212;
 font-family: "Marcellus", serif;
 font-size: 24px;
 font-style: normal;
 font-weight: 400;
 line-height: 100%;
 position: absolute;
 bottom: 16px;
 left: 0;
 right: 0;
 margin: 0 auto;
 text-align: center;
 z-index: 1;
}
.products__circle__wrapper .wrapper .inner_wrap .box_four .box .fansCards .card_overlay,
.products__circle__wrapper .wrapper .inner_wrap .box_three .box .fansCards .card_overlay {
 border-radius: 10px;
 position: absolute;
 top: 0;
 width: 100%;
 height: 100%;
 padding: 16px 16px 16px 38px;
 z-index: 2;
 overflow: hidden;
 opacity: 0;
 -webkit-transition: opacity 0.2s linear, overflow 0.3s linear;
 transition: opacity 0.2s linear, overflow 0.3s linear;
 background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
 background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
 backdrop-filter: blur(15px);
}
@media screen and (max-width: 1024px) {
  .products__circle__wrapper .wrapper .inner_wrap .box_four .box .fansCards .card_overlay,
  .products__circle__wrapper .wrapper .inner_wrap .box_three .box .fansCards .card_overlay {
    display: none;
  }
}
.products__circle__wrapper .wrapper .inner_wrap .box_four .box .fansCards .card_overlay .categroy_list,
.products__circle__wrapper .wrapper .inner_wrap .box_three .box .fansCards .card_overlay .categroy_list {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 height: 100%;
}
.products__circle__wrapper .wrapper .inner_wrap .box_four .box .fansCards .card_overlay .categroy_list li,
.products__circle__wrapper .wrapper .inner_wrap .box_three .box .fansCards .card_overlay .categroy_list li {
 color: #121212;
 font-size: 18px;
 font-style: normal;
 font-weight: 400;
 line-height: 100%;
 margin-bottom: 24px;
 list-style-type: disc;
 -webkit-transform: translateY(50%);
 transform: translateY(50%);
}
.products__circle__wrapper .wrapper .inner_wrap .box_four .box .fansCards .card_overlay .categroy_list li:last-child,
.products__circle__wrapper .wrapper .inner_wrap .box_three .box .fansCards .card_overlay .categroy_list li:last-child {
 margin-bottom: 0;
}
.products__circle__wrapper .wrapper .inner_wrap .box_four .box .fansCards:hover,
.products__circle__wrapper .wrapper .inner_wrap .box_three .box .fansCards:hover {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
.products__circle__wrapper .wrapper .inner_wrap .box_four .box .fansCards:hover .card_overlay,
.products__circle__wrapper .wrapper .inner_wrap .box_three .box .fansCards:hover .card_overlay {
 overflow: visible;
 opacity: 1;
}
