.container-logo {
  /*background-color:#5b86b8;*/
  background-color:#e9e9e9;
}

.container {
  line-height: 1.5;
    /*display: flex;*/
}

.libraryOrderForm {
  padding:0 .5em;
  /*background-color:#a3a8a3;*/
  background-color:#d6dbe0;
  /*border:1px solid #000;*/
}

.libraryOrderForm .checkbox-inline {
  margin-right:5px;
}

.libraryOrderForm .checkbox, .libraryOrderForm .radio {
  margin-top:0;
}

.maxWidthSelect {
  width:300px;
}

.maxWidthCheckboxes {
  width:330px;
  white-space:normal;
}

.table-borderless > tbody > tr > td, .table-borderless > tbody > tr > th, .table-borderless > tfoot > tr > td, .table-borderless > tfoot > tr > th, .table-borderless > thead > tr > td, .table-borderless > thead > tr > th {
  border:none;
}

.container-order {
  background-color:#d6dbe0;
}

.div-product-list {
  background-size:cover;
}

.div-productList {
  background-size:cover;
}

/*contact-us-container {
  background-color:#d6dbe0;
}*/

.highlight {
  font-weight: bold;
  color: #780101;
}

.contact {
  text-align: center;
  margin-top: 20px;
}

.contact a {
  text-decoration: none;
  color: #fff;
  background-color: #007BFF;
  padding: 10px 20px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.contact a:hover {
  background-color: #0056b3;
}

