@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;
}

:root {
  --color-warning: #C6AB80;
  --letter-spacing-01: 1px;
  --letter-spacing-03: 5px;
  --letter-spacing-05: 10px;
  --font-size-01: 70px;
  --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 {
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  font-family: var(--font-family-03);
}


input:focus {
  box-shadow: none !important;
}


::-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;
}

.ls-1 {
  letter-spacing: var(--letter-spacing-01) !important;
}

.ls-5 {
  letter-spacing: var(--letter-spacing-03) !important;
}

.containerPx {
  padding: 0px 50px;
}

@media only screen and (max-width:1097px) {
  .details120Box {
    flex-direction: column !important;
  }

  .tableshowmax {
    max-width: 997px;
    overflow-x: auto;
  }

  .hedOrder {
    width: 997px;
  }

  .shower1 {
    display: none;
  }

  .shower2 {
    display: block !important;

  }

  .contentshowfIxLet {
    position: sticky !important;
    left: 0 !important;
  }

  .orderProducts {
    width: 997px;
    min-height: 50px;
  }

  .containerPxSet23 {
    padding: 0px 25px !important;
  }
}

@media only screen and (max-width:1063px) {
  .contactUsBox {
    flex-direction: column !important;
    gap: 50px;
  }

  .mainCloseOpnBar {
    display: block !important;
  }

  .searchTop1 {
    display: none !important;
  }

  .categorySecondNavShow {
    flex-direction: column !important;
  }

  .LogoName {
    margin: 0 !important;
    justify-content: flex-start !important;
  }

  .secondNav {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh !important;
    background-image: linear-gradient(85.2deg, rgba(33, 3, 40, 0.555) 7.5%, rgba(65, 5, 72, 0.808) 88.7%) !important;
    backdrop-filter: blur(8px);
    z-index: 90 !important;
    overflow: hidden !important;
    overflow-y: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    filter: blur(20px);
    transform: scale(0.1);
    transition: 0.20s;
  }

  .secondNav.secondNavActive {
    opacity: 1;
    visibility: visible;
    filter: blur(0px);
    transform: scale(1);
    transition: 0.20s;
  }

  .secondNavContent {
    flex-direction: column;
  }

  .width1 {
    flex-direction: column;
  }

  .navLink {
    margin-bottom: 10px;
  }

  .SecondNavClose {
    position: fixed !important;
    display: block !important;
    right: 50px;
    top: 30px;
    background-color: white;
    color: red;
    padding: 5px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    cursor: pointer;
  }

  .PhoneViewSearch {
    display: block !important;
    position: fixed;
    right: 120px;
    top: 38px;
    color: white;
    border-radius: 50%;
  }

  .width33 {
    position: fixed;
    display: block !important;
    left: 50px;
    top: 30px;
    width: 100%;
    max-width: 130px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }

  .width2 {
    margin-top: 30px;
  }

  .addToCartTopBox {
    z-index: 98 !important;
  }

  .width2 {
    width: 100%;
    min-width: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-right: 2px solid #f7e5ca;
    border-left: 2px solid #f7e5ca;
    padding: 0px 25px 0px 25px;
    background-color: rgba(177, 177, 177, 0.11);
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .width2 .linkmbNone {
    margin-bottom: 0px;
  }

  .productContainerBox.boxshowingadd {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 17px;
  }

  .productContainerBox {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 17px;
  }
}

@media only screen and (max-width:1023px) {
  .careerContainer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }

  .cardContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 15px;
    width: 100%;
    transition: 0.5s;
  }
}



@media only screen and (max-width:997px) {
  .aboutUsSubBox1 {
    flex-direction: column !important;
  }

  .maxwidthsetvIEWcARD {
    /* width: 100%; */
    max-width: 997px;
    overflow-x: auto;
  }

  .planContainer {
    flex-direction: column !important;
    gap: 25px;
  }

  .showAllProductsLocation2 {
    width: 997px;
  }

  .check2 {
    width: 997px;
  }
}


@media only screen and (max-width:972px) {
  .fixText1 {
    position: absolute;
    max-width: 400px;
    width: 100%;
    left: 300px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: white;
  }
}

@media only screen and (max-width:914px) {


  .productContainerBox.boxshowingadd {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 17px;
  }

  /* also like  */
  .alsoLikeTextBox {
    position: absolute;
    max-width: 600px;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-family: var(--font-family-02);
  }

  .alsoLikeText {
    font-size: 60px;
  }

  /* footer  */
  .footerBox {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .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;
    /* background-color: red !important; */
  }

  .twoShowFooter {
    display: grid;
    grid-column: auto;
    /* gap: 10px; */
    margin-top: 20px;
  }
}

