/* white main theme */
/* white main theme */

@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);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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);

:root {
  --theme-color: #0c831f;
  --add-button: #f7fff9;
  --see-all: #dbffdd;
  --see-all-text: #52c4439c;
  --see-all-icon: black;
  --view-all-button: #3d00ff;
  --new-product-bg: #18a71bde;
  --new-product-border: #09c342e3;
  --new-product-box-sd: #13c304f7;
  --category-color: rgb(211 255 211 / 36%);
}

* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0rem !important;
  font-weight: unset !important;
  line-height: normal !important;
}

p {
  margin-top: 0;
  margin-bottom: 0px !important;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: "Montserrat", sans-serif !important;
  font-size: unset !important;
  line-height: normal !important;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif !important;
}

a {
  text-decoration: none !important;
}

.main {
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif !important;
  overflow: hidden;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-head {
  padding-bottom: 7px;
  padding-top: 10px;
}

.head1 {
  display: flex;
  align-items: center;
  gap: 14px;
}
.head1 img {
  width: 100px;
  height: 20px;
  margin-bottom: 2px;
}

.main-header {
  color: black;
  background-color: #fff;
  /* only for Aonemart
   background: linear-gradient(90deg, rgb(92 202 13) 21%, rgb(35 216 69) 56%, rgb(147 242 78) 98%);
   */
  padding: 21px 19px;
  padding-bottom: 11px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  padding: 12px 19px;
  padding-top: 21px;
  box-shadow: 3px 0px 7px #979797;
}

.home-header {
  padding: 6px 19px;
  padding-top: 9px;
}

.middle-header {
  padding: 8px 1px;
  font-size: 15px;
  font-weight: 600;
}

.middle-header p {
  font-size: 12px;
  padding: 4px;
  font-weight: 300;
}

.head1 h2 {
  font-size: 19px;
  font-weight: 700 !important;
  color: black;
  /* only for Aonemart
     color: #fff;
    */
}

.head1 i {
  font-size: 20px;
  /* position: relative;
  top: -5px; */
}



.last-header {
  border-radius: 8px;
  display: flex;
  align-items: center;
  border: 1px solid #cbcbcb;
  background: #fff;
  padding: 2px 14px;
  padding-left: 2px;
  gap: 11px;
  margin-bottom: 5px;
}

.last-header input {
  width: 100%;
  height: 30px;
  border: none;
  font-size: 13px !important;
  outline: none;
}

.product-item-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #bf2cfd;
}

.new-section-update {
  width: 115px;
  height: 115px;
  border-radius: 20px;
  /* border-radius: 50%; */
  overflow: hidden;
  /* border: 4px solid #7d57f6; */
  border: 1px solid #ededed00;
  padding: 5px;
}

.product-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-heading {
  /* padding: 1rem 0px; */
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 21px 15px;
  /* font-size: 35px; */
  /* padding-bottom: 15px; */
}

.update-trending-section .product-heading {
  padding-top: 2px;
}
.pnew_box_slide{
  display: none;
}
.product-heading h2 {
  width: 50vw;
  color: black;
  font-size: 15px;
  text-shadow: 0 0 black;
  font-weight: 500 !important;
}

.product-heading a p {
  width: 43vw;
  /* background-color: red; */
  color: #000;
  font-size: 15px;
  text-align: end;
}

.product-section {
  padding: 10px 5px;
}

.mini-update {
  padding-top: 9.8rem !important;
}

.mini-update .product-item-img {
  width: 75px;
  height: 75px;
}

.mini-update .item-content p {
  font-size: 12px;
}

.mini-update .content-buttons {
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: flex-start;
}

.mini-update .content-buttons button {
  border: 2px solid #ff0000;
  border-radius: 4px;
  padding: 2px 8px;
  background: #fff;
  color: #ff0000;
  font-size: 8px !important;
  font-weight: 700;
}

.mini-update .content-buttons span {
  font-weight: 600;
  font-size: 11px;
}

.oos_class1 {
  color: red;
}
.newlook-section{
  margin-bottom: 40px;
}
.newlook-cont{
  width: 90vw;
  height: 250px;
  /* background-color: red; */
  display: flex;
  gap: 10px;
  overflow-y: hidden;
  overflow-x: scroll;
 

}
.newlook-cont::-webkit-scrollbar {
  display: none;
}
.newlookbox{
  min-width: 180px;
  height: 250px;
  border-radius: 5px;
  background-color: rgb(84, 51, 51);
}
.newlookbox img{
  width: 180px;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
}
.mini-update .item-content p {
  color: black;
  font-weight: 600;
  /* padding: 6px 0px; */
  font-size: 9px;
  white-space: normal;
}

.mini-update .item-content {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  width: 100px;
  padding: 3px;
}

.mini-update .item-content small {
  padding: 4px 0px;
  font-weight: 500;
  font-size: 10px;
  color: #b8b8b8;
}

.product-item-box {
  overflow: auto;
  white-space: nowrap;
  padding: 0px 10px;
}
.recent_bottom {
  margin-bottom: 60px !important;
}
.design-box {
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.product_new_box {
  width: 120px;
  height: 183px;
  /* border: 1px solid black; */
  background-color: rgb(239, 239, 239);
  display: inline-block;
}
.content-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-buttons button {
  border-radius:2px;
  padding: 5px 14px;
  background: #000000!important;
  color: #fff;
  border: 1px solid #000!important;
  /* background-color: var(--add-button); */
  font-size: 12px !important;
}

.content-buttons span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}

.content-buttons span del {
  color: #9e9b9b;
  font-size: 11px;
}

.item-content p {
  color: black;
  font-weight: 600;
  /* padding: 6px 0px; */
  font-size: 10px;
  white-space: normal;
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}

.order-text span {
  white-space: normal;
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-content {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  width: 111px;
  padding: 5px;
}

.item-content small {
  padding: 4px 0px;
  font-weight: 500;
  font-size: 12px;
  width: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
}

.product-items {
  display: inline-block;
  padding: 5px;
  border: 1px solid #cdcdcdad;
  border-radius: 10px;
}

.second-banner-section {
  overflow: auto;
  white-space: nowrap;
  padding-top: 113px;
}

.update-new-section {
  /* background: rgb(255, 162, 76); */
  background: #08a208;

  /* background: linear-gradient(0deg, rgba(255, 162, 76, 1) 0%, rgb(255 219 186 / 78%) 39%, rgba(255, 251, 247, 1) 95%); */
}

.banner {
  padding-top: 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner img {
  width: 100%;
  height: 175px !important;
  object-fit: cover;
  border-radius: 18px;
}
.procate_center{
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.selected_product{
  width:90vw;
  height: auto;
  padding-bottom: 10px;
  /* background-color: red; */
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  /* margin-left:4vw; */
  row-gap:10px!important;
 
}

.product_cont{
  width:150px;
  height:255px;
  cursor: pointer;
}
.pro_images{
  width: 100%;
  height: 180px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11);
  border-radius:4px;
  position: relative;
  overflow: hidden;
}
.pro_images img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:4px;
  position: absolute;
  top: 0;
  left: 0;
}



.pro_content{
  width: 100%;
  height:70px;
  background-color: rgb(255, 255, 255);
  /* border-top: 1px solid grey; */
  border-radius:4px;
  margin-top:4px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
padding:10px;

}
.pro_content p{
  color: black;
font-weight: 600;
/* padding: 6px 0px; */
font-size: 10px;
white-space: normal;
display: -webkit-box;
max-width: 400px;
-webkit-line-clamp:1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
height:15px;
}
.pro_content1{
  width: 100%;
  height:80px;
  background-color: rgb(255, 255, 255);
  /* border-top: 1px solid grey; */
  border-radius:4px;
  margin-top:4px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
 padding:10px;

}
.pro_content1 p{
  color: black;
font-weight: 600;
/* padding: 6px 0px; */
font-size: 10px;
white-space: normal;
display: -webkit-box;
max-width: 400px;
-webkit-line-clamp:1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
height:15px;
}

.category-box-item-img {
  background-color: var(--category-color);
  width: 87px;
  height: 87px;
  border-radius: 50% !important;
  padding: 4px;
}

.category-box-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.category-bottom-item-img {
  background-color: var(--category-color);
  width: 100%;
  height: 90%;
  /* border: 1px solid #000; */
  /* border-radius: 50% !important; */
  /* padding: 4px; */
}

.category-bottom-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 50%; */
}

.category-box-wrap {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  /* flex-wrap: wrap; */
  /* white-space: nowrap; */
  align-items: left;
  justify-content: left;
  gap: 5px;
  row-gap: 28px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 120px !important;
  padding-bottom: 10px !important;
}
.category-box-wrap::-webkit-scrollbar {
  display: none;
}
.category-box-item-text p {
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-box-item-text {
  padding-top: 6px;
}
.category-bottom-item-text p {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 2;
  color: #000!important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-bottom-item-text {
  padding-top: 16px;
}

.second-category-section h2 {
  padding: 1rem 8px;
  color: black;
  /* font-size: 20px; */
  text-shadow: 0 0 black;
  font-weight: 500 !important;
}
.first-Banner-section {
  /* background-color: red; */
  width: 100vw;
  height: auto;
}
.Bottom-Banner-section {
  /* background-color: red; */
  width: 100vw;
  height: auto;
}
.carousel-item img {
  width: 100vw;
  height: auto !important;
  object-fit: cover;
}
.category_card {
  width: 330px;
  height: 550px;
  /* padding: 20px; */

  /* background-image: url("../img/dsNgIFMvUpMI.png"); */
  object-fit: contain;
  background-repeat: no-repeat;
}
/* .update-item-box{
  display: flex;
  flex-wrap: wrap;
  overflow: unset !important;
  white-space: unset !important;
  align-items: center;
  justify-content: center;
 padding: 0px;
} */

.update-padding {
  padding-bottom: 4rem;
  padding-top: 17px;
}
.fiter-pro-cont{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.filter-cont{
  width: 100%;
  height: 270px;
  /* margin-top: 30px; */
  padding: 20px;
  /* margin-left: 20px; */
  box-shadow: 0px 0px 5px rgba(128, 128, 128, 0.342);
  border-radius: 5px;
 display: none;
}
.filter-product{
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  /* background-color: rgb(116, 86, 86); */
}
.sortbtn{
  width: 60px;
  height: 30px;
  /* background-color: #000000b9; */
  display: flex;
  padding-top: 7px;
  align-items: center;
  justify-content: center;
}
.footer-policy{
  width: 100vw;
  height: 200px;
  /* background-color: black; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.footplo-content{
  width: 90vw;
  height:auto;
  /* background-color: blue; */
  display:flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  row-gap: 30px;
}
.foot-boxes{
  width: 150px;
  height: 50px;
  /* background-color: red; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

}
.fp-left-box{
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: grey; */
}
.fp-left-box img{
  width: 40px;
  height: 40px;

}
.fp-right-box{
  width: 140px;
  height: 50px;
  /* background-color: rgb(114, 79, 79); */
}
.fp-right-box b {
font-size: 10px;
padding: 10px;
}
.fp-right-box p{
font-size: 8px;
padding-left: 10px;

}
.see-all {
  border: none;
  border: none;
  width: 103px !important;
  height: 192px !important;
  display: flex;
  background: var(--see-all);
  align-items: center;
  justify-content: center;
  text-align: center;
}

.see-all .item-content i {
  color: var(--see-all-icon);
}

.see-all .item-content p {
  color: var(--see-all-text);
  font-size: 20px;
  font-weight: 400;
}

.design-box .product-items {
  background: var(--new-product-bg);
  border: 0.4px solid var(--new-product-border);
  border-radius: 10px;
  box-shadow: -5px 82px 43px var(--new-product-box-sd);
  margin-right: 2px;
  padding: 0px;
  overflow: hidden;
}

.product_new_box img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

.design-box .new-section-update {
  width: 100%;
  /* height: 144px; */
  height: 129px;
  border: none;
  padding: 0px;
  border-radius: 0px;
  overflow: hidden;
}

.design-box .content-buttons {
  color: #fff;
  width: 131px;
}

.design-box .content-buttons button {
  /* background: #fff;
  color: black; */
  border: none;
  font-size: 15px;
}

.last-header i {
  position: relative;
  top: -2px;
  left: 5px;
  font-size: 14px;
}

.design-box .item-content {
  width: 147px;
}

.design-box .item-content p {
  color: #fff;
  font-weight: 400;
  height: auto;
  -webkit-line-clamp: 1;
  font-size: 11px;
}

.design-box .content-buttons span {
  font-weight: 400;
  font-size: 14px;
}

.product-wrap-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wrap-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  overflow: hidden;
  white-space: normal;
  white-space: normal;
  width: 311px;
  height: 130px;
}

.wrap-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.third-product-section {
  overflow: auto;
  white-space: nowrap;
  display: flex;
}

.wrap-img {
  width: 131px;
  height: 151px;
  padding: 7px;
}

.third-section {
  display: flex;
  align-items: center;
}

.third-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 12px;
}

.wrap-content {
  height: 100%;
  background: #f2ffe2;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  padding: 16px;
  line-height: 15px;
}

.wrap-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 7px;
}

.wrap-button button {
  border: 2px solid #ff0000;
  border-radius: 4px;
  padding: 3px 16px;
  background: #fff;
  color: #ff0000;
}

.third-product-section-main {
  padding: 1rem 0px;
  padding-left: 7px;
}

.blue {
  background: #e0f3ff;
}

.category .mobile {
  display: block;
}

.pink {
  background: #ffeaf8;
}

.wrap-content p {
  font-weight: 600;
  white-space: normal;
  font-size: 15px;
  padding-bottom: 11px;
}

.category .home-header {
  display: none;
}

.wrap-content small {
  padding-bottom: 10px;
}

.wrap-button p {
  font-size: 13px;
}

.copy .category-box-item-img {
  border-radius: 50%;
  overflow: hidden;
}

.category-box {
  /* width: 85px;
  height: 137px; */
  width: 85px;
  height: 137px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category .head1 h3 {
  font-size: 15px;
}

.mini-update .product-items {
  padding: 0px !important;
  width: 91px;
  margin-right: 0px;
}

.update-item-box .product-items {
  width: 30vw;
  overflow: hidden;
  margin-bottom: 9px;
}

.update-item-box .new-section-update {
  width: 100%;
  height: 98px;
}

.update-item-box .item-content {
  width: 100%;
  padding: 0px !important;
}

.update-item-box .item-content p {
}

.update-item-box .content-buttons {
  justify-content: space-between;
}

.update-item-box .content-buttons span {
  font-size: 12px;
}

.update-item-box .content-buttons button {
  padding: 1px 7px;
}

.update-new-section .banner {
  height: 267px;
  width: 184px;
  padding: 9px;
}

.All-Product .head2 {
  display: flex;
}

.product-header-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 16px;
}

.product-heading small {
  color: #3d00ff;
  font-weight: 600;
  font-size: 14px;
}

.address-wrapper .home-header {
  display: none;
}

.design-box .product-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

.product-header-banner h2 {
  font-size: 20px;
  font-weight: 600 !important;
}

.product-header-banner p {
  color: #3d00ff;
  font-weight: 600;
  font-size: 14px;
}

.product-item-box::-webkit-scrollbar {
  display: none;
}

.second-banner-section::-webkit-scrollbar {
  display: none;
}

.third-product-section::-webkit-scrollbar {
  display: none;
}

.footer {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #ffffff;
  color: black;
  /* only for Aonemart
  background: linear-gradient(90deg, rgb(92 202 13) 21%, rgb(35 216 69) 56%, rgb(147 242 78) 98%);
   */
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 9;
  box-shadow: 3px 0px 7px #979797;
}

.footer i {
  font-size: 18px;
}

.footer a {
  color: black;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 75px;
}

.footer span {
  font-size: 11px;
}

.last-section {
  padding-bottom: 4rem;
}

.profile-head {
  width: 256px;
}

.product-detali-img {
  padding-top: 5rem;
  width: 289px;
  margin: auto;
  display: flex;
  overflow: auto;
}

.product-detali-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-buttons {
  display: flex;
  /* align-items: center;*/
  justify-content: space-between;
}

.content1 small {
  font-weight: 700;
  font-size: 12px;
  color: #04a004;
  padding-right: 8px;
}

.content1 p {
  font-size: 20px;
}

.content1 del {
  font-size: 14px;
}

.content1 button {
  /* background: #000000; */
  border: none;
  font-size: 16px !important;
  font-weight: 600;
  padding: 10px 24px;
  /* color: #ea4747; */
  border-radius: 2px;
  /* border: 1px solid #ea4747; */
  color: #000;
  border: 1px solid #000000;
}
.content1 button:hover{
  color: #ffffff;
   background: #000000;
   transition: 0.5s;
}
.content-p {
  font-weight: 700;
  line-height: 24px;
}

.detail-buttons .bold {
  font-weight: 700;
  font-size: 18px;
}

.detail-buttons .content1 p {
  padding: 0px 0px !important;
  font-weight: 600;
}

.product-detail-update .mobile {
  display: block;
}

.order-details .mobile {
  display: block;
}

.order1 .mobile {
  display: block;
}

.order-details .home-header {
  display: none;
}

.invoice-wrapper .mobile {
  display: block;
}

.invoice-wrapper .home-header {
  display: none;
}

.product-detail-update .home-head {
  display: flex;
}

.detail-buttons .content1 del {
  font-size: 14px;
  font-weight: 300;
  padding-right: 7px;
  color: #b0b0b0;
}

.home-header .header-search {
  display: none;
}

.product-detail-content {
  padding: 14px;
  padding-top: 17px;
  border-top: 1px solid #bebebe;
  line-height: 37px;
}

.content-small {
  /* color: #b0b0b0; */
  color: rgb(0, 0, 0);
}

.selector-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7px 20px;
  border-radius: 6px;
  height: 45px;
  width: 96px;
  border: 1px solid #1aa93d;
  background: #1aa93d12;
}

.discount {
  top: -31px !important;
  color: #fff;
}

.selector-box p {
  line-height: 22px;
  font-weight: 600;
  font-size: 8px;
  position: relative;
  top: -40px;
  white-space: nowrap;
}

.selector-box span b {
  font-size: 9px;
}

.selector-box span del {
  font-size: 10px;
  color: #afaeae;
}

.qty-selector {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 15px;
  overflow-x: scroll;
}
.qty-selector::-webkit-scrollbar {
  display: none;
}

