body {
  background: #ebecef;
}
h1,
h2,
h3,
h4,
h5,
p,
a {
  color: #000;
}
* a {
  text-decoration: none;
}
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*:focus {
  outline: none !important;
}
section.nav-top .logo {
  text-align: center;
}

section.nav-top .logo img {
  width: 300px;
}

.home nav.navbar {
  position: relative;
  background-image: url("/images/nav_avatar.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 17vw;
}

.nav-link {
  font-weight: 400;
  position: relative;
  font-family: "League Spartan", serif;
  font-family: "Oswald", serif;
  font-size: 35px;
  text-transform: uppercase;
  color: #000;
  display: block;
  padding: 2px 27px;
  transition: var(--transition);
}
.nav-link:hover {
  background: #be7fd199;
  color: var(--neutral-400);
}
.nav-center {
  height: auto;
  /* border-bottom: 12px solid #000; */
}

.navbar .nav-dividr {
  width: 90%;
  height: 9px;
  background: #000000;
  margin: auto;
  border-radius: 45px;
  margin-top: 12px;
}

section.nav-bottom {
  display: flex;
  padding: 0 10%;
  align-items: center;
  position: relative;
}
.nav-left {
  width: 100%;
}
.nav-menu {
  display: flex;
  /* gap: 6%; */
  width: 100%;
  justify-content: space-evenly;
}
.nav-right .nav_cart {
  display: flex;
  padding: 7px 12px;
  background-color: #be7fcf;
  color: #000000;
  border: none;
  border-radius: 5px;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  justify-content: center;
  align-content: center;
  font-family: "Oswald";
}

.nav-right .nav_cart p {
  display: inline-block;
  margin: 0;
}

.nav-right .nav_cart img {
  width: 35px;
  height: auto;
  vertical-align: sub;
  margin: 0 11px;
}

/********Mobile menu******/
/* General Styles */
.nav-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

/* Mobile Menu */
.menu-toggle {
  display: none; /* Hidden by default */
  background: none;
  border: none;
  cursor: pointer;
}

.menu-close {
  display: none;
}

.nav-menu {
  flex-direction: row;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .nav-menu {
    display: none; /* Hidden initially */
    flex-direction: column;
    background-color: #444;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 1000;
  }

  .nav-menu.active {
    display: flex; /* Show when active */
  }
  .nav-menu {
    position: fixed;
    top: 0;
    left: -100%; /* Initially hidden */
    width: 80%;
    height: 100vh;
    background-color: #be7fcf;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    z-index: 1000;
    justify-content: flex-start;
    padding-top: 15%;
  }

  .nav-menu.active {
    left: 0; /* Slide into view */
  }

  .menu-close {
    display: block;
    background: none;
    border: none;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    cursor: pointer;
    align-self: flex-end;
    text-align: center;
    width: 100%;
  }

  .menu-toggle {
    display: block; /* Show toggle button on mobile */
  }

  .nav-link {
    padding: 10px;
    text-align: center;
    font-size: 18px;
  }
}

button.menu-toggle {
  font-size: 31px;
  font-family: "Oswald";
  font-weight: 500;
  line-height: 1;
}

.nav-menu.active a.nav-link {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}
/*******mobilemenu end********/
/***********/

.dx_homepage_frame {
  display: flex;
  width: 100%;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.home .bd_bg {
  position: fixed;
  background-image: url("/images/homepage_hero_img.jpeg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  height: 100vh;
  width: 30vw;
  right: 0;
  background-color: #be7fcf;
}

body {
  margin: 0;
}

.dx_social_bx {
  gap: 17px;
  display: flex;
  margin: 20px;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.dx_social_bx img {
  height: auto;
  width: 45px;
}

.home .logo img {
  margin-right: 0;
}

.home section.nav-top .logo {
  text-align: right;
  margin: 0 5%;
}
section.dx_main_frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  min-height: 70vh;
  align-items: center;
  /* overflow: hidden; */
  position: relative;
}

.dx_collections {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.dx_collections .collection {
  display: flex;
  flex-direction: column;
  width: 33.33%;
  min-width: 300px;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.dx_collections .collection .inr {
  padding: 20px;
}

.dx_collections .collection .ft_img img {
  width: 100%;
  height: auto;
}
.dx_collections .collection .ft_img {
  background: #be7fcf;
  z-index: 999;
}
.dx_collections .collection h2 {
  font-family: "League Spartan", serif;
  font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.dx_bg {
  position: absolute;
  width: 80%;
  height: 80%;
  background: transparent;
  background-image: url("/images/bg_img.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.25;
  z-index: -5;
}

/******single***/
section.dx_main_frame h2 {
  font-family: "League Spartan", serif;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 20px 0;
}
.dx_collections.single .collection .ft_img {
  background: transparent;
  z-index: 999;
}
.dx_collections.single .collection h3 {
  font-weight: 400;
  font-family: "Oswald", serif;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.dx_collections.single .collection h3 span {
  display: block;
}

/**********single item buy page****/
.product_bx {
  display: flex;
  gap: 2rem;
  align-items: center;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  /* padding: 2rem; */
  flex-wrap: wrap;
  /* z-index: 9999; */
  font-weight: 400;
  position: relative;
  font-family: "League Spartan", serif;
  font-family: "Oswald", serif;
  font-size: 40px;
  text-transform: uppercase;
  color: #000;
  justify-content: center;
}

.product_bx h1.product-title {
  text-align: center;
  font-size: 43px;
  font-weight: 900;
  font-family: "League Spartan", serif;
  margin: 0 20px;
}

.product_bx .images {
  display: flex;
  max-width: 420px;
  flex: 1;
  background: transparent;
  padding: 0;
  flex-direction: column;
}

.product_bx .images .top {
  padding: 50px 0;
  background: #be7fcf;
}

.images .main-image {
  padding: 0.25em;
}

.images .main-image img {
  width: 100%;
}

.images .thumbnail-images img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 0;
  cursor: pointer;
  background: #fff;
  border: 4px solid #be7fcf;
}

.images .thumbnail-images {
  display: flex;
  gap: 0.5rem;
  margin: 20px 0;
  justify-content: center;
}

.images .thumbnail-images img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 0px;
  cursor: pointer;
}

.details {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-content: center;
  align-items: center;
  text-align: center;
  gap: 0;
  background: #c2b6c6;
  padding: 1.2em;
}

.size_bx h3,
.product-count h3 {
  font-size: 27px;
  font-weight: 400;
  margin: 4px 0;
}

.details .size_bx,
.details .product-count {
  display: flex;
  margin-bottom: 1.5rem;
  gap: 3px;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.details .size_bx select,
.details .quantity-input {
  padding: 0.5rem 1.2rem;
  font-size: 1rem;
  border: 1px solid #fff;
  border-radius: 7px;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
}

.product-price h3 {
  font-size: 28px;
  font-weight: 400;
  margin: 6px 0;
}

.details .size_bx {
  margin-bottom: 1.5rem;
}

.details .size_bx select {
  padding: 0.5rem;
  font-size: 1rem;
}

.details .product-count {
  margin-bottom: 1.5rem;
}

.details .product-count button#decrease-btn {
  border: 2px solid #000;
  background: #d83232;
  border-radius: 6px;
  padding: 7px 14px;
  font-size: 20px;
  color: #fff;
}

.details .product-count button#increase-btn {
  border: 2px solid #000;
  background: #1d8d51;
  border-radius: 6px;
  padding: 7px 12px;
  font-size: 20px;
  color: #fff;
}

.details .product-count span#quantity-display {
  width: 5ch;
  height: 64px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 7px;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  background: #d1daf5;
  padding: 16px;
}

.details .add-to-cart-btn {
  display: flex;
  align-items: center;
  font-family: "League Spartan";
  padding: 15px 15px;
  background-color: #be7fcf;
  color: #000000;
  border: none;
  border-radius: 5px;
  font-size: 30px;
  font-size: clamp(1.375rem, 1.1275rem + 1.1vw, 2.0625rem);
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  text-transform: uppercase;
}

.details .add-to-cart-btn img {
  width: 35px;
  height: auto;
  vertical-align: sub;
  margin: 0 9px 0 -4px;
}

.details .add-to-cart-btn:hover {
  background-color: #be7fcf;
}

.details .chckt_button .btn {
  display: flex;
  font-family: "League Spartan";
  padding: 13px 1.5em 15px;
  background-color: #1d8d51;
  color: #000000;
  border: none;
  border-radius: 5px;
  font-size: 30px;
  font-size: clamp(1.375rem, 1.1275rem + 1.1vw, 2.0625rem);
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  text-transform: uppercase;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.chckt_button {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 30px;
}

.details .chckt_button .btn p {
  margin: 5px 0 0;
}

/*********checkout cart page*******/
.cart-container {
  display: block;
  /* z-index: 9999; */
}

.cart-container {
  display: flex;
  width: 100%;
  /* z-index: 9999; */
  flex-direction: column;
}

.cart-container .top {
  display: flex;
  gap: 20px;
  align-content: center;
  align-items: center;
  margin: 20px 0;
}

.cart-container .top h1 {
  font-family: "League Spartan";
  color: #000000;
  font-size: 45px;
  font-size: clamp(1.0625rem, 0.8825rem + 0.8vw, 1.5625rem);
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  margin-top: 7px;
  padding: 0;
}

.go_home {
  font-family: "League Spartan";
  padding: 0.95rem 4rem;
  padding: 9px;
  background-color: #be7fcf;
  color: #000000;
  border: none;
  border-radius: 5px;
  font-size: 30px;
  font-size: clamp(1.375rem, 1.1275rem + 1.1vw, 2.0625rem);
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  text-transform: uppercase;
}

.go_home img {
  width: 27px;
  height: auto;
  vertical-align: sub;
  margin: 0 11px;
}

section.dx_main_frame .empty-cart-message h2 {
  font-size: 2.5rem;

  text-align: left;
  color: #000;
}
.cart-container #cart-items {
  display: flex;
  flex-direction: column;
  /* gap: 30px; */
  margin: 40px 0;
}

.cart-container #cart-items .cart-item {
  display: flex;
  gap: 30px;
  align-items: center;
  font-family: "Oswald", serif;
  font-size: 27px;
  border-bottom: 2px solid #be7fcf;
  padding: 22px 0px;
}

button.quantity-btn.decrement {
  border: 2px solid #000;
  background: #d83232;
  border-radius: 6px;
  padding: 7px 14px;
  font-size: 20px;
  color: #fff;
}

.quantity-box .quantity-btn.increment {
  border: 2px solid #000;
  background: #1d8d51;
  border-radius: 6px;
  padding: 7px 12px;
  font-size: 20px;
  color: #fff;
}

.quantity-box .quantity-input {
  width: 3ch;
  height: 46px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 7px;
  font-size: 20px;
  font-size: clamp(1.0625rem, 0.8825rem + 0.8vw, 1.5625rem);
  font-weight: bold;
  outline: none;
  background: #d1daf5;
  padding: 4px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.quantity-box {
  display: flex;
  align-items: center;
  gap: 12px;

  align-content: center;
}

.quantity-box .quantity-btn {
  background-color: #f1f1f1;
  border: none;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
  transition: background-color 0.2s ease;
}

button.remove-btn {
  border: 2px solid #000;
  background: #d83232;
  border-radius: 6px;
  padding: 7px 14px;
  font-size: 20px;
  font-size: clamp(0.875rem, 0.785rem + 0.4vw, 1.125rem);
  color: #fff;
}

.cart-container #cart-items .cart-item h4 {
  font-size: 26px;
  font-size: clamp(1.0625rem, 0.8825rem + 0.8vw, 1.5625rem);
  min-width: 35%;
  text-transform: uppercase;
  margin: 3px;
}
.cart-container #cart-items .cart-item p {
  margin: 3px;
  font-size: 25px;
  font-size: clamp(1.0625rem, 0.8825rem + 0.8vw, 1.5625rem);
}
.cart-container #cart-items .cart-item .lft {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 50%;
}
.cart-container #cart-items .cart-item .rt {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cart-container .btm h3 {
  font-family: "League Spartan";
  font-size: 37px;
  font-weight: 800;
}

