@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
body {
  background: black;
  margin: 0px;
  color: white;
  font-family: "Montserrat", sans-serif;
}

header {
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_conatiner {
  display: flex;
}

.search-container {
  position: relative;
  display: inline-block;
}

.timme-input {
  width: 600px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  /* Semi-transparent background */
  border: none;
  color: white;
  padding: 5px 10px 5px 10px;
  backdrop-filter: blur(5px);
  /* Blur effect */
}

.headicon {
  padding-right: 20px;
}

.bi-person {
  font-size: 20px;
  /* Adjust the size as needed */
}

.SHOPPING_btn {
  display: none;
}

.search-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background: #425a8b;
  padding: 5px;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  /* you can adjust the color as needed */
  pointer-events: none;
  /* so the icon won't interfere with input */
}

button {
  font-family: var(--font-sans);
  font-weight: var(--font-weight-6);
  font-size: var(--font-size-5);
  color: var(--gray-8);
  background: var(--gray-0);
  border: 0;
  padding: var(--size-4) var(--size-8);
  transform: translateY(calc(var(--y, 0) * 1%)) scale(var(--scale));
  transition: transform 0.1s;
  position: relative;
}
/* loginPopUpp */
#popupBackground {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  color: black;
  background-color: #3333330e; /* Dark background color */
  background-image: url("your-pattern.png"); /* Replace 'your-pattern.png' with your own pattern */
  background-size: cover;
  z-index: 9999; /* Ensure the popup is on top of other elements */
}

#popupContent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 855px;
  height: 580px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  /* padding: 20px; */
  display: flex; /* Display children side by side */
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Added shadow for better visualization */
}

#imageContainer {
  flex: 1; /* Occupy 50% width */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

#loginFormContainer {
  flex: 1; /* Occupy 50% width */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#closeBtn_signup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.login_head {
  font-size: 20px;
  font-weight: 600;
}

.border-line {
  border: none;

  outline: none; /* Remove outline on focus */
}
.border-line {
  border-bottom: 1px solid rgb(0, 0, 0);
  padding: 0px;
  padding-top: 20px;
  /* padding-top: 58px; */
}
.forgot_box {
  display: flex;
  justify-content: end;
  margin-top: 5px;
  padding: 0px;
}
.forgot_box p {
  font-size: 12px;
  color: rgb(0, 0, 0);
}
.loginbutton {
  background: #18578c;
  color: white;
  padding: 10px;
  border-radius: 30px;
}
.img_facebook {
  width: 30px;
  height: 30px;
  padding: 2px;
  margin-right: 10px;
}
/* head */
/* Styling for the button icon (assuming Bootstrap icons are used) */
.bi-person {
  font-size: 24px; /* Adjust as needed */
}

/* SignUpPopUp */

#popupBackground_signup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  color: black;
  background-color: #3333330e; /* Dark background color */
  background-image: url("your-pattern.png"); /* Replace 'your-pattern.png' with your own pattern */
  background-size: cover;
  z-index: 9999; /* Ensure the popup is on top of other elements */
}

#popupBackground_signup_ui {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 855px;
  height: 580px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  /* padding: 20px; */
  display: flex; /* Display children side by side */
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Added shadow for better visualization */
}

#imageContainer_signup {
  flex: 1; /* Occupy 50% width */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

#loginFormContainer_signup {
  flex: 1; /* Occupy 50% width */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#closeBtn_signup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.login_head {
  font-size: 20px;
  font-weight: 600;
}

.border-line {
  border: none;

  outline: none; /* Remove outline on focus */
}
.border-line {
  border-bottom: 1px solid rgb(0, 0, 0);
  padding: 0px;
  padding-top: 20px;
  /* padding-top: 58px; */
}
.forgot_box {
  display: flex;
  justify-content: end;
  margin-top: 5px;
  padding: 0px;
}
.forgot_box p {
  font-size: 12px;
  color: rgb(0, 0, 0);
}
.loginbutton {
  background: #18578c;
  color: white;
  padding: 10px;
  border-radius: 30px;
}
.img_facebook {
  width: 30px;
  height: 30px;
  padding: 2px;
  margin-right: 10px;
}
/* head */
/* Styling for the button icon (assuming Bootstrap icons are used) */
.bi-person {
  font-size: 24px; /* Adjust as needed */
}
/* addToCartPopUp */
#addToCartPopupBackground {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  border-radius: 5px;
  background-color: #ffffff;
  color: black;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none; /* Initially hidden */
  z-index: 1000; /* Ensure it appears above other content */
}

#addToCartcloseBtn {
  cursor: pointer;
}
.addToCardHead {
  font-weight: 600;
  padding-right: 53%;
  padding-left: 10px;
}
.addToCardImg {
  width: 100px;
  /* border-radius: 100px; */
  display: flex;
  padding: 7px;
}
.addToCardTitle {
  padding-left: 10px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  font-weight: 600;
}
/* .addToCardButton {
  background: #18578c;
  color: white;
  padding: 8px;
  border-radius: 5px;
  margin: 8px;

  font-size: 14px;
}
.addToCardContinue {
  background: #1a1b1b;
  color: white;
  padding: 8px;
  border-radius: 5px;
  margin: 8px;

  font-size: 14px;
} */

/* .modal {
  display: none;
  position: fixed;
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 600px; 
  text-align: center;
} */

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

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

/* Class to hide overflow on body */
.modal-open {
  overflow: hidden;
}

/* secondHEader */
.navbar {
  padding: 0px;
}
.navi {
  font-family: "Montserrat", sans-serif;
  background: black;
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
  font-size: 14px;
}
.navbar-dark .navbar-nav .nav-link.pulsate {
  animation: pulse 1s infinite;
}
.nav-item {
  transition: background-color 0.3s ease;
}

.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.nav-links li a {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: var(--text-color);
  text-decoration: none;
}

.nav-links li a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: var(--text-color);
  opacity: 0;
  transition: all 0.3s ease;
}

.nav-links li:hover a::before {
  opacity: 1;
}

/* directory */
.directory {
  /*padding-left: 9%;*/
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

/* productsDetailsCss */
.card-wrapper {
  max-width: 1100px;
  /* background: black; */
  margin: 0 auto;
  align-items: end;
}
img {
  width: 100%;
  display: block;
}
.img-display {
  overflow: hidden;
}
.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}
.img-showcase img {
  min-width: 100%;
}
.img-select {
  display: flex;
  background: #1d1d1d;
}
.img-item {
  margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}
.img-item:hover {
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .card {
    background: #1d1d1d;
    align-items: end;
  }
  /* .card-wrapper {
    height: 100vh;
  } */
  .product-imgs {
    display: flex;
    flex-direction: column;

    justify-content: center;
  }
}

/* m0obileheader */
.mobilehead {
  display: none;
  width: 100%;
  height: 100px;
  justify-content: space-between;
  align-items: center;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 400;
  top: 0;
  right: 0;
  background-color: #000000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 26px;
  /*padding-left: 15px;*/
  /*padding-right: 10px;*/
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.hr_tag {
  display: block;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/* SideNav SignupContents */
.mobileLoginbox {
  background: transparent;
  border: 1px solid white; /* This adds a white line border */
  color: white; /* Optional: sets the text color to white */
  padding: 10px; /* Optional: adds some padding inside the input field */
  width: 97%;
  margin-top: 15px;
}

/* For input fields to have a consistent appearance */
.mobileLoginbox input:focus {
  outline: none; /* Removes the default outline on focus */
  border-color: white; /* Ensures the border remains white on focus */
}

.mobile_signinbtn {
  background-color: #18578c;
  width: 97%;
  padding: 4px;
  border-radius: 3px;
}
.mobileSignup {
  display: none;
  padding-left: 8px;
}
.mobilelogin {
  display: block;
  padding-left: 18px;
  padding-right: 10px;
}

/* productDetailsRightSection */
.productDetsilsHead {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 300px;
}

.overFlowContainer {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* Number of lines to display */
  overflow: hidden;
}

/* Star_css_code */
.rating {
  float: left;
  border: none;
}
.rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}
.rating:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 125%;
  line-height: 1.2;
  color: #ddd;
}
.rating:not(:checked) > label:before {
  content: "★ ";
}
.rating > input:checked ~ label {
  color: #f70;
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: gold;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #ea0;
}
.rating > label:active {
  position: relative;
}

