form.tiny input[type=text],
form.tiny input[type=email],
form.tiny input[type=tel],
form.tiny input[type=number],
form.tiny input[type=password] {
  height: 30px;
  line-height: 30px;
}
.product-module {
  margin-top: 60px;
}
.product-module:first-child {
  margin-top: 0;
}
.well {
  color: #fff;
}
.well h2 {
  margin-top: 0;
}
.well .btn.btn-primary {
  text-align: center;
  display: inline-block;
  height: 45px;
  line-height: 43px;
  border: 1px solid #fcc50f;
  background: #191102;
  font-size: 16px;
  color: #fcc50f;
  padding: 0 30px;
  text-decoration: none;
}
.well .btn.btn-primary:hover {
  text-decoration: none;
}
.well label {
  font-weight: 400;
}
.well a {
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
}
.table-loading {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
}
.cart-inline {
  position: relative;
}
.cart-promo .promo {
  display: none;
}
legend {
  color: #fff;
}
.input-group.date .button {
  height: 30px;
  line-height: 30px;
}
#search-results .pragma_id {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#top > .search .cart .image {
  margin-right: 15px;
}
#top > .search .cart .title {
  text-overflow: ellipsis;
  width: calc(100% - 300px);
  overflow: hidden;
  white-space: nowrap;
}
#top > .search .cart .qty {
  margin-left: 10px;
  margin-right: 5px;
  width: 90px;
  overflow: hidden;
  height: 45px;
}
#top > .search .cart .price {
  width: 70px;
  overflow: hidden;
  height: 45px;
}
.cart-address .address {
  display: none;
}
.cart-address .address.active {
  display: block;
}
.widget-filters input[type="text"],
.widget-filters input[type="date"] {
  margin: 0;
  max-width: initial;
  display: block;
}
.widget-filters .filter {
  margin-right: inherit;
  width: 100%;
}
.widget-filters .second-filter {
  margin-top: 20px;
}
#datatable_filter {
  display: none!important;
}
ul.errors {
  margin-bottom: 0;
}
ul.errors li:last-child {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #top > .search {
    padding-bottom: 15px;
  }
  #top > .search .cart .title {
    width: calc(100% - 60px);
  }
  #top > .search .cart li {
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
  }
  #top > .search .cart li:last-child {
    padding-bottom: 0;
  }
}
#modal-agree .modal-body p,
#modal-agree .modal-body span {
  color: #000!important;
}

@media only screen and (max-width: 992px) {
  #top .main ul.actions a.cart {
    background-size: initial;
    background-position: 0 -68px;
  }

  #top .main ul.actions a.user {
    background-size: initial;
    background-position: -24px -68px;
  }

  #top .main ul.actions button.search {
    background-size: initial;
    background-position: -122px -68px;
  }

  #top div.categories button.categories {
    position: relative;
    background: none;
  }

  #top div.categories button.categories::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 100%;
    background: url(../img/spritesheet.png) no-repeat -71px -2px;
  }
}

/*# sourceMappingURL=custom.css.map */