@media only screen and (max-width:905px) {
  .wishListContainer1 {
    flex-direction: column !important;
  }

  .wishListContainer1Box:nth-child(2) {
    display: none;
  }

  .diskjd54 {
    display: block !important;
  }

  .hedingSuccessPlancontentnum {
    background-color: #885605;
    color: white;
    padding: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hedingSuccessPlancontentnText {
    margin-left: 20px;
    font-size: 18px !important;
  }
}

@media only screen and (max-width:869px) {
  .thirdAboutBox {
    flex-direction: column !important;
  }

  .setwidthSearch {
    width: 100% !important;
  }

  .productContainerBox.boxshowingadd {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 17px;
  }

  .productContainerBox {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 17px;
  }

}

@media only screen and (max-width:821px) {

  .detailsBox2Content:nth-child(1) {
    display: none !important;
  }

}

@media only screen and (max-width:783px) {
  .CheckInfoDetailsOutContainer {
    flex-direction: column;
  }

  /* login  */
  .boxAccountMainClose {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 25px;
    width: 25px;
    background-color: black;
    color: white;
    padding: 5px;
    transition: 0.5s;
    cursor: pointer;
    border: 1px solid white;
  }

  .boxAccount {
    /* bottom: 10%; */
    transform: translate(-50%, -50%);
    height: 360px !important;
    max-width: 550px !important;
    width: 100%;
    overflow: hidden !important;
    transform: scale(0);
  }

  .marigin02 {
    justify-content: flex-end !important;
    margin-top: 10px;
    margin-right: 15px;
  }

  .leftBoxAccountImg1 {
    object-fit: cover !important;
    width: 200px !important;
    height: 100% !important;
  }

  .displaynoneshow {
    display: none !important;
  }

  .marigin01 {
    margin-top: 5px !important;
  }

  .loginformuser {
    margin-top: 0 !important;
    height: min-content !important;
  }

  /* register  */
  .boxAccount.redayBox {
    transform: translate(-50%, -50%);
    height: 476px !important;
    max-width: 550px !important;
    width: 100%;
    overflow: hidden !important;
    transform: scale(0);
  }

  .regiserText {
    font-size: 15px !important;
  }
}

@media only screen and (max-width:771px) {
  .wishListContainer1Box {
    max-width: 673px;
    overflow-x: auto;
  }

  .clearAllBtnhhgh {
    margin-left: 0 !important;
    margin-right: auto !important;
    margin-bottom: 15px;
  }

  .wishListContainer2 {
    width: 673px;
  }

  .wishListContainer2 {
    width: 673px;
  }
}

@media only screen and (max-width:767px) {
  .cardContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px;
    width: 100%;
    transition: 0.5s;
  }

  .ourStoreBox {
    display: flex;
    flex-direction: column !important;
    gap: 10px;
  }

  .productContainerBox.boxshowingadd {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 17px;
  }
}

@media only screen and (max-width:732px) {
  .cvDetailsContentBox1 {
    flex-direction: column !important;
    gap: 20px;
  }

  .cvDetailsContentBox2 {
    flex-direction: column !important;
    gap: 20px;
  }

  .categoryText2 {
    width: 75% !important;
  }

  .storeText2 {
    width: 84% !important;
  }
}

@media only screen and (max-width:704px) {
  .fixText1 {
    position: absolute;
    max-width: 400px;
    width: 100%;
    left: 300px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: white;
  }

  .caroText56 {
    font-size: 50px !important;
  }
}

@media only screen and (max-width:682px) {
  .productContainerBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 17px;
  }
}

@media only screen and (max-width:669px) {


  .width2 {
    width: 100%;
    min-width: 300px;
  }

  .CloseTopSearch {
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 20px;
    color: white;
    background-color: var(--color-warning);
    padding: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s;
    border: 1px solid rgb(255, 255, 255);


    &:hover {
      border-radius: 0%;
      transition: 0.5s;
    }
  }

  .sizeto {
    font-size: 25px !important;
  }

  .searchTopIn {
    transition: 0.3s;
    background-color: #c6ab802c;
    width: 300px !important;
    height: 50px;

    &::placeholder {
      color: rgb(165, 165, 165);
    }
  }

  .searchTop1 {
    display: none !important;
  }

  .LogoName {
    margin-left: 0px;
  }

  .alsoText2 {
    width: 84% !important;
  }
}

@media only screen and (max-width:669px) {
  .hedingSuccessPlan {
    flex-direction: column;
  }

  .hedingSuccessPlancontent {
    margin-bottom: 18px;
  }
}

