html {
  height: 100%;
}

body {
  display: flex;
  height: 100%;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.cursor {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.bold {
  font-weight: bold;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 14px;
}

.table > tbody > tr > td {
  border: none;
}

.a-products {
  color: inherit;
}

.a-products:hover,
.a-products:active {
  color: inherit;
  text-decoration: none;
}

.a-sidebar {
  color: black !important;
}

.a-sidebar:hover {
  background: none !important;
  color: #03a9f4 !important;
}

.social-icons {
  font-size: 20px;
  margin-left: -26px;
  display: block;
}

.no-underline {
  text-decoration: none !important;
}

/* Breadcrumb */
ol.breadcrumb li + li:before {
  content: '';
}

.breadcrumb > li > a:hover {
  text-decoration: none;
  background-color: transparent !important;
}

.crumb-angle {
  font-size: 11px;
}

/* Footer */
.container-footer {
  padding-right: 0px;
}

.navbar-brand-footer {
  padding-left: 0px;
}

footer {
  flex-shrink: 0;
  padding-top: 14px;
  padding-bottom: 12px;
}

.newsletter-email,
.newsletter-button {
  border-radius: 50px !important;
}

.newsletter-email,
.newsletter-email::placeholder {
  color: #212121;
}

.newsletter-email {
  border: none;
  height: 45px;
}

.newsletter-button {
  transition: 1s;
  position: relative;
  left: -50px;
  z-index: 5 !important;
  height: 40px;
}

.newsletter-button:hover {
  opacity: 0.2 !important;
}

/* Pagination */
.pagination > li > a {
  background-color: #0277bd;
  color: white;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #0277bd;
  background-color: white;
  border-color: #0277bd;
}

.pagination > .active > a,
.pagination > .active > a:hover {
  color: #0277bd;
  background-color: white !important;
  border: solid 1px #0277bd !important;
}

/* Large screen */
@media only screen and (max-width: 1200px) {
  ol.breadcrumb {
    margin-top: 20px;
  }
}

/* Medium screen */
@media only screen and (max-width: 991px) {
  .social-icons {
    margin-left: 25%;
  }
}

/* Small screen */
@media only screen and (max-width: 768px) {
  .container-footer,
  .navbar-brand-footer {
    padding-left: 15px;
  }
  .container-footer {
    padding-right: 15px;
  }
}
