.navbar {
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.navbar-light .navbar-nav .nav-link {
  white-space: nowrap;
  color: #2c71b6;
  font-size: 1.2rem;
}

.btn-outline-success {
  color: #2c71b6;
  border-color: #2c71b6;
  border-radius: 0;
}

.btn-outline-success:hover {
  color: #ffffff;
  border-color: #2c71b6;
  background-color: #2c71b6;
}

.header-navbar {
  background-color: rgba(255, 255, 255, 0.8);
}

.header__navbar-search {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 50px;
  border: 1px solid #2c71b6;
}

.header__navbar-search .form-control {
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.2rem;
}

.header__navbar-search button {
  margin: 5px;
  padding: 0;
  color: #ffffff;
  border-color: #2c71b6;
  background-color: #2c71b6;
}

.header__navbar-search button:hover {
  color: #2c71b6;
  background-color: #ffffff;
}

.header__navbar-search i {
  display: block;
  padding: 10px;
}

.header__cart-btn {
  position: relative;
  width: 50px;
  height: 50px;
  margin-left: 30px;
  color: #2c71b6;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
}

.header__cart-btn:hover span {
  color: #2c71b6;
  background-color: #ffffff;
}

.header__cart-btn span {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 24px;
  height: 24px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  color: #ffffff;
  border-radius: 12px;
  background-color: #2c71b6;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}

.header__cart-counter {
  display: none;
}

.fa-shopping-cart {
  font-size: 1.5rem;
}

.main-carousel {
  margin-right: 0;
  margin-left: 0;
  border-bottom: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

body {
  background-image: url(../img/patt.png);
  background-position: 50% 0;
}

.breadcrumb {
  padding: 1rem 0 0 0;
  opacity: 0.5;
  background-color: transparent;
  font-size: 14px;
}

.breadcrumb a {
  color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #ffffff;
}

.breadcrumb-item.active {
  color: #ffffff;
}

.main-section {
  margin-top: 30px;
}

.main-title__header {
  color: #ffffff;
  font-size: 2.85rem;
}

.main-title__sort {
  width: 100%;
  margin-top: 6px;
  padding: 3px 10px 5px;
  color: #ffffff;
  border-color: #ffffff;
  background-color: #2c71b6;
  font-size: 1.25rem;
}

.item-container {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #ffffff;
}

.item-container .container-fluid {
  background-color: rgba(44, 113, 182, 0.5);
}

.item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.75);
}

.item-title {
  padding-top: 0.75rem;
  color: #ffffff;
  font-size: 1.75rem;
}

.item-description {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.item-tech-specs {
  margin-top: 15px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.item-tech-specs span {
  display: block;
  margin-top: 7px;
  margin-bottom: 7px;
  color: #ffffff;
}

.item-buttons-wishlist {
  position: absolute;
  top: 5px;
  right: 5px;
}

.item-buttons-wishlist button {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
}

.item-buttons-wishlist button:last-child {
  margin-top: 5px !important;
}

.item-buttons-action {
  padding: 15px;
}

.item-buttons-action button {
  margin-bottom: 30px !important;
  padding: 8px 5px 10px;
  text-transform: uppercase;
  color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  font-weight: bold;
}

.item-buttons-action button:last-child {
  margin-bottom: 15px !important;
}

.item-buttons-action button:hover {
  color: #2c71b6;
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
}

.item-buttons-action button i {
  margin-left: 5px;
  font-size: 1rem;
}

.item-buttons-action__cart {
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background-color: rgba(255, 255, 255, 0.2);
}

.item-buttons-action__cart.disabled, .item-buttons-action__cart:disabled, .item-buttons-action__cart.active, .item-buttons-action__cart:active {
  opacity: 1;
  color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.item-buttons-action__cart:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.item-price {
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
}

.show-more__btn {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2rem;
}

.show-more__btn a {
  color: #ffffff;
}

.filter-section {
  padding: 15px 30px 30px;
  color: #ffffff;
}

.filter-section__title {
  padding-bottom: 8px;
  font-size: 1.5rem;
  font-weight: bold;
}

.filter-section .form-check {
  margin: 10px 0;
}

.filter-section .form-check-label {
  margin-left: 0.5rem;
  font-size: 1.25rem;
}

.filter-section .form-check-input {
  width: 0;
  height: 0;
}

.filter-section .form-check-input:focus {
  outline: none;
}

.filter-section .form-check-input:checked::before {
  background-color: #ffffff;
}

.filter-section .form-check-input::before {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: 0.35rem;
  content: "";
  border: 1px solid #ffffff;
}

.filter-section__more {
  display: block;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 1.25rem;
}

.filter-section__submit {
  border: 1px solid #ffffff;
  border-radius: 0;
  background-color: #2c71b6;
}

.footer {
  background-color: rgba(255, 255, 255, 0.8);
}

.footer__copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: #2c71b6;
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .navbar-nav {
    width: calc(100% - 300px);
    padding-right: 30px;
    padding-left: 70px;
  }
  .navbar-nav > .nav-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
  .navbar-nav > .nav-item :not(.show) {
    border-left: 1px solid #2c71b6;
  }
  .navbar-nav > .nav-item:last-child {
    border-right: 1px solid #2c71b6;
  }
  .header-navbar .dropdown.show {
    border-bottom: 1px solid #ffffff;
    background-color: #2c71b6;
  }
  .header-navbar .dropdown.show .dropdown-toggle {
    color: #ffffff;
  }
  .header-navbar .dropdown-menu {
    margin-top: 1px;
    border: none;
    border-radius: 0;
    background-color: #2c71b6;
  }
  .header-navbar .dropdown-menu a {
    color: #ffffff;
  }
  .header-navbar .dropdown-menu a:hover {
    color: #2c71b6;
  }
  .header__navbar-search .form-control {
    width: 10rem !important;
  }
  .filter-section {
    border-right: 1px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.25);
  }
}

@media (min-width: 1200px) {
  .item-buttons-action button {
    font-size: 1.15rem;
  }
}

@media (max-width: 1199px) {
  .item-buttons-action button {
    font-size: 0.9rem;
  }
}

@media (max-width: 991px) {
  .header__navbar-search {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(100% - 100px);
  }
  .header__navbar-search .form-control {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .header__cart-btn {
    margin-top: -12px !important;
  }
  .filter-section {
    border-top: 1px solid #ffffff;
  }
}
