.xdebug-error{
  display: none !important;
}
.xe-notice{
  display: none !important;
}

*{
  font-family: "Parastoo", serif !important;
  font-optical-sizing: auto !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 1.1rem !important;
}
body{
  background-color: white !important;
}
.row{
  --bs-gutter-x: 0 !important;
}
/* mobile */
@media only screen and (max-width: 699px) {
  h1{
    font-size: 4rem !important;
  }
  h2{
    font-size: 3.4rem !important;
  }
  h3{
    font-size: 2.9rem !important;
  }
  h4{
    font-size: 2.4rem !important;
  }
  h5{
    font-size: 1.9rem !important;
  }
  h6{
    font-size: 1.4rem !important;
  }
  p{
    font-size: 0.9rem !important;
  }
  .navlogo{
    height: 50px !important;
  }

  .navbar{
    height: auto;
    display: flex;
  }
  .cd-filter-trigger{
    left: 30px !important;
  }
  .cd-gallery li {
    margin-bottom: 3em;
    box-shadow: 0px 39px 42px -43px rgba(22,21,21,0.63) !important;
    -webkit-box-shadow: 0px 39px 42px -43px rgba(22,21,21,0.63) !important;
    -moz-box-shadow: 0px 39px 42px -43px rgba(22,21,21,0.63) !important;
    width: -webkit-fill-available;
  }
  .droplistmid{
    width: 100%;
  }
  .columrow{
    padding: 10px 20px !important;
  }
  .show_more{
    width: 100%;
    background-color: lightgray;
    border: solid 1px black;
    border-radius: 10px;
    font-weight: bolder !important;
    padding: 5px;
    font-size: 1.2rem !important;
  }
}

/* tablet */
@media only screen and (min-width: 700px) and (max-width: 1199px) {
  h1{
    font-size: 4.2rem !important;
  }
  h2{
    font-size: 3.6rem !important;
  }
  h3{
    font-size: 3.1rem !important;
  }
  h4{
    font-size: 2.6rem !important;
  }
  h5{
    font-size: 2.1rem !important;
  }
  h6{
    font-size: 1.6rem !important;
  }
  p{
    font-size: 1.1rem !important;
  }
  .fa-star{
    display: none !important;
  }
  .navlogo{
    height: 50px;
  }
  .navbar{
    height: auto;
  }
  .cd-gallery li {
    margin-bottom: 3em;
    box-shadow: 0px 39px 42px -43px rgba(22,21,21,0.63) !important;
    -webkit-box-shadow: 0px 39px 42px -43px rgba(22,21,21,0.63) !important;
    -moz-box-shadow: 0px 39px 42px -43px rgba(22,21,21,0.63) !important;
    width: 49%;
  }
  .droplistmid{
    width: 100%;
  }
  .columrow{
    padding: 10px 40px !important;
  }
  .show_more{
    width: 100%;
    background-color: lightgray;
    border: solid 1px black;
    border-radius: 10px;
    font-weight: bolder !important;
    padding: 5px;
    font-size: 1.6rem !important;
  }
}

/* desktop */
@media only screen and (min-width: 1200px) {
  h1{
    font-size: 4.3rem !important;
  }
  h2{
    font-size: 3.8rem !important;
  }
  h3{
    font-size: 3.3rem !important;
  }
  h4{
    font-size: 2.8rem !important;
  }
  h5{
    font-size: 2.3rem !important;
  }
  h6{
    font-size: 1.8rem !important;
  }
  p{
    font-size: 1.3rem !important;
  }
  .navlogo{
    height: 50px;
  }
  .navbar{
    height: auto;
  }
  .cd-gallery li {
    margin-bottom: 1.6em;
    box-shadow: 0px 39px 42px -43px rgba(22,21,21,0.63) !important;
    -webkit-box-shadow: 0px 39px 42px -43px rgba(22,21,21,0.63) !important;
    -moz-box-shadow: 0px 39px 42px -43px rgba(22,21,21,0.63) !important;
    width: 33%;
  }
  .dropdown-menu{
    --bs-dropdown-min-width: 100vh !important;
  }
  .columrow{
    padding: 10px 50px !important;
  }
  .show_more{
    width: 100%;
    background-color: lightgray;
    border: solid 1px black;
    border-radius: 10px;
    font-weight: bolder !important;
    padding: 5px;
    font-size: 1.6rem !important;
  }
}

.showimgdivtext {
  position: relative;
  text-align: center;
  color: black;
}

.onphototext{
  position: absolute;
  bottom: 25px;
  right: 25px;
  background-color: transparent !important;
}

