@import 'normalize.css';

@font-face {
    font-family: "RobotoRegular";
    src: url(../fonts/RobotoRegular.eot);
    src: url(../fonts/RobotoRegular.eot);
    src: url(../fonts/RobotoRegular.woff) format("woff"), url(../fonts/RobotoRegular.ttf) format("truetype"),
    }

@font-face {
    font-family: "RobotoMedium";
    src: url(../fonts/RobotoMedium.eot);
    src: url(../fonts/RobotoMedium.woff) format("woff"), url(../fonts/RobotoMedium.ttf) format("truetype"),
    }

@font-face {
    font-family: "RobotoBold";
    src: url(../fonts/RobotoBold.eot);
    src: url(../fonts/RobotoBold.woff) format("woff"), url(../fonts/RobotoBold.ttf) format("truetype"),
    }

    @font-face {
    font-family: "RobotoCondensedRegular";
    src: url(../fonts/RobotoCondensedRegular.ttf) format("truetype"),
    }

    @font-face {
    font-family: "RobotoCondensedLight";
    src: url(../fonts/RobotoCondensedLight.ttf) format("truetype"),
    }

  body {
    font-family: 'RobotoRegular', Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100vh;
  }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  .product-present-in-cart {
      display: none;
  }

  #success-message, #error-message{
      display: none;
  }

  table .cart-product-cost-td {
    font-size: 15px;
  }

  table .cart-product-title-td {
    font-size: 13px;
  }


  #view-cart input.cart-product-amount-td::-webkit-outer-spin-button,
  #view-cart input.cart-product-amount-td::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
  }
  /* input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
     -webkit-appearance: none;
  } */
  
  .title-section {
    font-size: 19px;
  }

  @media (max-width: 575.98px) {
      table {
          font-size: 12px;
      }
      table .product-number {
          font-size: 9px;
          font-weight: normal;
          margin: 0;
          padding: 0;
      }

      table .cart-product-amount-td,
      table .cart-product-cost-td,
      table .cart-product-title-td {
        font-size: 11px;
      }
      .title-section {
        font-size: 15px;
      }
  }
