/* --------------------breadcrumb style Starts-------------------- */
.breadcrumb-cntainer {
    background: #dedede;
    padding: 5px 10px;
    margin-top: 5px;
}
 
.breadcrumb {
    margin: 0;
    font-size: 14px;
    padding: 5px 15px !important;
}
 
.breadcrumb-item a {
    text-decoration: none;
    color: var(--secondary-color);
    font-weight: 400;
}
 
.breadcrumb-item.active {
    color: var(--secondary-color);
}
 
/* -------------------------breadcrumb style end---------------------- */

/* ---------------Poppins Fonts--------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*================== Variable Define ===================*/
:root {
  --primary-color: #00B4AD;
  --secondary-color: #282F49;
  --third-color: #EA7F2D;
  --forth-color: #72AD43;
  --fifth-color: #4774BA;
  --sixth-color: #FF6464;
  --white-color: #fff;
  --black-color: #000;
  --text-gray: #909090;
  --font-family: 'poppins', Times, serif;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}

a,
a:hover {
  text-decoration: none;
}
a {
  color: #333;
}
a:hover {
  color: var(--primary-color);
}

ul,
li {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 100%;
  font-weight: 400%;
  font-family: var(--font-family);
}

/* 
========================================================
              Custom Scrollbar 
========================================================
*/
::-webkit-scrollbar {
  width: 0.625rem;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

/* 
========================================================
              Custom CSS Design 
======================================================== 

/* Breadcrumb Style Starts */

.breadcrumb-container {
  background-color: #dedede;
  padding: 3px 10px;
  margin-top: 5px;
}

.breadcrumb {
  margin: 0;
  font-size: 14px;
    padding: 5px 15px !important;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #282f49;
  font-weight: 400;
}

.breadcrumb-item.active {
  color: #909090;
}

/* Breadcrumb Style Ends */

/* Left-Section Starts */

.left-section-container {
  padding: 10px;
}

.left-section-header {
  background-color: #e9e9e9;
  padding: 0 10px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  margin-bottom: 10px;
}

.business-list {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}

.business-list li {
  padding-left: 10px;
  font-size: 14px;
}

.show-more {
  padding-left: 30px;
  color: #909090;
  font-weight: 400;
  font-size: 14px;
  ;
  cursor: pointer;
  padding: 5px 0;
}

/* Left-Section Ends */

/* Main Container Starts */

.main-container {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}


.right-section-container {
  border: 1px solid #dedede;
  padding: 10px;
  border-radius: 10px;
  margin-top: 25px;
}

.ad-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ad-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 450px;
}

.ad-images img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.search-bar-container {
  display: flex;
  align-items: center;
  margin: 0 10px;
  height: 100%;
  flex-grow: 1;
  position: relative;

}

.search-bar-container input {
  border: 4px solid #00b4ad;
  border-radius: 5px;
  height: 40px;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 15px;
  width: 100%;
}

.search-bar-container i {
  padding-right: 15px;
}

.search-bar-container input::placeholder {
  color: #000;
  font-weight: bolder;
}

.search-bar-container .fa-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 20px;
}

.main-container>div {
  height: 100%;
}

.business-list-container {
  margin-bottom: 20px;
}

.left-section-container .business-list-container {
  margin-top: 20px;
}

.search-business-container {
  margin-bottom: 20px;
}

.mid-section {
  padding: 20px;
}

.right-section-ads {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 250px;
}

.deals-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  width: 100%;
}

.deals-text {
  font-weight: bold;
  font-size: 30px;
}

.see-all-btn {
  background-color: #282F49;
  color: var(--white-color);
  font-size: 14px;
  border: none;
  border-radius: 25px;
  padding: 6px 12px;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
}

.deals-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 10px;
}

.festive-deals {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.festive-deals img {
  width: 32%;
  height: auto;
  object-fit: cover;

}

.deals-third-section {
  display: flex;
  gap: 15px;
  object-fit: cover;
  height: auto;
  width: calc(50% - 7.5px);

}

.discount-text {
  color: #4472c4;
  font-size: 40px;
  font-weight: 900;
  right: 110px;

}

.offer-text {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  right: 110px;

}

.offer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.offer-section {
  background-color: #00b4ad;

  text-align: center;
  margin-top: 0;
}

.offer-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}

.offer-subtitle {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  margin-top: 5px;
}

.ads-image-container {
  display: flex;
  flex-direction: column;
  height: auto;
}

.btn-search {
  background-color: var(--white-color);
  border: none;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px #00000040;
}

.aside-search {
  outline: 0;
  border: 0;
  border-left: 1px solid black;
}

.aside-search::placeholder {
  color: #909090;
}

.create-account-btn {
  background-color: #282F49 !important;
  color: var(--white-color) !important;
  font-size: 12px;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px;
}

/* Responsive Design */
@media (max-width: 415px) {}

@media(max-width: 1000px) {

  .search-bar-container {
    width: 100%;
  }

  .search-bar-container input {
    width: 100%;
  }

  .breadcrumb-container {
    padding: 5px;
  }

  .deals-text {
    font-size: 20px;
  }

  .discount-text {
    font-size: 28px;
    right: 0;
    text-align: center;
  }

  .offer-text {
    font-size: 18px;
    right: 0;
    text-align: center;
  }

  .header-container,
  .footer {
    flex-direction: column;
    text-align: center;
  }

  .hamburger-btn {
    font-size: 24px;
  }

  .search-bar-container {
    width: 100%;
    margin: 0 auto;
  }

  .promo-text {
    font-size: 14px;
    flex-direction: column;
    gap: 5px;
  }

  .copyrights {
    flex-direction: column;
    text-align: center;
  }

  .social-icons img {
    width: 25px;
    height: 25px;
  }

  .create-account-btn {
    font-size: 12px;
  }
}

@media (max-width: 992px) {

  .left-section,
  .right-section {
    justify-content: center;
    margin-bottom: 5px;
  }

  .center-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .input-field,
  .small-dropdown {
    width: 100%;
    margin-bottom: 5px;
  }

  .hamburger-btn {
    font-size: 24px;
  }

}

@media (max-width: 768px) {

  .create-account-btn {
    font-size: 10px;

  }
}

@media (max-width: 992px) {

  .footer .col-md-2 {
    width: 100%;
    text-align: center;
  }

  .footer .social-icons {
    flex-wrap: wrap;
  }
}

/* styles for the register page */


body {
  background-color: #f2f2f2;
  font-family: 'Poppins', sans-serif;
}

h1,
h2,
label,
input,
button {
  font-family: 'Poppins', sans-serif;
}

/* --------------------Product Upload page Style Starts --------------------- */

.Garment .form-select {
  width: 530px !important;
  height: 55px !important;
}

.Garments .form-control {
  width: 530px !important;
}

.Product .form-control {
  width: 240px !important;
}

.form-label {
  font-weight: 500;
}

.upload-box {
  border: 2px dashed #bbb;
  border-radius: 8px;
  padding: 30px 10px;
  text-align: center;
  cursor: pointer;
  color: #555;
  transition: border 0.3s ease;
  min-height: 150px;
}

.upload-box:hover {
  border-color: #00B4AD;
}

.upload-icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.file-list {
  margin-top: 10px;
}

.file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f1f1f1;
  margin-bottom: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.file-item button {
  border: none;
  background: transparent;
  color: red;
  font-size: 18px;
  cursor: pointer;
}

.btn-dark {
  background-color: #1e1f3f;
  color: var(--white-color);
  border-radius: 25px;
  padding: 6px 20px;
  margin: 5px;
}

.add-more-btn {
  margin-top: 10px;
}

.add-more-btn:hover {
  background-color: #00B4AD;
  border: none;
}

