@font-face {
  font-family: "Manrope-Medium";
  src: url("../../../fonts/Manrope-Medium.ttf");
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../../../fonts/Montserrat-Medium.ttf");
}

@font-face {
  font-family: "Segoe UI";
  src: url("../../../fonts/Segoe UI.ttf");
}

*,
::after,
::before {
  box-sizing: border-box;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  /* background-color: #111 !important; */
}

:root {
  --color-warning: #C6AB80;
  --letter-spacing-01: 1px;
  --letter-spacing-03: 5px;
  --letter-spacing-05: 10px;
  --font-size-01: 70px;
  --font-size-02: 40px;
  --font-family-01: "Manrope-Medium", Arial, Helvetica, sans-serif;
  --font-family-02: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  --font-family-03: "Segoe UI", Arial, Helvetica, sans-serif;
}

html {
  font-size: 90%;
}

body {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  font-family: var(--font-family-03);
}

input:focus {
  box-shadow: none !important;
}

.accordion {
  --bs-accordion-btn-focus-box-shadow: none !important;
  --bs-accordion-btn-bg: rgba(255, 237, 216, 0.733) !important;
  --bs-accordion-active-bg: rgba(249, 255, 216, 0.733) !important;
}

.accordion-item {
  margin-bottom: 14px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-warning);
}

.fm-1 {
  font-family: var(--font-family-01) !important;
}

.fm-2 {
  font-family: var(--font-family-02) !important;
}

.fm-3 {
  font-family: var(--font-family-03) !important;
}

.bg-warning {

  background-color: var(--color-warning) !important;
}

.text-warning {
  color: var(--color-warning) !important;
}

.ls-3 {
  letter-spacing: var(--letter-spacing-03) !important;
}

.fs-1 {
  font-size: var(--font-size-01) !important;
}

.fs-2 {
  font-size: var(--font-size-02) !important;
}

.ls-1 {
  letter-spacing: var(--letter-spacing-01) !important;
}

.ls-5 {
  letter-spacing: var(--letter-spacing-03) !important;
}

.containerPx {
  position: relative;
  padding: 0px 50px;
  /* background-color: #111 !important; */
}

.btn-outline-warning {
  background-color: transparent;
  border: 1px solid var(--color-warning);
  color: black;

  &:hover {
    background-color: var(--color-warning);
    border: 1px solid var(--color-warning);
    color: white;
  }
}

/* navbar  */
.width1 {
  width: 100%;
  max-width: 1100px;
  padding: 0px 0px 0px 15px;
}

.width2 {
  width: 100%;
  max-width: 260px;
  position: relative;
  border-right: 2px solid #f7e5ca;
  padding: 0px 25px 0px 0px;
}

.width3 {
  width: 100%;
  max-width: 230px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.width9 {
  width: 100%;
  max-width: 230px;
  align-items: center;
  text-align: start;
  border-right: 0 !important;
}

.LogoName {
  margin-left: 30px;
}

.mainCloseOpnBar {
  position: absolute;
  left: 50%;
  top: 103%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  color: rgb(255, 0, 0);
  padding: 5px;
  width: 25px;
  height: 25px;
  border: 2px solid white;
  cursor: pointer;
  transition: 0.5s;

  &:hover {
    color: white;
    transition: 0.5s;
  }
}

.navLink {
  text-decoration: none;
  color: white;
  transition: 0.5s;

  &:hover {
    color: black;
    transition: 0.5s;
  }
}

/* swiper 1  */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slideBox1 {
  height: 700px;
  width: 100%;
  background-color: black;
}

.slideImg1 {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: top 60%;
}

.mySwiper {
  position: relative;
}

.fixText1 {
  position: absolute;
  max-width: 600px;
  width: 100%;
  left: 400px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: white;
}

.setSocial {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

.setIconSco {
  background-color: white;
  color: var(--color-warning);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 7px;
  opacity: 0.8;
  transition: 0.5s;
  border: 3px solid rgb(124, 124, 124);

  &:hover {
    opacity: 1;
    transition: 0.5s;
  }
}

.LinkFixed {
  position: absolute;
  left: 80%;
  top: 80%;
  transform: translate(-50%, -50%);
  z-index: 11;
  opacity: 0.4;
}

.swiper-pagination-bullet {
  background-color: white !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-warning) !important;
}


/* top Search  */
.topSearchBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.404), black);
  backdrop-filter: blur(5px);
  z-index: 99;
  opacity: 0;
  filter: blur(20px);
  transform: scale(0.1);
  visibility: hidden;
  transition: 0.20s;
}