/* prodcutPrice */
.produt_Price {
  line-height: 1;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  padding-top: 5px;
}
.product_Price_strike {
  font-size: 25px;
  font-weight: 400;
  padding-left: 10px;
  color: #ffffff91;
}
.socialMediaIcon {
  display: flex;
  padding-left: 5px;
}
.Add_on p {
  font-size: 15px;
  line-height: 0;
  padding-top: 15px;
}
.AddOnContainer {
  display: flex;
  /* justify-content: space-between; */
}
.AddOnContainerBox {
  cursor: pointer; /* Change cursor to pointer on hover */
  background: #1d1d1d;
  margin-right: 10px;
  border-radius: 3px;
  height: 43px;
}

.warranty_p {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;

  line-height: 0;
}
.warranty_amount {
  font-size: 11px;
  line-height: 0px;
  font-weight: 400;
}
.warranty_amount_rs {
  font-size: 11px;
  padding-left: 2px;
  line-height: 0px;
}

.SizeContainer2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(53px, 1fr));
}
.SizeContainer {
  display: flex;
  flex-wrap: wrap;
}
.SizeContainer2 .active{
  padding: 5px;
  border: 1px solid white;
}
.SizeContainer_mobile {
  display: flex;
}
/* mobilesizecontainer */
.mobile_size_container {
  display: none;
}
.SizeBox_mobile {
  margin: 3px;
  background: #00154a;
  border: 2px solid #2b5071; /* Initial border color */
  cursor: pointer; /* Change cursor to pointer on hover */
  display: flex;
  width: 173px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
}

.size_text_mobile {
  margin: 9px;
  font-size: 13px;
  /* padding: 9px; */
  color: white;
  line-height: 0;
  padding: 10px 10px 10px 0px; /* top right bottom left */
}

.SizeBox {
  margin: 3px;
  background: #00154a;
  border: 2px solid #2b5071; /* Initial border color */
  cursor: pointer; /* Change cursor to pointer on hover */
  display: flex;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  max-height: 30px;
}

.size_text {
  font-size: 13px;
  margin: 9px;
  /* padding: 9px; */
  color: white;
  line-height: 0;
  padding: 10px 10px 10px 0px; /* top right bottom left */
}

/* PinCodeINputField */
.input-container {
  position: relative;
  width: 227px;
  /* margin-right: 10px; */
}

/* Style the input field */
.input-container input[type="text"] {
  width: 100%;
  border: none;

  background: #1d1d1d;
  border-bottom: 1px solid rgb(255, 255, 255);
  color: white;
  outline: none; /* Remove outline on focus */
}

/* Style the button */
.input-container button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3px 10px;
  background-color: #4caf5000;
  color: #2eb5cd;
  border: none;
  cursor: pointer;
}

/* Change button color on hover */
.input-container button:hover {
  background-color: #ffffff71;
  color: rgb(255, 255, 255);
}
/* Details */

.DetailsOuterBox {
  width: 100%;
  margin-top: 15px;

  border-radius: 10px;
}
.DetailsOuterBox h3 {
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
}
.inner_flex_content {
  display: flex;
  justify-content: space-between;
}
.inerBox {
  background: #333333;
  margin: 10px;
  border-radius: 5px;
}
.innerDetails {
  margin: 5px 10px 10px 10px;
}
.innerDetails_head {
  font-size: 13px;
  padding: 5px;
  color: rgba(255, 255, 255, 0.507);
}
.innerDetails_head_content {
  font-size: 15px;
  padding: 5px;
}

/* buttons */
.wtspButton {
  width: 229px;
  font-size: 15px;
  margin-bottom: 12px;
  height: 45px;
  margin-right: 15px;
}

.addtocartButton {
  font-size: 15px;
  border: 2px solid #18588c;
  margin-bottom: 5px;
  background: transparent;
  height: 45px;
  margin-right: 9px;
  width: 229px;
  margin-bottom: 12px;
}
.buyNowButton {
  width: 223px;
  font-size: 15px;
  margin-bottom: 5px;
  background: #18578c;
  margin-right: 16px;
  height: 45px;
  color: white;
}

/* Styles for the modal background */
.modal {
  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.5); /* Black w/ opacity */
}

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

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

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

/* Class to hide overflow on body */
.modal-open {
  overflow: hidden;
}
.headCart {
  font-weight: bold;
  padding-left: 10px;
}
/* customChceckBox */

label {
  cursor: pointer;
  color: #666;
  initial-value: tick;
}

input[type="checkbox"] {
  display: none;

  + .label-text:before {
    content: "\f096";
    font-family: "FontAwesome";
    color: #d8e4db6b;
    content: "\f14a";

    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    content: tick;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 3px;
    margin-left: 7px;
  }
  &:checked + .label-text:before {
    content: "\f14a";
    color: #18578c;
    animation: tick 150ms ease-in;
  }
  &:disabled + .label-text {
    color: #aaa;

    &:before {
      content: "\f0c8";
      color: #ffffff;
    }
  }
}

@keyframes tick {
  0% {
    transform: scale(0);
  }
  90% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

/* ProductsPoints */
.products_points {
  font-size: 15px;
}
/* tapbar */

/* scrollbar styling */
#tab1 #tab2 #tab3 #tab4 #tab5 {
  width: 100%;
  height: 250px;
  color: white;
  background-color: black;
  overflow-y: scroll;
}

/* Style the scrollbar */
#tab1::-webkit-scrollbar,
#tab2::-webkit-scrollbar,
#tab3::-webkit-scrollbar,
#tab4::-webkit-scrollbar,
#tab5::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
  border-radius: 33px;
}

/* Track */
#tab1::-webkit-scrollbar-track,
#tab2::-webkit-scrollbar-track,
#tab3::-webkit-scrollbar-track,
#tab4::-webkit-scrollbar-track,
#tab5::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the track */
  border-radius: 100px;
}

/* Handle */
#tab1::-webkit-scrollbar-thumb,
#tab2::-webkit-scrollbar-thumb,
#tab3::-webkit-scrollbar-thumb,
#tab4::-webkit-scrollbar-thumb,
#tab5::-webkit-scrollbar-thumb {
  background: #888; /* Color of the scrollbar handle */
  border-radius: 100px;
}

/* Handle on hover */
#tab1::-webkit-scrollbar-thumb:hover,
#tab2::-webkit-scrollbar-thumb:hover,
#tab3::-webkit-scrollbar-thumb:hover,
#tab4::-webkit-scrollbar-thumb:hover,
#tab5::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color of the scrollbar handle on hover */
  border-radius: 100px;
}
#tab_bar_system_ui {
  display: block;
}
#mobileTabBar {
  display: none;
}

/* dropdown */

.dropButton {
  height: 44px;
  font-size: 14px;
  background-color: #333333;
  color: white;
  padding: 1px 11px;
  margin-top: 10px;
  border: none;
  align-items: center;
  cursor: pointer;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff3b;
}
/* Style for the list */
.list {
  display: none;
  /* Initially hide the list */
  list-style-type: none;
  padding: 0;
  animation: fadeIn 0.5s ease;
  /* Add animation */
  border-radius: 5px;
  background-color: #333333;
}
/* Style for list items */
.list-item {
  margin: 0px;
  text-align: start;
  padding-left: 13px;
  font-size: 14px;
  padding-top: 5px;
  color: #fbfbfbb8;
  /* height: 15px; */
  /* padding: 5px; */
  /* padding: 17px 0px 0px 16px; */
}

.list-item ::before {
  background-color: #ffffff;
}
/* Animation keyframes */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* product card */

.product-image {
  position: relative;
  overflow: hidden;
}

.product-image img {
  transition: transform 0.3s ease;
}

.product-image:hover img {
  transform: scale(1.1);
  /* Adjust the scale factor for desired zoom level */
}

.product-grid {
  font-family: "Poppins", sans-serif;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  transition: all 0.4s ease-out;
}