/* --------------------  Product Upload page Style Ends--------------------- */

/* -------------------Tax Details 1 & 2   page Style Starts--------------------- */
.icon a img {
  width: 40px;
  text-align: center;
  margin-left: 110px;
}

.header-container {
  background-color: #00B4AD;
}

.active-tab {
  color: #00b6d0;
  font-weight: bold;
}

.icon .location .img {
  color: #00B4AD;
}

.block {
  background-color: #FBEBEB;
  margin: 20px;
  padding: 0px 30px;
  border-radius: 30px;
}

.input-group ::placeholder {
  width: 500px;
}

.verify-btn {
  background-color: #282F49;
  color: #fff;
  border-radius: 60px !important;
  width: 90px;
}

.youtube-box {
  background: #FBEBEB;
  border-radius: 5px;
  padding: 15px;
  margin-top: 10px;
  width: fit-content;
}

.youtube-box a {
  color: #00B4AD;
  text-decoration: none;
  font-weight: 600;
}

.youtube-box i {
  color: #FF0000;
}

.form-control {
  border-radius: 10px !important;
  width: fit-content;
  margin-right: 20px;
}

.continue-btn {
  background-color: #282F49;
  color: var(--white-color);
  border-radius: 25px;
  width: 100%;
  height: 50px;

}

/* -------------------Tax Details 1 & 2  page Style Ends--------------------- */

/* -------------------Tax Details 12 & 14  page Style Starts--------------------- */

.pick-up .form-control {
  width: 100% !important;
}

.PickUp {
  padding: 0px 250px;
}

.IFSC {
  color: #00B4AD;
}

.bnk .btn {
  border-color: #000;
  color: #000;
  width: 100%;
  border-radius: 60px;
}

/* -------------------Tax Details 12 & 14 page Style Ends--------------------- */

/* -------------------GSTIN and UIN Number Verified page Style Starts--------------------- */
.status-message {
  background-color: #D6FBCB;
  padding: 20px 30px;
}

.vefication {
  padding: 10px 30px;

}

.vefication .position-wrapper {
  width: 750px !important;
}

.vefication .tick {
  color: #72AD43;
  font-size: large;
  padding-top: 12px;
}

/* -------------------GSTIN and UIN Number Verified page Style Ends--------------------- */

/* -------------------Dashboard Style Starts--------------------- */


.panel {
  background-color: #00B4AD;
  width: 210px;
  height: 200px;
  border-radius: 10px;
}

.panel-1 {
  background-color: #FFBF8D;
  width: 210px;
  height: 200px;
  border-radius: 10px;
}

.panel .panel-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3EE3DD;
  color: #fff;
}

.panel-icon i {
  font-size: 30px;
}

.chart-card {
  background: var(--white-color);
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.info-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.user-pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
}

.sub-menu-wrap {
  position: absolute;
  top: 70px;
  right: 20px;
  width: 280px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  z-index: 1000;
}

.sub-menu-wrap.open-menu {
  max-height: 400px;
}

.sub-menu {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.user-info {
  display: flex;
  align-items: center;
}

.user-info img {
  width: 50px;
   height: 50px;
  border-radius: 50%;
  margin-right: 10px;
   object-fit: cover;
}

.user-info h3 {
  font-weight: 500;
  font-size: 16px;
}

.sub-menu hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 15px 0;
}

.sub-menu-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #525252;
  margin: 12px 0;
}

.sub-menu-link img {
  width: 36px;
  background: #e5e5e5;
  border-radius: 50%;
  padding: 8px;
  margin-right: 15px;
}

.sub-menu-link p {
  flex: 1;
  margin: 0;
  font-size: 14px;
}

.sub-menu-link span i {
  transition: transform 0.4s;
}

.sub-menu-link:hover span i {
  transform: translateX(5px);
}

.sub-menu-link:hover p {
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 500px) {
  .sub-menu-wrap {
    right: 10px;
    width: 90%;
  }
}

/* ------------------ Dashboad style Ends ------------------ */
/* -------------------Shop Listing page Style Starts--------------------- */

table img {
  max-height: 60px;
}

.btn-custom {
  background-color: #1e1f3f;
  color: var(--white-color);
  border-radius: 25px;
  padding: 6px 20px;
}

.dataTables_wrapper .dataTables_length label {
  display: flex;
  justify-content: end;
  margin: 10px;
  padding-right: 20px;
}

/* -------------------Shop Listing page Style Ends--------------------- */


/* -----------------tab animation page style----------------- */



.custom-tabs .nav-link {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  border: none;
  background: transparent;
  margin: 0 15px;
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s, color 0.3s;
}

.custom-tabs .nav-link:hover {
  color: #00B4AD;
}

.custom-tabs .nav-link.active {
  color: #00B4AD;
  border-bottom: 3px solid #00B4AD;
  background: none;
}

.gst-card-section {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.gst-option-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.gst-option-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  flex: 1 1 300px;
  cursor: pointer;
}

.gst-option-box input[type="radio"] {
  accent-color: #00B4AD;
  margin-top: 6px;
}

.gst-box-text label {
  font-weight: 600;
}

.gst-box-text p {
  margin: 5px 0;
}

.gst-box-text a {
  text-decoration: none;
  color: #00B4AD;
  font-weight: 600;
}

.continue-btn {
  background-color: #1f2941;
  color: var(--white-color);
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: bold;
  border: none;
}

.verification-block {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}



/* Account news page styale starts */

.p-box {
  border: 2px solid #999;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin: 50px auto;
  max-width: 1100px;
}

.card-image-text {
  border: none;
}

.p-img {
  width: 180px;
  height: 180px;
  background-color: #eee;
  border: 2px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  text-align: center;
  font-size: 16px;
  flex-direction: column;
}

.p-name {
  color: #00b9b9;
  font-weight: 600;
  font-size: 20px;
}

.p-info {
  font-size: 15px;
  color: #333;
}

.c-section i {
  margin-right: 0;
  padding: 5px;
  color: #000;
}

.verified {
  color: green;
  font-size: 20px;
  margin-left: 8px;
}

.about-title {
  font-weight: 600;
  font-size: 20px;
  margin-top: 30px;
}

.social-icons i {
  font-size: 20px;
  /* margin-right: 12px; */
  cursor: pointer;
  color: #000;
}

.invite i {
  font-size: 25px;
  margin-right: 12px;
  cursor: pointer;
  color: #000;
}

.invite i:hover {
  color: #00B4AD;

}

@media (max-width: 768px) {
  .profile-img {
    margin-bottom: 20px;
  }
}

/* ----------------My Profile News Style starts---------------- */

.news-search {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-card {
  position: relative;
  color: var(--white-color);
  height: 490px;
  border-radius: 10px;
  overflow: hidden;
}

.news-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
}

.news-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #007bff;
  padding: 5px 10px;
  font-size: 0.75rem;
  border-radius: 4px;
  font-weight: bold;
}

.news-author {
  font-size: 0.8rem;
  color: #ccc;
}

.news-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}

.mini-news-card {
  position: relative;
  color: var(--white-color);
  border-radius: 8px;
  overflow: hidden;
}

.mini-news-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--white-color);
  font-weight: bold;
  padding: 5px 10px;
  font-size: 0.8rem;
  border-radius: 4px;
}

.mini-news-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.mini-news-meta {
  font-size: 0.7rem;
  color: #ddd;
}

.mini-news-title {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 2px;
}

.long-news-card {
  position: relative;
  color: var(--white-color);
  border-radius: 25px;
  /* overflow: hidden; */
}

.long-news-card img {
  border-radius: 10px;
}

.long-news-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--white-color);
  font-weight: bold;
  padding: 5px 10px;
  font-size: 0.8rem;
  border-radius: 4px;
}

.long-news-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  border-radius: 10px;
}

.dont-miss-title {
  color: #e74c3c;
  font-weight: bold;
  border-bottom: 3px solid #e74c3c;
  padding-bottom: 2px;
}

.badge {
  border-radius: 0 !important;
  font-size: 16px;
}

.bg-purple {
  background-color: #A56CBD;
}

.bg-cyan {
  background-color: #49CFE8;
}

.bg-indigo {
  background-color: #4C60F5;
}

.card-img {
  width: 350px;
}

.Craig-Bator-text p {
  padding-top: 0;
  margin-bottom: 5px !important;
}

/* ----------------My Profile News Style Ends---------------- */

/* -------------------Dhirajsons Deals page style Starts-------------------- */

.left-deals {
  padding: 0;
  margin: 0;
  width: 220px;
  height: 380px;
  border: 1px solid #dedede;
  border-radius: 15px;
}

/* -------------------Dhirajsons Deals page style Ends-------------------- */

.dt-button {
  background-color: #00B4AD !important;
  color: var(--white-color) !important;
  border: none !important;
  padding: 6px 12px !important;
  margin: 3px 5px;
  border-radius: 5px;
  font-size: 14px;
}

.dt-button:hover {
  background-color: #019892 !important;
}

div.dt-buttons {
  margin-bottom: 1rem;
}


/* ====================Contact Us Page Style Starts====================  */

.contact-form .position-wrapper .form-select {
  width: 450px;
  height: 30px;
  border-color: #000;
  height: 50px;
  border-radius: 10px;
  color: #909090;
}

.contact-form .position-wrapper .form-label {
  position: absolute;
  top: -12px;
  left: 12px;
  background-color: #fff;
  padding: 0 7px;
  margin-left: 15px;
}

.contact-form .position-wrapper .form-control {
  width: 450px !important;
}

.contact-form .textarea {
  width: 1070px !important;
  border-radius: 10px;
  border-color: black;
}

iframe {
  width: 100%;
  height: 350px;
  border-radius: 10px;
}

.contact-btn {
  width: 450px;
  background: #282f49;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.contact-btn:hover {
  border: 2px solid #282F49;
  color: #282F49;
}

@media (min-width: 768px) {
  iframe {
    height: 300px;
  }
}

/* ====================Contact Us Page Style Ends====================  */

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.centered h1 {
  margin-top: 40px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
}

.centered i {
  color: #282f49;
}


/* Product List  */
div.dt-buttons {
  position: absolute !important;
}

div.dataTables_wrapper div.dataTables_filter {

  margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_info {
  float: left;
  margin-top: 0;
  padding: 0;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  margin-top: 0.5rem;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  gap: 10px;
}

div.dt-buttons .dt-button {
  margin: 0 !important;
}











/* 11/7/2025 */
/* ====================Login Page Style Start====================  */

.login-container {
  max-width: 500px;
  margin: 20px auto;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.login-logo {
  display: block;
  margin: 0 auto 10px;
  width: 70px;
}

.login-title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.login-subtitle {
  color: #00B4AD;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  margin: 25px 0px 25px;
  line-height: 100%;
}

.form-control {
  border-radius: 10px;
  font-size: 14px;
}

.form-group label {
  font-size: 13px;
  margin-bottom: 5px;
}

.form-group .form-control::placeholder {
  color: #757575;
}

.password-wrapper {
  position: relative;
}

.password-wrapper .toggle-password,
.password-wrapper .toggle-password1 {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
}

.forgot-password {
  text-align: right;
  font-size: 12px;
  color: #999;
}

.fill-btn {
  background-color: var(--secondary-color);
  color: var(--white-color);
  font-weight: 700;
  border-radius: 30px;
  padding: 10px;
  width: 100%;
  font-size: 20px;
}

.fill-btn:hover {
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
}

.social-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.social-buttons button {
  width: 48%;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-weight: 700;
}

.social-buttons img {
  width: 36px;
  height: 35px;
  margin-right: 6px;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ccc;
  margin: 0 10px;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 500;
  color: #909090;
  width: 500px;
  justify-content: center;
}

.social-fonts {
  font-family: 'Poppins',
    sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
}

.outline-btn {
  border: 2px solid var(--secondary-color);
  border-radius: 30px;
  width: 455px;
  padding: 10px;
  font-weight: 700;
  color: var(--secondary-color);
  background: transparent;
  margin: 25px;
  text-align: center;
}

.outline-btn:hover {
  color: var(--white-color);
  background: var(--secondary-color);
}

.create-account {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.text-forget {
  color: #909090;
}

@media (max-width: 576px) {
  .login-container {
    margin: 20px;
    padding: 20px;
  }

  .social-buttons button {
    width: 100%;
    margin-bottom: 10px;
  }

  .outline-btn,
  .divider {
    width: 90%;
  }
}


.custom-input .form-control:focus {
  position: relative;
  margin-bottom: 25px;
}

.custom-input label {
  position: absolute;
  top: -6px;
  left: 15px;
  background: #fff;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  line-height: 100%;
  z-index: 1;
}

.custom-input .form-control {
  padding-top: 12px;
  padding-left: 15px;
  height: 60px;
  font-size: 15px;
  border-radius: 12px;
  border: 1px solid #aaa;
  /* background-color: #fafafa; */
  width: 100%;
}

.custom-input .form-control:focus {
  border-color: #00B4AD;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 180, 173, 0.25);
}

.password-wrapper {
  position: relative;
}

.password-wrapper .toggle-password {
  position: absolute;
  right: 15px;
  top: 35px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
}

/* ====================Login Page Style End====================  */

/* ==================create-account page start=================  */

.signup-wrapper {
  max-width: 500px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.signup-logo {
  display: block;
  margin: 0 auto 15px;
  width: 70px;
}

.signup-heading {
  text-align: center;
  font-size: 30px;
  color: #00B4AD;
  font-weight: 600;
  margin-bottom: 30px;
}

.create-account-logo-text {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}

.signup-form {
  display: flex;
  flex-direction: column;
}

.form-box {
  position: relative;
  margin-bottom: 25px;
}

.form-box label {
  position: absolute;
  top: -6px;
  left: 15px;
  background: #fff;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  line-height: 100%;
  z-index: 1;
}

.form-box select {
  height: 50px;
  border: 1px solid #aaa;
  border-radius: 10px;
  padding: 18px 15px 10px;
  background: #fafafa;
  font-size: 15px;
  width: 100%;
  color: #757575;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%227%22%20viewBox%3D%220%200%2010%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201L5%205L9%201%22%20stroke%3D%22%23ccc%22%20stroke-width%3D%222%22/%3E%3C/svg%3E") no-repeat right 15px center;
}

.form-box input {
  height: 50px;
  border: 1px solid #aaa;
  border-radius: 10px;
  padding: 18px 15px 10px;
  font-size: 15px;
  width: 100%;
}

.input-with-button {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.otp-button {
  background: #282F49;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 20px;
  height: 50px;
  width: 136px;
  margin-bottom: auto;
}

.password-box {
  position: relative;
  margin-bottom: 25px;
}

.password-info {
  margin-bottom: 25px;
}

.password-info p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 500;
}

.toggle-visibility {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
  font-size: 18px;
}

.password-rules {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.password-rules li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}

.password-rules li i {
  color: #00B4AD;
  margin-right: 10px;
  font-size: 16px;
}

.checkbox-wrapper-custom {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}

.checkbox-wrapper-custom input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid #00b4ad;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.checkbox-wrapper-custom input[type="checkbox"]::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 10px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  opacity: 0;

}

.checkbox-wrapper-custom input[type="checkbox"]:checked {
  background-color: #00b4ad;
  border-color: #00b4ad;
}

.checkbox-wrapper-custom input[type="checkbox"]:checked::before {
  opacity: 1;
}

.signup-form input:focus,
.signup-form select:focus {
  border-color: #00B4AD;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 180, 173, 0.25);
}

.signup-submit {
  background: #282F49;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 10px;
  border: none;
  border-radius: 30px;
  width: 100%;
  margin-top: 10px;
}

@media (max-width: 576px) {
  .signup-wrapper {
    padding: 20px;
    margin: 20px;
  }

  .input-with-button {
    flex-direction: column;
    align-items: stretch;
  }

  .input-with-button .form-box {
    margin-bottom: 10px;
  }

  .input-with-button .form-box button {
    margin-bottom: 25px;
  }

  .otp-button {
    width: 100%;
    margin-bottom: 25px;
  }

  .signup-submit {
    font-size: 18px;
  }

}

/* ================= create-account page end=================  */

/* ================= Enter OTP page start=================  */

.otp-container {
  max-width: 500px;
  margin: 40px auto;
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.otp-logo-img {
  width: 70px;
  margin-bottom: 5px;
}

.otp-logo-text {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
}

.otp-title {
  color: #00b4ad;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 25px;
}

.otp-field-wrap {
  position: relative;
  margin-bottom: 30px;
}

.otp-field-wrap label {
  position: absolute;
  top: -8px;
  left: 18px;
  background: #fff;
  padding: 0 6px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  z-index: 2;
  line-height: 100%;
}

.otp-field-wrap input {
  height: 50px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #cfcfcf;
  font-size: 16px;
  padding-left: 15px;
  width: 100%;
}

.btn-otp-verify {
  width: 100%;
  border-radius: 30px;
  font-weight: 700;
  font-size: 18px;
  background-color: #282F49;
  color: #fff !important;
  padding: 10px 0;
}

.btn-otp-verify:hover {
  border: 2px solid #282f49;
  color: #282f49 !important;
}

.btn-otp-resend {
  width: 100%;
  border-radius: 30px;
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
  padding: 10px 0;
  background-color: #fff !important;
  color: #282F49 !important;
}

/* Responsive */
@media (max-width: 576px) {
  .otp-container {
    margin: 20px;
    padding: 20px 15px;
  }
}

/* ================= Enter OTP page end=================  */

/* ================= forgot-password page start=================  */

.forgot-container input.form-control:focus {
  border-color: #00B4AD;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 180, 173, 0.25);
}

.forgot-container {
  max-width: 500px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.forgot-logo {
  display: block;
  margin: 0 auto 10px;
  width: 70px;
}

.forgot-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.forgot-header {
  font-size: 22px;
  font-weight: 700;
  color: #00B4AD;
  margin-bottom: 8px;
}

.forgot-subtext {
  font-size: 14px;
  color: #00B4AD;
  margin-bottom: 25px;
}

.forgot-input {
  position: relative;
  margin-bottom: 25px;
  text-align: left;
}

.forgot-input label {
  position: absolute;
  top: -6px;
  left: 15px;
  background: #fff;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  line-height: 100%;
  z-index: 1;
}

.forgot-input .form-control {
  padding-top: 18px;
  padding-left: 15px;
  height: 55px;
  font-size: 16px;
  border-radius: 12px;
  border: 1px solid #e4e4e4;
  background-color: #fafafa;
  width: 100%;
}

.forgot-input .form-control:focus {
  border-color: #00b4ad;
  box-shadow: none;
}

.btn-forgot-otp {
  background-color: #282F49;
  color: #fff !important;
  font-weight: 700;
  border-radius: 30px;
  padding: 12px;
  font-size: 18px;
  width: 100%;
}

.btn-forgot-otp:hover {
  border: 2px solid #282f49;
  color: #282F49 !important;
}

@media (max-width: 576px) {
  .forgot-container {
    margin: 20px;
    padding: 20px;
  }

  .btn-forgot-otp {
    font-size: 16px;
  }
}

/* ================= forgot-password page end=================  */

/* ================= new password page start=================  */

.reset-container {
  max-width: 500px;
  margin: 40px auto;
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.reset-logo-img {
  width: 70px;
  margin-bottom: 5px;
}

.reset-logo-text {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}

.reset-title {
  color: #00b4ad;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 25px;
}

.reset-field {
  position: relative;
  margin-bottom: 30px;
}

.reset-field label {
  position: absolute;
  top: -8px;
  left: 18px;
  background: #fff;
  padding: 0 6px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  z-index: 2;
  line-height: 100%;
}

.reset-field input {
  height: 50px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #cfcfcf;
  font-size: 15px;
  padding-left: 15px;
  width: 100%;
}

.reset-password-wrapper {
  position: relative;
}

.reset-toggle-password {
  position: absolute;
  right: 15px;
  top: 35px;
  transform: translateY(-50%);
  color: #999;
  font-size: 18px;
  cursor: pointer;
}

.reset-submit-btn {
  width: 100%;
  border-radius: 30px;
  font-weight: 700;
  font-size: 18px;
  background-color: #282F49;
  color: #fff !important;
  padding: 10px 0;
}

/* Responsive */
@media (max-width: 576px) {
  .reset-container {
    margin: 20px;
    padding: 20px 15px;
  }
}

/* ================= new password page end=================  */

/* 12/07/2025 */

/* ====================Homepage style start==================== */

.promotion-section {
  text-transform: uppercase;
  background-color: #203864;
  letter-spacing: 2px;
  color: var(--white-color);
  font-weight: bold;
  font-size: 1.2rem;
  max-width: 80%;
  margin: 20px auto;
  border-radius: 25px;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


.middle-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}


.text-black {
  color: black;
}

.text-white {
  color: var(--white-color);
}


.carousel-indicators button {
  background-color: #203864;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators .active {
  background-color: var(--white-color);
}

.homepage-aside-hero-image {
  width: 24%;
}



.img-wrapper.icon-img {
  padding: 10px 0;
}

.img-wrapper.icon-img img {
  height: 65px;
}

.image-wrapper {
  position: relative;
  width: 30%;
  height: 250px;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.image-text {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px 10px;
}

.carousel-inner img,
.homepage-aside-hero-image img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .navbar-toggler {
    display: none !important;
  }
}

/* ====================Header style start==================== */

header {
  background-color: #00b4ad;
  padding: 10px 12px;
  width: 100%;
}

.form-control,
.form-select {
  font-size: 16px;
  padding: 6px;
  width: auto;
  min-width: 100px;
}

.small-dropdown {
  width: 90px;
  text-align: center;
  color: #909090;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg fill='%23909090' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
  background-color: #fff;
  background-size: 12px;
  padding: 10px 20px;
}

.input-field {
  width: 190px;
  text-align: center;
  padding: 4px 6px;
  font-size: 12px;
}

.input-field::placeholder {
  color: #909090;
  opacity: 1;
}

.language-text {
  color: #282f49;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.hamburger-static-btn {
  background: none;
  border: none;
  cursor: default;
  padding: 0;
  margin-left: 10px;
  display: inline-block;
}

.sidebar-menu {
  top: 86px;
  left: 0;
  width: auto;
  background-color: var(--white-color);
  z-index: 1050;
  padding: 10px 0;
}

.list-group .list-group-item {
  background-color: transparent;
  color: var(--secondary-color);
  border: none;
  font-weight: 500;
  padding: 12px 20px;
}

.list-group .list-group-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.list-group .list-group-item a {
  font-size: 20px;
  color: var(--secondary-color);
}

.list-group .list-group-item a:hover {
  color: var(--primary-color);
}

.hamburger-static-btn i {
  font-size: 1.5rem;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 15px;
}

.left-section {
  display: flex;
  align-items: center;
  gap: 5px;
}

.right-section {
  display: flex;
  align-items: center;
  gap: 8px;
}

.center-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-grow: 1;
  flex-wrap: wrap;
}

.rounded-pill {
  border-radius: 50px !important;
}

.btn-custom {
  background-color: var(--secondary-color) !important;
  color: var(--white-color) !important;
  border: none;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  padding: 4px 8px;
  height: 34px;
}

.search-box {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  width: 420px;
}

.search-box input {
  border: none;
  padding: 10px 20px;
  width: 100%;
  font-size: 14px;
}

.search-box input:focus {
  outline: none;
  box-shadow: none;
}

.search-box button {
  background-color: #2d2e4e;
  color: var(--white-color);
  border: none;
  padding: 0 16px;
  cursor: pointer;
}

.country-flag img {
  width: 14px;
  height: 10px;
  margin-right: 5px;
}

img.logo {
  height: 50px;
}

@media (max-width: 992px) {
  .header-container {
    flex-direction: row;
    align-items: center;
    text-align: center;
  }

  .search-box {
    width: auto;
  }
}

@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
  }

  .btn-custom,
  .btn-sm.rounded-pill {
    /* padding: 6px 10px; */
    text-align: center;
    margin: 10px auto;
    height: auto;
    font-size: 14px;
  }

  .left-section {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }

  #navbarContent .navbarContentsubdiv {
    flex-direction: row !important;
  }

  .center-section {
    flex-direction: row !important;
    justify-content: flex-start;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 576px) {
  .center-section {
    flex-wrap: nowrap;
    justify-content: center;
  }

  #navbarContent .navbarContentsubdiv {
    flex-direction: column !important;
  }
}

/* Slider Style  */

.homepage-aside-hero-image {
  position: relative;
}

.homepage-aside-hero-image .position-text {
  position: absolute;
  top: 0;
  font-size: 1.3rem;
  right: 0;
  font-weight: 600;
  margin: 10px;
}

.homepage-aside-hero-image .deal-box {
  position: absolute;
  bottom: 0;
  background: var(--primary-color);
  height: 30%;
  width: 100%;
}

.homepage-aside-hero-image .deal-box p {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding-top: 0.75rem;
  margin-bottom: 0 !important;
}

.homepage-aside-hero-image .deal-box span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  padding-top: 0.25rem;
}

.homepage-aside-hero-image .deal-circle {
  position: absolute;
  left: 0;
  bottom: 20%;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: var(--third-color);
  font-size: 0.8rem;
  font-weight: 600;
}

/* module style  */

.bg-blue-gradient {
  background: linear-gradient(179.35deg, rgba(231, 245, 254, 0.47) 39.08%, #CEEAFF 99.4%);
}

.btn-explore {
  color: var(--white-color);
  border-radius: 16px;
  border: 0;
  font-weight: 500;
  padding: 10px 40px;
  background: linear-gradient(90deg, rgba(0, 180, 173, 0.7) 0%, rgba(0, 78, 75, 0.7) 100%);
}

.wrapper {
  position: relative;
  z-index: 2;
}

.wrapper h6 {
  color: #00B4AD;
}

.overlay {
  display: block;
  position: absolute;
  height: 60%;
  background: #c3ecee;
  width: 100%;
  bottom: -12px;
  margin: auto;
  z-index: 1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  left: 0;
}

.i-images {
  display: flex;
}

@media (max-width: 768px) {
  .main-slider {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 0 !important;
  }

  #middleCarousel {
    margin: 0 !important;
  }

  .homepage-aside-hero-image {
    width: 100%;
  }

  .carousel-inner img,
  .homepage-aside-hero-image img {
    height: 100%;
  }

  .homepage-aside-hero-image .deal-box {
    height: auto;
    padding: 10px;
  }

  .deal-box p,
  .deal-box span {
    font-size: 14px !important;
  }
}

/* Footer Style Starts */

.footer {
  background-color: #00b4ad;
  color: var(--white-color);
  padding: 20px 0;
  font-size: 12px;
}

.footer-logo {
  width: 90px;
  margin-bottom: 10px;
}


.footer h5 {
  font-weight: bold;
  margin-bottom: 12px;
}

.footer h6 {
  font-weight: bold;
  font-size: 18px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 6px;
}

.footer ul li a {
  text-decoration: none;
  transition: 0.3s;
  font-weight: 500;
  color: #282f49;
  font-size: 14px;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.footer .seller-btn {
  background-color: #282F49;
  color: var(--white-color);
  padding: 8px 15px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}

.footer .footer-bottom {
  margin-top: 20px;
  border-top: 1px solid rgb(255, 255, 255, 0.2);
  padding-top: 15px;
  font-size: 14px;
}

.footer .social-icons {
  margin: 15px 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.footer .social-icons a {
  color: var(--white-color);
  font-size: 22px;
  transition: 0.3s;
}

.footer .social-icons a:hover {
  color: #f1c40f;
}

.footer .company-name {
  font-weight: 500;
    color: #282f49;
    font-size: 14px;
  text-align: center;
}

.copyrights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 10px 0;
}

.horizontal-line {
  margin-top: -10px;
}

.promo-text {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
}

.promo-text::before,
.promo-text::after {
  content: "";
  flex: 1;
  border-top: 2px solid #000;
  margin: 0 10px;
}

.copyright-text {
  text-align: left;
  margin-left: 1cm;
  color: #fff;
  white-space: nowrap;
}

.copyright-text span {
  display: block;
}

.social-icons a {
  margin: 0 5px;
}

.social-icons img {
  width: 30px;
  height: 30px;
}

.copyrights div:last-child {
  text-align: right;
  color: #fff;
}

.copyright-text,
.copyrights div:last-child {
  font-weight: bold;
  color: #fff;
}

@media (max-width: 768px) {
  .footer-section .footer .container-fluid .row .col-6.col-sm-6.col-md-3.col-lg-2 {
    margin-bottom: 15px;
  }
}

/* Footer Style Ends */

/* ====================Homepage style end==================== */

/* --------------------Seller Profile page Style Starts--------------------- */

.background {
  background-color: #fff;
}

.myprofile {
  margin-left: 30px;
  border-radius: 50%;
  border: 3px solid #00B4AD;
  width: 100px;
  height: 100px;
}

.myprofile a img {
  margin-top: 50px;
  margin-left: 65px;
}

a {
  text-decoration: none;
}

.active-btn {
  height: 40px;
  border-radius: 30px;
  font-weight: 500;
  padding: 10px;
  background-color: #00B4AD;
  text-align: left;
}

.active-btn a {
  text-decoration: none;
  color: #fff;
}

.common-btn {
  height: 40px;
  border-radius: 30px;
  padding: 5px 10px;
  border: 3px solid #00B4AD;
  text-align: left;
}

.common-btn a {
  text-decoration: none;
  color: #00B4AD;
}

.custom-input {
  border-radius: 10px;
  border-color: black;
}

.position-wrapper .form-select {
  width: 100%;
  border-color: #000;
  height: 50px;
  border-radius: 10px;
  color: #909090;
  font-size:15px;
}

.form-label {
  position: absolute;
  top: -12px;
  left: 12px;
  background-color: #fff;
  padding: 0 7px;
  margin-left: 15px;
}

.position-wrapper .form-control {
  width: 100% !important;
}

.textarea .form-control {
  width: 100% !important;
  border-radius: 10px;
  border-color: black;
}

.position-wrapper {
  position: relative;
  margin-top: 2rem;
}

.form-check-input:checked {
  background-color: #00B4AD;
  border-color: #00B4AD;
}

@media (max-width: 992px) {
  .my-custom-form {
    width: 100% !important;
  }

  .my-custom-form .BUTTON {
    justify-content: center !important;
  }

  .my-custom-form .BUTTON .btn-custom {
    margin: 0;
  }

  .position-wrapper .form-control,
  .position-wrapper .form-select {
    width: 100% !important;
    min-width: 250px !important;
  }
}

/* --------------------Seller Profile page Style Ends--------------------- */

/* 14/07/2025 */

/* -------------------Dashboard Style Starts--------------------- */
.dashboard-left-section-active {
  color: white;
  background-color: #00B4AD;
  border-radius: 30px;
  padding: 10px;
  font-size: 20px;
}

.dashboard-left-section {
  color: #00B4AD;
  border: solid 3px #00B4AD;
  border-radius: 30px;
  padding: 10px;
  font-size: 20px;
}

.panel {
  background-color: #00B4AD;
  width: 210px;
  height: auto;
  padding: 10px;
  border-radius: 10px;
}

.panel-1 {
  background-color: #FFBF8D;
  width: 210px;
  height: 200px;
  border-radius: 10px;
}

.panel .panel-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3EE3DD;
  color: #fff;
}

.panel-icon i {
  font-size: 30px;
}

.chart-card {
  background: white;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.info-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.user-pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
}

.sub-menu-wrap {
  position: absolute;
  top: 70px;
  right: 20px;
  width: 280px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  z-index: 1000;
}

.sub-menu-wrap.open-menu {
  max-height: 400px;
}

.sub-menu {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.user-info {
  display: flex;
  align-items: center;
}

.user-info img {
  width: 50px;
   height: 50px;
  border-radius: 50%;
  margin-right: 10px;
   object-fit: cover;
}

.user-info h3 {
  font-weight: 500;
  font-size: 16px;
}

.sub-menu hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 15px 0;
}

.sub-menu-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #525252;
  margin: 12px 0;
}

.sub-menu-link img {
  width: 36px;
  background: #e5e5e5;
  border-radius: 50%;
  padding: 8px;
  margin-right: 15px;
}

.sub-menu-link p {
  flex: 1;
  margin: 0;
  font-size: 14px;
}

.sub-menu-link span i {
  transition: transform 0.4s;
}

.sub-menu-link:hover span i {
  transform: translateX(5px);
}

.sub-menu-link:hover p {
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 500px) {
  .sub-menu-wrap {
    right: 10px;
    width: 90%;
  }
}

/* ------------------ Dashboad style Ends ------------------ */

/* --------------------Product Upload page Style Starts --------------------- */

.Garment .form-select {
  width: 100% !important;
  height: 55px !important;
  font-size:15px;
}

.Garments .form-control {
  width: 100% !important;
   font-size:15px;
}

.Product .form-control {
  width: 100% !important;
}

.form-label {
  font-weight: 500;
}

.upload-box {
  border: 2px dashed #bbb;
  border-radius: 8px;
  padding: 30px 10px;
  text-align: center;
  cursor: pointer;
  color: #555;
  transition: border 0.3s ease;
  min-height: 150px;
}

.upload-box:hover {
  border-color: #00B4AD;
}

.upload-icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.file-list {
  margin-top: 10px;
}

.file-item {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    background: transparent;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    width: fit-content;
}
 

.file-item button {
  border: none;
  background: transparent;
  color: red;
  font-size: 18px;
  cursor: pointer;
}

.btn-dark {
  background-color: #1e1f3f;
  color: white;
  border-radius: 25px;
  padding: 6px 20px;
  margin: 5px;
}

.add-more-btn {
  margin-top: 10px;
}

.add-more-btn:hover {
  background-color: #00B4AD;
  border: none;
}

/* --------------------  Product Upload page Style Ends--------------------- */

/* Shop list style start  */

#shopTable_wrapper .dt-buttons,
#productTable_wrapper .dt-buttons,
#MemberListTable_wrapper .dt-buttons,
#OrderListTable_wrapper .dt-buttons {
  position: relative !important;
  flex-wrap: wrap;
}

.submenuClose {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
}

@media (max-width: 1200px) and (min-width: 992px) {

  .dashboard-left-section,
  .dashboard-left-section-active {
    font-size: 14px;
    width: auto;
    padding: 8px;
  }
}

@media (max-width: 992px) {
  .my-custom-shop-list {
    width: 100%;
  }

  .my-news-starts {
    width: 100%;
  }

  .shop-list-name {
    flex-direction: column;
    align-items: flex-start !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 650px) {

  #shopTable_wrapper .mycustom-div-wrap,
  #productTable_wrapper .mycustom-div-wrap,
  #MemberListTable_wrapper .mycustom-div-wrap,
  #OrderListTable_wrapper .mycustom-div-wrap {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .my-custom-shop-list {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 20px !important;
  }

  .dt-buttons {
    display: flex;
    justify-content: center;
    gap: 5px;
  }

  .mini-news-card-6 {
    width: 100%;
  }
}

/* Shop list style end  */
.my-news-starts {
  background: #E6F8F7;
}

@media (max-width: 1200px) {

  .common-btn,
  .active-btn {
    font-size: 14px;
    line-height: 24px;
  }

  .p-box {
    max-width: 1000px;
  }
}

@media (max-width: 992px) {
  .p-box .row {
    gap: 20px;
  }

  .p-box .row .col-5,
  .p-box .row .col-4 {
    width: max-content;
  }

  .p-box {
    max-width: min-content;
  }

  .panel {
    width: 48%;
  }
}

@media (max-width: 425px) {
  .p-box {
    border: none;
  }

  .panel {
    width: 100%;
  }
}

#newsTabs li a {
  color: var(--black-color);
  background: transparent;
  border: none;
}

#newsTabs li a.active {
  color: red;
  background: transparent;
  border: none;
}