.selector-box span {
  display: flex;
  gap: 8px;
  position: relative;
  top: -42px;
  white-space: nowrap;
}

.unactive {
  border: 1px solid #b5b3b3;
  background: #ffffff3e;
  /* border: 1px solid #000000;
  background: #ffffff36; */
}

.selector-box img {
  width: 55px;
  position: relative;
  top: -12px;
}

.product-detail-update .product-items {
  display: inline-block;
  padding: 0px;
  border: 1px solid #eae9e9;
  border-radius: 9px;
  width: 142px;
  height: auto;
  margin: 0px 2px;
}

.product-detail-update .new-section-update {
  width: 100%;
  height: 92px;
  border-radius: 20px;
  /* border-radius: 50%; */
  overflow: hidden;
  /* border: 4px solid #7d57f6; */
  border: none;
  padding: 7px;
}

.product-detail-update .new-section-update i {
  position: relative;
  top: -28px;
  left: -27px;
  width: 20px;
  font-size: 17px;
  color: #b5b5b5;
}

.product-detail-update .item-content {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  width: 100%;
  padding: 2px 9px;
  padding-bottom: 12px;
}

.product-detail-update .product-section {
  border-top: 1px solid #eaeaea;
  border-left: 0px;
  border-right: 0px;
  padding: 10px;
}

.product-detail-update .product-detail-content {
  padding: 14px;
  padding-top: 17px;
  border-top: 1px solid #bebebe;
  line-height: 25px;
  margin-bottom: 14px;
}

.product-detail-update .header a {
  text-decoration: none;
  color: #fff;
}

.product-detail-update .product-heading {
  padding: 1rem 2px;
}

.desc {
  padding: 13px;
}

.desc h2 {
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 600 !important;
}

.desc p {
  font-size: 14px;
  line-height: 18px;
}

#product-desc-bullets {
  margin-top: 8px;
  text-align: left;
}

#product-desc-bullets .product-desc-bullets {
  list-style: none !important;
  display: block !important;
  justify-content: flex-start !important;
  margin: 0;
  padding-left: 0;
}

#product-desc-bullets .product-desc-bullets li {
  list-style: none !important;
  display: block !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  font-size: 13px;
  line-height: 20px;
  color: #333;
  margin: 0 0 6px 0;
  white-space: normal;
  text-align: left;
}

#product-desc-bullets .product-desc-bullets li::before {
  content: "• ";
  color: #000;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  display: inline;
  vertical-align: baseline;
}

.All-Product .last-section {
  padding: 6px;
  padding-top: 4rem;
  background: #fffefef7;
}

.All-Product .product-items {
  width: 46vw;
  margin-bottom: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 1px 1px 6px #efeeee;
  border-radius: 8px;
}

.All-Product .new-section-update {
  width: 100%;
  height: 96px;
  border: none;
}
.product_contnew{
  width:180px;
  height: 295px;
  cursor: pointer;
  position: relative;
  margin-bottom:5px;
}
.product_contnew:hover{
  box-shadow: 0px 0px 5px gray;
  border-radius: 5px;
  transition: 0.5s;

}
.wishnew{
  position: absolute!important;
  top: 15px;
  right: 15px;
 
}
.All-Product .item-content {
  /* width: auto; */
  padding: 10px !important;
}

.All-Product .item-content small {
  color: gray;
}

.All-Product .product-item-img img {
  object-fit: contain;
  /* position: relative;
  top: -21px; */
}

.All-Product .item-content p {
  font-size: 13px;
}

.All-Product .content-buttons button {
  padding: 4px 11px;
  font-size: 12px !important;
}

.All-Product .content-buttons del {
  font-size: 11px;
  color: gray;
}

.All-Product .content-buttons span {
  font-size: 14px;
  display: flex;
  flex-direction: column-reverse;
}

.header i {
  /* only for Aonemart
   color: #fff;
   */
  color: black;

  /* color: #108d10; */
  cursor: pointer;
}

.svg-box {
  position: absolute;
  z-index: 4;
}

.svg-box svg {
  position: relative;
  top: -6px;
}

.svg-text {
  position: relative;
  font-size: 10px;
  top: -42px;
  left: 9px;
  width: 20px;
  font-weight: 700;
  color: #fff;
}

.All-Product .fa-heart {
  position: relative;
  left: 35vw;
  top: 2px;
  font-size: 18px;

  color: #cecbcb;
  z-index: 4;
}

.wishlist-wrapper .home-header {
  display: none;
}

.wishlist-boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  row-gap: 4px;
  padding-bottom: 3.7rem;
}

.wishlist-items {
  width: 49vw;
  border: 1px solid #d6d6d6c2;
  background: #fff;
}

.wishlist-item-img {
  width: 147px;
  margin: auto;
  height: 156px;
  padding: 10px;
}

.wishlist-item-img img {
  width: 60%;
  height: 100%;
  object-fit: cover;
}

.wishlist-item-content {
  text-align: center;
}

.wishlist-item-content .content1 {
  width: 100%;
}

.wishlist-item-content .content1 b {
  font-size: 14px;
}

.wishlist-item-content .content1 button {
  border: 1px solid #d6d6d6c2;
  width: 100%;
}

.wishlist-item-content .detail-buttons {
  flex-direction: column;
}

.wishlist-page {
  padding-top: 4.3rem;
  /* background: #f7f7f7; */
}

.wishlist-item-content p {
  padding: 10px;
  padding-bottom: 1px;
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: 10px;
}

.update-some-feature {
  /* width: 234px;
  height: 354px; */
}

.content1 p {
  font-weight: 100;
  padding: 5px 10px;
}

.cart-items-box {
  display: flex;
  align-items: center;
  /* background: #fff; */
  padding: 10px 6px;
}

.cart-item-wrapper {
  margin: 10px;
  padding: 10px;
  /* background-color: #fff;
  border-radius: 13px;
  box-shadow: 1px 1px 6px #efeeee; */
  margin-top: 4.3rem;
}

.cart-item-img {
  padding: 9px;
  width: 119px;
  /* border: 1px solid #e5e5e5;
  border-radius: 17px; */
  height: 120px;
}

.cart-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-item-text {
  display: flex;
  align-items: flex-start;
  padding: 10px 8px;
  width: 100%;
  justify-content: space-between;
}

.cart-item-text p {
  font-size: 12px;
  font-weight: 700;
  white-space: normal;
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-item-text p {
  font-size: 12px;
}

.cart-item-text del {
  padding-left: 8px;
  color: gray;
}

.cart-item-text small {
  font-size: 10px;
  padding: 6px 0px;
}

.header-changes {
  background-color: #f7f7f7;
}

.cart-buttons {
  display: flex;
  align-items: center;
  background-color:#000;

  width: 71px;
  height: 35px!important;
  justify-content: center;
  padding: 1px 2px;
  border-radius: 2px!important;
}

.cart-buttons .minus {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 25px;
  width: 25px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.cart-buttons .plus {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 21px;
  width: 25px;
}

.cart-buttons input {
  all: unset;
  width: 23px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.cart-header {
  display: flex;
  align-items: center;
  padding: 9px 10px;
  margin-bottom: 7px;
  background: #e9e8e8;
  border-radius: 3px;
}

.cart-header-img {
  width: 48px;
  height: 48px;
}

.cart-header-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-header-text {
  padding-left: 13px;
}

.cart-header-text p {
  font-weight: 700;
  font-size: 15px;
  line-height: 8px;
  padding-bottom: 4px;
}

.cart-header-text small {
  line-height: 16px;
  font-size: 12px;
  color: rgb(102, 102, 102);
}

.header-changes .product-section {
  background: #fff;
  margin: 10px;
  border-radius: 13px;
  box-shadow: 1px 1px 6px #efeeee;
}

.header-changes .product-heading {
  padding: 1rem 7px;
}

.header-changes .product-heading h2 {
  font-size: 17px;
  font-weight: 800;
}

.checkout-detail {
  background: #fff;
  margin: 10px;
  border-radius: 13px;
  box-shadow: 1px 1px 6px #efeeee;
  /* padding: 10px; */
  line-height: 18px;
  overflow: hidden;
  margin-bottom: 91px;
}

.checkout-heading {
  padding: 1rem 7px;
}

.checkout-heading h2 {
  font-size: 15px;
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif !important;
}

.item-detail-checkout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 9px;
}

.checkout-box1 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.img-design {
  background-image: url("../img/background_css.svg");
  background-position: center top;
  background-size: 330px;
  background-repeat: repeat-x;
  height: 100%;
  width: 100%;
  position: relative;
  top: 8px;
  height: 9px;
}

.contents-cart {
  background-color: rgb(219, 232, 255);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 10px;
}

.contents-cart p {
  color: #256fef;
  font-size: 13px;
  font-weight: 500;
}

.contents-cart b {
  color: #256fef;
  font-size: 13px;
  font-weight: 500;
}

.two-box small {
  color: blue;
}

.fa-circle-info {
  font-size: 12px;
}

.checkout-box1 i {
  font-size: 15px;
}

.checkout-box1 p {
  font-size: 12px;
  font-weight: 700;
}

.checkout-box1 span {
  font-size: 9px;
  font-weight: 600;
  color: rgb(37, 111, 239);
  background-color: rgb(237, 244, 255);
  display: flex;
  padding: 2px 4px;
  border-radius: 4px;
  overflow: hidden;
}

.two-box p {
  font-size: 13px;
  font-weight: 700;
}

.checkout-box1 del {
  font-weight: 400;
  padding: 1px 5px;
}

.contents {
  background-color: rgb(219, 232, 255);
  padding: 10px;
  color: #256fef;
}

.cancellation-policy h2 {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 3px;
}

.cancellation-policy p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: rgb(130, 130, 130);
  padding-bottom: 12px;
}

.cancellation-policy {
  line-height: 21px;
  background: #fff;
  margin: 10px;
  border-radius: 13px;
  box-shadow: 1px 1px 6px #efeeee;
  padding: 10px;
}

.cart-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 2px -1px 8px #d8d8d8;
}

.cart-footer button {
  padding: 16px 66px;
  font-size: 15px;
  color: #fff;
  background-color:#000;
  border: none;
  border-radius: 5px;
}

.fa-arrow-right-to-bracket {
  padding-left: 4px;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  /* transform: translate(0, 291px); */
}

.modal-dialog {
  margin: 0% !important;
  /* top: 261px; */
  /* top: 38%; */
}

.modal-title {
  font-size: 16px;
  font-weight: 700 !important;
  color: black;
}

.btn-close {
  font-size: 13px !important;
  opacity: 1;
}

.modal-body {
  line-height: 26px;
}

.modal-body p {
  font-size: 15px;
  font-weight: 700;
  line-height: 38px;
}

.form-group {
  position: relative;
  margin-bottom: 27px;
}

.input-box input {
  display: block;
  width: 100%;
  font-size: 14pt;
  padding: 10px;
  border: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 7px;
}

input:focus {
  outline: none;
}

.input-box label {
  position: absolute;
  top: 10px;
  left: 5px;
  color: #999;
  font-size: 11pt;
  padding-left: 9px;
  font-weight: normal;
  pointer-events: none;
  transition: all 0.2s ease;
}

input:focus ~ label,
input:valid ~ label {
  top: -13px;
  font-size: 10pt;
  color: #000000;
  background: #fff;
  left: 12px;
  font-weight: 300;
}

.bar {
  display: block;
  position: relative;
  width: 320px;
}

.address-btn {
  width: 100%;
  text-align: center;
  color: black;
  /* padding: 12px 18px; */
  font-weight: 600 !important;
  font-size: 16px 10px !important;
  padding: 10px !important;
  text-align: center !important;
}

.address-btn:hover {
  border: 1px solid rgb(255, 255, 255) !important;
}

.address .btn:hover {
  background-color: #fff !important;
  /* background: #08a208; */
  border: 1px solid #08a208 !important;
  /* color:linear-gradient(0deg, rgb(195 39 181) 0%, rgb(233 82 207) 47%, rgb(255 130 233) 95%) !important; */
}

.address {
  transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.detail-inputs p {
  line-height: 10px;
  padding: 20px 0px;
}

.header-changes .head1 h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0px;
}

.bar:before,
.bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #5264ae;
  transition: all 0.2s ease;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

input:focus ~ .bar:before,
input:focus ~ .bar:after {
  width: 50%;
}

.address button {
  width: 100%;
  background: #08a208;
  /* background: linear-gradient(0deg, rgb(195 39 181) 0%, rgb(233 82 207) 47%, rgb(255 130 233) 95%); */
  color: #fff;
  padding: 14px;
  font-size: 18px !important;
}

.check-btn {
  display: flex;
  align-items: center;
  gap: 7px;
}

.third-head h2 {
  color: black;
  font-size: 21px;
  font-weight: 500 !important;
}

.third-head p {
  color: #3d00ff;
  font-weight: 600;
  font-size: 14px;
}

.update-some-feature .banner {
  height: 250px;
  display: inline-block;
  padding: 2px;
}

.bill h3 {
  font-size: 15px;
  font-weight: 600 !important;
}

.bill-content {
  background-color: #f8f7f7;
  margin-top: 4rem;
  padding: 12px;
}

.bill-content h3 {
  font-size: 15px;
  font-weight: 700 !important;
  padding-bottom: 10px;
}

.img-bill {
  width: 52px;
}

.bill-main-content span {
  padding-left: 10px;
}

.bill-main-content span p {
  font-weight: 800;
  font-size: 12px;
}

.bill-main-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bill-main-content {
  display: flex;
  align-items: center;
}

.bill-head-content {
  background: #fff;
  padding: 13px;
}

.profile {
  padding: 10px;
  padding-top: 5rem;
}

.profile-text {
  display: flex;
  /* align-items: center; */
  padding: 5px 17px;
  flex-direction: column;
  gap: 36px;
  margin-top: 23px;
}

.profile-text span {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 8px;
}

.profile-text span p {
  font-size: 18px;
  font-weight: 500;
}

.profile-text span i {
  background: #08a208;
  /* background: linear-gradient(0deg, rgb(195 39 181) 0%, rgb(233 82 207) 47%, rgb(255 130 233) 95%); */
  padding: 7px;
  color: rgb(255 255 255);
  padding: 7px;
  font-size: 22px;
}

.profile p {
  font-size: 21px;
}

.profile-img {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 40px;
}

.profile-img i {
  font-size: 66px;
  background: #08a208;
  /* background: linear-gradient(0deg, rgb(195 39 181) 0%, rgb(233 82 207) 47%, rgb(255 130 233) 95%); */
  color: rgb(255, 255, 255);
  padding: 14px;
  border-radius: 50%;
  width: 103px;
  height: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-img p {
  font-size: 28px;
  font-weight: 700;
}

.info {
  margin: 15px 0px;
  font-weight: 500;
  padding: 0px 14px;
}

.resp-nav {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0%;
  z-index: 9;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
  background: #6b6b6b82;
  z-index: 999;
}

.sidebar-box {
  transition: 0.4s all ease-in-out;
  transform: translateX(-100%);
  height: 100%;
}

.open-slide-box {
  transform: translateX(0);
}

.i2 {
  font-size: 30px;
  position: absolute;
  top: 6px;
  color: #000000;
  left: 16px;
  cursor: pointer;
}

.navbar {
  /* background: #08a208; */
  background-color: #fff;
  /* background: linear-gradient(0deg, rgb(195 39 181) 0%, rgb(233 82 207) 47%, rgb(255 130 233) 95%); */
  height: 26vh;
  width: 78vw;
}

.nav1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 22px;
  width: 100%;
}

.nav1 h2 {
  font-size: 18px;
  font-weight: 600 !important;
}

.nav1 span {
  color: #000000;
  display: flex;
  flex-direction: column;
  margin-top: 13px;
}

.nav1 small {
  font-weight: 200;
  font-size: 13px;
  padding: 3px 2px;
}

.navbar2 {
  background: #fff;
  width: 78vw;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  gap: 25px;
  padding: 24px 20px;
  overflow-y: scroll;
  height: 99%;
  padding-bottom: 9rem;
}

.navbar2 i {
  font-size: 19px;
  color: black;
  padding-right: 10px;
}

.navbar2 a {
  font-size: 14px;
  color: black;
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar2 p {
  width: 200px;
  white-space: nowrap;
}

.img-nav {
  width: 46px;
  height: 46px;
  box-shadow: 1px 1px 10px #7a7a7a;
  border-radius: 11px;
  overflow: hidden;
}

.img-nav > span {
  font-size: 35px;
  position: relative;
  top: -15px;
  left: 10px;
}

.navbar {
  height: 122px;
  border-bottom: 1px solid #d0d0d0;
}

#prodContainer .item-content {
  width: 131px;
}

@media (max-height: 500px) {
  .footer {
    bottom: -67px;
  }
}

.owl-dots button.owl-dot.active span,
.owl-dots button.owl-dot:hover span {
  background-color: yellow;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}

.owl-dots button.owl-dot {
  background: white;
  border-radius: 50%;
  height: 19px;
  width: 19px;
  position: relative;
}

.owl-theme .owl-nav {
  display: none !important;
}

/* .product-detail-update .owl-item {
  padding-top: 5rem !important;
} */

.content-first {
  font-size: 12px;
}

.product-detail-update .item {
  width: 300px;
  margin: auto;
  height: 300px;
}

.item img {
  height: 100% !important;
  object-fit: contain !important;
}

.owl-dots button.owl-dot.active span,
.owl-dots button.owl-dot:hover span {
  height: 10px !important;
  width: 10px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #08a208 !important;
}

.banner-theme .item {
  width: 100%;
  height: 194px;
  /* border-radius: 24px; */
  overflow: hidden;
  padding: 10px;
}

.banner-theme .item img {
  object-fit: cover !important;
  border-radius: 18px;
}

.wrap-button span {
  display: flex;
  flex-direction: column;
  line-height: 9px;
}

.wrap-button span del {
  font-size: 14px;
  color: #a6a2a2;
}

.design-box .item-content span del {
  color: #fff;
}

.wishlist-item-img i {
  position: relative;
  top: -3px;
  left: 125px;
  font-size: 18px;
  color: #fc2f2fe3;
}

.product-history {
  /* display: flex;
  align-items: center;
  justify-content: space-around; */
}

.history-box-img {
  width: 113px;
}

.history-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.head-history {
  padding: 12px;
  border: 1px solid #cdcdcd;
  margin: 12px 7px;
  border-radius: 9px;
}

