.srch-box {
  width: 100%;
  position: relative;
  display: flex;
}
.srch-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #111d5e;
  border-right: none;
  outline: none;
  font-size: 14px;
  font-weight: 300;
  color: gray;
  background: none;
}
.srch-button {
  text-align: center;
  height: auto;
  width: 50%;
  font-weight: 100;
  outline: none;
  cursor: pointer;
  border: none;
  border-left: none;
  background: black;
  font-size: 14px;
  color: white;
}
.cntr {
  width: 60%;
  margin: 0 auto;
}
.img_container {
  max-width: 300px;
  height: 500px;
}

.img_container_size2{
  max-width: 360px;
  height: 500px;
}

.new-catg-tag {
  background-color: #ff4d4f;
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 2px 6px;
  margin-left: 5px;
  border-radius: 4px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  animation: flash 1s infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.img_size {
  width: 100%;
  height: auto;
}

.abd,
.bust,
.hips {
  font-size: 18px;
  font-weight: 500;
  color: black;
  margin: 0;
  padding-bottom: 20px;
}

.clck_active {
  font-weight: 400 !important;
  color:rgb(47 47 47) !important;
}
.clck {
  font-weight: 200;
  cursor: pointer;
  font-size: 16px;
  color: #bcbcbc;
  margin-bottom: 5px;
}
.logoImg{
  width: 60px;
}
.tm-mem-img {
  width: 75%;
  padding-bottom: 20px;
}

.team-member {
  margin-bottom: 20px;
}

.txt-inp {
  background: none;
  border: solid 1px gray;
  color: rgb(72, 72, 72);
  cursor: pointer;
  font-size: 1.6em;
  font-weight: normal;
  padding: 8px 25px;
}

.size-btns {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 30%;
  margin: 0 auto;
  padding-bottom: 35px;
  margin-top: 2%;
}
.smt-btn {
  background: none;
  border: solid 1px gray;
  color: rgb(76, 76, 76);
  cursor: pointer;
  font-size: 1.4em;
  font-weight: normal;
  padding: 10px 45px;
}

.smt-btn:hover {
  background: black;
  border: none;
  color: white;
}

.avatar-img-cntr{
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.avatar-img{
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.avtr:after{
  display: none;
}

.dropdown-menu>li>a{
  font-size: 1.5em;
  padding: 10px 35px;
}

.dropdown-menu>li>a:hover{
  color: white;
  background: black;
}

.newbgspan{
  font-size: 30px; 
  font-weight: 400; 
  border-bottom: 1px solid white; 
  font-family: 'Poppins';
}

/* .newbgimg{
  background: url("https://jaey.blr1.digitaloceanspaces.com/etc/bbQwZ79.webp") no-repeat center !important; 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.bgimg1{
  background: url("https://jaey.blr1.digitaloceanspaces.com/etc/i0VZO7S.webp") no-repeat center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.bgimg2{
  background: url("https://jaey.blr1.digitaloceanspaces.com/etc/AWXSR8e.webp") no-repeat center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.bgimg3{
  background: url("https://jaey.blr1.digitaloceanspaces.com/etc/00rQDmb.webp") no-repeat center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
} */
/* .bgimg4{
  background: url("https://jaey.blr1.digitaloceanspaces.com/etc/00rQDmb.webp") no-repeat center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
} */
.figure {
  position: relative;
  width: 360px; /* can be omitted for a regular non-lazy image */
  max-width: 100%;
}
.figure img.img-hvr {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s;
}
.figure:hover img.img-hvr {
  opacity: 1;
}

.dt{
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: solid 1px rgb(209, 209, 209);
  display: inline-block;
  cursor: pointer;
}

.vt-algn{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.3em;
}
.vt-algn-color{
  display: flex;
  flex-direction: row;
  align-items: center;
}

label{
  font-weight: 400;
  margin: 0;
}

.chckbox{
  accent-color: black;
}

.sel-heading{
  color: black;
  font-size: 1.8em;
  text-transform: uppercase;
  padding-bottom: 13px;
}

.sel-brand{
  width: 250px;
  height: 35px;
  border: 1px solid #ced4da;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  font-size: 1.2em;
}

.sel-brand > option{
  height: 40px;
  color: #757575;
  font-size: 1em;
  text-transform: uppercase;
}

.sel-size{
  width: 220px;
  height: 35px;
  border: 1px solid #ced4da;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  font-size: 1.2em;
}

.bra-sel-width{
  width: 110px !important;
}

.left-side-img{
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  text-transform: uppercase;
}
.left-side{
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-right: 20px;
}
.submitt{
  margin-top: 10px;
}

.quant-minus, .quant-plus{
  background-color: black;
  font-size: 1em;
  cursor: pointer;
  color:white;
  border: 1px solid black;
}

.quant-minus:hover, .quant-plus:hover{
  color: gray;
}
.quant-inp{
  outline: none;
  text-align: center;
  width: 40px;
  border: 1px solid rgb(173, 173, 173);
}

.quant-drpdwn{
  width: 50px;
  font-size: 10px;
  font-weight: 400;
  color: black;
  padding: 0;
}

.cart-img{
  width: 80px;
}

.del-icon{
  fill: black;
}
.del-icon:hover{
  fill: rgb(183, 0, 0)
}
.table{
  font-size: 12px;
}


.container-select {
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}
.selected-item {
  margin: 20px 0;
}
/* custom select style */
.cusSelBlock {
  height: 40px;
  font-size: 1.5em;
}
.please-login{
  width: 50%;
}
@media(max-width: 576px){
  .please-login{
    width: 100%;
  }
}
.cusSelectbox {
  height: 100%;
  width: 100%;
}
.s-hidden {
  visibility: hidden;
}
.cusSelBlock {
  display: inline-block;
  position: relative;
  /* perspective: 800px; */
  font-weight: 500;
}

.actv {
  z-index: 100 !important;
}

.selectLabel {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: #fff;
  border: 1px solid #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #333;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  /* letter-spacing: 2px; */
  line-height: 40px;
  padding: 0 50px 0 20px;
  text-align: left;
  transform-style: preserve-3d;
  transform-origin: 50% 0%;
  transition: transform 300ms;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectLabel:after {
  content: '\25BC';
  border-left: 1px solid #333;
  color: #333;
  font-size: 12px;
  line-height: 12px;
  padding: 10px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 5px;
  height: 70%;
  width: 50px;
}
.selectLabel:active {
  transform: rotateX(30deg);
}
.selectLabel:active:after {
  content: '\25B2';
}
.selectLabel.active:after {
  content: '\25B2';
}
.ribbon{
  width: 100%;
  text-align: center;
  margin: 0;
  background-color: black;
}

.ribbon p{
  color: white;
  padding: 6px 0px;
  font-size: 1.18em;
  margin: 0;
  font-weight: 400;
}
.options {
  position: absolute;
  top: 50px;
  height: 1px;
  width: 100%;
}
.options li {
  outline: none;
  background-color: #ffffff;
  border-left: 1px solid #96716C;
  border-right: 1px solid #96716C;
  border-bottom: 1px solid #96716C;
  cursor: pointer;
  display: block;
  line-height: 36px;
  list-style: none;
  opacity: 1;
  padding: 0 50px 0 10px;
  text-align: left;
  transition: transform 300ms ease;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 0;
  height: 36px;
  width: 100%;
}
@media(max-width: 576px){
  .options li{
    font-size: 12px !important;
  }
  .selectLabel{
    font-size: 13px !important;
  }
}
.options li:hover,
.options li.active {
  /* background-color: #333; */
  background-color: #96716C;
  /* color: #fff; */
  color: white;
}
.options li:nth-child(1) {
  transform: translateY(2px);
  z-index: 6;
}
.options li:nth-child(2) {
  transform: translateY(4px);
  z-index: 5;
}
.options li:nth-child(3) {
  z-index: 4;
}
.options li:nth-child(4) {
  z-index: 3;
}
.options li:nth-child(5) {
  z-index: 2;
}
.options li:nth-child(6) {
  z-index: 1;
}

.feaBlock {
  margin: 20px 0;
  text-align: left;
}


.rolling-text{
  font-size: 4em;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  text-transform: capitalize;
}

.lft{
  float: left;
}
.fa-stack[data-count]:after{
  position:absolute;
  content: attr(data-count);
  font-size:40%;
  padding:.6em;
  border-radius:999px;
  line-height:.75em;
  color: white;
  text-align:center;
  min-width:2em;
  font-weight:bold;
  background: red;
}
.fa-circle {
  color:#DF0000;
}
.personalize{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 75%;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.slick-dotted.slick-slider{
  margin-bottom: 0 !important;
}

.personalize-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 33%;
    text-align: center;
    /* margin-top: 50px; */
    padding: 15px; 
}


@media(max-width: 767px){
  .container{
    width: 100% !important;
    max-width: none !important;
  }
}



/* .personalize-content p{
  font-size: 1.2em;
} */
.rolling-images-container{
  max-width: 90%;
  margin: 40px 0px;
}
.rolling-images-container img{
  width: 100%;
  height: auto;
}

.product_tag{
  background-color: rgb(227, 227, 227);
  padding: 8px 15px;
  border-radius: 20px;
  color: #4d4d4d;
}

.sort-item{
  padding: 12px 15px 12px;
  font-size: 1.5em;
}
.selected-sort{
  background: #e0e0e0;
  border-radius: 10px;
  font-weight: 500;
}


.filter-modall, .sort-modall, .signin-modall, .scanlater-modall, .product-modall, .subscribe-modall, .signin-trigger-modall {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}


.modall-content, .signin-modall-content, .scanlater-modall-content, .product-modall-content, .signin-trigger-modall-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: auto;
  border-radius: 0.5rem;
}

body.modal-open {
  overflow: hidden;
  touch-action: none;
}
.filter-modall {
  display: flex;
  flex-direction: column;
}
.filter-modall.show-modall {
  z-index: 9999;
}
.modall-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modall-content .widget {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 400px;
  overflow: hidden; /* prevent double scrolls */
}
.modall-content .widget .panel-group {
  flex: 1; 
  overflow-y: auto; 
  overscroll-behavior: contain; /* Prevent scroll chaining */
  -webkit-overflow-scrolling: touch;
  padding-bottom: 100px; /* ensure content above footer is scrollable */
}
/* Make panel-body scrollable when it overflows */
.modall-content .widget .panel-body {
  max-height: none;
  overflow-y: visible;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.modall-content .widget .widget-title {
  padding: 0;
  font-size: 1.7em;
  flex-shrink: 0; /* Ensure the title stays fixed */
}
.modall-content .widget .widget-title .filter-close-buttonn {
  width: 3em;
  line-height: 2em;
  font-size: 1.5em;
}
.modall-content .widget .widget-footer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 15px;
  border-top: 1px solid #ccc;
  z-index: 10; /* Ensure footer stays above content */
  gap: 10px;
}

@media (max-width: 576px){
  .product-modall-content{
    width: 350px !important;
  }
}

@media(max-width: 576px){
  .scanlater-modall-content  {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px !important;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: auto;
    border-radius: 0.5rem;
  }
}



.sort-modall-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 350px;
  border-radius: 0.5rem;
}
@media (max-width: 576px) {
  .subscribe-modall-content h1{
    font-size: 2.3em !important;
  }
  .subscribe-modall-content p{
    font-size: 1.3em !important;
    padding-top: 10px;
  }
}
.subscribe-modall-content {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  /* padding: 1rem 1.5rem; */
  width: 485px;
  /* border-radius: 0.5rem; */
}
@media (max-width: 576px){
  .subscribe-modall-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    /* padding: 1rem 1.5rem; */
    width: 355px;
    /* border-radius: 0.5rem; */
  }
}
.table>tbody>tr>td{
  padding: 6px !important;
}

.filter-close-buttonn, .product-close-buttonn, .subscribe-close-buttonn {
  float: right;
  width: 2rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}
.subscribe-close-buttonn {
  position: relative;
  top: 25px;
  right: 10px;
}

@media(max-width: 576px){
  .sizeyou{
    width: 180px !important;
  }
}
.sort-close-buttonn{
  float: right;
  width: 2rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}

.signin-close-buttonn, .signin-trigger-close-buttonn-home{
  float: right;
  width: 2rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}

.signin-input-wrapper{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.signin-input{
  width: 100%;
  border: 1px solid black;


}

.otp{
  display:inline-block;
  width:50px;
  height:50px;
  text-align:center;
}


.trackit-btn{
  display: flex;
  justify-content: end;
}

.filter-close-buttonn:hover, .sort-close-buttonn:hover {
  background-color: darkgray;
}

.show-modall {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  z-index: 99;
}

.order_received {
  background-color: #8d8d8d;
  font-weight: 500;
}

.size_processing {
  background-color: #f1c21b;
  font-weight: 500;
}

.size_completed {
  background-color: #ff832b;
  font-weight: 500;
}

.shipping {
  background-color: #2145fa;
  font-weight: 500;
}

.packing {
  background-color: #a56eff;
  font-weight: 500;
}

.btn{
  border-color: #ccc !important;
}

.stitching {
  background-color: rgb(91, 178, 255);
  font-weight: 500;
}

.cancelled{
  background-color: #fa4d56;
  font-weight: 500;
}

.completed {
  background-color: #24a148;
  font-weight: 500;
}

.pd{
  padding: 15px 5px;
}

.sticky {
  position: sticky;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 15;
}

.sizeyou{
  display: flex; 
  flex-direction: row; 
  align-items: center; 
  justify-content: center; 
  padding: 8px 10px; 
  width: 100% !important; 
  color: white; 
  background: black;
}

.sizeyou-text{
  padding-right: 20px;
}

@media(max-width: 576px){
  .sizeyou-text{
    padding-right: 0px !important;
  }
  .sizeyou{
    display: flex; 
    flex-direction: row; 
    align-items: center; 
    justify-content: space-between; 
    padding: 10px 10px; 
    width: 100%; 
    color: white; 
    background: black;
  }
}
.cntct{
  font-size: 1.3em;
  margin: 60px 0 30px;
}

.about-socials{
  padding-left: 10%;
}

.edit-btn{
  background: none;
  border: none;
  font-size: 0.7em;
  color: black;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.edit-btn:hover{
  color: gray;
}

.nv{
  padding: 0px;
}

.disp{
  display: none;
}

.select-container div{
  padding: 10px 15px; 
}

#snackbar {
  visibility: hidden;
  min-width: 150px;
  margin-left: -75px;
  background-color: black;
  color: white;
  text-align: center;
  padding: 10px;
  position: fixed;
  z-index: 100;
  left: 75%;
  top: 140px;
  font-size: 1.1em;
  border: 1px solid black;
  border-radius: 10px;
  text-transform: uppercase;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadeInDown 0.5s, fadeOut 0.5s 2.5s;
  animation: fadeInDown 0.5s, fadeOut 0.5s 2.5s;
}



@media (max-width: 576px) { 
  .size2_heading{
    font-size: 1.3em;
  }
  .txt-inp {
    background: none;
    border: solid 1px gray;
    color: rgb(72, 72, 72);
    cursor: pointer;
    font-size: 1.2em;
    font-weight: normal;
    padding: 5px 10px;
  }
  .section{
    padding-top: 0px !important;
  }
  .section-home {
    padding-block: 40px !important;
  }
  .dashboard-user-profile .user-img {
    width: 80px;
  }
  .single-product{
    margin: 1.6em;
  }
  .products{
    margin: 1.6em;
  }
  .page-wrapper{
    padding-top: 0;
    padding-bottom: 50px;
  }
  .container{
    padding-bottom: 0;
  }
  .abd,
  .hips,
  .bust {
    font-size: 16px;
  }
  .clck {
    font-size: 16px;
  }
  .bra-sel-width{
    width: 250px !important;
  }
  .social-icon{
    padding-top: 20px;
    width: fit-content;
    margin: 0 auto;
  }
  .about-socials{
    padding-left: 0 !important;
  }
  .smt-btn {
    padding: 10px 25px;
  }
  /* .bgimg1{
    background-image: url("https://jaey.blr1.digitaloceanspaces.com/etc/Y6y8g4D.webp") !important;
  }
  .bgimg2{
    background-image: url("https://jaey.blr1.digitaloceanspaces.com/etc/2qegl80.webp") !important;
  }
  .bgimg3{
    background-image: url("https://jaey.blr1.digitaloceanspaces.com/etc/sFDbIRr.webp") !important;
  } */
  /* .bgimg4{
    background-image: url("https://jaey.blr1.digitaloceanspaces.com/etc/sFDbIRr.webp") !important;
  } */
  /* .newbgimg{
    background-image: url("https://jaey.blr1.digitaloceanspaces.com/etc/Q75kiRS.webp") !important;
  }
   */
  .newbg-p{
    padding-top: 30px !important;
  }
  .mb-newbg{
    justify-content: start !important;
  }
  .newbgspan{
    font-size: 24px; 
    border-bottom: 1px solid white; 
  }
  .sel-brand{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sel-brand > option{
    height: 30px;
    color: #757575;
    font-size: 0.8em;
    text-transform: uppercase;
  }
  .sel-size{
    margin-right: 0;
    width: 250px;
  }
  .left-side-img{
    flex-direction: column-reverse;
  }
  .left-side{
    font-size: 1em;
    flex-direction: row;
    margin-top: 15px;
    text-align: center;
    width: 75%;
    margin: 0 auto;
    justify-content: space-around;
  }
  .cntct{
    width: fit-content;
    margin: 0 auto;
  }
  .quant-drpdwn{
    width: 40px;
    margin-right: 5px;
    /* font-size: 1em; */
  }
  .cart-img{
    width: 40px;
  }
  .table{
    font-size: 11px;
  }
  
  .rolling-text{
    font-size: 1.8em;
    margin: 0 auto;
  }

  .personalize{
    width: 95%;
    margin-top: 18px;
    flex-wrap: wrap;
  }
  .personalize-content{
    max-width: 50%;
    padding: 0;
  }
  .personalize-content:nth-child(2){
    order: 2;
  }
  .personalize-content:nth-child(3){
    order: 1;
  }
  .rolling-images-container{
    max-width: 90%;
    margin: 20px 0px;
  }

  .personalize-content p{
    font-size: 1.5em;
  }
  .img_container {
    width: 75%;
    max-width: 400px;
    min-width: 300px;
    margin-right: 5%;
    max-height: 360px;
  }
  .img_container_size2{
    max-width: 400px;
    max-height: 360px;
  }
}
.dropdown-toggle::after{
  display: none;
}
@media (max-width: 767px) {
  #snackbar {
    visibility: hidden;
    min-width: 150px;
    margin-left: -75px;
    background-color: black;
    color: white;
    text-align: center;
    padding: 8px;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 130px;
    font-size: 1.1em;
    border: 1px solid black;
    border-radius: 10px;
    text-transform: uppercase;
  }
  .nv{
    padding: 0;
  }
  .styling-container{
    width: 100%;
    margin: 0 auto;
  }
  .size-pg{
    padding-top: 20px;
  }
  .left-side{
    padding-top: 30px;
  }
  .pd{
    padding: 0;
  }
  .trackit-btn{
    justify-content: start;
  }
  .lg-sc-filters{
    display: none !important;
  }

  .dashboard-user-profile{
    width: 100% !important;
  }
  .dashboard-user-profile .user-img {
    width: 100px;
  }
  .srch-button {
    width: 60%;
  }
  .cntr {
    width: 90%;
  }
  .tm-mem-img {
    width: 50%;
    padding-bottom: 20px;
  }
  .team-member {
    margin-bottom: 30px;
  }

  .dropdown-toggle::after {
    display: none;
  }
  .logoImg{
    width: 50px;
  }
  
  .b-t{
    border-top: 1px solid #dedede;
  }
  #logo{
    display: none;
  }
  #right-side-nav{
    display: none !important;
  }
  .rolling-text{
    font-size: 2.5em;
    margin: 0 auto;
  }
  .size-btns {
    width: 70%;
    margin-top: 20px !important;
  }
  .fa-stack[data-count]:after{
    top: 8px;
  }
}