@media only screen and (max-width:621px) {
  .flexnone56565 {
    flex-direction: column !important;
    padding: 8px;
  }

  .btnnextoback {
    margin-top: 10px;
  }
}

@media only screen and (max-width:595px) {
  .TopicShop {
    position: absolute;
    left: 50%;
    text-align: center;
    text-transform: uppercase;
    color: #885605;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
  }

  .sddvvs {
    padding: 0px 18px;
  }

  #accordionPanelsStayOpenExample {
    width: 100% !important;
  }

  .ihffwmfkfn {
    height: 200px;
    object-fit: cover !important;
  }

  .filterSideBox {
    position: fixed;
    left: 0;
    top: 97px !important;
    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;
    height: calc(100vh - 97px);
    min-width: 260px;
    max-width: 282px;
    width: 100%;
    overflow-y: auto;
    padding-bottom: 30px !important;
  }

  .grtybb {
    flex-direction: column !important;
  }

  .njyjyjy {
    width: 100% !important;
  }

  .ewfwef {
    padding: 18px !important;
  }

  .hhvhvh {
    margin-bottom: 15px !important;
  }

  .content2344 {
    height: 100%;
    overflow-y: auto;
  }

  .FilterFixText {
    /* padding-top: 15px !important; */
    flex-direction: row-reverse;
  }

}

@media only screen and (max-width:565px) {
  .setcontainerfix7888 {
    padding: 0px 18px !important;
  }

  .flexbreak {
    margin-top: 25px !important;
    flex-direction: column !important;
  }

  .boxAccount {
    /* bottom: 10%; */
    transform: translate(-50%, -50%);
    height: 400px !important;
    max-width: none !important;
    width: 95% !important;
    overflow: hidden !important;
    transform: scale(0);
  }

  .nonedisplay234 {
    display: none !important;
  }

  .nonedisplay {
    width: 90% !important;
    margin: auto !important;
  }

  .marigin02 {
    justify-content: flex-end !important;
    margin-top: 10px;
    margin-right: 15px;
  }

  .leftBoxAccountImg1 {
    object-fit: cover !important;
    width: 200px !important;
    height: 100% !important;
  }

  .displaynoneshow {
    display: none !important;
  }

  .marigin01 {
    margin-top: 5px !important;
  }

  .loginformuser {
    margin-top: 0 !important;
    height: min-content !important;
    margin: auto !important;
  }

  .meduimheight {
    margin-top: 40px;
  }

  /* register  */
  .boxAccount.redayBox {
    transform: translate(-50%, -50%);
    height: 476px !important;
    max-width: 550px !important;
    width: 100%;
    overflow: hidden !important;
    transform: scale(0);
  }

  .logintext {
    justify-content: center !important;
    margin-top: 20px;
  }

  .regiserText {
    font-size: 15px !important;
  }
}

@media only screen and (max-width:545px) {
  .tgrbr {
    margin-bottom: 0 !important;
  }

  .fjbjbj {
    font-size: 15px !important;
  }

  .jhfjb {
    padding: 0 18px;
  }
}

@media only screen and (max-width:532px) {
  .ggghtggg {
    padding: 0px 18px !important;
  }

  .cvDetailsForm {
    padding: 5px !important;
  }

  .detailsBox22 {
    display: grid;
    width: 100% !important;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }

  .footerBox {
    flex-direction: column !important;
  }

  .nkfnf23 {
    padding: 18px !important;
  }

  .detailsBox {
    width: 100% !important;
  }

  .textnewar2 {
    text-align: center;
    margin: auto;
    width: 84% !important;
  }

  .marginbottom890 {
    margin-bottom: 20px !important;
  }

  .paddingnone90 {
    padding-bottom: 0px !important;
  }

  .textnewar {
    font-size: 34px !important;
  }

  .detailsBox2 {
    flex-direction: column !important;
  }

  .LinkFixed {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    z-index: 11;
    opacity: 0.4;
  }

  .fixText1 {
    position: absolute;
    max-width: 400px;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: white;
    text-align: center;
  }

  .slideBox1 {
    height: 600px;
    width: 100%;
    background-color: black;
  }

  .setSocial {
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translate(-50%, -50%);
    z-index: 11;
    flex-direction: row !important;
  }

  .caroText58 {
    padding-bottom: 50px;
  }

  .caroText56 {
    font-size: 50px !important;
  }

  .setIconSco {
    height: 25px;
    width: 25px;
    margin-right: 2px;
  }
}