.editTopSearch {
  /* background-color: red !important; */
  padding-top: 30px;
  justify-content: flex-start !important;
  align-items: center !important;
  transition: 0.30s;

  .sizeto {
    font-size: 18px !important;
  }
}



.SearchBoxProductBox {
  display: flex;
  gap: 20px;

}

.SearchBoxProductBox:hover {
  background-color: #e9e9e9 !important;
}

.BoxProductBox {
  text-transform: capitalize;
  letter-spacing: var(--letter-spacing-01);
  font-weight: 500;
}

.BoxProductBox:nth-child(1) {
  flex: 1;
}

.BoxProductBox:nth-child(2) {
  flex: 2;
}

.BoxProductBox:nth-child(3) {
  flex: 1;
}

.BoxProductBox:nth-child(4) {
  flex: 1;
}

.BoxProductBox:nth-child(5) {
  flex: 1;
}

.SearchBoxProductBox1 {
  top: 0;
  display: flex;
  gap: 20px;
  max-width: 100%;
  min-width: 637px;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}

.detailsSearch2 {
  max-width: 100%;
  min-width: 637px;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}

.oprty {
  /* min-width: 637px; */
  max-width: 1000px;
  overflow: hidden;
  overflow-x: scroll;
  /* background-color: green; */
}

.BoxProductBox1 {
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-01);
  font-weight: 800;
  color: white;
}

.BoxProductBox1:nth-child(1) {
  flex: 1;
}

.BoxProductBox1:nth-child(2) {
  flex: 2;
}

.BoxProductBox1:nth-child(3) {
  flex: 1;
}

.BoxProductBox1:nth-child(4) {
  flex: 1;
}

.BoxProductBox1:nth-child(5) {
  flex: 1;
}

.topSearchBox.activeBox1 {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1);
  visibility: visible;
  transition: 0.20s;
}

.searchTopIn {
  transition: 0.3s;
  background-color: #c6ab802c;
  width: 500px;
  height: 50px;

  &::placeholder {
    color: rgb(165, 165, 165);
  }
}

.searchTopIn:focus {
  color: white;
  background: transparent;
  border: none;
  border-bottom: 2px solid gray;
  box-shadow: none;
  letter-spacing: 2px;
  text-transform: capitalize;

  &::placeholder {
    color: white;
  }
}

.CloseTopSearch {
  position: absolute;
  z-index: 100;
  right: 50px;
  top: 50px;
  color: white;
  background-color: var(--color-warning);
  padding: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s;
  border: 1px solid rgb(255, 255, 255);


  &:hover {
    border-radius: 0%;
    transition: 0.5s;
  }
}


/* add to cart  */
.addToCartTopBox {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 400px;
  background-color: white;
  z-index: 61;
  filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.20s;
}

.addToCartTopBox.activeBox2 {
  filter: blur(0px);
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition: 0.20s;
}

.boxshowCradSide {
  display: flex;
  gap: 10px;
}

.boxshowCradSide2:nth-of-type(1) {
  flex: 2;
}

.boxshowCradSide2:nth-of-type(2) {
  flex: 5;
}

.boxshowCradSide2:nth-of-type(3) {
  flex: 1;
}

.heightCradPosition {
  height: calc(100vh - 220px);
}

.addToCartClose {
  font-size: 20px;
  cursor: pointer;
}

