@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

.gfamily {
  font-family: "Gilda Display", serif;
}

a {
  text-decoration: none;
  color: #000;
}

.tippy-box[data-theme~=light-border] {
  border-radius: 0;
  opacity: 0.75;
}

.h1_heading {
  font-size: 75px;
  line-height: 85px;
  text-transform: capitalize;
  color: var(--light-color);
  font-family: "Gilda Display", serif;
}

.h2_heading {
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  text-transform: capitalize;
  color: var(--dark-color);
  font-family: "Gilda Display", serif;
}

.title {
  font-size: 22px;
  font-weight: 600;
  font-family: "Gilda Display", serif;
  text-transform: capitalize;
}

:root {
  --light-color: #fff;
  --muted: #6b7280;
  --dark-color: #000;
  --smokewhite-color: #f7f7f7;
  --line: #e5e5e5;
  --slide-duration: 700ms;
  --slide-delay: 300ms;
  --easing: cubic-bezier(0.645, 0.045, 0.355, 1);
  --transition-ms: 900ms;
  --page-thickness-vmin: 0.25vmin;
  --shadow: 0 0.75rem 1.5rem -0.5rem rgba(0, 0, 0, .25);
}

/*............... button design ...............*/
.btn_button {
  cursor: pointer;
  display: block;
  align-items: center;
  text-align: center;
  transition: all ease 0.4s;
  text-decoration: none;
  padding: 12px 20px;
  border: 1px solid #000;
  border-radius: 0;
  font-weight: 600;
  background-color: var(--dark-color);
  color: var(--light-color);
  font-family: "Gilda Display", serif;
  letter-spacing: 1px;
}
.btn_button:hover,
.btn_button .active {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}

