@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  max-width: 1440px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  max-width: 1440px;
}

.checkout-container {
  max-width: 100%;
  padding: 2em 2.25em 0 1.5em;
  background-color: #f2f2f2;
  border-radius: 0.75em;
  margin-top: 1em;
  margin-left: 5em;
}

.checkout-container .product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}

.product-img {
  max-width: 50%;
  margin-bottom: 2em;
  margin-right: 0.65em;
}

.product-info {
  min-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.25em;
  margin-left: 0.65em;
}

.product-info p {
  font-size: 1rem;
  color: #4e5150;
  margin-bottom: 1em;
}

.product-info .color {
  color: #f2994a;
  font-size: 1rem;
  padding-right: 0.35em;
}

.product-info .text-through {
  font-size: 0.75rem;
  text-decoration: line-through;
  color: #4e5150;
}

.product-img img {
  width: 100%;
  border-radius: 12px;
}

.product-card-container {
  padding-bottom: 0.5em;
}

.increase-decrease-btn-container {
  max-width: 80%;
  border: 1px solid #828282;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em;
  border-radius: 0.75em;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.increase-decrease-btn-container .decrease-btn,
.increase-decrease-btn-container .increase-btn {
  background-color: #e0e0e0;
  width: 1.325rem;
  height: 1.325rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #333333;
  border-radius: 0.25rem;
  cursor: pointer;
}

.increase-decrease-btn-container .value {
  font-size: 1rem;
  color: #333333;
}

.checkout-price-container {
  margin-top: 5.5em;
  color: #333333;
}

.checkout-price-container .checkout-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.75em 0;
  border-top: 1px solid #bdbdbd;
}

.checkout-price-container .checkout-price .tag {
  font-size: 1.125rem;
}

.checkout-price-container .checkout-price .price {
  font-size: 0.875rem;
}

.container {
  max-width: 70%;
  margin: auto;
  padding: 4rem 1rem;
}

.container .main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.container .address {
  margin-top: 3.6rem;
}

.container h1 {
  font-size: 2.25rem;
  line-height: 1.21;
  color: #4e5150;
  margin-bottom: 3rem;
}

.container h3 {
  font-size: 1.5rem;
  line-height: 1.21;
  color: #333333;
  margin-bottom: 0.9rem;
}

.container label {
  font-size: 0.75rem;
  line-height: 1.21;
  color: #4f4f4f;
}

.container .icon {
  position: absolute;
}

.container .input-icons {
  width: 90%;
  margin-bottom: 10px;
}

.container .input-icons ::-webkit-input-placeholder {
  font-weight: 600;
}

.container .input-icons :-ms-input-placeholder {
  font-weight: 600;
}

.container .input-icons ::-ms-input-placeholder {
  font-weight: 600;
}

.container .input-icons ::placeholder {
  font-weight: 600;
}

.container .input-icons .input-feild {
  width: 100%;
  padding: 20px 5px;
  font-size: 1rem;
  border: 1px solid #828282;
  border-radius: 12px;
  margin-top: 0.435rem;
  font-family: "FontAwesome", "Montserrat";
}

.container .select-option {
  color: #828282;
  font-weight: 600;
}

.country-postal {
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.country-postal .country {
  margin-right: 1rem;
}

.country-postal .postal {
  margin-left: 1rem;
}

/* Customize the label (the container) */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1rem;
  margin-top: 1.43rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-checkbox p {
  font-size: 1rem;
  color: #828282;
}

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

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  border-radius: 4px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #828282;
}

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

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

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

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 3px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-container {
  position: relative;
  padding-bottom: 2rem;
}

.form-container button {
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  background-color: #f2994a;
  color: #fff;
  padding: 1rem 2.8rem;
  border-radius: 0.75em;
  position: absolute;
  right: 10%;
  border: none;
  cursor: pointer;
  margin-top: 1em;
  font-weight: 600;
  font-family: "Montserrat";
}

footer {
  text-align: center;
  margin-top: 5em;
  margin-bottom: 1em;
}

footer p {
  font-size: 0.875em;
  color: #a9a9a9;
}

@media (max-width: 1300px) {
  .container {
    max-width: 85%;
  }
}

@media (max-width: 1100px) {
  .container {
    max-width: 90%;
  }
  .container h1 {
    display: inline-block;
  }
  .product-info p {
    font-size: 0.75rem;
  }
  .product-info .color {
    font-size: 0.875rem;
  }
  .product-info .text-through {
    font-size: 0.625rem;
  }
  .increase-decrease-btn-container .decrease-btn,
  .increase-decrease-btn-container .increase-btn {
    width: 1rem;
    height: 1rem;
    font-size: 0.75rem;
  }
}

@media (max-width: 800px) {
  .container {
    max-width: 95%;
    padding: 4em 0;
  }
  .container .checkout-container {
    position: relative;
    max-width: 95%;
    margin: 0.75em auto;
  }
  .container h3 {
    font-size: 1rem;
  }
  .container h1 {
    font-size: 1.5rem;
    position: absolute;
    left: 200px;
    top: 0px;
    z-index: 10;
    padding-top: 1em;
  }
  .container .main-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .form-container {
    max-width: 100%;
    margin: 1em 0 1em 1em;
  }
  .product-info p {
    font-size: 0.75rem;
  }
  .increase-decrease-btn-container .decrease-btn,
  .increase-decrease-btn-container .increase-btn {
    width: 1.325rem;
    height: 1.325rem;
    font-size: 1rem;
  }
  .input-icons {
    width: 100%;
    margin-bottom: 10px;
  }
  .input-icons ::-webkit-input-placeholder {
    font-weight: 600;
    font-size: 0.85rem;
  }
  .input-icons :-ms-input-placeholder {
    font-weight: 600;
    font-size: 0.85rem;
  }
  .input-icons ::-ms-input-placeholder {
    font-weight: 600;
    font-size: 0.85rem;
  }
  .input-icons ::placeholder {
    font-weight: 600;
    font-size: 0.85rem;
  }
  .input-icons .input-feild {
    width: 100%;
    padding: 5px 2px;
    font-size: 0.25rem;
    border: 1px solid #828282;
    border-radius: 0.75rem;
    margin-top: 0.435rem;
    font-family: "FontAwesome", "Montserrat";
  }
}

@media (max-width: 500px) {
  .container h1 {
    font-size: 1.5rem;
    position: absolute;
    left: 20px;
    top: 0px;
    z-index: 10;
    padding-top: 1em;
  }
}
/*# sourceMappingURL=main.css.map */