.news-thumb {
  width: 100px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

.news-tab-thumb {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 4px;
}

/* 18/07/2025 */


/* ------------------- Marketplace Style starts------------------------- */

/* Left Section */

.left-section-container {
  padding: 10px;
}

.left-section-header {
  background-color: #fff;
  padding: 0 10px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  margin-bottom: 10px;
}

.left-Business {
  padding: 0;
  margin-bottom: 20px;
  width: Auto;
  border: 1px solid #dedede;
  border-radius: 15px;
}

.A-Search {
  width: auto;
  height: 50px;
  background: #dedede;
  border-radius: 10px;
  margin: 10px;
}


.A-Search h4 {
  text-align: left;
  padding: 10px;
}

.Search-Business {
  background: #dedede;
  text-decoration: none;
  border: none;
  text-align: center;
  font-size: 15px;
}

.hero__devider {
  border-right: 1px solid var(--black-color);
  width: 2px;
  height: 50px;
}

.search-btn {
  align-items: end;
  margin-left: auto;
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

.search-btn i {
  font-size: 15px;
  cursor: pointer;
  color: var(--text-gray);
}

.search-btn a {
  color: #000;
  padding-right: 20px;
}

.List-A span {
  padding-right: 15px;
  font-size: 20px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.list-unstyled li a {
  color: #282F49;
  font-size: 16px;
    font-weight: 400;
}

.list-unstyled li a:hover {
  color: #00B4AD;
}

.S-btn {
  /* margin: auto; */
  border: none;
  background: none;
  color: #909090;
  padding: 15px;
  font-size: 20px;
}

/* Left Section Ends */

/* Center Section Starts */
.Shops a {
  text-align: end;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

/* Center Section Ends */

/* -----------------Dhirajsons Page Style Starts--------------------*/

/* ----------------------------header Starts-------------------------- */
.navbar {
  background: #00B4AD;
  height: 80px;
  border-radius: 5px;
}

.navbar-brand img {
  height: 60px;
}

.input-group input {
  border: none;
  outline: none;
  border-radius: 30px;
}

.input-group button {
  margin: 0;
  padding: 8px 16px;
}

.d-search {
  font-size: 13px;
  width: 300px;
  border-radius: 0 30px 30px 0;
  padding-left: 20px;

}

.custom-btn {
  border-radius: 0 30px 30px 0;
}

/* ----------------------------header Ends-------------------------- */

/* --------------------Card Style Starts--------------------- */
.product-grid .product-col {
  padding: 15px;
}

.product-card {
  background: #fff;
  border-radius: 8px;
  position: relative;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-card img {
  max-height: 250px;
  object-fit: contain !important;
  margin-top: 10px;
  margin-bottom: 15px;
}

.product-card span {
  text-align: center;
  font-size:0.8rem;
  margin-top: 5px;
}

.product-card h4 {
  text-align: center;
  font-size:1.2rem;
  margin-bottom: 5px;
}

.product-card .star {
  color: #e3c01c;
  ;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 5px;
}

.product-card .star span {
  font-size: 14px;
  padding-left: 5px;
}

.discount-badge {
  background: #28a745;
  color: white;
  border-top-left-radius: 5px !important;
}

.discount-badge-left {
  position: absolute;
  top: 0;
  left: 0;

}

.product-card .icon {
  margin-top: auto;
  gap: 10px;
  margin-bottom: 10px;
}

.filter-offcanvas-custom {
  height: 70vh;
}

.product-card .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.product-card .quantity span {
  font-size: large;
  font-weight: 500;
  line-height: normal;
  background: #72AD43;
  color: #fff;
}

.product-card .quantity p {
  padding-left: 5px;
  background: #fff;
  width: 100px;
  height: 42px;
  border: 1px solid #909090;
  border-radius: 5px;
  align-content: center;
}

.icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 15px;
}

.wishlist-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 25px;
  color: #282F49;
}

.wishlist-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#offcanvasFilters {
  height: 50vh;
}

.main-btn {
  padding: 12px 20px;
  color: #fff;
  background-color: #282F49;
  border: 1px solid transparent !important;
  border-radius: 4rem;
  font-size: 15px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.main-btn-outline {
  padding: 12px 20px;
  color: #282F49;
  background-color: transparent;
  border: 1px solid #282F49 !important;
  border-radius: 4rem;
  font-size: 15px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.main-btn:hover {
  border-color: #282f49 !important;
   background-color: transparent;
  color: #282F49;
}

.main-btn-outline:hover {
  background-color: #282f49 !important;
  color: #fff;
}
/*.main-btn-outline-enquiry {*/
/*  padding: 12px 20px;*/
/*  color:  #00b4ad;*/
/*  background-color: transparent;*/
/*  border: 2px solid  #00b4ad !important;*/
/*  border-radius: 4rem;*/
/*  font-size: 15px;*/
/*  font-weight: 500;*/
/*  border: none;*/
/*  cursor: pointer;*/
/*}*/

/*.main-btn-outline-enquiry:hover {*/
/*  background-color:  #00b4ad !important;*/
/*  color: #fff;*/
/*}*/
.icon .main-btn {
  padding: 8px 12px;
  color: #fff;
  background-color: #282F49;
  border: 1px solid transparent !important;
  border-radius: 4rem;
  font-size: 12px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.icon .main-btn-outline {
  padding: 8px 12px;
  color: #282F49;
  background-color: transparent;
  border: 1px solid #282F49 !important;
  border-radius: 4rem;
  font-size: 12px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.icon .main-btn:hover {
  border-color: #282f49 !important;
  background-color: transparent;
  color: #282F49;
}

.icon .main-btn-outline:hover {
  background-color: #282f49 !important;
  color: #fff;
}

.product-card .price p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px !important;
}

.product-card .price p.text-muted {
  font-size: 18px;
  padding-left: 5px;
  font-weight: 400;
}

@media (min-width: 1440px) {
  .sidebar-custom {
    display: block !important;
  }

  .sidebar-custom-btn {
    display: none !important;
  }

  .product-grid .product-col {
    width: 25%;
  }
}

@media (max-width: 1439.98px) {
  .sidebar-custom {
    display: none !important;
  }

  .sidebar-custom-btn {
    display: block !important;
  }

  .products-custom {
    width: 100%;
  }

  .filter-offcanvas-custom {
    height: 70vh;
    overflow-y: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .product-grid .product-col {
    width: 33.3333%;
  }
}

@media (max-width: 1023px) {
  .product-grid .product-col {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .product-grid .product-col {
    width: 100%;
  }
}

/* -----------------------Card Style Ends--------------------- */

/* --------------------pagination style starts-------------------- */
.active>.page-link {
  background-color: #00B4AD;
  border-radius: 0.375rem;
  border: none;
}

.page-link {
  border: 0.2px solid #909090;
  border-radius: 0.375rem;
}

.pagination a {
  color: #00B4AD;
}

.pagination a:hover {
  color: #00B4AD;
  border: 0.2px solid #909090;
}

/* --pagination style Ends--*/

/* -----------------Marketplace Style Ends--------------------*/

/* -----------------Product-Detail Page Style Start--------------------*/

#ProductDetails .section-title {
  margin-bottom: 45px;
}

#ProductDetails .section-title h4 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

#ProductDetails .section-title h4:after {
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 70px;
  background: var(--black-color);
  content: "";
}

#ProductDetails .set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

#ProductDetails .spad {
  padding-top: 100px;
  padding-bottom: 100px;
}

#ProductDetails .product-details {
  padding-top: 70px;
  padding-bottom: 50px;
}

#ProductDetails .product__details__pic {
  overflow: hidden;
}

#ProductDetails .product__details__pic__left {
  width: auto;
  max-height: 574px;
  float: left;
  overflow-y: auto;
}

#ProductDetails .product__details__pic__left .pt {
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
  height: 100px;
  width: 100px;
  position: relative;
  border: 1px solid #d9d9d9;
}

#ProductDetails .product__details__pic__left .pt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#ProductDetails .product__details__pic__left .pt.active::after {
  opacity: 0.3;
}

#ProductDetails .product__details__pic__left .pt:last-child {
  margin-bottom: 0;
}

#ProductDetails .product__details__pic__left .pt img {
  min-width: 100%;
  height: 100%;
  object-fit: contain;
}

#ProductDetails .product__details__slider__content {
  width: calc(78% - 20px);
  float: left;
  margin-left: 20px;
}

#ProductDetails .product__details__pic__slider {
  /*border: 1px solid #d9d9d9;*/
  /*padding: 10px 0;*/
}

#ProductDetails .product__details__pic__slider.owl-carousel .owl-nav button {
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 22px;
  color: #111111;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  margin-top: -20px;
}

#ProductDetails .product__details__pic__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 10px;
}

#ProductDetails .product__details__text h3 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

#ProductDetails .product__details__text h3 span {
  display: block;
  font-size: 14px;
  color: #444444;
  text-transform: none;
  font-weight: 400;
  margin-top: 5px;
}

#ProductDetails .product__details__text .rating {
  margin-bottom: 16px;
}

#ProductDetails .product__details__text .rating i {
  font-size: 12px;
  color: #e3c01c;
  margin-right: -4px;
}

#ProductDetails .product__details__text .rating span {
  font-size: 12px;
  color: #666666;
  margin-left: 5px;
}

#ProductDetails .product__details__text p {
  color: #444444;
  margin-bottom: -1px;
}

#ProductDetails .product__details__price {
  font-size: 30px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 30px;
}

#ProductDetails .product__details__price span {
  font-size: 18px;
  color: #b1b0b0;
  text-decoration: line-through;
  margin-left: 10px;
  display: inline-block;
}