.cart-container .btm p {
  font-family: "League Spartan";
  font-size: 20px;
  font-weight: 800;
}

section.dx_main_frame.cart_page {
  /* padding: 3% 10%;
  min-height: 100vh; */
}
/* Added to cart Notification styles */
.notification {
  position: fixed;
  top: 20%;
  right: 20px;
  background-color: #1d8d51;
  color: white;
  padding: 17px 20px;
  border-radius: 5px;
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s, transform 0.3s;
}
div#notification:before {
  content: "";
  position: fixed;
  background-image: url("/images/cta_avatar.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  height: 150px;
  width: 150px;
  /* right: 0; */
  /* top: -100%; */
  bottom: 100%;
  z-index: 0;
}
.notification.hidden {
  display: none;
}

.notification.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/********checkout final*****/
button#checkoutBtn {
  font-family: "League Spartan";
  padding: 0.95rem 4rem;
  padding: 11px 8px 5px;
  background-color: #be7fcf;
  color: #000000;
  border: none;
  border-radius: 5px;
  font-size: 30px;
  font-size: clamp(1.375rem, 1.1275rem + 1.1vw, 2.0625rem);
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  text-transform: uppercase;
}
.modal {
  display: none;
  /* Hidden by default */
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #be7fcf;
  margin: auto;
  /* margin-top: 22%; */
  padding: 32px;
  border-radius: 10px;
  width: 50%;
  text-align: center;
}
div#checkout-modal h2 {
  font-size: 60px;
  font-size: clamp(1.875rem, 1.2rem + 3vw, 3.75rem);
  font-weight: 800;
  text-transform: uppercase;
  width: 100%;
}

.close-modal {
  float: right;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (min-width: 1070px) {
  .sidebar {
    position: relative;
    height: auto;
    transform: translate(0);
    width: auto;
    background: transparent;
  }
}

@media screen and (max-width: 596px) {
  .cart-container #cart-items .cart-item {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .home nav.navbar {
    background-image: none;
  }

  .home .bd_bg {
    background: none;
    background-image: none;
  }

  .home section.nav-top .logo {
    text-align: center;
    margin: 0;
  }
}