/* register and login */
.boxAccountMain {
  background-color: rgba(0, 0, 0, 0.753) !important;
  position: fixed;
  left: 0%;
  top: 0%;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 101;
  overflow: hidden;
  backdrop-filter: blur(5px);
  opacity: 0;
  filter: blur(20px);
  transform: translateY(100%) scale(0.6);
  visibility: hidden;
  transition: 0.30s;
}

.boxAccountMain.activeBox3 {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0%) scale(1);
  visibility: visible;
  transition: 0.30s;
}

.userMessages {
  z-index: 999;
  position: fixed;
  width: 400px;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.boxAccount.Login1 {
  position: absolute;
  background-color: rgb(255, 255, 255) !important;
  height: 500px;
  width: 100%;
  max-width: 750px;
  visibility: hidden;
  filter: blur(20px);
  opacity: 0;
  transform: scale(0);
  transition: 0.30s;
  /* overflow: hidden; */
}

/* register */
.boxAccount.Login1.Login1Active {
  position: relative;
  visibility: visible;
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
  transition: 0.30s;
  /* overflow: hidden; */
}

/* login  */
.boxAccount.Login2.Login2Active {
  position: relative;
  visibility: visible;
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
  transition: 0.30s;
  /* overflow: hidden; */
}

.boxAccount.Login2 {
  position: absolute;
  background-color: rgb(255, 250, 250) !important;
  height: 500px;
  width: 100%;
  max-width: 750px;
  /* overflow: hidden; */
  visibility: hidden;
  filter: blur(20px);
  opacity: 0;
  transform: scale(0);
  transition: 0.30s;
}

.boxAccountMainClose {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 25px;
  width: 25px;
  background-color: black;
  color: white;
  padding: 5px;
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid white;

  &:hover {
    color: rgb(255, 255, 255);
    background-color: var(--color-warning);
    transition: 0.5s;
  }
}

.leftBoxAccountImg1 {
  background-size: cover;
  width: 300px;
  height: 500px;
  object-fit: cover;
}


/* fixed whats App  */
.fixedWhatsApp {
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 50;
  background-color: rgb(27, 116, 27);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 10px 30px;
  border-radius: 500px;
  cursor: pointer;
  transition: 0.40s;
}

.ChatWhatsApp {
  transform: translateY(100%);
  z-index: -1;
  position: absolute;
  filter: blur(20px);
  visibility: hidden;
  opacity: 0;
  /* transition: 0.5s; */
}

.fixedWhatsApp:hover .ChatWhatsApp {
  filter: blur(0px);
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  position: relative;
  z-index: 50;
  transition: 0.40s;
  margin-left: 10px;
}

.fixedWhatsApp:hover {
  border-radius: 0 !important;
}


/* top scroll icon  */
.topScrollBox {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 50;
  font-size: 18px;
  background-color: #8EC5FC;
  background-image: linear-gradient(62deg, #50a7ff 0%, #c07cff 100%);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-100%);
  visibility: hidden;
  transition: 0.2s;

  &:hover {
    background-color: black;
    border: 1px solid white;
    transition: 0.2s;
  }
}

.topScrollIco {
  color: rgba(255, 255, 255, 0.63);
  transition: 0.2s;
}

.topScrollBox:hover .topScrollIco {
  color: rgb(255, 255, 255);
  transition: 0.5s;
}

/* main Loader  */
.LoaderMain {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 200;
}

.LoaderMainImg {
  height: 300px;
}

.disppear {
  animation: vanish 1s forwards;
}

@keyframes vanish {
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}



/* new arrivals  */
.cardContainer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  width: 100%;
  transition: 0.5s;
}

.newArrivalsCard {
  transform: scale(1);
  transition: 0.5s;
}

.newArrivalsText1 {
  font-size: 34px !important;
  text-wrap: nowrap;
}

.newArrivalsCard:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

.cardHoverBox {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 78px;
  height: 154px;
  overflow: hidden;
  z-index: 20;
  transition: 0.20s;
}

.cardHoverBox2 {
  width: 100%;
  height: 100%;
  background-color: white;
  transform: translate(100%);
  visibility: hidden;
  opacity: 0;
  filter: blur(20px);
  transition: 0.20s;
}


.newArrivalCardBox:hover .cardHoverBox2 {
  transform: translate(0%);
  visibility: visible;
  opacity: 1;
  filter: blur(0px);
  transition: 0.20s;
}

.cardHoverIcon {
  margin-bottom: 20px;
  font-size: 20px;
  cursor: pointer;

  &:hover {
    opacity: 0.7;
  }
}

.cardHoverIcon:nth-child(3) {
  margin-bottom: 0px;
}

/* best sellers */
.sd {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  max-width: 150px;
}



.swiper-button-next-2 {
  color: rgb(255, 255, 255);
  background-color: var(--color-warning);
  height: 32px;
  width: 32px;
  padding: 5px;
}

.swiper-button-prev-2 {
  color: rgb(255, 255, 255);
  background-color: var(--color-warning);
  height: 32px;
  width: 32px;
  padding: 5px;
}

.swiper-button-next::after {
  font-size: 20px !important;
}

.swiper-button-prev::after {
  font-size: 20px !important;
}

.SaleText {
  position: absolute;
  /* top: 8px; */
  top: 0px;
  left: -3px;
  background-image: linear-gradient(85.2deg, rgba(33, 3, 40, 1) 7.5%, rgba(65, 5, 72, 1) 88.7%);
  color: rgb(255, 255, 255);
  z-index: 20;
  transform: rotate(0deg);
  text-transform: uppercase;
  padding: 10px 30px;
}


/* category  */
.cateBox {
  height: 107px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.cateBox:hover .cateBoxImg {
  transform: scale(1.1);
  transition: 0.40s;
}

.cateBoxImg {
  display: flex;
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
  transition: 0.40s;
}

.cateText {
  position: absolute;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  /* left: 50%;
  top: 50%; */
  /* max-width: 200px; */
  width: 100%;
  height: 100%;
  /* transform: translate(-50%, -50%); */
  color: rgb(7, 7, 7);
  background: linear-gradient(to right, #f836007c 0%, #f9d523c2 100%);
  backdrop-filter: blur(5px);
  padding: 20px 10px;
  text-transform: capitalize;
  text-align: center;
  transition: 0.5s;
}

.cateBox:hover .cateText {
  background-color: var(--color-warning);
  transition: 0.5s;
}

.sd2 {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 150px;
}

.swiper-button-next-3 {
  color: rgb(255, 255, 255);
  background-color: var(--color-warning);
  height: 32px;
  width: 32px;
  padding: 5px;
}

.swiper-button-prev-3 {
  color: rgb(255, 255, 255);
  background-color: var(--color-warning);
  height: 32px;
  width: 32px;
  padding: 5px;
}


/* also like  */
.alsoLikeTextBox {
  position: absolute;
  max-width: 600px;
  width: 90%;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-family: var(--font-family-02);
}

.alsoLikeText {
  text-align: center;
  font-weight: 900 !important;
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-01);
  font-size: 100px;
}

.alsoLikeText2 {
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translate(-50%, -50%);
  color: rgb(53, 53, 53);
  letter-spacing: var(--letter-spacing-03);
  font-size: 15px;
}

.ourStoreBox {
  display: flex;
  gap: 10px;
}

.ourStoreBoxImg {
  object-fit: scale-down !important;
}

.address {
  max-width: 450px !important;
  width: 90%;
  display: flex;
  margin: auto;
}

.ourStoreBoxSide1 {
  /* background-color: red !important; */
  flex: 1;
}

.ourStoreBoxSide2 {
  background-color: rgba(200, 255, 0, 0.082) !important;
  flex: 1;
}


/* orderProcess  */
.OrderProcess {
  padding: 80px 30px;
  background-image: linear-gradient(109.6deg, rgba(83, 5, 5, 1) 11.2%, rgba(0, 0, 0, 1) 91.1%);
}

.OrderProcessBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.orderProcessCard {
  padding: 15px 25px;
  border-radius: 10px;
}

.orderProcessIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-warning);
  color: white;
  border-radius: 50%;
  padding: 10px;
  height: 20px;
  width: 20px;
}