.order-history {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.history-content p {
  font-weight: normal;
  white-space: nowrap;
  font-size: 14px;
}

.history-content b {
  display: flex;
  gap: 10px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 12px;
}

.history-content .btn-view {
  width: 100%;
  border: none;
  color: #fff;
  margin-top: 10px;
  padding: 9px 11px;
  background: #08a208;
  border-radius: 4px;
}

.head-history p {
  font-size: 11px;
}

.head-history hr {
  margin: 7px 0px;
}

.modal-update .modal-body {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.modal-header {
  padding: 11px 16px !important;
}

.modal-header h1 {
  font-weight: 500 !important;
}

.content-text p {
  height: 27px;
  font-size: 13px;
}
.allpagecont{
  display: flex;
  flex-wrap: wrap;
justify-content:left;
padding-left: 5vw;
align-items: center;
gap: 5px;
  /* background-color: red; */
  margin-top: 85px!important;
}

@media (max-width: 400px) {
  .category-box {
    width: 21vw;
    height: 104px;
  }

  .category-box-item-img {
    width: 78px;
    height: 77px;
  }

  .category-box-item-text p {
    font-size: 12px;
  }

  .All-Product .fa-heart {
    left: 35vw;
    top: 4px;
  }
}

/* .copy {
  padding-bottom: 4rem;
} */

.active-class i {
  color: #343434;
}

.active-class span {
  color: #343434;
}

.bi-arrow-right-circle {
  padding-left: 12px;
}

.bi-chevron-left {
  font-size: 14px !important;
}

/* 
.update-item-box .product-items {
  width: 28vw;
  margin-bottom: 9px;
  padding: 0px;
}


.update-item-box .new-section-update {
  width: 97px;
  height: 96px;
  padding: 0px;
}

.update-item-box {
  justify-content: space-evenly;
  padding: 0px;
} */

/* orange theme */
.update-item-box {
  display: flex;
  flex-wrap: wrap;
  overflow: unset !important;
  white-space: unset !important;
  align-items: center;
  justify-content: center;
  padding: 0px;
  gap: 3px;
  row-gap: 0px;
  /* margin: 10px auto; */
  /* display: grid; */
  /* grid-template-columns: repeat(2, 45%); */
  /* justify-content: space-evenly; */
  /* gap: 5px 7px; */
  /* /* width: 393px; */
}

/* .update-item-box .new-section-update {
  width: 100%;
  height: 183px;
} */
/* .update-item-box .product-items {
  width: 49vw;
}
.new-section-update {
  border: 1px solid #aeaaaa;
} */
/* .update-item-box .product-items {
  width: 45vw;
} */

/* .update-item-box .new-section-update {
  height: 140px;
} */
/* .item-content p {
  color: black;
  font-weight: 500;
  padding: 6px 0px;
  font-size: 16px;
  white-space: normal;
} */
.category .second-category-section {
  padding-top: 5rem;
  padding-bottom: 1rem;
}

.setting .main-header {
  padding: 9px 16px;
  padding-top: 10px;
  height: 53px;
  display: flex;
}

.setting .head1 h3 {
  font-weight: 500 !important;
  text-transform: capitalize;
  font-size: 17px;
  position: relative;
  left: -7px;
}

.setting .head1 i {
  font-size: 17px;
}

.setting-items {
  padding: 13px;
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 4rem;
}

#setting_links {
  position: relative;
  top: 10px;
}
.setting-items a {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: black;
  padding: 0px 12px;
}

.setting-items a span {
  background: #f7f7f7;
  height: 36px;
  border-radius: 50%;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.setting-items p {
  width: 200px;
  white-space: nowrap;
}

.order-box a:hover {
  color: inherit;
}

.setting-items i {
  font-size: 20px;
  width: auto;
}
.profile-text-setting p {
  display: flex;
  align-items: center;
  gap: 3px;
}
#user_name_setting {
  width: auto;
  background: transparent;
}

.setting-items button {
  padding: 10px;
  background: black;
  color: #fff;
  border-radius: 11px;
  margin: auto;
  width: 258px;
}

.setting .head1 a {
  height: 20px;
}

.setting-items .bi-person {
  position: relative;
  top: -2px;
  font-size: 36px !important;
}

.others-data {
  padding: 5rem 2rem;
}

.others-data h2 {
  font-size: 18px;
}

.page-data {
  color: gray;
  font-size: 15px;
}

.other .head1 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-detail-update .home-header {
  display: block;
}

.order1 .home-header {
  display: none;
}

.product-detail-update .main-header {
  padding: 8px 19px;
  padding-top: 8px;
}

.order-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 100%; */
  padding: 10px;
}

.order-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 8px;
  gap: 11px;
}

.order-item {
  width: 100%;
  border: 1px solid #e7e1e1;
  border-radius: 11px;
  padding: 10px;
}

.order-item hr {
  margin: 8px 0px;
}

.status-box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.circle {
  /* background: green;
  width: 10px;
  height: 10px;
  border-radius: 50%; */
  background: green;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  /* top: 262px; */
}

.status-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.status-box-item small {
  font-size: 11px;
}

.circle::before {
  /* content: "";
  display: block;
  width: 27vw;
  height: 3px;
  background-color: green;
  position: absolute;
  top: 5px;
  left: -27vw; */
  /* content: "";
    display: block;
    width: 69vw;
    height: 3px;
    background-color: green;
    position: absolute;
    top: 259px;
    left: 59px; */
  content: "";
  display: block;
  width: 24vw;
  height: 4px;
  background-color: green;
  position: relative;
  top: 4px;
  left: -43px;
}

.update-trending-section {
  /* padding: 42px 5px; */
  padding-bottom: 0px;
}

.header-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-search .last-header {
  width: 80vw;
}

.bi-sliders {
  font-size: 21px;
  position: relative;
}

.All-Product .main-header {
  padding-top: 12px;
}

.All-Product .head1 p {
  font-size: 17px;
  text-transform: capitalize;
}

.All-Product .header {
  padding-bottom: 10px;
}

.modal.fade.product .modal-dialog {
  /* position: unset;
  width: 100%;
  background: #fff; */
  position: unset;
  width: 100%;
  /* background: #fff; */
  display: flex;
  align-items: center;
  height: 100%;
}

.modal-dialog {
  display: flex;
}

.product .modal-header {
  box-shadow: 2px 2px 5px rgb(154 154 154 / 75%);
}

.product .modal-footer button {
  border: none;
  padding: 6px 13px;
  font-size: 15px !important;
  /* background-color: var(--theme-color); */
  font-weight: 600;
}

.product .btn-close {
  font-size: 14px !important;
}

.product .modal-body button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px !important;
  font-weight: 600;
  background: transparent;
  padding: 0 13px;
}
.Wrapper-body-item button:hover {
  background-color: #fff !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  /* background-color: var(--theme-color) !important; */
}

.product .modal-title {
  font-weight: 400 !important;
}

.product .modal-body {
  padding: 9px 3px;
}

.product .modal-content {
  border-radius: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

.category-filter {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-x: scroll;
  width: 100%;
  padding: 10px 0px;
  padding-bottom: 6px;
  gap: 11px;
}

.catgbuttonContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
}

.catgbuttonContainer img {
  width: 59px;
  height: 55px;
  border: 1px solid #d1d1d1 !important;
  border-radius: 7px;
  object-fit: cover;
}

.catgbuttonContainer span {
  position: relative;
  display: block;
  top: 0px;
  margin-top: 5px;
  font-size: 12px;
  max-width: 60px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.All-Product .head2 {
  position: relative;
  top: -2px;
}

.All-Product .head1 {
  gap: 9px;
}

.All-Product .last-section {
  padding: 6px;
  padding-top: 8rem;
  background: #fffefef7;
  padding-bottom: 4rem;
}

.main-header .head2 b {
  position: relative;
  left: -17px;
  top: 6px;
  color: #fff;
  font-size: 12px;
}

.main-header .head2 span {
  position: absolute;
}

.content1 .span-class-new {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.category-filter i {
  height: 50px;
}

.header-search .btn {
  position: relative;
  left: 11px;
  top: -3px;
}

.modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.Wrapper-body-item {
  padding: 4px !important;
}

.content-wrap {
  padding: 15px;
  padding-top: 5.6rem;
}

.checkout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout-header input {
  all: unset;
}

.checkout-header h6 {
  font-size: 15px;
}

.checkout-header button {
  color: #fff;
  /* background-color: #28ad28; */
  font-size: 13px !important;
  padding: 5px 13px;
  border: none;
  border-radius: 4px;
}

.checkout-heading-order {
  font-size: 24px;
  padding-bottom: 10px;
}

.order-item-box {
  display: flex;
  align-items: center;
  gap: 11px;
  /* white-space: unset; */
  justify-content: space-around;
  border: 1px solid #e0e0e0;
  /* opacity: .25; */
  border-left: 0px;
  border-right: 0px;
}

.order-img {
  width: 100px;
}

.order-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.order-text {
  width: 266px;
  display: flex;
  flex-direction: column;
  font-size: 13px;
}

.invoice-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 20px;
}

.order-invoice {
  padding: 13px 2px;
  font-size: 14px;
}

.order-address-section {
  padding: 11px 20px;
  border: 1px solid #e0e0e0;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  line-height: 24px;
  font-size: 13px;
}

.order-invoice-section {
  padding: 10px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  border-left: 0px;
  border-right: 0px;
  margin: 9px 0px;
}

.order-invoice-section a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: dimgrey;
  font-size: 16px;
}

.order-invoice-section i {
  position: relative;
  font-size: 16px;
  top: -1px;
}

.order-details .head1 h3 {
  font-size: 16px;
  font-weight: 500 !important;
}

.invoice {
  /* padding-top: 5rem; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.invoice button {
  padding: 13px 18px;
  background: green;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px !important;
}

.invoice-detail1 {
  padding: 15px;
  font-size: 11px;
  line-height: 1.7;
}

.h-four {
  text-align: center;
  padding: 8px;
  font-size: 13px;
}

.invoice-detail2 {
  padding: 10px;
  font-size: 11px;
  line-height: 1.7;
}

.invoice-detail3 {
  padding: 10px;
  font-size: 11px;
}

.flex-wala {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-wala span {
  display: flex;
  align-items: center;
  gap: 18px;
}

.flex-wala-1 span {
  gap: 18px;
  font-size: 10px;
}

.para-wala-update {
  font-size: 10px;
  max-width: 120px;
  word-break: break-word;
  line-height: 1.4;
}

.invoice-detail4 {
  padding: 10px;
  font-size: 11px;
  line-height: 1.8;
}

.invoice-detail5 {
  text-align: center;
  font-size: 11px;
}

.invoice-detail6 {
  padding: 10px;
  font-size: 11px;
}

.invoice-wrapper .head1 h3 {
  font-size: 18px;
  font-weight: 500 !important;
}

.address-wrapper .head1 h3 {
  font-size: 14px;
  font-weight: 600 !important;
}

.address-item {
  padding: 10px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  background: #f7f7f7;
}

.address-item .btn {
  background: #3dcf3d;
  width: 287px;
  padding: 9px;
  color: #fff;
  font-size: 13px !important;
  border: 1px solid transparent;
}

.address-item .btn:hover {
  border: 1px solid #3dcf3d;
  background-color: #fff;
  color: #3dcf3d;
}

.input-detail input {
  border: 1px solid #b2afaf;
  padding: 5px 8px;
  width: 313px;
  border-radius: 5px;
  font-size: 13px !important;
}

.input-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 23px;
}

.form-s1 {
  display: flex;
  gap: 10px;
  align-items: center;
}

.inp-span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-s1 input {
  width: 197px !important;
}

.checkuot-btn2 {
  border-radius: 2px;
  padding: 8px 33px;
  background: #000000;
  color: #fff;
  border: none;
}

.form-s span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-s {
  padding: 0px 10px;
  padding-bottom: 14px;
  display: flex;
  gap: 14px;
  align-items: center;
  width: 100%;
}

.address-item .modal-title {
  font-size: 16px;
  font-weight: unset !important;
}

.address-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.address-tab .modal-dialog {
  position: unset;
}

.address-tab .modal-header button {
  position: absolute;
  top: 16px;
  left: 311px;
  z-index: 9;
}

.address-tab .modal-header {
  border-bottom: none !important;
}

.box-address1 {
  width: 100%;
  padding: 16px 16px;
  border: 1px solid #eae9e9;
  border-radius: 10px;
  background-color: #fff;
  margin: 8px;
}

.add1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.but-wala1 {
  padding: 2px 11px;
  font-size: 11px !important;
  background: #f6f4f4;
  color: #000;
  border: none;
  border-radius: 5px;
}

.same {
  background: #525151;
  font-size: 12px !important;
  padding: 6px 13px;
  border: none;
  border-radius: 2px;
  color: #fff;
}

.same1 {
  background: #4b4444;
}

.address-item .modal-dialog {
  width: auto;
}

.detail-add p {
  font-size: 12px;
}

/* .setting-items a:nth-child(1) {
  height: 86px;
  border-radius: 7px;
  align-items: center;
  padding: 10px;
  gap: 22px;
} */
.setting-items a {
  height: auto;
  border-radius: 7px;
  align-items: center;
  padding: 10px;
  gap: 22px;
}
.setting #delete_my_account {
  padding: 0;
  line-height: 1px;
}
.setting #logout_setting_btn {
  padding: 0;
  line-height: 1px;
}

.bi-person-circle {
  font-size: 55px !important;
  width: auto !important;
  position: relative;
  top: -14px;
}

.mob {
  color: gray;
}
.mob span {
  width: auto !important;
  display: block !important;
  background: transparent !important;
}

ul {
  display: flex;
  padding: 0px !important;
  margin: 0px !important;
  gap: 22px;
  justify-content: center;
}

ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul li .icon {
  font-size: 23px;
  /* /* margin: 0 60px */
}

ul li p {
  font-size: 10px;
  white-space: nowrap;
}

/* Progress Div Css  */

ul li .progress {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: lightgray;
  margin: 6px 0;
  display: grid;
  place-items: center;
  color: #fff;
  position: relative;
  cursor: pointer;
  overflow: visible;
}

.progress::after {
  content: " ";
  position: absolute;
  width: 81px;
  height: 5px;
  background-color: #e0e0e0;
  right: 9px;
}

.one::after {
  width: 0;
  height: 0;
}

ul li .progress .uil {
  display: none;
}

ul li .progress p {
  font-size: 13px;
}

/* Active Css  */

ul li .active {
  background-color: green;
  display: grid;
  place-items: center;
}

li .active::after {
  background-color: green;
}

ul li .active p {
  display: none;
}

ul li .active .uil {
  font-size: 20px;
  display: flex;
}

.order-box a {
  color: black;
  width: 100%;
}

.order-detail p {
  font-size: 12px;
}

.order-item span {
  font-size: 13px;
}

.order1 .head1 h3 {
  font-size: 15px;
}

.order-invoice hr {
  margin: 6px 0;
  border: 1px solid #e0e0e0;
  opacity: 0.25;
}

.offcanvas {
  display: none !important;
}

.offcanvas-backdrop .show {
  opacity: 0;
}

.head3 span {
  position: absolute;
  top: 7px;
}

.head3 i {
  font-size: 26px;
  color: #559655;
}

.head3 b {
  font-size: 11px;
  position: relative;
  left: -15px;
  top: 5px;
  color: #fff;
}

.btn-container {
  display: none;
}

.home-head a {
  display: block;
}

.home-head .head2 {
  display: flex;
}

.header-search .btn {
  top: -6px;
}

.Wishlist {
  position: relative;
}

.Wishlist i {
  position: absolute;
  top: -179px;
  left: 24vw;
}

/* .wishlist-heart-color {
  color: #ff4343ba;
} */

.footer .Wishlist {
  position: unset;
}

.footer .Wishlist i {
  position: unset;
  color: black;
}


.design-box .Wishlist i {
  top: -207px;
  left: 125px;
}

.scroller-div .Wishlist i {
  top: -210px;
  left: 88px;
}

/* media query */
/* media query */
/* media query */
/* media query */
/* media query */
.footer_cont{
    width:100vw;
    height: auto;
    background-color:#000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
  }
.footer_box{
  width: 100%;
  height: auto;
  display: flex;
  padding-left:30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.footer_box a:hover{
  color: #fff!important;
}
.footer_copyright{
  width: 100%;
  height: 70px;
  background-color:#000;
  border-top: 1px solid rgba(79, 87, 110, 0.395);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #969191!important;
  font-size: 8px;
  margin-bottom: 60px;
}
.footer-section1{
  width: 300px;
  height: 200px;
  /* background-color:rgb(116, 107, 107); */
  display: flex;
  flex-direction: column;
  margin-right: 50px;
  gap: 10px;
}
.comp_logo{
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: start;
  }
.comp_logo img{
  width: 150px;
  height: 30px;

  }
.comp_orginal{
  width: 100%;
  height: 70px;
  display: flex;
}
.orgi_img{
  width: 30%;
  height: 70px;
display: flex;
justify-content: start;
align-items: center;
}
.orgi_img img{
  width: 60px;
  height: 50px;

}
.orgi_text{
  width: 70%;
  height: 70px;
  font-size: 12px;
  color: #969191!important;
  display: flex;
justify-content: start;
align-items: center;
}
.comp_retune{
  width: 100%;
  height: 70px;
  display: flex;
}

.footer-section{
  width: 45%;
  height: auto;
  /* background-color:rgb(116, 107, 107); */
  display: flex;
  flex-direction: column;
  /* padding-left: 10%; */
  margin-top: 0px;
}

.infoadss{
  width: 40%!important;
 
}


.infoadss ul li{
  display: flex;
  flex-direction: row!important;
}
.footer-section h5{
  width: 100%;
  height: 40px;
  /* background-color: rgb(70, 39, 39); */
  color: #fff;
  font-size: 14px;

}
.footer-section ul{
  width: 100%;
  height: auto;
  /* background-color: rgb(74, 58, 58); */
  display: flex;
  flex-direction: column;
  color: #969191!important;
  font-size: 12px;
  gap: 5px!important;

}
.footer-section ul li {
 display: flex;
 align-items: self-start;

}
.footer-section ul li a {
  color: #969191!important;
  font-size: 11px;

  padding: 0;
}
.icon_cont {
  display: flex;
  justify-content: last baseline;
  align-items: center;

}

.icon {
  width: 30px;
  height: 30px;
  font-size: 15px!important;
  margin-right: 10px;
  /* padding: 8px 13px; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background-color: #ffffff;
  transition: all .6s ease-in-out;
}

.icon:hover {
  color: #ffffff!important;
  background-color: #000000!important;
  padding-bottom: 20px!important;
  transition: 0.5s;
}
.icon li a {
  height: 100px !important;
}
.about-main{
  width: 100vw;
  height: auto;
  /* background-color: red; */
  margin-top: 115px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 50px;
  justify-content: center;
 
}

.about-header{
width: 100%;
height: auto;
/* background-color: blanchedalmond; */
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 0 30px;
gap: 20px;
font-size: 8px;
text-align: justify;
}
.about-content{
width: 90%;
height: auto;
/* background-color: rgb(107, 99, 89); */
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.abt-cont-text{
width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding:20px 10px;
text-align: justify;
gap: 20px;
/* background-color: rgb(139, 118, 92); */
}
.abt-cont-img{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: rgb(108, 100, 91); */
  }
.abt-cont-img img{
  width: 350px;
  height:350px;
  
  }
.about-mission-vision{
  width: 100%;
  height: auto;
  /* background-color: rgb(107, 99, 89); */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  }
.abt-cont-mission{
    width: 90%;
    height: auto;
    min-height: 320px;
    /* background-color: rgb(84, 65, 41); */
    display: flex;
  padding: 10px 20px;
  justify-content: start;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.343);
  text-align: justify;
  flex-direction: column;
  }
.abt-cont-mission h4{
    font-weight: 600!important;
    padding-bottom: 10px;
  }
.abt-cont-vision{
      width: 90%;
      height: auto;
      min-height: 380px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.343);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 20px;
    text-align: justify;
    box-sizing: border-box;
    }
