@font-face {
  font-family: "Satoshi-Variable";
  src: url("./fonts/Satoshi-Variable.woff2") format("woff2"), url("./fonts/Satoshi-Variable.woff") format("woff"), url("./fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("./fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("./fonts/Satoshi-VariableItalic.woff") format("woff"), url("./fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url("./fonts/Satoshi-Light.woff2") format("woff2"), url("./fonts/Satoshi-Light.woff") format("woff"), url("./fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("./fonts/Satoshi-LightItalic.woff2") format("woff2"), url("./fonts/Satoshi-LightItalic.woff") format("woff"), url("./fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("./fonts/Satoshi-Regular.woff2") format("woff2"), url("./fonts/Satoshi-Regular.woff") format("woff"), url("./fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("./fonts/Satoshi-Italic.woff2") format("woff2"), url("./fonts/Satoshi-Italic.woff") format("woff"), url("./fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("./fonts/Satoshi-Medium.woff2") format("woff2"), url("./fonts/Satoshi-Medium.woff") format("woff"), url("./fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("./fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("./fonts/Satoshi-MediumItalic.woff") format("woff"), url("./fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("./fonts/Satoshi-Bold.woff2") format("woff2"), url("./fonts/Satoshi-Bold.woff") format("woff"), url("./fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("./fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("./fonts/Satoshi-BoldItalic.woff") format("woff"), url("./fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("./fonts/Satoshi-Black.woff2") format("woff2"), url("./fonts/Satoshi-Black.woff") format("woff"), url("./fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url("./fonts/Satoshi-Black.woff2") format("woff2"), url("./fonts/Satoshi-BlackItalic.woff") format("woff"), url("./fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Satoshi-Variable";
}
body a {
  text-decoration: none !important;
}

div.uk-drop.uk-dropdown.uk-open {
  background-color: #FFFFFF;
  bottom: -153.6px;
  box-shadow: rgba(0, 0, 0, 0.1490196078) 0px 5px 12px 0px;
  box-sizing: border-box;
  left: 1004.33px;
  max-width: 10rem !important;
  /* min-width: 200px; */
  padding: 0 !important;
  position: absolute;
  right: 314.875px;
  top: 67.6px;
  z-index: 1020;
}
div.uk-drop.uk-dropdown.uk-open .dropContainer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 90%;
  margin-top: 1rem;
  margin-inline: auto;
}
div.uk-drop.uk-dropdown.uk-open .dropContainer li {
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.uk-drop.uk-dropdown.uk-open .dropContainer li a {
  height: 100%;
  width: 100%;
  color: #333;
  padding-left: 0.5rem;
  font-size: 0.8rem !important;
  /* font-family: 'Sat'; */
  background-color: rgba(0, 128, 0, 0.2431372549);
  border-radius: 4px;
  border: 1.2px solid #dedede;
  font-family: "Satoshi-Bold";
  transition: all 0.3s ease-in-out;
}
div.uk-drop.uk-dropdown.uk-open .dropContainer li a span {
  height: 1rem;
  width: 1rem;
}
div.uk-drop.uk-dropdown.uk-open .dropContainer li a:hover {
  background-color: #008000;
  color: #fff;
  border-radius: 10rem;
}
div.uk-drop.uk-dropdown.uk-open .logout-container {
  background-color: #fff;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  border-top: 1.2px solid #dedede;
}
div.uk-drop.uk-dropdown.uk-open .logout-container .logout-btn {
  display: flex;
  height: 2.2rem;
  width: 90%;
  margin-inline: auto;
  background: #ef233c;
  align-items: center;
  border-radius: 4px;
  color: #fff;
  font-family: "Satoshi-Bold";
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
div.uk-drop.uk-dropdown.uk-open .logout-container .logout-btn:hover {
  background-color: #d15664;
  border-radius: 10rem;
}

.mainContainer {
  margin-top: 3rem;
}
.mainContainer .propertyWrapper {
  width: 90%;
  margin: auto;
}
.mainContainer .propertyWrapper .mainHeading {
  font-size: 1.6rem;
  text-align: center;
  font-family: "Satoshi-Bold";
  color: #1a1a1a;
  margin: 0;
  padding: 0;
}
.mainContainer .propertyWrapper .preHeading {
  font-size: 0.7rem;
  font-family: "Satoshi-Medium";
  color: rgba(26, 26, 26, 0.9);
  text-align: center;
}

.productMainWrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.productMainWrapper .orderProperties {
  border: 1.2px solid #dedede;
  border-radius: 10px;
  padding: 0 0.5rem;
  width: 100%;
}
.productMainWrapper .orderProperties .orderItem {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  border-bottom: 1.2px solid #dedede;
  align-items: center;
  height: 4rem;
}
.productMainWrapper .orderProperties .orderItem .previewDiagram {
  height: 2rem;
  width: 2.5rem;
  background: #6BC68F;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productMainWrapper .orderProperties .orderItem .orderDetails {
  display: flex;
  flex-direction: column;
}
.productMainWrapper .orderProperties .orderItem .orderDetails h3, .productMainWrapper .orderProperties .orderItem .orderDetails p {
  padding: 0;
  margin: 0;
}
.productMainWrapper .orderProperties .orderItem .orderDetails .heading {
  font-size: 0.8rem;
  font-family: "Satoshi-Bold";
  color: rgba(26, 26, 26, 0.8);
  display: flex;
  gap: 1rem;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.productMainWrapper .orderProperties .orderItem .orderDetails .heading .orderCount {
  color: rgba(26, 26, 26, 0.2470588235);
}
.productMainWrapper .orderProperties .orderItem .orderDetails .dateAddedCart {
  font-size: 0.6rem;
  font-family: "Satoshi-Medium";
  color: rgba(26, 26, 26, 0.6);
}

.orderActions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.orderActions .editDetails {
  font-size: 0.7rem;
  background: rgba(107, 198, 143, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.2rem;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.2rem;
  text-decoration: none !important;
  padding: 0 0.4rem;
  font-weight: 500;
  color: #449363;
  font-family: "Satoshi-Medium";
}
.orderActions .delete {
  height: 1.2rem;
  width: 1.2rem;
  background: #FBD9D7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orderActions .delete span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.checkoutInformation {
  border: 1.2px solid #dedede;
  width: 100%;
  border-radius: 10px;
}
.checkoutInformation .topContainer {
  height: 3rem;
  width: 100%;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1.2px solid #dedede;
  padding-left: 1rem;
}
.checkoutInformation .topContainer h2 {
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
  display: flex;
  font-family: "Satoshi-Bold";
  align-items: center;
  gap: 0.5rem;
}
.checkoutInformation .topContainer h2 span {
  height: 1rem;
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkoutInformation .orderContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-top: 1rem;
  gap: 0.5rem;
  padding: 0 1rem;
}
.checkoutInformation .orderContainer > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 0.8rem;
}
.checkoutInformation .orderContainer > div .token {
  font-family: "Satoshi-Medium";
  color: rgba(26, 26, 26, 0.8);
}
.checkoutInformation .orderContainer > div .value {
  font-family: "Satoshi-Bold";
  color: #1a1a1a;
}
.checkoutInformation .charges {
  margin-top: 1rem;
  border: 1.2px solid #dedede;
  border-right: none;
  border-left: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.3rem 1rem;
}
.checkoutInformation .charges > div {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  font-size: 0.8rem;
}
.checkoutInformation .charges > div .token {
  font-family: "Satoshi-Bold";
  color: rgba(26, 26, 26, 0.8);
}
.checkoutInformation .charges > div .value {
  font-family: "Satoshi-Bold";
  color: #1a1a1a;
}
.checkoutInformation .totalCharge {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
.checkoutInformation .totalCharge .token {
  font-size: 1rem;
  font-family: "Satoshi-Bold";
  color: rgba(26, 26, 26, 0.8);
}
.checkoutInformation .totalCharge .value {
  font-family: "Satoshi-Black";
  color: #1a1a1a;
  font-size: 1.3rem;
}

.lastOrder {
  border-bottom: none !important;
}

.proceedPayment {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #008000;
  color: #fff !important;
  height: 2rem;
  font-size: 0.8rem;
  text-transform: capitalize;
  font-family: "Satoshi-Medium";
  margin: 1rem;
  text-decoration: none !important;
  gap: 0.5rem;
  border-radius: 4px;
}
.proceedPayment span {
  display: flex;
  height: 1rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
}

.stepsCounter .uk-active .circleCounter {
  background: #6BC68F;
}
.stepsCounter .uk-active .numberContainer {
  background-color: #008000;
  color: #fff;
}
.stepsCounter .uk-active .stepsDesc {
  color: #008000;
}

.progressWrapper {
  margin-top: unset !important;
  margin-top: 2rem !important;
  position: relative;
}
.progressWrapper .lineProgresContainer {
  max-width: 40rem;
  height: 3rem;
  width: 100%;
  position: absolute;
  top: 0%;
  transform: translateX(-50%);
  left: 50%;
}
.progressWrapper .lineProgresContainer .progressLine {
  height: 1px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  background: #dedede;
  top: 0.6rem;
  position: relative;
}
.progressWrapper .lineProgresContainer .progressLine .percentage {
  position: absolute;
  left: 0;
  height: 2px;
  width: 20%;
  background: #008000;
}

.stepsCounter {
  margin-top: 1rem;
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  max-width: 40rem;
  position: relative;
  margin-inline: auto;
}
.stepsCounter a {
  text-decoration: none !important;
}
.stepsCounter .circleCounter {
  height: 1.4rem;
  width: 1.4rem;
  background: #f2f2f2;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: rgba(26, 26, 26, 0.2);
  font-size: 0.6rem;
  font-weight: 700;
}
.stepsCounter .circleCounter span {
  background-color: #F2F2F2;
  height: 1rem;
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.stepsCounter .stepsDesc {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  color: rgba(26, 26, 26, 0.8);
  font-size: 0.65rem;
  font-weight: 600;
}
.stepsCounter .stepsDesc span {
  height: 0.8rem;
  width: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stepsCounter a {
  display: flex;
  flex-direction: column;
  font-size: 0.7rem;
  align-items: center;
  justify-content: center;
}

.stepsCounter .uk-active .circleCounter {
  background: #6BC68F;
}
.stepsCounter .uk-active .numberContainer {
  background-color: #008000;
  color: #fff;
}/*# sourceMappingURL=navigation.css.map */