/*............... header design ...............*/
.headerfix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .mobilbtn {
  background-color: var(--light-color);
  border: none;
  min-width: 50px;
}
header .navbar {
  text-transform: uppercase;
}
header .navbar .nav-item .nav-link {
  display: block;
}
header .navbar .search-form {
  min-width: 320px;
  margin-right: 20px;
}
header .navbar .search-form .form-control {
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  border-left: 0;
}
header .navbar .brand-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 25%;
}
header .navbar .nav-icon {
  font-size: 18px;
  text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor;
}
header .navbar .nav-icon .wishlistcount {
  font-size: 11px;
  position: absolute;
  bottom: -15px;
  left: 5px;
}
header .menusidebaar {
  min-width: 500px;
  background-color: var(--light-color);
}
header .menusidebaar .offcanvas-header {
  width: 90%;
}
header .menusidebaar .offcanvas-header .cancel-btn {
  transition: all ease 0.5s;
  transform: rotate(-45deg);
  font-size: 35px;
  margin-right: 5px;
}
header .menusidebaar .offcanvas-body {
  color: var(--dark-color);
  padding-top: 0;
}
header .menusidebaar .offcanvas-body .utility {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
header .menusidebaar .offcanvas-body .utility .u-btn {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  transition: all ease 0.4s;
  font-family: "Gilda Display", serif;
}
header .menusidebaar .offcanvas-body .utility .u-btn:hover {
  background-color: var(--dark-color);
  color: var(--light-color);
}
header .menusidebaar .offcanvas-body .utility .u-btn:hover .badge {
  border-color: var(--light-color);
  color: var(--light-color);
}
header .menusidebaar .offcanvas-body .utility .u-btn .badge {
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid var(--dark-color);
  display: inline-grid;
  place-items: center;
  font-size: 12px;
  padding: 0 6px;
  color: var(--dark-color);
}
header .menusidebaar .offcanvas-body .brandsearch {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
header .menusidebaar .offcanvas-body .brandsearch input {
  width: 100%;
  min-height: var(--tap);
  padding: 5px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  outline: none;
}
header .menusidebaar .offcanvas-body .brandsearch input::-moz-placeholder {
  color: #8a8a8a;
}
header .menusidebaar .offcanvas-body .brandsearch input::placeholder {
  color: #8a8a8a;
}
header .menusidebaar .offcanvas-body .navbar-nav {
  padding: 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
header .menusidebaar .offcanvas-body .navbar-nav .navsection {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
header .menusidebaar .offcanvas-body .navbar-nav .navsection details {
  border-top: 1px solid var(--line);
}
header .menusidebaar .offcanvas-body .navbar-nav .navsection details summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bolder;
  min-height: 40px;
  font-family: "Gilda Display", serif;
  outline: none;
}
header .menusidebaar .offcanvas-body .navbar-nav .navsection details summary .chev {
  font-weight: 900;
  opacity: 0.6;
  transition: transform 0.2s;
}
header .menusidebaar .offcanvas-body .navbar-nav .navsection details summary::-webkit-details-marker {
  display: none;
}
header .menusidebaar .offcanvas-body .navbar-nav .navsection details .nav-items .nav-links {
  display: block;
  padding: 12px 18px;
  text-decoration: none;
  color: var(--ink);
  border-top: 1px solid var(--line);
  min-height: 32px;
  display: flex;
  align-items: center;
}
header .menusidebaar .offcanvas-body .navbar-nav .navsection details .nav-items .nav-links:first-child {
  border-top: 0;
}
header .menusidebaar .offcanvas-body .navbar-nav .navsection details .nav-items .nav-links:hover,
header .menusidebaar .offcanvas-body .navbar-nav .navsection details .nav-items .nav-links .active {
  background: #f8f8f8;
}
header .menusidebaar .offcanvas-body .navbar-nav .navsection details .brand-intro {
  padding: 12px 14px;
  display: grid;
  gap: 10px;
}
header .menusidebaar .offcanvas-body .navbar-nav .navsection details .brand-intro .tile {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
header .menusidebaar .offcanvas-body .navbar-nav .navsection details .brand-intro .tile .brandtitle {
  font-weight: 700;
}
header .menusidebaar .offcanvas-body .navbar-nav .navsection details .brand-intro .tile .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
header .menusidebaar .offcanvas-body .navbar-nav .navsection details .brand-intro .tile .chips .chip {
  border: 1px solid var(--line);
  padding: 4px 10px;
  color: #000;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  transition: all ease 0.4s;
}
header .menusidebaar .offcanvas-body .navbar-nav .navsection details .brand-intro .tile .chips .chip:hover {
  background-color: var(--dark-color);
  color: var(--light-color);
  border: 1px solid var(--dark-color);
}
header .menusidebaar .offcanvas-body .navbar-nav .navsection details .brand-intro .tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
header .menusidebaar .offcanvas-body .navbar-nav .navsection details .brand-intro .muted {
  color: var(--muted);
  font-size: 0.92rem;
  padding: 0 16px 12px;
}
header .menusidebaar .offcanvas-body .navbar-nav .navsection details .muted {
  color: var(--muted);
  padding: 0 16px 12px;
}
header .menusidebaar .offcanvas-body .navbar-nav .navsection details:first-of-type {
  border-top: 0;
}
header .menusidebaar .offcanvas-body .navbar-nav .navsection details[open] .chev {
  transform: rotate(90deg);
}
header .menusidebaar .offcanvas-body .navbar-nav .bottom-cta {
  margin: 12px 10px 4px;
}
header .menusidebaar.show .offcanvas-header .cancel-btn {
  transform: rotate(0);
}
header .searchform .offcanvas-body .form-control {
  border: none;
  border-bottom: 1px solid var(--muted);
  border-radius: 0;
  padding: 10px 5px;
  box-shadow: none;
  margin-bottom: 25px;
  font-weight: 500;
}
header a:-webkit-any-link:active {
  font-weight: 700;
}

/*............... footer design ...............*/
footer {
  position: relative;
  z-index: 7;
}
footer .footer_area {
  background-color: var(--smokewhite-color);
  padding: 100px 0 10px;
  color: var(--dark-color);
}
footer .footer_area .footer_menus {
  font-size: 17px;
  font-weight: 600;
}
footer .footer_area .footer_menus .footer_icons {
  display: flex;
  gap: 15px;
}
footer .footer_area .footer_menus .footer_icons .social_icons a {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.3215686275);
  color: var(--dark-color);
  font-size: 16px;
  width: 46px;
  height: 46px;
  transition: all ease 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer_area .footer_menus .footer_icons .social_icons a i {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_area .footer_menus .footer_icons .social_icons:hover {
  transform: scale(0.9);
}
footer .footer_area .footer_menus .footer_icons .social_icons:hover a {
  background-color: var(--dark-color);
  color: var(--light-color);
}
footer .footer_area .copyright {
  margin-top: 70px;
}
footer .float-button {
  text-decoration: none;
  position: fixed;
  padding: 10px 15px;
  top: 35%;
  right: 35px;
  color: #fff;
  background-color: #25D366;
  border-radius: 0;
  z-index: 100;
  font-family: Arial;
  font-size: 17px;
  box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
  transition: all 0.4s ease-out;
  display: flex;
  align-items: center;
  overflow: hidden;
  animation: whatsapp-bounce 1s ease-in-out, whatsapp-pulse 2s infinite 2s;
}
footer .float-button .bi-whatsapp {
  font-size: 20px !important;
}
footer .float-button span {
  max-width: 0;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.7s ease;
}
footer .float-button:hover {
  background-color: #128C7E;
  transform: scale(1.1);
  border-radius: 25px 25px 2px 25px;
}
footer .float-button:hover span {
  max-width: 150px;
  opacity: 1;
  margin-left: 5px;
}
@keyframes whatsapp-bounce {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  60% {
    transform: translateY(-10px);
    opacity: 1;
  }
  80% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes whatsapp-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
footer .progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px hsla(0, 2.4390243902%, 20.5%, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
footer .progress-wrap::after {
  position: absolute;
  font-family: "bootstrap-icons";
  content: "\f145";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #000;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
footer .progress-wrap .progress-circle path {
  stroke: black;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
  fill: none;
}
footer .active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*............... preloader design ...............*/
.loader-wrapper {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: block;
}
.loader-wrapper .preloader-overlay {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: grid;
  place-items: center;
  background: transparent;
  transition: opacity 0.3s var(--easing), visibility 0.3s var(--easing);
}
.loader-wrapper .preloader-overlay .preloader-orbit-loading {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  perspective: 780px;
}
.loader-wrapper .preloader-overlay .preloader-orbit-loading .cssload-inner {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-sizing: border-box;
}
.loader-wrapper .preloader-overlay .preloader-orbit-loading .cssload-one {
  border-bottom: 3px solid var(--dark-color);
  animation: a1 1.15s linear infinite;
}
.loader-wrapper .preloader-overlay .preloader-orbit-loading .cssload-two {
  border-right: 3px solid var(--dark-color);
  animation: a2 1.15s linear infinite;
}
.loader-wrapper .preloader-overlay .preloader-orbit-loading .cssload-three {
  border-top: 3px solid var(--dark-color);
  animation: a3 1.15s linear infinite;
}
@keyframes a1 {
  from {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
  }
  to {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes a2 {
  from {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
  }
  to {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes a3 {
  from {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
  }
  to {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #f7f7f7;
  z-index: 10000;
  will-change: transform;
}
.loader-wrapper .loader-section.section-left {
  left: 0;
}
.loader-wrapper .loader-section.section-right {
  right: 0;
}

.loaded .loader-section.section-left {
  transform: translateX(-100%);
  transition: transform var(--slide-duration) var(--slide-delay) var(--easing);
}
.loaded .loader-section.section-right {
  transform: translateX(100%);
  transition: transform var(--slide-duration) var(--slide-delay) var(--easing);
}
.loaded .loader-wrapper {
  pointer-events: none;
}
.loaded .preloader-overlay {
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .cssload-one,
  .cssload-two,
  .cssload-three {
    animation: none !important;
  }
  .loaded .loader-section.section-left,
  .loaded .loader-section.section-right {
    transition: none;
    transform: translateX(0);
  }
}
noscript .loader-wrapper {
  display: none !important;
}

/*............... popup design ...............*/
.no-scroll {
  overflow: hidden !important;
  height: 100% !important;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.rolepopup .modal-content {
  border: none;
  border-radius: 8px;
  padding: 25px;
}
.rolepopup .modal-content .h2_heading {
  margin-top: 0;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.rolepopup .modal-content .role_text {
  font-size: 13px;
  color: #767676;
  margin: 0;
}
.rolepopup .modal-content .role-card {
  border: 1px solid var(--line);
  padding: 16px 18px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.rolepopup .modal-content .role-card:hover {
  border-color: #000;
  background-color: #fafafa;
}
.rolepopup .modal-content .role-card.active {
  border-color: #000;
  background-color: #f9f9f9;
}
.rolepopup .modal-content .btn-primary {
  background-color: #000;
  border-color: #000;
  border-radius: 0;
  padding: 12px 28px;
  font-size: 14px;
}
.rolepopup .modal-content .btn-primary:disabled {
  opacity: 0.3;
}
.rolepopup .modal-content .btn-link {
  color: #767676;
  font-size: 14px;
  text-decoration: none;
}
.rolepopup .modal-content .btn-link:hover {
  color: #000;
  text-decoration: underline;
}

/*............... index page design ...............*/
.home_video {
  background: url("../gallery/video-bg.webp") no-repeat center center/cover;
}
.home_video .video-stage {
  height: auto;
  position: relative;
}
.home_video .video-stage .video-viewport {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.home_video .video-stage .video-viewport video {
  width: var(--videoW, 100%);
  height: auto;
  border-radius: var(--videoR, 0px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  transition: border-radius 0.2s;
}

.our_showroom .flipbook-section {
  position: relative;
  perspective: 1500px;
  width: 100%;
}
.our_showroom .flipbook-section .book {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16/8.2;
}
.our_showroom .flipbook-section .book .page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  cursor: pointer;
}
.our_showroom .flipbook-section .book .flipped {
  transform: rotateY(180deg);
  opacity: 0;
  pointer-events: none;
}
.our_showroom .flipbook-section .nav-left,
.our_showroom .flipbook-section .nav-right {
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
  cursor: pointer;
  z-index: 50;
}
.our_showroom .flipbook-section .nav-left::before,
.our_showroom .flipbook-section .nav-right::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 25px solid transparent;
  opacity: 0.6;
  transition: transform 0.2s, opacity 0.2s;
}
.our_showroom .flipbook-section .nav-left:hover::before,
.our_showroom .flipbook-section .nav-right:hover::before {
  opacity: 0.7;
  transform: translateY(-50%) scale(1.2);
}
.our_showroom .flipbook-section .nav-left {
  left: 0;
}
.our_showroom .flipbook-section .nav-right {
  right: 0;
}
.our_showroom .flipbook-section .nav-left::before {
  right: 10px;
  border-right-color: #000;
}
.our_showroom .flipbook-section .nav-right::before {
  left: 10px;
  border-left-color: #000;
}
.our_showroom .caption {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.our_showroom .caption .h1_heading {
  background-color: var(--dark-color);
  opacity: 0.6;
}

.our_instagram {
  padding: 50px 0 80px;
}

/*............... about page design ...............*/
.about_head {
  background: url("../gallery/about-bg.webp") no-repeat top center/cover;
  min-height: 100dvh;
}
.about_head .about_wrapper {
  position: relative;
}
.about_head .about_wrapper .sticky-card {
  position: sticky;
  top: 0;
  background: #fff;
  padding: 35px;
  border-radius: 0;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  max-width: 420px;
  margin-top: 135px;
}
.about_head .about_wrapper .sticky-card .aboutheading {
  font-size: 26px;
  font-weight: bold;
  color: var(--dark-color);
}
.about_head .stickyboxslide {
  height: 55vh;
}

.shipping_information {
  padding: 100px 0;
}
.shipping_information .icon-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
}
.shipping_information .icon-box .block-title {
  margin: 0;
}

.about_seaction {
  padding: 80px 0 60px;
}
.about_seaction .imgs-grid {
  display: grid;
  grid-template-columns: repeat(27, 1fr);
  position: relative;
}
.about_seaction .imgs-grid:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url(../gallery/dots-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-40%, -40%);
  z-index: -1;
}
.about_seaction .imgs-grid .grid {
  position: relative;
}
.about_seaction .imgs-grid .grid img {
  border-radius: 20px;
  max-width: 100%;
}
.about_seaction .imgs-grid .grid-1 {
  grid-column: 1/span 18;
  grid-row: 1/span 27;
}
.about_seaction .imgs-grid .grid-2 {
  grid-column: 19/span 27;
  grid-row: 1/span 5;
  padding-left: 20px;
}
.about_seaction .imgs-grid .grid-3 {
  grid-column: 14/span 16;
  grid-row: 6/span 27;
  padding-top: 20px;
}
.about_seaction .about_content .custom-list li {
  display: inline-block;
  width: calc(50% - 20px);
  margin-bottom: 12px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}
.about_seaction .about_content .custom-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #707070;
  position: absolute;
  left: 0;
  top: 8px;
}

.brand_seaction {
  padding: 80px 0 70px;
  background-color: var(--smokewhite-color);
}
.brand_seaction .our_logos .card_box {
  position: relative;
}
.brand_seaction .our_logos .card_box .slide {
  min-height: 290px;
}
.brand_seaction .our_logos .card_box .slide1 {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: 0.7s;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  transform: translateY(0);
}
.brand_seaction .our_logos .card_box .slide2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.7s;
  transform: translateY(0);
  background-color: #000;
  color: var(--light-color);
  box-shadow: 0 10px 20px rgba(197, 197, 197, 0.4);
}
.brand_seaction .our_logos .card_box .slide2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--light-color);
}
.brand_seaction .our_logos .card_box:hover .slide1 {
  transform: translateY(-90%);
}

.our_infinitecontent {
  padding: 90px 0;
  overflow: hidden;
}
.our_infinitecontent .text_infinty {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 35px;
  align-items: stretch;
}
.our_infinitecontent .text_infinty .text-single-one,
.our_infinitecontent .text_infinty .text-single-two,
.our_infinitecontent .text_infinty .text-single {
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  will-change: transform;
  width: -moz-max-content;
  width: max-content;
}
.our_infinitecontent .text_infinty .text-single-one .text,
.our_infinitecontent .text_infinty .text-single-two .text,
.our_infinitecontent .text_infinty .text-single .text {
  padding: 0;
  display: inline-block;
  margin-right: 10px;
}

/*............... shop page design ...............*/
.shop-area {
  padding: 70px 0;
  position: relative;
}
.shop-area .all-shop-filters .top-shop-sidebar {
  position: relative;
}
.shop-area .all-shop-filters .top-shop-sidebar .wg-title {
  background: #fff none repeat scroll 0 0;
  color: black;
  display: inline-block;
  font-size: 17px;
  margin: 0;
  padding-right: 10px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 29px;
  visibility: visible;
  z-index: 99;
  opacity: 1;
}
.shop-area .all-shop-filters .top-shop-sidebar::before {
  background: #ebebeb none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 21px;
  width: 100%;
  z-index: -1;
}
.shop-area .all-shop-filters .shop-one {
  position: relative;
  margin-bottom: 10px;
}
.shop-area .all-shop-filters .shop-one .filter-title {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0 5px;
}
.shop-area .all-shop-filters .shop-one .product_categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.shop-area .all-shop-filters .shop-one .product_categories li {
  cursor: pointer;
}
.shop-area .all-shop-filters .shop-one .product_categories li .filter-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  color: #111;
}
.shop-area .all-shop-filters .shop-one .product_categories li .filter-radio .check-box {
  width: 12px;
  height: 12px;
  border: 1px solid #747474;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.shop-area .all-shop-filters .shop-one .product_categories li .filter-radio .check-label {
  color: #747474;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease 0s;
}
.shop-area .all-shop-filters .shop-one .product_categories li .filter-radio .check-label:hover {
  color: var(--dark-color);
}
.shop-area .all-shop-filters .shop-one .product_categories li .filter-radio input {
  display: none;
}
.shop-area .all-shop-filters .shop-one .product_categories li .filter-radio input:checked + .check-box {
  background: #000;
  border-color: #000;
}
.shop-area .all-shop-filters .shop-one .product_categories li .filter-radio input:checked + .check-box::after {
  content: "✓";
  color: #fff;
  font-size: 11px;
  line-height: 1;
}
.shop-area .all-shop-filters .shop-one .product_categories li .filter-radio input:checked ~ .check-label {
  color: #000;
}
.shop-area .all-shop-filters .shop-one .price_filter {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.shop-area .all-shop-filters .shop-one .price_filter .slider {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 20px;
  width: 100%;
  pointer-events: none;
  background: none;
  z-index: 1;
}
.shop-area .all-shop-filters .shop-one .price_filter .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  top: -7px;
  z-index: 20;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}
.shop-area .all-shop-filters .shop-one .price_filter .slider::-webkit-slider-runnable-track {
  height: 5px;
  background: transparent;
}
.shop-area .all-shop-filters .shop-one .price_filter .min-slider::-webkit-slider-thumb {
  left: -2px;
}
.shop-area .all-shop-filters .shop-one .price_filter .max-slider::-webkit-slider-thumb {
  right: -2px;
}
.shop-area .all-shop-filters .shop-one .price_filter .range-values {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.shop-area .all-shop-filters .shop-one .price_filter .track {
  position: absolute;
  top: 27px;
  width: 100%;
  height: 5px;
  background: #ddd;
  z-index: 0;
}
.shop-area .all-shop-filters .shop-one .filter_height {
  max-height: 180px;
  overflow-y: auto;
  padding-right: 10px;
}
.shop-area .all-shop-filters .shop-one #fill::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.shop-area .all-shop-filters .shop-one #fill::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}
.shop-area .all-shop-filters .shop-one #fill::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}
.shop-area .features-tab .shop-all-tab {
  margin-bottom: 30px;
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}
.shop-area .features-tab .shop-all-tab .shop5 {
  font-size: 12px;
  color: #707070;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-area .features-tab .shop-all-tab label {
  color: var(--dark-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  vertical-align: middle;
}
.shop-area .features-tab .shop-all-tab select {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #d3d3d3;
  color: #777;
  font-size: 14px;
  margin: 0 5px;
  padding: 5px 12px;
  box-shadow: none;
  border-radius: 0;
  vertical-align: middle;
}
.shop-area .features-tab .tabs {
  margin: 6px 0 0;
}
.shop-area .features-tab .tabs li a {
  padding: 8px 0;
  color: #d3d3d3;
  font-size: 20px;
}
.shop-area .features-tab .tabs li .active,
.shop-area .features-tab .tabs li :hover {
  color: #000;
}
.shop-area .features-tab .shop-all-tab-nor {
  border-top: 1px solid #ebebeb;
}

.tb-product-item-inner {
  position: relative;
  margin-bottom: 30px;
}
.tb-product-item-inner .wishlist-btn {
  position: absolute;
  top: 15px;
  z-index: 2;
  right: 15px;
  background: rgba(255, 255, 255, 0.9);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.tb-product-item-inner .product-card {
  transition: all 0.4s ease;
  border: none;
  border-radius: 0;
  padding: 7px;
  cursor: pointer;
  position: relative;
}
.tb-product-item-inner .product-card img {
  aspect-ratio: 1/1.2;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  display: block;
}
.tb-product-item-inner .product-card .product-img-wrapper {
  position: relative;
  overflow: hidden;
}
.tb-product-item-inner .product-card .product-img-wrapper .brand-badge-animated {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%) translateY(20px);
  padding: 4px 14px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.35s ease;
}
.tb-product-item-inner .product-card .saletag {
  position: absolute;
  background-color: #e94c4c;
  color: #fff;
  font-size: 12px;
  box-shadow: 0 6px 24px rgba(255, 255, 255, 0.35), 0 2px 8px rgba(255, 255, 255, 0.35);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  left: 15px;
  top: 15px;
}
.tb-product-item-inner .product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35), 0 2px 8px rgba(0, 0, 0, 0.35);
}
.tb-product-item-inner .product-card:hover .brand-badge-animated {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.tb-product-item-inner .onsale {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  box-shadow: 1px 1px 0 1px #dadada;
  color: #626262;
  font-size: 13px;
  font-weight: 400;
  left: 15px;
  line-height: 44px;
  padding: 0;
  right: -10px;
  text-shadow: initial;
  top: 15px;
  height: 44px;
  width: 44px;
  z-index: 1;
  display: block;
  text-align: center;
  position: absolute;
}

.tb-content {
  font-weight: 500;
  padding: 10px;
  text-align: start;
}
.tb-content .price-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.pagination li .page-item {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.4s ease-out;
  border-radius: 50%;
}
.pagination .active a {
  background-color: var(--dark-color);
  color: #fff;
  width: 32px;
  border-color: var(--dark-color);
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shopprocutpopup .modal .modal-content {
  border-radius: 0;
  position: relative;
}
.shopprocutpopup .modal .modal-content .detail-label {
  font-weight: 600;
  font-size: 14px;
}
.shopprocutpopup .modal .modal-content .detail-value {
  font-size: 14px;
  text-transform: lowercase;
  color: #555;
}
.shopprocutpopup .modal .modal-content .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  box-shadow: none;
  background-color: white;
  color: #000;
  z-index: 1;
  padding: 7px;
  border-radius: 0;
}
.shopprocutpopup .modal .modal-content .main-img {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 450px;
}
.shopprocutpopup .modal .modal-content .cart-btn {
  position: sticky;
  bottom: 0;
  z-index: 10;
  width: 100%;
  border-radius: 0;
  padding: 10px;
}
.shopprocutpopup .modal .modal-content .color-thumb {
  width: 80px;
  height: 100px;
  border: 2px solid #ccc;
  cursor: pointer;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  background: #fff;
}
.shopprocutpopup .modal .modal-content .color-thumb.selected, .shopprocutpopup .modal .modal-content .color-thumb:hover {
  border-color: #000;
}
.shopprocutpopup .modal .modal-content .gallery-thumb {
  width: 70px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: 0.2s;
}
.shopprocutpopup .modal .modal-content .gallery-thumb.active {
  border: 2px solid #000;
  transform: scale(1.05);
}
.shopprocutpopup .modal .modal-content .size-error {
  display: none;
  color: #d30000;
  font-size: 14px;
  margin-bottom: 5px;
}
.shopprocutpopup .modal .modal-content #sizeContainer {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.shopprocutpopup .modal .modal-content #sizeContainer .size-box {
  border: 2px solid #ccc;
  padding: 12px 18px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  background: #fff;
  transition: 0.2s;
}
.shopprocutpopup .modal .modal-content #sizeContainer .size-box:hover {
  border-color: #000;
}
.shopprocutpopup .modal .modal-content #sizeContainer .size-box.selected {
  border-color: #000;
  background: #f5f5f5;
}
.shopprocutpopup .modal .modal-content #sizeContainer .size-subinfo {
  display: none;
  width: 100%;
  margin-top: 6px;
  font-size: 13px;
  color: #666;
}
.shopprocutpopup .modal .modal-content #sizeContainer .size-subinfo span {
  border: 1px solid #ccc;
  padding: 3px 8px;
  margin-right: 6px;
  background: #fafafa;
  display: inline-block;
}
.shopprocutpopup .modal .modal-content .descriptioncontainer {
  max-height: 570px;
  overflow-y: auto;
}
.shopprocutpopup .modal .modal-content #descriptioncontainer::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.shopprocutpopup .modal .modal-content #descriptioncontainer::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}
.shopprocutpopup .modal .modal-content #descriptioncontainer::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

/*............... contact page design ...............*/
.main_banner {
  width: 100%;
}

.terms_seaction {
  padding: 70px 0;
}

.contactdetails {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactdetails .mainaddress {
  background-color: var(--light-color);
  padding: 25px;
  margin-top: -50px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
}

/*............... faq page design ...............*/
.faqseaction {
  padding: 70px 0;
}
.faqseaction .questionleft .accordion .accordion-item {
  margin-bottom: 10px;
  border: 1px solid var(--line);
}
.faqseaction .questionleft .accordion .accordion-item .accordion-header .accordion-button {
  background-color: rgba(0, 0, 0, 0.7803921569);
  color: var(--light-color);
  box-shadow: none;
}
.faqseaction .questionleft .accordion .accordion-item .accordion-header .accordion-button::after {
  filter: brightness(100);
}
.faqseaction .helpbox {
  border: 1px solid var(--line);
  padding: 25px;
  margin-bottom: 15px;
}
.faqseaction .suggestionproduct {
  display: block;
  padding: 25px;
  border-radius: 16px;
}
.faqseaction .suggestionproduct .fqpro {
  gap: 15px;
}
.faqseaction .suggestionproduct .fqpro .fqproimg {
  width: 20%;
}

/*............... wishlist page design ...............*/
.account_header {
  background-color: #333;
  color: var(--light-color);
  padding: 35px 0 25px;
  text-align: center;
}
.account_header nav a:hover {
  text-decoration: underline;
}

.wishlist_items {
  padding: 70px 0;
}

.wishlistadd_items {
  margin-top: 20px;
}
.wishlistadd_items .wishlist-item {
  background-color: white;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.wishlistadd_items .wishlist-item img {
  width: 100%;
  max-width: 317px;
  aspect-ratio: 1/1.2;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*............... user account page design ...............*/
.account_page {
  color: #333;
  font-weight: 500;
  padding: 20px 0 50px;
  min-height: 600px;
}
.account_page .accountsidebar {
  background: var(--light-color);
  border: 1px solid var(--line);
  padding: 17px;
  transition: all ease 0.4s;
  width: 100%;
  max-width: 300px;
}
.account_page .accountsidebar .brand {
  display: flex;
  gap: 10px;
  margin-bottom: 1rem;
}
.account_page .accountsidebar .brand .logo {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  background: var(--smokewhite-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.account_page .accountsidebar .nav-pills .nav-item .nav-link {
  color: #333;
  border-radius: 8px;
  padding: 15px;
  font-weight: 700;
  width: 100%;
  text-align: start;
}
.account_page .accountsidebar .nav-pills .nav-item .nav-link.active, .account_page .accountsidebar .nav-pills .nav-item .nav-link:hover {
  background: linear-gradient(90deg, rgba(94, 97, 100, 0.08), rgba(11, 77, 176, 0.02));
  color: #0b4db0;
}
.account_page .accountsidebar .sidebar-footer {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed var(--line);
}
.account_page .accountdetails {
  width: 100%;
}
.account_page .accountdetails .tab-content .tab-pane .card-panel {
  background: var(--light-color);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 15px;
  box-shadow: 1px 1px 0 1px #dadada;
}
.account_page .accountdetails .tab-content .tab-pane .card-panel .value {
  font-weight: bolder;
  font-size: 22px;
}
.account_page .accountdetails .tab-content .tab-pane .nav-tabs .nav-link {
  border: none;
  font-weight: 600;
}
.account_page .accountdetails .tab-content .tab-pane .nav-tabs .active {
  border-bottom: 3px solid #000;
  color: #000;
}
.account_page .orders-table th,
.account_page .orders-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}
.account_page .orders-table th {
  text-transform: uppercase;
}
.account_page .orders-table .status {
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 600;
  color: var(--light-color);
}
.account_page .orders-table .btn-invoice:hover {
  text-decoration: underline;
}
.account_page .orders-table .btn-slip {
  --bs-btn-padding-y: 2px;
  --bs-btn-padding-x: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 7px;
  text-decoration: none;
}
.account_page .orders-table .btn-slip .dot {
  padding: 5px;
  border-radius: 50%;
  display: inline-block;
}
.account_page .orders-table .btn-slip .po {
  background: #f59e0b;
}
.account_page .orders-table .btn-slip .grn {
  background: #14b8a6;
}
.account_page .orders-table .btn-slip .inv {
  background: #6366f1;
}
.account_page .orders-table .btn-slip:hover {
  text-decoration: none;
  color: #fff;
  background: var(--dark-color);
}
.account_page .orders-table .btn-slip[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.45;
}

.trackbox {
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #f9f9f9;
}

/*............... offer page design ...............*/
.contactdetails .timerheading {
  position: relative;
}
.contactdetails .timerheading:after {
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.68);
  height: 100px;
  position: absolute;
  right: -8px;
  top: -23px;
}
.contactdetails .countdown {
  display: flex;
  justify-content: end;
  gap: 10px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.contactdetails .countdown .colon {
  font-size: 40px;
  color: #000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.contactdetails .countdown .timeout {
  display: inline-block;
  margin-right: 15px;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
}
.contactdetails .countdown .timeout .timenum {
  float: left;
  width: 100%;
  font-size: 50px;
  color: #e94c4c;
  font-weight: 500;
  padding-bottom: 20px;
}

.offerheadings {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}
.offerheadings .offerper {
  display: inline-block;
  margin-top: 20px;
  width: 180px;
  height: 35px;
  text-transform: uppercase;
  line-height: 34px;
  background: linear-gradient(135deg, #f65b5b 0%, #f08456 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  position: relative;
}
.offerheadings .offerper .try_dots {
  float: left;
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  top: 13px;
  border-radius: 100%;
}
.offerheadings .offerper .try_dots::after {
  content: "";
  border: 1px solid #e3e3e3;
  width: 16px;
  position: absolute;
  top: 4px;
}
.offerheadings .offerper .try_left_dots {
  left: 13px;
}
.offerheadings .offerper .try_left_dots::after {
  left: -13px;
}
.offerheadings .offerper .try_right_dots {
  right: 13px;
}
.offerheadings .offerper .try_right_dots::after {
  right: -13px;
}
.offerheadings:after {
  content: "";
  border: 1px solid #e3e3e3;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: 32px;
  z-index: -1;
}

.offerslider .tb-product-item-inner {
  margin-bottom: 0;
}

.offercarosel,
.offerdetails,
.offerslider {
  margin: 20px 0 70px;
}

/*............... new arrival page design ...............*/
.newdesigns {
  padding: 70px 0;
}

.newquery {
  padding: 70px 0;
  color: var(--light-color);
  background: linear-gradient(135deg, #333 0%, #ccc 100%);
}

/*............... user account approval page design ...............*/
.approvalbox .approveform {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 35px;
  border-radius: 24px;
  background-color: var(--light-color);
  color: var(--muted);
  margin: 70px 0;
}
.approvalbox .approveform .nav-tabs {
  border-bottom: 1px solid var(--line);
}
.approvalbox .approveform .nav-tabs .nav-link {
  border: none;
  font-weight: 600;
  padding: 12px 0;
  color: var(--muted);
  margin-right: 28px;
}
.approvalbox .approveform .nav-tabs .active {
  color: var(--dark-color);
  border-bottom: 2px solid var(--dark-color);
}
.approvalbox .approveform .tab-content .form-group {
  position: relative;
}
.approvalbox .approveform .tab-content .form-group .form-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 4px;
}
.approvalbox .approveform .tab-content .form-group .form-control,
.approvalbox .approveform .tab-content .form-group .form-select {
  border: none;
  border-bottom: 1.5px solid var(--line);
  border-radius: 0;
  background: transparent;
  padding: 12px 4px 6px;
  font-size: 15px;
}
.approvalbox .approveform .tab-content .form-group .form-control:focus,
.approvalbox .approveform .tab-content .form-group .form-select:focus {
  box-shadow: none;
  border-bottom-color: #000;
}
.approvalbox .approveform .tab-content .form-group .password-wrapper {
  position: relative;
}
.approvalbox .approveform .tab-content .form-group .password-wrapper .toggle-password {
  position: absolute;
  right: 0;
  bottom: 8px;
  cursor: pointer;
  color: var(--muted);
  font-size: 18px;
}
.approvalbox .approveform .tab-content .password_forgot {
  font-size: 13px;
}
.approvalbox .approveform .tab-content .password_forgot:hover {
  text-decoration: underline;
}
.approvalbox .page-header-bg {
  width: 100%;
  margin-top: -25px;
  height: 158px;
  background-size: auto 100%;
  background-repeat: repeat-x;
  animation: kidsclothes 60s linear infinite;
  background-image: url("../gallery/kids-clothes.png");
}
@keyframes kidsclothes {
  0% {
    background-position: 0px 100%;
  }
  100% {
    background-position: -3000px 100%;
  }
}

/*............... shopping cart design ...............*/
.shopping_cart,
.checkout_page {
  margin: 50px 10px 70px;
}
.shopping_cart .cart_item .cartimgbox,
.checkout_page .cart_item .cartimgbox {
  position: relative;
}
.shopping_cart .cart_item .cartimgbox .wishlist-btn,
.checkout_page .cart_item .cartimgbox .wishlist-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 10;
  color: #000;
  font-size: 18px;
}

/*............... Thank You cart design ...............*/
.thankyou_card .thankscontent {
  padding: 35px;
  border-radius: 7px;
  box-shadow: rgba(17, 19, 20, 0.12) 0px 2px 4px -2px, rgba(17, 19, 20, 0.12) 0px 2px 8px;
}
.thankyou_card .thankscontent .brand {
  width: 35%;
  text-align: center;
}
.thankyou_card .thankscontent .checkmark {
  font-size: 48px;
  margin: 20px 0;
}

/*............... 404 error page design ...............*/
.errorpage {
  margin: 0;
  background-color: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
  text-align: center;
}
.errorpage .illustration {
  margin: 0 auto 20px auto;
}
.errorpage .h2_heading {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 45px;
}

/*...............website responsive code ...............*/
@media (max-width: 1250px) {
  header .mobilbtn {
    min-width: 25px;
  }
  header .mobilbtn img {
    width: 25px;
  }
  header .navbar .brand-logo {
    width: 35%;
  }
  header .navbar .search-form {
    min-width: auto;
    margin-right: 10px;
  }
  header .menusidebaar {
    min-width: auto;
  }
}
@media (max-width: 991px) {
  .contactdetails .timerheading:after {
    content: "";
    border: 1px solid rgba(0, 0, 0, 0.68);
    height: 1px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 100%;
    margin: 10px 0;
  }
  .contactdetails .countdown {
    justify-content: center;
    margin-top: 10px;
  }
  .account_page .sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.35s;
    z-index: 1049;
  }
  .account_page .sidebar-overlay.show {
    opacity: 1;
    visibility: visible;
  }
  .account_page .accountsidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: scroll;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    z-index: 1050;
  }
  .account_page .accountsidebar.show {
    transform: translateX(0);
  }
  .our_instagram,
  .terms_seaction,
  .wishlist_items,
  .faqseaction {
    padding: 40px 0 65px;
  }
  .approvalbox .approveform {
    margin: 40px 0;
  }
  .thankyou_card .thankscontent .brand {
    width: 51%;
  }
  header .navbar {
    text-transform: uppercase;
  }
  header .navbar .brand-logo {
    width: 45%;
  }
  header .navbar .nav-item .nav-link {
    display: none;
  }
  .h1_heading {
    font-size: 65px;
    line-height: 75px;
  }
  .productfull_details {
    padding: 35px 0;
  }
  .shipping_information .icon-box {
    font-size: 17px;
  }
  .shipping_information,
  .our_infinitecontent {
    padding: 75px 0;
  }
  .about_head {
    min-height: 75dvh;
  }
  .about_head .about_wrapper .sticky-card {
    margin-top: 70px;
    padding: 20px;
  }
  .about_head .stickyboxslide {
    height: 0;
  }
  .copyfilter {
    position: fixed;
    display: flex;
    justify-content: center;
    height: 48px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-shadow: rgba(17, 19, 20, 0.12) 0px 2px 4px -2px, rgba(17, 19, 20, 0.12) 0px 2px 8px;
    background: rgb(255, 255, 255);
    z-index: 11;
    width: 100vw;
    border-top: 1px solid rgba(0, 19, 37, 0.16);
  }
  .copyfilter .sortdroupdown {
    display: flex;
    background: transparent;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex: 1 1 0%;
  }
  .copyfilter .sortdroupdown .filtername {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.9px;
    text-align: left;
    margin: 10px;
    text-transform: uppercase;
    width: 100%;
    color: rgb(25, 40, 55);
  }
  .copyfilter .sortdroupdown .filtername .n-subtitle {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: lowercase;
    color: rgb(17, 19, 20);
  }
  .copyfilter .sortdroupdown .filtername .n-subtitle .applied-filter {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: inline-grid;
    place-content: center;
    height: 20px;
    background-color: rgba(0, 19, 37, 0.36);
    color: rgb(255, 255, 255);
    padding: 0.5rem;
    border-radius: 32px;
  }
  .copyfilter .sortdroupdown .filtericon {
    position: relative;
    margin: 10px;
    transform-origin: center top;
    display: inline-block;
    font-size: 27px;
  }
  .copyfilter .filterborder {
    width: 1px;
    position: relative;
    background: rgba(0, 19, 37, 0.16);
  }
  .filtershadow {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    touch-action: none;
    z-index: 1000;
    background-color: rgba(17, 19, 20, 0.64);
  }
  .shortbycontent {
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1001;
    position: fixed;
    animation: 0.3s ease-in 0s 1 normal none running animation-bottomup;
    top: inherit;
    width: 100%;
    max-height: 70vh;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 16px 16px 0px 0px;
    padding: 25px 21px 0 21px;
  }
  .short-list {
    list-style-type: none;
    padding: 0;
  }
  .short-list .short {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
    background: #fff;
  }
  .short-list .short .short-label {
    color: var(--dark-color);
  }
  .short-list .short .radio {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #cfd3d8;
    border-radius: 50%;
    background: rgb(243, 244, 245);
    cursor: pointer;
  }
  .filtercontent {
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0;
    z-index: 7778;
    position: fixed;
    animation: 0.3s ease-in 0s 1 normal none running animation-bottomup;
    height: 100%;
    width: 100%;
    background-color: white;
  }
  .filtercontent .f-header {
    height: 56px;
    border-bottom: 1px solid rgba(0, 19, 37, 0.16);
    padding: 15px;
  }
  .filtercontent .f-content {
    height: calc(100% - 136px);
    display: flex;
    align-items: start;
  }
  .filtercontent .f-content .nav {
    flex: 4 1 0%;
    height: 100%;
    flex-flow: column;
    max-width: 34%;
    overflow-y: auto;
    background-color: rgb(249, 250, 250);
  }
  .filtercontent .f-content .nav .filterheading {
    background-color: rgb(249, 250, 250);
    overflow: hidden;
    padding: 2px 12px;
    border-width: 0px 0px 0px 4px;
    min-height: 48px;
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: 400;
    border-left-style: solid;
    border-left-color: transparent;
    color: #000;
  }
  .filtercontent .f-content .nav .active {
    flex: 0 0 auto;
    font-weight: 600;
    color: rgb(166, 28, 84) !important;
    border-color: rgb(166, 28, 84);
  }
  .filtercontent .f-content .tab-content {
    width: 66%;
  }
  .filtercontent .f-content .tab-content .tab-pane {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
  }
  .filtercontent .f-actions {
    box-shadow: rgba(17, 19, 20, 0.16) 0px 2px 8px -2px, rgba(17, 19, 20, 0.08) 0px 8px 24px -2px;
    height: 70px;
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    display: flex;
    text-align: center;
    align-items: center;
    background: rgb(255, 255, 255);
  }
  .filtercontent .f-actions .btn_button {
    display: block;
  }
  @keyframes animation-bottomup {
    0% {
      transform: translate3d(0px, 100%, 0px);
    }
    100% {
      transform: translate3d(0px, 0px, 0px);
    }
  }
}
@media (max-width: 767px) {
  .shopping_cart,
  .checkout_page {
    margin: 25px 0;
  }
  .newdesigns,
  .newquery {
    padding: 50px 0;
  }
  .h1_heading {
    font-size: 50px;
    line-height: 60px;
  }
  header .navbar .brand-logo {
    width: 65%;
  }
  .contactdetails .mainaddress {
    padding: 15px;
    margin-top: -25px;
  }
  .h2_heading {
    font-size: 35px;
    line-height: 43px;
  }
  footer .footer_area .copyright {
    margin-top: 40px;
  }
  .about_head {
    min-height: 45dvh;
  }
  .sticky-card {
    position: relative;
    top: 0;
    margin-top: 24px;
  }
  .shopprocutpopup .modal .modal-content {
    overflow-y: scroll;
  }
  .shopprocutpopup .modal .modal-content .main-img {
    max-height: 370px;
  }
  .shopprocutpopup .modal .modal-content .descriptioncontainer {
    max-height: 100%;
  }
}
@media (max-width: 576px) {
  .our_showroom .flipbook-section .nav-left::before,
  .our_showroom .flipbook-section .nav-right::before {
    border: 13px solid transparent;
  }
  .our_showroom .flipbook-section .nav-left::before {
    right: 10px;
    border-right-color: #000;
  }
  .our_showroom .flipbook-section .nav-right::before {
    left: 10px;
    border-left-color: #000;
  }
  .contactdetails .countdown {
    gap: 0;
  }
  .contactdetails .countdown .colon {
    font-size: 25px;
  }
  .contactdetails .countdown .timeout .timenum {
    font-size: 35px;
  }
  header .navbar .brand-logo {
    width: 25%;
  }
  header .menusidebaar .offcanvas-header .cancel-btn {
    font-size: 22px;
  }
  .about_head {
    min-height: 35dvh;
    background-size: contain;
  }
  .about_head .about_wrapper .sticky-card .aboutheading {
    font-size: 20px;
  }
  .modal-dialog {
    margin: 0;
    max-width: 100%;
  }
  .h1_heading {
    font-size: 35px;
    line-height: 43px;
  }
  .h2_heading {
    font-size: 27px;
    line-height: 35px;
  }
  footer .footer_area {
    padding: 65px 0 45px;
  }
  footer .footer_area .copyright {
    margin-top: 0px;
  }
  footer .progress-wrap {
    right: 15px;
  }
  .shipping_information,
  .our_infinitecontent {
    padding: 50px 0;
  }
  .our_infinitecontent .text_infinty {
    gap: 20px;
  }
  .our_instagram {
    padding: 27px 0 50px;
  }
  .float-button {
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    justify-content: center;
  }
  .float-button span {
    display: none !important;
  }
  .float-button .bi-whatsapp {
    font-size: 22px !important;
    padding: 4px;
  }
  .float-button:hover {
    border-radius: 50% !important;
  }
  .approvalbox .approveform {
    box-shadow: none;
    padding: 25px;
    border-radius: 0;
    margin: 0 0 25px;
  }
  .approvalbox .page-header-bg {
    height: 100px;
  }
}
@media (max-width: 475px) {
  .h1_heading {
    font-size: 29px;
    line-height: 37px;
  }
  .h2_heading {
    font-size: 22px;
    line-height: 30px;
  }
  .shopprocutpopup .modal .modal-content .main-img {
    max-height: 300px;
  }
  .newdesigns,
  .newquery {
    padding: 35px 0;
  }
  .tb-product-item-inner .product-card .saletag {
    width: 35px;
    height: 35px;
    line-height: 35px;
    left: 10px;
    top: 10px;
  }
  .offerheadings .offerper {
    margin-top: 7px;
  }
  .contactdetails .mainaddress {
    margin-top: 0px;
  }
  .about_head {
    min-height: auto;
  }
  .about_head .about_wrapper .sticky-card {
    margin-top: 120px;
  }
  .about_head .about_wrapper .sticky-card .aboutheading {
    font-size: 20px;
  }
  .thankyou_card .thankscontent {
    padding: 17px;
  }
  .thankyou_card .thankscontent .brand {
    width: 71%;
  }
  header .navbar .brand-logo {
    width: 35%;
  }
  header .menusidebaar {
    width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */