a {
  text-decoration: none;
}
a:hover {
  color: none;
}
a {
  color: #000000;
  text-decoration: none !important;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Roboto", sans-serif !important;
}
:root {
  --primary-color: #fff;
  --secondary-color: #000;
  --background-hash: #fff;
}
/* CUSTOM SALES */
img {
  width: 100%;
}
i {
  font-size: 14px;
}
h2 {
  font-size: 35px !important;
}
p {
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 300;
}
.margin-main {
  margin: 100px 0;
}
/* TOP HEADER */
.top-header {
  padding: 10px 0;
}
.top-header .col-lg-4 {
  margin: auto;
}
.top-header ul {
  display: flex;
  gap: 8px;
  margin: 0;
}
.top-header ul a {
  color: #000;
}
.top-header .logo {
  display: flex;
  justify-content: center;
}
.top-header .logo img {
  width: 120px;
}
.top-header .social {
  margin: auto;
}
.top-header .social ul li {
  border: 1px solid #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 1px 0;
}
.top-header .social ul li:hover {
  background-color: #000;
  border: none;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
}
.top-header .social ul li:hover i {
  color: #fff;
}
.top-header .login {
  display: flex;
  justify-content: end;
}
.top-header .login ul li {
  border: 1px solid #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 2px 0;
}
.top-header .login ul li:hover i {
  color: #fff;
}
.top-header .login ul li:hover {
  background-color: #000;
  border: none;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
}
.Carticon {
  position: relative;
}
.top-header .login span {
  position: absolute;
  top: 61%;
  right: -9px;
  transform: translateY(-50%);
  font-size: 9px;
  color: #000000;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* HEADER */
.main-menu ul li {
  position: relative;
}
.Drop-Down .Dropdown-Menu {
  display: none; /* Hide the drop-down by default */
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin: 0 !important;
  padding: 8px !important;
  width: 140px;
}
.Drop-Down .Dropdown-Menu li {
  display: block;
  padding: 10px 8px;
  border-bottom: 1px solid #cacaca;
}

.Drop-Down .Dropdown-Menu li a {
  color: #333;
}

.Drop-Down .Dropdown-Menu li a {
  color: #333;
}

/* Show the drop-down menu on hover */
.Drop-Down:hover .Dropdown-Menu {
  display: block;
}

/* Additional styling */
.Drop-Down .Dropdown-Menu li a:hover {
  color: #6e6e6e;
}
/* ..................... */
.header {
  background-color: #000;
  padding: 12px 0;
}
.header ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 0;
}
.main-menu a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 1.5px;
}
.main-menu a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: width 1s;
}
.main-menu li > a:hover::after {
  width: 100%;
}

/* BANNER */
.BannerSlider img {
  aspect-ratio: 1920 / 800;
  object-position: top;
  object-fit: cover;
  position: relative;
  width: 100%;
}
.prev-arrow-banner {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 999;
  background-color: #d9d9d9;
  padding: 11px 18px;
  border-radius: 50%;
  opacity: 0.6;
}

.next-arrow-banner {
  position: absolute;
  top: 50%;
  right: 45px;
  z-index: 999;
  background-color: #d9d9d9;
  padding: 11px 18px;
  border-radius: 50%;
  opacity: 0.6;
}
.prev-arrow-banner:hover {
  opacity: 2;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
}

