/*
 Theme Name:   APW Child
 Description:  Woodmart Child Theme
 Author:       APW
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
 
.unit-price {
	font-weight: 600;
}

.summary-inner .unit-price {
    /* styles ici */
	/* font-size: 155%;*/
	font-size: 120%;
	line-height: 1.2;
}


.price, .summary-inner > .price {
	color: rgb(119, 119, 119)!important;
}


.wd-swatch-bg {
    border: 2px solid #d5d5d5;
}

.wd-post-meta .wd-post-author, .wd-post-meta .wd-meta-author, .wd-post-meta .wd-post-reply {
	display: none!important;
}


/* Menu Mobile Icons */
.wd-sub-menu li>a img, .wd-nav-img {
    height: 20px !important;
    width: 20px !important;
}


/* BEGIN : theme -> personnalisation -> CSS additionnel  */


li.meta-author, li.meta-reply {
	display: none!important;
}

.single-breadcrumbs {
	padding: 5px;
	background-color: rgb(0 0 0 / 5%);
	border-bottom: 2px solid #BEA163;
}

.fa, .fas {
	font-family: "Font Awesome 5 Free";
}

.cat-item-my {
	color: white!important;
	margin-left: 15px;
}

.cat-item-my:hover {
	color: rgb(255 255 255 / 80%)!important;
}

.cat-item-my::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: rgb(190,161,99);
    transition: width 0.3s ease;
}

.cat-item-my:hover::after {
    width: 100%;
}

.instagram-media {
	max-width:100%!important;
}


.grecaptcha-badge {
	/* bottom: 85px!important;*/
	margin-bottom: 75px;
	display: none;
}

/* Masquer la sidebar du blog sur mobile "Zone de widgets principale" */
.wd-sidebar-opener {
	display: none;
}

/* Masquer la 3ème colonne du footer sur mobile */
@media screen and (max-width: 768px) {
    .footer-column-3 {
        display: none !important;
    }
}

#block-32.widget {
	padding-bottom: 0px!important;
}

/* END : theme -> personnalisation -> CSS additionnel  */