/* footer  */
.footerBox {
  display: flex;
  gap: 10px;
}

.footerCard {
  padding: 10px;
}

.footerCard:nth-child(1) {
  flex: 1;
}

.footerCard:nth-child(2) {
  flex: 1;
}

.footerCard:nth-child(3) {
  flex: 2;
}

.footerCard:nth-child(4) {
  flex: 1;
}

.CopyRight {
  margin-top: 40px;
  border-top: 1px solid var(--color-warning);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyRightText {
  padding: 20px 10px;
  color: var(--color-warning);
}

.branFooterName {
  font-size: 50px;
  letter-spacing: var(--letter-spacing-03);
  text-transform: uppercase;
  font-weight: 100 !important;
}

.footerLinkBeliza {
  margin-bottom: 20px;
  color: #d6a24e;
  letter-spacing: 1px;
  font-size: 14px;
  text-decoration: none;
  font-family: var(--font-family-01);
  font-weight: 100;
  text-transform: capitalize;
  transition: 0.5s;

  &:hover {
    color: gray;
    transition: 0.5s;
    text-decoration: underline;
    text-underline-offset: 10px;
  }
}

.followUs {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
}

.followUsIcon {
  flex: 1;
  color: #d6a24e;
  transition: 0.5s;

  &:hover {
    color: gray;
    transition: 0.5s;
  }
}

.twoShowFooter {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 20px;
}

/* -------------------------------------------------------------------------- */

.topic {
  text-transform: uppercase;
  text-align: center;
  font-family: var(--font-family-02);
  font-size: var(--font-size-02);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-03);
}

