html,
body {
  height: 100%;
  color: #000000;
}

.invalid-feedback {
  font-weight: 400;
}

.main-page {
  margin-top: 20px;
}

.main-page .form-group {
  margin-bottom: 20px;
}

.btn-primary {
  background: #013583;
  border-color: #013583;
}

.table-sm th {
  font-size: 12px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.logo
{
    width:90px;
}

.card
{
  font-weight: 400;
  color:#000000;
}

.card-price {
  font-size: 14px;
  font-weight: bold;
}

.product-search
{
  background-color: #ffffff;
}

.products_list_products {
  text-align: center;
}

.products_list_products img {
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 40%;
}

.products_list_products .product-name {
  font-size: 14px;
}

.products_list_products .product-quantity-description {
  font-size: 14px;
}

.products_list_products a {
  color: var(--bs-body-color);
  font-weight: bold;
  text-decoration: none;
}

.card-footer {
  background-color: #ffffff;
}

.card-text {
  font-size: 12px;
}

.card-text b {
  font-size: 14px;
  font-weight: bold;
}

.product-detail-price {
  font-size: 28px;
}

.product-detail-price-value {
  font-weight: bold;
}

.product-detail-price input {
  width: 100%;
  text-align: center;
  font-size: 20px;
  height: 100%;
}

.product-detail-price .btn-group {
  margin-left: 10px;
  height: 100%;
}

.nav-link {
  letter-spacing: 1px;
}

.suppliers_list .card {
  text-align: center;
}

.suppliers_list img {
  width: 50%;
  margin-bottom: 20px;
}

.suppliers_list .card-footer {
  border-top: 0;
}

.spaced-button {
  margin-left: 10px;
  margin-right: 10px;
}

.products_list_products .selected {
  background-color: #d1e7dd;
}

.item-product-detail-price input {
  width: 100%;
  border: 1px solid #EEEEEE;
}

.item-product-detail-price .btn-group {
  width: 100%;
}

.no-edit {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
}

.page-menu-button {
  margin-bottom: 20px;
}

.page-button {
  margin-bottom: 90px;
}

.nav-item {
  margin-right: 10px;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #ced4da;
  background-image: none;
}

.form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}

a
{
  color: #000000;
}

a:hover
{
  color: #013583;
}

.select-language a {
  text-decoration: none;
  color: #000000;
  margin-right: 10px;
}

.select-language a:hover {
  color: #013583;
}

.select-language {
  margin-top: 20px;
  font-weight: bold;
}

.no-wrap {
  white-space: nowrap;
}

.product-page {
  padding-bottom: 180px !important;
}

.search .btn {
  width: 100% !important;
}

.dtr-details {
  list-style: none;
  padding-left: 0;
}

.navbar-toggler {
  border: 0;
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  border-color: #ced4da;
}

.cart-product-image
{
  height:90px;
}

.suppliers_list .card-footer
{
  padding:0;
}

.suppliers_list .card-footer .btn
{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width:100%;
}

/* 
************************
SMARTPHONE
************************
*/
@media (max-width: 768px) {


  .product-detail-price .btn-group {
    margin-left: 0;
    width: 100%;
  }

  .product-detail-price .btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .product-detail-price-value {
    text-align: center;
    margin-bottom: 10px;
  }

  .hide-on-mobile {
    display: none;
  }

  .item-product-detail-price input {
    text-align: center;
  }

  .user-orders .btn {
    margin-bottom: 2px;
  }

  .brands .card-image {
    text-align: center;
  }

  .brands .card-image img {
    width: 50%;
    margin-top: 20px;
  }

  .suppliers_list .card-footer {
    padding: 0;
  }

  .product-page table {
    margin-bottom: 0;
  }


  .order-cart {
    text-align: center;
  }

  .order-cart .btn {
    font-size: 12px;
    margin: 2px;
  }

  .products_list_products .product-name {
    font-size: 12px;
  }

  .products_list_products img {
    max-width: 90%;
  }

}


/* 
************************
TABLETS
************************
*/
@media (min-width: 768px) and (max-width: 992px) {

  .product-detail-price .btn-group {
    margin-left: 0;
    width: 100%;
  }

  .product-detail-price .btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-detail-price input {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-detail-price-value {
    text-align: center;
    margin-bottom: 10px;
  }



}

/* 
************************
SMALL DESKTOPS
************************
*/
@media (min-width: 992px) and (max-width: 1200px) {}

/* 
************************
BIG DESKTOPS
************************
*/
@media (min-width: 1200px) {}