@media (max-width: 900px) {
  .social-icon{
    padding-top: 20px;
    width: fit-content;
    margin: 0 auto;
  }
  .cntct{
    width: fit-content;
    margin: 0 auto;
  }
}


@media(max-width: 1000px) and (min-width: 576px){
  .personalize{
    width: 100%;
    margin-top: 30px;
  }
  .personalize-content{
    padding: 0;
  }
  .personalize-content p{
    font-size: 1.5em;
  }
  .rolling-text{
    font-size: 3.5em;
  }
}

@media (min-width: 576px) {
  
}

@media(min-width: 767px){
  #logo-lg{
    display: none !important;
  }
  .sm-sc-filters{
    display: none !important;
  }
}
@media (min-width: 768px) {
  #right-side-sm{
    display: none !important;
  }
  .section {
    padding-top: 70px !important;
  }
  .section-home {
    padding-block: 40px !important;
  }
  .fa-stack[data-count]:after{
    top: -2px;
  }
}

@media (min-width: 992px) {
 
}

@media (min-width: 1200px) {
}

.bage{
  position: absolute;
  top: 7px;
  right: 22px;
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 4px 6px;
  font-weight: 400;
  display: inline-block;
  z-index: 10;
}
.bage-red {
  background: darkred !important;
  font-size: 12px;
  padding-block: 2px !important;
}
@media (max-width: 576px) {
  .bage{
    position: absolute;
    top: 7px;
    right: 22px;
    background: #000;
    color: #fff;
    font-size: 7px;
    padding: 3px 5px;
    font-weight: 400;
    display: inline-block;
    z-index: 10;
  }
  .bage-red {
    font-size: 9px !important;
    padding-block: 2px !important;
  }
}