.ShopBox {
  display: flex;
  gap: 25px;
}

.bredCrumbsHed {
  position: absolute;
  left: 30px;
  top: -10px;
  z-index: 30;
}

.bredCrumbsHed .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.795);
  /* Set the divider color to white or any other color */
}


.filterSideBox {
  flex: 1;
  margin-right: 30px;
  background-image: linear-gradient(174.2deg, rgba(255, 244, 228, 1) 7.1%, rgba(240, 246, 238, 1) 67.4%);
  color: dark;
  max-height: 1100px;
  min-width: 260px;
  max-width: 282px;
  width: 100%;
}

.filterOpenI {
  cursor: pointer;
  transition: 0.5s;
  display: none;

  &:hover {
    transition: 0.5s;
    color: red !important;
  }
}

.filterOpenI.filterOpenIActive {
  display: block !important;
}

.filterClose {
  cursor: pointer;
  transition: 0.5s;

  &:hover {
    transition: 0.5s;
    color: red;
  }
}

.productContainer {
  flex: 4;
  transition: 0.20s;
}

.productContainerBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.productContainerCardImg {
  object-fit: cover;
  background-size: cover;
}

.FilterFixText {
  display: flex;
  background-color: rgba(0, 0, 0, 0.062);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  color: black;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-01);
  padding: 15px 20px;
  justify-content: space-between;
  align-items: center;
}

.filterContainer {
  visibility: visible;
  opacity: 1;
  filter: blur(0);
  /* display: block; */
  transform: translateY(0%);
  width: 282px;
  max-width: 282px;
  width: 100%;
  position: relative;
  z-index: 30;
  transition: 0.40s;
}

.filterContainerActive {
  visibility: hidden;
  opacity: 0;
  filter: blur(10px);
  transform: translateX(-100%);
  position: absolute;
  z-index: -5;
  transition: 0.40s;
}


/* wishlist  */
.wishListContainer1 {
  display: flex;
  gap: 20px;
}

.wishListContainer1Box:nth-child(1) {
  flex: 10;
}

.diskjd54 {
  display: none !important;
}