.onphototexttree{
  position: absolute;
  bottom: -30px;
  right: 1px;
  background-color: transparent !important;
}

.onphototexttwo{
  position: absolute;
  top: 25px;
  right: 25px;
  width: 350px;
  background-color: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;

}

.deviderdivinmodelright{
  border-left: solid 2px lightgray;
}

.deviderdivinmodelleft{
  border-right: solid 2px lightgray;
}

.swiper-pagination-bullet {
  background-color: grey; /* Inactive bullets */
  opacity: 0.5; /* Inactive bullets */
}

.swiper-pagination-bullet-active {
  background-color: red; /* Active bullet */
  opacity: 1; /* Active bullet */
  border: solid 2px black;
  border-radius: 50%;
}

h1,h2,h3,h4,h5,h6,p{
	padding-left: 20px !important;
	padding-right: 20px !important;
  margin-bottom: 1px !important;
}

input {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid black;
}

.modaldiv{
  background-color: #ececec;
  margin-left: 0px;
  margin-right: 0px;
}

nav{
  background-color: transparent !important;
}

.cd-tab-filter a.selected {
  background: transparent !important;
  color: black !important;
  box-shadow: inset 0 -2px 0 #41307c !important;
  border-bottom: solid 1px black !important;
  border-radius: 10px !important;
}

.myimage{
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}

.divfortexton{
  position: relative;
  text-align: center;
  color: white;
}

.column{
  width: fit-content !important;
  padding: 1px !important;
}

.divchange{
  width: 1rem !important; 
  height: 1rem !important; 
  border-radius: 50% !important; 
  margin-right: 15px !important; 
}

.hideshowclick{
  display: block;
}

.colorrowinmodels{
  width: 1.1rem !important;
  height: 1.1rem !important;
  border-radius: 50% !important;
  margin: auto ;
}

.colorrowinmodelsrow{
  width: -webkit-fill-available !important;
  height: 2rem !important;
  border-radius: 7px !important;
  margin: auto ;
  object-fit: fill;
}

.colorrowinmodelstwo{
  width: 4rem !important;
  height: 2rem !important;
  border-radius: 5% !important;
  margin: auto ;
}

.colorrowinmodelstworow{
  width: -webkit-fill-available !important;
  height: 1rem !important;
  border-radius: 7px !important;
  margin: auto ;
  object-fit: fill;
}

.center{
  text-align: center !important;
}

