.checkout {
  min-height: 92.5vh;
  padding-top: 113px;
  padding-bottom: 56px;
}

.checkout h2 {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  margin: 0 0 20px;
  color: #1d1d1d;
}

.checkout .form-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 21px;
  flex-basis: 100%;
  justify-content: center;
}

.checkout button {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  padding: 16px;
  transition: all .3s;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 8px;
  background: #1d1d1d;
  flex-basis: 100%;
}

.checkout button:hover {
  background: #292929;
}

.checkout button:disabled {
  cursor: not-allowed;
  opacity: .4;
}

.checkout button:disabled:hover {
  background: #1d1d1d;
}

.checkout label {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  margin-bottom: 5px;
  color: #1d1d1d;
}

.checkout input {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  width: 100%;
  padding: 9px 75px 9px 13px;
  color: #1d1d1d;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fff;
}

.checkout #phone {
  opacity: 0;
}

.checkout .phone input {
  padding-right: 13px;
  padding-left: 60px !important;
}

.checkout .phone .iti__search-input {
  margin: 5px 0;
  padding: 10px !important;
}

.checkout .jcf-real-element {
  top: 0;
  left: 0;
  cursor: pointer;
}

.checkout .iti__country-container {
  padding: 0 0 0 17px;
}

.checkout .iti__selected-dial-code {
  display: none;
}

.checkout .iti__dropdown-content {
  width: 200px !important;
}

.checkout .iti__tel-input {
  width: 0 !important;
  padding: 0 !important;
  pointer-events: none;
  opacity: 0;
}

.checkout .iti__selected-country {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.checkout .language-select {
  position: absolute;
  top: 34px;
}

.checkout .language-select .jcf-select {
  min-width: 0;
  height: auto;
  margin: 0;
  vertical-align: top;
  border: none;
  background: none;
}

.checkout .language-select .jcf-select .jcf-select-text {
  font-size: 0;
  margin: 0;
}

.checkout .language-select .jcf-select-opener {
  background: none;
}

.checkout .language-flag {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}

.checkout .select-content {
  display: flex;
  width: 73px;
  height: 60px;
  align-items: center;
  justify-content: center;
}

.checkout input::-webkit-outer-spin-button,
.checkout input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.checkout input[type=number] {
  -moz-appearance: textfield;
}

.checkout .numb {
  padding: 9px 13px 9px 13px;
}

.checkout .coupon-row {
  position: relative;
  margin-bottom: 20px;
}

.checkout .coupon-row button {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 5px;
  padding: 6px 10px;
  transform: translate(0, -50%);
}

.checkout input::-webkit-input-placeholder {
  color: #747474;
}

.checkout input::-moz-placeholder {
  color: #747474;
}

.checkout input:-moz-placeholder {
  color: #747474;
}

.checkout input:-ms-input-placeholder {
  color: #747474;
}

.checkout input:focus::-webkit-input-placeholder {
  color: transparent;
}

.checkout input:focus::-moz-placeholder {
  color: transparent;
}

.checkout input:focus:-moz-placeholder {
  color: transparent;
}

.checkout .select2 {
  width: 100% !important;
}

.checkout .select2-container {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  width: 100% !important;
  margin-bottom: 0;
  padding: 5px 13px;
  padding-right: 30px;
  color: #1d1d1d;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fff;
}

.checkout .select2-container .selection {
  width: 100%;
}

.checkout .select2-container .select2-selection--single {
  height: initial;
  border: 0;
  border-radius: 0;
  background-color: initial;
  align-content: center;
}

.checkout .select2-container .select2-selection--single .select2-selection__rendered {
  overflow: hidden;
  max-width: 100%;
  padding: 0;
  align-content: center;
}

.checkout .select2-container .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 11px;
}

.checkout .select2-container .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 7px;
  left: 5px;
  width: 10px;
  height: 10px;
  margin: 0;
  content: '';
  transition: opacity .3s;
  transform: rotate(-45deg);
  opacity: 1;
  border: 1px solid #1d1d1d;
  border-width: 0 0 1px 1px;
}

.checkout .order-info {
  margin-bottom: 20px;
}

.checkout .order-info .select-size {
  display: flex;
  margin-top: 40px;
  margin-bottom: 41px;
  flex-wrap: wrap;
  gap: 6px;
}

.checkout .order-info .select-size .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 31%;
}

.checkout .order-info .select-size .product img {
  max-width: 100%;
  margin-bottom: 9px;
}

.checkout .order-info .select-size .product p {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 18px;
  display: flex;
  margin-bottom: 7px;
  color: #1d1d1d;
  align-items: center;
  gap: 6px;
}

.checkout .order-info .select-size .product p span {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 16px;
  display: flex;
  padding: 2px 6px;
  color: #fff;
  border-radius: 30px;
  background: #1d1d1d;
  align-items: center;
  justify-content: center;
}

.checkout .order-info .ship-info,
.checkout .order-info .cust-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.checkout .order {
  padding: 20px;
  border-radius: 20px;
  background: #1d1d1d;
}

.checkout .order h2 {
  margin-bottom: 22px;
  color: #fff;
}

.checkout .order p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.checkout .order p span {
  font-weight: 700;
  display: inline-block;
  margin-left: 2px;
}

.checkout .order p .sfs-total {
  font-size: 22px;
  margin-left: 6px;
}

.checkout .order ul {
  margin-bottom: 17px;
}

.checkout .order ul li {
  margin-bottom: 5px;
}

.checkout .order ul li p {
  margin-bottom: 0;
}