.abt-cont-vision h4{
    font-weight: 600!important;
    padding-bottom: 10px;
    }
.abt-cont-vision h6{
  line-height: 1.6;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.abt-cont-mission-title,
.abt-cont-vision-title{
  width: 100%;
}
.abt-cont-vision-body{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.abt-cont-mission-text,
.abt-cont-vision-text{
  width: 100%;
}
    @media (min-width: 600px) and (max-width: 2000px) {

  .about-main{
    width: 100%;
    height: auto;
    /* background-color: red; */
    margin-top: 75px;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
   
  }
 
.about-header{
  width: 90%;
  height: 200px;
  /* background-color: blanchedalmond; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 80px;
  gap: 20px;
}
  .about-content{
    width: 90%;
    height: auto;
    /* background-color: rgb(107, 99, 89); */
    display: flex;
    
  }
.abt-cont-text{
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 80px;
  text-align: justify;
  gap: 20px;
  /* background-color: rgb(139, 118, 92); */
}
  .abt-cont-img{
    width: 50%;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: rgb(108, 100, 91); */
  }
  .abt-cont-img img{
    width: 400px;
    height:400px;
  
    transform:
      perspective(800px)
      rotateY(-1deg)
      translateY(-10px)
      rotateX(1deg)
      scale(1);
  filter: blur(0);
  opacity: 1;
 


}
.about-mission-vision{
    width: 80%;
    height: auto;
    /* background-color: rgb(107, 99, 89); */
    display: flex;
    flex-wrap: nowrap;
    gap: 5%;
  }
  .abt-cont-mission{
      width: 50%;
      height: auto;
      min-height: 280px;
      /* background-color: rgb(84, 65, 41); */
      display: flex;
    padding: 10px 20px;
    justify-content: start;
    align-items: center;
  border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.343);
    text-align: justify;
    flex-direction: column;
  }
.abt-cont-mission h4{
    font-weight: 600!important;
    padding-bottom: 10px;
}
  .abt-cont-vision{
      width: 50%;
      height: auto;
      min-height: 300px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.343);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 20px;
    text-align: justify;
    box-sizing: border-box;
  }
.abt-cont-vision h4{
  font-weight: 600!important;
  padding-bottom: 10px;
}
  .recent_bottom {
    margin-bottom: 0px !important;
  }

.footer_cont{
    width:100%;
    height: auto;
    background-color:#000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
  }
.footer_copyright{
  width: 100%;
  height: 70px;
  background-color:#000;
  border-top: 1px solid rgba(79, 87, 110, 0.395);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #969191!important;
  font-size: 12px;
  margin-bottom: 0;
}
.footer-section1{
  width: 300px;
  height: 200px;
  /* background-color:rgb(116, 107, 107); */
  display: flex;
  flex-direction: column;
  margin-right: 50px;
  gap: 10px;
}
.comp_logo{
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: start;
  }
.comp_logo img{
  width: 150px;
  height: 30px;

  }
.comp_orginal{
  width: 100%;
  height: 70px;
  display: flex;
}
.orgi_img{
  width: 30%;
  height: 70px;
display: flex;
justify-content: start;
align-items: center;
}
.orgi_img img{
  width: 60px;
  height: 50px;

}
.orgi_text{
  width: 70%;
  height: 70px;
  font-size: 12px;
  color: #969191!important;
  display: flex;
justify-content: start;
align-items: center;
}
.comp_retune{
  width: 100%;
  height: 70px;
  display: flex;
}
.footer_box{
  width: 90%;
  height: 200px;
  display: flex;
  padding-left:40px;
  gap: 2%;
  margin-bottom: 30px;
  flex-wrap:nowrap;
}
.footer_box a:hover{
  color: #fff!important;
}
.footer-section{
  width: 20%;
  height: auto;
  /* background-color:rgb(116, 107, 107); */
  display: flex;
  flex-direction: column;
  /* padding-left: 10%; */
}

.infoadss{
  width: 30%!important;
 
}
.infoadss ul li{
  display: flex;
  flex-direction: row!important;
}
.footer-section h5{
  width: 100%;
  height: 40px;
  /* background-color: rgb(70, 39, 39); */
  color: #fff;
  font-size: 14px;

}
.footer-section ul{
  width: 100%;
  height: auto;
  /* background-color: rgb(74, 58, 58); */
  display: flex;
  flex-direction: column;
  color: #969191!important;
  font-size: 12px;
  gap: 5px!important;

}
.footer-section ul li {
 display: flex;
 align-items: self-start;

}
.footer-section ul li a {
  color: #969191!important;
  font-size: 11px;

  padding: 0;
}
.icon_cont {
  display: flex;
  justify-content: last baseline;
  align-items: center;

}

.icon {
  width: 40px;
  height: 40px;
  font-size: 20px!important;
  margin-right: 10px;
  /* padding: 8px 13px; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background-color: #ffffff;
  transition: all .6s ease-in-out;
}

.icon:hover {
  color: #ffffff!important;
  background-color: #000000!important;
  padding-bottom: 20px!important;
  transition: 0.5s;
}
.icon li a {
  height: 100px !important;
}

  .allpagecont{
    display: flex;
    flex-wrap: wrap;
  justify-content:left;
  padding-left: 5vw;
  align-items: center;
  gap: 5px;
    /* background-color: red; */
    margin-top: 0px!important;
  }
  .product_contnew{
    width:180px;
    height: 295px;
    cursor: pointer;
    position: relative;
  }
  .product_contnew:hover{
    box-shadow: 0px 0px 5px gray;
    border-radius: 5px;
    transition: 0.5s;
  
  }
  .fiter-pro-cont{
    width: 100%;
    height: auto;
    /* background-color: red; */
    margin-top: 20px;
    display: flex;
    flex-direction: row;
  }
  .sortbtn{
    display: none;
  }
  .allpagecont {
    padding-top: 2rem !important;
}
  .filter-cont{
    width: 20%;
    height: 270px;
    margin-top: 30px;
    padding: 20px;
    margin-left: 2%;
    box-shadow: 0px 0px 5px rgba(128, 128, 128, 0.342);
    border-radius: 5px;
    display: block;
    /* background-color: grey; */
  }
  .filter-product{
    width: 78%;
    height: auto;
    /* background-color: rgb(116, 86, 86); */
  }

  /* all_product page card/grid fixes */
  .All-Product .allpagecont {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 12px;
    align-items: stretch;
    justify-content: initial;
    padding-left: 0 !important;
    padding-right: 10px;
    margin-top: 0 !important;
  }

  .All-Product .allpagecont > a {
    display: block;
    width: 100%;
    color: inherit;
    text-decoration: none;
  }

  .All-Product .product_contnew {
    width: 100%;
    min-height: 295px;
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }

  .All-Product .pro_images {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    position: relative;
    overflow: hidden;
  }

  .All-Product .pro_images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    inset: 0;
  }

  @media (max-width: 576px) {
    .All-Product .allpagecont {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
      padding-right: 0;
    }
  }

  .fillterbtn{
    display: flex;
  /* align-items: center; */
    height: 40px;
    border-bottom: 1px solid rgba(107, 98, 98, 0.512);
    /* background-color: red; */
    
  }
  .btnfillter{
    all: unset;
    width: 18vw;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .button{
    outline: none!important;
  }
  .btn-function{
    font-size: 14px;
    width: 200px;
    /* background-color: red; */
    height: 40px;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .btn-selected{
    width:50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: rgb(104, 91, 91); */
  }
  .filter-head{
    width:100px;
    height: 40px;
    border-bottom: 1px solid black;
    /* background-color: grey; */
    margin-bottom: 20px;
  }
  .footer-policy{
    width: 97vw;
    height: 100px;
    /* background-color: black; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
    padding-top: 50px;
  }
  .footplo-content{
    width: 90vw;
    height:100px;
    /* background-color: blue; */
    display:flex;
    justify-content: space-evenly;
  }
  .foot-boxes{
    width: 230px;
    height: inherit;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fp-left-box{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: grey; */
  }
  .fp-left-box img{
    width: 60px;
    height: 60px;
  
  }
  .fp-right-box{
    width: 200px;
    height: 60px;
    /* background-color: rgb(114, 79, 79); */
  }
  .fp-right-box b {
font-size: 16px;
padding: 10px;
  }
  .fp-right-box p{
font-size: 14px;
padding-left: 10px;

  }
  .pro_box_align{
    padding-left: 70px!important;
  }
  .category_card {
    width: 330px;
    height: 530px;
    /* background-image: url("../img/sNgIFMvUpMI.png"); */
    object-fit: cover;
    background-repeat: no-repeat;
  }
  .product-heading h2 {
    width: 50vw;
    color: black;
    padding-left:25px;
    font-size: 30px !important;
    text-shadow: 0 0 black;
    font-weight: 500 !important;
  }
  .first-Banner-section {
    /* background-color: red; */
    width: 1600px;
    height: 711px !important;
    margin-bottom: 20px;
  }
  .Bottom-Banner-section {
    /* background-color: red; */
    width: 1600px;
    height: 711px !important;
    margin-bottom: 40px;
  }
  .carousel-item img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
  #imgDisplay {
    padding-top: 0 !important;
  }
  #autoslide .owl-item {
    width: 368.4px !important;
  }
  #autoslide .banner {
    width: 366.4px !important;
  }

  #banner_list_two .banner {
    width: 366.4px;
  }
  #banner_list_two .owl-item {
    width: 368.4px !important;
  }

  /* For  Destop  */
  @media screen and (min-width: 992px) {
    #recent_product_list .oos_class p {
      left: -28px !important;
    }

    #recent_product_list .oos_class p {
      left: 3vw !important;
    }

    .product-wrapper .card-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .product-wrapper .product-imgs {
      display: flex;
      flex-direction: row-reverse;
      justify-content: center;
    }

    .product-wrapper .product-content {
      padding-top: 0;
    }

    .content1 button {
      font-size: 11px !important;
    }

    .detail-buttons {
      flex-direction: column;
      gap: 7px;
      justify-content: unset;
    }
  }

  #more_product_list .oos_class p {
    left: -3vw !important;
  }

  /* For  Destop  */

  /* .add-product-btn .cart-buttons input {
  all: unset;
  width: 12px;
}
.add-product-btn .cart-buttons .plus{
  width: 4px;
}
.add-product-btn .content-buttons{
  padding: 0px 0px !important;
}
.add-product-btn .cart-buttons .minus {
  width: 16px;
  height: 15px;
} */

  .header-search .btn {
    top: -3px;
  }

  .btn-container {
    display: block;
  }

  .product-items-all {
    border: none !important;
    box-shadow: none !important;
  }

  .cart-footer a {
    display: block !important;
  }

  .home-head .head2 {
    display: flex;
    align-items: center;
  }

  .home-head a {
    display: none;
  }

  .offcanvas {
    display: block !important;
  }

  .product-item-box {
    overflow: auto;
    white-space: nowrap;
    padding: 23px 10px;
    display: flex;
    gap: 20px;
  }

  .design-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
  }

  .product-items {
    display: inline-block;
    /* padding: 5px; */
    width: 151px;
    height: 228px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 15px gray;
    cursor: pointer;
    background: rgb(255, 255, 255);
    border: 0.5px solid rgb(232, 232, 232);
    box-shadow: rgba(0, 0, 0, 0.04) 2px 2px 8px;
    border-radius: 8px;
  }
  .product_new_box {
    position: relative;
    width: 330px;
    height: 500px;
    /* border: 1px solid black; */
    background-color: rgb(239, 239, 239);
    cursor: pointer;
  }
  .pnew_box_slide{
    position: absolute;
    width: 330px;
    height:500px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .prnew_cont{
    width:100%;
    height: 200px;
    position: absolute;
    bottom: 0px;
    background-color: #00000000;
display: flex;
justify-content: center;
align-items: center;

 
  }

  .pnew_box_slide:hover .prnew_cont  .pronew_box{
        background-color: #000000b9;
        transition: 0.7s;
        display: block;
        cursor: pointer;
  }
 
  .pronew_box{
    width: 80%;
    height: 70%;
    border: 2px solid white;
    display: none;
    white-space:wrap;
   font-size: 12px;
   padding: 15px;
   color: #fff;
  }
 
  .pronew_box h6{
   font-size: 13px;
   padding-bottom: 10px;

  }

  .item-content {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    width: 100%;
    padding: 5px;
    gap: 2px;
  }

  .update-item-box .item-content {
    padding: 5px !important;
    width: 100%;
  }

  .product-section {
    padding: 10px 4vw;

  }

  .new-section-update {
    border: none;
  }

  .category-box {
    width: 79px;
    height: 139px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .category-box-item-img {
    width: 98px;
    height: 98px;
    border-radius: 9px;
    padding: 4px;
  }

  .product-detail-update .home-head {
    display: flex;
  }

  .second-category-section {
    padding: 0px 3rem;
    margin-top: 50px;
  }

  .category .home-header {
    display: block;
  }

  .category-box-wrap {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    /* flex-wrap: wrap; */
    /* white-space: nowrap; */
    align-items: left;
    justify-content: left;
    gap: 38px;
    row-gap: 28px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 90px !important;
    padding-bottom:10px !important;
  }

  .category-box-wrap::-webkit-scrollbar {
    display: none;
  }

  .category-box-wrap2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px !important;
  }

  .address-tab .modal-header {
    padding: 0px !important;
  }

  .address-item {
    gap: 20px;
  }

  .address-wrapper .home-header {
    display: block;
  }

  .All-Product .content-buttons button {
    font-size: 12px !important;
    padding: 2px 9px;
    /* padding-left: 3px; */
  }

  .design-box .content-buttons span {
    font-weight: 300;
    font-size: 11px;
  }

  .design-box .item-content p {
    font-weight: 500;
  }

  .wrapper-detail {
    padding: 0rem 9rem;
  }

  .content-buttons button {
    border-radius:2px;
    padding: 3px 11px;
    background: #000000!important;
    color: #fff;
    border: 1px solid #000!important;
    /* background-color: var(--add-button); */
    font-size: 10px !important;
  }

  .invoice-detail1 {
    font-size: 11px;
  }

  .invoice-detail2 {
    font-size: 11px;
  }

  .invoice-detail4 {
    font-size: 11px;
  }

  #invoice-section {
    border: 1px solid #e0e0e0;
    margin: 18px;
  }

  .order-invoice-section a:hover {
    color: black;
  }

  .order-invoice-section a {
    justify-content: center;
    width: 100%;
    color: black;
  }

  .order-item-box {
    justify-content: flex-start !important;
  }

  .progress::after {
    /* width: 13.4vw;
    right: 7px; */
    width: 14vw;
    right: 8px;
  }

  .order-item ul {
    justify-content: space-evenly;
  }

  .order-box {
    padding: 5rem 18.6vw;
  }

  .banner-big {
    width: 92vw;
    height: 219px;
  }

  .second-banner-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 18px;
    row-gap: 0px;
  }

  .design-box .product-items {
    width: auto;
    height: auto;
  }

  /* 
  .resp-nav {
    left: -103%;
  } */

  .update-item-box .product-items {
    width: 160px;
  }

  .navbar {
    width: 500px;
  }

  .product-detail-update .item {
    width: 333px;
    height: 372px;
  }

  .navbar2 {
    width: 500px;
  }

  .product-detail-update .home-header {
    display: block;
  }

  .order1 .home-header {
    display: block;
  }

  .offcanvas-title {
    font-size: 14px;
    font-weight: 600 !important;
  }

  .checkout-box1 p {
    font-size: 9px;
    font-weight: 700;
  }

  .two-box p {
    font-size: 10px;
    font-weight: 700;
  }

  .invoice button {
    font-size: 13px !important;
  }

  .cart-header-text p {
    font-weight: 700;
    font-size: 11px;
    line-height: 8px;
    padding-bottom: 4px;
  }

  .cart-header-text small {
    line-height: normal;
    font-size: 9px;
    color: rgb(102, 102, 102);
  }

  /* .cart-item-img {

    width: 61px;
    border: 1px solid #e5e5e5;
    border-radius: 17px;
    height: 60px;
    overflow: hidden;
  } */

  .cart-item-text small {
    font-size: 10px;
    padding: 6px 0px;
  }

  .cart-item-text p {
    font-size: 9px;
  }

  .cart-buttons {
    display: flex;
    align-items: center;
    /* width: 54px; */
    width: 57px;
    padding: 3px 7px;
    border-radius: 6px;
  }

  .cart-buttons .minus {
    width: 16px;
    height: 15px;
  }

  #addToCartSP .add-product-btn {
    width: 77px !important;
    justify-content: space-around;
    height: 29px;
  }

  #addToCartSP .add-product-btn button {
    padding: 0px 0px !important;
    font-size: 16px !important;
  }

  .cart-buttons input {
    all: unset;
    width: 17px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 10px !important;
  }

  .second-banner-section {
    padding-top: 58px;
  }

  .home-header .product-select {
    display: none !important;
  }

  .owl-carousel {
    padding-top: 0rem;
  }

  .box-address1 {
    width: 61%;
  }

  .owl-carousel .owl-stage {
    display: flex;
    gap: 0vw;
  }

  .owl-carousel .owl-stage-outer {
    width: auto;
    overflow: hidden;
  }

  .product-detail-content-wrapper {
       /* DK UPDATE */
    height: 699px;
    /*padding-top: 3rem;*/
     /* DK UPDATE */
    border-left: 1px solid #eaeaea;
    width: 50%;
    overflow-y: scroll;
  }

  .product-detail-content-wrapper::-webkit-scrollbar {
    display: none;
  }

  /* .product-detail-wrapper{
    display: flex;
  }
  .product-detail-img{
    overflow: hidden;
    width: 50%;
  } */

  /* ash  */
  .product-detail-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
     /* DK UPDATE */
    padding-top: 4rem; 
    /* DK UPDATE */
  }

  .product-detail-img {
       /* DK UPDATE */
    margin-top: 6px;
    /* DK UPDATE */
    flex: 1;
    overflow: hidden;
  }

  .product-detail-content-wrapper {
    flex: 1;
  }

  @media screen and (max-width: 640px) {
    .product-detail-wrapper {
      flex-direction: column;
    }
  }

  /* ash  */

  /*
  new slide code
  */
  /* 
  .product-wrapper  img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
  }
.product-wrapper  .img-display {
    overflow: hidden;
    width: 426px;
  }
.product-wrapper  .img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
    height: 400px;
  }
.product-wrapper  .img-showcase img {
    min-width: 100%;
    height: 100%;
    object-fit: contain;
  }
.product-wrapper   .img-select {
    height: 400px;
    overflow: scroll;
    white-space: nowrap;
  }
.product-wrapper  .img-item {
    width: 75px;
height: 75px;
margin: 0.3rem;
border: 1px solid #e4dddd;
border-radius: 10px;
overflow: hidden;
  }
.product-wrapper  .img-item:nth-child(1),
 .product-wrapper .img-item:nth-child(2),
.product-wrapper  .img-item:nth-child(3) {
    margin-right: 0;
  }
 .product-wrapper .img-item:hover {
    opacity: 0.8;
  }
 .product-wrapper .img-select::-webkit-scrollbar {
    display: none;
  } */
  /* @media screen and (min-width: 992px) {
   .product-wrapper .card-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
    }
   .product-wrapper .product-imgs {
      display: flex;
      flex-direction: row-reverse;
      justify-content: center;
    }
 .product-wrapper   .product-content {
      padding-top: 0;
    }
  }
  @media screen and (max-width: 997px) {
   .product-wrapper .img-select {
      width: 363px;
      height: auto;
      margin: auto;
    }
   .product-wrapper .product-imgs {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-top: 61px;
      gap: 14px;
    }
   .product-wrapper .img-item {
      display: inline-block;
    }
  
  } */

  .product-detail-update .product-detail-content {
    padding-top: 3rem;
  }

  .cart-buttons .plus {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 21px;
    width: 12px;
  }

  /* .web-item{
    display: block !important;
  } */
  /* .mobile-item{
     display: none;
  } */
  .desc p {
    font-size: 12px;
  }

  .main-header {
    box-shadow: unset;
    border-bottom: 1px solid #ece6e6;
  }

  .head1 a {
    display: block !important;
  }

  .cart-item-wrapper {
    margin: 0px;
    padding: 10px;
    /* background-color: #fff;
    border-radius: 13px;
    box-shadow: 1px 1px 6px #efeeee; */
    margin-top: 0rem;
  }

  .home-header .header {
    position: relative;
    top: 5px;
  }

  .header h2 {
    /*color: black;*/
    cursor: pointer;
  }

  .offcanvas-body {
    padding: 0px !important;
    flex-grow: unset !important;
    height: 100%;
  }

  .offcanvas.show:not(.hiding),
  .offcanvas.showing {
    width: auto !important;
  }

  .offcanvas-header {
    border: 1px solid #eeeeee;
    border-left: 0px;
    border-right: 0px;
  }

  .header-changes {
    padding: 12px;
  }

  .checkout-heading h2 {
    font-size: 12px;
  }

  .item-detail-checkout {
    padding: 2px 9px;
  }

  .contents-cart {
    padding: 5px 10px;
  }

  .contents-cart p {
    font-size: 10px;
  }

  .contents-cart b {
    font-size: 11px;
  }

  .cart-items-box {
    padding: 0px 6px;
  }

  .cart-header-text {
    display: flex;
    flex-direction: column;
  }

  .checkout-detail {
    margin-top: 8px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 147px;
  }

  .cart-footer i {
    color: #fff !important;
  }

  .cart-footer button {
    padding: 8px 32px;
    font-size: 12px !important;
  }

  .cart-header-img {
    width: 30px;
    height: 30px;
  }

  .svg-box svg {
    left: -9px;
    top: -5px;
    height: 29px;
  }

  .svg-text {
    font-size: 7px;
    top: -30px;
    left: -1px;
    width: 20px;
  }

  .All-Product .item-content p {
    font-family: "Montserrat";
    font-size: 11px;
  }

  .All-Product .content-buttons span {
    font-size: 11px;
  }

  .All-Product .content-buttons del {
    font-size: 9px;
  }

  .last-header i {
    font-size: 17px;

    top: -5px;
  }

  .footer {
    display: none;
  }

  .update-item-box .product-items {
    width: 151px;
    height: 228px;
    justify-content: space-around;
  }

  /* swiper js code */
  /* swiper js code */
  .scroller {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  .wishlist-boxes {
    justify-content: center;
    /* padding: 0px 4vw; */
    /* padding-left: 0vw; */
    gap: 4px;
  }

  .scroller-div {
    display: inline-flex;
    transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
    gap: 12px;
  }

  .wishlist-items {
    width: 241px;
  }

  .scroller-update::-webkit-scrollbar {
    display: none;
  }

  .scroller::-webkit-scrollbar {
    width: 2px;
  }

  /* Track */
  .scroller::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
  }

  /* Handle */
  .scroller::-webkit-scrollbar-thumb {
    background: rgb(216, 216, 216);
    border-radius: 20px;
  }

  /* Handle on hover */
  .scroller::-webkit-scrollbar-thumb:hover {
    background: rgb(184, 184, 184);
  }

  .category-filter::-webkit-scrollbar {
    width: 2px;
  }

  /* Track */
  .category-filter::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
  }

  /* Handle */
  .category-filter::-webkit-scrollbar-thumb {
    background: rgb(216, 216, 216);
    border-radius: 20px;
  }

  /* Handle on hover */
  .category-filter::-webkit-scrollbar-thumb:hover {
    background: rgb(184, 184, 184);
  }

  .btn-container button {
    background: #fff;
    border: none;
    box-shadow: 2px 2px 5px #bbb8b8;
    border-radius: 50%;
    width: 26px;
    height: 26px;
  }

  .wishlist-wrapper .mobile {
    display: none;
  }

  .invoice-wrapper .mobile {
    display: none;
  }

  .order-details .home-header {
    display: block;
  }

  .invoice-wrapper .home-header {
    display: block;
  }

  .update-search {
    top: 3px !important;
  }

  .order-details .mobile {
    display: none;
  }

  .order1 .mobile {
    display: none;
  }

  .category .mobile {
    display: none;
  }

  .btn-container i {
    font-size: 15px;
  }

  .wishlist-item-img i {
    top: -3px;
    left: 146px;
  }

  .wishlist-wrapper .home-header {
    display: block;
  }

  #prevBtn {
    position: relative;
    top: -155px;
    left: -19px;
  }

  #nextBtn {
    position: relative;
    top: -152px;
    left: 86.4vw;
  }

  .design-box .product-items {
    overflow: hidden;
  }

  .head2  {
   width: auto;
   height: 40px;
    display: flex;
    /* padding-top: 5px; */
    align-items: center;
    justify-content:center;
   
  }
  

  .main-header .head2 span {
    position: unset;
    white-space: nowrap;
  }

  .main-header .head2 b {
    position: unset;
    color: #fff;
    font-size: 12px;
  }

  .home-head .head2 i {
    color: #fff;
    font-size: 17px;
  }

  .offcanvas .cart-footer {
    flex-direction: column;
    width: 352px;
    right: 17px;
  }

  .header-search {
    left: 22vw;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 16px;
    background: transparent;
  }

  .catgbuttonContainer img {
    /* display: none; */
    width: 37px;
    height: 37px;
  }

  .All-Product .head1 {
    position: relative;
    top: -1px;
  }

  .All-Product .main-header {
    padding-top: 4px;
  }

  .category-filter {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
    padding: 0px 20px;
    gap: 0px;
    padding-top: 14px;
  }

  .category-filter::-webkit-scrollbar {
    /* display: none; */
  }

  .address-item {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .address-item .btn {
    width: 75%;
    margin: auto;
  }

  .box-address1 {
    width: 37%;
  }

  .category-filter i {
    display: none;
  }

  .header-search .last-header {
    width: 59vw;
    padding: 4px 16px;
    background: #f8f8f8;
    margin-top: 7px;
  }

  .catgbuttonContainer span {
    overflow: unset;
    max-width: none;
  }

  .All-Product .last-header input {
    background: #f8f8f8;
  }

  .All-Product .last-section {
    padding-top: 8rem;
  }

  .catgbuttonContainer {
    height: 45px;
    padding: 16px 10px;
    transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
    flex-direction: row;
    gap: 12px;
  }

  .last-header i {
    color: gray;
    font-size: 14px;
    position: relative;
    top: 0px;
  }

  .Wishlist {
    position: relative;
  }

  .Wishlist i {
    position: absolute;
    top: -218px !important;
    left: 53px !important;
    font-size: 14px;
    color: #dedddd;
  }

  .All-Product .head2 {
    display: flex;
  }

  .order-detail-search {
    top: 13px !important;
  }

  .update-item-box .Wishlist i {
    top: -213px !important;
    left: 53px !important;
    font-size: 14px;
    color: #dedddd;
  }

  .design-box .Wishlist i {
    top: -211px !important;
    left: 51px !important;
    font-size: 14px;
    color: #dedddd;
  }

  .last-header input {
    height: 26px;
    font-size: 12px !important;
    background: #f8f8f8;
  }

  .bi-sliders {
    font-size: 16px;
    position: relative;
    top: -2px;
  }

  .All-Product .header {
    padding-bottom: 0px;
    margin-top: 10px;
  }

  .All-Product .head3 {
    display: none;
  }

  .All-Product .head2 i {
    color: #fff;
    font-size: 19px;
  }

  .product-detail-update .mobile {
    display: none;
  }

  .catgbuttonContainer:hover {
    /* background-color: var(--category-color); */
  }

  .catgbuttonContainer span {
    margin-top: 0px;
  }

  .cart-footer .proceed {
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 11px;
    padding: 5px 0px;
    border-bottom: 1px solid #dcd6d6;
    margin-bottom: 7px;
    width: 100%;
  }

  .cart-footer .bi-geo {
    color: gray !important;
    font-size: 19px;
    position: relative;
    top: -3px;
  }

  .proceed-add {
    color: #a6a3a3;
  }

  .proceed-add2 {
    color: green;
  }

  #staticBackdrops {
    height: 100%;
  }

  #btn-close:hover {
    border: none;
  }

  .btn-close:focus {
    box-shadow: unset !important;
  }

  #btn-close {
    background: transparent !important;
    rotate: 20deg;
    font-size: 39px !important;
    position: absolute;
    opacity: unset !important;
    z-index: 1090;
  }

  .content-first {
    color: gray;
    font-size: 10px;
  }

  #recent_product_list .Wishlist i {
    top: -193px !important;
    left: 117px !important;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: unset !important;
  }
}