.wishListContainer1Box:nth-child(2) {
  flex: 2;
}

.wishListContainer2 {
  display: flex;
  gap: 8px;
}

.hedWishList:nth-child(1) {
  flex: 2;
}

.hedWishList:nth-child(2) {
  flex: 1;
}

.hedWishList:nth-child(3) {
  flex: 1;
}

.hedWishList:nth-child(4) {
  flex: 1;
}

.hedWishListText {
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-01);
  font-family: var(--font-family-01);
  font-weight: lighter;
  font-size: 17px;
}

.wishListProductDetailAlign {
  display: flex;
  align-items: center;
}

.wishListProductDetails:nth-child(1) {
  display: flex;
  gap: 20px;
}

.wishListProductDetailsSet:nth-of-type() {
  flex: 1;
}

.wishListProductDetailsSet:nth-of-type(2) {
  flex: 2;
}

.wishListProductDetailsSet:nth-of-type(3) {
  flex: 4;
}

.hedWishListText2 {
  text-transform: capitalize;
  letter-spacing: var(--letter-spacing-01);
  font-size: 16px;
}

/* about us  */
.TopicShop {
  position: absolute;
  left: 300px;
  text-transform: uppercase;
  color: #885605;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}

.aboutUsSubBox1 {
  display: flex;
  gap: 50px;
}

.aboutUsSubContent:nth-child(1) {
  flex: 4;
}

.aboutUsSubContent:nth-child(2) {
  flex: 2;
}

.textSub5 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 25px;
  letter-spacing: var(--letter-spacing-03);
  color: #885605;
  text-transform: uppercase;
}

.aboutTextContent16 {
  z-index: 10;
  gap: 18px;
  color: rgb(0, 0, 0);
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
}

.aboutTextContent17 {
  flex: 1 1 300px;
  background-color: rgba(255, 255, 255, 0.555);
  backdrop-filter: blur(5px);
  padding: 20px;
  border-radius: 10px;
}

.thirdAboutBox {
  display: flex;
  gap: 35px;
}

.thirdAboutBoxContent:nth-child(1) {
  flex: 3;
}

.thirdAboutBoxContent:nth-child(2) {
  flex: 5;
}

/* contact us  */
.contactUsBox {
  display: flex;
  gap: 50px;
}

.contactUsContent {
  flex: 1
}

