* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: auto;
}

body {
  /* font-family: "Neue Haas Grotesk Display Pro"; */
  font-family: "Neue Haas Grotesk 55 roman";
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  overflow-x: hidden;
}

input:focus-visible,
select:focus {
  outline: unset;
  box-shadow: unset;
}

button {
  border: unset;
  background-color: transparent;
}

a,
span {
  display: inline-block;
  text-decoration: none;
}

img {
  max-width: 100%;
}

li {
  color: #000;
  list-style: none;
}

p {
  color: #8a8a8a;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p,
.dark a,
.dark {
  color: #fff;
}

.orange-txt {
  color: #ffa559;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Neue Haas Grotesk Display Pro";
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}

h1 {
  font-size: 76px;
}

h2 {
  font-size: 54px;
}

h3 {
  font-size: 46px;
}

h4 {
  font-size: 40px;
}

h5 {
  font-size: 22px;
}

.size-32 h5 {
  font-size: 32px;
}

h6 {
  font-size: 16px;
}

.size-94 h1 {
  font-size: 94px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.ovr-hidden {
  overflow: hidden;
}

.pos-rel {
  position: relative;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.mt-100 {
  margin-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-120 {
  padding-bottom: 120px;
}

.sec-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* cta */
.cta {
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  padding: 15px 42px;
  background-color: #ffa559;
  color: #fff;
  text-transform: capitalize;
  border: 1px solid transparent;
  background-image: linear-gradient(to right, #ff8c2a 50%, #ffa559 50%);
  background-size: 200% 100%;
  background-position: right;
  transition: background-position 0.3s ease;
}

.cta-trans {
  background-color: transparent;
  border: 1px solid #ffffff82;
  color: #fff;
  background: unset;
}

.cta-white {
  background-color: #fff;
  color: #000;
  background-image: unset;
}

.cta.logged-in {
  background-image: unset;
  background-color: #ff2753;
}

.cta-blck {
  background-color: #000;
  background-image: unset;
}

.cta-red {
  background-image: unset;
  color: #ff2753;
  background-color: #ff27532b;
  border: 1px solid #ff275366;
}

.cta.logged-in:hover {
  opacity: 0.8;
}

.cta-white:hover {
  background-color: #000;
}

.cta-drk {
  color: #000;
  border-color: #00000021;
}

.cta-drk:hover {
  border-color: transparent;
}

.cta-trans:hover {
  background-position: left;
  color: #fff;
}

.cta:hover {
  background-position: left;
  color: #fff;
  background-color: #ff8c2a;
  /* transform: translateY(-2px); */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* cta ends */
.txt-with-line {
  position: relative;
}

.txt-with-line::after {
  position: absolute;
  content: "";
  top: -23px;
  left: 0;
  height: 1px;
  width: 70px;
  background-color: #ffa559;
}

/* header css */
header {
  position: fixed;
  width: 100%;
  /* padding: 22px 0; */
    padding: 15px 0;

  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.scrolled-header {
  background-color: #000;
}

header .nav-link {
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
}

header .nav-link:hover {
  color: #ffa559;
}

header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

header .navbar-nav {
  margin-left: 180px;
  gap: 60px;
}

header .nav-link::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 60%;
  background-color: #ffa559;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease-in;
}

header .nav-link:hover:after {
  transform: scaleX(1);
}

.header-btns {
  gap: 11px;
}

.header-btns .cta {
  gap: 8px;
  font-weight: 400;
  padding: 15px 26px;
}

.header-btns .cta span {
  margin-top: -2px;
}

/* banner section */
.banner-inner {
  text-align: center;
}

.bnnr-btns {
  justify-content: center;
  gap: 20px;
}

.banner-sec {
  padding-top: 200px;
  padding-bottom: 147px;
}

.logo-txt p {
  color: #ffa559;
  margin: 0;
  font-weight: 700;
  margin-top: 30px;
  font-size: 26px;
}

.bnr-cntnt {
  max-width: 860px;
  margin: auto;
}

.bnr-cntnt p {
  max-width: 480px;
  margin: auto;
  font-size: 22px;
}

/* slider section */
.logo-sli-lft {
  width: 20%;
}

.logo-sli-rgt {
  width: 100%;
  padding-bottom: 30px;
}

.logo-slider {
  overflow: hidden;
}

.logo-slider .slick-track {
  display: flex;
  align-items: center;
}

.logo-slider .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.logo-sli-lft p {
  margin: 0;
  color: #000000;
  border-right: 1px solid #00000026;
}

.logos-inner h5 {
  text-align: center;
  font-size: 32px;
  /* max-width: 420px; */
  margin: auto;
}

.logo-sli-wrap {
  border-bottom: 1px solid #00000026;
}

.cmmn-list {
  padding: 0;
  margin: 0;
}

.cmmn-list li {
  display: flex;
  align-items: center;
  line-height: 1.2;
  padding-top: 20px;
  gap: 10px;
  list-style-type: disc;
}

.sec-hd {
  text-align: center;
}

.brand-card-rgt {
  margin-left: 60px;
}

.brand-card-rgt p {
  max-width: 480px;
}

.brand-card-rgt h4 {
  font-weight: 400;
}

.brand-row {
  align-items: center;
}

/* how it wroks */
.how-wrks {
  background-image: linear-gradient(180deg, #ffa55912 0%, #ffffff 100%);
}

.how-img,
.num-bdge {
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-img {
  height: 200px;
  width: 200px;
  background-color: #fff;
  box-shadow: 0px 32px 44px 0px #29312514;
  border-radius: 100%;
  position: relative;
  margin: auto;
}

.num-bdge {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  top: 10px;
  right: 10px;
  background-color: #ffa559;
  color: #fff;
  line-height: 1;
  font-size: 17px;
}

.how-crd {
  text-align: center;
}

.how-cntnt {
  max-width: 300px;
  margin: auto;
  margin-top: 30px;
}

.how-wrks-innr h2 {
  text-align: center;
  margin-bottom: 30px;
}

.wrks-btn {
  justify-content: center;
  gap: 14px;
  margin-top: 60px;
}

.how-vec {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.how-wrks-innr {
  position: relative;
  z-index: 1;
}

/* already sec */
.al-cntnt h5 {
  margin: 0;
}

.al-top {
  height: 70vh;
  display: flex;
  align-items: end;
  padding-left: 60px;
  padding-bottom: 60px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}

.al-cntnt {
  max-width: 400px;
}

.already-btm {
  padding-top: 350px;
  margin-top: -250px;
}

/* animated heading */
.animated-heading h4 {
  color: #aaa;
  /* fallback */
}

.animated-heading h4 span {
  color: #aaa;
  opacity: 1;
  display: inline-block;
  transition:
    color 1s ease,
    transform 0.4s ease;
}

.animated-heading h4 span.active {
  color: #000;
  transform: translateY(0);
}

.des-row {
  align-items: center;
}

.des-top {
  max-width: 875px;
  text-align: center;
  margin: auto;
}

.brdr-top {
  border-top: 1px solid;
  border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.09) 0%,
      rgba(0, 0, 0, 0.09) 50%,
      rgba(255, 255, 255, 0.09) 100%
    )
    1;
}

.des-rgt {
  height: 100%;
  background-color: #0f0f10;
  border-radius: 30px;
  padding: 40px;
}

.des-logo {
  justify-content: end;
  margin-bottom: 92px;
}

.pers p {
  margin: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 500;
}

.pers {
  align-items: center;
  gap: 10px;
}

.des-cntnt {
  max-width: 490px;
  padding-left: 30px;
  padding-bottom: 30px;
}

.des-cntnt p {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 20px;
}

.line {
  display: block;
  height: 1px;
  width: 40px;
  background-color: #fff;
}

.des-btm h2 {
  text-align: center;
}

/* .cmmn-list2 li {
  padding-top: 17px;
  list-style-type: disc;
  font-size: 16px;
} */
.cmmn-list-wrap ul li {
  padding-top: 17px;
  list-style-type: disc;
  font-size: 16px;
}

.social-list ul {
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 22px;
  padding: 0;
}

.des-cnt {
  max-width: 560px;
}

.des-top h4 {
  font-weight: 500;
  font-family: "Neue Haas Grotesk 55 roman";
  font-size: 46px;
}

.access-innr {
  background-color: #ffa559;
  border-radius: 30px;
  text-align: center;
}

.req-btn a {
  color: #000;
}

.req-btn a:hover {
  background-color: #000;
}

.footer-sec {
  padding: 60px 0;
}

.copy-rigt-txt p {
  margin: 0;
}

.footr-innr {
  text-align: center;
}

.social-list a {
  border: 0.8px solid #31313121;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.social-list {
  margin: 0;
  justify-content: center;
  gap: 30px;
  margin-bottom: 22px;
  padding: 0;
}

.social-list a:hover {
  background-color: #ffa559;
  color: #fff;
  border-color: transparent;
  transform: translateY(-3px);
  transition: 0.2s;
}

.prod-footer-sec .social-list a:hover {
  background-color: #000000;
  color: #fff;
  border-color: transparent;
  transform: translateY(-3px);
  transition: 0.2s;
}

.pers p {
  font-size: 22px;
  font-weight: 500;
}

/* product page  */
.btns-sec {
  padding-top: 180px;
  padding-bottom: 82px;
}

.btn-inn {
  display: flex;
  align-items: center;
  gap: 11px;
}

.pro-hd {
  border-top: 0.5px solid #00000013;
  border-bottom: 0.5px solid #00000013;
  padding: 40px 0;
  justify-content: space-between;
  gap: 20px;
  margin: 30px 0;
}

.pro-select {
  border: 0.5px solid #0000000f;
  padding: 12px 14px;
  border-radius: 6px;
  gap: 11px;
}

.pro-select h6 {
  margin: 0;
  font-size: 16px;
}

.pro-select select {
  color: #848484;
  font-size: 16px;
  border: unset;
  background: unset;
  font-weight: 300;
  width: 90px;
}

.g-12 {
  gap: 12px;
}

.pro-top.brdcrumbs a {
  color: #000;
}

.arrw-sign {
  font-size: 14px;
}

.pro-top.brdcrumbs ul {
  padding: 0;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.pro-top.brdcrumbs .b-item.active {
  color: #848484;
  font-weight: 600;
}

.grid-lst img {
  filter: invert(1);
}

.grid-lst {
  align-items: center;
  gap: 12px;
}

.grid-lst .lst {
  display: flex;
  height: 46px;
  width: 46px;
  align-items: center;
  justify-content: center;
  background-color: #fbfbfb;
  cursor: pointer;
}

.grid-lst .lst:hover {
  background-color: #000;
}

.grid-lst .lst:hover img {
  filter: unset;
}

.pro-row {
  margin-top: 50px;
}

.pr-crd h6 {
  max-width: 260px;
  margin: auto;
  margin-top: 12px;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pr-crd .price {
  color: #8a8a8a;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.product-sec .pro-row {
  gap: 130px 0;
}

.list-mode .pr-crd {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 20px;
}

.list-mode .pr-img img {
  width: 120px;
}

.list-mode .add-crt {
  margin-left: auto;
}

.lst.active {
  background-color: #000;
}

.lst.active img {
  filter: invert(0);
}

.lst.active .list-mode .pr-img {
  width: 300px;
  background-color: #c4b8b81f;
  padding: 20px;
}

.product-sec {
  padding-top: 40px;
  padding-bottom: 60px;
  overflow: hidden;
}

.product-sec h4 {
  max-width: 558px;
}

.pagination {
  margin-top: 85px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.pagination .page {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
  background-color: #fbfbfb;
  transition: 0.3s ease;
}

.pagination .page.active {
  background-color: #000000;
  color: #fff;
}

.pagination .page.next {
  background-color: #000000;
  color: #fff;
}

.pagination .page:hover {
  transform: translateY(-2px);
}

.prod-footer-sec {
  background: linear-gradient(
    180deg,
    rgba(80, 80, 80, 0.04) 0%,
    rgba(200, 200, 200, 0.04) 100%
  );
}

.footer-sec .copy-rigt-txt p {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}

.footer-sec .prdt-copy-rgt {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* product-detail-page  */
.product-detail-sec .detail-inner {
  margin-top: 50px;
}

.product-detail-sec .left-img-side {
  border-radius: 15px;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  padding-right: 40px;
}

/* 
.product-detail-sec .right-content-side h2 {
  font-weight: 600;
} */

.product-detail-sec .pric-label {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin: 0;
}

.product-detail-sec .price-div {
  display: flex;
  align-items: end;
  gap: 5px;
  margin-bottom: 20px;
}

.product-detail-sec .price-div h5 {
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
  line-height: 1;
}

.product-detail-sec .price-div p {
  font-size: 16px;
  font-weight: 500;
  color: #8a8a8a;
  margin: 0;
}

.product-detail-sec .price-div p span {
  font-size: 14px;
}

.product-detail-sec .prod-code {
  padding-block: 15px;
  border-block: 1px solid #00000017;
  /* margin-bottom: 20px; */
  margin-bottom: 30px;
}

.product-detail-sec .prod-code p {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  color: #8a8a8a;
}

.product-detail-sec .prod-code p {
  margin-bottom: 0;
}

.product-detail-sec .prod-code p span {
  font-weight: 500;
}

.product-detail-sec .size-qty {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 15px;
}

.product-detail-sec .size,
.product-detail-sec .qty {
  display: flex;
  flex-direction: column;
}

.product-detail-sec label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #000000;
}

.product-detail-sec .select-box select {
  width: 215px;
  height: 54px;
  padding: 0 20px;
  border: 1px solid #0000001a;
  border-radius: 6px;
  background-color: #ffffff;
  font-size: 16px;
  color: #848484;
  cursor: pointer;
}

.product-detail-sec .qty-box input {
  width: 100%;
  max-width: 122px;
  height: 54px;
  padding: 0 20px;
  border: 1px solid #0000001a;
  border-radius: 6px;
  background: #ffffff;
  font-size: 16px;
  color: #848484;
}

.product-detail-sec .qty-box input::-webkit-inner-spin-button,
.product-detail-sec .qty-box input::-webkit-outer-spin-button {
  opacity: 1;
}

.product-detail-sec .add-btn {
  width: 54px;
  height: 54px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.product-detail-sec .add-btn:hover {
  background-color: transparent;
  color: #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.product-detail-sec .send-order {
  margin-top: 45px;
}

.product-detail-sec .send-order .cta {
  padding: 15px 36px;
}

.product-detail-sec .description {
  margin: 32px 0;
}

.product-detail-sec .description h5 {
  font-size: 26px;
}

.product-detail-sec .description ul {
  margin-bottom: 0;
}

.product-detail-sec .description ul li {
  font-size: 18px;
  color: #8a8a8a;
  margin-bottom: 18px;
  list-style: disc !important;
  letter-spacing: 0.5px;
}

.product-detail-sec .description ul li:last-child {
  margin-bottom: 0;
}

.product-detail-sec .size-guide h5 {
  font-size: 26px;
}

.product-detail-sec .table-wrapper {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.product-detail-sec table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.product-detail-sec table thead {
  background-color: #000;
  color: #fff;
}

.product-detail-sec table thead th {
  padding: 25px 28px;
  font-size: 20px;
  font-weight: 500;
  border-right: 1px solid #222;
}

.product-detail-sec table thead th:last-child {
  border-right: none;
}

.product-detail-sec table .left {
  text-align: left;
  padding-left: 15px;
}

.product-detail-sec table tbody td {
  padding: 25px 28px;
  font-size: 20px;
  color: #8a8a8a;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}

.product-detail-sec table tbody tr td:last-child {
  border-right: none;
}

.product-detail-sec table tbody td.left {
  color: #000000;
  font-weight: 500;
}

/* login-page  */
.login-sec {
  height: 100vh;
  width: 100%;
}

.login-sec .login-container {
  height: 100%;
  display: flex;
}

.login-sec .image-side {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/form-bg-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.login-sec .form-side {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.login-sec .form-side .form-inner {
  max-width: 542px;
}

.login-sec h2 {
  font-size: 52px;
}

.login-sec .form-side p {
  color: #8a8a8a;
  font-size: 24px;
  max-width: 480px;
  margin-bottom: 19px;
}

.login-sec .form-group {
  margin-bottom: 20px;
  position: relative;
}

.login-sec .form-group label {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #000000;
}

.login-sec .form-group input {
  width: 100%;
  height: 54px;
  border: 1px solid #0000001a;
  border-radius: 5px;
  padding: 0 12px;
  font-size: 18px;
  outline: none;
}

.password-field input {
  padding-right: 40px;
}

.login-sec .eye-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  cursor: pointer;
}

.login-sec .login-btn {
  width: 100%;
  margin-top: 40px;
  max-width: 432px;
}

.login-sec .divider {
  display: flex;
  align-items: center;
  margin: 30px 0 25px;
}

.login-sec .divider::before,
.login-sec .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #0000001a;
}

.login-sec .divider span {
  margin: 0 10px;
  font-size: 18px;
  color: #000000;
}

.login-sec .register-text {
  text-align: center;
  font-size: 18px !important;
  font-weight: 500;
  color: #000000 !important;
}

.login-sec .register-text a {
  color: #ffa559;
  text-decoration: none;
  font-weight: 700;
}

.login-sec .register-text a:hover {
  text-decoration: underline;
}

/* register-page   */
/* .register-page-sec {
  height: 100% !important;
} */

/* .register-page-sec .form-side {
  padding-block: 126px;
} */
/* 
.register-page-sec .reg-form-inner {
  max-width: 708px;
} */
.register-page-sec .form-side {
padding: 0;
}
.register-page-sec .reg-form-inner {
    max-width: 100%;
    width: 100%;
    overflow-y: scroll;
    height: 100vh;
    padding: 128px 80px;
}

.register-page-sec h2 {
  max-width: 442px;
}

.register-page-sec .reg-form-inner p {
  max-width: 600px;
}

.register-page-sec .register-form {
  max-width: 700px;
}

.register-page-sec .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
}

.register-page-sec .form-group.full {
  grid-column: span 2;
}

.register-page-sec .sumbt-wrp {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.register-page-sec .submit-btn {
  width: 100%;
  max-width: 432px;
}

.register-page-sec .reg-form-inner .login-text {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: center;
}

.register-page-sec .reg-form-inner .login-text a {
  font-weight: 700;
  color: #ffa559;
  text-decoration: none;
}

.header-btns .logged-in.active span {
  position: relative;
}

.header-btns .logged-in.active span:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -1px;
  height: 8px;
  width: 8px;
  background-color: #44df14;
  border-radius: 50%;
}

.brdcrumbs ul .b-item.active {
  font-weight: 700;
  font-family: "Neue Haas Grotesk Display Pro";
}

.brdcrumbs ul .b-item,
.brdcrumbs ul li a {
  font-size: 16px;
}

.brand-sec .cmmn-list-wrap h5 {
  color: #ffa559;
}

.access-innr p {
  font-size: 22px;
}

.how-wrks .how-cntnt h5 {
  font-size: 20px;
}

.how-wrks .how-cntnt p {
  font-size: 16px;
}

.already-sec .al-cntnt h5 span {
  display: inline;
  font-style: italic;
}



.already-btm p {
  font-size: 22px;
}

.wrks-btn .cta,
.bnnr-btns .cta {
  width: 196px;
  padding-inline: 28px;
  text-align: center;
}

.login-sec .login-btn-wrp {
  display: flex;
  justify-content: center;
}

/* 30-march  */

/* Header  */
.navbar .cta.logged-in {
  background-color: transparent;
  transition: all 0.3s ease;
  padding: 0;
}

.navbar .cta.logged-in:hover {
  opacity: unset;
  transform: unset;
}

.navbar-expand-lg .navbar-toggler {

  display: block;
}

.navbar .right-side-hdr {
  display: flex;
  gap: 30px;
  align-items: center;
}

.navbar-expand-lg {
  justify-content: space-between;
}

header .bar {
  width: 25px;
  height: 1px;
  background-color: #fff;
  color: #fff;
  margin-bottom: 6px;
  display: block;
}

header .navbar-toggler-btn:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.navbar .menu-btn-wrp.active .bar-1 {
  transform: rotate(45deg) translate(4px, 4px);
}

.navbar .menu-btn-wrp.active .bar-2 {
  opacity: 0;
}

.navbar .menu-btn-wrp.active .bar-3 {
  transform: rotate(-45deg) translate(6px, -6px);
  margin: 0 !important;
}

.navbar .togle-btn-close {
  display: flex;
  justify-content: end;
}

.navbar li.nav-item.cart-icons {
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 18px;
}

.navbar .cart-icn i {
  font-size: 24px;
}

.menu-items ul {
  padding-left: 0;
}

.navbar .menu-items ul li {
  margin-bottom: 25px;
}

.navbar .menu-items-lst li a {
  color: #fff;
  transition: all 0.3s ease;
  font-size: 18px;
}

.navbar .menu-items-lst li a:hover {
  color: #848484;
}

.navbar .menu-items {
  position: absolute;
  z-index: 99;
  top: -22px;
  min-height: 100vh;
  right: 0;
  width: 30%;
  background-color: black;
  padding: 30px;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.6s ease;
  pointer-events: none;
}

.navbar .menu-items.active {
  opacity: 1;
  transform: translateX(60px);
  pointer-events: auto;
}

.navbar .sort-ul {
  padding-left: 20px;
  margin-top: 20px;
}

.navbar .sort-ul li a {
  font-size: 16px;
}

/* hero-banner  */
.product-bannr-sec {
  min-height: 450px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}

.product-bannr-sec:after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #00000075;
}

.product-bannr-sec h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.product-sec .pr-crd .price {
  margin-top: auto;
}

.product-sec .pr-crd {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-sec .add-crt .cta {
  padding: 10px 36px;
}

.product-sec .cta {
  transition: all 0.3s ease;
}

.product-sec .cta:hover {
  background-color: transparent;
  color: #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.product-sec .ftr-note {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.product-sec .ftr-note p {
  color: #000000;
  margin: 0;
}

.menu-items.active .togle-btn-wrp {
  margin-left: auto;
}

/* Product-details page updates */
.product-detail-sec .sub-head {
  font-size: 16px;
  /* margin-bottom: 20px; */
  margin-bottom: 30px;
}

.footer-sec .fotr-logo {
  display: flex;
  align-items: center;
  gap: 7px;
}

.product-detail-sec .main {
  width: 100%;
  max-width: 100%;
  display: flex;
}

.for--desk .small-imgs .img-div,
.for--desk .big-img,
.product-detail-sec .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.for--desk .small-imgs .img-div img,
.for--desk .big-img img,
.product-detail-sec .slick-slide img {
  transition: transform 0.3s ease;
  object-fit: contain;
}

.for--desk .small-imgs .img-div img:hover,
.for--desk .big-img img:hover,
.product-detail-sec .slick-slide img:hover {
  transform: scale(1.1);
}

.product-detail-sec .slider-nav .slick-slide.slick-current.slick-active {
  border-color: #000000;
}

.product-detail-sec .small-imgs {
  max-width: 120px;
  border-radius: 5px;
  margin-right: 15px;
}

.right-content-side h4 {
  font-size: 40px;
  max-width: 500px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.size-qty:not(:last-child) {
  margin-bottom: 20px;
}

/* 2-april- */
.product-header .navbar-brand img {
  max-width: 380px;
}

.product-header {
  padding: 10px 0;
}

.product-detl-hdr {
  background-color: #000000;
}

.product-detail-sec {
  margin-top: 88px;
  overflow: visible;
  padding-top: 40px;
}

.product-detail-sec .detail-inner .right-content-side {
  position: sticky;
  top: 120px;
}

.product-detail-sec .slider-sml-img {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product-detail-sec .small-imgs .img-div {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0000000d;
}

.product-detail-sec .slider-desk {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.product-detail-sec .slider-desk .big-img {
  border: 1px solid #0000001a;
  padding: 20px 0;
  border-radius: 7px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-detail-sec .small-imgs .img-div.active {
  border-color: #000000;
}

.product-detail-sec .for--desk {
  display: flex;
  width: 100%;
}

.product-detail-sec .for--mob {
  display: none;
}

/* contact -page  */
.contact-banr-sec {
  min-height: 400px;
}

.contact-sec {
  margin-top: 88px;
  padding: 50px 0;
  height: calc(100vh - 338px);
}

.contact-sec .contact-desc {
  max-width: 540px;
}

.contact-sec .contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px;
  border-radius: 8px;
  transition: 0.3s;
}

.contact-sec .icon {
  font-size: 16px;
  background: #000;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-sec .info span {
  font-size: 13px;
  color: #888;
  display: block;
}

.contact-sec .info a {
  font-size: 15px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.contact-sec .info a:hover {
  text-decoration: underline;
}

/* 6 april  */
.product-sec .pro-wrap {
  padding-top: 50px;
}

.product-detail-sec .size-guide h5,
.product-detail-sec .description h5 {
  margin-bottom: 15px;
}

.navbar .menu-items .sort-ul li {
  margin-bottom: 20px;
}

/* search bar  */
.navbar .search-container {
  position: relative;
}

.navbar .search-bar {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar .search-input {
  position: absolute;
  top: 40px;
  left: 0;
  width: 0;
  overflow: hidden;
  transition: 0.3s ease;
}

.navbar .search-input input {
  max-width: 200px;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 16px;
  border: 1px solid #8a8a8a;
  border-radius: 5px;
}

.navbar .search-input.active {
  width: 200px;
}

/* 10-april-2026  */
.pro-row.row.list-mode .pr-crd {
  flex-direction: row;
}

.pro-row.row.list-mode .pr-crd .price {
  margin-top: unset;
  margin-bottom: 0;
}

.brdcrumbs .woocommerce-breadcrumb {
  font-size: 16px;
  margin-bottom: 0;
}

.pro-hd .pr-lft {
  align-items: center;
}

.pro-hd .pr-lft form {
  margin-bottom: 0;
}

.pro-hd .pr-lft form select {
  padding: 12px 14px;
  border: 0.5px solid #0000000f;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 16px;
  background-color: transparent;
}

.pr-crd h6 a {
  color: #000000;
}

.pr-crd .add-crt a {
  font-size: 16px;
  font-weight: 500;
  background-color: #000000;
  color: #fff;
  padding: 15px 36px;
}

.pr-crd .add-crt a:hover {
  background-color: transparent;
  color: #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.product-sec .cta:hover {
  background-color: transparent;
  color: #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.pro-wrap .woocommerce-result-count {
  float: unset;
}

.product-header a.logged-in {
  color: #fff;
}

.cmmn-list-wrap ul {
  margin-left: 0;
}

.how-wrks-innr .wrks-btn .cta {
  color: #fff;
}

.how-wrks-innr .wrks-btn .cta-drk {
  color: #000;
}
.how-wrks-innr .wrks-btn .cta-drk:hover {
  color: #fff;
}

.woocommerce-checkout .entry-header {
  margin-top: 88px;
  padding-top: 40px;
  padding-inline: 60px;
}
.woocommerce-cart .return-to-shop a.button,
.woocommerce-checkout #place_order {
  background-color: #000000;
  font-size: 16px;
  color: white;
  padding: 18px 36px;
  border-radius: 7px;
  transition: all 0.3s ease;
}
.woocommerce-cart .return-to-shop a.button:hover,
.woocommerce-checkout #place_order:hover {
  background-color: transparent;
  color: #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.woocommerce-checkout .woocommerce-info a,
.woocommerce-checkout .woocommerce-privacy-policy-text a {
  color: #000;
}

/* cart  */

.woocommerce-cart .entry-header {
  margin-top: 88px;
  padding-top: 40px;
}


.product-detail-sec .select-box select {
  width: 180px;
}

.woocommerce-checkout #woocommerce-checkout-form-coupon button {
  background-color: #000000;
  font-size: 16px;
  padding: 18px 36px;
  border-radius: 7px;
  transition: all 0.3s ease;
  color: #fff;
}

.woocommerce-checkout #woocommerce-checkout-form-coupon button:hover {
  background-color: transparent;
  color: #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

/* .woocommerce-cart .return-to-shop,
.woocommerce-cart .wc-empty-cart-message {
  padding-inline: 60px;
} */