.product-grid:hover {
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-grid .product-image {
  position: relative;
}

.product-grid .product-image a.image {
  display: block;
}

.product-grid .product-image img {
  width: 100%;
  height: auto;
}

.product-grid .product-discount-label {
  color: #fff;
  background: #18578c;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 12px;
}

.product-grid .product-links {
  width: 145px;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 10%;
  /* Adjusted to be at the top */
  right: -160px;
  /* Adjusted to be at the right */
  transition: all 0.4s ease 0s;
}

.product-grid:hover .product-links {
  opacity: 1;
}

.product-grid .product-links li {
  display: block;
  margin: 0 2px;
}

/* .product-grid .product-links li button {
  color: #18578c;
  background: #fff;
  font-size: 16px;
  line-height: 42px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: block;
  position: relative;
  transition: all 0.4s ease-out 0s;
  margin-bottom: 5px;
} */

/* .product-grid .product-links li button:hover {
  color: #fff;
  background: #78a206;
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.2);
} */

/* .product-grid .product-links li button:before,
.product-grid .product-links li buttom:after {
  content: attr(data-tip);
  color: #fff;
  background-color: #555;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 10px;
  white-space: nowrap;
  display: none;
  transform: translateX(-10%);
  position: absolute;
  left: -100px;
  
  top: 10px;
  transition: all 0.3s ease 0s;
} */

/* .product-grid .product-links li button:after {
  content: "";
  height: 10px;
  width: 10px;
  padding: 0;
  transform: translateX(-50%) rotate(45deg);
  top: 20px;
  left: -15px;
  z-index: 1px;
} */

/* .product-grid .product-links li button:hover:before,
.product-grid .product-links li buttom:hover:after {
  display: block;
} */

.product-content {
  text-align: start;
}

.product-grid .product-content {
  padding: 12px 12px 15px;
  position: relative;
}

.product-grid .rating {
  padding: 0;
  margin: 0 0 8px;
  list-style: none;
}

.product-grid .rating li {
  color: #78a206;
  font-size: 14px;
}

.product-grid .rating .far {
  color: #808080;
}

.product-grid .title {
  font-size: 14px;
  font-weight: 600;
  /* text-transform: uppercase; */
  margin: 0 0 15px;
}

.product-grid .title a {
  color: #2c2c2c;
  transition: all 0.3s ease 0s;
}

.product-grid .title a:hover {
  color: #78a206;
}

.product-grid .price {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  display: block;
  padding-top: 10px;
  transition: all 0.4s ease-in-out;
}

.product-grid .price span {
  color: #999;
  font-weight: 500;
  text-decoration: line-through;
}

.product-grid:hover .price {
  opacity: 0;
}

.product-grid .add-to-cart {
  color: #fff;
  background: #18578c;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  width: 90%;
  height: 40px;
  cursor: pointer;
  border-radius: 5px;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: 50px;
  left: 50%;
  transition: all 0.4s ease-out;
}

.product-grid .add-to-cart:hover {
  background-color: #ffffff;
  color: #18578c;
}

.product-grid:hover .add-to-cart {
  opacity: 1;
  bottom: 8px;
}

@media screen and (max-width: 1200px) {
  .product-grid {
    margin: 0 0 30px;
  }
}
.product-grid .title {
  font-size: 15px;
  font-weight: 600;
  /* text-transform: uppercase; */
  margin: 0 0 15px;
}

/* mobilenav */

.custom_btn_phone {
  display: none;
  width: 100%;
  justify-content: center;
}

.bottom-bar {
  position: fixed;
  bottom: 0;
  background-color: #1d1d1d;
  text-align: center;
  text-align: center;
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.icon_new {
  font-size: 19px;
  padding: 0.5em;
  margin: 0.5em;
  margin-top: 0;
  transition: 0.5s ease-in-out;
  border-radius: 100%;
  /* border: 3px solid#1D1D1D; */
}

/* Mobile_similar_products */
#mobile_similar_products {
  display: none;
}
/* footers */

.mobile_footer {
  display: none;
}
.footer_h_mobile img {
  width: 200px;
}

.product-content h2 {
  background-color: #18578c;
  display: inline-block;
  font-size: 13px;
  border-radius: 3px;
color: white;
  padding: 3%;
}

/* //systemfooter? */

/* /
/
/
/
/
/
/
/
/
/ */

/* fullmediaQuery after 600px */
/* CSS for screens wider than 600px */
@media only screen and (max-width: 600px) {
  .SHOPPING_btn {
    display: block;
  }

  .product-content h2 {
    background-color: #18578c;

    font-size: 11px;
    border-radius: 3px;
    padding: 7px;
  }
  /* Add your CSS styles here */
  /* header */
  .header_conatiner {
    display: none;
  }
  /* m0obileheader */
  .mobilehead {
    height: 60px;
    display: flex;
    width: 100%;
    padding-top: 15px;
    justify-content: space-between;
    align-items: center;
  }
  .hr_tag {
    display: none;
  }

  /* .directory */
  .directory {
    padding-left: 2%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 10px;
  }
  /* productDetailsRightSection */
  .productDetsilsHead {
    font-family: "Montserrat", sans-serif;
    padding-top: 15px;
    font-size: 13px;
    font-weight: 300px;
  }

  /* prodcutPrice */
  .produt_Price {
    line-height: 1;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 5px;
  }
  .product_Price_strike {
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
    color: #ffffff91;
  }
  .socialMediaIcon {
    display: flex;
    padding-left: 5px;
  }
  /* //addoon */
  .AddOnContainer {
    display: flex;
    flex-wrap: wrap;
  }

  .AddOnContainerBox {
    width: 50%; /* This makes sure two boxes fit in a row by default */
    box-sizing: border-box; /* To include padding and borders in the width */
  }

  .AddOnContainerBox {
    width: 100%; /* On screens smaller than 600px, make each box take full width */
  }
  /* size */
  .SizeContainer {
    display: none;
  }
  .mobile_size_container {
    display: block;
  }
  .size_text_mobile {
    margin: 9px;
    font-size: 13px;
    /* padding: 9px; */
    color: white;
    line-height: 0;
    padding: 8px 8px 8px 0px; /* top right bottom left */
  }

  /* addtocartButton */
  .buyNowButton {
    width: 100%;
    font-size: 15px;
    margin-bottom: 5px;
    background: #18578c;
    margin-right: 10px;
    height: 50px;
    color: white;
  }

  .wtspButton {
    font-size: 15px;
    margin-bottom: 12px;
    height: 45px;
    margin-right: 15px;
  }

  .addtocartButton {
    font-size: 15px;
    border: 2px solid #18588c; /* Fix border color */

    margin-bottom: 5px;
    background: transparent;
    height: 62px;
    margin-right: 9px;

    margin-bottom: 12px;
    height: 45px;
  }
  .products_points {
    font-size: 12px;
  }
  /* tabbaruisystem */
  #tab_bar_system_ui {
    display: none;
  }
  #mobileTabBar {
    display: block;
  }
  /* Styles for the modal background */
  .modal {
    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.5); /* Black w/ opacity */
  }
  .addToCardTitle {
    /* padding-left: 10px; */
    font-size: 12px;
    text-align: start;
    font-weight: 600;
  }

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

  /* Close button */
  .close {
    color: #aaa;
    /* float: right; */
    font-size: 28px;
    font-weight: bold;
    position: relative;
    top: -11px;
    right: 0px;
    padding-left: 100px;
  }

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

  /* Class to hide overflow on body */
  .modal-open {
    overflow: hidden;
  }
  .headCart {
    font-weight: bold;
    font-size: 13px;
    padding-left: 5px;
    padding-top: 4px;
  }
  /* navbarmobile */
  .custom_btn_phone {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  /* footerapppBar */
  .bottom-bar {
    position: fixed;
    bottom: 0;
    z-index: 200;
    background-color: #000000;
    text-align: center;
    text-align: center;
    width: 100%;
    border-radius: 20px 20px 0 0;
  }

  .icon_new {
    font-size: 19px;
    padding: 0.5em;
    margin: 0.5em;
    margin-bottom: 0px;
    margin-top: 0;
    transition: 0.5s ease-in-out;
    margin-bottom: 0px;
    border-radius: 100%;
    /* border: 3px solid#1D1D1D; */
  }

  .activee {
    /* transform: scale(1.25) translateY(-0em); */
    background: #1d1d1d;
    /* border: 4px solid #bcbbbb; */
    color: white;
  }
  /* Mobile_similar_products */
  #mobile_similar_products {
    display: block;
  }
  .bottom-bar {
    display: flex;
    justify-content: space-between;
  }
  .bottom_bar_p {
    line-height: 0px;
    font-size: 13px;
  }
  /* footer */
  .mobile_footer {
    text-align: center;
    display: block;
  }
  /* viewallcss */
  .system_footer {
    display: none;
    text-align: center;
  }
  .footer_h_mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer_h_mobile img {
    width: 200px;
  }

  /* .mobilehead {
    display: block;
    width: 100%;
    height: 100px;
    justify-content: space-between;
    align-items: center;
  } */
  .tooter_p {
    font-size: 14px;
  }
  .buttons {
    font-size: 15px;
    /* background-color: black; */
    color: white;
    padding: 1px 11px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}

/* New Products */
.img_icn_smg {
  width: 25px;
  height: 25px;
}

.progress-container {
  display: flex;
  align-items: center;
  padding: 9px;
  /* color: white; */
  /* background-color: #fff; */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.progress-line {
  position: relative;
  width: 4px;
  height: 300px;
  background-color: #e0e0e0;
  margin-right: 20px;
  border-radius: 2px;
}

.progress-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-color: #e0e0e0;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.progress-dot.completed {
  background-color: #4caf50;
  transform: translateX(-50%) scale(1.2);
}

.stage {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  position: relative;
}

.stage-label {
  margin-left: 10px;
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
}

.stage:last-child {
  margin-bottom: 0;
}

.buttons_OrderDetails {
  background-color: #18578c;
  width: 100%;
  margin-top: 50px;
  padding: 5px;
  /* margin-top: 30px; */
}
.sidenavv {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.sidenavv a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenavv a:hover {
  color: #f1f1f1;
}

.sidenavv .closebtn {
  position: absolute;
  top: 0;
  right: 3px;
  font-size: 36px;
  margin-left: 50px;
}
/* loginPopUpp */
#popUpBg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  color: black;
  background-color: #3333330e; /* Dark background color */
  background-image: url("your-pattern.png"); /* Replace 'your-pattern.png' with your own pattern */
  background-size: cover;
}

#popUpC {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 855px;
  height: 580px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  /* padding: 20px; */
  display: flex; /* Display children side by side */
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Added shadow for better visualization */
}

#popupimg {
  /* Occupy 50% width */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

#popuploginForm {
  flex: 1; /* Occupy 50% width */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#closeBtnsPopup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border: none;
  font-size: 13px;
}
#signUpPOPUP {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.POpUPHEad {
  font-size: 20px;
  font-weight: 600;
}

.popupMa {
  border: none;

  outline: none; /* Remove outline on focus */
}
.popupMa {
  border-bottom: 1px solid rgb(0, 0, 0);
  padding: 0px;
  padding-top: 20px;
  /* padding-top: 58px; */
}
.popUpfobox {
  display: flex;
  justify-content: end;
  margin-top: 5px;
  padding: 0px;
}
.popUpfobox p {
  font-size: 12px;
  color: rgb(0, 0, 0);
}
.popupLOgInsd {
  background: #18578c;
  color: white;
  padding: 10px;
  border-radius: 30px;
}
.img_facebook {
  width: 30px;
  height: 30px;
  padding: 2px;
  margin-right: 10px;
}
/* head */
/* Styling for the button icon (assuming Bootstrap icons are used) */
.bi-person {
  font-size: 24px; /* Adjust as needed */
}

/* SignUpPopUp */

#popUPSignUp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  color: black;
  background-color: #3333330e; /* Dark background color */
  background-image: url("your-pattern.png"); /* Replace 'your-pattern.png' with your own pattern */
  background-size: cover;
  z-index: 9999; /* Ensure the popup is on top of other elements */
}

#popUPSignUp_ui {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 855px;
  height: 580px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  /* padding: 20px; */
  display: flex; /* Display children side by side */
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Added shadow for better visualization */
}

#imagecpopup {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

#popuploginfom {
  flex: 1; /* Occupy 50% width */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#signUpPOPUP {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.POpUPHEad {
  font-size: 20px;
  font-weight: 600;
}

.popupMa {
  border: none;

  outline: none; /* Remove outline on focus */
}
.popupMa {
  border-bottom: 1px solid rgb(0, 0, 0);
  padding: 0px;
  padding-top: 20px;
  /* padding-top: 58px; */
}
.popUpfobox {
  display: flex;
  justify-content: end;
  margin-top: 5px;
  padding: 0px;
}
.popUpfobox p {
  font-size: 12px;
  color: rgb(0, 0, 0);
}
.popupLOgInsd {
  background: #18578c;
  color: white;
  padding: 10px;
  border-radius: 30px;
  border: none;
}
.img_facebook {
  width: 30px;
  height: 30px;
  padding: 2px;
  margin-right: 10px;
}
/* head */
/* Styling for the button icon (assuming Bootstrap icons are used) */
.bi-person {
  font-size: 24px; /* Adjust as needed */
}
/* Styles for the modal background */
.modal_m {
  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.5); /* Black w/ opacity */
  z-index: 9999; /* Ensure the popup is on top of other elements */
}

/* Modal content */
.modal-content_m {
  background-color: #fefefe;

  width: 100%; /* Could be more or less, depending on screen size */
}

/* Close button */
.close_m {
  color: #aaa;
  float: right;
  font-size: 18px;
  color: black;
}

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

/* Class to hide overflow on body */
.modal-open_m {
  overflow: hidden;
}
.tab-bar {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 35px;
  padding: 20px 0;
  justify-content: center;
  background-color: #333333;
  border-bottom: 1px solid white;
  border-radius: 10px 10px 0 0; /* top-left and top-right */
}

.tab {
  background-color: #333333;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 20px;
  color: white;
  float: left;
  border-color: rgb(255, 145, 2);
  transition: background-color 0.3s;
}

.square {
  width: 100%; /* Adjust width as needed */
  padding: 10px;
  overflow: hidden;
}

.TapBar_p {
  text-align: justify;
  text-justify: inter-word;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  /* padding-top: 10px; */
}

.tab:hover {
  background-color: #f0f0f054;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab.active {
  background-color: white;
  color: #333333; /* Change text color for better visibility */
}
/* product card */

.product-imagee {
  position: relative;
  overflow: hidden;
}

.product-imagee img {
  transition: transform 0.3s ease;
}

.product-imagee:hover img {
  transform: scale(1.1);
  /* Adjust the scale factor for desired zoom level */
}

.product-gridd {
  font-family: "Poppins", sans-serif;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  transition: all 0.4s ease-out;
}

.product-gridd:hover {
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-gridd .product-imagee {
  position: relative;
}

.product-gridd .product-imagee a.imagee {
  display: block;
}

.product-gridd .product-imagee img {
  width: 100%;
  height: auto;
}

.product-gridd .product-discount-labell {
  color: #fff;
  background: #18578c;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 12px;
}

.product-gridd .product-linkss {
  width: 145px;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 26%;
  right: -175px;
  transition: all 0.4s ease 0s;
}

.product-gridd .product-linkss {
  opacity: 1;
}

.product-gridd .product-linkss li {
  display: block;
  margin: 0 2px;
}

.product-gridd .product-linkss li button {
  color: #18578c;
  background: #fff;
  font-size: 14px;
  line-height: 31px;

  width: 31px;
  height: 29px;
  border-radius: 50px;
  display: block;
  position: relative;
  transition: all 0.4s ease-out 0s;
  margin-bottom: 5px;
}

.product-gridd .product-linkss li button:hover {
  color: #fff;
  background: #78a206;
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.2);
}

.product-gridd .product-linkss li button:before,
.product-gridd .product-linkss li buttom:after {
  content: attr(data-tip);
  color: #fff;
  background-color: #555;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 10px;
  white-space: nowrap;
  display: none;
  transform: translateX(-10%);
  position: absolute;
  left: -100px;
  /* Adjusted to position the tooltip to the left */
  top: 10px;
  transition: all 0.3s ease 0s;
}

.product-gridd .product-linkss li button:after {
  content: "";
  height: 10px;
  width: 10px;
  padding: 0;
  transform: translateX(-50%) rotate(45deg);
  top: 20px;
  left: -15px;
  z-index: 1px;
}
*/ .product-gridd .product-linkss li button:hover:before,
.product-gridd .product-linkss li buttom:hover:after {
  display: block;
}

.product-contentt {
  text-align: start;
}

.product-gridd .product-contentt {
  padding: 12px 12px 15px;
  position: relative;
}

.product-gridd .rating {
  padding: 0;
  margin: 0 0 8px;
  list-style: none;
}

.product-gridd .rating li {
  color: #78a206;
  font-size: 14px;
}

.product-gridd .rating .far {
  color: #808080;
}