.contactTextFlex {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.contactTextFlex1 {
  flex: 1 1 200px;
}

.senMessageBtn {
  background-color: #885605;
  transition: 0.5s;

  &:hover {
    background-color: #a37b3b;
    transition: 0.5s;
  }
}

.contactRequirementBox {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.contactRequirement {
  flex: 1 1 200px;
  background-color: white;
  padding: 25px;
}

.contactRequirementIco {
  background-color: var(--color-warning);
  color: white;
  padding: 10px;
  width: 40px;
  height: 40px;
}

/* career  */
.careerContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.careerContent {
  margin-top: 25px;
  background-color: #f5eaff;
  padding: 40px;
}

/* cv details apply form  */
.cvDetailsForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* width: 100%; */
}

.cvDetailsForm {
  margin-top: 50px;
  width: 700px;
}

.cvDetailsContentBox1 {
  display: flex;
  gap: 20px;
}

.cvDetailsContentBox2 {
  display: flex;
  gap: 20px;
}

.cvDetailsContent1 {
  flex: 1;
}


/* select product vieww full  */

.ContentShowBox {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.detailsBox22 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.selectGropProduct {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.detailsBox:nth-child(1) {
  flex: 5 400px;
  position: relative;
}

.detailsBox:nth-child(2) {
  flex: 3 400px;
}

.detailsBox2 {
  display: flex;
  position: sticky;
  top: 150px;
  gap: 10px;
}

.detailsBox2Content {
  position: relative;
}

.detailsBox2Content:nth-child(1) {
  flex: 1;
}

.detailsBox2Content:nth-child(2) {
  flex: 4;
}

.detailsBox2Content:nth-child(3) {
  flex: 4;
}

.mySwiper7 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper7 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.6;
}

.mySwiper7 .swiper-slide-thumb-active {
  opacity: 1;
}

.anotherNewArrivals {
  display: grid;
}

.anotherNewArrivals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* .view card all page  */
.hedingSuccessPlan {
  display: flex;
  gap: 20;
}

.hedingSuccessPlancontent {
  flex: 3;
  justify-content: center;
}

.hedingSuccessPlancontentnum {
  background-color: #885605;
  color: white;
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hedingSuccessPlancontentnText {
  margin-left: 50px;
}

.planContainer {
  display: flex;
  gap: 25px;
}

.leftPlan:nth-of-type(1) {
  flex: 4;
}

.leftPlan:nth-of-type(2) {
  flex: 2;
}

.showAllProductsLocation2 {
  display: flex;
  gap: 15px;
}

.showAllProductsLocation2Hed {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: var(--letter-spacing-01);
}

.showAllProductsLocation2Hed:nth-of-type(1) {
  flex: 1;
}

.showAllProductsLocation2Hed:nth-of-type(2) {
  flex: 5;
}

.showAllProductsLocation2Hed:nth-of-type(3) {
  flex: 2;
}

.showAllProductsLocation2Hed:nth-of-type(4) {
  flex: 1;
}

.showAllProductsLocation2Hed:nth-of-type(5) {
  flex: 2;
}

.showAllProductsLocation2details {

  text-wrap: nowrap;
}

.showAllProductsLocation2details:nth-of-type(1) {
  flex: 1;
}

.showAllProductsLocation2details:nth-of-type(2) {
  flex: 5;
  text-wrap: wrap;
}

.showAllProductsLocation2details:nth-of-type(3) {
  flex: 2;
}

.showAllProductsLocation2details:nth-of-type(4) {
  flex: 1;
}

.showAllProductsLocation2details:nth-of-type(5) {
  flex: 2;
}

/* checkout page  */
.CheckInfoDetailsOutContainer {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.CheckInfoDetailsOut:nth-child(1) {
  flex: 5 360px;
}

.CheckInfoDetailsOut:nth-child(2) {
  flex: 4 290px;
  height: fit-content;
}

.checkoutHedingBox {
  display: flex;
  gap: 30px;
}

input:focus::placeholder {
  visibility: hidden;
  transition: 0.40s ease-in-out;
}

textarea:focus::placeholder {
  visibility: hidden;
  transition: 0.40s ease-in-out;
}

.checkoutHedings {
  flex: 1;
  color: gray;
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-01);
  font-weight: 800;
}

.CheckInfoDetailsOut:nth-child(2) {
  flex: 4 290px;
}

.checkoutdetailBox {
  display: flex;
  gap: 30px;
}

.checkoutdetails {
  flex: 1;
}

.checkoutdetails:nth-child(2) {
  text-align: end;
}

.checkoutHedings:nth-child(2) {
  text-align: end;
}

/* orderstatuss success  */
.details120Box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.details120:nth-child(1) {
  flex: 2 300px;
}

.details120:nth-child(2) {
  flex: 5 300px;
}

/* user order  */
.orderProducts {
  display: flex;
  gap: 20px;
}

.orderProductDetails {
  text-transform: capitalize;
  letter-spacing: var(--letter-spacing-01);
  font-weight: 600;
}

.orderProductDetails:nth-of-type(1) {
  flex: 2;
}

.orderProductDetails:nth-of-type(2) {
  flex: 1;
}

.orderProductDetails:nth-of-type(3) {
  flex: 2;
}

.orderProductDetails:nth-of-type(4) {
  flex: 1;
}

.orderProductDetails:nth-of-type(5) {
  flex: 2;
}

.searchIco {
  transform: scale(1);
  transition: 0.10s;
}

.searchIco:hover {
  transform: scale(1.1);
  transition: 0.10s;
  color: #885605 !important;
}

.noShow {
  display: none !important;
}