@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.cart-checkout_is-arabic .cart-checkout__section:first-child {
  margin-right: 0;
  margin-left: 80px; }

@media only screen and (max-width: 600px) {
  .cart-checkout_is-arabic .cart-checkout__section:first-child {
    margin-left: 0; } }

.cart-checkout_is-arabic .cart-checkout__button:not(:last-child) {
  margin-right: 0;
  margin-left: 20px; }

.cart-checkout_is-arabic .cart-checkout__form-item_is-mobile .input {
  direction: ltr;
  text-align: right; }

@media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
  .cart-checkout_is-arabic .cart-checkout__form-item {
    margin-left: 20px; } }

.cart-checkout__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 60px;
  margin-top: 60px; }

.cart-checkout__title {
  color: #00438E;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "roboto"; }

.cart-checkout__description {
  margin-bottom: 60px;
  font-size: 14px; }

.cart-checkout-page__buttons {
  display: flex; }

.cart-checkout-page__button {
  width: 150px; }
  .cart-checkout-page__button:not(:last-child) {
    margin-right: 20px; }

.cart-checkout__section-container {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDEDED; }
  @media only screen and (max-device-width: 1024px) {
    .cart-checkout__section-container {
      flex-direction: column-reverse; } }

@media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
  .cart-checkout__form-container {
    display: flex;
    flex-wrap: wrap; } }

.cart-checkout__section {
  width: 100%; }
  .cart-checkout__section:first-child {
    width: 400px;
    margin-right: 80px; }
  @media only screen and (max-device-width: 1024px) {
    .cart-checkout__section:first-child {
      width: 100%;
      margin-right: 0; } }

.cart-checkout__section-title {
  color: #00438E;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #00A791;
  font-weight: 500;
  font-size: 18px; }

.cart-checkout__form-item {
  margin-bottom: 10px; }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
    .cart-checkout__form-item {
      width: 300px;
      margin-right: 20px; } }

.cart-checkout__price-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px; }
  @media only screen and (max-width: 600px) {
    .cart-checkout__price-container {
      justify-content: center; } }

.cart-checkout__price {
  display: flex;
  font-size: 21px;
  font-weight: 500; }

.cart-checkout__price-label {
  color: #00438E;
  margin: 0 10px; }

.cart-checkout__price-value {
  color: #00A791; }

.cart-checkout__buttons {
  display: flex; }
  @media only screen and (max-width: 600px) {
    .cart-checkout__buttons {
      flex-direction: column; } }

.cart-checkout__button {
  width: 150px; }
  .cart-checkout__button:not(:last-child) {
    margin-right: 20px; }
  @media only screen and (max-width: 600px) {
    .cart-checkout__button {
      width: 100%;
      margin: 0 0 20px; } }