.product-gridd .title {
  font-size: 11px;
  font-weight: 600;
  /* text-transform: uppercase; */
  margin: 0 0 15px;
}

.product-gridd .title a {
  color: #2c2c2c;
  transition: all 0.3s ease 0s;
}

.product-gridd .title a:hover {
  color: #78a206;
}

.product-gridd .price {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  display: block;
  padding-top: 10px;
  transition: all 0.4s ease-in-out;
}

.product-gridd .price span {
  color: #999;
  font-weight: 500;
  text-decoration: line-through;
}

.product-gridd:hover .price {
  opacity: 0;
}

.product-gridd .add-to-cart {
  color: #fff;
  background: #18578c;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 31px;
  width: 90%;
  height: 28px;
  cursor: pointer;
  border-radius: 5px;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: 50px;
  left: 50%;
  transition: all 0.4s ease-out;
}

/* .product-grid .add-to-cart:hover {
          background-color: #ffffff;
          color: #18578c;
        } */

.product-gridd .add-to-cart {
  opacity: 1;
  bottom: 8px;
}

@media screen and (max-width: 1200px) {
  .product-gridd {
    margin: 0 0 30px;
  }
}
.product-gridd.title {
  font-size: 15px;
  font-weight: 600;
  /* text-transform: uppercase; */
  margin: 0 0 15px;
}
/* popUpSizeContainer */

/* Styles for the modal background */
.modal_1 {
  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 */
  /* background-color: rgba(255, 255, 255, 0.4); */
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(3px);
  /* filter: blur(8px); */
  /* background-color: rgb(0 0 0 / 60%); */
}

/* Modal content */
.modal-content_1 {
  background: #24272a;
  /* margin: 8% auto; */
  /* padding: 17px; */
  /* padding-top: 19px; */
  width: 332px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  /* overflow-y: auto; */
  height: 650px;
  overflow-x: hidden;
}
/* Close button */
.closemodal_1 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

/* Class to hide overflow on body */
.modal-openmodal_1 {
  overflow: hidden;
}
.sizehead {
  font-size: 13px;
  font-weight: 400;
  text-align: start;
  padding-top: 12px;
  padding-left: 5px;
}
.AddToCartPopUp {
  width: 99%;
  background: #18578c;
  padding: 7px;
  border-radius: 5px;
  font-size: 11px;
  margin-bottom: 10px;
}

/* The scroll bar container */
.modal-content_1::-webkit-scrollbar {
  width: 5px; /* Width of the scrollbar */
}

/* The track (background) of the scrollbar */
.modal-content_1::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the track */
  border-radius: 10px; /* Rounded corners for the track */
}

/* The scrollbar handle (thumb) */
.modal-content_1::-webkit-scrollbar-thumb {
  background: #888; /* Color of the scrollbar handle */
  border-radius: 10px; /* Rounded corners for the handle */
}

/* The scrollbar handle on hover */
.modal-content_1::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color of the scrollbar handle when hovered */
}
.closemodal_1 {
  position: absolute;
  top: -5px;
  right: 3px;
  font-size: 26px;
  /* background-color: #18578c; */
  /* border-radius: 50%; */
  padding: 5px;
  width: 31px;
  height: 23px;
  /* border: 1px solid whitesmoke; */
  cursor: pointer;
  z-index: 36;
}

@media only screen and (max-width: 600px) {
  .AddOnContainerBox {
    width: 96%;
    margin-top: 10px;
  }
  .SizeBox_mobile {
    margin: 3px;
    background: #00154a;
    border: 2px solid #2b5071;
    cursor: pointer;
    display: flex;
    width: 142px;
    font-size: 12px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
  }
}
.bi-eye-bold {
  font-weight: bold; /* This might not always work as expected */
}

.gallery-wrapper {
  position: relative;
  overflow: hidden;
  margin: auto;
  border-radius: 10px;
  max-width: 100%;
  width: 713px;
}

.gallery {
  display: flex;
  height: 140px;
  cursor: grab;
  user-select: none;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.gallery::-webkit-scrollbar {
  display: none;
}

.gallery:active {
  cursor: grabbing;
}

.gallery-item {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 10px;
  object-fit: cover;
  flex-shrink: 0;
  position: relative;
}

.gallery-item img {
  width: 100px;
  height: 100px;
  background-color: #ffffff21;
}

.gallery-label {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.indicator-wrapper {
  text-align: center;
  margin-top: 10px;
}

.indicator {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.indicator.active {
  background-color: #333;
}
/* The scroll bar container */
.modal-content_1::-webkit-scrollbar {
  width: 5px; /* Width of the scrollbar */
}

/* The track (background) of the scrollbar */
.modal-content_1::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the track */
  border-radius: 10px; /* Rounded corners for the track */
}

/* The scrollbar handle (thumb) */
.modal-content_1::-webkit-scrollbar-thumb {
  background: #888; /* Color of the scrollbar handle */
  border-radius: 10px; /* Rounded corners for the handle */
}

/* The scrollbar handle on hover */
.modal-content_1::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color of the scrollbar handle when hovered */
}
.closemodal_1 {
  position: absolute;
  top: -5px;
  right: 3px;
  font-size: 26px;
  /* background-color: #18578c; */
  /* border-radius: 50%; */
  padding: 5px;
  width: 31px;
  height: 23px;
  /* border: 1px solid whitesmoke; */
  cursor: pointer;
  z-index: 36;
}

@media only screen and (max-width: 600px) {
  .AddOnContainerBox {
    width: 96%;
    margin-top: 10px;
  }
  .SizeBox_mobile {
    margin: 3px;
    background: #00154a;
    border: 2px solid #2b5071;
    cursor: pointer;
    display: flex;
    width: 142px;
    font-size: 12px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
  }
}
.bi-eye-bold {
  font-weight: bold; /* This might not always work as expected */
}

.flex-align-end{
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 1400px) {
  .product-content h2 {
    background-color: #18578c;

    font-size: 11px;
    border-radius: 3px;
    padding: 7px;
  }
}
@media screen and (max-width: 1200px) {
  .product-content h2 {
    background-color: #18578c;

    font-size: 11px;
    border-radius: 3px;
    padding: 7px;
  }
}
@media screen and (max-width: 1000px) {
  .product-content h2 {
    background-color: #18578c;

    font-size: 11px;
    border-radius: 3px;
    padding: 7px;
  }
}
.menuu {
  display: flex;
  flex-direction: column;
  padding: 10px;
  background: #151515;
}

.menuItemm {
  display: flex;
  align-items: center;
  padding: 10px;
  color: #ffffff;
  border-radius: 4px;
  transition: background 0.3s;
  cursor: pointer;
}

.menuItemm i {
  font-size: 20px;
  margin-right: 10px;
}

.menuItemm p {
  margin: 0;
  font-size: 13px;
  color: rgb(255, 255, 255);
}

.menuItemm:hover {
  background: #a7a3a3;
}

.menuItemm.active {
  background: #151515;
}

.slider {
  position: fixed;
  right: -300px;
  z-index: 1000;
  color: black;
  top: 0;
  width: 300px;
  height: 100%;
  background: #151515;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  transition: right 0.5s ease;
}
.slider.open {
  right: 0;
}

.menuItemm:hover {
  background: #a7a3a3;
}

.menuItemm.active {
  background: #151515;
}

#slider {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.logout-wrapper {
  margin-top: auto;
}

.logout-btn {
  background-color: #18578c;
  width: 100%;
  padding: 10px;
  border: none;
  color: white;
  text-align: center;
  cursor: pointer;
}

.WishList_p {
  font-size: 13px;
}
.addToCartBtn {
  background: #18578c;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  color: white;
  border: none;
}
/*  */
.item {
  display: flex;
  padding-top: 10px;
  position: relative;
}
.item img {
  width: 150px;
  height: 140px;
}
.item .details {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-left: 10px;
}
.item .actions {
  position: absolute;
  right: 10px;
}
.item .info {
  display: flex;
  justify-content: space-between;
}

.WishList_p {
  font-size: 13px;
}
.addToCartBtn {
  background: #18578c;
  /* padding: 5px; */
  padding: 3px 10px 3px 10px;
  border-radius: 5px;
  display: flex;
  font-size: 12px;
  color: white;
  border: none;
  margin-left: auto;
}

.item {
  display: flex;
  padding: 11px 10px 10px 10px;
  margin: 5px;
  position: relative;
  background: rgb(0 0 0 / 27%);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 16px 32px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  perspective: 1000px;
}