.swiper-slide-two {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.navitems{
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  height: 28px;
}

.navitems:hover{
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  border-bottom: solid 1px black;
  border-top: solid 1px black;
  border-radius: 10px;
  color: black !important;
  font-weight: 800 !important;
}

.navitems.active{
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  height: 28px;
  border-bottom: solid 1px black;
  border-radius: 10px;
  font-weight: bolder !important;
}

.navitems.active:hover{
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  height: 28px;
  border-bottom: solid 1px black;
  border-radius: 10px;
  background-color: transparent !important;
  color: black !important;
}

.inputstyle1{
  text-align: center;
  width: 85%;
  margin: auto;
  display: block;
}

.inputstyle12{
  text-align:center;
  width: 85%;
  margin: auto;
  display: block;
}

.inputstyle3mob{
  text-align:center;
  padding: 1px 15px;
  border: 0;
  background-color: transparent;
  border-bottom: solid 1px gray;
  height: 40px;
}

.inputstyle3mob:enabled:active:focus-visible{
  text-align:center;
  padding: 1px 15px;
  border: 0;
  background-color: transparent;
  border-bottom: solid 1px gray;
  height: 40px;
}
.inputstyle3tab{
  text-align:center;
  padding: 1px 15px;
  border: 0;
  background-color: transparent;
  border-bottom: solid 1px gray;
  height: 40px;
  width: -webkit-fill-available;
}

.inputstyle3tab:enabled:active:focus-visible{
  text-align:center;
  padding: 1px 15px;
  border: 0;
  background-color: transparent;
  border-bottom: solid 1px gray;
  height: 40px;
  width: -webkit-fill-available;
}
.inputstyle3win{
  text-align:center;
  padding: 1px 15px;
  border: 0;
  background-color: transparent;
  border-bottom: solid 1px gray;
  height: 40px;
  width: -webkit-fill-available;
}

.inputstyle3win:enabled:active:focus-visible{
  text-align:center;
  padding: 1px 15px;
  border: 0;
  background-color: transparent;
  border-bottom: solid 1px gray;
  height: 40px;
  width: -webkit-fill-available;
}

.selectdivinretail{
  margin-top: 40px; 
  margin-bottom: 20px; 
  border-bottom: solid 1px black; 
  border-radius: 5%;
  padding: 2px 20px;
  color: black;
  box-shadow: 0 4px 2px -2px gray;
}

.astyle{
	color: black;
}

.astyletwo{
	color: black;
	text-decoration: none;
}

.padding5px{
	padding: 5px;
}

.margin20px{
	margin: 20px;
}

.margin10px{
	margin: 10px;
}

.marginup70px{
	margin: 70px;
}

.marginupdown70px{
	margin-top: 70px;
	margin-bottom: 70px;
}

.backphoto1{
	background-image: url('img/mainone.jpg'); 
  background-size: cover; 
  background-position: center; 
  height: 100vh;
}

.backphoto2{
  background-image: url('img/mainone.jpg'); 
  background-size: cover; 
  background-position: center; 
  height: 60vh;
}

.backphoto3{
  background-image: url('img/mainone.jpg'); 
  background-size: cover; 
  background-position: center; 
  height: 60vh;
}

.maincardphoto1{
	background-image: url('img/men.jpg'); 
  background-size: cover; 
  background-position: center; 
  height: 50vh;
  opacity: 1;
}

.maincardphoto1:hover{
	opacity: 0.8;
	box-shadow: 0px 0px 10px black;
}

.maincardphoto2{
	background-image: url('img/women.jpg'); 
  background-size: cover; 
  background-position: center; 
  height: 50vh;
  opacity: 1;
}

.maincardphoto2:hover{
	opacity: 0.8;
	box-shadow: 0px 0px 10px black;
}

.maincardphoto3{
	background-image: url('img/unisex.jpg'); 
  background-size: cover; 
  background-position: center; 
  height: 50vh;
  opacity: 1;
}

.maincardphoto3:hover{
	opacity: 0.8;
	box-shadow: 0px 0px 10px black;
}

.maincardphoto4{
	background-image: url('img/kid.jpg'); 
  background-size: cover; 
  background-position: center; 
  height: 50vh;
  opacity: 1;
}

.maincardphoto4:hover{
	opacity: 0.8;
	box-shadow: 0px 0px 10px black;
}

.modelsrowinrandom{
  margin: auto;
  display: block;
  width: -webkit-fill-available;
}

.fullwidth{
	width: -webkit-fill-available;
}

.margincenter{
	margin: auto;
}

.marginup40px{
	margin-top: 40px;
}

.margindown40px{
	margin-bottom: 40px;
}

.marginup100px{
	margin-top: 100px;
}

.margintexts{
	width: fit-content;
  margin: auto;
}

.margintexts2{
  margin: auto;
}

.cardsetting{
	margin: initial;
  display: block;
  position: absolute;
  bottom: 10px;
  width: 90%;
}

.cardsetting:hover{
	margin: initial;
  display: block;
  position: absolute;
  bottom: 10px;
  width: 90%;
  color: white;
  background-color: black;
}

.cardhead{
	background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(210, 210, 210,1), rgba(255,0,0,0));
}

.astyleforclick{
	border: solid 1px;
	text-decoration: none;
	color: black;
	padding: 10px 60px;
}

.astyleforclick:hover{
	border: solid 1px;
	text-decoration: none;
	color: white;
	background-color: black;
	padding: 10px 60px;
}

.astyleforclicktwo{
	border: solid 1px;
	text-decoration: none;
	color: black;
	padding: 2px 60px;
}

.astyleforclicktwo:hover{
	border: solid 1px;
	text-decoration: none;
	color: white;
	background-color: black;
	padding: 2px 60px;
}

.retailborder{
  width: revert-layer; 
  display: inline-block; 
  padding: 12px;
  border-right: 3px solid black; 
  border-left: 3px solid black; 
  border-radius: 23px; 
  margin: 5px;
}

.astyleforclicktree{
  border-right: solid 1px;
  border-left: solid 1px;
  border-top: solid 1px;
  text-decoration: none;
  color: black;
  padding: 2px 60px;
  margin: auto;
  display: block;
  border-radius: 10px;
  padding: 6px 10px;
  text-align: center;
}

.astyleforclicktree:hover{
  color: white;
  background-color: black;
  border: solid 1px;
  text-decoration: none;
  margin: auto;
  display: block;
  border-radius: 10px;
  padding: 6px 10px;
  text-align: center;
}

.astyleforclickfour{
  border-right: solid 1px;
  border-left: solid 1px;
  border-top: solid 1px;
  text-decoration: none;
  color: white !important;
  border-radius: 10px;
  padding: 6px 10px;
  background-color: gray;
}

