#block_myaccount_infos .h4,.block-social  .h4{
text-transform:uppercase;
}
#footer .row.py-3.justify-content-between{
      padding-left: 8px !important;
      padding-right: 8px !important;
}
.product-container  .product-additional-info{
    display:none;
}
.product-container #product-availability .badge {
    display: flex;
  justify-content: center;
  align-items: center;
  max-width: 120px;

}

.modal-gallery__list  .swiper-slide{
  display: flex;
  justify-content: center;
}
.product-miniature__actions .btn.btn-secondary{
    padding: 8px 8px;
}
@media (max-width: 767.98px) {
  #category.page-category #categories_block_left{
    display: none;
  }
}

body #search_filters .card-header{
  background: #60ae41 !important;
  color: #fff;
  font-weight: 600;
  border:none;
}
#search_filters .list-group{
padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.alert-toast-stack{
    top:200px !important;
}
.block-newsletter #gdpr_consent {
margin-top:0.5rem;
}
.checkout-option__thumb{
    display:flex;
    justify-content:center;
    align-items:center;
}