/* Homepage Popular Categories Changes */

.top-cats h1 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.eci-styling-alt2 .top-cat-boxes {
    grid-gap: 25px !important;
}

/* End Homepage Popular Categories Changes */

/* Limited Brand Logos Size */

.product-summary .product-brand img {
    max-height: 30px !important;
}
  
.callofforders .brand-label img, .catalog-grid #grid .brand-label img, .catalog-single.has-carousel .brand-label img, .catalog-single.has-grid .brand-label img, .contractitems .brand-label img, .productquickview .brand-label img, .quicklistsedit .brand-label img, .widget-contract-items-html.show-brandlogo .brand-label .brandlogo {
    max-height: 45px;
    max-width: 150px;
}


/* End Limited Brand Logos Size */


#cdash_address .with-padding-trl {
    background-color: #ffffff;
    padding: 15px;
}

.contact-form label {
    display: block !important;
}

.catalog-grid h2 {
    font-size: 1.25em;
    color: #3a3a3a;
    font-style: normal;
    font-weight: 700;
    padding-top: 20px;
}

h1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Form Changes */

.quoterequest {
  background: #fff !important;
  padding: 10px !important;
  border: solid 1px lightgray !important;
}

.quoterequest .btn-primary {
  width: 100% !important;
  font-weight: 700 !important;
}

.form-control, .input-group .form-control:last-child {
    border-color: #b7b5b5;
    border-radius: 10px;
}

.quoterequest p {
  padding-bottom: 20px !important;
  text-align: left !important;
}

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 12px;
}

.pagesbutton {
    font-family: inherit !important;
    line-height: inherit !important;
    padding: 10px 40px !important;
    color: #fff !important;
    background: #303a8e !important;
   border: #303a8e 3px solid !important;
  border-radius: 6px !important;
  font-weight: 700;
  width: 100% !important;
}

.pagesbutton:hover {
      color: #fff !important;
    background: #f57400 !important;
 border: #f57400 3px solid !important;
    border-radius: 6px !important;
  font-weight: 700;
    width: 100% !important;
}

.cookiespolicies-banner .cookiespolicies-manager-btn, .cookiespolicies-banner .btn-secondary {
    background: #ffffff !important;
    color: #303c90 !important;
}

.cookiespolicies-banner .cookiespolicies-manager-btn, .cookiespolicies-banner .btn-secondary:hover {
    background: #303c90 !important;
    color: #ffffff !important;
}

.getintouchsection {
  border: solid 1px #eeeeee;
  padding-left: 20px;
    padding-top: 20px;
      padding-bottom: 20px;
      margin-top: 10px;
}

.getintouchsection hr {
    border: 0;
    border-top: 5px solid #303c8f;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 15%;
    float: left;
}

.getintouchform {
    border: 1px #eeeeee solid;
    padding: 20px;
    margin-top: 10px;
}