/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

#post-29899 .entry-header 
{
    display: none!important;	
}

/* AUTEUR */
/* ################################################### */

.wd-meta-author
{

	display: flex; /* Active Flexbox */
	align-items: center; /* Centre verticalement */
	gap: 10px; /* Ajoute un espacement entre l'image et le texte */
	padding: 10px; /* Optionnel, pour un meilleur design */

	font-size:18px !important;
}

.wd-meta-author img
{
	height:50px !important;	
	width:50px !important;	
}

.wd-meta-date , .wd-meta-reply
{
	display:none;
}

/* ################################################### */

/* COULEUR DES LIENS */
/* ################################################### */


.entry-content p a , .entry-content p a:hover , .entry-content p a strong , .p entry-content a:hover strong
{
	color:blue !important;	
}

.vc_general.vc_btn3
{
  color: white !important;
}

/* ################################################### */


.wd-entry-content ol li
{
	margin-top:30px;
	margin-bottom:30px;
}

.wd-entry-content a , .wd-entry-content a:hover
{
	color:red !important;	
}

h2
{
    margin-top: 20px;
}
	
#aelia_cs_currencies
{
	color: white;
    border: none;
}

@media (max-width: 768.98px)
{
	.product_title 
	{
    font-size: 30px !important;
	}
}

/* Text des menus de la barre du haut qui etait pas assez lisible */
.widget_wc_aelia_currencyswitcher_widget
{
	font-weight: bold !important;
}

.whb-top-bar .wd-nav-secondary>li>a 
{
	font-weight: bold !important;
}

/* remove the login link in mobile mennu */
.mobile-menu-tab .my-account-with-text
{
	display:none;
}

/* ENCART SPECIFICATIONS */
/* ########################################### */

.doll-spec
{
	padding:10px;
	margin:20px;
	border-top: 5px solid red;
	border-bottom: 5px solid red;
}

.doll-spec .column-spec
{
	float:left;
	width:50%;
}

.doll-spec:after 
{
  content: "";
  display: table;
  clear: both;
}


/* ########################################### */

/* Nom categorie dans encart homepage */
@media only screen and (min-width: 1025px)
{

    .wrapp-category .wd-entities-title
    {
	    color:white !important; 
    }

}

/* ########################################### */


/* Encart autour de l'option selection dans Extra Product Options */
.tc-active
{
	border-color:red !important; 
	border-style:solid !important; 
	border-width:2px !important; 
}

.wd-prefooter 
{
    padding-bottom: 0px !important; 
}

.footer-sidebar 
{
    padding-top: 40px; !important; 
}

.wd-add-btn
{
	display:none !important; 
}

.more-link::after {
 content: "Your Button Text Here";
 color: #fff;
 font-size: 16px;
}

.more-link {
 font-size: 0;
}

	
/*
.whb-header 
{
    margin-bottom: 40px;
}

.main-page-wrapper 
{
    margin-top: 0px;
}
*/