/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Cacher la catégorie ("Catégorie :") */
.single-product .product-footer .product_meta .posted_in {
    display: none !important;
}

/* Cacher les tags ("Étiqueté :") */
.single-product .product-footer .product_meta .tagged_as {
    display: none !important;
}

/* Cacher les boutons de partage social */
.single-product .product-footer .product-share {
    display: none !important;
}

/* Couleur des liens par défaut */
a {
  /*color: #0073e6; /* Change cette couleur à celle de ton choix */
  text-decoration: none;
}

/* Changer la couleur des liens au survol */
a:hover {
  text-decoration: underline #f76c5e;
}

.header-main .nav-right .header-cart-link { /* on peut ajouter .account-link si besoin */
  background-color: #f76c5e!important; /* couleur de l'icône */
  #font-size: 105%; /* augmente la taille de l'icône */
}

.icon-shopping-basket::after {
  background-color: #047e7f!important; /* couleur de l'icône */
}

/* Pour rendre le menu plus gras */
.menu-item-object-custom a{
  font-weight: 700 !important;
  font-size: 120% !important;
}


.ux-buy-now-button {
  background-color: #008080; /* couleur souhaitée */
  color: #ffffff;
  border-radius: 4px;
  padding: 12px 24px;
  font-weight: bold;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}