@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway";
  font-size: 14px;
}
body {
  background-color: #edf4ec;
}
.bodycontainer {
  padding: 20px 20px 100px 20px;
}
header {
  display: flex;
  column-gap: 40px;
  align-items: center;
  padding: 35px 10px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
h1 {
  font-size: 35px;
}
.back a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  text-decoration: none;
}
.back img {
  height: 15px;
  transform: rotate(180deg);
}
.back p {
  margin-left: 6px;
}
button {
  cursor: pointer;
}
.orders {
  top: 250px;
}
.satitle p,
.paytitle p {
  font-size: 18px;
  font-weight: 600;
}
.OrderSummary .satitle {
  margin-bottom: 60px;
  color: #1e7311;
}
.credentialscontainer {
  margin-bottom: 60px;
}
.shippingaddresscontainer,
.paymentcontainer {
  border: 2px solid rgb(22, 141, 11);
  border-radius: 20px;
  padding: 40px 20px 70px 20px;
  background-color: #ffffff;
  position: relative;
}
.satitle,
.paytitle {
  display: flex;
  align-items: center;
  color: #1e7311;
}
.samark,
#paymark {
  width: 30px;
  height: 30px;
  border: 2px solid rgb(31, 132, 20);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
#SHIPPING,
#PAYMENT {
  height: 1%;
  min-height: 200px;
  position: relative;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}
.shippingaddress,
.billingaddress {
  margin-top: 40px;
  padding-top: 50px;
  border-top: 1px solid #1e7311;
}

#addsa,
#addpay {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border-top: 1px solid #1e7311;
  padding: 40px 0;
  margin-top: 50px;
}
#addsa img,
#addpay img {
  height: 20px;
}
#addsa img.rotate {
  transform: rotate(90deg);
}
.shippingcontainersubmit {
  margin-top: 50px;
}
.shippingcontainersubmit button {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: rgb(26, 97, 38);
  border: none;
  border-radius: 40px;
}
.paymentcontainer {
  margin-top: 60px;
}
.OrderSummary {
  border: 2px solid rgb(53, 138, 30);
  border-radius: 20px;
  padding: 40px 20px 70px 20px;
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: relative;
}
.summary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.st {
  padding: 15px 0;
  margin: 15px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.orderbutton {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#placeorder {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: rgb(26, 97, 38);
  border: none;
  border-radius: 40px;
}
.Address {
  width: 100%;
  border: 1px solid rgb(206, 206, 206);
  border-radius: 15px;
  padding: 35px 15px 60px 15px;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
}
.addressp {
  width: calc(100% - 70px);
}
.Address:first-child {
  margin-top: 0;
}
.removeaddress {
  padding: 3px 15px;
  border: 1px solid #686868;
  border-radius: 10px;
}
.Address button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.SA {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
}
.sA {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 80px);
  height: 40px;
}
.default {
  font-weight: 600;
  position: absolute;
  top: 10px;
  right: 10px;
}
.selectedaddress,
.selectedpayment {
  outline: 2px solid rgb(67, 191, 123);
}
.select,
.pselect {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adrslt,
.payslt {
  border: 2px solid black;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.loc {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.loc:first-child {
  margin-top: 0;
  margin-bottom: 15px;
}
.Payment {
  width: 100%;
  border: none;
  border-radius: 15px;
  padding: 30px;
  margin-top: 30px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(206, 206, 206);
  cursor: pointer;
  position: relative;
}
.Payment:first-child {
  margin-top: 0;
}
.Payment button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 3px 15px;
  border: 1px solid #686868;
  border-radius: 10px;
}
.PM {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
}
.pM {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 80px);
  height: 40px;
}
.Pcl1,
.Pcl2 {
  display: flex;
  align-items: center;
}
.Pcl2 {
  gap: 10px;
}
.Pcl1 img {
  height: 25px;
  margin-right: 10px;
}
.number {
  margin: 0 20px 0 5px;
}
.scnt {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.scnt:first-child {
  margin-top: 0;
}
.field {
  flex: 1;
}
.field input,
.field select {
  margin-top: 5px;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 5px;
  border: 1px solid #000000;
}
.shippingcontainer,
.paymentContainer {
  padding-top: 20px;
  border-top: 1px solid #000000;
  padding: 40px 5px;
}
#infobar {
  height: 50px;
  width: 425px;
  border: 1px solid #000000;
  border-radius: 5px;
  position: fixed;
  bottom: 10px;
  right: 30px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
.null {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cad2c654;
  border: none;
  border-radius: 20px;
}
#placeorder:disabled {
  background-color: rgba(26, 97, 38, 0.38);
  cursor: not-allowed;
}
.addresshold,
.paymenthold {
  padding: 60px 20px;
  background-color: #cad2c654;
  border: none;
  border-radius: 20px;
}
.loader {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255);
  border-right-color: rgb(23, 108, 27);
  animation: l2 1s infinite linear;
}
.loading {
  border-top-color: rgb(0, 0, 0);
  border-right-color: rgb(0, 0, 0);
  border-bottom-color: rgb(0, 0, 0);
  margin-right: 20px;
}
.load {
  border-top-color: rgb(0, 0, 0);
  border-right-color: rgb(0, 0, 0);
  border-bottom-color: rgb(0, 0, 0);
  width: 10px;
}
.orderloader {
  width: 70px;
  border: 5px solid rgb(255, 255, 255);
  border-top-color: rgb(0, 0, 0);
  border-right-color: rgb(0, 0, 0);
  border-bottom-color: rgb(0, 0, 0);
}
@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #00000093;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.message {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

@media (min-width: 1024px) {
  .bodycontainer {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 40px 100px 40px;
  }
  .credentialscontainer {
    width: 500px;
  }
  .OrderSummary {
    width: calc(100% - 600px);
    height: 500px;
    position: sticky;
    top: 20px;
    right: 20px;
  }
}

@media (min-width: 1200px) {
  .bodycontainer {
    padding: 40px 40px 100px 40px;
  }
  .credentialscontainer {
    width: calc(100% - 600px);
  }
  .OrderSummary {
    width: 550px;
    top: 40px;
    right: 40px;
  }
}