.footer .Wishlist {
  display: block;
}

/* swiper js code */
/* swiper js code */
/* swiper js code */

/* media query */
/* media query */
/* media query */
/* media query */
/* media query */
.header .bi-cart-fill {
  color: #000000;
}

.head1 h3 {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.head1 p {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.varient {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.design-box .varient {
  color: #fff;
}

.update-padding .item-content p {
  height: 31px !important;
}

/* .web-item{
  display: none;
} */

/* Updated code  DK */
.product-wrapper img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.product-wrapper .img-display {
  overflow: hidden;
  width: 426px;
}

.product-wrapper .img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
  /* DK UPDATE */
  /*height: 400px;*/
  /* DK UPDATE */
}

.product-wrapper .img-showcase img {
  min-width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 17px;
}

.product-wrapper .img-select {
  height: 400px;
  overflow: scroll;
  white-space: nowrap;
}

.product-wrapper .img-item {
  width: 75px;
  height: 75px;
  margin: 0.3rem;
  border: 1px solid #e4dddd;
  border-radius: 10px;
  overflow: hidden;
}

.product-wrapper .img-item:nth-child(1),
.product-wrapper .img-item:nth-child(2),
.product-wrapper .img-item:nth-child(3) {
  margin-right: 0;
}

.product-wrapper .img-item:hover {
  opacity: 0.8;
}

.product-wrapper .img-select::-webkit-scrollbar {
  display: none;
}

.design-box .cart-buttons {
  background-color: #fff;
  color: black;
}

.design-box .cart-buttons .minus {
  background-color: transparent;
  color: black;
}

.design-box .cart-buttons .plus {
  background-color: transparent;
  color: black;
}

.design-box input {
  color: black;
}

/* update code DK  */

.nothing-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 46vh;
}

.nothing-cart p {
  font-size: 114px;
}

.offcanvas-body {
  width: 375px;
}

.oos_class {
  color: red;
  font-size: 12px;
  position: relative;
  /* padding-left: 5vw; */
}

.oos_class p {
  position: absolute;
  top: -9px;
  white-space: nowrap;
  left:-40px !important;
}

.design-box .oos_class p {
  top: -17px;
}
.product-imgs span {
  position: relative;
}

.product-imgs span i {
  position: absolute !important;
  left: 0% !important;
  z-index: 9;
}

/* For Mobile  */
@media screen and (max-width: 997px) {
  .product-imgs span i {
    left: 21vw !important;
  }

  .modal.fade.product .modal-dialog {
    height: auto;
  }

  .product-wrapper .img-select {
    width: 363px;
    height: auto;
    margin: auto;
  }

  .product-wrapper .product-imgs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 61px;
    gap: 14px;
  }

  .product-wrapper .img-item {
    display: inline-block;
  }

  #banner_list_two {
    padding-top: 0px;
  }

  #recent_product_list .Wishlist i {
    top: -189px;
    /* top:-210px; */
    left: 116px;
    color: silver;
  }

  .web-item {
    padding-bottom: 73px !important;
  }

  .add-product-btn {
    background-color: transparent;
    width: auto;
  }

  .design-box .cart-buttons {
    background-color: #fff;
    width: auto;
    padding: 4px 3px;
  }

  .add-product-btn button {
    font-size: 15px !important;
  }

  .add-product-btn .minus {
    background: rgb(0, 0, 0);
    border: none;
    color: #fff;
    font-size: 25px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
  }

  .add-product-btn .plus {
    background: rgb(0, 0, 0);
    border: none;
    color: #fff;
    font-size: 25px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
  }

  .add-product-btn input {
    color: black;
    font-size: 18px !important;
    width: 30px;
  }

  .add-product-btn .content-buttons span del {
    font-size: 9px;
  }

  .update-item-box .content-buttons span {
    font-size: 10px;
  }

  .add-product-btn .content-buttons span {
    font-size: 10px;
  }

  .add-product-btn .content-buttons {
    align-items: end;
  }

  .design-box .Wishlist i {
    /* top: -231px; */
    top: -208px;
  }

  .Wishlist i {
    top: -203px;
  }

  .scroller-div .Wishlist i {
    /* top: -230px; */
    top: -208px;
  }

  #recent_product_list .oos_class {
    /* padding-left: 35px; */
  }

  .oos_class p {
    top: -9px !important;
    /* left: 40px !important; */
    /* left: -41px !important; */
    /* left:-45px !important; */
    left: 17px !important;
  }

  #recent_product_list .oos_class p {
    top: -15px !important;
    left: 37px !important;
  }

  .design-box .oos_class p {
    left: 32px !important;
  }
}

/* For Mobile  */

/* checkout page code start */

.checkout-container {
  margin-top: 5px;
  padding-top: 20px;
  background-color: var(--white-type);
  width: 100%;
}

.cs-address-chooser {
  width: 100%;
  margin-top: -10px;
  margin-bottom: 10px;
  background-color: #fff;
  display: flex;
}

.cs-address-chooser-btn {
  background-color: #999 !important;
  color: white !important;
}

.cs-address-chooser > button {
  all: unset;
  /* flex: 1; */
  padding: 10px 0px;
  text-align: center;
  background-color: #1a1919;
  color: #fff;
  cursor: pointer;
}

.c-address-section1 {
  height: auto;
  line-height: normal;
}

.res-delivery-slot,
.c-invoice-section,
.c-address-section {
  box-shadow: 2px 2px 4px gray;
}