.payment_method{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}

.payment_option{
  background-color: #fff;
  border: 1px solid #bfc0c6;
  border-radius: 10px;
  padding: 10px 20px;
  min-width: 35px;
  font-size: 12px;
  font-weight: 700;
  color: #757575;
  text-align: center;
  cursor: pointer;
  -webkit-box-flex: 0;
}

.payment_option_active{
  transition: ease-in;
  border-color: #3d3d3d;
  color: #1f1f1f;
  background-color: #f1f1f1;
}

#amount-payable{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* Confetti  */
#success-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 1000;
}

#success-popup.hidden {
  display: none;
}

#success-popup p {
  font-size: 16px;
  color: white;
  margin: 0 auto;
}
#drawing_canvas_confetti {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 999;
}

/* Basic container styling */
.jyx-countdown, .jyx-cntdwn-cont {
  display: flex;
  align-items: center; /* Align separators with digits */
  justify-content: center;
  gap: 15px;
  width: 100%;
  text-align: center;
  margin: 0;
  background-color: black;
}
.jyx-cntdwn-cont {
  flex-direction: column;
  gap: 0px;
}
.jyx-cntdwn-cont p{
  color: white;
  padding: 8px 0px;
  font-size: 1.33em;
  margin: 0;
  font-weight: 500;
}

.jyx-time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0px;
}

.jyx-digits {
  display: flex;
  gap: 8px; /* Space between individual digit blocks */
}

.jyx-digit {
  background: white;
  color: black;
  font-size: 1.2em;
  width: 22px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-weight: 500;
}

.jyx-label {
  font-size: 1em;
  color: #eee;
  margin-top: 5px; /* Space between digits and label */
}

.jyx-separator {
  font-size: 1.8em;
  color: white;
  margin-top: 5px; /* Vertically aligns separators with digits */
  align-self: flex-start;
}
/* 
#countdown-text-container {
  font-weight: 500;
  font-size: 1.4rem;
  color: red;
} */