/*
Theme Name: TeeCheap - Child
Theme URI: https://harutheme.com/teecheap
Author: HaruTheme
Author URI: https://harutheme.com/
Description: This is child theme of TeeCheap
Template: teecheap
Version: 1.0.0
*/

/*---------------------------------
  	Write your css code from here
------------------------------------*/
/* bouton personnaliser */
.product-item .lumise-button {
	position: relative;
	top: -220px;
	margin: 0 auto !important;
	padding: 7px 0 !important;
	visibility: hidden;
	color: #ffffff;
	background: #ee6c4d;
}

.product-item:hover .lumise-button {
	visibility: visible;
}

/* page produit */
/*.julu-customize-button {
	display: inline-block;
	padding: 7px 38px;
	color: #ffffff !important;
	background: #ee6c4d;
	border-radius: 12px;
	font-weight: bold;
	margin: 8px 0;
}*/

.single-content {
	margin-bottom: 0;
}

#lumise-customize-button {
	margin-top: 20px;
}

/* header */
#haru-header .elementor-element-76d4f4a .elementor-widget-container p {
	margin-bottom: 0;
}

.haru-account .haru-account__content .avatar {
	max-width: 32px;
}

.haru-account .haru-account__menu {
	min-width: 260px;
}

/* footer */
.elementor-element-0a875da .haru-contact__icon {
	display: block;
	width: 20px;
	margin-top: 8px;
}

/* page d'accueil */
.home .elementor-element-6f63068 {
	margin-bottom: 0;
}

.elementor-element-bdfa3c9, .elementor-element-2e33309 {
	overflow: hidden;
}

.elementor-element-dc29121:hover .elementor-button {
	color: #fff !important;
	background: #04b591 !important;
	border-color: #04b591 !important;
}

/* page panier */
.wc-block-components-product-details__vendor {
	display: none;
}

.wc-block-cart__main {
	margin-top: 8px !important;
}

/* masque les boutons permettant d'afficher / masquer le texte dans les champs de mots de passe (le bouton est vide et buggué, c'est juste un gros carré noir) */
.show-password-input { display: none; }

/* sur la page d'accueil, correction d'un espace excessif en mode mobile, entre "Vous avez l'idée ? Nous avons les outils !" et "Créez votre style !" */
@media screen and (max-width: 748px) {
	.elementor-element-eaeeed9 > div { display: block !important; }
}

