* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;;
}

.p-5 {
  padding: 50px;
}
.px-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-3 {
  padding-top: 30px;
  padding-top: 30px;
}


.my-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.create-account{
  text-decoration: none;
}

.btn-orange {
  padding: 20px 50px;
  background-color: #fd8f5f;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}

.btn-orange::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(50, 49, 49,.1);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}

.btn-orange:hover.btn-orange::after {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.container {
  margin: auto;
  width: 90%;
}
.chekcout {
  padding: 50px 50px 30px;
}
.returning-customer {
  background-color: #f4f4f4;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}
.returning-customer h2 {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
}
.returning-customer a {
  color: #fd8f5f;
}
.chekcout p {
  margin-top: 15px;
  padding-left: 30px;
  margin-bottom: 25px;

  font-size: 14px;
  color: #646d77;
}

.chekcout .login-form-header {
  max-width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

input {
  width: 100%;
  padding: 13px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-size: 14px;
}

input:focus, textarea:focus, select:focus {
  outline: none;
  border: 1.5px solid #498bd1;
  box-shadow: 0 0 0 2px rgba(0,123,255,0.15);
}

.form-group-50,
.form-group-50 {
  width: 47%;
}

.coupon-form {
  max-width: 70%;
}

.form-group-100 {
  width: 100%;
}
.form-group-100 input {
  width: 100%;
  padding: 13px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-size: 14px;
}

/*  */

.billing {
  padding: 0px 50px 30px;
}
.billing h2 {
  font-size: 18px;
  color: #2a2a2a;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.billing-data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
}
.billing-form {
  width: 65%;
}
.billing-content {
  width: 35%;
}

.billing-form-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.billing-form-header select {
  width: 100%;
  padding: 13px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-size: 14px;
}
.form-group-100 textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 20px;
}
.test {
  background-color: #f4f4f4;
}
.order_box{
  overflow: hidden;
}
.order_box h2 {
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  font-weight: 500;
  color: #2a2a2a;
  padding-bottom: 15px;
}
.order_box .list li a {
  font-size: 14px;
  color: #797979;
  font-weight: normal;
  border-bottom: 1px solid #eeeeee;
  display: block;
  line-height: 42px;
}
.payment_item {
  display: block;
}
.radion_btn input[type="radio"]:checked ~ label {
  color: #000;
}
.order_box .list li a .middle {
  float: none;
  width: 50px;
  text-align: right;
  display: inline-block;
  margin-left: 30px;
  color: #2a2a2a;
}
.order_box .list li a span {
  float: right;
}
.radion_btn {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
}
.radion_btn input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.radion_btn input[type="radio"]:checked ~ .check {
  border: 1px solid #fd8f5f;
  background: #fd8f5f;
}
.radion_btn .check {
  display: block;
  position: absolute;
  border: 1px solid #cdcdcd;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  top: 5px;
  left: 0px;
  background: #fff;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.radion_btn label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 5px 25px 21px 25px;
  height: 14px;
  cursor: pointer;
  transition: all 0.25s linear;

  font-weight: 500;
  color: #2a2a2a;
  font-size: 13px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
.radion_btn input[type="radio"]:checked ~ .check::before {
  background-color: white;
}
.radion_btn .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 4px;
  width: 4px;
  top: 4px;
  left: 4px;
  margin: auto;
  transition: background 0.25s linear;
}

.radion_btn .check {
  display: block;
  position: absolute;
  border: 1px solid #cdcdcd;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  top: 5px;
  left: 0px;
  background: #fff;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.order_box .payment_item p {
  background: #fff;
  padding: 20px;
}
.checkout_area p {
  font-size: 14px;

}
.payment_item p{
  color: #646d77;

  line-height: 30px;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 1.4;
}
.checkout-cap input[type=checkbox] {
    display: none;
}
.checkout-cap input[type=checkbox]+label {
    display: inline-block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0;
    margin: 0 0 13px 0;
}
.checkout-cap input[type="checkbox"]+label::before {
    content: "\2714";
    border: 0.1em solid #e4e4e4;
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 10px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.checkbox-container a {
    color: #FD8F5F;
}
.checkbox-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 35px;
  
  font-size: 17px;
  cursor: pointer;
    color: #2a2a2a;
  font-weight: 500;
  margin-top: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: #e4e4e4 0.5px solid;
  border-radius: 0.2em;
  background-color: white;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  -o-border-radius: 0.2em;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #fd8f5f;
  border:#fd8f5f  0.5px solid;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.billing-details h2 {
margin-top: 10px;
margin-bottom: 0px;
}
.flex{
  display: flex;
  align-items: baseline;
}
.checkbox-label{
  font-size:18px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