.astyleforclickfour:hover{
  color: white !important;
  background-color: black !important;
}

.color1{
	background: #004561;
	background: linear-gradient(0deg, rgba(0, 69, 97, 0) 0%, rgba(184, 184, 184, 1) 50%, rgba(87, 199, 133, 0) 100%);
}

.textonimage{
  position: relative;
  text-align: center;
  color: white;
}

.top-left {
  position: absolute;
  top: 5px !important;
  left: 5px !important;
}

.newnote{
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  border-radius: 50px;
  padding: 7px;
}

.cd-filter::before{
  background-color: lightgray !important;
}

.cd-filter-trigger{
  color: black !important;
  font-weight: bolder !important;
  overflow: auto !important;
  z-index: 1;
  text-indent: 0 !important;
}

.cd-filter-trigger:active:focus:focus-visible:hover:focus-within:target{
  color: black !important;
  font-weight: bolder !important;
}

.cd-close{
  background-color: lightgray !important;
  color: black !important;
  font-weight: bolder !important;
}

.inputstyle2{
  background-color: transparent !important;
  border-bottom: solid 1px black !important;
  border-radius: 50px !important;
  height: 12px !important;
  font-size: 21px !important;
}

.lencdisply{
  display: inline-block;
}

.divbeforecoloring {
  position: relative;
}

.divbeforecoloring::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Change the color and opacity as needed */
}

.swiper-button-next{
  background-color: white;
  padding: 0px 20px 0px 10px;
  right: 0px;
  font-weight: bolder !important;
}

.swiper-button-prev{
  background-color: white;
  padding: 0px 10px 0px 20px;
  left: 0px;
  font-weight: bolder !important;
}

/* Carousel heading */
.heading {
  display: block;
  text-align: center;
}

/* Container for the entire carousel */
.multi-carousel-container {
  cursor: grab;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
  cursor: grabbing;
}

/* Wrapper for all slides */
.multi-carousel-inner {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual slide */
.multi-carousel-item,
.clone {
  box-sizing: border-box;
  flex: 0 0 33.333333%;
  padding: 0 5px;
  position: relative; /* Essential for item-number positioning */
}

/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 40px;
  z-index: 10;
}

.swiper-wrapper{
  height: 1.2rem !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.cd-gallery li {
  margin-bottom: 0px;
}

.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.looprowone{
  border-radius: 15px;
  display: flex;
  border: solid 1px black !important;
  margin: 0px 3px;
  box-shadow:0px 20px 10px 1px gray;
}

.multi-carousel-control-prev {
  left: 10px;
}

.multi-carousel-control-next {
  right: 10px;
}

.updownlineborder{
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	width: 100%;
  text-align: center;
}

.gotoupbotton{
	border: solid 1px;
	border-radius: 20px;
	text-decoration: none;
	color: black;
	padding: 10px 30px;
}

.productpagelogo{
	height: -webkit-fill-available;
  margin: auto;
  display: block;
}

.cd-headercolor{
	background: #004561;
	background: linear-gradient(0deg, rgba(0, 69, 97, 0) 0%, rgba(184, 184, 184, 1) 50%, rgba(87, 199, 133, 0) 100%);
}

/* Image container with dynamic height */
.img-container {
  border-radius: 1.5rem;
  height: var(--carousel-height, 80vh);
  overflow: hidden;
  position: relative;
}

/* Image styling */
.img-container img,
#carouselInner img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  pointer-events: none;
  user-drag: none;
  width: 100%;
  -webkit-user-drag: none;
  transition: transform 0.3s ease;
}

.img-container:hover img {
  transform: translateZ(0) scale(1.02);
}

/* Item number styling - guaranteed visibility */
.item-number {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: inline-flex;
  font-size: 120%;
  font-weight: bold;
  height: 35px;
  justify-content: center;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 35px;
  z-index: 2; /* Higher than default but below controls */
  /* Isolation prevents z-index context issues */
  isolation: isolate;
}

/* Carousel cursor styling */
#multiCarousel {
  cursor: grab;
  touch-action: pan-y;
}

/* Disable text selection during drag */
#multiCarousel.dragging {
  user-select: none;
  -webkit-user-select: none;
}

/* Responsive adjustments for screens smaller than 720px (45em) */
@media (max-width: 45em) {
  .multi-carousel-item,
  .clone {
    flex: 0 0 100%;
  }
}

.retailbutton{
  font-weight: bolder !important;
  border: solid 1px black;
  border-radius: 10px;
  width: fit-content;
  font-weight: bolder !important;
}