.next-arrow-banner:hover {
  opacity: 2;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
}
.slick-dots {
  position: absolute;
  bottom: 10px !important;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
/* HOME GALLERY */
.HomeGallery h4 {
}
.HomeGallery p {
  font-style: normal;
  color: #888888;
}
.HomeGallery .img {
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 12px;
}
.HomeGallery .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* CLASSY FATION */
.SectionTittle {
  text-align: center;
}
.SectionTittle h2 {
  position: relative;
  display: inline;
  text-transform: capitalize;
}
.SectionTittle h2::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #636363;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
.SectionTittle h2::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #636363;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}
.classy-fation .row {
  margin-top: 50px;
}

.classy-fation .card {
  border: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.classy-fation .card-content {
  text-align: center;
}
.classy-fation .card-content h4 {
  font-size: 18px;
}
.classy-fation .card {
  aspect-ratio: 1 / 1.5;
  overflow: hidden;
}
.classy-fation .card img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.card-content .d-flex {
  gap: 30px;
}
.classy-fation .card-content span {
}
.offer-price span,
.offer-price i {
  color: #bcbcbc;
  text-decoration: line-through solid rgb(255, 0, 0);
}
.classy-fation .card-content button {
  border: none;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  padding: 5px 40px;
  font-size: 14px;
  transition: ease 1s all;
  font-weight: 400;
}
.classy-fation .card-content button:hover {
  background-color: #fff;
  color: #000;
  transform: translateY(-5px);
  border: 1px solid #000;
}
/* OFFER BANNER */
.offer-banner {
  width: 100%;
  padding: 140px 50px;
  background-position: cover;
  background-repeat: no-repeat;
  background-image: url(../image/offer-banner.jpg);
}
.offer-banner h4 {
}
.featured-coluction {
  margin-top: 50px;
}
.featured-coluction .slick-dots {
  display: none !important;
}
.featured-coluction .slide {
  padding: 0px 10px;
}

.prev-feature {
  position: absolute;
  top: 50%;
  left: -13px;
  z-index: 999;
  background-color: #d9d9d9;
  padding: 11px 18px;
  border-radius: 50%;
  opacity: 0.6;
  transform: translateY(-50%);
}

.next-featuret {
  position: absolute;
  top: 50%;
  right: -13px;
  z-index: 999;
  background-color: #d9d9d9;
  padding: 11px 18px;
  border-radius: 50%;
  opacity: 0.6;
  transform: translateY(-50%);
}
.prev-feature:hover {
  opacity: 2;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
}

.next-featuret:hover {
  opacity: 2;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
}
/* BENIFIT */
.benifit .card {
  border: none;
  padding: 30px 50px;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
}
.benifit .card:hover {
  background-color: #000;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
}
.benifit .card:hover p {
  color: #fff;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
}
.benifit .card:hover h4 {
  color: #fff;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
}
.benifit .card:hover img {
  border: 1px solid #fff;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
}
.benifit .card img {
  background-color: #000000;
  width: 60px;
  height: 60px;
  padding: 5px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.benifit .card .d-flex {
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.benifit .card p {
  margin: 0px;
}
.benifit .card h4 {
}
.benifit .card p {
}
/* FOOTER */
.ft-bg {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}
.ft-bg img {
  width: 45%;
}
.ft-bg p {
  color: #fff;
  margin-top: 20px;
}
.ft-bg .links h5 {
  color: #fff;
  margin-bottom: 20px;
}
.ft-bg .links ul {
  margin: 0;
  padding: 0;
}
.ft-bg .links li {
  margin: 8px 0;
  transition: ease 1s all;
}
.ft-bg .links li:hover {
  transform: translateX(8px);
}
.ft-bg .links a {
  color: #fff;
  display: flex;
  gap: 5px;
  align-items: center;
}
.ft-bg .links i {
  color: #fff;
}
.links .social {
  display: flex;
  gap: 20px;
  align-items: center;
}
.copy-write p {
  margin: 0;
  padding: 10px 0;
}
.copy-write {
  text-align: center;
}
/* CONTACT */
.inner-banner {
  background-image: url(../image/inner-baner.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 38vh;
  position: relative;
}
.inner-banner ul {
  display: flex;
  gap: 10px;
  padding: 0;
}
.inner-banner h2 {
  margin: 0;
}
.inner-banner ul a {
  color: #000;
}
.inner-banner ul li:nth-child(1) a {
  color: #888888;
}
.inner-banner ul li:nth-child(2) {
  color: #000;
}
.inner-banner .cnt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/* FORM MAP */
.Form_map form label {
  margin-top: 10px;
}
.Form_map form input {
  width: 100%;
  padding: 12px 20px;
  border-radius: 20px;
  background-color: #f0f0f0;
  border: transparent;
  outline: none;
  margin: 7px 0;
}
.Form_map form textarea {
  width: 100%;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #f0f0f0;
  border: transparent;
  outline: none;
  margin: 7px 0;
  resize: vertical;
}
.Form_map form h2 {
  margin-bottom: 5px;
}
.Form_map form p {
  margin-bottom: 10px;
}
.btn {
  border: none;
  background-color: var(--secondary-color) !important;
  color: var(--primary-color) !important;
  padding: 8px 40px !important;
  font-size: 14px !important;
  transition: ease 1s all !important;
  border-radius: 0 !important;
  margin-top: 15px;
}
.btn:hover {
  background-color: #fff !important;
  color: #000 !important;
  transform: translateY(-5px) !important;
  border: 1px solid #000 !important;
}
.Form_map .map {
  width: 100%;
  height: 100%;
}
.Form_map .map iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.contact-card {
  background-color: #f7f7f7;
  border-radius: 12px;
  text-align: center;
  padding: 45px;
  height: 255px;
}
.contact-card:hover {
  box-shadow: 0 18px 50px 0 rgba(0, 0, 0, 0.14);
  background-color: rgba(var(--white), 1);
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.contact-card img {
  width: 80px;
  margin: 0 auto;
  margin-bottom: 15px !important;
}
.contact-card h4 {
}
.contact-card span,
.contact-card a {
  font-size: 18px;
  color: var(--secondary-color);
}

/* ABOUT */
.about .about-benifit {
  margin-top: 30px;
}
.about .about-benifit .card {
  border: none;
}
.about .about-benifit .card img {
  width: 50px;
}
.about .about-benifit .card .d-flex {
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.about .about-benifit .card h4 {
  color: #000;
}
.about h4 {
  text-transform: capitalize;
  color: #a7a7a7;
  margin-bottom: 10px;
}
.about h2 {
  position: relative;
  margin-bottom: 25px;
}
.about h2::after {
  content: "";
  height: 3px;
  width: 80px;
  background-color: var(--secondary-color);
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.Mision-Vision {
  position: relative;
  overflow: hidden;
  padding: 35px 0;
}
.Mision-Vision .card {
  border: none;
  background-color: #f0f0f0;
  padding: 35px 100px;
  position: relative;
  overflow: hidden;
  margin: 30px 0;
}
.Mision-Vision .card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -42px;
  left: -23px;
  background: var(--secondary-color);
  height: 175px;
  width: 175px;
  z-index: 111;
  border-radius: 50%;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 2s ease-out;
}
.Mision-Vision .card:hover:before {
  transform: scale(21);
}
.Mision-Vision .card:hover h4 {
  color: var(--primary-color);
  position: relative;
  z-index: 999;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 5s;
}
.Mision-Vision .card:hover p {
  color: var(--background-hash);
  position: relative;
  z-index: 999;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 5s;
}
.Mision-Vision .card h4 {
  transition: transform 2s ease-out;
}
.Mision-Vision .card p {
  margin-top: 15px;
  transition: transform 2s ease-out;
}
.Mision-Vision .card img {
  width: 65px;
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 9999;
}
.Mision-Vision .card .cnt {
  padding-left: 120px;
}
.Mision-Vision .count-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.Mision-Vision .count-img img {
  border-radius: 50px 0 0 50px;
  height: 100%;
}
.Mision-Vision .count-cnt .countcard {
  padding: 35px;
  border-radius: 18px;
  background: linear-gradient(180deg, #4a4a4a 0%, rgb(172 172 172 / 0%) 100%);
}
.Mision-Vision .count-cnt {
  position: relative;
  z-index: 999;
  margin-top: 0px;
}
.Mision-Vision .count-cnt .countcard img {
  width: 90px;
}
.Mision-Vision .count-cnt .countcard h2 {
  color: #fff;
}
.Mision-Vision .count-cnt .countcard h4 {
  color: #fff;
}

/* PRODUCT */
.Product-Page .SectionTittle {
  border-bottom: 1px solid #c6c6c6;
  text-align: left !important;
}
.Product-Page .SectionTittle button {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 8px 40px !important;
  font-size: 14px !important;
  transition: ease 1s all !important;
  border-radius: 0 !important;
  margin-top: 15px;
  border: none;
}
.Product-Page .SectionTittle img {
  width: 25px;
}
.Product-Page {
  position: relative;
}
/* filter  */
/* Modal styles */
.Product-Page .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0;
  margin: 0;
}

/* Modal Content */
.Product-Page .modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  max-width: 350px;
  height: 100vh;
  border-radius: 0 !important;
  overflow-y: scroll;
}

/* Close button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.classy-fation .card {
  position: relative;
  overflow: hidden;
  perspective: 1000px; /* Adding perspective for 3D effect */
}

.classy-fation .card img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  object-position: bottom;
}

.classy-fation .card:hover img {
  transform: scale(1.2); /* Adjust the scale and rotation angle as needed */
}
/* filter dropdowon */
.accordion {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}

.accordion .accordion-btn {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 15px;
  border: none;
  text-align: left;
  width: 100%;
  outline: none;
  transition: background-color 3s ease;
  position: relative;
  overflow: hidden;
}

.accordion .accordion-btn .icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.accordion .accordion-btn.active .icon {
  transform: translateY(-50%) rotate(180deg);
}

/* .accordion .accordion-btn:hover {
  background-color: #e0e0e0;
} */

.accordion .accordion-content {
  display: none;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: 1px solid #ddd;
}

.accordion.active .accordion-content {
  display: block;
}
.accordion-content ul {
  margin: 0;
  padding: 0;
}
.accordion-content ul li {
  margin: 3px 0;
}
.accordion-content ul li input {
  margin-right: 10px;
}
.accordion-content button {
  border: none;
  background-color: transparent;
  display: inline-block;
  color: blue;
  font-size: 14px;
}

/* PRICE RANGE SLIDER */
.wrapper {
  width: 400px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px 40px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}
header h2 {
  font-size: 24px;
  font-weight: 600;
}
header p {
  margin-top: 5px;
  font-size: 16px;
}
.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #000000;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #000000;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* CART BACKGROUND */
.CartSection {
  position: relative;
}
.ItemList {
  background-color: #fff;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
  padding: 15px 30px;
  border-radius: 6px;
}
.CartSection .ItemList .ItemCard {
  border-bottom: 1px solid #a7a7a7;
  padding: 20px 0;
  display: flex;
  gap: 20px;
  align-items: center;
}
.PriceDiscount {
  display: flex;
  gap: 25px;
  align-content: center;
}
.CartSection .ItemList .ItemCard .CartProductimg {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #dbdbdb;
}
.CartSection .ItemList .ItemCard .CartProductimg img {
  object-fit: contain;
}
.CartSection .ItemList .ItemCard .CartContent button {
  display: flex;
  margin-top: 5px !important;
  gap: 10px;
  align-items: center;
  padding: 5px 15px !important;
  font-size: 13px !important;
}
.CartSection .ItemList .ItemCard .CartContent button i {
  font-size: 13px !important;
}
.CartSection .ItemList .ItemCard .CartContent {
  width: 100%;
}
.CartSection .ItemList .ItemCard .CartContent p {
  margin: 0;
}
.CartSection .ItemList .ItemCard .CartContent .AddFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* quantity down and up */
.CartSection .ItemList .ItemCard .CartContent .AddFlex .number span {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  border: none;
  display: flex;
  width: 25px;
  align-items: center;
  justify-content: center;
}
.CartSection .ItemList .ItemCard .CartContent .AddFlex .number input {
  width: 50px;
  text-align: center;
  display: block;
}
.CartSection .ItemList .ItemCard .CartContent .AddFlex .number {
  display: flex;
  gap: 8px;
}
.CartSection .ItemList .ItemCard .CartContent .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.OrderRelative {
  position: relative;
}
.CartSection .OrderCArd {
  background-color: #fff;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
  padding: 15px 30px;
  border-radius: 6px;
  margin-top: 10px;
  text-align: end;
  position: -webkit-sticky;
  position: sticky;
  bottom: 5px; /* Adjust this value according to your layout */
  z-index: 1; /* Adjust z-index as needed */
}
.TottalCard {
  padding: 20px 0;
}
.CardSticky {
  position: -webkit-sticky !important;
  position: sticky;
  top: 20px; /* adjust this value according to your layout */
  z-index: 1; /* adjust this value if needed */
}
.TottalCard h5 {
  margin-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
}
.TottalCard .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.TottalCard .flex h6,
.TottalCard .flex span,
.TottalCard h5 {
  color: #515151;
}
.TottalCard .Total h6,
.TottalCard .Total span {
  color: #000;
  font-weight: 500;
}
.TottalCard .Total {
  border-top: 1px solid #c8c8c8;
  padding-top: 10px;
  margin-top: 10px;
}
.TotalPriceCard {
  height: 100%; /* Make sure it takes up the full height of its parent */
}

/* STEPPER */
.Steper-bg {
  background-color: #fff;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
  padding: 15px 30px;
  border-radius: 6px;
  position: relative;
}
/* #checkout-progress {
  width: 100%;
  margin: 0px auto;
  font-size: 2.5em;
  font-weight: 900;
  position: relative;
}
@media (max-width: 767px) {
  #checkout-progress {
    font-size: 1.5em;
  }
}
#checkout-progress:before {
  content: "";
  position: absolute;
  left: 4%;
  top: 50%;
  height: 5px;
  width: 94%;
  background-color: #ccc;
  -webkit-transform: translateY(-50%) perspective(1000px);
  transform: translateY(-50%) perspective(1000px);
}
#checkout-progress:after {
  content: "";
  position: absolute;
  left: 5%;
  top: 50%;
  height: 8px;
  width: 94%;
  background-color: #000000;
  -webkit-transform: scaleX(0) translateY(-50%) perspective(1000px);
  transform: scaleX(0) translateY(-50%) perspective(1000px);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#checkout-progress.step-2:after {
  -webkit-transform: scaleX(0.333) translateY(-50%) perspective(1000px);
  transform: scaleX(0.333) translateY(-50%) perspective(1000px);
}
#checkout-progress.step-3:after {
  -webkit-transform: scaleX(0.666) translateY(-50%) perspective(1000px);
  transform: scaleX(0.666) translateY(-50%) perspective(1000px);
}
#checkout-progress.step-4:after {
  -webkit-transform: scaleX(1) translateY(-50%) perspective(1000px);
  transform: scaleX(1) translateY(-50%) perspective(1000px);
}
#checkout-progress.step-5:after {
  -webkit-transform: scaleX(1) translateY(-50%) perspective(1000px);
  transform: scaleX(1) translateY(-50%) perspective(1000px);
}
#checkout-progress.step-6:after {
  -webkit-transform: scaleX(1) translateY(-50%) perspective(1000px);
  transform: scaleX(1) translateY(-50%) perspective(1000px);
}
#checkout-progress .progress-bar {
  width: 95%;
  display: flex;
  height: 100px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
#checkout-progress .progress-bar .step {
  z-index: 2;
  position: relative;
}
.progress-bar {
  flex-direction: row !important;
  overflow: visible !important;
}
#checkout-progress .progress-bar .step .step-label {
  position: absolute;
  top: calc(100% + 25px);
  left: 20%;
  -webkit-transform: translateX(-50%) perspective(1000px);
  transform: translateX(-50%) perspective(1000px);
  white-space: nowrap;
  font-size: 0.3em;
  font-weight: 500;
  color: #ccc;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  #checkout-progress .progress-bar .step .step-label {
    top: calc(100% + 15px);
  }
}
#checkout-progress .progress-bar .step span {
  color: #ccc;
  transition: 0.3s ease;
  display: block;
  -webkit-transform: translate3d(0, 0, 0) scale(1) perspective(1000px);
  transform: translate3d(0, 0, 0) scale(1) perspective(1000px);
  font-size: 16px !important;
  font-weight: 500;
}
#checkout-progress .progress-bar .step .fa-check {
  color: #fff;
  position: absolute;
  left: 50%;
  font-size: 25px;
  top: 50%;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0) perspective(1000px);
  transform: translate3d(-50%, -50%, 0) scale(0) perspective(1000px);
}
#checkout-progress .progress-bar .step.active span,
#checkout-progress .progress-bar .step.active .step-label {
  color: #2c3e50;
}
#checkout-progress .progress-bar .step.valid .fa-check {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1) perspective(1000px);
  transform: translate3d(-50%, -50%, 0) scale(1) perspective(1000px);
}
#checkout-progress .progress-bar .step.valid span {
  color: #2c3e50;
  -webkit-transform: translate3d(0, 0, 0) scale(2) perspective(1000px);
  transform: translate3d(0, 0, 0) scale(2) perspective(1000px);
}
#checkout-progress .progress-bar .step.valid .step-label {
  color: #2c3e50 !important;
}
#checkout-progress .progress-bar .step:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) perspective(1000px);
  transform: translate(-50%, -50%) perspective(1000px);
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #ccc;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  #checkout-progress .progress-bar .step:after {
    width: 40px;
    height: 40px;
  }
}
#checkout-progress .progress-bar .step.active:after {
  border: 3px solid #2c3e50;
}
#checkout-progress .progress-bar .step.valid:after {
  background-color: #2c3e50;
  border: 5px solid #2c3e50;
} */

.button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 35px auto 0px;
}
.button-container .btn {
  display: inline-block;
  background-color: #2c3e50;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.3s ease;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1.5px;
}
.section2 input {
  width: 100%;
  padding: 10px 10px;
  border-radius: 6px;
  margin: 5px 0;
  border: 1px solid #d9d9d9;
  outline: none;
  font-size: 16px;
}
.section2 .Adress textarea {
  height: 95%;
  padding: 10px 10px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  width: 100%;
  resize: horizontal;
}
.FormFlex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.FormFlex-width {
  width: calc(33.33% - 5px);
}
.radio-group {
  margin-top: 25px;
  background-color: #fff;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
  padding: 13px 20px;
  border-radius: 6px;
}
.radio-group label {
  display: flex;
  gap: 15px;
  align-items: center;
}
.radio-group input {
  width: 16px;
  height: 16px;
}
.section2 .Adress textarea:focus {
  border: 1px solid #d9d9d9;
  outline: none;
}
.section2 input:focus {
  border: 1px solid #939393 !important;
  outline: none;
}
.section2 button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 7px 20px;
  border-radius: 3px;
  border: none;
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
.PaymentBtn {
  padding: 0 !important;
  margin-top: 20px;
  display: flex;
  gap: 24px;
  flex-flow: row wrap;
}
.PaymentBtn li {
  background-color: #e9e9e9;
  padding: 20px 20px;
  color: var(--secondary-color);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  position: relative;
  border-radius: 6px;
  width: calc(50% - 12px);
}

.PaymentBtn li.active {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .button-container .btn {
    width: 100%;
    margin-bottom: 15px;
  }
}
.button-container .btn:hover {
  background-color: transparent;
  color: #2c3e50;
  -webkit-transform: scale(1.02) perspective(1000px);
  transform: scale(1.02) perspective(1000px);
}

/* LOGIN FORM */

.wrapper span {
  font-size: 12px;
}

.wrapper a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin: 15px 0;
}

.wrapper {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  width: 768px;
  max-width: 100%;
  min-height: 480px;
  margin: 0 auto;
}

.form-container form {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.social-container {
  margin: 20px 0;
}

.social-container a {
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 40px;
  width: 40px;
}

.form-container input {
  background: #eee;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
}

.form-container button {
  border-radius: 20px;
  border: 1px solid #000000;
  background: #000000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}

.overlay-container button:active {
  transform: scale(0.95);
}

.overlay-container button:focus {
  outline: none;
}

.overlay-container button.ghost {
  background: transparent;
  border-radius: 20px;
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}

.form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.sign-in-container {
  left: 0;
  width: 50%;
  z-index: 2;
}

.sign-up-container {
  left: 0;
  width: 50%;
  z-index: 1;
  opacity: 0;
}

.overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}

.overlay {
  background: #000000;
  background: linear-gradient(to right, #000000, #4b4848) no-repeat 0 0 / cover;
  color: #fff;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateY(0);
  transition: transform 0.6s ease-in-out;
}

.overlay-panel {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  height: 100%;
  width: 50%;
  text-align: center;
  transform: translateY(0);
  transition: transform 0.6s ease-in-out;
}

.overlay-right {
  right: 0;
  transform: translateY(0);
}

.overlay-left {
  transform: translateY(-20%);
}

/* Move signin to right */
.wrapper.right-panel-active .sign-in-container {
  transform: translateY(100%);
}

/* Move overlay to left */
.wrapper.right-panel-active .overlay-container {
  transform: translateX(-100%);
}

/* Bring signup over signin */
.wrapper.right-panel-active .sign-up-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
}

/* Move overlay back to right */
.wrapper.right-panel-active .overlay {
  transform: translateX(50%);
}

/* Bring back the text to center */
.wrapper.right-panel-active .overlay-left {
  transform: translateY(0);
}

/* Same effect for right */
.wrapper.right-panel-active .overlay-right {
  transform: translateY(20%);
}
/* PRODUCT GALLELRY PAGE */
.ProductGallery .GalleryContent .PriceFlex {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 8px 0;
}
.ProductGallery .GalleryContent .PriceFlex h5 {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}
.ProductGallery .GalleryContent .PriceFlex .discount {
  color: #bcbcbc;
  text-decoration: line-through solid rgb(255, 0, 0);
}
.review {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.review .reviewStars i {
  color: gold;
}

.ProductGallery .GalleryContent .review .unrated-star {
  color: #bcbcbc; /* Color for the empty stars */
}
.ProductGallery .GalleryContent .review #reviewStars {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ProductGallery .spectab .tab-container {
  display: inline-flex;
  background-color: var(--background-hash);
  border: 1px solid;
  border-radius: 50px;
}
.ProductGallery .spectab .tab {
  padding: 10px 25px;
  border-radius: 50px;
  cursor: pointer;
  border-bottom: none;
  transition: transform 0.3s ease;
}

.ProductGallery .spectab .active-tab {
  color: var(--primary-color);
  background-color: var(--secondary-color);
  transform: scale(1);
}

.accordion {
  margin-top: 15px;
}
.accordion-content {
  display: none;
}

.accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: none !important;
  border-bottom: 1px solid #999;
  background-color: transparent;
  border-color: transparent !important;
}

.accordion-item.active .accordion-content {
  display: block;
  padding: 10px;
  background-color: transparent;
  border: none !important;
  border-color: transparent !important;
}

.icon {
  margin-left: auto;
}
.ProductGallery {
  position: relative;
  .row {
    .col-lg-6 {
      &:nth-of-type(2) {
      }
      .GalleryContent {
        position: sticky;
        top: 10px;
      }
    }
  }
}
/* .ProductGallery .spectab .tab-content {
  display: none;
}

.ProductGallery .spectab .active-content {
  display: block;
  margin-top: 15px;
}
.ProductGallery .spectab .tab-content ul {
  margin: 0;
  padding: 0;
}
.ProductGallery .spectab .tab-content ul li {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 5px 0;
}
.ProductGallery .spectab .tab-content ul li i {
  margin-top: 5px;
} */
.ProductGallery .GalleryContent .ReviwWrite .ReviewDisplay {
  border: 1px solid #dedede;
  padding: 15px;
}
.ProductGallery .GalleryContent .ReviwWrite {
  margin-top: 20px;
}
.ProductGallery .GalleryContent .ReviwWrite button {
  width: 100%;
  border: none;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  font-size: 15px;
  padding: 8px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.ProductGallery .GalleryContent .similiarporduct button img {
  width: 23px;
}
.ProductGallery .GalleryContent .similiarporduct button {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: none;
}
.ProductGallery .GalleryContent .Size-Cart {
  margin-top: 15px;
  background-color: #dedede;
  padding: 18px;
  border-radius: 12px;
}
.ProductGallery .GalleryContent .Size-Cart ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ProductGallery .GalleryContent .Size-Cart ul li {
  background-color: var(--primary-color);
  padding: 7px 20px;
  border-radius: 8px;
}
.ProductGallery .GalleryContent .Size-Cart ul li.active {
  background-color: var(--secondary-color);
  color: #fff !important;
}
.ProductGallery .GalleryContent .Size-Cart button {
  width: 100%;
  border: none;
  background-color: var(--secondary-color);
  color: #fff;
  margin-top: 10px;
  padding: 5px 40px;
}

/* popup */
.popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Popup content */
.popup-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  text-align: center;
  width: 500px; /* Could be more or less, depending on screen size */
}

/* Close button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.popup-content textarea {
  width: 100%;
  border-radius: 12px;
  outline: none;
}
.popup-content button {
  background-color: var(--secondary-color);
  border: none;
  color: var(--background-hash);
  padding: 8px 20px;
}

/* PLACE ORDER MODAL */
/* .placeOrderModal {
  display: block; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto;
  background-color: #fff;
  background-color: #fff; 
} */

/* Modal Content/Box */
/* .placeOrderModal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #8a8a8a;
  width: 80%;
  position: absolute;
  top: 50%;
  border-radius: 12px;
  left: 50%;
  transform: translate(-50%, -50%);
} */

/* The Close Button */
/* .placeOrderModal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
} */

/* .placeOrderModal-close:hover,
.placeOrderModal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} */

/* otp input */
.section1 .input-grup {
  margin-bottom: 15px;
}

.section1 label {
  display: block;
  margin-bottom: 5px;
}

.section1 input[type="tel"],
.section1 input[type="text"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  margin: 10px 0;
}

.section1 button {
  padding: 10px 20px;
  background-color: var(--secondary-color);
  color: #fff;
  border: none;
  cursor: pointer;
  width: 100%;
}

.section1 button:hover {
  background-color: #323232;
}
.section1 {
  width: 60%;
  margin: 0 auto;
}
.section2 {
  margin-top: 30px;
  h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.CheckOutPage {
  margin: 100px 0;
}
.section3 {
  margin-top: 30px;
  h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
  }
}
.full-width {
  width: 100%;
}
.payment-form form input {
  width: 100%;
  padding: 8px 8px;
  border-radius: 3px;
  outline: none;
  border: 1px solid #888888;
  margin: 5px 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.payment-form .flex {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.payment-form .flex input {
  width: 10px 10px !important;
}

/*  */
@media screen and (max-width: 768px) {
  .main-menu {
    display: none;
  }
  .HomeGallery .img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 12px;
  }
  .margin-main {
    margin: 50px 0;
  }
  .top-header .logo img {
    display: none;
  }
}

/* login */
.verticaltabs {
  padding: 70px 0;
  height: 70vh;
  .tabs {
    display: flex;
    flex-flow: column;
    cursor: pointer;
    text-align: center;
    gap: 10px;
    .tab {
      display: flex;
      align-items: center;
      gap: 15px;
      padding: 13px 30px;
      font-weight: 500;
      color: var(--background-hash);
      background-color: var(--secondary-color);
      transition: background-color 0.3s;
      i {
        font-size: 18px;
      }
      h5 {
        margin: 0;
      }

      &:hover {
        background-color: #2c3e50;
      }

      &.active {
        background-color: #f0f0f0;
        border-top: 2px solid #2c3e50;
        font-weight: bold;
        color: var(--secondary-color);
      }
    }
    .logout {
      background-color: transparent !important;
      color: var(--secondary-color);
      border: 1px solid var(--secondary-color);
    }
  }

  .tab-content {
    display: none;
    border-top: none;

    &.active {
      display: block;
    }
  }
}
.panal {
  .profile {
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
    background-color: #f0f0f0;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    .img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      overflow: hidden;
      img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }
    .name {
      h5 {
        span {
          display: block;
          font-size: 15px;
          font-weight: 400;
          opacity: 0.6;
        }
      }
    }
  }
}
.MyAdresses {
  .title {
    background-color: var(--secondary-color);
    border: none;
    font-size: 15px;
    color: var(--background-hash);
    padding: 5px 30px;
    margin: 15px 0;
    margin-bottom: 20px;
  }
  .adresses {
    background-color: #fff;
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
    padding: 15px 30px;
    border-radius: 6px;
    border: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    .tittle {
      .SetDefalt {
        background-color: var(--secondary-color);
        color: var(--primary-color);
        height: 30px;
        width: 165px;
        font-size: 14px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    }
    .item {
      p {
        margin: 0;
        font-size: 15px;
        strong {
          font-weight: 600;
        }
      }
    }
    .btns {
      display: grid;
      gap: 5px;
      .Btn {
        background-color: #eeeeee;
        text-align: center;
        font-size: 14px;
        height: 30px;
        width: 150px;
        color: var(--secondary-color);
        display: flex;
        align-items: center;
        justify-content: center;
      }
    }
  }
  .address-modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 1000;
  }

  .address-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 600px;
    box-shadow: 0 2px 10px rgba(166, 166, 166, 0.3);
    position: relative; /* To position the close button correctly */
    form {
      label {
        margin-top: 5px;
        font-size: 14px;
      }
      input {
        width: 100%;
        padding: 10px;
        border-radius: 0;
        outline: none;
        border: 1px solid #8b8b8b;
        margin: 5px 0;
      }
    }
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    background-color: red;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .close-btn:hover {
    color: #f00; /* Change color on hover */
  }
}
.lastorder {
  button {
    background-color: var(--secondary-color);
    border: none;
    font-size: 15px;
    color: var(--background-hash);
    padding: 5px 30px;
    margin: 15px 0;
  }
  ul {
    background-color: #f0f0f0;
    padding: 10px;
    a {
      color: var(--secondary-color);
      margin: 5px 0;
      display: block;
    }
    li {
      display: flex;
      align-items: center;
      justify-content: space-around;
      background-color: var(--primary-color);
      padding: 7px;
      .item {
        h5 {
          font-size: 16px;
          margin: 0;
        }
        .progress {
          background-color: var(--secondary-color);
          color: var(--primary-color);
          width: 120px;
          height: 20px;
          font-size: 12px;
          align-items: center;
          justify-content: center;
          border-radius: 0;
        }
      }
    }
  }
}
#settings {
  form {
    margin-top: 20px;
    label {
      margin-top: 7px;
      font-size: 15px;
    }
    input {
      width: 100%;
      padding: 10px;
      outline: none;
      border: 1px solid #7777;
      margin-top: 3px;
    }
  }
}

/* ORDER DETAILS PAGE */
.order-details {
  .ItemList {
    .orderflex {
      display: flex;
      align-items: start;
      justify-content: space-between;
      margin-top: 15px;
      border-bottom: 1px solid #a7a7a7;
      h5 {
        margin: 0;
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 400;
      }
      h4 {
        text-transform: uppercase;
        font-size: 23px;
      }
      p {
        font-size: 14px;
        margin: 0;
      }
    }
  }
  .ItemCard {
    justify-content: space-between;
    .CartContent {
      width: 50% !important;
    }
    .PriceDiscount,
    .Quantiy,
    .Total {
      width: 15%;
      display: unset;
      p {
        margin: 0;
        font-size: 14px;
      }
      span {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 17px;
      }
    }
  }
  .cancel-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;

    &.open {
      display: flex;
    }
  }

  .cancel-modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 400px;
    text-align: center;
    position: relative;
    textarea {
      width: 100%;
      outline: none;
      padding: 15px;
    }
  }

  .modal-actions {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .btn {
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    border-radius: 5px;

    &.confirm-btn {
      background-color: #4caf50;
      color: white;
    }

    &.close-btn {
      background-color: #f44336 !important;
      color: white;
      &:hover {
        border: none !important;
      }
    }

    &:hover {
      opacity: 0.8;
    }
  }
  .OrderRelative {
    .address {
      h5 {
        margin-bottom: 10px;
        border-bottom: 1px solid #d6d6d6;
        padding-bottom: 10px;
      }
      .adresses {
        p {
          line-height: 23px;
          margin: 0;
          font-size: 15px;
        }
      }
    }
    .Payment_Status {
      margin-top: 15px;
      h5 {
        margin-bottom: 10px;
        border-bottom: 1px solid #d6d6d6;
        padding-bottom: 10px;
      }
      span {
        background-color: var(--secondary-color);
        padding: 12px 25px;
        font-size: 14px;
        margin-top: 10px;
        display: block;
        color: var(--background-hash);
        text-align: center;
        font-weight: 500;
        text-transform: capitalize;
        letter-spacing: 1.5px;
      }
    }
  }
}
/* addrss */
.AddressList {
  ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 24px;
    margin-top: 20px;
    li {
      border: 1px solid;
      width: calc(50% - 12px);
      padding: 15px;
      display: flex;
      align-items: start;
      gap: 10px;
      label {
        width: 98%;
      }
      input {
        width: 20px;
      }
    }
  }
}

/* THANK YOU */
.Thankyou {
  text-align: center;
  margin: 100px 0;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  i {
    font-size: 55px;
    margin-bottom: 15px;
    color: green;
    animation: bounce 1.5s infinite ease-in-out;
  }
  p {
    width: 70%;
    margin: 0 auto;
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