.c-address-section {
  padding: 10px 25px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.c-address-section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn1 {
  color: #fff;
  /* background: var(--black-color); */
  background-color: #000;
  font-size: 15px;
  padding: 3px 11px;
  border: none;
  border-radius: 2px;
}

.c-address-section-mid {
  max-height: 16px;
  overflow: hidden;
  font-size: 15px;
}

.c-address-section-bot,
.c-address-section-mid {
  overflow: visible;
  max-height: none;
}

.input-all input {
  all: unset;
}

.c-invoice-section {
  margin-top: 10px;
  padding: 10px 25px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.res-delivery-slot,
.c-invoice-section,
.c-address-section {
  box-shadow: 2px 2px 4px gray;
}

.c-invoice-section {
  margin-bottom: 5rem;
}

.c-invoice-section {
  margin-top: 10px;
  padding: 0px 0px;
}

.c-invoice-section1 {
  gap: 1px;
  margin-bottom: 0;
}

.c-invoice-section-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-invoice-section-data1 {
  padding: 7px 30px;
}

.res-delivery-slot {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: white;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.res-delivery-slot,
.c-invoice-section,
.c-address-section {
  box-shadow: 2px 2px 4px gray;
}

.c-invoice-section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-invoice-section-top1 {
  padding: 9px 18px;
}

.delivery-slot-btn {
  all: unset;
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 8vw;
}

.c-invoice-section {
  margin-top: 10px;
  padding: 10px 25px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.res-delivery-slot,
.c-invoice-section,
.c-address-section {
  box-shadow: 2px 2px 4px gray;
}

.c-invoice-section {
  /* margin-bottom: 5rem; */
}

.c-invoice-section {
  margin-top: 10px;
  padding: 0px 0px;
}

.c-invoice-section-update {
  margin-bottom: 1rem;
}

.c-invoice-section-mid {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.c-invoice-section-mid {
  padding: 21px;
  margin: 2rem 0px;
  background: #fff;
  line-height: 37px;
  margin-bottom: 1rem;
}

.c-invoice-section-mid1 {
  padding: 7px 21px;
  margin: 0rem 0px;
  background: #fff;
  line-height: 24px;
  margin-bottom: 1rem;
}

.c-invoice-section-mid input {
  all: unset;
  width: 73px;
}

.rs-symbol::before {
  content: "\20B9 ";
}

.bottomCart {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  height: 9vh;
  width: 100vw;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  /* box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.5); */
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15vw;
  border: 1px solid #a6a2a2;
}

.checkuot-btn1 {
  background-color:#1a1919;
  color: rgb(255, 255, 255);
  padding: 5px 9px;
  /* font-weight: 700; */
  transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
  border-radius: 4px;
  font-size: 17px;
  border: none;
}

.checkuot-btn1:hover {
  background-color: #ffffff;
  color: var(--theme-color);
  /* padding: 10px 15px; */
  /* font-weight: 700; */
  border: 1px solid var(--theme-color);
}

.top-section-prdt1 #user-name-welcome {
  padding: 10px;
}

#user-name-welcome {
  font-weight: 700;
  font-size: 23px;
  height: 100%;
  display: flex;
  align-items: center;
  height: auto;
  box-shadow: 1px 1px 4px #e0e0e0;
  position: fixed;
  width: 100%;
  background: #fff;
  padding: 14px 9px !important;
  /* padding: 3px 9px !important; */
  top: 0;
  z-index: 9;
}

.top-back-btn {
  text-decoration: none;
  font-size: 16px;
  color: black;
}

.top-back-btn span {
  color: black;
  font-size: 14px;
}

.c-invoice-section2 {
  margin-top: 0px;
  padding: 0px 0px;
  margin-bottom: 0px !important;
}

.c-invoice-section {
  margin-top: 10px;
  padding: 0px 0px;
}

.c-invoice-section {
  /* margin-bottom: 5rem; */
}

.res-delivery-slot,
.c-invoice-section,
.c-address-section {
  box-shadow: var(--bg-shadow3);
}

.c-invoice-section {
  margin-top: 10px;
  padding: 10px 25px;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.modal-dialog {
  margin-top: 30% !important;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-bottom .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.modal-bottom .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

.modal.modal-bottom.fade .modal-dialog {
  bottom: -100%;
  -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.modal-bottom.fade .modal-dialog {
  bottom: -100%;
}

.modal.modal-bottom.fade.show .modal-dialog {
  bottom: 0;
}

.modal.modal-bottom .modal-content {
  height: auto;
  overflow-y: auto;
}

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

.modal-footer .btn-secondary {
  background-color:#000;
  /* border-color: #000000; */
  border: none;
}

.addressList {
  max-width: 100%;
  height: 150px;
}

#addressContainer {
  background-color: white;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 5px 0px 20px 5px;
  width: 100%;
  max-height: 149px;
  scrollbar-width: 4px;
}

.addressbuttonContainer {
  height: 130px;
  width: 80%;
  margin: 0px 10px 0px 10px;
  padding: 1px;
  color: black;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 1px 1px 9px #d6d6d6;
  overflow: hidden;
  background-color: white;
}

.addressbuttonContainer > span {
  display: block;
  text-align: start;
  padding-left: 30px;
}

.addressbuttonContainer > p {
  margin: 0;
  padding: 0;
  text-align: start;
  padding-left: 30px;
  font-weight: normal;
}

.span-class del,
p {
  font-size: 15px;
  margin-bottom: 0px !important;
}

@media (min-width: 600px) and (max-width: 2000px) {
  .logicon{
    display: block!important;
  }
  
  .Selected-Cate-wise-pro {
    width: 100vw;
    height: auto;
    margin-top: 30px;
    /* background-color: rgba(128, 128, 128, 0.452); */
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
  }
  .Selected-Cate-wise-pro h2{
    width:90%;
    height:50px;
    font-weight:900;
    /* background-color: red; */
  }
  .selected_product{
    width: 90vw;
    height: auto;
    /* background-color: red; */
    justify-content: left;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0!important;
    gap:20px;
   
  }
  .product_cont{
    width:180px;
    height: 320px;
    cursor: pointer;
  }
  .product_cont:hover{
    box-shadow: 0px 0px 5px gray;
    border-radius: 5px;
    transition: 0.5s;
 
  }

  .pro_images{
    width: 100%;
    height: 226px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11);
    border-radius:4px;
    position: relative;
    overflow: hidden;
  }
  .pro_images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:4px;
    position: absolute;
    top: 0;
    left: 0;
  }



  .pro_content{
    width: 100%;
    height:70px;
    background-color: rgb(255, 255, 255);
    /* border-top: 1px solid grey; */
    border-radius:4px;
    margin-top:4px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
 padding:10px;
  }
  .pro_content p{
    color: black;
  font-weight: 600;
  /* padding: 6px 0px; */
  font-size: 10px;
  white-space: normal;
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height:15px;
  }
  .fix_img {
    width: 100%;
    height: 300px;
    background-image: url("https://cottonworld.net/cdn/shop/files/cw-des-wom-kurtis.jpg?v=1719916972&width=1920");

    object-fit: cover;
  }
  .span-class del,
  p {
    font-size: 14px;
    display: block;
  }
}

.modal.modal-bottom .modal-body {
  padding: 15px 4px;
}

#offerContainer::-webkit-scrollbar {
  display: none;
}

#offerContainer {
  background-color: white;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 5px 0px 20px 5px;
  width: 100%;
  max-height: 149px;
  scrollbar-width: 4px;
  /* scrollbar-color: #999 #f4f4f4; */
  display: flex;
  column-gap: 20px;
}

.offerbuttonContainer {
  all: initial;
  min-width: 80%;
  height: 130px;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
  display: flex;
  align-items: stretch;
  position: relative;
  text-transform: uppercase;
}

.offerbuttonContainer::before,
.offerbuttonContainer::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.offerbuttonContainer::before {
  left: 0;
  background-image: radial-gradient(
    circle at 0 50%,
    transparent 25px,
    gold 26px
  );
}

.offerbuttonContainer > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.coupan-left {
  width: 20%;
  border-right: 2px dashed rgba(0, 0, 0, 0.13);
}

.coupan-left div {
  transform: rotate(-90deg);
  font-size: 10px;
  margin-left: 20px;
  white-space: nowrap;
  font-weight: bold;
}

.coupan-center {
  flex-grow: 1;
  text-align: center;
}

.coupan-center h2 {
  background: #000;
  color: gold;
  padding: 0 10px;
  font-size: 1rem;
  white-space: nowrap;
  width: 131px;
  margin: auto;
  padding: 5px;
}

.coupan-center h3 {
  font-size: 16px;
}

.coupan-center small {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 2px;
}

.offerbuttonContainer::before,
.offerbuttonContainer::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.offerbuttonContainer::after {
  right: 0;
  background-image: radial-gradient(
    circle at 100% 50%,
    transparent 25px,
    gold 26px
  );
}

.offerList {
  max-width: 100%;
  height: 150px;
}

@media (min-width: 600px) and (max-width: 2000px) {
  .addressbuttonContainer {
    width: 60%;
  }

  .offerbuttonContainer {
    min-width: 36%;
    margin: unset;
  }
}

@media (max-width: 2000px) {
  .cs-address-chooser {
    box-shadow: unset;
    /* border: 1px solid #e7e3e3; */
    border-radius: 20px;
    gap: 9px;
    display: flex;
    justify-content: center;
  }

  .checkuot-btn1 {
    padding: 8px 9px;
    font-size: 14px;
  }

  .modal-dialog {
    margin-top: 8% !important;
  }

  .checkuot-btn {
    width: 285px;
  }

  .bottomCart {
    /* position: unset; */
    justify-content: space-around;
    background: #fff;
    box-shadow: none;
  }

  .res-delivery-slot,
  .c-invoice-section,
  .c-address-section {
    box-shadow: none;
    border: 1px solid #e7e7e7;
    border-radius: 11px;
    font-size: 14px;
  }

  .c-invoice-section {
    margin-top: 10px;
    padding: 10px 25px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }

  .res-delivery-slot,
  .c-invoice-section,
  .c-address-section {
    box-shadow: 2px 2px 4px gray;
  }

  .c-invoice-section {
    /* margin-bottom: 5rem; */
  }

  .c-invoice-section {
    margin-top: 10px;
    padding: 0px 0px;
  }

  .c-invoice-section2 {
    margin-top: 0px;
    padding: 0px 0px;
    margin-bottom: 0px !important;
  }

  .c-invoice-section-last {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .c-invoice-section-last > div > i {
    color: #000000;
    font-size: 30px;
  }

  .c-invoice-section2 {
    margin: 0px 4rem;
  }

  .c-invoice-section-mid {
    font-size: 14px;
  }

  .res-delivery-slot,
  .c-invoice-section,
  .c-address-section {
    box-shadow: none;
    border: 1px solid #e7e7e7;
    border-radius: 11px;
    font-size: 14px;
  }

  .delivery-slot-btn {
    padding-left: 18px;
  }

  .res-delivery-slot,
  .c-invoice-section,
  .c-address-section {
    box-shadow: none;
    border: 1px solid #e7e7e7;
    border-radius: 11px;
    font-size: 14px;
  }

  .res-delivery-slot,
  .c-invoice-section,
  .c-address-section {
    box-shadow: none;
    border: 1px solid #e7e7e7;
    border-radius: 11px;
    font-size: 14px;
  }

  .cs-address-chooser > button {
    width: 45vw;
    border-radius:5px;
    box-shadow: 1px 2px 12px rgb(203 203 203 / 75%);
    cursor: pointer;
  }

  .res-delivery-slot,
  .c-invoice-section,
  .c-address-section {
    box-shadow: none;
    border: 1px solid #e7e7e7;
    border-radius: 11px;
    font-size: 14px;
  }

  .btn1 {
    font-size: 12px !important;
    width: 74px;
    height: 30px;
    line-height: unset !important;
  }

  .checkout-container {
    padding: 5rem 4.4rem !important;
    padding-bottom: 0px !important;
  }

  .cs-address-chooser-btn {
    box-shadow: unset !important;
  }

  .load-single-product .h2,
  h2 {
    font-size: 1rem;
  }
}

.product-imgs span {
  position: relative;
}

.product-imgs span i {
  position: absolute !important;
  left: 28px !important;
  z-index: 9;
}

.dlSlotList {
  max-height: 300px;
  overflow-x: auto;
}

.dlSlotContainerBtn {
  width: 100%;
  padding: 0 50px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid #c7c4c4;
  background-color: #fff;
}

.slot-left-div {
  position: relative;
  text-align: left;
}

.slot-left-div > div:nth-child(1) {
  font-weight: 700;
}

.slot-left-div > div:nth-child(2) {
  font-size: 12px;
  color: rgb(0, 67, 250);
}

.add-btn {
  width: 90%;
  padding: 8px;
  border-radius: 5px;
  margin: auto;
  background: rgb(0, 0, 0);
  color: #fff;
  border: 1px solid rgb(0, 0, 0);
  outline: none;
  margin: 12px;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
.add-btn:hover {
  background-color: #fff;
  color: green;
  border: 1px solid green;
}
.box-address {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 600px) and (max-width: 2000px) {
  .modal-content {
    width: 59%;
  }
  .checkout-container1 {
    padding: 0rem 4.4rem !important;
  }
  .cart-container-no {
    padding: 1rem 8rem;
  }

  .modal.modal-bottom.fade.show .modal-dialog {
    bottom: 101px;
  }

  .modal-dialog {
    justify-content: center;
  }

  .box-address {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem 3rem;
    justify-content: center;
    gap: 14px;
    flex-direction: row;
  }

  .add-btn {
    width: 64%;
  }
}

/* checkout page code end */

.var_btn {
  all: unset;
}

.product_var_container {
  display: flex;
  gap: 10px;
  overflow-x: scroll;
}

.empty_state {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.empty_state i {
  font-size: 30px;
}

#addToCartSP {
  display: flex;
  justify-content: flex-end;
  gap: 47px;
  align-items: center;
  flex-direction: row-reverse;
}

#addToCartSP .add-product-btn button {
  padding: 12px 18px;
}

.detail-buttons {
  flex-direction: column;
}

.walletpay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 25px;
}

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

.new-section-update span {
  position: relative;
}

.new-section-update span i {
  position: absolute;
  left: 117px;
}

#addressModal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 500px;
  background: #fff;
  border-radius: 9px;
}

#addressModal .modal-content {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.form-main,
.form {
  width: 100%;
}

.form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form form input {
  border: 1px solid #e1e1e1;
  width: 440px;
  padding: 7px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 12px !important;
}

.form-s input {
  width: auto !important;
  margin-bottom: 0px !important;
}

#addressModal .close {
  display: none;
}

@media (max-width: 600px) {
  .new-section-update span i {
    position: absolute;
    left: 37vw;
  }

  .checkout-container {
    /* padding: 0rem 0rem 0rem 0rem !important; */
    padding: 4.3rem 0rem !important;
  }
  /* .category-box-wrap {
    padding-bottom: 25px;
    margin-top: 9rem !important;
  } */
  .c-invoice-section2 {
    margin: 0px 0rem;
  }
  #prodContainer .Wishlist i {
    top: -204px;
    left: 88px;
  }

  .product-imgs span i {
    position: absolute !important;
    left: 144px !important;
    top: 50px !important;
    font-size: 25px;
  }

  .update-padding .item-content p {
    height: 40px !important;
  }

  .form form input {
    width: 100% !important;
  }

  #addressModal .modal-body {
    width: 350px !important;
  }

  .form-s1 input {
    width: 100% !important;
  }

  #addressModal .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 0% !important;
  }

  .inp2 {
    width: 182px !important;
  }
  #page-data {
    padding: 0px 7px !important;
  }
  .productCnt-update1 .order-card-top {
    height: auto !important;
    padding: 0px !important;
  }
}
#page-data {
  padding: 35px 27px;
}
#page-data ul {
  flex-direction: column;
}
#page-data li {
  align-items: unset;
}
#page-data ul li p {
  font-size: 10px;
  white-space: normal;
}

#prodContainer::-webkit-scrollbar {
  display: none;
}

/* Three Pages css */ /* Three Pages css */ /* Three Pages css */ /* Three Pages css */

/* 1st page*/
.productCnt-update1 {
  margin-top: 63px !important;
}

@media (min-width: 600px) and (max-width: 2000px) {
  .productCnt-update1 .cart-container {
    padding: 0px 6vw;
  }
}

@media (min-width: 600px) and (max-width: 2000px) {
  .productCnt-update1 .cart-container {
    padding: 0px 14vw;
  }
}
.productCnt-update1 .cart-container {
  /* padding-bottom: 5rem; */
  padding-top: 4px;
}
.productCnt-update1 #orderList {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-top: 20px; */
}
.productCnt-update1 #orderList .btn {
  padding: 0px 0px !important;
}

.productCnt-update1 .order-card {
  padding: 14px;
  width: 93vw;
  height: auto;
  border: 2px solid #e9e9e9;
  background-color: white;
  border-radius: 2vh;
  margin-top: 2.5vh;
}

.productCnt-update1 .order-card-top {
  width: inherit;
  height: 5vh;
  padding: 2.5vw;
  display: flex;
  border-bottom: none;
}
@media (min-width: 600px) and (max-width: 2000px) {
  .category-bottom-item-text p {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    color: #000000 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
  .productCnt-update1 #orderList .order-card-top {
    padding: 0px;
  }
}

.productCnt-update1 .order-card-bottom {
  display: flex;
  /* gap: 109px; */
  align-items: center;
  padding: 0px 9px;
}

.productCnt-update1 .order-card-bottom > div {
  padding-top: 1vh;
  padding-left: 4px;
}
.productCnt-update1 .order-card-bottom > div:nth-child(2) {
  flex: 2;
  font-size: 0.9em;
}

.productCnt-update1 .span-class del,
p {
  font-size: 15px;
  margin-bottom: 0px !important;
}
@media (min-width: 600px) and (max-width: 2000px) {
  .productCnt-update1 .span-class del,
  p {
    font-size: 14px;
    display: block;
  }
}

.productCnt-update1 .order-card-bottom p {
  text-align: left;
}
.productCnt-update1 #orderList p {
  display: block !important;
}
.productCnt-update1 .order-card-bottom > div {
  padding-top: 1vh;
  padding-left: 4px;
}

.productCnt-update1 .flex-show {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: start;
  padding: 13px 5px;
  overflow: hidden;
}
.order-card hr {
  margin: 5px 0px;
}
.productCnt-update1 .flex-show1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.productCnt-update1 .flex-show1 small {
  font-size: 10px;
}
.productCnt-update1 .circle {
  background: green;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  position: relative;
}
.productCnt-update1 .circle::before {
  content: "";
  display: block;
  width: 27vw;
  height: 3px;
  background-color: green;
  position: absolute;
  top: 5px;
  left: -27vw;
}
.productCnt-update1 .flex-show1 small {
  font-size: 10px;
}
.productCnt-update1 #orderList a {
  all: unset;
}
.productCnt-update1 #orderList a:hover {
  background-color: #fff;
  border: none;
}

/* 2nd page*/
.productCnt {
  margin-top: 80px;
}
.productCnt .checkout-header {
  padding-left: 25px;
}
.productCnt .checkout-header {
  padding-left: 0px;
  display: flex;
  padding: 10px 19px;
  padding-bottom: 1px;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 600px) and (max-width: 2000px) {
  .productCnt .checkout-header {
    padding: 0px 4.4rem;
  }
}

