/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.topheader-liens a{
    font-size: 14px;
}
#menu-categorie-1 li,
#menu-categorie-2 li,
#menu-categorie-3 li,
#menu-categorie-4 li,
#menu-categorie-5 li
{
	display:block;
	width:100%;
	margin:0 0 10px 0;
}
#menu-categorie-1 li:first-child a,
#menu-categorie-2 li:first-child a,
#menu-categorie-3 li:first-child a,
#menu-categorie-4 li:first-child a,
#menu-categorie-5 li:first-child a{
	color: #2d2a2a;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
	text-transform:uppercase;
}
.footer-container {
    background-image: url(/wp-content/uploads/2019/03/IMG_3167-min.jpg);
    background-size: cover;
}
.copyrights-wrapper {
	background-color: rgba(0, 0, 0, .5);

}
.footer-liens a {
	padding:0 15px;
}
footer .elementor-widget-wp-widget-nav_menu li a{
 font-weight:700;
	text-transform: uppercase;
}
.footer-liens a:not(:last-child) {
    border-right: 1px solid rgba(129,129,129,.2);
}
footer .copyrights-wrapper {
    font-size:12px;
}
 
input[type=radio] {
    clear: none;
    cursor: pointer;
    margin: 0 .25rem 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
    transition: .05s border-color ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 13px;
    width: 13px;
    height: 13px;
    border: 1px solid #000;
    margin-right: 8px;
    position: relative;
	    border-radius: 50%;
}

input[type=radio]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: '';
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background-color: #000;
}
#payment label{
    color: #000000;
    font-weight: 700;
    font-size: 17px;
}
#payment label[for~=wc-stripe-new-payment-method]{
    color: #000000;
    font-weight: 400 !important;
    font-size: 13px !important;
}
#payment label[for~=card-element],
#payment label a.about_paypal
{
    color: #000000;
    font-weight: 400 !important;
    font-size: 15px !important;
}
.hide-larger-price .price>span:nth-child(2) {
     display: inline-block !important; 
}

.s {
	border-radius : 25px!important;
}

.searchsubmit {
	border-radius : 0 25px 25px 0!important;
}

.apartirde {
	color: black!important;
}

.whb-sticky-header {
	z-index: 501;
}

.mega-menu-list>li>a, .menu-mega-dropdown .sub-menu>li>a {
	font-size: 13px!important;
}

img.woodmart-image-hotspot-img + div>div.hotspot-btn {
	background-color: red!important;
}