@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-table {
  width: 100%; }
  .cart-table_is-arabic .cart-table__control-image:not(:last-child) {
    margin-right: 0;
    margin-left: 10px; }
  @media only screen and (max-width: 600px) {
    .cart-table_is-arabic .cart-table__footer-item {
      margin-right: 0;
      margin-left: 40px; } }
  .cart-table_is-checkout {
    margin-bottom: 0; }
    .cart-table_is-checkout .cart-table__header {
      height: 55px; }
    .cart-table_is-checkout .cart-table__header-item {
      width: 100%; }
    .cart-table_is-checkout .cart-table__row {
      height: auto; }
    .cart-table_is-checkout .cart-table__column {
      width: 100%; }
      @media only screen and (max-width: 600px) {
        .cart-table_is-checkout .cart-table__column {
          width: 135px !important; }
          .cart-table_is-checkout .cart-table__column_is-name {
            width: 100% !important;
            font-weight: 500; } }
    .cart-table_is-checkout .cart-table__header-item-container {
      width: 65%; }
      .cart-table_is-checkout .cart-table__header-item-container:first-child {
        width: 35%; }
    .cart-table_is-checkout .cart-table__column-container {
      width: 65%; }
      .cart-table_is-checkout .cart-table__column-container:first-child {
        width: 35%; }
    @media only screen and (max-width: 600px) {
      .cart-table_is-checkout .cart-table__column-container {
        width: 100%;
        flex-wrap: wrap; }
        .cart-table_is-checkout .cart-table__column-container:first-child {
          width: 100%; } }

.cart-table__header {
  background-color: #C0E1FC;
  color: #00438E;
  border-radius: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  height: 60px; }
  @media only screen and (max-width: 600px) {
    .cart-table__header {
      display: none; } }

.cart-table__header-item {
  display: flex;
  align-items: center;
  width: 10%;
  padding: 10px; }
  @media only screen and (max-width: 600px) {
    .cart-table__header-item {
      width: 100%; } }

.cart-table__footer-item-value {
  padding: 0 10px; }
  @media only screen and (max-width: 600px) {
    .cart-table__footer-item-value {
      padding: 0; } }

.cart-table__footer-section {
  display: flex; }
  @media only screen and (max-width: 600px) {
    .cart-table__footer-section {
      flex-direction: column; } }
  .cart-table__footer-section:first-child {
    width: 48%; }
  .cart-table__footer-section:nth-child(2) {
    width: 42%; }
  .cart-table__footer-section:last-child {
    width: 10%; }

.cart-table__header-item-container {
  display: flex;
  width: 42%; }
  .cart-table__header-item-container .cart-table__header-item {
    width: 100%; }

.cart-table__row {
  display: flex;
  font-size: 14px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 3px 2px rgba(0, 67, 142, 0.06);
  height: 150px;
  border-radius: 30px; }
  @media only screen and (max-width: 600px) {
    .cart-table__row {
      flex-direction: column;
      height: auto;
      margin-bottom: 40px; } }

.cart-table__column {
  width: 10%;
  display: flex;
  align-items: center;
  padding: 10px; }
  .cart-table__column_has-border {
    border-right: 1px solid #EDEDED; }
  .cart-table__column_is-control {
    justify-content: center; }
  @media only screen and (max-width: 600px) {
    .cart-table__column {
      justify-content: center;
      flex-direction: column;
      width: 100%;
      padding: 20px 10px; }
      .cart-table__column_has-border {
        border-right: 0;
        border-bottom: 0; }
      .cart-table__column_is-control {
        justify-content: center;
        flex-direction: row; } }

.cart-table__footer {
  display: flex;
  background-color: #006BC2;
  color: #fff;
  padding: 20px;
  border-radius: 30px; }
  @media only screen and (max-width: 600px) {
    .cart-table__footer {
      flex-wrap: wrap;
      flex-direction: column;
      padding: 20px 20px 10px; } }

.cart-table__footer-item {
  width: 100%; }
  @media only screen and (max-width: 600px) {
    .cart-table__footer-item {
      width: 90px;
      text-align: initial;
      margin-right: 40px;
      margin-bottom: 10px; }
      .cart-table__footer-item_is-full-width {
        width: 100%; }
      .cart-table__footer-item_no-margins {
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0; } }

.cart-table__image-container {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden; }

.cart-table__image {
  width: 100%; }

.cart-table__control-image {
  width: 20px;
  height: 20px;
  transition: 0.3s ease-in-out transform;
  cursor: pointer; }
  .cart-table__control-image:active {
    transform: scale(0.9); }
  .cart-table__control-image:not(:last-child) {
    margin-right: 10px; }

.cart-table__column-label {
  display: none; }
  @media only screen and (max-width: 600px) {
    .cart-table__column-label {
      display: block;
      color: #00438E;
      font-weight: 500;
      margin-bottom: 10px; } }

.cart-table__column-container {
  display: flex;
  width: 42%; }
  .cart-table__column-container .cart-table__column {
    width: 100%; }
  @media only screen and (max-width: 600px) {
    .cart-table__column-container {
      border-bottom: 1px solid #EDEDED; }
      .cart-table__column-container .cart-table__column {
        align-items: initial;
        border-bottom: 0px; } }
  @media only screen and (max-width: 600px) {
    .cart-table__column-container {
      width: 100%; } }

.cart-table__column-label {
  font-size: 13px; }

.cart-table__footer-item-label {
  display: none; }
  @media only screen and (max-width: 600px) {
    .cart-table__footer-item-label {
      display: block;
      font-size: 11px; } }

.cart-table__mobile-container {
  display: flex;
  width: 48%; }
  .cart-table__mobile-container .cart-table__header-item {
    width: 100%; }
    .cart-table__mobile-container .cart-table__header-item:first-child {
      width: 20%;
      justify-content: center; }
    .cart-table__mobile-container .cart-table__header-item:nth-child(2n) {
      width: 40%; }
    .cart-table__mobile-container .cart-table__header-item:nth-child(3n) {
      width: 40%;
      padding: 0 50px; }
  .cart-table__mobile-container .cart-table__column {
    width: 100%; }
    .cart-table__mobile-container .cart-table__column:first-child {
      width: 20%; }
    .cart-table__mobile-container .cart-table__column:nth-child(2n) {
      width: 40%; }
    .cart-table__mobile-container .cart-table__column:nth-child(3n) {
      width: 40%;
      padding: 0 50px; }
  @media only screen and (max-width: 600px) {
    .cart-table__mobile-container {
      width: 100%;
      border-bottom: 1px solid #EDEDED; }
      .cart-table__mobile-container .cart-table__header-item {
        width: 100%; }
        .cart-table__mobile-container .cart-table__header-item:first-child {
          width: 100%; }
        .cart-table__mobile-container .cart-table__header-item:nth-child(2n) {
          width: 100%; }
        .cart-table__mobile-container .cart-table__header-item:nth-child(3n) {
          width: 100%;
          padding: 10px; }
      .cart-table__mobile-container .cart-table__column {
        width: 100%; }
        .cart-table__mobile-container .cart-table__column:first-child {
          width: 100%; }
        .cart-table__mobile-container .cart-table__column:nth-child(2n) {
          width: 100%; }
        .cart-table__mobile-container .cart-table__column:nth-child(3n) {
          width: 100%;
          padding: 10px; } }

.cart-table__link {
  width: 100%; }
