* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #19272b !important;
  font-family: "Lato", sans-serif !important;
}
@font-face {
  font-family: "Lato";
  src: url("../font/lato.regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../font/lato.medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../font/lato.semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../font/lato.bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* navbar css */

.custom-navbar {
  padding: 0px 80px;
  background-color: #000;
  border-bottom: 1px solid #292929;
  height: 80px;
}
.nav-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.nav-left,
.nav-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 80px;
}
.nav-left {
  gap: 50px;
}
.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 25px;
}
.nav-list li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  height: 80px;
  display: flex;
  align-items: center;
}
.nav-dropdown-item::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 15px;
  margin-left: 1px;
  background-image: url(../all-assets/chevron-down.svg);
  background-size: cover;
}
.nav-right {
  gap: 25px;
}
.nav-right-buttons {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}
.navbar-search {
  width: 400px;
  background-color: #19272b;
  border: none;
  color: #fff;
}
.search-container {
  background-color: #19272b;
  padding: 14px 20px;
  border-radius: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-icon {
  height: 24px;
}
.menu-offcanvas {
  display: none;
}
.nav-container-bottom .search-container {
  display: none;
}
.product-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  z-index: 999999;
}
.nav-dropdown-item:hover .product-dropdown {
  display: flex;
  flex-direction: column;
}
.product-dropdown-list {
  padding: 60px 80px;
  background-color: #19272b;
  max-height: 70vh;
  border-bottom: 1px solid #454545;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 190px;
  box-shadow: #00000036 0 201px 110px;
  overflow: auto;
}
.dropdownitemlabel ul li a {
  background-color: red;
}
.single-product-dropdown ul li {
  width: fit-content;
}
.single-product-dropdown ul {
  width: fit-content;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 30px;
}
.offcanvas-custom {
  background-color: #000 !important;
  border-right: 1px solid #292929 !important;
}
.offcanvas-custom .offcanvas-header {
  padding: 25px 40px;
}
.offcanvas-custom .offcanvas-body {
  padding: 25px 40px;
}
.btn-close-offcanvas {
  background: transparent;
  border: none;
  position: absolute;
  right: 25px;
  top: 25px;
}

.accordion-header-nav .accordion-button:not(.collapsed)::after {
  background-image: url(../all-assets/chevron-down-filter.svg) !important;
}
.accordion-header-nav .accordion-button::after {
  background-image: url(../all-assets/chevron-down-filter.svg) !important;
}
.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.accordion-header-nav .accordion-button {
  background-color: #000 !important;
  color: white !important;
  padding: 0;
  margin: 0;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
}
.mobile-nav-list li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}
.main-accordion {
  color: #fff !important;
  font-size: 18px !important;
}
.accordion-body-nav {
  background-color: #000;
}
.accordion-item-nav {
  border: none !important;
  background-color: #000 !important;
}
.accordion-body-nav-main {
  padding: 20px 10px !important;
}
.accordion-body-nav {
  padding: 20px 5px !important;
}
.accordion-body-nav ul {
  color: #9f9f9f;
  font-size: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#accordionProducts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.logo-navbar {
  height: 50px;
}

/* footer css */