#ProductDetails .quantity {
  /* float: left; */
  margin-right: 10px;
  margin-bottom: 10px;
}

#ProductDetails .quantity>span {
  font-size: 14px;
  color: #111111;
  font-weight: 600;
  float: left;
  margin-top: 14px;
  margin-right: 15px;
}

#ProductDetails .pro-qty {
  height: 50px;
  width: 150px;
  border: 1px solid #ebebeb;
  border-radius: 50px;
  padding: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#ProductDetails .pro-qty .qtybtn {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  float: left;
  width: 12px;
  line-height: 46px;
}

#ProductDetails .pro-qty input {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  border: none;
  float: left;
  width: 84px;
  text-align: center;
  height: 48px;
}

#ProductDetails .product__details__button {
  overflow: hidden;
  margin-bottom: 25px;
}

#ProductDetails .product__details__button .cart-btn {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background: #ca1515;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 30px 15px;
  border-radius: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#ProductDetails .product__details__button ul {
  float: left;
}

#ProductDetails .product__details__button ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

#ProductDetails .product__details__button ul li:last-child {
  margin-right: 0;
}

#ProductDetails .product__details__button ul li a {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  padding-top: 1px;
}

#ProductDetails .product__details__button ul li a span {
  font-size: 18px;
  color: #666666;
}

#ProductDetails .product__details__widget {
  border-top: 1px solid #ebebeb;
  padding-top: 35px;
}

#ProductDetails .product__details__widget ul li {
  list-style: none;
  margin-bottom: 10px;
}

#ProductDetails .product__details__widget ul li:last-child {
  margin-bottom: 0;
}

#ProductDetails .product__details__widget ul li span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  width: 150px;
}

#ProductDetails .product__details__widget ul li .stock__checkbox {
  overflow: hidden;
}

#ProductDetails .product__details__widget ul li .stock__checkbox label {
  display: block;
  padding-left: 20px;
  font-size: 14px;
  color: #666666;
  position: relative;
  cursor: pointer;
}

#ProductDetails .product__details__widget ul li .stock__checkbox label input {
  position: absolute;
  visibility: hidden;
}

#ProductDetails .product__details__widget ul li .stock__checkbox label input:checked~.checkmark {
  border-color: #ca1515;
}

#ProductDetails .product__details__widget ul li .stock__checkbox label input:checked~.checkmark:after {
  border-color: #ca1515;
  opacity: 1;
}

#ProductDetails .product__details__widget ul li .stock__checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: 5px;
  height: 10px;
  width: 10px;
  border: 1px solid #444444;
  border-radius: 2px;
}

#ProductDetails .product__details__widget ul li .stock__checkbox label .checkmark:after {
  position: absolute;
  left: 0px;
  top: -2px;
  width: 11px;
  height: 5px;
  border: solid #ffffff;
  border-width: 1.5px 1.5px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
  opacity: 0;
  content: "";
}

#ProductDetails .product__details__widget ul li .color__checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
}

#ProductDetails .product__details__widget ul li .color__checkbox label.active input~.checkmark:after {
  border-color: #ffffff;
  opacity: 1;
}

#ProductDetails .product__details__widget ul li .color__checkbox label:last-child {
  margin-right: 0;
}

#ProductDetails .product__details__widget ul li .color__checkbox label input {
  position: absolute;
  visibility: hidden;
}

#ProductDetails .product__details__widget ul li .color__checkbox label input:checked~.checkmark:after {
  border-color: #ffffff;
  opacity: 1;
}

#ProductDetails .product__details__widget ul li .color__checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: -10px;
  height: 20px;
  width: 20px;
  background: #e31e2f;
  border-radius: 50%;
  content: "";
}

#ProductDetails .product__details__widget ul li .color__checkbox label .checkmark.black-bg {
  background: #111111;
}

#ProductDetails .product__details__widget ul li .color__checkbox label .checkmark.grey-bg {
  background: #e4aa8b;
}

#ProductDetails .product__details__widget ul li .color__checkbox label .checkmark:after {
  position: absolute;
  left: 3px;
  top: 5px;
  width: 13px;
  height: 6px;
  border: solid #ffffff;
  border-width: 1.5px 1.5px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
  opacity: 0;
  content: "";
}

#ProductDetails .product__details__widget ul li .size__btn label {
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 0;
}

#ProductDetails .product__details__widget ul li .size__btn label:last-child {
  margin-right: 0;
}

#ProductDetails .product__details__widget ul li .size__btn label.active {
  color: #ca1515;
}

#ProductDetails .product__details__widget ul li .size__btn label input {
  position: absolute;
  visibility: hidden;
}

#ProductDetails .product__details__widget ul li p {
  margin-bottom: 0;
  color: #666666;
}

#ProductDetails .product__details__tab {
  padding-top: 80px;
  margin-bottom: 65px;
}

#ProductDetails .nav {
  border-bottom: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}

#ProductDetails .nav::before {
  position: absolute;
  left: 0;
  top: 13px;
  height: 1px;
  width: 335px;
  background: #e1e1e1;
  content: "";
}

#ProductDetails .nav::after {
  position: absolute;
  right: 0;
  top: 13px;
  height: 1px;
  width: 335px;
  background: #e1e1e1;
  content: "";
}

#ProductDetails .nav-item {
  margin-right: 46px;
}

#ProductDetails .nav-item:last-child {
  margin-right: 0;
}

#ProductDetails .nav-item .nav-link {
  font-size: 18px;
  color: #666666;
  font-weight: 600;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
}

#ProductDetails .nav-item .nav-link.active {
  color: #111111;
}

#ProductDetails .tab-content .tab-pane h6 {
  color: #666666;
  font-weight: 600;
  margin-bottom: 24px;
}

#ProductDetails .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

#ProductDetails .related__title h5 {
  font-size: 20px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 35px;
}

#ProductDetails .product__big__img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

#ProductDetails .product__big__img video,
#ProductDetails .product__details__pic__left video {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

#ProductDetails .product__details__pic__left video {
  height: 100px;
  object-fit: cover;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #ProductDetails .nav::before {
    width: 240px;
  }

  #ProductDetails .nav::after {
    width: 240px;
  }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #ProductDetails .product__details__pic {
    margin-bottom: 50px;
  }

  #ProductDetails .nav::before {
    width: 125px;
  }

  #ProductDetails .nav::after {
    width: 125px;
  }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
  #ProductDetails .product__details__pic__left {
    height: auto;
  }

  #ProductDetails .product__details__pic {
    margin-bottom: 30px;
  }

  #ProductDetails .quantity {
    float: none;
    margin-right: 0;
  }

  #ProductDetails .nav::before {
    display: none;
  }

  #ProductDetails .nav::after {
    display: none;
  }
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {

  #ProductDetails .product__details__button .cart-btn {
    float: none;
    margin-right: 0;
  }

  #ProductDetails .product__details__button ul {
    float: none;
  }

  #ProductDetails .nav-item {
    margin-right: 20px;
  }
}

.nice-scroll::-webkit-scrollbar {
  width: 0.25rem;
}

.nice-scroll::-webkit-scrollbar-thumb {
  background: #c2c2c2;
  border-radius: 10px;
}

.coupon-form {
  height: 50px;
}

/* -----------------Product-Detail Page Style End--------------------*/
/* 24/07/2025 */
/*========== ADS PAGE STYLE START ========== */

.text-danger i {
  position: absolute;
  top: 0;
  right: 0;
}

.border-bottom {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .border-bottom {
    align-items: start !important;
  }
}

.search_btn input {
  width: 80%;
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  padding: 8px;
  position: relative;
}
/*========== ADS PAGE STYLE END ========== */

@media only screen and (max-width: 575px){
  
}
