h3 {
  font-size: 1.2rem !important;
}

main {
  display: block;
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
  min-height: calc(100vh - 50px);
}

.icon-label {
  display: block;
  position: absolute;
  top: 3px;
  right: 10px;
}

.name-box {
  padding: 10px;
  background: #343a40;
  color: #fff;
}

.address-box {
  font-weight: bold;
}

.contact-box {
  padding: 5px;
  color: #343a40;
}

.status-box {
  display: block;
  position: relative;
  width: 10px;
  height: 30px;
}
.status-box.active {
  background: #4bbf73;
}
.status-box.not-active {
  background: #e7232a;
}

.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 1;
  flex-basis: 300px;
  height: 500px;
  margin: 10px;
  padding: 40px;
}
.product-card .product-card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
}
.product-card .product-card-content .product-card-image {
  display: block;
  position: relative;
  height: 280px;
}
.product-card .product-card-content .product-card-image a img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 240px;
  height: 240px;
}
.product-card .product-card-content .product-card-image .product-card-sku {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #eceeef;
  color: #343a40;
  padding: 5px;
}
.product-card .product-card-content .product-card-name {
  display: block;
  flex-grow: 1;
}
.product-card .product-card-content .product-card-name a {
  line-height: 1px;
  font-size: 1rem;
  text-decoration: none;
}
.product-card .product-card-content .product-card-price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #040f23;
  height: 60px;
}

.product-card-action {
  display: flex;
  justify-content: space-between;
  height: 45px;
}

.product-card-quantity {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.btn-quantity {
  width: 30px;
  padding: 10px;
}
.btn-quantity:first-child {
  margin-left: 15px;
}
.btn-quantity:last-child {
  margin-right: 15px;
}

.input-quantity {
  border: none;
  color: theme("colors.primary.DEFAULT");
  width: 50px;
  text-align: center;
}

.pagination-box {
  margin-top: 50px;
  margin-bottom: 30px;
}

.category-link .category-name a {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ced4da;
  padding: 10px 0;
}
.category-link .category-name a:hover {
  background: #f8f9fa;
}

.brand-link {
  display: block;
  position: relative;
  text-align: center;
}
.brand-link a {
  display: block;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #ced4da;
  padding: 10px 0;
}
.brand-link a:hover {
  background: #f8f9fa;
}

.head-accent {
  background: #343a40;
  color: #fff;
  padding: 10px;
}

.box {
  display: flex;
  position: relative;
  padding: 30px 0;
}

.card-category {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 250px;
  height: 150px;
  margin: 3px;
  background: #343a40;
  color: #fff;
  text-align: center;
}
.card-category a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.card-category a:hover {
  background: #55595c;
}

.card-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 200px;
  height: 200px;
  margin: 3px;
  background: #343a40;
  color: #fff;
  text-align: center;
}
.card-brand a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
.card-brand a:hover {
  background: #55595c;
}

footer {
  background: #343a40;
}
footer h6 {
  color: #fff;
}

.dataTables_filter label {
  text-align: left;
}

#searchResult {
  margin: 0;
  padding: 0;
}

.counterparty-result-row {
  display: block;
  position: relative;
  padding: 10px;
  margin-top: 3px;
  cursor: pointer;
}
.counterparty-result-row:hover {
  background: #55595c;
  color: #fff;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next {
  color: #ced4da;
  opacity: 0;
}
.swiper .swiper-pagination-bullet-active {
  color: #000;
}
.swiper:hover .swiper-button-prev, .swiper:hover .swiper-button-next {
  opacity: 1;
}

.squeeze-right {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: flex-end;
}

.squeeze-center {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
}

.squeeze-space-between {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}

.product-card-price-single {
  font-size: 2rem;
  color: #040f23;
}

.cart-total {
  padding: 15px;
}
.cart-total .cart-total-item {
  text-align: right;
  font-weight: bold;
}

.offcanvas-footer {
  border-top: 1px solid #55595c;
}

#btn-filter {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 76px;
  height: 76px;
  border-radius: 38px;
  background: #e7232a;
  top: 100px;
  left: 30px;
}

@media (max-width: 991.98px) {
  #btn-filter {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    top: 85px;
    left: 30px;
    font-size: 0.8rem;
  }
}
.catalog {
  display: flex;
  justify-content: flex-start;
}
.catalog .sidebar {
  width: 300px;
  min-width: 300px;
  min-height: 200px;
  overflow: auto;
  position: sticky;
  top: 5%;
  background: #fff;
  z-index: 1000;
}
.catalog .main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.catalog .main, .catalog .sidebar {
  padding: 15px 15px 40px;
}

@media (max-width: 991.98px) {
  .catalog {
    display: block;
    position: relative;
  }
  .catalog .sidebar {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    margin-top: 50px;
  }
  .catalog .main {
    display: block;
    position: relative;
  }
  .catalog .main, .catalog .sidebar {
    padding: 15px 15px 40px;
  }
}
#filterSubmit {
  margin-left: 10px;
}

#openFilters {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 80px;
  left: 10px;
  border-radius: 50%;
  padding: 0;
  z-index: 999;
}
@media (max-width: 991.98px) {
  #openFilters {
    display: flex;
  }
}

#closeFilters {
  display: none;
}
@media (max-width: 991.98px) {
  #closeFilters {
    display: inline-block;
  }
}

.table tr td {
  vertical-align: middle;
}

.category-card {
  display: block;
  position: relative;
  width: 300px;
  height: 250px;
  background-color: #f7f9fa;
  padding: 30px;
  margin: 5px;
  font-weight: 1.4rem;
  text-transform: uppercase;
  transition: background-color 200ms linear;
}
.category-card .category-card-name {
  font-weight: bold;
  color: #717782;
}
.category-card:hover {
  background-color: #040f23;
}
.category-card:hover .category-card-name {
  color: #fff;
}

.sortable-line-style {
  border: 1px solid #455f7a;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  margin-top: 2px;
  cursor: pointer;
}
.sortable-line-style:hover {
  background: #455f7a;
  color: #fff;
}

.status-active {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #4bbf73;
}

.status-active {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #e7232a;
}

.subtitle {
  background-color: #3d3d3d !important;
  color: #fff !important;
  font-weight: bold;
}

.hummingbird-label {
  font-weight: normal !important;
  padding: 5px 0;
}

.subtitle {
  font-weight: bold;
  font-size: 1.1rem;
  padding: 10px;
}

.search-result {
  margin: 0;
  padding: 30px 0 0 0;
}

.search-result-item {
  display: block;
  position: relative;
  list-style: none;
  border-bottom: 1px dotted #d7d7d7;
}
.search-result-item a {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.search-result-item a .search-product {
  display: flex;
  position: relative;
}
.search-result-item a .search-product .search-image img {
  display: block;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 80px;
  height: 80px;
}
.search-result-item a .search-product .search-title {
  width: 400px;
}
.search-result-item a .search-product .search-title .search-sku {
  padding: 5px 10px;
}
.search-result-item a .search-product .search-title .search-name {
  padding: 5px 10px;
  font-weight: bold;
}
.search-result-item a .search-price {
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1rem;
  text-align: right;
}

@media (max-width: 991.98px) {
  .search-result-item a {
    display: block;
    position: relative;
    width: 100%;
  }
}