.checkout .order .params {
  margin-bottom: 28px;
}

.checkout .order .subtotal {
  margin-bottom: 20px;
}

.checkout .order label {
  color: #fff;
}

.checkout .order input {
  font-size: 18px;
  border-color: #fff;
}

.checkout .order .promo {
  margin-bottom: 22px;
}

.checkout .order .total {
  margin-bottom: 58px;
}

.checkout .order .total li p span {
  font-size: 24px;
  line-height: 24px;
}

.checkout .order .card-info {
  margin-top: -5px;
}

.checkout .order .card-info .form-item {
  margin-bottom: 17px;
}

.checkout .order .card-info .cardnumb {
  position: relative;
}

.checkout .order .card-info .cardnumb input {
  padding-left: 50px;
}

.checkout .order .card-info .cardnumb img {
  position: absolute;
  bottom: 9px;
  left: 9px;
  width: 35px;
}

.checkout .order .place-order {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  width: 100%;
  margin-top: 23px;
  margin-bottom: 10px;
  padding: 8px 20px;
  transition: all .3s;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background: #2529ff;
}

.checkout .order .place-order:hover {
  background: #0e11dd;
}

.checkout .order .pay-with {
  display: flex;
  margin-top: 12px;
  flex-wrap: wrap;
  gap: 5px 15px;
}

.checkout .order .pay-with .pay-item {
  position: relative;
  display: flex;
  padding: 7px;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  background: #fff;
  flex-basis: 30%;
  align-items: center;
  justify-content: center;
}

.checkout .order .dop-text {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  margin-top: 13px;
  margin-bottom: 0;
  text-align: center;
  color: #979797;
}

.checkout .order .dop-text a {
  text-decoration: underline;
  color: #979797;
}

.checkout .cust-info {
  margin-bottom: 40px;
}

.checkout .cust-info p {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 150%;
 /* 21px */
  color: #747474;
}

.checkout .ship-info .select2-container {
  padding: 7px 13px;
}

.checkout .ship-info .select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

.checkout .ship-info p {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 150%;
 /* 21px */
  color: #747474;
}

@media screen and (min-width: 1024px) {
  .checkout {
    display: flex;
    padding-top: 113px;
    align-items: center;
  }

  .checkout .content {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .checkout .content .order-info,
    .checkout .content .order {
    margin-bottom: 0;
    flex-basis: 49%;
  }

  .checkout .content .order {
    padding: 30px;
    flex-basis: 42%;
  }

  .checkout .content .order .total {
    margin-bottom: 56px;
  }

  .checkout .content .order .card-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .checkout .content .order .card-info .form-item {
    flex-basis: 67%;
  }

  .checkout .content .order .card-info .cvv,
    .checkout .content .order .card-info .exp {
    flex-basis: 28%;
  }

  .checkout .content .order-info .select-size {
    gap: 9px;
  }

  .checkout .content .order-info .select-size .product {
    flex-basis: 32%;
    align-items: flex-start;
  }

  .checkout .content .order-info .select-size .product p {
    font-size: 14px;
  }

  .checkout .content .order-info .cust-info .form-item {
    flex-basis: 48%;
  }

  .checkout .content .order-info .cust-info .pasw {
    flex-basis: 100%;
  }

  .checkout .content .order-info .ship-info .form-item {
    flex-basis: 48%;
  }
}

@media screen and (min-width: 1280px) {
  .checkout h2 {
    font-size: 32px;
    margin: 0 0 39px;
  }

  .checkout .content {
    margin-top: 87px;
  }

  .checkout .content .order-info {
    flex-basis: 49%;
  }

  .checkout .content .order-info .select-size {
    margin-bottom: 77px;
    gap: 6px 20px;
  }

  .checkout .content .order-info .select-size .product {
    flex-basis: 175px;
  }

  .checkout .content .order-info .cust-info {
    margin-bottom: 69px;
  }

  .checkout .content .order {
    padding: 40px;
    flex-basis: 40.5%;
  }

  .checkout .content .order .pay-with {
    gap: 5px 19px;
  }
}

.message-page {
  min-height: 92.5vh;
  padding-top: 113px;
  padding-bottom: 56px;
}

.message-page .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.message-page .content h2 {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  margin: 0 0 20px;
  color: #1d1d1d;
}

.message-page .content p {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 10px;
  text-align: center;
  color: #747474;
}

.message-page .content .btn {
  font-size: 17.6px;
  font-weight: 500;
  font-style: normal;
  line-height: 26.4px;
 /* 150% */
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 18px;
  transition: all .3s;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  background: #1d1d1d;
  box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, .25) inset, 0 4px 20px 0 rgba(255, 255, 255, .24);
}

.message-page .content .btn:hover {
  color: #1d1d1d;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .message-page {
    display: flex;
    min-height: 92vh;
    align-items: center;
  }

  .message-page .content {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
  }

  .message-page .content .btn {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 200px;
    padding: 18px 50px;
  }
}

@media screen and (min-width: 1280px) {
  .message-page .content h2 {
    font-size: 32px;
  }
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(135deg);
  border: 1px solid #1d1d1d;
  border-width: 0 0 1px 1px;
  border-color: #1d1d1d;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  top: 9px;
}

.select2-dropdown {
  overflow: hidden;
  margin-top: 7px;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 8px !important;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #e6e6e6;
}

.select2-results__option {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  padding: 5px 13px;
  color: #1d1d1d;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #2529ff;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 210px;
}

.checkout .ship-info .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
  top: 9px;
}