.item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 32px 64px rgba(0, 0, 0, 0.2);
}

.item img {
  width: 110px;
  height: 110px;
}
.item .details {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  flex-grow: 1;
}
.item .actions {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
}

.order-p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.425);
  display: flex;
  /* align-items: center; */
}
.order-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-container .bi-clock {
  margin-right: 5px;
}

.order-container .order-p {
  margin: 0;
  padding-right: 10px;
}
.ProfileDashBoard {
  width: 280px;
  height: 600px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.profileHead {
  /* height: 200px; */
  background: #000000;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  color: white;
  padding: 8px;
}

.profileimageanaData {
  display: flex;
  /* flex-direction: column; */
  align-items: start;
  /* padding-top: 20px; */
}

.profileimageanaData img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
  margin-left: 8px;
  margin-top: 10px;
  border: 2px solid #18578c;
}

.profileimageanaData h3 {
  font-size: 18px;
  margin: 5px 0;
}

.profileimageanaData p {
  font-size: 14px;
  margin: 0;
}


/* addtoCart */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
body {
  font-family: "Montserrat", sans-serif;
  background: black;
  color: white;
}

/* //product details Image */
.cartBars {
  display: flex;
  align-items: center;
  margin-left: 10px;
  /* display: block; */
}
.cartBars_mobile {
  display: none;
  align-items: center;
  margin-left: 10px;
}
.productimg {
  width: 105px;
}
.ProductTitle {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.ProductDemo {
  font-size: 13px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 0;
}
.spanPrice {
  font-size: 13px;
  color: rgb(255, 255, 255);
  line-height: 0;
  margin: 0;
}
.priceamount {
  font-size: 13px;

  line-height: 0;
  color: rgb(255, 255, 255);
  margin: 0;
}

/* customScrollBAr */

.scrollable-content {
  overflow-y: auto;
  /* padding: 10px; */
  margin-top: 25px;
  /* border: 1px solid #ccc; */
  height: 57vh;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.scrollable-content_purchase {
  height: 400px;
  overflow-y: auto;
  padding: 10px;
  margin-top: 25px;
  /* border: 1px solid #ccc; */
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.scrollable-content_address {
  height: 350px;
  overflow-y: auto;

  margin-top: 25px;
  /* border: 1px solid #ccc; */
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.scrollable-content_purchase::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for Firefox */
.scrollable-content_purchase {
  scrollbar-width: none; /* For Firefox */
}

.scrollable-content_purchase::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for Firefox */
.scrollable-content_purchase {
  scrollbar-width: none; /* For Firefox */
}

.scrollable-content::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for Firefox */
.scrollable-content_address {
  scrollbar-width: none; /* For Firefox */
}

.scrollable-content::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for Firefox */
.scrollable-content {
  scrollbar-width: none; /* For Firefox */
}
/* productsDetailsCatd */
.ProductDetailsCard {
  margin-top: 40px;
  border-color: 1px solid blue;

  /* height: 400px; */
  background: rgb(255, 255, 255);
  border-radius: 10px;
  margin-bottom: 40px;
}

/* addAddressBtn */
.AddAddressBtn {
  background: #18578c;
  padding: 10px;
  font-size: 12px;
  border-radius: 5px;
}

/* orderSummeryDetails */
.SummeryHead {
  font-size: 14px;
  font-weight: 600;
  color: black;
}
.subtotalbold {
  font-size: 13px;
  color: black;
  font-weight: 500;
}
.subtotallite {
  color: rgb(0, 0, 0);
  font-size: 13px;
  font-weight: 600;
}
.shipping {
  background: #18578c;
  color: white;
  width: 100%;
  padding: 5px;

  font-size: 13px;
  border-radius: 5px;
}
.shippingg {
  background: #18578c;
  color: white;
  width: 100%;
  padding: 5px;

  font-size: 13px;
  border-radius: 5px;
}
/* coupen */
/* productsDetailsCatd */
.ProductDetailsCard_2 {
  margin-top: 40px;
  border-color: 1px solid blue;
  align-items: center;
  /* height: 110px; */
  background: #ffffff;
  border-radius: 10px;
  /* margin: 8px; */
  /*border-top-left-radius: 10px;*/
  /*border-top-right-radius: 10px;*

   */
  /* margin-bottom: 40px; */
}

.coupon_input {
  width: 100%; /* Adjust the width as needed */
  height: 30px;
  border: 0.1px solid black;
  border-radius: 5px;
  padding-left: 5px;
  font-size: 12px;
  color: black;
}

.applybtn {
  position: absolute;
  right: 5px;
  color: red;
  margin-left: 5px;
  top: 4px;
  font-size: 13px;
  height: 100%;
}

.Estimated {
  font-size: 12px;
  text-align: center;
  padding-top: 13px;
  color: black;
}

/* Address Details Container */
/* Address Details Container */
.addressContainer {
  width: 100%;
  border-radius: 8px;
  border: 1px solid;

  margin-bottom: 10px;
  border-color: #ffffff;
  font-size: 14px;
  color: white;
  cursor: pointer;
  transition: border-color 0.3s ease; /* Add transition effect for smoother color change */
}

.addressContainer input[type="radio"] {
  margin-top: 10px; /* Adjust as needed to align with the text */
}

.addressContainer div {
  display: flex;
  align-items: flex-start;
}

.addressContainer div > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 10px; /* Adjust space between radio and text */
}
.AdressDetails {
  line-height: 0;
  padding: 3px;
}
/* //customCheckBox */
.custom-checkbox-container {
  display: flex;
  align-items: center;
}

.custom-checkbox-container input[type="checkbox"] {
  display: none;
}

.custom-checkbox-container label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  font-size: 10px;
  margin-top: 10px;
  margin-left: 5px;
  margin-bottom: 10px;
  color: white;
}

.custom-checkbox-container label::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #fff;
  transition: background-color 0.2s;
}

.custom-checkbox-container input[type="checkbox"]:checked + label::before {
  background-color: #007bff;
  border-color: #007bff;
}

.custom-checkbox-container input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox-container label:hover::before {
  border-color: #007bff;
}

/* /////// */

.OpenAddressFormBtn {
  background-color: #18578c;
  padding: 10px;
  margin-top: 5px;
  border-radius: 5px;
  font-size: 14px;
}

AddressPopUp .OpenAddressFormBtn {
  border-radius: 5px;
  width: 100px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.OpenAddressFormBtn:hover {
  background-color: #0056b3;
}

.address-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.5s;
}

.address-form-container {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 400px;
  position: relative;
  animation: slideIn 0.3s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.close-address-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-address-btn:hover {
  color: #ff0000;
}

h2 {
  margin-top: 0;
  color: #333;
}

label {
  display: block;
  margin-top: 15px;
  color: #555;
}

input,
select {
  /* width: 100%; */
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
}

button[type="submit"] {
  background: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
  background: #0056b3;
}

.closeBtnAddtoCart :hover {
  color: rgba(255, 255, 255, 0.596);
  background: #616263d5;
  border-radius: 50%;
}

.container_add {
  display: flex;
  justify-content: space-between;
  width: 100px;
  align-items: center;
  text-align: start;
}
.closeBtnAddtoCartt {
  width: 30px; /* Fixed width */
  height: 30px; /* Fixed height */
  display: flex;
  align-items: center;
  justify-content: center;
  border: none; /* Remove default button border */
  background: none; /* Remove default button background */
  color: inherit; /* Inherit text color */
  cursor: pointer; /* Add pointer cursor on hover */
  transition: background 0.3s, color 0.3s; /* Smooth transition for background and color */
}
.closeBtnAddtoCartt:hover {
  color: rgba(255, 255, 255, 0.596);
  background: #616263d5;
  border-radius: 50%;
}
/* Conformation */

.ProductDetailsCard_confirm {
  background: white;
  width: 100%;
  margin-top: 40px;
  border-color: 1px solid blue;
  color: black;

  /* height: 400px; */
  background: rgb(255, 255, 255);
  border-radius: 10px;
  /* margin-bottom: 40px; */
}

.ProductDetailsCard_confirm img {
  width: 92%;
  align-items: center;
  margin-left: 15px;
}

.ProductDetailsCard_confirm h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.ProductDetailsCard_confirm h4 {
  font-size: 13px;

  text-align: center;
}

.vieworder {
  font-size: 12px;
  padding: 8px;
  border: 1px solid black;
  border-radius: 5px;
  margin: 10px;
  width: 100%;

  cursor: pointer;
}
.CONTINUESHOPPING {
  font-size: 12px;
  width: 100%;
  padding: 8px;
  /* border: 1px solid black; */
  background: #18578c;
  border-radius: 5px;
  color: white;
  margin: 10px;
}
.vieworder:hover {
  background: rgba(189, 185, 185, 0.836);
  color: black;
}

.CONTINUESHOPPING:hover {
  background: #18588c9d;
}

/* PayMent Icons */
.paymentIcons {
  width: 50px;
  margin: 8px;
}
.coupon_subTotal {
  display: none;
}
.coupon_div {
  display: block;
}
.mobile_continueBtn {
  display: none;
}
.ProductDetailsCard_shipping {
  margin-top: 40px;
  border-color: 1px solid blue;

  /* height: 400px; */
  background: rgb(255, 255, 255);
  border-radius: 10px;
  margin-bottom: 40px;
}
.icons_payment {
  display: flex;
  justify-content: center;
}
.addAddress {
  display: flex;
  justify-content: end;
}
.mobile_continue_btn {
  display: none;
}
/* tabBar Css */
.mobile_cart_details {
  display: block;
}

.mobile_c {
  display: none;
}
.mobile_conformation_page {
  display: none;
}
.ProductDetailsCard_PaymentDetails {
  margin-top: 40px;
  border-color: 1px solid blue;

  /* height: 400px; */
  background: rgb(255, 255, 255);
  color: white;
  border-radius: 10px;
  margin-bottom: 40px;
}
.order-container {
  width: 100%;
  background: white;
  color: black;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  /* max-width: 600px; */
  margin: 20px auto;
}
.order-table {
  width: 100%;
  border-collapse: collapse;
}
.order-table th,
.order-table td {
  text-align: left;
  padding: 10px;
  /* border-bottom: 1px solid #ddd; */
}
.order-table th {
  background-color: #f8f8f8;
  font-weight: 600;
  font-size: 12px;
}
.order-table td {
  background-color: #f8f8f8;
  font-weight: 400;
  font-size: 12px;
}
.order-row {
  display: flex;
  justify-content: space-between;
}
.order-row p {
  margin: 0;
}
.order-status {
  color: #ff9800;
}
/* Style the tab bar container */
.tab-bar-container {
  overflow: hidden;
}

/* Style the tab bar */
.tab-bar {
  transition: transform 0.3s ease; /* Apply transition effect to transform property */
}

/* Style the tab buttons */
.tab-bar button {
  background-color: #0000005b;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 20px;
  flex: 1; /* Equal width for all tab buttons */
  transition: background-color 0.3s ease; /* Apply transition effect to background-color property */
}

/* Change background color of buttons on hover */
.tab-bar button:hover {
  background-color: #ddd;
}

/* Create an active/current tab button */


/* Style the tab content */

/* Show the active tab content */
.tab-content.active {
  display: block;
}
.header_for_cart {
  display: none;
}
.purchaseOrdersHistory {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
.AddToCartPageContainer {
  display: flex;
  justify-content: space-between;
  background: black;
  padding: 12px;
  /* border-radius: 11px; */
  /*height: 167px;*/
}

.cartformob {
  display: none;
}
.addandRemove {
  width: 100%;
  background-color: #13121267;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;

  display: none;
}
#cartformob {
  display: none;
}
.btn-add {
  width: 30px;
  border-radius: 50%;
}
.btn-add:hover {
  background-color: #545556;
}
.coupen_card {
  display: none;
}
.Home_div {
  display: none;
}
.order_su {
  padding: 20px;
  margin-top: 25px;
  background: #fffefe;
  border-radius: 8px;
}

.system_coupon {
  display: block;
}
.mobile_coupon {
  display: none;
}

.form_1_btns common_btns {
  display: block;
}
@media only screen and (max-width: 600px) {
  .form_1_btns common_btns {
    display: none;
  }
  .system_coupon {
    display: none;
  }
  .mobile_coupon {
    display: block;
  }
  .order_su {
    padding: 20px;
    margin-top: 25px;
    background: #151515;
    border-radius: 8px;
  }
  .Home_div {
    display: block;
  }
  .scrollable-content {
    overflow-y: auto;
    /* padding: 10px; */
    margin-top: 25px;
    /* border: 1px solid #ccc; */
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .cartformob {
    display: block;
  }
  .closeBtnAddtoCart {
    display: none;
  }
  .addandRemove {
    width: 100%;
    background-color: #151515;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: block;
  }
  .system_price {
    display: none;
  }

  .mobile_price {
    padding-left: 5px;
  }
  .mobile_price p {
    font-size: 12px;
    font-weight: 400;
    padding-left: 5px;
  }
  .container_add {
    display: none;
    justify-content: space-between;
    width: 100px;
    align-items: center;
    text-align: start;
  }

  .coupen_card {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    display: block;
    margin: 3px;
  }
  .coupen_card div {
    display: flex;
    align-items: center;
  }
  .bi-tag {
    margin-right: -34px;
  }
  .coupon_info {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .coupon_info p,
  .coupon_info span {
    margin: 0;
  }
  .coupon_info p {
    font-weight: 600;
  }
  .coupon_info span {
    color: #888;
    font-size: 13px;
  }
  .btnremovebtn {
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px;
    /* padding: 5px 10px; */
    font-size: 13px;
    cursor: pointer;
  }
  .btnremovebtn:hover {
    background-color: #d32f2f;
  }

  .AddToCartPageContainer {
    display: flex;
    justify-content: space-between;
    background: #151515;
    padding: 12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;

    height: 94px;
  }
  /* #ProductDetails {
    background-color: #151515;
  } */

  #Order_summery {
    display: none;
  }

  .purchaseOrdersHistory {
    display: flex;
    justify-content: space-between;
    padding: 19px 10px 10px 10px;
    position: relative;
    background: #151515;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 16px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    perspective: 1000px;
  }

  .tab-bar button {
    contain-intrinsic-height: AUTO 100px;
    background-color: #0000005b;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 28px;
    padding: 10px 20px;
    flex: 1;
    font-size: 12px;
    transition: background-color 0.3s ease;
  }
  
  .header_for_cart {
    display: block;
  }
  /* Style the tab content */
  .tab-content {
    display: none;
    /* padding: 20px; */
  }

  /* Show the active tab content */
  .tab-content.active {
    display: block;
  }

  .order-container {
    width: 100%;
    background: #1d1d1d;
    color: black;
    /* padding: 20px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    /* max-width: 600px; */
    margin-top: 10px;
    margin: -10px auto;
  }
  .order-table {
    width: 100%;
    border-collapse: collapse;
  }
  .order-table th,
  .order-table td {
    text-align: left;
    padding: 10px;
    /* border-bottom: 1px solid #ddd; */
  }
  .order-table th {
    color: white;
    background: #1d1d1d;
    font-weight: 600;
    font-size: 12px;
  }
  .order-table td {
    background: #1d1d1d;
    color: white;
    font-weight: 400;
    font-size: 12px;
  }
  .order-row {
    display: flex;
    justify-content: space-between;
  }
  .order-row p {
    margin: 0;
  }
  .order-status {
    color: #ff9800;
  }
  .cartBars {
    display: none;
    align-items: center;
    margin-left: 10px;
    /* display: block; */
  }
  .cartBars_mobile {
    display: flex;
    align-items: center;
    margin-left: 10px;
    justify-content: center;
  }

  .ProductTitle {
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-weight: 500;
  }
  .productimg {
    width: 81px;
    height: 76px;
  }
  .ProductDemo {
    font-size: 11px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    line-height: 0;
  }
  .ProductDetailsCard {
    display: none;
    margin-top: 40px;
    border-color: 1px solid blue;

    /* height: 400px; */
    background: rgb(255, 255, 255);
    border-radius: 10px;
    margin-bottom: 40px;
  }

  .ProductDetailsCard_PaymentDetails {
    margin-top: 31px;
    border-color: 1px solid blue;
    background-color: #1d1d1d;
    border-radius: 10px;
    margin-bottom: 40px;
  }

  .ProductDetailsCard_shipping {
    display: none;
    margin-top: 40px;
    border-color: 1px solid blue;

    /* height: 400px; */
    background: rgb(255, 255, 255);
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .ProductDetailsCard_2 {
    /* margin-top: 40px; */
    align-items: center;
    border-color: 1px solid blue;
    /* height: 40px; */
    background-color: #151515;
    border-radius: 10px;
    margin-bottom: 18px;
  }
  .amount_coupon {
    font-size: 12px;
  }
  .coupon_subTotal {
    display: block;
    background-color: #151515;
    padding: 8px;
  }
  .coupon_div {
    display: none;
  }
  .shipping {
    background: #18578c;
    color: white;
    width: 100%;
    padding: 12px;
    font-size: 13px;
    margin-top: 10px;
    border-radius: 10px;
  }
  .shippingg {
    display: none;
  }
  .mobile_continueBtn {
    display: block;
  }
  .icons_payment {
    display: none;
  }
  .addAddress {
    display: flex;
    justify-content: center;
    /* bottom: 63px; */
    position: absolute;
    /* left: 0px; */
    right: 38px;
    top: 64px;
  }
  .address-form-container {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 92%;
    max-width: 400px;
    position: relative;
    animation: slideIn 0.3s;
  }
  .scrollable-content_address {
    height: 85%;
    overflow-y: auto;
    margin-top: 53px;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .OpenAddressFormBtn {
    border: 1px solid white;
    padding: 6px;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 11px;
    background-color: #000;
  }
  .mobile_continue_btn {
    display: block;
  }
  .mobile_cart_details {
    display: none;
  }

  .payment_details {
    display: none;
  }
  .mobile_conformation_page {
    display: block;
  }
  .hide_container {
    display: none;
  }
  .subtotalbold {
    font-size: 13px;
    color: rgb(255, 255, 255);
    font-weight: 500;
  }
  .subtotallite {
    color: white;
    font-size: 13px;
    font-weight: 600;
  }
  .SummeryHead {
    font-size: 14px;
    font-weight: 600;
    color: rgb(255, 255, 255);
  }
  .ProductDetailsCard_confirm {
    background: white;
    width: 100%;
    margin-top: 40px;
    border-color: 1px solid blue;
    color: rgb(255, 255, 255);

    /* height: 400px; */
    background: #1d1d1d;
    border-radius: 10px;
    /* margin-bottom: 40px; */
  }
  .scrollable-content_purchase {
    height: 90%;
    overflow-y: auto;
    padding: 10px;
    margin-top: 25px;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
#coupen_details {
  display: none;
}



/* profile.css */
.ProfileDashBoard {
  width: 280px;
  height: 600px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.profileHead {
  /* height: 200px; */
  background: #000000;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  color: white;
  padding: 8px;
}

.profileimageanaData {
  display: flex;
  /* flex-direction: column; */
  align-items: start;
  /* padding-top: 20px; */
}

.profileimageanaData img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
  margin-left: 8px;
  margin-top: 10px;
  border: 2px solid #18578c;
}

.profileimageanaData h3 {
  font-size: 18px;
  margin: 5px 0;
}

.profileimageanaData p {
  font-size: 14px;
  margin: 0;
}

.menu {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.menuItem {
  display: flex;
  align-items: center;
  padding: 10px;
  color: #333;
  border-radius: 4px;
  transition: background 0.3s;
  cursor: pointer;
}

.menuItem i {
  font-size: 20px;
  margin-right: 10px;
}

.menuItem p {
  margin: 0;
  font-size: 13px;
  color: rgb(0, 0, 0);
}

.menuItem:hover {
  background: #a7a3a3;
}

.menuItem.active {
  background: #e0e0e0;
}

/* purchasehistoryContainer */
.purchasehistoryContainer {
  height: 100%;
  background: white;
  color: black;
  height: 556px;

  border-radius: 8px;
  overflow-y: auto; /* Enable vertical scrolling */
}
.purchasehistoryContainer_wishList {
  /* background: white; */
  /* color: black; */
  height: 592px;
  border-radius: 8px;
  overflow-y: auto; /* Enable vertical scrolling */
}
.purchasehistoryContainer_wishList::-webkit-scrollbar {
  display: none; /* Hide scrollbar */
}
.purchasehistory_table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}

.purchasehistory_th,
.purchasehistory_td {
  padding: 22px 15px;
  border: 1 solid transparent;
}

.purchasehistory_th {
  background-color: #f4f4f4;
  font-size: 14px;
  font-weight: bold;
}

.purchasehistory_td {
  background-color: #fff;
}

.purchasehistory_td.options {
  text-align: center; /* Center-align options column */
}
.purchasehistory_td {
  font-size: 14px;
  font-weight: 500;
}

/* Customize the scrollbar */
::-webkit-scrollbar {
  width: 10px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the track */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #888; /* Color of the thumb */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color of the thumb on hover */
}

/* support_ticket Container */

/* Styles for the AddTicketContainer */
.AddTicketContainer {
  cursor: pointer;
  border: 1px solid #000;
  display: inline-block;
  padding: 10px 100px 10px 100px; /* Adjusted padding for symmetry */
  text-align: center;
  background: white;
  color: black;
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1),
    /* Soft shadow */ 0 6px 20px rgba(0, 0, 0, 0.1); /* Larger shadow for depth */
  transition: transform 0.3s, box-shadow 0.3s; /* Smooth transition */
}

.AddTicketContainer:hover {
  transform: translateY(10px); /* Lift effect */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2),
    /* Enhanced shadow on hover */ 0 12px 40px rgba(0, 0, 0, 0.2); /* Larger shadow on hover */
}

/* Styles for the modal background */
.modal {
  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.5); /* Black w/ opacity */
}

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

.custom-preloader .modal-content {
  display: flex;
  align-items: center;
}
.custom-preloader-item {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

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

/* Class to hide overflow on body */
.modal-open {
  overflow: hidden;
}
.alertp {
  margin-top: 20px;
}
.TicketdIV p {
  font-weight: 600;
}
.custom-line {
  height: 1px; /* Adjust the height as needed */
  background-color: #4caf50; /* Solid color */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: add shadow */
}
.error {
  width: 150px;
}

/* POPUPaDDtICKET CONTAINER */
.form-container {
  margin-top: 5px;
}
.form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.form-group label {
  flex-basis: 30%;
  align-self: center;
}
.form-group input[type="text"],
.form-group textarea {
  flex-basis: 65%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.form-group textarea {
  resize: vertical;
  height: 100px;
}
.form-group input[type="file"] {
  padding: 10px;
}
.form-actions {
  display: flex;
  justify-content: flex-end;
}
.form-actions button {
  padding: 10px 20px;
  margin-left: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.form-actions button.cancel {
  background-color: #f44336;
  color: white;
}
.form-actions button.submit {
  background-color: #18578c;
  font-size: 14px;
  color: white;
}

/* manageProfile */


.header_for_cart {
  display: none;
}
.address_p p {
  font-size: 12px;
  line-height: 0;
  font-weight: 600;
  padding: 4px;
}
/* profile ui for mobile */
.Profile_container img {
  width: 130px;
  border-radius: 50%;
}

@media only screen and (max-width: 600px) {
  .header_for_cart {
    display: block;
  }
  .system_tabs {
    display: none;
  }
  #pur {
    display: none;
  }
  .tabcontent {
    display: none;
  }
  .System_tab {
    display: none;
  }
  .form-group label {
    flex-basis: 30%;
    align-self: center;
    font-size: 13px;
  }
  .form-group input[type="text"],
  .form-group textarea {
    /* flex-basis: 126%; */
    height: 38px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
  }
  .ProfileDashBoard {
    display: none;
    width: 280px;
    height: 600px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  /* purchasehistoryContainer */
  .purchasehistoryContainer {
    height: 100%;
    background: white;
    color: black;
    height: 556px;
    border-radius: 8px;
    overflow-y: auto;
  }
  .purchasehistoryContainer::-webkit-scrollbar {
    display: none;
  }
  .form-container {
    /* padding: 20px; */
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  }
  
}



.product-grid .product-links li button {
  color: #2c2c2c;
 
  font-size: 16px;
  line-height: 42px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: block;
  position: relative;
  transition: all 0.4s ease-out 0s;
  margin-bottom: 5px;
}

.product-grid .product-links li button.active i {
  color: #ffffff;
  background: rgb(255, 0, 0) !important;
  font-size: 14px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: block;
  position: relative;
  transition: all 0.4s ease-out 0s;
  margin-bottom: 5px;
}
