:root {
  --primary-color: #020039 !important;
}

.product_image img {
  object-fit: cover !important;
}


.MuiButton-containedPrimary {
  background-color: var(--primary-color) !important;
  color: white !important;
}

.MuiButton-containedPrimary.Mui-disabled,
.MuiButton-containedPrimary:disabled {
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}

.MuiButton-outlinedPrimary {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}

.MuiButton-root {
  height: 50px !important;
}

.show_buy_on_hover .MuiButtonGroup-root {
  border: 1px solid #e6e6e6 !important;
}

.PRODUCTS_grid ul li .product_image+div,
.product_list_product_details {
  text-align: center !important;
}

.PRODUCTS_grid ul li .price_cart,
.product_list_product_details .inline_price {
  justify-content: center !important;
}

.product_list_product_details .before_keyword {
  justify-content: center !important;
}

.FOOTER {
  background-color: black !important;
}

.header_wrap {
  position: relative;
}

@media(min-width:767px) {
  .FOOTER {
    padding: 0 30px !important;
  }
}