@media only screen and (max-width:508px) {
  .categoryText2 {
    width: 84% !important;
  }

  .jgnj567 {
    padding: 0px 18px !important;
  }

  .productContainerBox {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 17px;
  }

  .editTopSearch {
    /* background-color: red !important; */
    padding-top: 70px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    transition: 0.30s;

    .sizeto {
      font-size: 18px !important;
    }
  }
}

@media only screen and (max-width:480px) {
  .alsoLikeText {
    font-size: 40px;
  }

  .alsoLikeTextBox {
    position: absolute;
    /* max-width: 200px; */
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .OrderProcessBox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }
}

@media only screen and (max-width:479px) {
  .cardContainer {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 15px;
    width: 100%;
    transition: 0.5s;
  }

  .vovcherImg {
    /* height: 400px !important; */
    object-fit: contain !important;
  }
}

@media only screen and (max-width:467px) {
  .newArrivalsText1 {
    font-size: 34px !important;
    text-wrap: wrap;
    text-align: center;
  }

  .fhhhghgh {
    padding: 0 18px;
  }

  .alsoText1 {
    font-size: 34px !important;
  }

  .alsoText2 {
    width: 84% !important;
  }

  .bstText1 {
    font-size: 34px !important;
    text-align: center;
  }

  .bstText2 {
    width: 84% !important;
    text-align: center;
    margin: auto;
  }

  .storeText1 {
    font-size: 34px !important;
    text-align: center;
  }

  .storeText2 {
    width: 90% !important;
    text-align: center;
    margin: auto !important;
  }

  .categoryText1 {
    font-size: 34px !important;
  }

  .newArrivalsText2 {
    width: 90% !important;
    text-align: center;
    margin: auto;
  }

  .width3 {
    display: none !important;
  }

  .LogoName {
    margin: auto !important;
  }
}

@media only screen and (max-width:413px) {
  .footerCard:nth-child(2) {
    justify-content: flex-start !important;
  }

  .SecondNavClose {
    position: fixed !important;
    display: block !important;
    right: 20px;
    top: 25px;
    background-color: white;
    color: red;
    padding: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
  }

  .PhoneViewSearch {
    display: block !important;
    position: fixed;
    right: 80px;
    top: 33px;
    color: white;
    border-radius: 50%;
  }

  .width33 {
    position: fixed;
    display: block !important;
    left: 30px;
    top: 30px;
    width: 100%;
    max-width: 130px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (max-width:407px) {
  .categoryText2 {
    width: 90% !important;
    margin: auto !important;
  }

  .address {
    font-size: 15px !important;
  }

  .setMargin3445 {
    margin-top: 35px !important;
  }
}

@media only screen and (max-width:399px) {
  .addToCartTopBox {
    position: fixed;
    inset: 0;
    height: 100vh;
    width: 100% !important;
    background-color: white;
    z-index: 61;
    filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.20s;
  }
}

@media only screen and (max-width:373px) {
  .text767646 {
    font-size: 14px !important;
  }

  .notiaggr {
    height: 100px !important;
  }

  .btn56454616 {
    margin-bottom: 18px !important;
  }

  .flex999898 {
    flex-direction: column !important;
  }
}

@media only screen and (max-width:331px) {
  .jjgj {
    font-size: 10px !important;
  }
}

@media only screen and (max-width:314px) {
  .nodisplay56 {
    display: none !important;
  }
}

@media only screen and (max-width:309px) {
  .width2 {
    width: 100%;
    min-width: 250px;
  }
}

@media only screen and (max-width:356px) {
  .containerPx {
    position: relative;
    padding: 0px 20px !important;
  }

  .sizeto {
    font-size: 18px !important;
  }

  .searchTopIn {
    transition: 0.3s;
    background-color: #c6ab802c;
    width: 95% !important;
    height: 50px;
    margin: auto !important;

    &::placeholder {
      color: rgb(165, 165, 165);
    }
  }
}

@media only screen and (max-width:382px) {
  .alsoLikeTextBox {
    position: absolute;
    /* max-width: 200px; */
    width: 85%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .bstText1 {
    font-size: 34px !important;
    text-align: center;
  }

  .bstText2 {
    width: 90% !important;
    text-align: center !important;
    margin: auto;
  }

  .alsoLikeText {
    font-size: 30px;
  }

  .alsoLikebody {
    height: 340px !important;
  }

  /* .alsoLikeImg {
    height: 340px !important;
  } */
}

@media only screen and (max-width:281px) {
  .alsoLikeText {
    font-size: 18px !important;
  }

  .filterSideBox {
    position: fixed;
    left: 0;
    top: 97px !important;
    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;
    height: calc(100vh - 97px) !important;
    min-width: 0px;
    max-width: auto !important;
    width: 100%;
    overflow-y: auto;
  }
}