/* my profile form-styling */
.myprofil-input {
  /* width: 410px !important; */
  margin-bottom: 10px;
}
.cd-panel-myorder-content {
  /* border: 1px solid black; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.myorder-product-section {
  padding: 0px 8px 50px 8px;
  border-radius: 5px;
  max-width: 939px;
  position: relative;
  /* padding: 15px 25px; */
  /* max-height: 840px; */
  overflow-y: auto;
  overflow-x: hidden;
  /* border: 1px solid black; */
  height: 100vh;
  margin: 120px 10px 10px 10px;
}
.myorder-product-section::-webkit-scrollbar {
  display: none;
}
.myorder-product-card {
  display: flex;
  /* border: 1px solid black; */
  /* max-width: 450px; */
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0px;
  gap: 12px;
  --tw-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
  --tw-shadow-colored:
    0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
  background-color: #fff;
  border-radius: 5px;
}
.myorder-product-card-image {
  display: flex;
  min-width: 140px;
  img {
    width: 100%;
    border-radius: 15px;
  }
}
.oorder-product-head {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.product-order-id span {
  font-size: 12px;
  color: #b86149;
  font-weight: 800;
}
/* my profile form-styling */

/* my profile section styling start here */
.profile-section {
  /* border: 1px solid black; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.profile-logo-section {
  padding: 8px 8px;
  border-radius: 50%;
  background-color: #fdede7;
  margin: 10px 0px;
}
.profile-info-section {
  /* border: 1px solid #cd8066; */
  padding: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.profile-info {
  /* border: 1px solid #cd8066; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.profile-name {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.location-info {
  i {
    color: #b86149;
    font-size: 20px;
  }
  span {
    color: #5f687d;
    font-size: 20px;
    text-transform: capitalize;
  }
}
.profile-card {
  /* border: 1px solid black; */
  display: flex;
  /* width: 100%; */
  /* justify-content: space-around; */
  align-items: center;
  gap: 16px;
  max-width: 380px;
  cursor: pointer;
  margin-bottom: 15px;
  padding: 10px 0px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  background-color: #c2bebe59;
  background: #fff;
  border-radius: 10px;
}
.profile-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  /* border: 1px solid black; */
  background-color: #f7f7f7cc;
  padding: 10px 15px;
  border-radius: 10px;
}
.profile-card-info {
  p {
    word-spacing: -2px !important;
    color: #5f687d;
    font-size: 17px;
  }
  a {
    font-size: 18px;
    font-weight: 700;
    color: #cd8066;
  }
}
.profile-right-angle {
  font-size: 18px;
  font-weight: 700;
  color: #cd8066;
}
.input-group select {
  height: 35px;
  width: 100%;
  border: none;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
/* my profile section styling start here */

.dash-board-section {
  max-width: 370px !important;
}

.main-product-container {
  margin: 20px 0px;
}
.main-product-section {
  display: flex;
  justify-content: space-between;
  margin: 30px 0px;
}
.main-product-img {
  width: 360px;
  min-height: 275px;
  img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
  }
}
.card {
  /* border: 1px solid black; */
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}
.des-head {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #4a2c1d;
}
.main-product-image-des {
  padding: 2px 8px 10px 8px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}
.des-btn {
  text-decoration: none;
  border: 1px solid #b86149;
  padding: 10px 8px;
  color: #fff;
  background-color: #cd8066;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.4s;
}

.des-btn-section {
  margin-bottom: 30px;
}
.text-center {
  text-align: center;
}
.product-head {
  margin: 15px 0px 12px 0px;
}
.product-detail-container {
  padding: 12px 15px;
}
.ProductDetailBoxHome {
  border: 1px solid #f8f4ee;
  border-radius: 5px;
}
.Product-detail-img {
  img {
    width: 100%;
  }
}
.ProductTitle {
  text-align: center;
  margin: 10px 0px;
  a {
    font-size: 18px;
    /* font-family: "poppins",sans-serif !important; */
  }
}
.border {
  border: 1px solid black;
}
.product-price-bag-section {
  display: flex;
  justify-content: space-between;
  margin: 15px 5px;
}
.product-details-section {
  background-color: #f8f4ee;
  padding: 12px;
}
a.GreenBut {
  background-color: #cd8066;
  padding: 10px 16px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.product-destail-price-head {
  color: #cd8066;
}
.FeaturedProductDesc {
  font-size: 14px;
  line-height: 26px;
  color: #a56a43;
  font-weight: 400;
}
.feature-container {
  margin: 10px 0px;
}
.feature-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.feature-card {
  /* border: 1px solid black; */
  max-width: 270px;
  border: 1px solid #f8f4ee;
  border-radius: 5px;
}
.featur-img {
  /* max-width: 200px; */
  img {
    width: 100%;
  }
}
.feature-info {
  text-align: center;
  padding: 15px 8px;
  background-color: #f8f4ee;

  a {
    text-decoration: none;
    color: #4a2c1d;
  }
}

.feture-head {
  a {
    font-size: 14px;
    color: #4a2c1d;
  }
  margin-bottom: 15px;
}
.feature-btn {
  padding: 10px 12px;
  background-color: #cd8066;
  color: #fff !important;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.4s;
}
.des-btn:hover {
  background: #a85a34;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(168, 90, 52, 0.3);
}
.feature-btn:hover {
  background: #a85a34;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(168, 90, 52, 0.3);
}
.last-container {
  /* border: 1px solid black; */
  display: flex;
  justify-content: space-between;
  /* padding: 10px; */
}
.last-section {
  position: relative;
  max-height: 320px;
  width: 575px;
  padding: 10px;
  .last-image-section {
    overflow: hidden;
    img {
      max-height: 300px;
      width: 580px;
      transition: all 0.3s ease;
    }
  }
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f8f4eeba;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 999;
}
.overlay-text-section {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 100px;
}
.overlay-btn {
  margin: 12px 0px;
}
.last-section:hover .overlay {
  opacity: 1;
}
.last-section:hover .last-image-section img {
  transform: scale(1.02);
}

/* footer new styling start */
.row {
  display: flex;
  justify-content: space-between;
}
.col-3 {
  min-width: 235px;
  /* border: 1px solid black; */
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
.footer-image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.col-3 .footer-head {
  font-size: 17px;
  color: #cd8066;
  font-weight: 700;
  margin-top: 35px;
}
.footer-links {
  padding: 0px;

  li {
    margin-bottom: 5px;
  }
}
a.FLink {
  text-decoration: none;
  color: #4a2c1d;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-size: 15px;
  font-family: "poppins", sans-serif;
}
.footer-info {
  margin: 1pc 30px;
  text-align: justify;
  font-size: 14px;
  font-family: "poppins", sans-serif;
  color: #4a2c1d;
}
.support {
  margin-left: 15px;
}
.customer-card {
  padding: 8px 5px;
  background-color: #fff;
  --tw-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
  --tw-shadow-colored:
    0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);

  border: 2px solid #a85a34;
  border-radius: 5px;
}
.footer-customer-card {
  border: 1px solid #cccccc90;
  margin-bottom: 10px;
  padding: 3px;
  display: flex;
  gap: 3px;
  border-radius: 5px;
   --tw-shadow: 0 8px 5px -5px #0000001a, 0 8px 10px -6px #0000001a;
  --tw-shadow-colored:
    0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.card-icon {
  border: 1px solid #a85a34;
  padding:5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;

  i {
    font-size: 16px;
    color: #a85a34;
  }
}
.card-info {
  h1 {
    font-size: 13px !important;
    text-transform: uppercase;
    color: #b86149;
    margin: 0px;
  }
  p {
    font-size: 12px;
  }
}
.alert-form {
  display: flex;
}
.FTextBox {
  height: 25px;
  padding: 3px 5px 4px 5px;
  width: 100%;
  color: #393939;
  background: none;
  border: solid 1px #98947c;
  font-family: "geogtq-md-webfont";
  border-radius: 50px 0 0px 50px;
}
.FButton {
  background-color: #b86149;
  padding: 2px 3px 1px 2px;
  line-height: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  border: 0px solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 25px;
  cursor: pointer;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.affliate{
    font-family: 13px;
    text-decoration: none;
    color: #393939;
}
.card-icon-section{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* footer new styling end */
/* gulshan syling end here */