footer {
  width: 100%;
  background-color: #000000;
  padding: 70px 80px 0 80px;
  margin: 0 !important;
}
.copyright-text {
  color: #bcbcbc;
  font-size: 10px;
  font-weight: 500;
  margin: 10px 0 50px 0;
}
.logo-footer {
  height: 65px;
}
.footer-heading {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.footer-linkwicon {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
}
.footer-linkwicon img {
  height: 16px;
  margin-top: 4px;
}
.footer-item {
  margin-bottom: 10px;
}
.newsletter-container {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.newsletter-container input {
  width: 100%;
  border-radius: 5px;
  background-color: #fafafa;
  padding: 0 10px;
}
.newsletter-container .default-btn {
  font-size: 12px;
}
.footer-bottom {
  width: 100% !important;
  border-top: 1px dashed #ffffff;
  margin-top: 90px !important;
  padding: 30px 0 !important;
}
.footer-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 35px;
}
.footer-bottom ul li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.col-custom-default {
  width: 10% !important;
}
.col-custom1 {
  width: 15% !important;
}
.col-custom2 {
  width: 25% !important;
}
.col-custom3 {
  width: 30% !important;
}

/* homepage css */

.heading-big {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 47px;
}
.heading-normal {
  font-size: 26px;
  font-weight: 600;
  color: #e7e7e7;
  margin: 0;
}
.heading-small {
  font-size: 20px;
  font-weight: 600;
  color: #e7e7e7;
  margin: 0;
  line-height: 24px;
}
.text-normal {
  font-size: 16px;
  line-height: 28px;
  color: #dfdfdf;
}

.hero-container {
  height: 90vh;
  /* background-image: url(../all-assets/hero-image.jpg); */
  background-size: cover;
}
.category-container-home {
  display: flex;
  gap: 50px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
.hero-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 80px;
  height: inherit;
  background-color: rgba(25, 39, 43, 0.6);
}
.hero-title {
  font-size: 56px;
  color: #fff;
  width: 60%;
  text-align: center;
  margin: 0;
  font-weight: 700;
}
.hero-text {
  font-size: 20px;
  line-height: 28px;
  color: #fafafa;
  margin: 60px 0 45px 0;
  width: 50%;
  text-align: center;
  font-weight: 500;
}
.hero-cta {
  font-size: 16px;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #ee6369;
  border-radius: 8px;
  border: none;
  font-weight: 500;
}
.hero-cta::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 13px;
  margin-left: 5px;
  background-image: url("../all-assets/arrowright.svg");
  background-size: cover;
}
.advantage-container {
  padding: 60px 80px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  background-image: linear-gradient(180deg, #19272b 30%, #223035);
}
.single-advantage-card h3 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  margin: 15px 0 10px 0;
}
.single-advantage-card p {
  font-size: 16px;
  color: #b8b8b8;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}
.advantage-card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px 15px;
  width: 80%;
}
.single-advantage-card {
  width: calc(33.33% - 10px);
}
.advantage-right {
  width: 40%;
}
.advantage-right img {
  border-radius: 10px;
  width: 100%;
}
.advantage-left {
  width: 60%;
}
.advantage-left .heading-big {
  margin: 0;
}
.advantage-left .text-normal {
  margin: 25px 0 50px 0;
}
.solutions-container {
  padding: 60px 80px;
  background-color: #223035;
}
.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header .heading-big {
  margin: 0;
}
.default-btn {
  border-radius: 5px;
  background-color: #ee6369;
  border: 0;
  padding: 10px 0;
}
.default-btn a {
  color: #ffffff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.solutions-container .header {
  margin-bottom: 45px;
}
.solutions-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.single-solution-card {
  padding: 30px 25px;
  background-color: #19272b;
  border-radius: 15px;
  width: calc(25% - 11.25px);
}
.single-solution-card h3 {
  margin: 15px 0 30px 0;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
.single-solution-card ul {
  color: #a3a9aa;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  list-style: none;
}
.single-solution-card ul li {
  background-image: url(../all-assets/check-mark.svg);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 30px;
  line-height: 26px;
}
.products-container {
  padding: 60px 80px;
}
.products-container .header {
  margin-bottom: 10px;
}
.products-container .text-normal {
  margin: 0;
}
.product-box {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.product-box-carousel {
  margin-top: 35px;
  display: none !important;
}
.single-product-home {
  padding: 10px 10px 20px 10px;
  border-radius: 10px;
  background-color: #223035;
  border: 1px solid #344850;
  width: calc(25% - 11.25px);
  text-decoration: none;
}
.product-box-carousel .single-product-home {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.image-container {
  border-radius: 5px;
  background-color: #19272b;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
.product-image {
  object-fit: contain;
  width: 95%;
}
.product-title {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  line-height: 24px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-description {
  color: #6d6d6d;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 5px 0 10px 0;
}
.product-price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 10px;
}
.original-price,
.offer-price {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  margin: 0;
}
.original-price span,
.offer-price span {
  font-size: 14px;
  margin-right: 5px;
}
.original-price {
  color: #b8b8b8;
  position: relative;
  display: inline-block;
}
.original-price::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #b8b8b8;
  transform: translateY(-50%);
}
.offer-price {
  color: #ee6369;
}
.banner-container {
  background-image: url(../all-assets/catalogbanner.png);
  background-repeat: no-repeat;
  min-height: 350px;
  background-size: cover;
}
.banner-details {
  min-height: 350px;
  height: inherit;
  padding: 80px 80px;
  background-image: linear-gradient(
    50deg,
    rgba(25, 39, 43, 0.7),
    rgba(25, 39, 43, 0.1)
  );
}
.banner-details .heading-big {
  margin: 0;
}
.banner-details .text-normal {
  margin: 15px 0 40px 0;
}
.partners-container {
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.partners-container .heading-big {
  margin: 0;
  text-align: center;
  width: 75%;
}
.partners-container .text-normal {
  margin: 10px 0 50px 0;
  text-align: center;
  width: 75%;
}
.partners-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 15px;
  width: 85%;
}
.partners-box-carousel {
  display: none !important;
}
.single-partner {
  width: calc(25% - 11.25px);
  background-color: #223035;
  border: 1px solid #344850;
  border-radius: 10px;
  padding: 20px 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.partners-box-carousel .single-partner {
  width: unset;
}
.partner-img {
  height: 60px;
  width: unset !important;
}
.contact-container-home {
  padding: 0 80px 75px;
}
.contact-header {
  margin-bottom: 40px;
}
.contact-header .heading-big {
  margin-bottom: 10px;
}
.contact-header .text-normal {
  margin-bottom: 0px;
}
.contact-left-right {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.contact-left {
  width: 40%;
}
.contact-right {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 36px;
}
.single-input {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}
.single-input label {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.single-input-checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.single-input-checkbox label {
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}
.single-input input,
.single-input textarea {
  border-radius: 2px;
  border: 1px solid #f3f3f3;
  background-color: transparent;
  color: #fff;
  padding: 6px 10px;
}
.single-input input {
  height: 40px;
}
.single-input textarea {
  min-height: 120px;
}
.contactus-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contactus-form .default-btn {
  width: fit-content;
  padding: 8px 0;
}
.contactus-form .default-btn a {
  padding: 8px 80px;
  text-decoration: none;
}
.single-contact {
  width: calc(50% - 40px);
}
.single-contact img {
  height: 30px;
}
.contact-chip-heading {
  margin: 8px 0 4px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #ffffff;
}
.contact-chip-text,
.contact-chip-link {
  line-height: 28px;
  color: #fff;
  font-weight: 400;
}
.contact-chip-text {
  margin-bottom: 4px;
  font-size: 12px;
}
.contact-chip-link {
  margin-bottom: 0px;
  font-size: 13px;
}
.chip-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px 80px;
  width: 60%;
}

/* sort by category (main) css */

.common-container {
  padding: 60px 180px 75px;
}
.banner-item1,
.banner-item2,
.banner-item3 {
  padding: 20px 50px;
  height: 300px;
  display: flex;
  flex-direction: row;
  border-radius: 5px;
}
.banner-left {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.banner-right {
  width: 35%;
}
.banner-image {
  height: 100%;
  aspect-ratio: 1;
  width: unset !important;
}
.banner-heading {
  color: #e7e7e7;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  margin: 0;
}
.banner-left .text-normal {
  margin: 20px 0 45px;
  margin: 20px 0 45px;
  width: 75%;
}
.bannerimage-sortpage {
  max-height: 300px;
  object-fit: cover;
}
.banner-item1 {
  background-image: linear-gradient(45deg, #1b479d, #2d57a8);
}
.banner-item2 {
  background-image: linear-gradient(45deg, #2d8035, #36863e);
}
.banner-item3 {
  background-image: linear-gradient(45deg, #812d2d, #863636);
}
.shopbybrand-container {
  margin-top: 50px;
  margin-bottom: 60px;
}
.shopbybrand-container .heading-big {
  line-height: unset;
  margin-bottom: 35px;
  text-align: center;
}
.brand-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.single-brand {
  text-decoration: none;
  border-radius: 5px;
  background-color: #24343a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(20% - 12px);
  padding: 40px 15px;
}
.shopbybrand-img {
  max-height: 40px;
  width: 100%;
  object-fit: contain;
}
.category-name {
  color: #a8a8a8;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.single-category {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: calc(12.5% - 13.125px);
}
.category-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px 15px;
  align-items: flex-start;
  width: 100%;
}
.categoryimage-container {
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #24343a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categoryimage {
  max-width: 60%;
  max-height: 60%;
}
.shopbycategory-container {
  display: flex;
  flex-direction: column;
  gap: 35px;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #2d3f46;
  margin-bottom: 50px;
}
.shopbycategory-container .default-btn {
  margin-top: 15px;
}
.shopbycategory-container .heading-big {
  line-height: normal;
  margin: 0;
  text-align: center;
}
.shopbycategory-container:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

/* sort by category (list) css */

.listpagebanner-img {
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 40px;
  width: 100%;
}
.listpage-banner {
  border-radius: 10px;
  background-color: #b83142;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
  height: 400px;
  overflow: hidden;
  padding: 30px 80px;
  margin-bottom: 40px;
}
.listbanner-details .text-normal {
  font-weight: 400;
  color: #ffffff;
  margin: 20px 0 35px;
}
.banner-btn {
  border-radius: 5px;
  background-color: #fff;
  padding: 8px 15px;
  color: #b83142;
  font-weight: 600;
  font-size: 16px;
  border: none;
}
.listpage-main {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.listpage-left .heading-small {
  margin-bottom: 15px;
}
.listpage-left {
  width: 250px;
}
.toprated-list-carousel {
  margin-top: 30px;
}
.accordion-body-custom {
  padding: 20px 10px !important;
  background-color: #19272b;
}
.accordion-item-custom {
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #2d3f46 !important;
}
.listpage-right {
  width: 100% !important;
}
.accordion-button-custom {
  color: #bcbcbc !important;
  background-color: #19272b !important;
  padding: 20px 0 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  border-radius: 0 !important;
  border: none !important;
}
.accordion-button-custom:not(.collapsed)::after {
  background-image: url(../all-assets/chevron-down-filter.svg) !important;
}
.accordion-button-custom::after {
  background-image: url(../all-assets/chevron-down-filter.svg) !important;
}
.accordion-button-custom:not(.collapsed) {
  box-shadow: unset !important;
}
.categories-list,
.toprated-list,
.product-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px 15px;
  margin-top: 30px;
}
.categories-list .single-category {
  width: calc(16.66% - 12.5px);
}
.single-product {
  border-radius: 10px;
  width: calc(33.33% - 10px);
  text-decoration: none;
}
.single-product .image-container {
  background-color: #24343a;
}
.toprated-listpage {
  margin-top: 50px;
}
.single-product .image-container .product-image {
  width: 80%;
}
.list-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.subcategory-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #9e9e9e;
  text-decoration: none;
}
.listpage-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.filter-btn {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 15px;
  border-radius: 4px;
  background-color: #344850;
  width: fit-content;
  border: none;
  color: #e7e7e7;
  font-weight: 500;
}
.offcanvas-filter {
  background-color: #233036 !important;
}
.offcanvas-filter .offcanvas-header,
.offcanvas-filter .offcanvas-body {
  padding: 25px 40px;
  color: #fff;
}
.offcanvas-filter .offcanvas-header button {
  background: transparent;
  border: none;
  position: absolute;
  right: 25px;
  top: 25px;
}
#FilterAccordion-offcanvas .accordion-item-custom .accordion-body-custom,
#FilterAccordion-offcanvas .accordion-item-custom .accordion-button-custom {
  background-color: #233036 !important;
}

/* product list css */

.common-container-120 {
  padding: 60px 120px 75px;
}
.breadcrumbs-container {
  margin-bottom: 20px;
}
.breadcrumblist {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 0 5px;
  flex-wrap: wrap;
}
.breadcrumblist li {
  white-space: nowrap;
}
.breadcrumblist li:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  background-image: url(../all-assets/breadcrumb-chevron.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumblist li a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  color: #919191;
}
.breadcrumblist li:last-child::after {
  display: none;
}
.product-container-main {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
}
.product-container-left {
  width: 250px;
}
.product-container-right {
  width: calc(100% - 280px);
}
.product-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  color: #e7e7e7;
  margin: 0;
}
.productlist-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  gap: 20px 10px;
}
.productlist-header .product-heading {
  font-weight: 600;
}
.sort-dropdown label {
  font-size: 14px;
  font-weight: 700;
  color: #e7e7e7;
  white-space: nowrap;
}
.sort-dropdown select {
  color: #e7e7e7;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  border: none;
}
.sort-dropdown select option {
  color: #000;
}
.sort-dropdown {
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #344850;
  width: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header-right-buttons {
  display: flex;
  gap: 5px;
}

/* product detail css */

.product-container-detail {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.product-details {
  padding-top: 10px;
  display: flex;
  gap: 60px;
  align-items: flex-start;
  margin-bottom: 5px;
}
.product-detail-left {
  width: 45%;
}
.product-detail-right {
  width: 55%;
}
.image-big {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #344850;
  aspect-ratio: 1;
  padding: 7% 10%;
  margin-bottom: 15px;
}
.main-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.single-thumbnail {
  border-radius: 3px;
  background-color: #344850;
  aspect-ratio: 1;
  padding: 7px;
}
.active-thumbnail {
  border: 2px solid #ee6369;
}
.rating-count-small {
  margin: 0;
  color: #a4a4a4;
  font-size: 12px;
  font-weight: 400;
}
.stars-small {
  display: flex;
  gap: 3px;
  flex-direction: row;
  align-items: center;
}
.rating-small {
  margin: 15px 0 40px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.productpage-price {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: baseline;
}
.product-offer-price {
  color: #ee6369;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.product-original-price {
  color: #a4a4a4;
  font-size: 16px;
  font-weight: 400;
  line-height: 43px;
  margin: 0;
  text-decoration: line-through;
}
.features-section {
  margin-top: 40px;
}
.product-detail-heading {
  font-size: 18px;
  color: #dfdfdf;
  font-weight: 700;
  margin: 0;
}
.feature-table {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  max-width: 550px;
}
.single-row {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #344850;
  padding: 5px 0;
  gap: 10px;
}
.feature-header {
  font-size: 16px;
  line-height: 28px;
  color: #ababab;
  margin: 0;
  width: 40%;
}
.feature-detail {
  font-size: 16px;
  margin: 0;
  color: #dfdfdf;
  line-height: 28px;
  font-weight: 700;
  text-align: end;
}
.quantity-picker-container {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
}
.quantity-picker {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  background-color: #344850;
  width: fit-content;
}
.quantity-label {
  margin-bottom: 10px;
  color: #dfdfdf;
  font-size: 14px;
}
.minus,
.plus {
  height: 40px;
  width: 40px;
  border: none;
  background-color: transparent;
}
.quantity-picker input {
  background-color: transparent;
  border: none;
  color: #dfdfdf;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  width: 55px;
}
.quantity-picker input[type="number"]::-webkit-outer-spin-button,
.quantity-picker input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-picker input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.purchase-buttons {
  display: flex;
  flex-direction: row;
  max-width: 550px;
  gap: 12px;
}
.atc-btn,
.getquote-btn {
  width: 100%;
  height: 45px;
  border-radius: 5px;
}
.atc-btn a,
.getquote-btn a {
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.atc-btn {
  background-color: #ee6369;
  color: #ffffff;
  border: none;
}
.getquote-btn {
  background-color: #2f2d31;
  color: #ee6369;
  border: 1px solid #ee6369;
}
.description-container .text-normal {
  color: #a8a8a8;
}
.description-container .product-detail-heading {
  margin-bottom: 25px;
}
.spec-container .product-detail-heading {
  margin-bottom: 20px;
}
.spec-table {
  display: flex;
  flex-direction: row;
  gap: 0 30px;
  flex-wrap: wrap;
}
.spec-table .single-row {
  width: calc(50% - 15px);
  justify-content: space-between;
  padding: 10px 0;
}
.rating-left-right {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
}
.rating-left,
.rating-right {
  width: 50%;
}
.rating-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rating-left {
  position: sticky;
  top: 25px;
}
.main-rating {
  font-size: 116px;
  color: #d7d7d7;
  font-weight: 700;
  line-height: 116px;
  display: inline-flex;
  gap: 20px;
  align-items: center;
}
.big-star {
  height: 84px;
}
.rating-container .product-detail-heading {
  margin-bottom: 25px;
}
.rating-text {
  font-size: 14px;
  line-height: 28px;
  color: #a8a8a8;
  margin-bottom: 40px;
}
.single-graph {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}
.star-label p {
  font-size: 18px;
  font-weight: 700;
  color: #dfdfdf;
  margin: 0;
}
.star-label img {
  height: 14px;
  width: 14px;
}
.star-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
}
.rating-graph-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 80%;
}
.rating-graph {
  width: 100%;
  border-radius: 2px;
  background-color: #d9d9d9;
  height: 6px;
}
.rating-count-single {
  font-size: 16px;
  margin: 0;
  color: #a6a6a6;
  width: 30px;
}
.progress-red {
  background-color: #ee6369;
  height: 6px;
  border-radius: 2px;
}
.single-rating {
  padding: 30px 25px;
  border-radius: 10px;
  background-color: #344850;
}
.single-rating .stars-small img {
  height: 16px;
  width: 16px;
}
.review-details {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin: 10px 0 25px;
}
.review-text-bold {
  margin: 0;
  color: #e7e7e7;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}
.review-text {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #dfdfdf;
  font-weight: 400;
}
.review-buttons {
  display: flex;
  gap: 12px;
  flex-direction: row;
  align-items: center;
  margin-top: 50px;
}
.add-reviewbtn,
.view-reviewbtn {
  padding: 14px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3%;
  border: 1px solid #ee6369;
}
.add-reviewbtn {
  color: #19272b;
  background-color: #ee6369;
}
.view-reviewbtn {
  color: #ee6369;
  background-color: #2f2d31;
}
.related-container .product-box-carousel {
  display: block !important;
  margin-top: 25px;
}

/* cart page css */

.cart-container-main {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.cart-left {
  width: 65%;
}
.cart-right {
  width: 35%;
  min-width: 320px;
}
.cart-left .product-heading {
  line-height: normal;
  margin-bottom: 30px;
}
.cart-right .product-heading {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}
.summary-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}
.summary-items,
.summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.summary-total {
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid #2d3f46;
  border-bottom: 1px solid #2d3f46;
}
.summary-bold {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #dfdfdf;
}
.summary-bold::after {
  content: ":";
}
.summary-normal {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  color: #dfdfdf;
}
.quantity-picker-cart {
  margin: 20px 0 35px;
}
.single-item-cart {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  border-bottom: 1px solid #2d3f46;
}
.image-container-cart {
  height: 160px;
  width: 160px;
  padding: 10px;
  border-radius: 5px;
  background-color: #24343a;
}
.image-container-cart img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.cart-item-header {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.cart-item-title,
.cart-item-price {
  margin: 0;
  line-height: 35px;
  font-weight: 700;
}
.cart-item-title {
  color: #bababa;
  font-size: 20px;
}
.cart-item-price {
  color: #ee6369;
  font-size: 18px;
  white-space: nowrap;
}
.detail-container-cart {
  width: calc(100% - 185px);
  padding-top: 10px;
}
.cart-buttons {
  margin-bottom: 35px;
  display: flex;
  gap: 25px;
}
.cart-buttons a {
  font-size: 14px;
  color: #a8a8a8;
  line-height: 28px;
  font-weight: 400;
}
.cart-item-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.checkout-btn {
  width: 100%;
  height: 50px;
  border-radius: 30px;
  background-color: #ee6369;
  overflow: hidden;
  transition: all ease-out 300ms;
  border: none;
}
.checkout-btn:hover {
  background-color: #dd3f45;
}
.checkout-btn a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  width: 100%;
  display: inline-flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.checkout-btn a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 14px;
  background-image: url(../all-assets/maki_arrow.svg);
  background-size: cover;
}

/* checkout css */

.checkout-container-main {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.checkout-left {
  width: 65%;
}
.checkout-right {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 320px;
}
.radioandlabel label {
  color: #dfdfdf;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.checkout-left .product-heading {
  line-height: normal;
  margin-bottom: 30px;
}
.addressdiv-checkout {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.addressdiv-checkout p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #bababa;
}
.form-check-custom {
  padding-left: 30px !important;
}
.form-check-input-custom {
  margin-left: -30px !important;
}
.right-single .product-heading {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}
.single-product-checkout {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #2d3f46;
  padding-bottom: 20px;
}
.single-product-checkout:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.image-container-checkout {
  border-radius: 5px;
  background-color: #24343a;
  height: 70px;
  width: 70px;
  padding: 8px;
}
.image-container-checkout img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.detail-container-checkout {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-title-checkout {
  color: #bababa;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
}
.product-grey-checkout {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.product-list-checkout {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.right-single .summary-total {
  border-bottom: none;
}
.singleinput {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.singleinput label {
  font-size: 14px;
  font-weight: 700;
  color: #bababa;
}
.singleinput input,
.singleinput select,
.singleinput textarea {
  height: 45px;
  border-radius: 3px;
  background-color: #24343a;
  border: none;
  color: #fff;
  padding: 5px 15px;
  width: 100%;
}
.twoinputs {
  display: flex;
  gap: 20px 15px;
}
.newaddressform {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.singleinput select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../all-assets/ic_round-chevron-left.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px);
  padding-right: 20px;
}
.countrycode-phonenumber {
  display: flex;
  gap: 15px;
}
.countrycode-phonenumber select {
  min-width: 100px;
  max-width: 100px;
}
.countrycode-phonenumber input {
  width: 100%;
}
.checkout-left .checkout-btn {
  margin-top: 40px;
}
.bottom-btn-mobile .checkout-btn {
  display: none;
}

/* payment page css */

.cardpaymentdiv {
  display: none;
}
.payment-image-container {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
}
.payment-image-container {
  height: 15px;
  object-fit: cover;
}
.place-order-btn a::after {
  display: none;
}

/* login - register - forgot password page */

.maincontainer {
  width: 50%;
  min-width: 650px;
  max-width: 750px;
  background-color: #233036;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #3d3d3d;
  padding: 40px 70px;
}

.loginlogo {
  height: 35px;
}

.maincontainer h3 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin: 50px 0 35px;
  letter-spacing: 2px;
}

.tab button {
  background-color: transparent;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tabcontent {
  display: none;
}

.tablinks {
  cursor: pointer;
  color: #ee6369;
  font-weight: 500;
}

.maincontainer input[type="text"],
.maincontainer input[type="password"],
.maincontainer input[type="number"] {
  margin: 0 0 15px;
  border-radius: 5px;
  padding: 7px 10px;
  border: none;
  width: 100%;
  background-color: #19272b;
}

.maincontainer input[type="submit"] {
  background-color: #ee6369;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 5px;
  padding: 10px 40px;
  font-size: 16px;
  white-space: nowrap;
  width: 100%;
  margin-top: 35px;
}

.maincontainer input[type="text"]:focus-visible,
.maincontainer input[type="password"]:focus-visible,
.maincontainer input[type="number"]:focus-visible,
.maincontainer input[type="submit"]:focus-visible {
  outline: none;
}

.rememberinput {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.login-bottomsection {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 15px;
}

.login-bottomsection p {
  margin: 0;
  color: #fff;
}

.bottomtext {
  margin: 40px 0 0;
  color: #fff;
}

.instructions {
  margin-bottom: 25px;
  color: #bdbdbd;
}

.maincontainer ::-webkit-input-placeholder {
  color: #747474;
}
.maincontainer :-moz-placeholder {
  color: #747474;
  opacity: 1;
}
.maincontainer ::-moz-placeholder {
  color: #747474;
  opacity: 1;
}
.maincontainer :-ms-input-placeholder {
  color: #747474;
}
.maincontainer ::-ms-input-placeholder {
  color: #747474;
}

.maincontainer ::placeholder {
  color: #747474;
}

.doubleinput {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}

.doubleinput .singleinput {
  width: 50%;
}
.login-bottomsection {
  color: #fff;
}
.login-container-main {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* privacy policy page css */

.privacy-policy-container .text-normal {
  margin-top: 25px;
}

/* profile page css */

.profile-container {
  display: flex;
  gap: 15px 50px;
}
.leftsection {
  background-color: white;
  height: fit-content;
  width: 300px;
  border-radius: 15px;
  border: 1px solid #313536;
  overflow: hidden;
}

.buttondiv {
  display: flex;
  flex-direction: column;
}

.buttondiv a {
  text-decoration: none;
}

.catselectbutton {
  display: flex;
  flex-direction: row;
  padding: 12px 30px;
  gap: 10px;
  border-width: 1px 0 0 0;
  border-color: #474747;
  border-style: solid;
  background-color: transparent;
  align-items: center;
  width: 100%;
}

.catname {
  color: #e1e1e1;
  font-size: 16px;
  font-weight: 500;
}

.rightsection {
  width: calc(100% - 350px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px 40px;
}

.caticon {
  height: 22px;
  filter: invert(15%) sepia(0%) saturate(278%) hue-rotate(2deg) brightness(104%)
    contrast(79%);
}

.activebtn .caticondiv .caticon {
  filter: invert(50%) sepia(52%) saturate(665%) hue-rotate(308deg)
    brightness(94%) contrast(98%);
}

.activebtn .catname {
  color: #ee6369;
}

.userprofilediv {
  width: 100%;
  max-width: 750px;
  background-color: #233036;
  border-radius: 15px;
  border: 1px solid #313536;
  padding: 20px 30px;
  color: white;
}

.userimage {
  height: 135px;
  width: 135px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #313536;
  background: #19272b;
}

.descriptionarea {
  border-width: 2px 0 2px 0;
  border-color: #474747;
  border-style: solid;
  padding: 20px 0;
}

.description {
  margin: 0;
  font-size: 14px;
  color: #b7b7b7;
  width: 75%;
}

.usertext {
  margin: 20px 0 0 0;
  font-size: 15px;
}

.heading {
  margin: 0;
  width: 100%;
  padding-bottom: 20px;
  font-size: 16px;
  border-bottom: 2px solid #474747;
}

.imagesection {
  padding: 20px 0;
}

.userfooter {
  padding: 20px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footerheading {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.changepassbtn {
  background-color: #ee6369;
  border: 1px transparent;
  color: white;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 10px;
}

.logoutbtn {
  background-color: #233036;
  border: 1px solid #ee6369;
  color: #ee6369;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 10px;
}

.userfooterright {
  gap: 15px;
  display: flex;
}

.buttondiv button {
  background-color: #233036;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 25px;
  color: #6b6969;
  margin: 0;
}

.buttondiv button.activebtn {
  color: #ee6369;
}

/* faq css */

.faq-div {
  margin-top: 35px;
}
#accordionFAQ .accordion-button {
  padding: 0;
}
#accordionFAQ .accordion-button::after {
  background-image: url(../all-assets/mingcute_add-line.svg);
}
#accordionFAQ .accordion-button:not(.collapsed)::after {
  background-image: url(../all-assets/mingcute_minimize-line.svg);
}
#accordionFAQ .accordion-item,
#accordionFAQ .accordion-button {
  background-color: #19272b;
  border: none;
}
#accordionFAQ .accordion-button {
  margin: 25px 0;
}
#accordionFAQ .accordion-button:focus {
  box-shadow: none;
}
#accordionFAQ .accordion-item {
  border-bottom: 1px solid #4f4f4f;
}
#accordionFAQ .accordion-button:not(.collapsed) {
  box-shadow: none;
}
#accordionFAQ .accordion-body {
  padding: 0;
}
.faq-heading {
  color: #e1e1e1;
  font-size: 22px;
  margin: 0;
}

/* get quote css */

.quantitywlabel {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  margin: 25px 0 20px;
}
.quantitywlabel p {
  color: #f5f5f5;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.quantitywlabel .quantity-picker-cart {
  margin: 0;
}
.quantitywlabel .minus,
.quantitywlabel .plus {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantitywlabel .quantity-picker input {
  width: 30px;
}
.cart-item-header-quote {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quote-description {
  color: #a1a1a1;
  margin: 0;
  font-size: 16px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cart-item-header-quote .cart-item-title {
  color: #e7e7e7;
}
.info-box {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  background-color: #233036;
  padding: 15px;
  border: 2px dashed #444444;
  margin-bottom: 25px;
  border-radius: 5px;
}
.info-box p {
  color: #919191;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.info-box img {
  height: 20px;
  width: 20px;
}

/* checkout quote page css */

.place-quote-btn a:after {
  display: none;
}

/* contact page css */

.contactpage-left .heading-big {
  font-size: 42px;
  margin: 0;
}
.contactpage-left,
.contactpage-right {
  width: 50%;
}
.contact-container {
  display: flex;
  gap: 50px;
}
.contactpage-left .text-normal {
  margin-top: 30px;
}
.contactpage-left p {
  font-size: 16px;
  color: #bdbdbd;
  margin: 25px 0 0;
}
.singleinput textarea {
  min-height: 100px;
  max-height: 250px;
}
.callbackform {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.requestcallback-btn {
  font-size: 16px;
  padding: 10px 25px;
  color: #ffffff;
  background-color: #ee6369;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  margin-top: 30px;
}

/* reset password page css */

.box-normal {
  width: 50%;
  min-width: 550px;
  max-width: 750px;
  background-color: #233036;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #3d3d3d;
  padding: 40px 50px;
}
.plain-container {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.password-container .singleinput input {
  border-radius: 5px;
  padding: 7px 10px;
  border: none;
  width: 100%;
  background-color: #19272b;
}
.password-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.box-normal h1 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
}
.box-normal .text-normal {
  margin: 20px 0 50px;
  color: #8b8b8b;
}
.reset-passbtn {
  border: none;
  background-color: #ee6369;
  color: #fff;
  width: 100%;
  margin-top: 25px;
  border-radius: 5px;
  height: 45px;
}

/* email verified css */

.box-normal img {
  height: 80px;
  margin-bottom: 20px;
}

/* edit profile css */

.editprofile-header {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.editprofile-header .heading-big {
  margin: 0;
  color: #e7e7e7;
}
.backbtn {
  background-color: transparent;
  border: none;
}
.backicon {
  filter: invert(32%) sepia(9%) saturate(0%) hue-rotate(157deg) brightness(97%)
    contrast(85%);
  height: 25px;
}
.editcontainer {
  border-radius: 10px;
  background-color: #233036;
  border: 1px solid #3d3d3d;
  padding: 30px 20px;
  width: 60%;
  min-width: 650px;
}
.editphotosection {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
.photo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100px;
  height: 100px;
  background-color: #00000075;
  border-radius: 50%;
  font-weight: 500;
  color: white;
  transition: all ease 0.15s;
}
.profilephoto {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
}
.photocontainer {
  border-radius: 50%;
  transition: all ease 0.15s;
}
.photocontainer:hover .photo-overlay {
  display: block;
}
.uploadimgbtn,
.removeimgbtn {
  padding: 5px 15px;
  border-radius: 5px;
  background: transparent;
  font-weight: 500;
  font-size: 14px;
}
.uploadimgbtn {
  border: 1px solid #ee6369;
  color: #fff;
  background: #ee6369;
}
.removeimgbtn {
  border: none;
  color: #d40200;
}
.photobuttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.editdetailsection {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.savebtn,
.discardbtn {
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
}
.savebtn {
  background-color: #ee6369;
  color: white;
}
.discardbtn {
  border: 1px solid #e7e7e7;
  background-color: transparent;
  color: #e7e7e7;
}
.bottombuttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.editdetailsection input {
  border-radius: 5px;
  padding: 7px 10px;
  border: none;
  width: 100%;
  background-color: #19272b;
}

/* Custom Modal Styles */
.custom-modal-dialog {
  max-width: 600px; /* Set a custom width for the modal */
}

.custom-modal-content {
  border-radius: 12px; /* Rounded corners */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); /* Box shadow for depth */
}

.custom-modal-header {
  background-color: #ffffff; /* Custom header background */
  border-bottom: none; /* Remove border */
  padding: 15px;
}

.custom-modal-title {
  font-weight: 700;
  color: #333333;
  font-size: 1.5rem; /* Custom title size */
}

.custom-modal-body {
  padding: 20px;
  font-size: 16px;
  color: #555555;
  text-align: center;
}

.custom-modal-footer {
  background-color: #ffffff; /* Custom footer background */
  border-top: none; /* Remove border */
  padding: 15px;
  display: flex;
  justify-content: space-between;
}

.custom-btn-primary {
  background-color: #3498db;
  border: none;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px;
}

.custom-btn-primary:hover {
  background-color: #2980b9;
}

.custom-btn-secondary {
  background-color: #95a5a6;
  border: none;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px;
}

.custom-btn-secondary:hover {
  background-color: #7f8c8d;
}
.custom-modal-dialog {
  max-width: 600px;
}

.custom-modal-header {
  /* background-color: #343a40; */
  /* color: white; */
  padding: 15px 20px;
  border-bottom: none;
}

.custom-modal-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.btn-close {
  background: transparent;
  border: none;
}

.custom-modal-body {
  padding: 20px;
}

.review-label {
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

/* .star-rating .rating {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  font-size: 1.5rem;
  cursor: pointer;
}

.star-rating input {
  display: none;
}

.star-rating label {
  color: #ddd;
  transition: color 0.3s ease;
} */

/* .star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #f5a623;
} */

.rating {
  font-size: 24px;
}

.rating ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.rating ul li {
  display: inline;
  margin-right: 10px;
}

.rating a {
  text-decoration: none;
  color: #777;
  transition: color 0.3s;
}

.rating a:hover {
  color: gold;
}

.fa-star.active {
  color: gold !important;
}

.singlereviewitem {
  margin-bottom: 20px;
}

.singlereviewitem input,
.singlereviewitem textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 1rem;
}

.singlereviewitem textarea {
  resize: none;
}

.singlereviewitem input:focus,
.singlereviewitem textarea:focus {
  outline: none;
  border-color: #007bff;
}

.addreviewbtn-container {
  text-align: right;
}

.addreviewbtn {
  background-color: #28a745;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.addreviewbtn:hover {
  background-color: #218838;
}

.custom-modal-footer {
  background-color: #f8f9fa;
  padding: 15px 20px;
  text-align: right;
}

.custom-btn-secondary,
.custom-btn-primary {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1rem;
}

.custom-btn-secondary {
  background-color: #6c757d;
  color: white;
}

.custom-btn-primary {
  background-color: #007bff;
  color: white;
}
.couponform {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 10px; */
  /* margin: 20px auto; */
  max-width: 400px;
  /* background-color: #f5f5f5; */
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.couponinput {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.3s;
}

.couponinput:focus {
  border-color: #007bff;
  outline: none;
}

.couponapply {
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

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