.checkOutSection {
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.829);
  z-index: 8;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  overflow: visible;
  padding: 2rem;
  display: none;
}
.checkOutSection .checkOutContainer {
  background-color: rebeccapurple;
  position: relative;
  background-color: white;
  width: 80%;
  max-width: 71.81rem;
  min-height: 2rem;
  height: auto;
  border-radius: 5px;
  padding: 1rem;
  overflow: auto;
}
.checkOutSection .checkOutContainer .fa-xmark {
  position: absolute;
  right: 1rem;
  cursor: pointer;
  font-size: 1.5rem;
}
.checkOutSection .checkOutContainer .cheackOutTitle {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1.5rem;
}
.checkOutSection .checkOutContainer .checkOutParagraph {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.6rem;
  color: rgb(56, 53, 53);
}
.checkOutSection .checkOutContainer .checkOutSummer {
  display: flex;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 1rem;
  justify-content: stretch;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserInfoContainer {
  flex: 1;
  padding: 2rem;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserInfoContainer .shippingDetails {
  border-bottom: 1px solid rgb(201, 188, 188);
  color: grey;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.3rem;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserInfoContainer .shippingDetails p {
  font-size: 1.05rem;
  font-weight: 600;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserInfoContainer .shippingDetailsContainer {
  padding: 1rem 0;
  color: grey;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserInfoContainer form {
  margin-top: 20px;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserInfoContainer form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserInfoContainer form input {
  width: 100%;
  padding: 7px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 10px;
  transition: border-color 0.3s;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserInfoContainer form input:focus {
  outline: none;
  border-color: #2ac49d;
  box-shadow: 0 0 0 2px rgba(42, 196, 157, 0.2);
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserInfoContainer form input.invalid {
  box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5) !important;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserInfoContainer form button[type=submit] {
  background-color: #2ac49d;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 20px;
  border: none;
  width: 100% !important;
  cursor: pointer;
  transition: background-color 1s ease;
  border-radius: 0px !important;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserInfoContainer form button[type=submit]:hover {
  background-color: #239c7d;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer {
  background-color: white;
  flex: 1;
  padding: 2rem;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer .yourOrder {
  border-bottom: 1px solid rgb(201, 188, 188);
  color: grey;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.3rem;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer .yourOrder p {
  font-size: 1.05rem;
  font-weight: 600;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer .yourOrder span {
  font-size: 1rem;
  margin-left: 0.5rem;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer .CheckOutLogsContainer {
  margin-top: 0.5rem;
  width: 100%;
  max-height: 17rem;
  overflow-y: scroll;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer .CheckOutLogsContainer::-webkit-scrollbar {
  display: none;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer .CheckOutLogsContainer .cartItem {
  background-color: white;
  width: 100% !important;
  color: black !important;
  position: relative;
  border: 0 0 3px 0 solid rgb(255, 102, 0);
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 0.5rem;
  min-height: 6.5;
  display: flex;
  flex-direction: row;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer .CheckOutLogsContainer .cartItemContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer .CheckOutLogsContainer .cartItem img {
  width: 100%;
  max-width: 8rem;
  aspect-ratio: 3/1 !important;
  border-radius: 4px;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer .CheckOutLogsContainer .cartItem .cartItemPrice {
  color: black;
  padding: 0.5rem 0;
  text-align: center;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer .CheckOutLogsContainer .cartItem .cartItemName {
  color: black;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  padding: 0 0.5rem;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer .CheckOutLogsContainer .cartItem .cartItemName .cartItemYear {
  font-weight: 400;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer .CheckOutLogsContainer .cartItem .cartItemYear {
  font-size: 0.8rem;
  color: black;
  margin: 0;
  padding-left: 0.5rem;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer .CheckOutLogsContainer .cartItem .cartItemBtnContainer {
  width: 100%;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer .CheckOutLogsContainer .cartItem .cartItemBtnContainer .cartItemBtn {
  width: 90% !important;
  padding: 0.3rem;
  font-size: 0.7rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0.2rem;
  border-radius: 0px;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer .CheckOutLogsContainer .cartItem .cartItemBtnContainer .carItemViewMore {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  outline: none;
  width: 90%;
  background-color: white;
  border: none;
  border: 1px solid rgb(206, 190, 190);
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer .CheckOutTotals {
  width: 100%;
  padding: 1rem 1rem;
  border-bottom: 1px solid rgb(206, 190, 190);
  border-top: 1px solid rgb(206, 190, 190);
  margin-top: 0.5rem;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer .CheckOutTotals .totalNum {
  background-color: #2ac49d;
  color: black;
  padding: 0 0.3rem;
  transform: translate(0.3rem, 0);
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer .CheckOutTotals p {
  color: grey;
  width: 100%;
  padding: 0.1rem 0;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.checkOutSection .checkOutContainer .checkOutSummer .checkOutSummerUserOrderContainer .CheckOutTotals p span {
  float: right;
}

@media screen and (max-width: 1200px) {
  .checkOutContainer {
    position: relative;
    background-color: white;
    width: 95% !important;
    min-height: 2rem;
    height: auto;
    border-radius: 5px;
    padding: 1rem;
    overflow: auto;
  }
  .checkOutSummer {
    width: 95% !important;
    max-width: 95% !important;
  }
}
@media screen and (max-width: 812px) {
  .checkOutContainer {
    position: relative;
    background-color: white;
    width: 97% !important;
    min-height: 2rem;
    height: auto;
    border-radius: 5px;
    padding: 1rem;
    overflow: auto;
  }
  .checkOutSummer {
    width: 95% !important;
    max-width: 95% !important;
  }
  .checkOutSummerUserInfoContainer,
  .checkOutSummerUserOrderContainer {
    padding: 1rem !important;
  }
}
@media screen and (max-width: 652px) {
  .checkOutSummer {
    flex-direction: column-reverse;
  }
  .checkOutParagraph {
    width: 90% !important;
  }
}
@media screen and (max-width: 500px) {
  .checkOutSection {
    padding: 1rem;
  }
  .checkOutContainer {
    position: relative;
    background-color: white;
    width: 100% !important;
    min-height: 2rem;
    height: auto;
    border-radius: 5px;
    padding: 1rem;
    overflow: auto;
  }
  .checkOutSummer {
    width: 100% !important;
    max-width: 100% !important;
  }
  checkOutSummerUserInfoContainer,
  .checkOutSummerUserOrderContainer {
    padding: 0.5rem !important;
  }
}/*# sourceMappingURL=checkOut.css.map */