.productCnt .but-update {
  padding-bottom: 6px;
  border-bottom: 1px solid #d1d1d1 !important;
}

@media (min-width: 600px) and (max-width: 2000px) {
  .productCnt .but-update {
    width: 88vw;
    margin: auto;
    padding: 3px 0rem !important;
  }
}

.productCnt .top-section-prdt {
  background-color: #fff;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 99999;
  /* border-bottom:1px solid #d1d1d1 !important; */
  height: 54px !important;
}

.productCnt #user-name-welcome {
  font-weight: 700;
  font-size: 23px;
  /* height: 100%; */
  display: flex;
  align-items: center;
}
.productCnt .top-section-update2 {
  padding: 10px;
}
.productCnt .top-back-btn {
  /* padding: 12px; */
}

.productCnt .top-back-btn {
  text-decoration: none;
  font-size: 16px;
}
.productCnt .top-back-btn i {
  border-radius: 4px;
  height: 20px;
  font-size: 16px;
  color: black;
  margin-right: 10px;
}
.productCnt .c-product-section {
  margin-top: 10px;
  margin-bottom: -20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.productCnt .order-summry-pro-card {
  margin: 0px 0;
  width: 100%;
  height: 150px;
  background-color: white;
  display: flex;
  column-gap: 25px;
  align-items: center;
  border-bottom: 1px solid #d1d1d1 !important;
}
.productCnt .order-summry-pro-card-left {
  flex: 1;
  padding-left: 10px;
  overflow: hidden;
}
@media (min-width: 600px) and (max-width: 2000px) {
  .productCnt .order-summry-pro-card-left {
    flex: none;
    width: 119px;
  }
}
.productCnt .order-summry-pro-card-left > img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.productCnt .order-summry-pro-card-right {
  flex: 3;
  display: flex;
  flex-direction: column;
}

.productCnt .os-pnm {
  font-size: 14px;
}
.productCnt .os-pr {
  font-size: 14px;
}
.productCnt .c-invoice-section-mid {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.productCnt .c-invoice-section-mid {
  padding: 21px;
  margin: 2rem 0px;
  background: var(--white);
  line-height: 37px;
  margin-bottom: 1rem;
}
@media (min-width: 600px) and (max-width: 2000px) {
  .productCnt .c-invoice-section-mid {
    font-size: 14px;
  }
}
.productCnt .c-invoice-section-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productCnt .c-address-section {
  padding: 10px 25px;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.productCnt .c-address-section {
  height: 131px;
  line-height: 26px;
}
@media (min-width: 600px) and (max-width: 2000px) {
  .productCnt .res-delivery-slot,
  .c-invoice-section,
  .c-address-section {
    box-shadow: none;
    border: 1px solid #e7e7e7;
    border-radius: 11px;
    font-size: 14px;
  }
}
.c-address-section-mid {
  font-size: 15px;
}

.productCnt .c-address-section-bot,
.c-address-section-mid {
  overflow: visible;
  max-height: none;
}

.productCnt .c-invoice-section {
  margin-bottom: 5rem;
}
.productCnt .c-invoice-section {
  margin-top: 10px;
  padding: 0px 0px;
}

.productCnt .c-invoice-section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productCnt .c-invoice-section-top > a {
  width: 100%;
  height: 100%;
  background: white;
  color: black;
  border: none;
  padding: 12px;
  font-size: 18px;
  text-align: center;
  margin-left: 0;
}
/* .top-section-update{
  display: block;
}
.home-header{
  display: none;
} */
@media (min-width: 600px) and (max-width: 2000px) {
  .productCnt .c-invoice-section-top > a {
    background-color: transparent;
  }
  /* .top-section-update{
    display: none;
  }
  .home-header{
    display: block;
  } */
  .productCnt .other {
    padding: 6px 49px;
  }
}
.productCnt .bi-download {
  padding-right: 6px;
}

#invoice-section hr {
  border: 1px solid #d4d4d4;
}

/* .flex-wala-1 span p{
  width: x;
} */
@media (max-width: 600px) {
  .other {
    padding: 8px 13px;
  }
  .checkout-container1 {
    padding: 0rem !important;
  }
  .form-s1 .inp1 {
    width: 100px !important;
  }
}

@media (max-width: 900px) {
  .banner-big {
    margin: auto;
    width: 100%;
    padding: 10px;
  }
  .header-search .last-header {
    width: 45vw !important;
  }
  .header-search {
    left: 32vw !important;
  }
}
@media (max-width: 600px) {
  .category_card {
    width: 44vw;
    height: 247px;
    padding: 8px;
    object-fit: cover;
    background-repeat: no-repeat;
  }
  /* #category_list_two {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  } */
  .category-box-wrap2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px !important;
  }

  .category-bottom-item-img {
    height: 100%;
  }
 
  .btn_box {
    height: 410px;
    width: 426px;
  }
  .img-display .modal-header button i {
    right: -13px;
    top: -82px;
  }
  .modal-body {
    flex: unset !important;
  }
  .img-display .modal-content {
    justify-content: center;
    border: none;
  }
  .img-display .modal-body {
    width: 100vw !important;
    height: auto !important;
  }
  .header-search .last-header {
    width: 81vw !important;
  }
}

.hr {
  margin: 0px;
}
.img-display .modal-body {
  width: 410px;
  height: 483px;
}
/* Three Pages css */ /* Three Pages css */ /* Three Pages css */ /* Three Pages css */

.wallet-nav {
  background: #353635;
  /* box-shadow: 2px 2px 4px #d7d7d7; */
  display: flex;
  flex-direction: column;
  border-radius:10px;
  padding: 23px 13px;
  color: #ffffff;
  gap: 12px;
  border: 1px solid #000;
}

.wallet-nav-detail {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
}
.wallet-refer-div {
  display: flex;
  /* align-items: center;
    justify-content: space-between; */
  flex-direction: column;
}
.wallet-refer-div button {
  border: 1px solid #c8c8c8;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 13px !important;
  background: #fff;
  color: black;
  margin-top: 5px;
}
.wallet-nav-detail i {
  padding: 0;
  color: #ffffff;
  text-shadow: 1px 1px 5px #403f3f;
}
.Wrapper-body-item label {
  width: 100%;
  text-align: left;
  height: 31px;
  display: flex;
  align-items: center;
}

#myreferel {
  all: unset;
  font-weight: 600;
  margin-left: 5px;
  color: #ffffff;
}
#deliverySlotBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#deliverySlotBtn span {
  padding-right: 18px;
}
#deliverySlotBtn button {
  width: 100%;
}
#selectedSlotName {
  width: 195px;
  white-space: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.invoice-img {
  width: 83px;
  margin: auto;
  padding: 8px;
}
.invoice-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-display .modal-dialog {
  margin-top: 0% !important;
}
.img-display .modal.show .modal-dialog {
  background: #6262629c;
  padding: 20px;
  height: 100%;
}
.btn-close {
  background: transparent;
}
.img-display .modal-content {
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border: none;
}
.img-display .modal-header {
  border-bottom: 0;
  width: 100%;
}
.img-display .modal-header button {
  position: relative;
}
.img-display .modal-header button i {
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 0;
}

@media print {
  body {
    background: #fff;
    margin: 0;
    padding: 0;
  }
  .top-section-prdt {
    display: none !important;
  }
  .invoice {
    display: none !important;
  }
  .bottomNav {
    display: none !important;
  }
  .productCnt {
    margin-top: 0px;
  }
  #invoice-section {
    border: none;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .cart-container {
    padding: 0px;
    margin: 0;
    box-shadow: none;
  }
}
.cartbadge{
  width: 20px;
  height: 18px;
  top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -15px !important;
  font-style: normal!important;
  border-radius: 2px!important;
  font-size: 10px;
}
.carddisplay{
  display: block;
}
.carddisplay1{
  display: none;
}
  @media (min-width: 600px) and (max-width: 2000px) {
    .carddisplay{
      display: none;
    }
    .carddisplay1{
      display: block;
    }
    .cartbadge{
      top: 0;
      right: 20px !important;
      font-style: normal!important;
      border-radius: 2px!important;
      font-size: 10px;
    }
    .category-bottom-item-img {
      height: 100%;
      position: relative;
    }
    .CateNameFixed {
      width: 160px!important;
      height: 50px!important;
      background-color: #fff;
      color: #000;
      position: absolute;
      bottom: 30px !important;
      right: 30px !important;
      font-size: 12px !important;
      display: flex;
      letter-spacing: 2.5px!important;
      border-radius: 2px;
      justify-content: center;
      align-items: center;
      transition: all ease-in-out .8s;
    }
    .CateNametext {
      width: auto;
      height: 20px;
      color: #ffffff !important;
      font-weight: 600 !important;
      position: absolute;
      bottom: 100px !important;
      right: 35px !important;
      font-size:20px !important;
      display: flex;
      border-radius: 2px;
      justify-content: center;
      align-items: center;
     
    }
 

    .category-bottom-item-text p {
      font-size: 14px;
      color: #000000;
    }
    /* .productCnt-update1 .span-class del,
    p {
      font-size: 40px !important;
    } */
    .btn_box {
      all: unset;
    }
  }

@media print {
  .para-wala-update {
    font-size: 11px !important;
  }
  .h-four {
    font-size: 14px !important;
  }
}

.flex-wala p {
  font-size: 10px;
}

/* ________________________________________________ */

.col-carousel {
  margin: 70px 0;
}

/* owl nav */
.owl-prev span,
.owl-next span {
  color: #fff;
}

.owl-prev span:hover,
.owl-next span:hover {
  color: #8199a3;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  height: 100%;
}

.owl-prev {
  left: 7px;
}

.owl-next {
  right: 7px;
}
/* #autoslide .owl-item{
     width: 348.4px !important;
} */
#autoslide .owl-stage-outer {
  height: 187px !important;
}

.img_slider_banner {
  white-space: nowrap;
  /* width: 800px; */
  margin: auto;
  overflow: hidden;
}
.img_slider_banner .img_banner {
  width: 356px;
  height: 186px;
  display: inline-block;
  overflow: hidden;
  padding: 10px;
}
.img_slider_banner .img_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
#imgDisplay .owl-item button {
  all: unset;
}
.banner-section-update {
  padding-top: 0px !important;
}
.ucontain {
  padding: 0;
}
/* .banner-big{
      height: auto;
      width: auto;
} */

@media (min-width:412px) {
  
  .product_cont{
    width:180px;
    height:285px;
    cursor: pointer;
  }
  .pro_images{
    width: 100%;
    height: 210px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11);
    border-radius:4px;
    position: relative;
    overflow: hidden;
  }
  .pro_images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:4px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .selected_product{
    width:90vw;
    height: auto;
    padding-bottom: 10px;
  /* background-color: red; */
  justify-content: left;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  /* margin-left:4vw; */
  row-gap:10px!important;
  
}
}

.category-bottom-item-img {
  height: 100%;
  position: relative;
}
.CateNameFixed {
  width: 100px;
  height: 30px ;
  background-color: #fff;
  color: #000;
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 8px;
  display: flex;
  letter-spacing: 1px;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out .8s;
}
.CateNametext {
  width: auto;
  height: 30px;
  color: #ffffff;
  position: absolute;
  bottom: 50px;
  right: 20px;
  float: right;
  font-size: 12px;
  display: flex;
  font-family: 700;
  border-radius: 2px;
  justify-content: end;
  align-items: center;
  transition: all ease-in-out .8s;
}
.CateNameFixed:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
transition: .8s;
}

/* ===================== SIZE SELECTOR ===================== */
.size-selector-wrapper {
  margin: 14px 0 10px 0;
}

.size-selector-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.size-btn {
  min-width: 46px;
  height: 46px;
  padding: 0 10px;
  border-radius: 6px;
  border: 1.5px solid #d4d5d9;
  background: #fff;
  color: #282c3f;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 0.18s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.size-btn:hover {
  border-color: #282c3f;
  background: #f5f5f5;
}

.size-btn.selected {
  background: #282c3f;
  color: #fff;
  border-color: #282c3f;
}

.size-btn.out-of-stock {
  color: #bbb;
  border-color: #e8e8e8;
  background: #fafafa;
  position: relative;
  cursor: not-allowed;
}

.size-btn.out-of-stock::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 1.5px;
  background: #bbb;
  transform: rotate(-45deg);
  border-radius: 2px;
}
/* ===================== END SIZE SELECTOR ===================== */

/* shake animation when size is not selected */
@keyframes sizeShake {
  0%   { transform: translateX(0); }
  20%  { transform: translateX(-7px); }
  40%  { transform: translateX(7px); }
  60%  { transform: translateX(-5px); }
  80%  { transform: translateX(5px); }
  100% { transform: translateX(0); }
}
.size-error-shake {
  animation: sizeShake 0.5s ease;
}
.size-error-shake .size-btn {
  border-color: #e53935;
}


/* ===================== CART SIZE DROPDOWN ===================== */
.cart-size-demo {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 12px;
  padding: 10px;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.cart-size-demo-img {
  width: 90px;
  height: 104px;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  background: #f8f8f8;
}

.cart-size-demo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-size-demo-text {
  padding: 0;
  align-items: flex-start;
}

.cart-size-demo-content {
  width: 100%;
}

.cart-size-demo-name {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #282c3f;
  line-height: 1.35;
  margin-bottom: 2px;
}

.cart-size-demo-price {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 3px;
}

.cart-size-demo-price b {
  font-size: 13px;
}

.cart-size-demo-off {
  font-size: 10px;
  font-weight: 700;
  color: #03a685;
}

.cart-size-controls-row {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.cart-size-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 0;
}

.cart-size-label {
  font-size: 10px;
  font-weight: 600;
  color: #696b79;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
}

.cart-size-dropdown-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.cart-size-select {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1.5px solid #d4d5d9;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #282c3f;
  font-family: "Montserrat", sans-serif;
  padding: 3px 28px 3px 10px;
  height: 28px;
  cursor: pointer;
  outline: none;
  min-width: 76px;
  transition: all 0.15s ease;
}

.cart-size-select:hover {
  border-color: #94969f;
}

.cart-size-select:focus {
  border-color: #ff3f6c;
}

.cart-size-arrow {
  position: absolute;
  right: 7px;
  font-size: 9px;
  color: #282c3f;
  pointer-events: none;
  font-weight: 700;
}

.cart-size-demo-qty {
  width: 82px;
  height: 32px !important;
  border-radius: 6px !important;
}

.cart-size-demo-qty .minus {
  font-size: 22px;
  height: 22px;
}

.cart-size-demo-qty .plus {
  font-size: 18px;
}

.cart-size-demo-qty input {
  width: 26px;
  font-size: 12px;
}

@media (max-width: 420px) {
  .cart-size-demo {
    padding: 8px;
  }

  .cart-size-demo-img {
    width: 82px;
    height: 94px;
  }

  .cart-size-controls-row {
    gap: 6px;
  }

  .cart-size-select {
    min-width: 72px;
  }
}
/* ===================== END CART SIZE DROPDOWN ===================== */

/* ===================== CART SIZE CHIPS ===================== */
.cart-bottom-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  flex-wrap: nowrap;
}

.cart-size-dd-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1.5px solid #d4d5d9;
  border-radius: 4px;
  padding: 2px 6px;
  background: #fff;
  height: 35px;
}

.cart-size-dd-label {
  font-size: 10px;
  font-weight: 700;
  color: #888;
  white-space: nowrap;
  margin: 0;
  line-height: 1;
}

.cart-size-dd {
  border: none;
  outline: none;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  color: #282c3f;
  cursor: pointer;
  padding: 0;
  max-width: 54px;
}
/* ===================== END CART SIZE CHIPS ===================== */
/* ===================== GLOBAL QTY BUTTON NORMALIZATION ===================== */
.cart-buttons,
.add-product-btn.cart-buttons,
#addToCartSP .add-product-btn,
.design-box .cart-buttons {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 82px !important;
  min-width: 82px !important;
  height: 32px !important;
  padding: 0 6px !important;
  border-radius: 6px !important;
  background-color: #111 !important;
  border: 1px solid #111 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) !important;
}

.cart-buttons .minus,
.cart-buttons .plus,
#addToCartSP .add-product-btn .minus,
#addToCartSP .add-product-btn .plus,
.design-box .cart-buttons .minus,
.design-box .cart-buttons .plus {
  all: unset;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  color: #fff !important;
  cursor: pointer;
  line-height: 1;
}

.cart-buttons .minus,
#addToCartSP .add-product-btn .minus,
.design-box .cart-buttons .minus {
  font-size: 22px !important;
  font-weight: 500;
}

.cart-buttons .plus,
#addToCartSP .add-product-btn .plus,
.design-box .cart-buttons .plus {
  font-size: 18px !important;
  font-weight: 600;
  transform: translateY(-0.5px);
}

.cart-buttons input,
#addToCartSP .add-product-btn input,
.design-box .cart-buttons input {
  all: unset;
  width: 24px !important;
  text-align: center;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif;
}
/* ===================== END GLOBAL QTY BUTTON NORMALIZATION ===================== */

/* ===================== WISHLIST HOME-CARD LOOK ===================== */
.wishlist-page {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wishlist-page .wishlist-boxes {
  width: 90vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  row-gap: 10px !important;
  padding-bottom: 10px;
}

.wishlist-items-home {
  width: auto;
  border: 0;
  background: transparent;
}

.wishlist-items-home .pro_images {
  cursor: pointer;
}

.wishlist-items-home .pro_images img {
  width: 150px;
  height: 280px;
  object-fit: cover;
  border-radius: 4px;
  position: absolute;
  top: 0;
}

.wishlist-items-home .pro_content p {
  cursor: pointer;
}

.wishlist-items-home .wishlist-content-buttons {
  margin-top: 0;
}

.wishlist-items-home .wishlist-content-buttons button {
  min-width: auto;
}

.wishlist-items-home .wishlist-content-buttons .oos_class1 {
  font-size: 11px;
  font-weight: 600;
}

.wishnew-remove {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.68);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.wishnew-remove i {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
/* ===================== END WISHLIST HOME-CARD LOOK ===================== */

/* ===================== GLOBAL BUY BUTTON NORMALIZATION ===================== */
.content-buttons > span > button,
.wishlist-content-buttons > span > button,
#addToCartSP > span > button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 74px !important;
  height: 30px !important;
  padding: 0 12px !important;
  border-radius: 6px !important;
  border: 1px solid #111 !important;
  background: #111 !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
  transition: all 0.16s ease;
}

.content-buttons > span > button:hover,
.wishlist-content-buttons > span > button:hover,
#addToCartSP > span > button:hover {
  background: #252525 !important;
  border-color: #252525 !important;
}

.content-buttons > span > button:active,
.wishlist-content-buttons > span > button:active,
#addToCartSP > span > button:active {
  transform: translateY(0.5px);
}

#addToCartSP > span > button {
  min-width: 92px !important;
  height: 36px !important;
  padding: 0 16px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

@media (max-width: 420px) {
  .content-buttons > span > button,
  .wishlist-content-buttons > span > button,
  #addToCartSP > span > button {
    min-width: 68px !important;
    height: 28px !important;
    font-size: 11px !important;
    padding: 0 10px !important;
  }

  #addToCartSP > span > button {
    min-width: 82px !important;
    height: 32px !important;
    font-size: 12px !important;
    padding: 0 12px !important;
  }
}
/* ===================== END GLOBAL BUY BUTTON NORMALIZATION ===================== */

/* ===================== SEARCH PAGE CARD ALIGNMENT ===================== */
.search-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  row-gap: 10px;
  overflow: unset !important;
  white-space: unset !important;
  padding-left: 0;
  padding-right: 0;
}

.search-grid > a {
  display: block;
  text-decoration: none !important;
  line-height: normal;
}

.search-grid .product_contnew {
  margin-bottom: 0;
}

.search-grid .pro_content1 {
  margin-top: 4px;
  height: auto;
  min-height: 92px;
  padding: 8px;
}

.search-grid .pro_content1 p {
  font-size: 11px;
  line-height: 1.35;
  height: auto;
  min-height: 30px;
  margin-bottom: 6px !important;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 600px) {
  .search-grid {
    justify-content: space-between;
    gap: 8px;
    row-gap: 10px;
  }

  .search-grid > a {
    width: calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
  }

  .search-grid .product_contnew {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .search-grid .pro_content1 {
    min-height: 96px;
  }

  .search-grid .pro_content1 p {
    font-size: 11px;
    min-height: 32px;
  }
}
/* ===================== END SEARCH PAGE CARD ALIGNMENT ===================== */

/* ===================== RECENT/SIMILAR DEFAULT SCROLL BEHAVIOR ===================== */
#recent_product_list > a,
#recent_product_list2 > a {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
/* ===================== END RECENT/SIMILAR DEFAULT SCROLL BEHAVIOR ===================== */

/* ===================== ALL PRODUCT MOBILE CARD FIX ===================== */

/* Reset allpagecont base padding/margin that conflicts with search-grid */
.All-Product .allpagecont {
  padding: 8px !important;
  margin-top: 0 !important;
}

/* Ensure product cards fill 100% of their flex cell */
.All-Product .product_contnew {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 0 !important;
  box-sizing: border-box !important;
}

/* Image fills container using aspect ratio */
.All-Product .pro_images {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 3 / 4 !important;
  overflow: hidden !important;
  position: relative !important;
}

.All-Product .pro_images img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
}

/* On mobile: hide filter sidebar, full-width product area */
@media (max-width: 768px) {
  .All-Product .fiter-pro-cont {
    display: block !important;
    width: 100% !important;
  }

  .All-Product .filter-cont {
    display: none !important;
  }

  .All-Product .filter-product {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
/* ===================== END ALL PRODUCT MOBILE CARD FIX ===================== */

/* ===================== ALL PRODUCT HEADER/CATEGORY OVERLAP FIX ===================== */
.All-Product .product-section.update-trending-section.last-section {
  padding-top: 10.5rem !important;
}

.All-Product .category-filter.product-select {
  position: relative;
  z-index: 2;
  background: #fff;
}

@media (max-width: 600px) {
  .All-Product .product-section.update-trending-section.last-section {
    padding-top: 11.5rem !important;
  }

  .All-Product .category-filter.product-select {
    padding-top: 10px !important;
    padding-bottom: 6px !important;
  }
}
/* ===================== END ALL PRODUCT HEADER/CATEGORY OVERLAP FIX ===================== */

/* ===================== HOME BANNER VIEW CTA ===================== */
.home-banner-link {
  display: block;
  position: relative;
}

.home-banner-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0));
  border-radius: inherit;
  pointer-events: none;
}

.banner-view-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px;
  transform: none;
  width: 100px;
  height: 30px;
  margin: 0 auto;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 2px;
  background-color: #fff;
  color: #000;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  box-shadow: none;
  pointer-events: none;
  transition: all ease-in-out 0.8s;
}

@media (max-width: 600px) {
  .banner-view-btn {
    bottom: 42px;
  }
}

@media (min-width: 992px) {
  .banner-view-btn {
    width: 118px;
    height: 36px;
    font-size: 10px;
    bottom: 58px;
  }
}

.home-banner-link:hover .banner-view-btn {
  background-color: #000;
  color: #fff;
}
/* ===================== END HOME BANNER VIEW CTA ===================== */

/* ===================== SHOP BY CATEGORY CARD GAP ===================== */
#category_list_one.category-box-wrap {
  gap: 12px !important;
  row-gap: 12px !important;
}

@media (min-width: 768px) {
  #category_list_one.category-box-wrap {
    gap: 16px !important;
    row-gap: 16px !important;
  }
}

@media (min-width: 992px) {
  #category_list_one.category-box-wrap {
    gap: 24px !important;
    row-gap: 24px !important;
  }

  /* Home page: Shop By Category */
  #category_list_two.category-box-wrap2 {
    column-gap: 24px !important;
    row-gap: 24px !important;
  }
}
/* ===================== END SHOP BY CATEGORY CARD GAP ===================== */

/* ===================== SHOP BY CATEGORY TOGGLE ===================== */
.shop-category-heading {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.shop-category-toggle-btn {
  all: unset;
  display: none;
  width: 43vw;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-align: end;
  cursor: pointer;
  line-height: normal;
}

#category_list_two.category-box-wrap2 {
  gap: 12px;
  row-gap: 12px;
}

@media (min-width: 992px) {
  #category_list_two.category-box-wrap2 {
    gap: 24px;
    row-gap: 24px;
  }
}
/* ===================== END SHOP BY CATEGORY TOGGLE ===================== */

/* ===================== SHOP BY STATE HORIZONTAL SCROLLER ===================== */
#category_list_state.category-box-wrap2 {
  display: flex;
  flex-wrap: nowrap !important;
  justify-content: flex-start;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 12px;
  row-gap: 0;
  padding: 0 12px 16px !important;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

#category_list_state.category-box-wrap2::-webkit-scrollbar {
  display: none;
}

#category_list_state.category-box-wrap2 .category_card {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  #category_list_state.category-box-wrap2 {
    gap: 16px;
    padding: 0 16px 20px !important;
  }
}

@media (min-width: 992px) {
  #category_list_state.category-box-wrap2 {
    gap: 24px;
    padding: 0 20px 24px !important;
  }
}

.shop-state-dots,
.looking-wow-dots,
.recent-view-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: -4px;
  margin-bottom: 6px;
}

.shop-state-dots .dot,
.looking-wow-dots .dot,
.recent-view-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d0d0d0;
  transition: all 0.2s ease;
}

.shop-state-dots .dot.active,
.looking-wow-dots .dot.active,
.recent-view-dots .dot.active {
  width: 18px;
  border-radius: 999px;
  background: #2c2c2c;
}

.looking-wow-dots {
  margin-bottom: 18px;
}
/* ===================== END SHOP BY STATE HORIZONTAL SCROLLER ===================== */

/* ===================== GLOBAL NAME ELLIPSIS ===================== */
.item-content p,
.mini-update .item-content p,
.see-all .item-content p,
.design-box .item-content p,
.update-padding .item-content p,
.pro_content1 p,
.search-grid .pro_content1 p,
.cart-size-demo-name,
.productCnt .os-pnm,
.order-summry-pro-card-right .os-pnm,
.catgbuttonContainer span,
.product-name,
.product-name-wn,
.product-name-no-btn,
.prodNameText,
.prodNameText-sp,
.product_var_container h6,
#prod-name,
#category_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* product_detail page only: show full product name without ellipsis */
.product-detail-update #prod-name {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  word-break: break-word;
}
/* ===================== END GLOBAL NAME ELLIPSIS ===================== */

/* ===================== CATEGORY LIST ONE NAME ELLIPSIS ===================== */
#category_list_one .category-box-item-text {
  width: 100%;
}

#category_list_one .category-box-item-text p {
  display: block !important;
  width: 100%;
  max-width: 100%;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ===================== END CATEGORY LIST ONE NAME ELLIPSIS ===================== */

/* ===================== HOME BANNER RESPONSIVE CONTAINER FIX ===================== */
.first-Banner-section,
.Bottom-Banner-section {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 20px;
}

#carouselExampleIndicators,
#carouselExampleIndicators2,
#carouselExampleIndicators .carousel-inner,
#carouselExampleIndicators2 .carousel-inner {
  width: 100% !important;
  max-width: 100% !important;
}

#carouselExampleIndicators .carousel-item,
#carouselExampleIndicators2 .carousel-item {
  width: 100% !important;
}

#carouselExampleIndicators .carousel-item img,
#carouselExampleIndicators2 .carousel-item img,
#BannerImg .carousel-item img,
#BottomBannerImg .carousel-item img {
  width: 100% !important;
  max-width: 100% !important;
  height: clamp(160px, 32vw, 520px) !important;
  object-fit: cover;
  display: block;
}

@media (max-width: 600px) {
  #carouselExampleIndicators .carousel-item img,
  #carouselExampleIndicators2 .carousel-item img,
  #BannerImg .carousel-item img,
  #BottomBannerImg .carousel-item img {
    height: clamp(155px, 44vw, 240px) !important;
  }
}

@media (min-width: 992px) {
  #carouselExampleIndicators .carousel-item img,
  #carouselExampleIndicators2 .carousel-item img,
  #BannerImg .carousel-item img,
  #BottomBannerImg .carousel-item img {
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    width: 100% !important;
  }
}
/* ===================== END HOME BANNER RESPONSIVE CONTAINER FIX ===================== */


/* ===================== DESKTOP BANNER NO-CROP OVERRIDES ===================== */
/* Stronger, last-resort rules to ensure desktop banners are not cropped. */
@media (min-width: 992px) {
  .first-Banner-section,
  .Bottom-Banner-section,
  #carouselExampleIndicators,
  #carouselExampleIndicators2,
  #BannerImg,
  #BottomBannerImg {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    width: 100% !important;
  }

  /* Make sure carousel inner/items don't clip the image */
  #carouselExampleIndicators .carousel-inner,
  #carouselExampleIndicators2 .carousel-inner,
  #BannerImg .carousel-inner,
  #BottomBannerImg .carousel-inner {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  #carouselExampleIndicators .carousel-item,
  #carouselExampleIndicators2 .carousel-item,
  #BannerImg .carousel-item,
  #BottomBannerImg .carousel-item {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  /* Force images to scale without cropping on desktop */
  #carouselExampleIndicators .carousel-item img,
  #carouselExampleIndicators2 .carousel-item img,
  #BannerImg .carousel-item img,
  #BottomBannerImg .carousel-item img,
  .first-Banner-section img,
  .Bottom-Banner-section img {
    object-fit: contain !important;
    height: auto !important;
    max-height: none !important;
    width: 100% !important;
    display: block !important;
  }

  /* Remove accidental fixed pixel sizing that may still apply earlier */
  .first-Banner-section[style],
  .Bottom-Banner-section[style] {
    height: auto !important;
    max-height: none !important;
  }
}

/* ===================== END DESKTOP BANNER NO-CROP OVERRIDES ===================== */

/* ===================== SEARCH BAR ALIGNMENT (DESKTOP/TABLET/PHONE) ===================== */
.header-search {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  padding: 0 16px;
  background: transparent !important;
}

.header-search .last-header,
.last-header.product-select {
  width: 100% !important;
  max-width: 680px;
  margin: 0 auto 8px;
}

@media (min-width: 992px) {
  .header-search {
    padding: 0 24px;
  }

  .header-search .last-header,
  .last-header.product-select {
    max-width: 760px;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .header-search {
    padding: 0 20px;
  }

  .header-search .last-header,
  .last-header.product-select {
    max-width: 620px;
  }
}

@media (max-width: 599px) {
  .header-search {
    padding: 0 12px;
  }

  .header-search .last-header,
  .last-header.product-select {
    max-width: 100%;
  }

  .last-header {
    gap: 8px;
    padding: 4px 12px;
  }
}
/* ===================== END SEARCH BAR ALIGNMENT ===================== */

/* Home page: clear fixed header on first content section (same pattern as .All-Product .last-section) */
.main > .second-category-section:first-of-type {
  padding-top: 7rem;
}

@media (min-width: 992px) {
  .main > .second-category-section:first-of-type {
    padding-top: 8rem;
  }
}

/* ===================== ORDER HISTORY DETAILS PAGE MOBILE FIX ===================== */

/* --- Order ID input styling --- */
.order-id-inp {
  all: unset;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

/* --- Product card row --- */
.productCnt .order-summry-pro-card {
  height: auto !important;
  min-height: 120px;
  padding: 10px 0;
  flex-wrap: nowrap;
  align-items: flex-start;
  box-sizing: border-box;
}

/* --- Product image --- */
.productCnt .order-summry-pro-card-left > img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

/* --- Address section: allow full height on all screens --- */
.productCnt .c-address-section {
  height: auto !important;
  min-height: 0 !important;
}

/* --- Mobile-specific overrides (max 600px) --- */
@media (max-width: 600px) {
  /* Page top padding reset - header is 54px */
  .productCnt {
    margin-top: 60px;
  }

  /* Header row with Order ID + Cancel button */
  .productCnt .checkout-header.but-update {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    padding: 8px 12px !important;
  }

  .productCnt .checkout-header.but-update h6 {
    font-size: 13px;
    margin: 0;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* Order ID input inside h6 */
  .order-id-inp {
    max-width: 120px;
    font-size: 13px;
  }

  /* Cancel button */
  .productCnt #cancel-btn .btn1 {
    font-size: 12px;
    padding: 4px 10px;
    white-space: nowrap;
  }

  /* "Details" heading */
  .productCnt h3.checkout-header {
    font-size: 17px;
    padding: 8px 12px !important;
  }

  /* Product list section */
  .productCnt .c-product-section {
    margin-top: 6px;
    margin-bottom: 0;
    align-items: stretch;
    padding: 0 12px;
  }

  /* Each product card */
  .productCnt .order-summry-pro-card {
    height: auto !important;
    min-height: 100px;
    column-gap: 12px;
    padding: 10px 0;
    align-items: center;
  }

  /* Image container */
  .productCnt .order-summry-pro-card-left {
    flex: none !important;
    width: 80px;
    padding-left: 0;
  }

  .productCnt .order-summry-pro-card-left > img {
    width: 80px;
    height: 90px;
    object-fit: cover;
    border-radius: 6px;
  }

  /* Product info text */
  .productCnt .order-summry-pro-card-right {
    flex: 1;
    min-width: 0;
    row-gap: 4px;
  }

  .productCnt .os-pnm,
  .productCnt .os-pr {
    font-size: 12px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .productCnt .os-pr {
    -webkit-line-clamp: 1;
    color: #555;
  }

  /* Price summary section */
  .productCnt .c-invoice-section-mid {
    padding: 14px 12px !important;
    margin: 10px 0 !important;
    font-size: 13px !important;
    line-height: 28px !important;
  }

  /* Address section */
  .productCnt .c-address-section {
    padding: 12px 12px !important;
    height: auto !important;
    font-size: 13px;
    line-height: 22px;
    row-gap: 8px;
  }

  .c-address-section-top {
    font-weight: 600;
    font-size: 14px;
  }

  .c-address-section-mid {
    font-size: 12px !important;
    white-space: normal;
    overflow: visible !important;
    max-height: none !important;
  }

  .c-address-section-bot {
    font-size: 12px;
    color: #444;
  }

  /* Invoice download button */
  .productCnt .c-invoice-section {
    margin-bottom: 5rem;
    margin-top: 8px;
    padding: 0 !important;
  }

  .productCnt .c-invoice-section-top > a {
    font-size: 15px !important;
    padding: 14px 12px !important;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #000;
    text-decoration: none;
  }

  .productCnt .bi-download {
    padding-right: 4px;
    font-size: 16px;
  }

  /* Container - no extra padding on mobile */
  .checkout-container.checkout-container1 {
    padding-top: 10px !important;
  }
}

/* Very small screens (max 375px) */
@media (max-width: 375px) {
  .productCnt .order-summry-pro-card-left {
    width: 70px;
  }

  .productCnt .order-summry-pro-card-left > img {
    width: 70px;
    height: 80px;
  }

  .order-id-inp {
    max-width: 100px;
  }

  .productCnt .c-invoice-section-mid {
    font-size: 12px !important;
    line-height: 26px !important;
  }
}

/* ===================== END ORDER HISTORY DETAILS PAGE MOBILE FIX ===================== */

/* ===================== DETAIL PAGE WHATSAPP BUTTON ===================== */
.detail-actions-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.whatsapp-chat-btn-detail {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 140px !important;
  height: 36px !important;
  padding: 0 16px !important;
  border-radius: 6px !important;
  background-color: #25D366 !important;
  border: 1px solid #25D366 !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
  transition: all 0.16s ease;
}

.whatsapp-chat-btn-detail i {
  margin-right: 6px;
  font-size: 16px !important;
  color: #fff !important;
}

.whatsapp-chat-btn-detail:hover {
  background-color: #20ba5a !important;
  border-color: #20ba5a !important;
  color: #fff !important;
}

.whatsapp-chat-btn-detail:active {
  transform: translateY(0.5px);
}

@media (max-width: 600px) {
  #addToCartSP {
    gap: 12px !important;
  }
}

@media (max-width: 420px) {
  .whatsapp-chat-btn-detail {
    min-width: 68px !important;
    height: 28px !important;
    font-size: 11px !important;
    padding: 0 10px !important;
  }
  .whatsapp-chat-btn-detail span {
    display: none !important;
  }
  .whatsapp-chat-btn-detail i {
    margin-right: 0 !important;
    font-size: 14px !important;
  }
}



